﻿* {
  outline-color: #004000;
  font-family: "Open Sans";
}

header {
  position: relative;
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 768px) {
  header {
    border-bottom: none;
  }
}
header .cs_menuTrigger {
  display: block;
  position: absolute;
  font-size: 28px;
  color: #004202;
  padding-left: 10px;
}
@media (min-width: 992px) {
  header .cs_menuTrigger {
    display: none;
  }
}
header .cs_headeLogo {
  text-align: center;
  margin-top: 15px;
  display: block;
}
@media (min-width: 1400px) {
  header .cs_headeLogo {
    margin-top: initial;
    display: none;
  }
}
header .cs_headeLogo .cs_logoImg {
  max-height: 60px;
  max-width: 165px;
}
@media (min-width: 350px) {
  header .cs_headeLogo .cs_logoImg {
    max-width: 200px;
  }
}
@media (min-width: 380px) {
  header .cs_headeLogo .cs_logoImg {
    max-width: 230px;
  }
}
@media (min-width: 488px) {
  header .cs_headeLogo .cs_logoImg {
    max-width: 230px;
  }
}
@media (min-width: 576px) {
  header .cs_headeLogo .cs_logoImg {
    max-width: 180px;
  }
}
@media (min-width: 992px) {
  header .cs_headeLogo .cs_logoImg {
    max-width: 200px;
  }
}
header .cs_hearderRow2 {
  font-family: "Open Sans";
  display: flex;
  width: 96%;
  margin: 0 auto;
  justify-content: space-between;
  padding: 25px 0 5px;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media (max-width: 576px) {
  header .cs_hearderRow2 {
    margin-top: 0px;
  }
}
@media (min-width: 576px) {
  header .cs_hearderRow2 {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  header .cs_hearderRow2 {
    padding: 40px 0 25px;
    flex-wrap: initial;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  header .cs_hearderRow2 {
    width: 90%;
    margin-top: 0;
    padding: 25px 0 25px;
  }
}
header .cs_hearderRow2 .cs_verticalLine {
  height: 30px;
}
@media (max-width: 767px) {
  header .cs_hearderRow2 .cs_verticalLine {
    display: none;
  }
}
header .cs_hearderRow2 .cs_verticalLine:nth-of-type(4) {
  display: none;
}
@media (min-width: 768px) {
  header .cs_hearderRow2 .cs_verticalLine:nth-of-type(4) {
    display: initial;
  }
}
@media (max-width: 992px) {
  header .cs_hearderRow2 .cs_verticalLine.special {
    display: none;
  }
}
header .cs_hearderRow2 .cs_socialMenu {
  padding: 5px 0;
}
@media (max-width: 767px) {
  header .cs_hearderRow2 .cs_socialMenu {
    width: 100%;
    text-align: right;
  }
}
header .cs_hearderRow2 .cs_socialMenu .cs_social {
  display: flex;
  align-items: center;
}
header .cs_hearderRow2 .cs_socialMenu .cs_social .fa:first-of-type {
  padding: 0 15px 0 0px;
}
@media (min-width: 768px) {
  header .cs_hearderRow2 .cs_socialMenu .cs_social .fa:first-of-type {
    padding: 0 30px 0 0px;
  }
}
@media (min-width: 1400px) {
  header .cs_hearderRow2 .cs_socialMenu {
    width: 10%;
    text-align: center;
  }
}
header .cs_hearderRow2 .cs_searchBar {
  padding: 5px 0;
}
@media (max-width: 767px) {
  header .cs_hearderRow2 .cs_searchBar {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  header .cs_hearderRow2 .cs_searchBar {
    width: 10%;
    text-align: center;
  }
}
header .cs_hearderRow2 .cs_searchBar .cs_searchText {
  border: none;
  margin-left: 10px;
  outline: none !important;
  border-bottom: 1px solid #cccccc;
  width: calc(100% - 40px);
}
@media (min-width: 768px) {
  header .cs_hearderRow2 .cs_searchBar .cs_searchText {
    width: 250px;
  }
}
@media (min-width: 1400px) {
  header .cs_hearderRow2 .cs_searchBar {
    width: 25%;
    text-align: center;
  }
}
header .cs_hearderRow2 .cs_headeLogo2 {
  display: none;
  text-align: center;
}
@media (min-width: 1400px) {
  header .cs_hearderRow2 .cs_headeLogo2 {
    display: block;
    width: 20%;
    text-align: center;
  }
}
header .cs_hearderRow2 .cs_headeLogo2 a img {
  width: 80%;
}
@media (min-width: 1200px) {
  header .cs_hearderRow2 .cs_headeLogo2 a img {
    width: 100%;
  }
}
header .cs_hearderRow2 .cs_contact {
  padding: 5px 0;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
header .cs_hearderRow2 .cs_contact a {
  color: inherit;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  header .cs_hearderRow2 .cs_contact {
    width: initial;
    text-align: initial;
    margin-top: initial;
  }
}
header .cs_hearderRow2 .cs_contact .cs_number {
  color: #646161;
  margin-right: 15px;
  font-weight: normal;
  font-size: 16px;
}
header .cs_hearderRow2 .cs_contact .cs_stores {
  margin-right: 15px;
}
header .cs_hearderRow2 .cs_contact .cs_stores,
header .cs_hearderRow2 .cs_contact .cs_contact {
  color: #084812;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width: 1400px) {
  header .cs_hearderRow2 .cs_contact {
    width: 25%;
    text-align: center;
  }
}
header .cs_hearderRow2 .cs_WelcomeSignIn {
  padding: 5px 0;
  position: absolute;
  top: -10px;
  right: calc(2% + 10px);
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  header .cs_hearderRow2 .cs_WelcomeSignIn {
    position: initial;
    justify-content: initial;
  }
}
@media (min-width: 1400px) {
  header .cs_hearderRow2 .cs_WelcomeSignIn {
    position: initial;
    justify-content: initial;
    width: 11%;
    text-align: center;
  }
}
header .cs_hearderRow2 .cs_WelcomeSignIn .nologin {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  order: 1;
}
@media (min-width: 992px) {
  header .cs_hearderRow2 .cs_WelcomeSignIn .nologin {
    justify-content: center;
  }
}
@media (min-width: 1400px) {
  header .cs_hearderRow2 .cs_WelcomeSignIn .nologin {
    justify-content: center;
    text-align: center;
  }
}
header .cs_hearderRow2 .cs_WelcomeSignIn .yeslogin {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
header .cs_hearderRow2 .cs_WelcomeSignIn .yeslogin .cs_contact {
  padding: 0;
}
@media (max-width: 576px) {
  header .cs_hearderRow2 .cs_WelcomeSignIn .yeslogin {
    display: none;
  }
}
header .cs_hearderRow2 .cs_WelcomeSignIn .cs_shoppingCart {
  width: 100%;
  text-align: right;
  margin-top: 5px;
}
@media (min-width: 992px) {
  header .cs_hearderRow2 .cs_WelcomeSignIn .cs_shoppingCart {
    width: initial;
    order: initial;
    text-align: initial;
    margin-top: initial;
  }
}
header .cs_hearderRow2 .cs_WelcomeSignIn .cs_shoppingCart .cs_cartNumber {
  font-size: 12px;
  background: #084812;
  color: #fff;
  width: 35px;
  display: inline-block;
  text-align: center;
  border-radius: 25px;
  margin-right: initial;
}
@media (min-width: 992px) {
  header .cs_hearderRow2 .cs_WelcomeSignIn .cs_shoppingCart .cs_cartNumber {
    margin-right: 10px;
  }
}
header .cs_hearderRow2 .cs_WelcomeSignIn .cs_shoppingCart .fa-shopping-cart {
  margin-right: 5px;
  color: #084812;
}
@media (min-width: 992px) {
  header .cs_hearderRow2 .cs_WelcomeSignIn .cs_welcomeMessage {
    order: initial;
  }
}
header .cs_hearderRow2 .cs_WelcomeSignIn .cs_welcomeMessage .cs_welcome {
  color: #646161;
  font-size: 12px;
}
header .cs_hearderRow2 .cs_WelcomeSignIn .cs_welcomeMessage .cs_signIn {
  color: #084812;
  text-decoration: none;
  font-weight: 600;
  margin-left: 5px;
}
header .cs_hearderRow2 .fa {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
  font-size: 18px;
}
header .cs_hearderRow3 {
  background: #d5d5d5;
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 40px;
  display: none;
}
header .cs_hearderRow3.show {
  display: block;
}
@media (min-width: 992px) {
  header .cs_hearderRow3 {
    position: initial;
    width: initial;
    z-index: initial;
    top: initial;
    display: block;
  }
}
header .cs_hearderRow3 .nav {
  font-family: "Open Sans";
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 992px) {
  header .cs_hearderRow3 .nav {
    flex-direction: initial;
    padding: 0px 10px;
  }
}
@media (min-width: 1200px) {
  header .cs_hearderRow3 .nav {
    width: 90%;
  }
}
header .cs_hearderRow3 .nav .cs_menuItem {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  width: 100%;
  padding: 10px;
  color: #ffffff;
  opacity: 1;
  position: relative;
}
header .cs_hearderRow3 .nav .cs_menuItem .fa {
  position: absolute;
  right: 15px;
  top: 13px;
}
@media (min-width: 992px) {
  header .cs_hearderRow3 .nav .cs_menuItem {
    width: initial;
    background: none !important;
    padding: 15px 0px;
    color: #084812;
    position: initial;
  }
  header .cs_hearderRow3 .nav .cs_menuItem:hover > .cs_fullMenu {
    display: flex !important;
    max-height: 550px;
    opacity: 1;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 10% 15px 10%;
  }
  header .cs_hearderRow3 .nav .cs_menuItem:hover > .cs_fullMenu:hover {
    display: flex !important;
    max-height: 550px;
    opacity: 1;
  }
  header .cs_hearderRow3 .nav .cs_menuItem:hover > span:after {
    width: 100%;
    background: #084812;
  }
  header .cs_hearderRow3 .nav .cs_menuItem span:after {
    content: "";
    display: block;
    margin: auto;
    height: 3px;
    width: 0px;
    background: transparent;
    transition: all 0.5s ease;
  }
  header .cs_hearderRow3 .nav .cs_menuItem .fa {
    display: none;
  }
}
header .cs_hearderRow3 .nav .cs_menuItem#cs_mobileProfile {
  display: block;
}
@media (min-width: 768px) {
  header .cs_hearderRow3 .nav .cs_menuItem#cs_mobileProfile {
    display: none;
  }
}
header .cs_hearderRow3 .nav .cs_menuItem#cs_mobileProfile a {
  color: #fff;
}
@media (min-width: 992px) {
  header .cs_hearderRow3 .nav .cs_menuItem {
    opacity: 1;
  }
}
header .cs_hearderRow3 .nav .cs_menuItem:nth-of-type(odd) {
  background: #004101;
}
header .cs_hearderRow3 .nav .cs_menuItem:nth-of-type(even) {
  background: #003a00;
}
header .cs_hearderRow3 .nav .cs_menuItem span {
  cursor: pointer;
}
@media (max-width: 992px) {
  header .cs_hearderRow3 .nav .cs_menuItem span.active {
    box-shadow: 0px 3px #084812;
  }
}
header .cs_hearderRow3 .nav .cs_menuItem span a {
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 992px) {
  header .cs_hearderRow3 .nav .cs_menuItem span a {
    width: initial;
    background: none !important;
    padding: 0px;
    color: #084812;
  }
}
header .cs_hearderRow3 .nav .cs_menuItem .cs_fullMenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  width: 100%;
  background: #004300;
  color: #fff;
  left: 0;
  z-index: 99;
  margin-top: 10px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  header .cs_hearderRow3 .nav .cs_menuItem .cs_fullMenu.Open {
    padding: 5px 0;
    overflow: initial;
    height: initial;
  }
}
@media (min-width: 992px) {
  header .cs_hearderRow3 .nav .cs_menuItem .cs_fullMenu {
    flex-wrap: initial;
    overflow: hidden;
    margin-top: 15px;
    height: initial;
    display: flex !important;
    max-height: 0;
    opacity: 0;
    transition: 0.5s ease all;
    padding: 0px 10%;
  }
}
header .cs_hearderRow3 .nav .cs_menuItem .cs_fullMenu .cs_fullMenuColumn {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  header .cs_hearderRow3 .nav .cs_menuItem .cs_fullMenu .cs_fullMenuColumn {
    width: 25%;
  }
}
@media (min-width: 992px) {
  header .cs_hearderRow3 .nav .cs_menuItem .cs_fullMenu .cs_fullMenuColumn {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  header .cs_hearderRow3 .nav .cs_menuItem .cs_fullMenu .cs_fullMenuColumn {
    width: 20%;
  }
}
@media (min-width: 1400px) {
  header .cs_hearderRow3 .nav .cs_menuItem .cs_fullMenu .cs_fullMenuColumn {
    width: 20%;
  }
}
header .cs_hearderRow3 .nav .cs_menuItem .cs_fullMenu .cs_fullMenuColumn .cs_fullMenuBlock {
  margin-bottom: initial;
  height: initial;
}
header .cs_hearderRow3 .nav .cs_menuItem .cs_fullMenu .cs_fullMenuColumn .cs_fullMenuBlock a {
  color: #fff;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  header .cs_hearderRow3 .nav .cs_menuItem .cs_fullMenu .cs_fullMenuColumn .cs_fullMenuBlock {
    height: 100px;
    margin-bottom: 10px;
  }
  header .cs_hearderRow3 .nav .cs_menuItem .cs_fullMenu .cs_fullMenuColumn .cs_fullMenuBlock:last-of-type {
    margin-bottom: 0;
  }
}
header .cs_hearderRow3 .nav .cs_menuItem .cs_fullMenu .cs_fullMenuColumn .cs_fullMenuBlock:last-of-type {
  height: initial;
}
header .cs_hearderRow3 .nav .cs_menuItem .cs_fullMenu .cs_fullMenuColumn .cs_fullMenuBlock .cs_fullMenuHeading {
  text-transform: uppercase;
  font-weight: normal;
  padding-left: 10px;
}
@media (min-width: 992px) {
  header .cs_hearderRow3 .nav .cs_menuItem .cs_fullMenu .cs_fullMenuColumn .cs_fullMenuBlock .cs_fullMenuHeading {
    padding-left: initial;
    padding-top: 5px;
  }
}
header .cs_hearderRow3 .nav .cs_menuItem .cs_fullMenu .cs_fullMenuColumn .cs_fullMenuBlock .cs_items {
  padding-left: 36px;
  padding-top: 5px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  header .cs_hearderRow3 .nav .cs_menuItem .cs_fullMenu .cs_fullMenuColumn .cs_fullMenuBlock .cs_items {
    padding-left: 16px;
    margin-bottom: initial;
    text-transform: none;
  }
}
header .cs_hearderRow3 .nav .cs_menuItem .cs_fullMenu .cs_fullMenuColumn .cs_fullMenuBlock .cs_items li {
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
}
header .cs_hearderRow3 .nav .cs_menuItem .cs_fullMenu .cs_fullMenuColumn .cs_fullMenuBlock .cs_items li a {
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  padding-top: 2px;
}
header .cs_hearderRow3 .nav .cs_menuItem .cs_fullMenu .cs_fullMenuColumn .cs_fullMenuBlock .cs_items li a:hover {
  opacity: 0.8;
}
header .cs_hearderRow3 .nav .cs_menuItem .cs_fullMenu .cs_fullMenuColumn .cs_fullMenuBlock .cs_items li:hover {
  opacity: 0.8;
}
@media (min-width: 992px) {
  header .cs_hearderRow3 .nav .cs_menuItem .cs_fullMenu .cs_fullMenuColumn.cs_programnsAndOffersmenu {
    width: initial;
  }
}
@media (min-width: 992px) {
  header .cs_hearderRow3 .nav .cs_menuItem .cs_fullMenu.cs_spirit .cs_fullMenuColumn {
    width: 20%;
  }
}
@media (min-width: 992px) {
  header .cs_hearderRow3 .nav .cs_menuItem .cs_fullMenu.cs_spirit .cs_fullMenuColumn {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  header .cs_hearderRow3 .nav .cs_menuItem .cs_fullMenu.cs_spirit .cs_fullMenuColumn {
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  header .cs_hearderRow3 .nav .cs_menuItem .cs_fullMenu.cs_spirit .cs_fullMenuColumn {
    width: 16.6666666667%;
  }
}
header .cs_hearderRow3 .nav .cs_menuItem .cs_fullMenu.cs_programnsAndOffersmenu {
  justify-content: center;
}
header .cs_hearderRow3 .nav .cs_menuItem .cs_fullMenu .cs_closefullMenu {
  color: #fff;
  right: 15px;
  transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
  display: none;
  bottom: 0;
}

.cs_body {
  min-height: 100vh;
}
.cs_body .cs_innerWidth {
  font-family: "Times New Roman";
}
.cs_body .cs_innerWidth .cs_ourBrandsSection {
  padding: 15px 0;
}
.cs_body .cs_innerWidth .cs_ourBrandsSection .cs_ourBrandsHeading {
  text-align: center;
  color: #084812;
  font-family: "Times New Roman";
  font-size: 20px;
  text-transform: uppercase;
}
.cs_body .cs_innerWidth .cs_ourBrandsSection .cs_brands {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 15px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cs_body .cs_innerWidth .cs_ourBrandsSection .cs_brands {
    flex-wrap: initial;
    width: 90%;
  }
}
.cs_body .cs_innerWidth .cs_ourBrandsSection .cs_brands .cs_brandItem {
  height: 60px;
  text-align: center;
  line-height: 60px;
  width: 33%;
}
@media (min-width: 768px) {
  .cs_body .cs_innerWidth .cs_ourBrandsSection .cs_brands .cs_brandItem {
    width: initial;
    margin-bottom: initial;
  }
}
.cs_body .cs_innerWidth .cs_ourBrandsSection .cs_brands .cs_brandItem img {
  max-height: 100%;
  max-width: 75px;
  display: inline-block;
}
@media (min-width: 768px) {
  .cs_body .cs_innerWidth .cs_ourBrandsSection .cs_brands .cs_brandItem img {
    max-width: 120px;
  }
}
.cs_body .cs_innerWidth .cs_twoImageSection {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cs_body .cs_innerWidth .cs_twoImageSection {
    flex-wrap: initial;
  }
}
.cs_body .cs_innerWidth .cs_twoImageSection .cs_firstImg,
.cs_body .cs_innerWidth .cs_twoImageSection .cs_secondImg {
  width: 100%;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .cs_body .cs_innerWidth .cs_twoImageSection .cs_firstImg,
.cs_body .cs_innerWidth .cs_twoImageSection .cs_secondImg {
    width: 50%;
    margin-bottom: initial;
  }
}
.cs_body .cs_innerWidth .cs_twoImageSection .cs_firstImg img {
  width: 100%;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .cs_body .cs_innerWidth .cs_twoImageSection .cs_firstImg img {
    padding-right: 5px;
  }
}
.cs_body .cs_innerWidth .cs_twoImageSection .cs_secondImg img {
  width: 100%;
  padding-left: 0px;
}
@media (min-width: 768px) {
  .cs_body .cs_innerWidth .cs_twoImageSection .cs_secondImg img {
    padding-left: 5px;
  }
}
.cs_body .cs_innerWidth .cs_34widthImage2SmallImages {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px;
  max-height: 400px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cs_body .cs_innerWidth .cs_34widthImage2SmallImages {
    margin-bottom: 5px;
    height: initial;
    max-height: initial;
  }
}
.cs_body .cs_innerWidth .cs_34widthImage2SmallImages.reverse .cs_34widthImageContainer {
  margin-left: 10px;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cs_body .cs_innerWidth .cs_34widthImage2SmallImages.reverse .cs_34widthImageContainer {
    margin-left: 0;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .cs_body .cs_innerWidth .cs_34widthImage2SmallImages.reverse .cs_2smallImagesContainer {
    padding-bottom: 5px;
  }
}
.cs_body .cs_innerWidth .cs_34widthImage2SmallImages .cs_34widthImageContainer {
  width: calc(75% - 10px);
  margin-right: 10px;
  height: 100%;
}
@media (max-width: 767px) {
  .cs_body .cs_innerWidth .cs_34widthImage2SmallImages .cs_34widthImageContainer {
    margin-right: 0;
    padding-bottom: 5px;
    width: 100%;
  }
}
.cs_body .cs_innerWidth .cs_34widthImage2SmallImages .cs_2smallImagesContainer {
  width: 25%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cs_body .cs_innerWidth .cs_34widthImage2SmallImages .cs_2smallImagesContainer {
    width: 100%;
    flex-direction: row;
  }
}
.cs_body .cs_innerWidth .cs_34widthImage2SmallImages .cs_2smallImagesContainer .cs_firstImg {
  margin-bottom: 5px;
  max-height: 200px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .cs_body .cs_innerWidth .cs_34widthImage2SmallImages .cs_2smallImagesContainer .cs_firstImg {
    width: 50%;
    margin-right: 2px;
    margin-bottom: 0px;
    width: calc(50% - 2px);
  }
}
.cs_body .cs_innerWidth .cs_34widthImage2SmallImages .cs_2smallImagesContainer .cs_secondImg {
  margin-top: 5px;
  max-height: 200px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .cs_body .cs_innerWidth .cs_34widthImage2SmallImages .cs_2smallImagesContainer .cs_secondImg {
    margin-top: 0px;
    width: 50%;
    margin-left: 2px;
    width: calc(50% - 2px);
  }
}
.cs_body .cs_innerWidth .cs_34widthImage2SmallImages img {
  width: 100%;
}
@media (max-width: 767px) {
  .cs_body .cs_innerWidth .cs_34widthImage2SmallImages img {
    width: 100%;
  }
}
.cs_body .cs_innerWidth .cs_8Images {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-height: 400px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cs_body .cs_innerWidth .cs_8Images {
    max-height: initial;
  }
}
.cs_body .cs_innerWidth .cs_8Images .cs_imageContainer {
  width: calc(25% - 10px);
  margin-bottom: 10px;
  margin-right: 10px;
  max-height: 190px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cs_body .cs_innerWidth .cs_8Images .cs_imageContainer {
    width: calc(50% - 2px);
    margin-bottom: 5px;
    margin-right: 0px;
    max-height: initial;
  }
}
.cs_body .cs_innerWidth .cs_8Images .cs_imageContainer img {
  width: 100%;
}
.cs_body .cs_innerWidth .cs_12widthImage2SmallImages,
.cs_body .cs_innerWidth .cs_12widthImage2text {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
  max-height: 400px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cs_body .cs_innerWidth .cs_12widthImage2SmallImages,
.cs_body .cs_innerWidth .cs_12widthImage2text {
    margin-bottom: 0px;
    max-height: initial;
  }
}
.cs_body .cs_innerWidth .cs_12widthImage2SmallImages .cs_12widthImageContainer,
.cs_body .cs_innerWidth .cs_12widthImage2text .cs_12widthImageContainer {
  width: calc(50% - 10px);
  margin-right: 10px;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .cs_body .cs_innerWidth .cs_12widthImage2SmallImages .cs_12widthImageContainer,
.cs_body .cs_innerWidth .cs_12widthImage2text .cs_12widthImageContainer {
    margin-right: 0;
    padding-bottom: 0px;
    width: 100%;
    margin-bottom: 5px;
  }
}
.cs_body .cs_innerWidth .cs_12widthImage2SmallImages .cs_12width4ImageContainer,
.cs_body .cs_innerWidth .cs_12widthImage2text .cs_12width4ImageContainer {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cs_body .cs_innerWidth .cs_12widthImage2SmallImages .cs_12width4ImageContainer,
.cs_body .cs_innerWidth .cs_12widthImage2text .cs_12width4ImageContainer {
    width: 100%;
    margin-right: 0px;
  }
}
.cs_body .cs_innerWidth .cs_12widthImage2SmallImages .cs_12width4ImageContainer .cs_Img,
.cs_body .cs_innerWidth .cs_12widthImage2text .cs_12width4ImageContainer .cs_Img {
  width: calc(50% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  max-height: 200px;
  overflow: hidden;
}
.cs_body .cs_innerWidth .cs_12widthImage2SmallImages .cs_12width4ImageContainer .cs_Img:nth-of-type(3), .cs_body .cs_innerWidth .cs_12widthImage2SmallImages .cs_12width4ImageContainer .cs_Img:nth-of-type(4),
.cs_body .cs_innerWidth .cs_12widthImage2text .cs_12width4ImageContainer .cs_Img:nth-of-type(3),
.cs_body .cs_innerWidth .cs_12widthImage2text .cs_12width4ImageContainer .cs_Img:nth-of-type(4) {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .cs_body .cs_innerWidth .cs_12widthImage2SmallImages .cs_12width4ImageContainer .cs_Img,
.cs_body .cs_innerWidth .cs_12widthImage2text .cs_12width4ImageContainer .cs_Img {
    margin-right: 0;
    margin-bottom: 5px;
    width: calc(50% - 2px);
    max-height: initial;
    overflow: initial;
  }
}
.cs_body .cs_innerWidth .cs_12widthImage2SmallImages .cs_2smallImagesContainer,
.cs_body .cs_innerWidth .cs_12widthImage2text .cs_2smallImagesContainer {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}
@media (max-width: 767px) {
  .cs_body .cs_innerWidth .cs_12widthImage2SmallImages .cs_2smallImagesContainer,
.cs_body .cs_innerWidth .cs_12widthImage2text .cs_2smallImagesContainer {
    width: 100%;
    flex-direction: row;
    margin-bottom: 5px;
  }
}
.cs_body .cs_innerWidth .cs_12widthImage2SmallImages .cs_2smallImagesContainer .cs_firstImg,
.cs_body .cs_innerWidth .cs_12widthImage2SmallImages .cs_2smallImagesContainer .cs_secondImg,
.cs_body .cs_innerWidth .cs_12widthImage2text .cs_2smallImagesContainer .cs_firstImg,
.cs_body .cs_innerWidth .cs_12widthImage2text .cs_2smallImagesContainer .cs_secondImg {
  width: calc(50% - 5px);
  margin-right: 5px;
  height: 100%;
}
@media (max-width: 767px) {
  .cs_body .cs_innerWidth .cs_12widthImage2SmallImages .cs_2smallImagesContainer .cs_firstImg,
.cs_body .cs_innerWidth .cs_12widthImage2SmallImages .cs_2smallImagesContainer .cs_secondImg,
.cs_body .cs_innerWidth .cs_12widthImage2text .cs_2smallImagesContainer .cs_firstImg,
.cs_body .cs_innerWidth .cs_12widthImage2text .cs_2smallImagesContainer .cs_secondImg {
    margin-right: 0px;
    width: calc(50% - 2px);
  }
}
.cs_body .cs_innerWidth .cs_12widthImage2SmallImages .cs_2smallImagesContainer .cs_firstText,
.cs_body .cs_innerWidth .cs_12widthImage2text .cs_2smallImagesContainer .cs_firstText {
  width: calc(50% - 10px);
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cs_body .cs_innerWidth .cs_12widthImage2SmallImages .cs_2smallImagesContainer .cs_firstText,
.cs_body .cs_innerWidth .cs_12widthImage2text .cs_2smallImagesContainer .cs_firstText {
    text-align: justify;
  }
}
.cs_body .cs_innerWidth .cs_12widthImage2SmallImages .cs_2smallImagesContainer .cs_secondText,
.cs_body .cs_innerWidth .cs_12widthImage2text .cs_2smallImagesContainer .cs_secondText {
  width: calc(50% - 10px);
  margin-left: 10px;
}
@media (max-width: 767px) {
  .cs_body .cs_innerWidth .cs_12widthImage2SmallImages .cs_2smallImagesContainer .cs_secondText,
.cs_body .cs_innerWidth .cs_12widthImage2text .cs_2smallImagesContainer .cs_secondText {
    text-align: justify;
  }
}
.cs_body .cs_innerWidth .cs_12widthImage2SmallImages img,
.cs_body .cs_innerWidth .cs_12widthImage2text img {
  width: 100%;
}
@media (max-width: 767px) {
  .cs_body .cs_innerWidth .cs_12widthImage2SmallImages img,
.cs_body .cs_innerWidth .cs_12widthImage2text img {
    width: 100%;
  }
}
.cs_body .cs_innerWidth .cs_34widthImageText {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cs_body .cs_innerWidth .cs_34widthImageText {
    margin-bottom: 5px;
    height: initial;
  }
}
.cs_body .cs_innerWidth .cs_34widthImageText .cs_34widthImageContainer {
  width: calc(75% - 10px);
  margin-right: 10px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cs_body .cs_innerWidth .cs_34widthImageText .cs_34widthImageContainer {
    margin-right: 0;
    padding-bottom: 5px;
    width: 100%;
    position: initial;
    overflow: initial;
  }
}
.cs_body .cs_innerWidth .cs_34widthImageText .cs_Text {
  width: calc(25% - 10px);
  margin-left: 10px;
  height: 100%;
}
@media (max-width: 767px) {
  .cs_body .cs_innerWidth .cs_34widthImageText .cs_Text {
    width: 100%;
    margin-left: 0px;
    text-align: justify;
  }
}
.cs_body .cs_innerWidth .cs_34widthImageText img {
  width: 100%;
}
.cs_body .cs_innerWidth .cs_followUsSection {
  padding-top: 30px;
  padding-bottom: 15px;
  display: flex;
  width: 80%;
  margin: 0 auto;
  justify-content: center;
  color: #084812;
  align-items: center;
}
@media (min-width: 768px) {
  .cs_body .cs_innerWidth .cs_followUsSection {
    align-items: initial;
  }
}
.cs_body .cs_innerWidth .cs_followUsSection .fa,
.cs_body .cs_innerWidth .cs_followUsSection .cs_followUsText {
  padding: 5px 0;
}
.cs_body .cs_innerWidth .cs_followUsSection .fa {
  line-height: inherit;
  padding-right: 25px;
}
.cs_body .cs_innerWidth .cs_followUsSection .cs_followUsText {
  padding-left: 25px;
  font-size: 18px;
  font-family: "Times New Roman", Times, serif;
}
.cs_body .cs_innerWidth .cs_instagramImageSection {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  padding-bottom: 60px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cs_body .cs_innerWidth .cs_instagramImageSection {
    width: 65%;
  }
}
@media (min-width: 768px) {
  .cs_body .cs_innerWidth .cs_instagramImageSection {
    flex-wrap: initial;
  }
}
.cs_body .cs_innerWidth .cs_instagramImageSection .cs_instagramImage {
  width: 33%;
}
@media (min-width: 768px) {
  .cs_body .cs_innerWidth .cs_instagramImageSection .cs_instagramImage {
    width: initial;
    padding-right: 10px;
  }
  .cs_body .cs_innerWidth .cs_instagramImageSection .cs_instagramImage:last-of-type {
    padding-right: 0;
  }
}
.cs_body .cs_innerWidth .cs_instagramImageSection .cs_instagramImage img {
  max-width: 100%;
  max-height: 130px;
  padding: 5px;
}
@media (min-width: 768px) {
  .cs_body .cs_innerWidth .cs_instagramImageSection .cs_instagramImage img {
    padding: initial;
  }
}

.cs_sliderSection {
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .cs_sliderSection {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .cs_sliderSection {
    flex-wrap: initial;
  }
}
.cs_sliderSection .cs_innersliderSection {
  display: flex;
  flex-direction: column;
  padding: 2px 10px 2px 0;
}
@media (max-width: 767px) {
  .cs_sliderSection .cs_innersliderSection {
    padding: 2px 2px 2px 0;
  }
}
.cs_sliderSection .cs_innersliderSection.cs_innersliderSectionBtns {
  width: 50%;
  order: 2;
}
@media (min-width: 768px) {
  .cs_sliderSection .cs_innersliderSection.cs_innersliderSectionBtns {
    order: initial;
  }
  .cs_sliderSection .cs_innersliderSection.cs_innersliderSectionBtns.cs_w_25 {
    width: 25%;
  }
  .cs_sliderSection .cs_innersliderSection.cs_innersliderSectionBtns.cs_w_50 {
    width: 50%;
  }
  .cs_sliderSection .cs_innersliderSection.cs_innersliderSectionBtns.cs_w_75 {
    width: 75%;
  }
  .cs_sliderSection .cs_innersliderSection.cs_innersliderSectionBtns.cs_w_100 {
    width: 100%;
  }
}
.cs_sliderSection .cs_innersliderSection.cs_innersliderSectionSlider {
  width: 100%;
}
@media (min-width: 768px) {
  .cs_sliderSection .cs_innersliderSection.cs_innersliderSectionSlider.cs_w_25 {
    width: 25%;
  }
  .cs_sliderSection .cs_innersliderSection.cs_innersliderSectionSlider.cs_w_50 {
    width: 50%;
  }
  .cs_sliderSection .cs_innersliderSection.cs_innersliderSectionSlider.cs_w_75 {
    width: 75%;
  }
  .cs_sliderSection .cs_innersliderSection.cs_innersliderSectionSlider.cs_w_100 {
    width: 100%;
  }
}
.cs_sliderSection .cs_innersliderSection:last-of-type {
  padding: 2px 0px 2px 0;
}
.cs_sliderSection .cs_innersliderSection .cs_sliderSectionBtn {
  text-transform: none;
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px 0 0 0;
  height: 50px;
}
@media (max-width: 767px) {
  .cs_sliderSection .cs_innersliderSection .cs_sliderSectionBtn {
    padding: 5px 0 0 0;
  }
}
@media (min-width: 768px) {
  .cs_sliderSection .cs_innersliderSection .cs_sliderSectionBtn {
    max-height: 100%;
    min-height: 50%;
    height: 100%;
    position: relative;
  }
}
.cs_sliderSection .cs_innersliderSection .cs_sliderSectionBtn.cs_sliderSectionBtn:first-of-type {
  padding: 0px 0 0 0;
}
.cs_sliderSection .cs_innersliderSection .cs_sliderSectionBtn .cs_sliderSectionBtnItem {
  height: 100%;
  width: 100%;
  /*border: 2px solid #729172;*/
  background: #81ab81;
  color: #fff;
  font-family: "Times New Roman";
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.cs_sliderSection .cs_innersliderSection .cs_sliderSectionBtn .cs_sliderSectionBtnItem * {
  font-family: "Times New Roman";
  letter-spacing: 1px;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .cs_sliderSection .cs_innersliderSection .cs_sliderSectionBtn .cs_sliderSectionBtnItem * {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .cs_sliderSection .cs_innersliderSection .cs_sliderSectionBtn .cs_sliderSectionBtnItem * {
    font-size: 22px !important;
  }
}
@media (max-width: 992px) {
  .cs_sliderSection .cs_innersliderSection .cs_sliderSectionBtn .cs_sliderSectionBtnItem * {
    font-size: 18px !important;
  }
}
.cs_sliderSection .cs_innersliderSection .cs_sliderSectionSlider {
  height: 100%;
  width: 100%;
}
.cs_sliderSection .cs_innersliderSection .cs_sliderSectionSlider .carousel {
  height: 100%;
}
.cs_sliderSection .cs_innersliderSection .cs_sliderSectionSlider .carousel .carousel-inner {
  height: 100%;
}
.cs_sliderSection .cs_innersliderSection .cs_sliderSectionSlider .carousel .carousel-inner .carousel-item {
  height: 100%;
}
.cs_sliderSection .cs_innersliderSection .cs_sliderSectionSlider .carousel .carousel-inner .carousel-item img {
  width: 100%;
}
.cs_sliderSection .cs_innersliderSection .cs_sliderSectionSlider .carousel .carousel-indicators li {
  width: 5px;
  height: 5px;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .cs_sliderSection .cs_innersliderSection.fullOnMobile {
    width: 100%;
    flex-direction: row;
  }
  .cs_sliderSection .cs_innersliderSection.fullOnMobile .cs_sliderSectionBtn {
    width: 50%;
    padding-top: 0 !important;
  }
  .cs_sliderSection .cs_innersliderSection.fullOnMobile .cs_sliderSectionBtn:first-of-type {
    padding-right: 2px;
  }
  .cs_sliderSection .cs_innersliderSection.fullOnMobile .cs_sliderSectionBtn:last-of-type {
    padding-left: 2px;
  }
}

.cs_contactUs {
  margin-bottom: 10px;
}
.cs_contactUs .cs_contactUsLocation {
  border-bottom: 2px solid #cccccc;
}
.cs_contactUs .cs_contactUsFind,
.cs_contactUs .cs_contactUsLocation {
  display: flex;
  margin-top: 15px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .cs_contactUs .cs_contactUsFind,
.cs_contactUs .cs_contactUsLocation {
    flex-wrap: initial;
  }
}
.cs_contactUs .cs_contactUsFind .cs_contactUsText,
.cs_contactUs .cs_contactUsLocation .cs_contactUsText {
  width: 100%;
  padding-right: 0%;
}
@media (min-width: 1200px) {
  .cs_contactUs .cs_contactUsFind .cs_contactUsText,
.cs_contactUs .cs_contactUsLocation .cs_contactUsText {
    width: 50%;
    padding-right: 1%;
  }
}
.cs_contactUs .cs_contactUsFind .cs_contactUsText h3,
.cs_contactUs .cs_contactUsLocation .cs_contactUsText h3 {
  font-family: "Times New Roman";
  color: #084812;
  padding-bottom: 5px;
  font-size: 1.5em;
}
@media (min-width: 576px) {
  .cs_contactUs .cs_contactUsFind .cs_contactUsText h3,
.cs_contactUs .cs_contactUsLocation .cs_contactUsText h3 {
    font-size: 1.9em;
  }
}
.cs_contactUs .cs_contactUsFind .cs_contactUsText p,
.cs_contactUs .cs_contactUsLocation .cs_contactUsText p {
  line-height: 1.9em;
  font-size: 1em;
  font-family: "Open Sans";
}
.cs_contactUs .cs_contactUsFind .cs_contactUsText .cs_storesSubtitle,
.cs_contactUs .cs_contactUsLocation .cs_contactUsText .cs_storesSubtitle {
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 1em;
  font-family: "Open Sans";
  font-weight: bold;
}
.cs_contactUs .cs_contactUsFind .cs_contactUsText .cs_storesbody,
.cs_contactUs .cs_contactUsLocation .cs_contactUsText .cs_storesbody {
  line-height: 1.9em;
  font-size: 1em;
  font-family: "Open Sans";
}
.cs_contactUs .cs_contactUsFind .cs_contactUsText .cs_contactUsHoursTour,
.cs_contactUs .cs_contactUsLocation .cs_contactUsText .cs_contactUsHoursTour {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .cs_contactUs .cs_contactUsFind .cs_contactUsText .cs_contactUsHoursTour,
.cs_contactUs .cs_contactUsLocation .cs_contactUsText .cs_contactUsHoursTour {
    flex-wrap: initial;
  }
}
.cs_contactUs .cs_contactUsFind .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsHours,
.cs_contactUs .cs_contactUsLocation .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsHours {
  padding-right: 0px;
}
@media (min-width: 992px) {
  .cs_contactUs .cs_contactUsFind .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsHours,
.cs_contactUs .cs_contactUsLocation .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsHours {
    padding-right: 45px;
  }
}
.cs_contactUs .cs_contactUsFind .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsHours,
.cs_contactUs .cs_contactUsFind .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsTour,
.cs_contactUs .cs_contactUsLocation .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsHours,
.cs_contactUs .cs_contactUsLocation .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsTour {
  width: 100%;
  margin-top: 25px !important;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .cs_contactUs .cs_contactUsFind .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsHours,
.cs_contactUs .cs_contactUsFind .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsTour,
.cs_contactUs .cs_contactUsLocation .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsHours,
.cs_contactUs .cs_contactUsLocation .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsTour {
    width: initial;
  }
}
@media (min-width: 992px) {
  .cs_contactUs .cs_contactUsFind .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsHours,
.cs_contactUs .cs_contactUsFind .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsTour,
.cs_contactUs .cs_contactUsLocation .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsHours,
.cs_contactUs .cs_contactUsLocation .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsTour {
    margin-top: initial;
  }
}
.cs_contactUs .cs_contactUsFind .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsHours,
.cs_contactUs .cs_contactUsFind .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsTour,
.cs_contactUs .cs_contactUsLocation .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsHours,
.cs_contactUs .cs_contactUsLocation .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsTour {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cs_contactUs .cs_contactUsFind .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsHours .cs_contactUsHoursBtn,
.cs_contactUs .cs_contactUsFind .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsTour .cs_contactUsHoursBtn,
.cs_contactUs .cs_contactUsLocation .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsHours .cs_contactUsHoursBtn,
.cs_contactUs .cs_contactUsLocation .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsTour .cs_contactUsHoursBtn {
  display: block;
  margin-top: 15px;
}
.cs_contactUs .cs_contactUsFind .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsHours .cs_contactUsHoursBtn .cs_btn,
.cs_contactUs .cs_contactUsFind .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsTour .cs_contactUsHoursBtn .cs_btn,
.cs_contactUs .cs_contactUsLocation .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsHours .cs_contactUsHoursBtn .cs_btn,
.cs_contactUs .cs_contactUsLocation .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsTour .cs_contactUsHoursBtn .cs_btn {
  font-family: "Open Sans";
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  border-radius: 20px;
}
.cs_contactUs .cs_contactUsFind .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsHours .cs_contactUsHoursBtn .cs_btn:hover,
.cs_contactUs .cs_contactUsFind .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsTour .cs_contactUsHoursBtn .cs_btn:hover,
.cs_contactUs .cs_contactUsLocation .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsHours .cs_contactUsHoursBtn .cs_btn:hover,
.cs_contactUs .cs_contactUsLocation .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsTour .cs_contactUsHoursBtn .cs_btn:hover {
  background-color: transparent;
  color: #084812;
  box-shadow: 0px 0px 0px 1px #084812 !important;
  border: none !important;
}
.cs_contactUs .cs_contactUsFind .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsTour .cs_contactUsHoursBtn .cs_btn,
.cs_contactUs .cs_contactUsLocation .cs_contactUsText .cs_contactUsHoursTour .cs_contactUsTour .cs_contactUsHoursBtn .cs_btn {
  width: 215px;
  font-family: "Open Sans";
}
.cs_contactUs .cs_contactUsFind .cs_contactUsText .cs_contactUsHoursTour h4,
.cs_contactUs .cs_contactUsLocation .cs_contactUsText .cs_contactUsHoursTour h4 {
  font-family: "Open Sans";
  color: #084812;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 10px;
}
.cs_contactUs .cs_contactUsFind .cs_contactUsText .cs_contactUsHoursTour p,
.cs_contactUs .cs_contactUsLocation .cs_contactUsText .cs_contactUsHoursTour p {
  font-size: 1em;
  line-height: 1.3em;
}
@media (min-width: 992px) {
  .cs_contactUs .cs_contactUsFind .cs_contactUsText .cs_contactUsHoursTour p,
.cs_contactUs .cs_contactUsLocation .cs_contactUsText .cs_contactUsHoursTour p {
    flex-wrap: initial;
  }
}
.cs_contactUs .cs_contactUsFind .cs_contactUsImg,
.cs_contactUs .cs_contactUsLocation .cs_contactUsImg {
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  .cs_contactUs .cs_contactUsFind .cs_contactUsImg,
.cs_contactUs .cs_contactUsLocation .cs_contactUsImg {
    width: 50%;
  }
}
.cs_contactUs .cs_contactUsFind .cs_contactUsImg img,
.cs_contactUs .cs_contactUsLocation .cs_contactUsImg img {
  max-width: 100%;
}
.cs_contactUs .cs_contactUsFindAndMap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation {
  width: 100%;
}
@media (min-width: 576px) {
  .cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation {
    width: 50%;
  }
}
.cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation > h3 {
  font-family: "Times New Roman";
  color: #084812;
  font-size: 1.5em;
}
@media (min-width: 576px) {
  .cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation > h3 {
    font-size: 1.9em;
  }
}
.cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_contactUsStoreList {
  height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}
.cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_contactUsStoreList.hide {
  display: none;
}
.cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_contactUsStoreList a {
  text-decoration: none;
}
.cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_contactUsStoreList .cs_contactUsStoreLocation {
  display: flex;
  justify-content: space-between;
  padding: 1.4vh 1.4vh 1.4vh 0vh;
  color: #000;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 576px) {
  .cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_contactUsStoreList .cs_contactUsStoreLocation {
    padding: 1.4vh 1.4vh 1.4vh 1.4vh;
    flex-wrap: initial;
  }
}
@media (min-width: 1200px) {
  .cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_contactUsStoreList .cs_contactUsStoreLocation {
    padding: 15px 25px 15px 10px;
  }
}
.cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_contactUsStoreList .cs_contactUsStoreLocation:hover {
  background: #e5e5e5;
}
.cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_contactUsStoreList .cs_contactUsStoreLocation .cs_contactUsStoreName {
  width: 100%;
}
@media (min-width: 576px) {
  .cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_contactUsStoreList .cs_contactUsStoreLocation .cs_contactUsStoreName {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_contactUsStoreList .cs_contactUsStoreLocation .cs_contactUsStoreName {
    width: 30%;
  }
}
.cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_contactUsStoreList .cs_contactUsStoreLocation .cs_contactUsStoreName h6 {
  font-weight: 600;
  font-family: "Open Sans";
  font-size: 14px;
}
.cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_contactUsStoreList .cs_contactUsStoreLocation .cs_contactUsStoreName p {
  margin-bottom: 0px;
  line-height: 22px;
  font-size: 14px;
  font-family: "Open Sans";
}
.cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_contactUsStoreList .cs_contactUsStoreLocation .cs_contactUsStoreAddress {
  width: 100%;
  padding-left: 0%;
}
@media (min-width: 576px) {
  .cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_contactUsStoreList .cs_contactUsStoreLocation .cs_contactUsStoreAddress {
    width: 45%;
    padding-left: 5%;
  }
}
@media (min-width: 1200px) {
  .cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_contactUsStoreList .cs_contactUsStoreLocation .cs_contactUsStoreAddress {
    width: 45%;
  }
}
.cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_contactUsStoreList .cs_contactUsStoreLocation .cs_contactUsStoreAddress p {
  margin-bottom: 0px;
  line-height: 20px;
  font-size: 14px;
  font-family: "Open Sans";
}
.cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_contactUsStoreList .cs_contactUsStoreLocation .cs_contactUsStoreAddress p.cs_contactUsStorePhone {
  font-size: 14px;
}
.cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_contactUsStoreList .cs_contactUsStoreLocation .cs_contactUsStoreMore {
  width: initial;
  display: inline-block;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 1.4vh;
}
@media (min-width: 576px) {
  .cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_contactUsStoreList .cs_contactUsStoreLocation .cs_contactUsStoreMore {
    width: 15%;
    display: flex;
    position: initial;
  }
}
@media (min-width: 1200px) {
  .cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_contactUsStoreList .cs_contactUsStoreLocation .cs_contactUsStoreMore {
    width: 15%;
  }
}
.cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_contactUsStoreList .cs_contactUsStoreLocation .cs_contactUsStoreMore span {
  cursor: pointer;
  display: block;
}
.cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_storeLocationFull {
  display: none;
  position: relative;
  flex-wrap: wrap;
  height: initial;
}
.cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_storeLocationFull.show {
  display: flex !important;
}
@media (min-width: 576px) {
  .cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_storeLocationFull {
    height: 400px;
    flex-wrap: initial;
  }
}
.cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_storeLocationFull .cs_storeLocationNameAddAddress {
  width: 100%;
  padding-right: 1%;
}
@media (min-width: 576px) {
  .cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_storeLocationFull .cs_storeLocationNameAddAddress {
    width: 50%;
  }
}
.cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_storeLocationFull .cs_storeLocationNameAddAddress > h3 {
  font-family: "Times New Roman";
}
.cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_storeLocationFull .cs_storeLocationNameAddAddress p {
  font-family: "Open Sans";
  line-height: 22px;
  font-size: 14px;
}
.cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_storeLocationFull .cs_storeLocationNameAddAddress p.cs_storeLocationPhone {
  margin-top: 10px;
  margin-bottom: 0;
}
.cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_storeLocationFull .cs_storeLocationNameAddAddress p.cs_storeLocationPhone span span {
  font-family: "Open Sans";
  margin-left: 10px;
  font-weight: 600;
}
.cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_storeLocationFull .cs_storeLocationHours {
  width: 100%;
}
@media (min-width: 576px) {
  .cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_storeLocationFull .cs_storeLocationHours {
    width: 50%;
  }
}
.cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_storeLocationFull .cs_storeLocationHours > h3 {
  font-family: "Times New Roman";
}
.cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_storeLocationFull .cs_storeLocationHours p {
  font-family: "Open Sans";
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 0;
}
.cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_storeLocationFull .cs_storeLocationHours p.cs_storeLocationSupervisor {
  margin-top: 10px;
  font-weight: 600;
}
.cs_contactUs .cs_contactUsFindAndMap .cs_contactUsFindLocation .cs_storeLocationFull .cs_storeLocationFullClose {
  position: absolute;
  right: 15px;
  font-family: "Open Sans";
  font-weight: bold;
  cursor: pointer;
  font-size: 24px;
  line-height: 0;
}

footer .cs_footer1 {
  background: #939393;
  padding: 17px 0;
}
footer .cs_footer1 .cs_footerMenu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
footer .cs_footer1 .cs_footerMenu .cs_footerMenuItem {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-family: "Open Sans";
  width: initial;
  padding: 5px;
}
@media (max-width: 1400px) {
  footer .cs_footer1 .cs_footerMenu .cs_footerMenuItem {
    width: 16.6666666667%;
  }
}
@media (max-width: 1200px) {
  footer .cs_footer1 .cs_footerMenu .cs_footerMenuItem {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  footer .cs_footer1 .cs_footerMenu .cs_footerMenuItem {
    width: 25%;
  }
}
@media (max-width: 992px) {
  footer .cs_footer1 .cs_footerMenu .cs_footerMenuItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 576px) {
  footer .cs_footer1 .cs_footerMenu .cs_footerMenuItem {
    width: 100%;
  }
}
footer .cs_footer1 .cs_footerMenu .cs_footerMenuItem a {
  color: #fff;
  text-decoration: none !important;
}
footer .cs_footer1 .cs_footerMenu .cs_footerMenuItem a:hover {
  opacity: 0.8;
}
footer .cs_footer2 {
  padding: 17px 0;
  background: #757575;
}
footer .cs_footer2 .cs_footerCopyRight {
  font-family: "Open Sans";
  font-size: 12px;
  color: #b3b3b3;
}

.cs_innerWidth {
  width: 96%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .cs_innerWidth {
    width: 90%;
  }
}

.cs_w_25 {
  width: 25%;
}

.cs_w_50 {
  width: 50%;
}

.cs_w_75 {
  width: 75%;
}

.cs_w_100 {
  width: 100%;
}

.cs_verticalLine {
  border-right: 1px solid #cccccc;
}

*::selection {
  color: #084812;
  background: #eeeeee;
}

.cs_btnGreen {
  background: #024002;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 7px;
  border: none;
  outline: none;
  font-size: 0.8em;
}

.cs_green {
  color: #084812;
}

::placeholder {
  font-size: 12px;
}
@media (min-width: 992px) {
  ::placeholder {
    font-size: 12px;
  }
}

:-ms-input-placeholder {
  font-size: 12px;
}
@media (min-width: 992px) {
  :-ms-input-placeholder {
    font-size: 12px;
  }
}

::-ms-input-placeholder {
  font-size: 12px;
}
@media (min-width: 992px) {
  ::-ms-input-placeholder {
    font-size: 12px;
  }
}

.cs_moreInfoIcon {
  font-family: "Open Sans";
  width: 24px;
  height: 24px;
  text-align: center;
}
.cs_moreInfoIcon img {
  height: 24px;
}

.cs_pageWidth {
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .cs_pageWidth {
    width: 90%;
  }
}

.cs_pageWidthProduct {
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .cs_pageWidthProduct {
    width: 90%;
  }
}

.cs_filter {
  padding: 25px 0;
  border-bottom: 1px solid #cccccc;
}
.cs_filter .cs_dropDownContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cs_filter .cs_dropDownContainer .cs_dropDown {
  width: calc(50% - 7px);
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .cs_filter .cs_dropDownContainer .cs_dropDown {
    width: calc(25% - 15px);
    align-items: center;
  }
}
.cs_filter .cs_dropDownContainer .cs_dropDown.cs_dropDownWithCheckBox {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cs_filter .cs_dropDownContainer .cs_dropDown.cs_dropDownWithCheckBox .cs_cbl {
  width: calc(50% - 7px);
}
@media (min-width: 768px) {
  .cs_filter .cs_dropDownContainer .cs_dropDown.cs_dropDownWithCheckBox .cs_cbl {
    width: initial;
  }
}
.cs_filter .cs_dropDownContainer .cs_dropDown.cs_dropDownWithCheckBox .cs_orderByDDL {
  width: calc(50% - 7px);
}
@media (min-width: 768px) {
  .cs_filter .cs_dropDownContainer .cs_dropDown.cs_dropDownWithCheckBox .cs_orderByDDL {
    width: initial;
  }
}
@media (min-width: 768px) {
  .cs_filter .cs_dropDownContainer .cs_dropDown.cs_dropDownWithCheckBox {
    width: calc(25% - 15px);
  }
}

.cs_ddl {
  width: 100%;
  -webkit-appearance: none;
  border: 1px solid #eeeeee;
  -moz-background: none;
  background-image: url(/Assets/Images/caret-right.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: calc(100% - 5px) center;
  padding: 5px 25px 5px 5px;
  color: #525252;
}
.cs_ddl option {
  background: #f8f8f8;
}
.cs_cbl tbody {
  display: flex;
  flex-wrap: wrap;
}
.cs_cbl tbody tr {
  margin: 3px 10px 3px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cs_cbl tbody tr:last-of-type {
  margin-right: 0;
}
.cs_cbl tbody tr td {
  display: flex;
  align-items: center;
  margin: 2px;
}
.cs_cbl tbody tr td input {
  border: 1px solid #eeeeee;
  background-color: #fff;
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  outline: none;
  margin: 0 !important;
}
.cs_cbl tbody tr td input:checked {
  background-image: url(/Assets/Images/checkmark_green.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
}
.cs_cbl tbody tr td label {
  margin-bottom: 0;
  line-height: initial;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #525252;
  width: calc(100% - 20px);
}

.cs_categoryNameAndDescription {
  text-align: center;
  padding: 15px 0;
}
@media (min-width: 992px) {
  .cs_categoryNameAndDescription {
    padding: 25px 0;
  }
}
.cs_categoryNameAndDescription .cs_categoryName {
  color: #084812;
  font-size: 40px;
  font-family: "Times New Roman", Times, serif;
  line-height: initial;
}
.cs_categoryNameAndDescription .cs_productTypeTitle {
  color: #084812;
  font-size: 20px;
  font-family: "Times New Roman", Times, serif;
  line-height: initial;
}
.cs_categoryNameAndDescription .cs_categoryDescription {
  line-height: 26px;
  padding: 0 0%;
  margin-top: 0px;
  color: #818181;
}
@media (min-width: 992px) {
  .cs_categoryNameAndDescription .cs_categoryDescription {
    padding: 0 10%;
    margin-top: 15px;
  }
}
.cs_categoryNameAndDescription .cs_categoryLogo {
  margin-top: 25px;
  opacity: 0.25;
}
.cs_categoryNameAndDescription .cs_showingRange {
  color: #818181;
  font-size: 14px;
  margin-top: 15px;
}
.cs_categoryNameAndDescription .cs_showingRange .cs_showing {
  line-height: initial;
  position: relative;
}
.cs_categoryNameAndDescription .cs_showingRange .cs_showing .cs_orderByDDL {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .cs_categoryNameAndDescription .cs_showingRange .cs_showing .cs_orderByDDL {
    position: initial;
    margin-top: 5px;
  }
}
.cs_categoryNameAndDescription .cs_showingRange .cs_showing .cs_orderByDDL select {
  width: initial;
  display: inline-block;
}
.cs_categoryNameAndDescription .cs_showingRange .cs_range {
  line-height: initial;
}

.cs_product * {
  font-family: "Open Sans" !important;
}

.cs_productList {
  margin-top: 25px;
}

.magnotta .cs_productBody {
  height: calc(100% + 8px);
  display: flex;
  padding-top: 10px;
}

.rounded {
  border-radius: 0.5rem !important;
}

.similar-checkout-div {
  position: absolute;
  width: 100%;
  background: #fff;
  box-shadow: 0 10px 15px -10px #d3d3d3;
  z-index: 99;
}

.checkout-section,
.merge-section {
  border-top: 1px solid #d3d3d3;
  padding-bottom: 15px;
  border-bottom: 1px solid #d3d3d3;
}
.checkout-section .cs_table .cs_tableColumn,
.merge-section .cs_table .cs_tableColumn {
  padding: 0;
}
.checkout-section .cs_table .cs_tableColumn.cs_Total,
.merge-section .cs_table .cs_tableColumn.cs_Total {
  display: none;
}
@media (min-width: 768px) {
  .checkout-section .cs_table .cs_tableColumn.cs_Total,
.merge-section .cs_table .cs_tableColumn.cs_Total {
    display: initial;
  }
}
.checkout-section .cs_table .cs_tableColumn.cs_Price,
.merge-section .cs_table .cs_tableColumn.cs_Price {
  width: 70%;
  text-align: left;
  margin-left: 20%;
  color: #084812;
}
@media (min-width: 768px) {
  .checkout-section .cs_table .cs_tableColumn.cs_Price,
.merge-section .cs_table .cs_tableColumn.cs_Price {
    width: 12%;
    text-align: right;
    margin-left: initial;
    color: inherit;
  }
}
.checkout-section .cs_table .cs_tableColumn.cs_Delete,
.merge-section .cs_table .cs_tableColumn.cs_Delete {
  width: 10%;
}
@media (min-width: 768px) {
  .checkout-section .cs_table .cs_tableColumn.cs_Delete,
.merge-section .cs_table .cs_tableColumn.cs_Delete {
    width: 7%;
  }
}
.checkout-section .cs_table .cs_tableColumn.cs_ShoppingCartSummary,
.merge-section .cs_table .cs_tableColumn.cs_ShoppingCartSummary {
  width: 60%;
}
@media (min-width: 768px) {
  .checkout-section .cs_table .cs_tableColumn.cs_ShoppingCartSummary,
.merge-section .cs_table .cs_tableColumn.cs_ShoppingCartSummary {
    width: 47%;
  }
}
.checkout-section .cs_table .cs_tableColumn.cs_Quantity,
.merge-section .cs_table .cs_tableColumn.cs_Quantity {
  width: 20%;
}
@media (min-width: 768px) {
  .checkout-section .cs_table .cs_tableColumn.cs_Quantity,
.merge-section .cs_table .cs_tableColumn.cs_Quantity {
    width: 12%;
  }
}
.checkout-section .cs_table .cs_tableColumn.cs_image,
.merge-section .cs_table .cs_tableColumn.cs_image {
  width: 20%;
}
@media (min-width: 768px) {
  .checkout-section .cs_table .cs_tableColumn.cs_image,
.merge-section .cs_table .cs_tableColumn.cs_image {
    width: 10%;
  }
}
.checkout-section .cs_table .cs_image,
.merge-section .cs_table .cs_image {
  width: 10%;
}
.checkout-section .cs_table .cs_image a,
.merge-section .cs_table .cs_image a {
  display: inline-block;
}
.checkout-section .cs_table .cs_image a img,
.merge-section .cs_table .cs_image a img {
  max-height: 100px;
  max-width: 100%;
}
.checkout-section .cs_table .cs_ShoppingCartSummary,
.merge-section .cs_table .cs_ShoppingCartSummary {
  width: 47%;
}
.checkout-section .cs_table .cs_ShoppingCartSummary a,
.merge-section .cs_table .cs_ShoppingCartSummary a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.checkout-section .cs_table .cs_Quantity,
.merge-section .cs_table .cs_Quantity {
  width: 12%;
  text-align: right;
}
.checkout-section .cs_table .cs_Quantity input,
.merge-section .cs_table .cs_Quantity input {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .checkout-section .cs_table .cs_Quantity input,
.merge-section .cs_table .cs_Quantity input {
    width: 80px;
    margin-right: 0;
  }
}
.checkout-section .cs_table .cs_Price,
.merge-section .cs_table .cs_Price {
  width: 12%;
  text-align: right;
}
.checkout-section .cs_table .cs_Total,
.merge-section .cs_table .cs_Total {
  width: 12%;
  text-align: right;
}
.checkout-section .cs_table .cs_Delete,
.merge-section .cs_table .cs_Delete {
  width: 7%;
  text-align: center;
}
.checkout-section .cs_table .cs_tableRow,
.merge-section .cs_table .cs_tableRow {
  flex-wrap: wrap;
  width: 96%;
  margin: 0 auto;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .checkout-section .cs_table .cs_tableRow,
.merge-section .cs_table .cs_tableRow {
    flex-wrap: initial;
  }
}
.checkout-section .cs_table .cs_tableHead,
.merge-section .cs_table .cs_tableHead {
  display: none;
}
@media (min-width: 768px) {
  .checkout-section .cs_table .cs_tableHead,
.merge-section .cs_table .cs_tableHead {
    display: initial;
  }
}
.checkout-section .cs_TotalPrice,
.merge-section .cs_TotalPrice {
  width: 93%;
  text-align: right;
  font-weight: 600;
  padding: 15px 0;
}
.checkout-section hr,
.merge-section hr {
  border-width: 2px;
}
.checkout-section .fa,
.merge-section .fa {
  color: #084812;
}
.checkout-section .cs_cartButtonsContainer,
.merge-section .cs_cartButtonsContainer {
  padding: 15px 0;
}
.checkout-section .cs_checkoutButtonsTable,
.merge-section .cs_checkoutButtonsTable {
  margin: 50px auto;
}
.checkout-section .cs_checkoutButtonsTable .cs_checkoutButtonsContainer,
.merge-section .cs_checkoutButtonsTable .cs_checkoutButtonsContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.checkout-section .cs_checkoutButtonsTable .cs_checkoutButtonsContainer .product_shape_btn,
.merge-section .cs_checkoutButtonsTable .cs_checkoutButtonsContainer .product_shape_btn {
  margin-top: 5px;
  width: 100%;
  max-width: 200px;
}
.checkout-section .cs_checkoutButtonsTable .cs_checkoutButtonsContainer .product_shape_btn:nth-of-type(3),
.merge-section .cs_checkoutButtonsTable .cs_checkoutButtonsContainer .product_shape_btn:nth-of-type(3) {
  background: #008527;
}
@media (min-width: 768px) {
  .checkout-section .cs_checkoutButtonsTable .cs_checkoutButtonsContainer .product_shape_btn,
.merge-section .cs_checkoutButtonsTable .cs_checkoutButtonsContainer .product_shape_btn {
    padding: 0 15px;
    width: initial;
    margin-left: 25px;
    margin-top: initial;
  }
}
.checkout-section .fa-close,
.merge-section .fa-close {
  position: absolute;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
}
.checkout-section .cs_promoSection .cs_tableRow,
.merge-section .cs_promoSection .cs_tableRow {
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .checkout-section .cs_promoSection .cs_tableRow,
.merge-section .cs_promoSection .cs_tableRow {
    flex-wrap: initial;
  }
}
.checkout-section .cs_promoSection .cs_tableRow .cs_promoInput,
.merge-section .cs_promoSection .cs_tableRow .cs_promoInput {
  width: 50%;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .checkout-section .cs_promoSection .cs_tableRow .cs_promoInput,
.merge-section .cs_promoSection .cs_tableRow .cs_promoInput {
    width: 20%;
    margin-top: 10px;
  }
}
.checkout-section .cs_promoSection .cs_tableRow .cs_promoButton,
.merge-section .cs_promoSection .cs_tableRow .cs_promoButton {
  padding-left: 2%;
  width: 50%;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .checkout-section .cs_promoSection .cs_tableRow .cs_promoButton,
.merge-section .cs_promoSection .cs_tableRow .cs_promoButton {
    width: 37%;
    margin-top: 10px;
  }
}
.checkout-section .cs_promoSection .cs_tableRow .cs_promoButton .product_shape_btn,
.merge-section .cs_promoSection .cs_tableRow .cs_promoButton .product_shape_btn {
  margin-left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .checkout-section .cs_promoSection .cs_tableRow .cs_promoButton .product_shape_btn,
.merge-section .cs_promoSection .cs_tableRow .cs_promoButton .product_shape_btn {
    padding: 0 15px;
    width: initial;
  }
}
.checkout-section .cs_promoSection .cs_tableRow .cs_promoSubTotalLabel,
.merge-section .cs_promoSection .cs_tableRow .cs_promoSubTotalLabel {
  width: 50%;
  text-align: left;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .checkout-section .cs_promoSection .cs_tableRow .cs_promoSubTotalLabel,
.merge-section .cs_promoSection .cs_tableRow .cs_promoSubTotalLabel {
    width: 12%;
    text-align: right;
    margin-top: 10px;
  }
}
.checkout-section .cs_promoSection .cs_tableRow .cs_promoSubTotal,
.merge-section .cs_promoSection .cs_tableRow .cs_promoSubTotal {
  padding-left: 2%;
  width: 50%;
  text-align: left;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .checkout-section .cs_promoSection .cs_tableRow .cs_promoSubTotal,
.merge-section .cs_promoSection .cs_tableRow .cs_promoSubTotal {
    padding-left: initial;
    text-align: right;
    width: 12%;
    margin-right: 19%;
    margin-top: 10px;
  }
}

.cs_table .cs_tableHead {
  width: 100%;
  font-weight: 600;
  padding: 15px 0;
  border-bottom: 1px solid lightgray;
}
.cs_table .cs_tableBody {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid lightgray;
}
.cs_table .cs_tableRow {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cs_table .cs_tableColumn {
  padding: 0 10px;
}

.product_shape_btn {
  border-radius: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #084812;
  color: #fff !important;
  text-decoration: none !important;
  transition: all 0.5s ease;
  line-height: 38px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  font-family: "Open Sans" !important;
}
@media (min-width: 992px) {
  .product_shape_btn {
    letter-spacing: 1.5px;
  }
}
.product_shape_btn:hover {
  background-color: transparent;
  color: #084812 !important;
  box-shadow: 0px 0px 0px 1px #084812 !important;
}
.product_shape_btn.btnGray {
  background-color: transparent;
  color: #7d7d7d !important;
  box-shadow: 0px 0px 0px 1px #7d7d7d !important;
}
.product_shape_btn.btnGray:hover {
  background-color: #7d7d7d;
  color: #fff !important;
  box-shadow: 0px 0px 0px 1px #7d7d7d !important;
}

.cs_prodctDetails {
  margin-left: 0 !important;
  margin-right: 0 !important;
  color: #3c3c3c;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .cs_prodctDetails {
    margin-top: 25px !important;
    padding-bottom: 25px;
  }
}
.cs_prodctDetails .cs_prodctImg .ProductImage {
  max-width: 100%;
  left: 0px;
  position: relative;
}
.cs_prodctDetails .cs_prodctImg .ProductImage.GiftCard {
  width: 100%;
  left: 0;
}
@media (min-width: 576px) {
  .cs_prodctDetails .cs_prodctImg .ProductImage {
    left: -100px;
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .cs_prodctDetails .cs_prodctImg .ProductImage {
    left: -100px;
  }
}
@media (min-width: 1200px) {
  .cs_prodctDetails .cs_prodctImg .ProductImage {
    left: 0px;
  }
}
.cs_prodctDetails .cs_clickToZoom {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  .cs_prodctDetails .cs_clickToZoom {
    display: block;
  }
}
.cs_prodctDetails .cs_clickToZoom a {
  display: block;
  height: 100%;
}
.cs_prodctDetails .cs_clickToZoom a img {
  width: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.cs_prodctDetails .cs_clickToZoom a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.cs_prodctDetails .cs_clickToZoom a:hover > img {
  display: initial;
}
.cs_prodctDetails .cs_productText .cs_productNameAndBrand .cs_productName {
  margin: 0;
  margin-bottom: 15px;
}
.cs_prodctDetails .cs_productText .cs_productNameAndBrand .cs_productDescriptionText {
  line-height: 24px;
  font-size: 14px;
}
.cs_prodctDetails .cs_productText .cs_productNameAndBrand .cs_Link {
  margin-top: 15px;
  margin-bottom: 15px;
}
.cs_prodctDetails .cs_productText .cs_productNameAndBrand .cs_price {
  margin-top: 25px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 600;
}
.cs_prodctDetails .cs_productText .cs_productNameAndBrand .cs_price .cs_regularPrice {
  color: #084812;
}
.cs_prodctDetails .cs_productText .cs_productAddToCartContainer {
  margin-top: 25px;
}
.cs_prodctDetails .cs_productText .cs_productAddToCartContainer .cs_productAddToCart {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cs_prodctDetails .cs_productText .cs_productAddToCartContainer .cs_productAddToCart .product_shape_btn {
  width: 180px;
  margin: 0;
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .cs_prodctDetails .cs_productText .cs_productAddToCartContainer .cs_productAddToCart .product_shape_btn {
    width: 180px;
  }
}
.cs_prodctDetails .cs_productText .cs_productAddToCartContainer .cs_productAddToCart .product_shape_input {
  width: 100px;
  margin: 0;
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .cs_prodctDetails .cs_productText .cs_productAddToCartContainer .cs_productAddToCart .product_shape_input {
    width: 180px;
  }
}
.cs_prodctDetails .cs_productText .cs_productAddToCartContainer .cs_productAddCaseToCart {
  display: flex;
  justify-content: space-between;
}
.cs_prodctDetails .cs_productText .cs_productAddToCartContainer .cs_productAddCaseToCart .product_shape_btn {
  width: 180px;
  margin: 0;
}
.cs_prodctDetails .cs_productText .cs_productSeriesDetails {
  background: #ecf1ed;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .cs_prodctDetails .cs_productText .cs_productSeriesDetails {
    margin-top: 25px;
  }
}
.cs_prodctDetails .cs_productText .cs_productSeriesDetails .cs_productSeriesHeading {
  color: #084812;
  font-size: 21px;
  margin-bottom: 10px;
  line-height: 25px;
}
.cs_prodctDetails .cs_productText .cs_productSeriesDetails .cs_productSeriesHeading span {
  font-family: "Times New Roman", Times, serif;
}
.cs_prodctDetails .cs_productText .cs_productSeriesDetails .cs_productSeriesDescription {
  line-height: 24px;
  font-size: 14px;
}
.cs_prodctDetails .ProductTitle {
  color: #084812;
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
}
.cs_prodctDetails .ProductTitle .BrandName {
  font-size: 18px;
  color: #818181;
  display: block;
}
.cs_prodctDetails .ProductTitle.ProductTitleMobile {
  display: block;
}
@media (min-width: 576px) {
  .cs_prodctDetails .ProductTitle.ProductTitleMobile {
    display: none;
  }
}
.cs_prodctDetails .ProductTitle.ProductTitleDesktop {
  display: none;
}
@media (min-width: 576px) {
  .cs_prodctDetails .ProductTitle.ProductTitleDesktop {
    display: block;
  }
}
.cs_prodctDetails .cs_productSpecs {
  margin-top: 15px;
  padding: 0;
}
@media (min-width: 576px) {
  .cs_prodctDetails .cs_productSpecs {
    margin-top: 0px;
    padding: inherit;
    padding-left: 25px;
  }
}
.cs_prodctDetails .cs_productSpecs .cs_productQuantity {
  font-size: 24px;
}
.cs_prodctDetails .cs_productSpecs .cs_productSpecsInner {
  margin-top: 15px;
  margin-bottom: 25px;
  width: 100%;
}
@media (min-width: 576px) {
  .cs_prodctDetails .cs_productSpecs .cs_productSpecsInner {
    margin-top: 36px;
    width: initial;
    min-width: 50%;
  }
}
.cs_prodctDetails .cs_productSpecs .cs_productSpecsInner tr td {
  padding-bottom: 5px;
}
.cs_prodctDetails .cs_productSpecs .cs_productSpecsInner tr td:first-of-type {
  padding-right: 15px;
  width: 35%;
}
.cs_prodctDetails .cs_productSpecs .cs_productSpecsInner tr.cs_productSpecsSingleLine {
  color: #084812;
}
.cs_prodctDetails .cs_productSpecs .cs_productSpecsInner tr.cs_productSpecsSingleLine td {
  padding-top: 15px;
}
.cs_prodctDetails .cs_productSpecs .cs_productSpecsInner tr.cs_productSpecsSingleLine span {
  color: #3c3c3c;
}
.cs_prodctDetails .cs_productSpecs .cs_productSpecsInner tr.cs_productSpecsPoints td {
  padding-top: 15px;
}
.cs_prodctDetails .cs_productSpecs .cs_productSpecsInner tr.cs_productSpecsPoints td:first-of-type {
  color: #084812;
}

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.5) !important;
}

.cs_relatedProductHead {
  color: #084812;
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
}

.w-initial {
  width: initial;
}

.checkout-tabs {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0 auto;
  padding: 15px 10px;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .checkout-tabs {
    width: 80%;
  }
}
.checkout-tabs .checkout-tabsItem {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  border-right: none;
}
.checkout-tabs .checkout-tabsItem:last-of-type {
  border-right: none;
  padding-right: 0;
}
@media (min-width: 768px) {
  .checkout-tabs .checkout-tabsItem {
    width: initial;
    padding-left: 10px;
    border-right: 2px solid #cccccc;
  }
}

.cs_login .form-control {
  height: 34px;
}
.cs_login .product_shape_btn {
  line-height: 34px;
  margin-left: 0;
  padding: 0 10px;
  line-height: initial;
  min-height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .cs_login .product_shape_btn {
    max-width: 250px;
    margin-left: calc(100% - 250px);
  }
}
.cs_login .product_shape_btn.btn-lg {
  max-width: 300px;
}

.MyPopupFrame {
  border: none;
  height: 450px;
  width: 300px;
}

.popup_mini {
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  z-index: 1600 !important;
  border: 10px solid #ffffff !important;
  border-radius: 9px !important;
  -webkit-box-shadow: 1px 1px 3px #000000 !important;
  box-shadow: 1px 1px 3px #000000 !important;
  background-color: #ffffff !important;
  transform: translate(-50%, -50%);
  margin-left: initial !important;
  font-size: initial !important;
  width: 320px !important;
}

.close_popup {
  right: 0 !important;
  background: url(/Images/Close.png) no-repeat !important;
  top: 0 !important;
  height: 25px !important;
  width: 25px !important;
  text-indent: initial !important;
}

iframe * {
  font-size: initial !important;
}

.magnotta .product_name {
  font-size: 14px !important;
}
@media (min-width: 576px) {
  .magnotta .product_name {
    font-size: 17px !important;
  }
}
.magnotta .product_info {
  width: 100%;
}
.magnotta .tile--product .product_shape {
  letter-spacing: 0.5px !important;
  font-size: 10px !important;
}
@media (min-width: 576px) {
  .magnotta .tile--product .product_shape {
    font-size: 11px !important;
  }
}

.cs_nowrap {
  white-space: nowrap;
}

input[type=checkbox] {
  border-radius: 0;
  -webkit-appearance: none !important;
  height: 15px;
  width: 15px;
  border: 1px solid black;
}

input[type=radio],
input[type=checkbox] {
  margin: 5px 5px 0px 0 !important;
}

input[type=checkbox]:checked {
  background: url(../Images/checkmark_default.png) no-repeat;
  background-size: 75%;
  background-position: center;
}

.cs_alignStart {
  align-items: start;
}

.address-list {
  padding-left: 0;
  list-style: none;
  margin-top: 15px;
}

.cs_promoModal {
  padding: 0 !important;
  margin: 0;
}
@media (max-width: 576px) {
  .cs_promoModal {
    width: 100%;
  }
}
.cs_promoModal .modal-dialog {
  width: 100%;
  max-width: initial;
  padding: 15px;
  margin: 0;
  position: absolute;
  transform: translate(-50%, -50%) !important;
  top: 50%;
  left: 50%;
  width: 550px;
}
@media (max-width: 576px) {
  .cs_promoModal .modal-dialog {
    width: 100%;
  }
}
.cs_promoModal .modal-header {
  padding: 0;
  border: none;
}
.cs_promoModal .modalClose {
  padding: 0;
  background: #fff;
  opacity: 1;
  margin: 0;
  position: absolute;
  right: -10px;
  top: -10px;
  height: 30px;
  width: 30px;
  border-radius: 25px;
  line-height: initial;
  justify-content: center;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 2px 0px #000;
  z-index: 99999;
}
.cs_promoModal .modalClose:hover {
  opacity: 1 !important;
  box-shadow: 0px 0px 1px 0px #000;
  outline: none !important;
}
.cs_promoModal .modalClose:hover > span {
  color: #000;
}
.cs_promoModal .modalClose span {
  line-height: 20px;
  padding-left: 1px;
  font-weight: 100;
  color: #757575;
  font-size: 24px;
}
.cs_promoModal .modal-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 576px) {
  .cs_promoModal .modal-body {
    padding: 15px;
  }
}
.cs_promoModal .modal-body .cs_modalLeft {
  height: 100%;
  text-align: left;
}
.cs_promoModal .modal-body .cs_modalLeft img {
  max-width: 100%;
  max-height: 395px;
}
.cs_promoModal .modal-body .cs_modalRight {
  width: 100%;
  height: 100%;
  padding-left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.cs_promoModal .modal-body .cs_modalRight .cs_modalHeading {
  color: #084812;
  font-size: 20px;
}
.cs_promoModal .modal-body .cs_modalRight .cs_promoModalInputs .cs_promoModalInputRow {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.cs_promoModal .modal-body .cs_modalRight .cs_promoModalInputs .cs_promoModalInputRow input {
  border: 1px solid #b7b7b7;
  height: 34px;
}
.cs_promoModal .modal-body .cs_modalRight .cs_promoModalInputs .cs_promoModalInputRow .product_shape_btn {
  width: initial;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 34px;
}

.cs_tourPage .cs_tourPageHeading p {
  color: #084812;
  font-size: 1.9em;
  font-family: "Times New Roman";
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
}
.cs_tourPage h3 {
  font-size: 22px !important;
}
.cs_tourPage .cs_btn {
  font-family: "Open Sans";
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  border-radius: 20px;
}
.cs_tourPage .cs_btn:hover {
  background-color: transparent;
  color: #084812;
  -webkit-box-shadow: 0px 0px 0px 1px #084812 !important;
  box-shadow: 0px 0px 0px 1px #084812 !important;
  border: none !important;
}
.cs_tourPage .cs_contactUsFind {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 25px;
}
.cs_tourPage .cs_contactUsLocation {
  border-bottom: none;
}
.cs_tourPage p.cs_tourSecondRow:first-of-type {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
}
.cs_tourPage p.cs_tourSecondRow:nth-of-type(2) {
  font-weight: 800;
}
.cs_tourPage ul li {
  /*font-weight: 800;*/
  color: #084812;
}
.cs_tourPage .cs_contactUsText {
  padding-bottom: 10px;
}

.cs_contactUsPage {
  width: 603px;
}
@media (max-width: 992px) {
  .cs_contactUsPage {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cs_contactUsPage {
    width: 96%;
  }
}
.cs_contactUsPage .cs_tourPageHeading p {
  color: #084812;
  font-size: 24px;
  font-family: "Times New Roman";
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
}
.cs_contactUsPage .cs_btn {
  font-family: "Open Sans";
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 20px;
}
.cs_contactUsPage .cs_btn:hover {
  background-color: transparent;
  color: #084812;
  -webkit-box-shadow: 0px 0px 0px 1px #084812 !important;
  box-shadow: 0px 0px 0px 1px #084812 !important;
  border: none !important;
}
.cs_contactUsPage .my-input,
.cs_contactUsPage .sidebar__form__input {
  width: 100%;
  padding: 0 8px 0 20px;
  color: #323232;
  font-size: 14px;
  line-height: 38px;
  height: 38px;
  border: 1px solid #ccc;
  margin-top: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.cs_contactUsPage .contact__textarea {
  height: 160px;
}
.cs_contactUsPage .cs_contactTwoSections {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .cs_contactUsPage .cs_contactTwoSections {
    flex-wrap: wrap;
  }
}
.cs_contactUsPage .cs_contactTwoSections .cs_contactTwoSections-left {
  width: calc(100% - 215px);
  padding-right: 15px;
}
@media (max-width: 768px) {
  .cs_contactUsPage .cs_contactTwoSections .cs_contactTwoSections-left {
    width: 100%;
    padding: 0;
  }
}
.cs_contactUsPage .cs_contactTwoSections .cs_contactTwoSections-right {
  width: 215px;
  padding-left: 15px;
}
.cs_contactUsPage .cs_contactTwoSections .cs_contactTwoSections-right .cs_modalForm {
  max-width: 500px;
  padding: 5px 30px 5px 0;
}
@media (max-width: 768px) {
  .cs_contactUsPage .cs_contactTwoSections .cs_contactTwoSections-right .cs_modalForm {
    padding: 5px 0px 5px 0;
  }
}
@media (max-width: 768px) {
  .cs_contactUsPage .cs_contactTwoSections .cs_contactTwoSections-right {
    width: 100%;
    padding: 0;
  }
}
.cs_tourBanner {
  height: 358px;
}

.cs_contactUsPageBanner {
  height: 580px;
}

.cs_tourBanner,
.cs_contactUsPageBanner {
  overflow: hidden;
  position: relative;
}
.cs_tourBanner img,
.cs_contactUsPageBanner img {
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .cs_tourBanner img,
.cs_contactUsPageBanner img {
    width: 100%;
    min-width: initial;
    position: initial;
    left: initial;
    top: initial;
    transform: initial;
  }
}
@media (max-width: 768px) {
  .cs_tourBanner,
.cs_contactUsPageBanner {
    height: initial;
  }
}

.modalBookTour .modal-header {
  border: none;
}
.modalBookTour .modal-header .btnModalClose {
  right: 0;
  background: url(/images/close-icon.png) no-repeat center center;
  background-color: transparent;
  color: #646464;
  border: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  background-size: 50%;
}
.modalBookTour .cs_tourModalHeading {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 20px;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
}
.modalBookTour .cs_tourModalSubHeading {
  font-size: 16px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-family: "Open Sans";
  text-align: center;
}
.modalBookTour .my-input,
.modalBookTour .sidebar__form__input {
  width: 100%;
  padding: 0 8px 0 20px;
  color: #323232;
  font-size: 14px;
  line-height: 38px;
  height: 38px;
  border: 1px solid #ccc;
  margin-top: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.modalBookTour .contact__textarea {
  height: 160px;
}
.modalBookTour .cs_btn {
  font-family: "Open Sans";
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 20px;
}
.modalBookTour .cs_btn:hover {
  background-color: transparent;
  color: #084812;
  -webkit-box-shadow: 0px 0px 0px 1px #084812 !important;
  box-shadow: 0px 0px 0px 1px #084812 !important;
  border: none !important;
}
.modalBookTour .cs_modalForm {
  padding: 5px 30px;
}
@media (max-width: 768px) {
  .modalBookTour .cs_modalForm {
    padding: 5px 0px 5px 0;
  }
}

#modalBookPhotoExperience .modal-dialog {
  width: 95%;
  max-width: initial;
}
@media (min-width: 576px) {
  #modalBookPhotoExperience .modal-dialog {
    width: 400px;
  }
}
@media (min-width: 768px) {
  #modalBookPhotoExperience .modal-dialog {
    width: 600px;
  }
}
@media (min-width: 992px) {
  #modalBookPhotoExperience .modal-dialog {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  #modalBookPhotoExperience .modal-dialog {
    width: 1000px;
  }
}
#modalBookPhotoExperience .cs_modalPhotosContainer {
  display: flex;
}
#modalBookPhotoExperience .cs_modalPhotosContainer img {
  width: 50%;
  padding-left: 7.5px;
}
#modalBookPhotoExperience .cs_modalPhotosContainer img:first-of-type {
  padding-right: 7.5px;
  padding-left: initial;
}
#modalBookPhotoExperience .cs_modalPhotoInfo {
  font-size: 22px;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 5px;
}
#modalBookPhotoExperience .cs_modalPhotoInfo .cs_tourModalHeading {
  font-size: 22px;
  text-align: left;
  margin-top: 25px;
}
#modalBookPhotoExperience .cs_modalPhotoInfo .package__info__text {
  margin-bottom: 5px;
  line-height: 18px !important;
  font-weight: 600;
}
#modalBookPhotoExperience .cs_modalPhotoInfo .package__info__text,
#modalBookPhotoExperience .cs_modalPhotoInfo .my-modal__text {
  font-size: 14px;
  line-height: 26px;
}
#modalBookPhotoExperience .cs_modalPhotoTwoSection {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  #modalBookPhotoExperience .cs_modalPhotoTwoSection {
    flex-wrap: wrap;
  }
}
#modalBookPhotoExperience .cs_modalPhotoTwoSection .heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
#modalBookPhotoExperience .cs_modalPhotoTwoSection ul {
  padding-left: 15px;
}
#modalBookPhotoExperience .cs_modalPhotoTwoSection ul li {
  font-size: 14px;
  line-height: 26px;
}
#modalBookPhotoExperience .cs_modalPhotoTwoSection .cs_modalPhotoTwoSection-left {
  width: 50%;
  padding-right: 15px;
}
@media (max-width: 768px) {
  #modalBookPhotoExperience .cs_modalPhotoTwoSection .cs_modalPhotoTwoSection-left {
    width: 100%;
    padding: 0;
  }
}
#modalBookPhotoExperience .cs_modalPhotoTwoSection .cs_modalPhotoTwoSection-right {
  width: 50%;
  padding-left: 15px;
}
#modalBookPhotoExperience .cs_modalPhotoTwoSection .cs_modalPhotoTwoSection-right .cs_modalForm {
  max-width: 500px;
  padding: 5px 30px 5px 0;
}
@media (max-width: 768px) {
  #modalBookPhotoExperience .cs_modalPhotoTwoSection .cs_modalPhotoTwoSection-right .cs_modalForm {
    padding: 5px 0px 5px 0;
  }
}
@media (max-width: 768px) {
  #modalBookPhotoExperience .cs_modalPhotoTwoSection .cs_modalPhotoTwoSection-right {
    width: 100%;
    padding: 0;
  }
}

.cs_eventsPage .cs_eventsPageHeading {
  position: relative;
}
.cs_eventsPage .cs_eventsPageHeading p {
  color: #084812;
  font-size: 24px;
  font-family: "Times New Roman";
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
}
.cs_eventsPage .cs_eventsMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 992px) {
  .cs_eventsPage .cs_eventsMenu {
    position: initial;
    margin: 0 auto;
  }
}
.cs_eventsPage .cs_btn {
  font-family: "Open Sans";
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 20px;
  margin-right: 10px;
}
.cs_eventsPage .cs_btn:last-of-type {
  margin-right: 0px;
}
.cs_eventsPage .cs_btn:hover {
  background-color: transparent;
  color: #084812;
  -webkit-box-shadow: 0px 0px 0px 1px #084812 !important;
  box-shadow: 0px 0px 0px 1px #084812 !important;
  border: none !important;
}
.cs_eventsPage .cs_events .cs_event {
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}
.cs_eventsPage .cs_events .cs_event:last-of-type {
  border-bottom: none;
}
@media (max-width: 576px) {
  .cs_eventsPage .cs_events .cs_event {
    flex-wrap: wrap;
  }
}
.cs_eventsPage .cs_events .cs_event .cs_eventImage {
  width: 364px;
}
@media (max-width: 1024px) {
  .cs_eventsPage .cs_events .cs_event .cs_eventImage {
    width: 264px;
  }
}
@media (max-width: 576px) {
  .cs_eventsPage .cs_events .cs_event .cs_eventImage {
    width: 100%;
  }
}
.cs_eventsPage .cs_events .cs_event .cs_eventImage img {
  width: 100%;
}
.cs_eventsPage .cs_events .cs_event .cs_eventInfo {
  width: calc(100% - 400px);
}
@media (max-width: 1024px) {
  .cs_eventsPage .cs_events .cs_event .cs_eventInfo {
    width: calc(100% - 300px);
  }
}
@media (max-width: 576px) {
  .cs_eventsPage .cs_events .cs_event .cs_eventInfo {
    width: 100%;
  }
}
.cs_eventsPage .cs_events .cs_event .cs_eventInfo .cs_eventDate {
  color: #084812;
  font-size: 22px;
  font-family: "Times New Roman";
  margin-bottom: 7px;
}
.cs_eventsPage .cs_events .cs_event .cs_eventInfo .cs_eventText a {
  color: #084812;
  font-weight: 600;
}
.cs_eventsPage .cs_events .cs_event .cs_eventInfo .cs_eventText .bold {
  font-weight: bold;
}

.cs_tabs {
  padding: 0 !important;
  border: 1px solid #cccccc !important;
  border-top: 0;
  border-bottom: 0;
  border-radius: 0 !important;
  margin-bottom: 10px;
}
.cs_tabs > ul {
  padding: 15px 0 !important;
  background: #eeeeee;
  border: none;
  border-radius: 0;
  padding: 0;
  text-align: right;
}
.cs_tabs > ul > li {
  float: initial !important;
  background: none !important;
  border: none !important;
}
.cs_tabs > ul > li > a {
  float: initial !important;
}

.cs_searchTable tr td {
  padding-bottom: 10px;
}

.cs_userOrderTable thead tr {
  background: #ccc;
}
.cs_userOrderTable thead tr th {
  padding: 15px 5px !important;
}
.cs_userOrderTable tbody tr:nth-of-type(even) {
  background: #eeeeee;
}
.cs_userOrderTable tbody tr td {
  padding: 15px 5px !important;
  text-align: left;
}

.PageNavigation {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  align-items: center;
}

.cs_categoryContainer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 576px) {
  .cs_categoryContainer {
    margin-top: 15px;
  }
}
.cs_categoryContainer .cs_item {
  width: 25%;
  margin-top: 30px;
  display: inline-block;
  text-decoration: none;
  padding: 0 15px;
}
.cs_categoryContainer .cs_item:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .cs_categoryContainer .cs_item {
    width: 33%;
  }
}
@media (max-width: 576px) {
  .cs_categoryContainer .cs_item {
    width: 50%;
  }
}
.cs_categoryContainer .cs_item .cs_img {
  width: 100%;
}
.cs_categoryContainer .cs_item .cs_img img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .cs_categoryContainer .cs_item .cs_img img {
    max-height: 200px;
  }
}
.cs_categoryContainer .cs_item .cs_text {
  color: #818181;
  text-decoration: none;
  margin-top: 10px;
}

.cs_categoryPage .cs_categoryDescription {
  width: 549px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 576px) {
  .cs_categoryPage .cs_categoryDescription {
    width: 100%;
  }
}

.cs_forgotPasswordWidth {
  width: 520px;
}
@media (max-width: 576px) {
  .cs_forgotPasswordWidth {
    width: 100%;
  }
}

.addToCartModal .modal-dialog {
  width: 200px;
  background: #084812;
  border-radius: 12px;
  margin: 0 auto;
  position: absolute;
  top: calc(50% - 70px);
  left: calc(50% - 100px);
}
.addToCartModal .modal-content {
  background: none;
  box-shadow: none;
  border: none;
}
.addToCartModal .modal-content .modal-body {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.cs_notificationContainer .cs_notification {
  display: block;
  padding: 5px;
  color: #fff !important;
  font-size: 16px;
  text-decoration: none !important;
}
.cs_notificationContainer .cs_notification a {
  color: #fff !important;
  font-size: 16px;
  text-decoration: none !important;
}

.cs_maxReviewBtnWidth {
  max-width: 230px;
  margin: 0 auto !important;
}

.fancybox-close {
  top: 0 !important;
  right: 0 !important;
}

.form-control {
  font-size: initial;
}

.cs_popUpHeading {
  color: #084812;
  font-size: 24px;
  font-family: "Times New Roman";
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
}

.cs_careers {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.cs_careers .cs_headerRow,
.cs_careers .cs_bodyRow {
  padding: 0 5px 5px;
  margin-left: 0;
  margin-right: 0;
}
.cs_careers .cs_headerRow {
  margin-bottom: 15px;
  border-bottom: 1px solid #a1a1a1;
}
.cs_careers .cs_headerRow div {
  color: #084812;
  font-size: 18px;
  font-family: "Times New Roman";
}
@media (max-width: 767px) {
  .cs_careers .cs_headerRow .cs_viewDetail {
    margin-top: initial;
    margin-bottom: initial;
  }
}
.cs_careers .cs_bodyRow {
  margin-bottom: 5px;
  align-items: center;
  border-bottom: 1px solid #d8d8d8;
}
.cs_careers .cs_bodyRow div .cs_btn {
  display: inline-block;
  min-width: 125px;
}
.cs_careers .cs_position {
  width: 33%;
}
@media (max-width: 767px) {
  .cs_careers .cs_position {
    width: 34%;
  }
}
@media (max-width: 488px) {
  .cs_careers .cs_position {
    width: 50%;
  }
}
.cs_careers .cs_type {
  width: calc(34% - 125px);
}
@media (max-width: 767px) {
  .cs_careers .cs_type {
    width: 33%;
  }
}
@media (max-width: 488px) {
  .cs_careers .cs_type {
    width: 25%;
  }
}
.cs_careers .cs_location {
  width: 33%;
}
@media (max-width: 488px) {
  .cs_careers .cs_location {
    width: 25%;
  }
}
.cs_careers .cs_viewDetail {
  width: 125px;
  text-align: right;
}
@media (max-width: 767px) {
  .cs_careers .cs_viewDetail {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.cs_careerDetails .cs_contactTwoSections-left {
  width: 100% !important;
}

.ProductType1 .cs_productBody .product_content {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .ProductType1 .cs_productBody .product_content img {
    transform: translateX(-70px);
    position: initial;
  }
}
@media (max-width: 576px) {
  .ProductType1 .cs_productBody .product_content img {
    transform: translateX(-60px);
    position: initial;
  }
}

@media (max-width: 768px) {
  .cs_producttypePage .cs_item .cs_img img {
    max-height: 200px;
  }
}

.ProductType2 .cs_productBody .product_content {
  display: block;
  width: 100%;
}
.ProductType2 .cs_productBody .product_content img {
  left: -80%;
  max-width: initial;
  width: 255%;
}

.magnotta .products-same-height {
  margin: 0;
}
.magnotta .products-same-height .col-12 {
  flex: 0 0 100%;
  width: 100% !important;
}
.magnotta .products-same-height .col-sm-4,
.magnotta .products-same-height .col-4 {
  width: 33% !important;
  margin: 0 !important;
  flex: 0 0 33%;
  padding-left: 0px;
  padding-right: 0px;
}
.magnotta .products-same-height .col-sm-8,
.magnotta .products-same-height .col-8 {
  width: 66% !important;
  margin: 0 !important;
  flex: 0 0 66%;
}
@media (max-width: 768px) {
  .magnotta .products-same-height {
    justify-content: flex-start;
  }
}
@media (min-width: 576px) {
  .magnotta .products-same-height .col-sm-6 {
    width: 50% !important;
    flex: 0 0 50%;
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .magnotta .products-same-height .col-md-4 {
    width: 33% !important;
    margin: 0 !important;
    flex: 0 0 33%;
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .magnotta .products-same-height .col-lg-3 {
    width: 24.8% !important;
    flex: 0 0 24.8%;
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  .magnotta .products-row .tile--minheight {
    max-width: initial;
  }
}

@media (max-width: 768px) {
  .cs_loginPage {
    padding-bottom: 15px;
  }
}

#ShippingMethodModal .modal-dialog {
  width: 80%;
  margin: 0 auto;
  margin-top: 25px;
  max-width: 350;
}
#ShippingMethodModal .modal-dialog .row {
  margin: 0;
}

@media (max-width: 768px) {
  .cs_newLineOnMobile {
    display: block;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    width: 33% !important;
    margin: 0 !important;
    flex: initial;
  }
}

@media (min-width: 768px) {
  .col-md-8 {
    width: 66% !important;
    margin: 0 !important;
    flex: initial;
  }
}

[class*=col-] {
  flex: initial;
}

.cs_tooltip {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  position: absolute;
  color: #fff;
  display: none;
  left: 20%;
  padding: 5px 15px;
  z-index: 99;
  width: 300px;
  font-family: "Open Sans";
}
.cs_tooltip .cs_tooltipTitle {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 13px;
}
.cs_tooltip .cs_tooltipYear {
  margin-bottom: 5px;
  opacity: 0.7;
  font-size: 12px;
}
.cs_tooltip .cs_tooltipText {
  font-size: 12px;
}
@media (max-width: 992px) {
  .cs_tooltip {
    display: none !important;
  }
}

.img_sm:hover ~ .cs_tooltip {
  display: block;
}

.cs_tooltip:hover ~ .cs_tooltip {
  display: block;
}

.cs_artGalleryPage .cs_artGalleryHeading {
  color: #084812;
  font-size: 40px;
  font-family: "Times New Roman", Times, serif;
  line-height: initial;
}
.cs_artGalleryPage .cs_artGalleryDescription {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  color: #818181;
  margin-top: 15px;
  line-height: 24px;
}
.cs_artGalleryPage .cs_artGalleryImagesContainer {
  margin-top: 30px;
  line-height: 0;
  -webkit-column-count: 3;
  -webkit-column-gap: 0px;
  -moz-column-count: 3;
  -moz-column-gap: 0px;
  column-count: 3;
  column-gap: 0px;
  max-width: 1000px;
  margin: 30px auto;
}
@media (max-width: 768px) {
  .cs_artGalleryPage .cs_artGalleryImagesContainer {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 576px) {
  .cs_artGalleryPage .cs_artGalleryImagesContainer {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.cs_artGalleryPage .cs_artGalleryImagesContainer .cs_artGalleryImageContainer {
  display: inline-block;
  width: 100% !important;
  height: auto !important;
  padding: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .cs_artGalleryPage .cs_artGalleryImagesContainer .cs_artGalleryImageContainer {
    padding: 5px;
  }
}
.cs_artGalleryPage .cs_artGalleryImagesContainer .cs_artGalleryImageContainer:hover > .cs_artGalleryImageInfo {
  display: flex;
}
.cs_artGalleryPage .cs_artGalleryImagesContainer .cs_artGalleryImageContainer .cs_artGalleryImage {
  width: 100%;
}
.cs_artGalleryPage .cs_artGalleryImagesContainer .cs_artGalleryImageContainer .cs_artGalleryImage img {
  width: 100%;
}
.cs_artGalleryPage .cs_artGalleryImagesContainer .cs_artGalleryImageContainer .cs_artGalleryImageInfo {
  position: absolute;
  color: #fff;
  display: none;
  line-height: initial;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
  top: 10px;
  left: 10px;
  flex-direction: column;
  justify-content: center;
  padding: 5px;
}
@media (max-width: 767px) {
  .cs_artGalleryPage .cs_artGalleryImagesContainer .cs_artGalleryImageContainer .cs_artGalleryImageInfo {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
  }
}
.cs_artGalleryPage .cs_artGalleryImagesContainer .cs_artGalleryImageContainer .cs_artGalleryImageInfo .cs_artGalleryImageTitle {
  font-size: 24px;
  margin-bottom: 2%;
  font-weight: 600;
}
@media (max-width: 992px) {
  .cs_artGalleryPage .cs_artGalleryImagesContainer .cs_artGalleryImageContainer .cs_artGalleryImageInfo .cs_artGalleryImageTitle {
    font-size: 20px;
    line-height: 22px;
  }
}
.cs_artGalleryPage .cs_artGalleryImagesContainer .cs_artGalleryImageContainer .cs_artGalleryImageInfo .cs_artGalleryImageSubtitle {
  font-size: 14px;
  margin-bottom: 5%;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cs_artGalleryPage .cs_artGalleryImagesContainer .cs_artGalleryImageContainer .cs_artGalleryImageInfo .cs_artGalleryImageSubtitle {
    font-size: 12px;
  }
}
.cs_artGalleryPage .cs_artGalleryImagesContainer .cs_artGalleryImageContainer .cs_artGalleryImageInfo .cs_artGalleryImageLearnMore .cs_btnMagnotte {
  width: initial;
  display: inline-block;
  min-width: 150px;
}
.cs_artGalleryPage .cs_artGalleryImagesContainer .cs_artGalleryImageContainer .cs_artGalleryImageInfo .cs_artGalleryImageLearnMore .cs_btnMagnotte:hover {
  box-shadow: 0px 0px 0px 1px #fff !important;
  background-color: transparent;
  color: #fff !important;
}

.cs_btnMagnotte {
  background-color: #084812;
  letter-spacing: 1.5px;
  border-radius: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #fff !important;
  text-decoration: none !important;
  transition: all 0.5s ease;
  line-height: 38px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  font-family: "Open Sans" !important;
  border: 0 !important;
}
.cs_btnMagnotte:hover {
  box-shadow: 0px 0px 0px 1px #084812 !important;
  background-color: transparent;
  color: #084812 !important;
}

.cs_artGalleryDetailPage .cs_productAndPainting {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 25px;
  flex-wrap: wrap;
  justify-content: center;
}
.cs_artGalleryDetailPage .cs_productAndPainting .cs_galleryProduct {
  height: 550px;
  width: 350px;
  box-shadow: 0 5px 25px 0 #d3d3d3;
  padding: 12px 5px;
  flex-direction: column;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .cs_artGalleryDetailPage .cs_productAndPainting .cs_galleryProduct {
    height: 450px;
    width: 250px;
  }
}
@media (max-width: 767px) {
  .cs_artGalleryDetailPage .cs_productAndPainting .cs_galleryProduct {
    margin: 0 auto;
    margin-bottom: 25px;
    height: 400px;
  }
}
@media (max-width: 576px) {
  .cs_artGalleryDetailPage .cs_productAndPainting .cs_galleryProduct {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cs_artGalleryDetailPage .cs_productAndPainting .cs_galleryProduct .cs_productImage {
    height: 100%;
  }
}
.cs_artGalleryDetailPage .cs_productAndPainting .cs_galleryProduct .cs_productImage img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .cs_artGalleryDetailPage .cs_productAndPainting .cs_galleryProduct .cs_productImage img {
    max-height: 100%;
  }
}
.cs_artGalleryDetailPage .cs_productAndPainting .cs_galleryProduct .cs_info .cs_productName {
  padding-bottom: 2%;
}
.cs_artGalleryDetailPage .cs_productAndPainting .cs_galleryProduct .cs_info .cs_productAmountAndPrice {
  padding-bottom: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cs_artGalleryDetailPage .cs_productAndPainting .cs_galleryProduct .cs_info .cs_productAmountAndPrice span {
  font-weight: 700;
  padding: 0 4px;
}
.cs_artGalleryDetailPage .cs_productAndPainting .cs_galleryProduct .cs_info .cs_productBtn .cs_btnMagnotte {
  width: initial;
  display: inline-block;
  min-width: 150px;
}
.cs_artGalleryDetailPage .cs_productAndPainting .cs_paintingImage {
  width: calc(100% - 450px);
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cs_artGalleryDetailPage .cs_productAndPainting .cs_paintingImage {
    width: calc(100% - 300px);
    height: initial;
  }
}
@media (max-width: 767px) {
  .cs_artGalleryDetailPage .cs_productAndPainting .cs_paintingImage {
    width: 100%;
  }
}
.cs_artGalleryDetailPage .cs_productAndPainting .cs_paintingImage img {
  max-width: 100%;
  width: initial;
  max-height: 100%;
}
.cs_artGalleryDetailPage .cs_galleryImageDetail {
  max-width: 1000px;
  margin: 0 auto;
}
.cs_artGalleryDetailPage .cs_galleryImageDetail .cs_artGalleryHeading {
  margin-bottom: 10px;
}
.cs_artGalleryDetailPage .cs_galleryImageDetail .cs_artGalleryHeading span {
  font-family: "Times New Roman", Times, serif;
}
.cs_artGalleryDetailPage .cs_galleryImageDetail .cs_artGallerySubtitle {
  margin-bottom: 25px;
}
.cs_artGalleryDetailPage .cs_galleryImageDetail .cs_artGalleryShortDescription {
  margin-bottom: 25px;
  width: 75%;
  margin: 25px auto;
}
@media (max-width: 576px) {
  .cs_artGalleryDetailPage .cs_galleryImageDetail .cs_artGalleryShortDescription {
    width: 100%;
  }
}
.cs_artGalleryDetailPage .cs_galleryImageDetail .cs_artGalleryShortDescription span {
  font-size: 12px;
  color: #084812;
  line-height: 1.6;
}
.cs_artGalleryDetailPage .cs_galleryImageDetail .cs_artGalleryDescription {
  text-align: left;
}
@media (max-width: 576px) {
  .cs_artGalleryDetailPage .cs_galleryImageDetail .cs_artGalleryDescription {
    text-align: center;
  }
}
.cs_artGalleryDetailPage .cs_galleryImageDetail .cs_artGalleryDescription span {
  line-height: 30px;
  margin-bottom: 15px;
  color: #262626;
  font-size: 16px;
}

.cs_headingText {
  color: #084812;
  font-size: 26.6px;
  line-height: 31.92px !important;
  font-family: "Times New Roman", Times, serif !important;
  line-height: initial;
  text-align: center;
  display: inline-block;
}

.slick-prev:before,
.slick-next:before {
  color: #616161 !important;
}

@media (max-width: 767px) {
  .slick-prev {
    left: 0px !important;
  }
}

@media (max-width: 767px) {
  .slick-next {
    right: 0px !important;
  }
}

@media (max-width: 767px) {
  .slick-list {
    width: calc(100% - 40px);
    margin: 0 auto !important;
  }
}

.g-recaptcha {
  text-align: right;
  margin-top: 5px;
  margin-bottom: 10px;
}
.g-recaptcha > div {
  width: 100% !important;
}
.g-recaptcha > div > div {
  margin: 4px auto !important;
  /*text-align: center;*/
  width: auto !important;
  height: auto !important;
}
.g-recaptcha iframe {
  transform: scale(0.82);
  transform-origin: left top;
  -webkit-transform-origin: left top;
}
@media (min-width: 488px) {
  .g-recaptcha iframe {
    max-width: none;
    transform: none;
    -webkit-transform: none;
  }
}
.g-recaptcha #rc-imageselect {
  transform: scale(0.79);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
@media (min-width: 488px) {
  .g-recaptcha #rc-imageselect {
    transform: none;
    -webkit-transform: none;
  }
}

.displayPdf {
  width: 100%;
  min-height: 1122px;
  border: none;
}

#fontSizeBtnCtr {
  z-index: 100000;
  cursor: pointer;
  float: right;
  display: inline;
}
@media (max-width: 767px) {
  #fontSizeBtnCtr {
    float: left;
  }
}

#lnkSearch {
  color: transparent;
  visibility: hidden;
}
#lnkSearch:before {
  color: initial;
  visibility: initial;
}

.confirmAgeBox {
  background: #dae4dc;
  padding: 25px 10px;
}
.confirmAgeBox .heading {
  text-align: center;
  font-size: 17px;
}
.confirmAgeBox .checkboxToConfirm {
  display: flex;
  text-align: justify;
  margin-top: 3px;
  font-size: 14px;
}
.confirmAgeBox .checkboxToConfirm label {
  width: calc(100% - 20px);
}

.storePickUpLabel_True {
  display: block;
  background: red;
  color: #fff;
  padding: 2px;
}

.storePickUpLabel_False {
  display: none;
}

.InstorePickUpMessage {
  text-align: center;
  color: red;
  margin-bottom: 10px;
  display: block;
}

.cs_contactUsMap {
  width: 100%;
  height: 400px;
}
@media (min-width: 576px) {
  .cs_contactUsMap {
    width: 50%;
  }
}

.DDLLocationsContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.DDLLocationsContainer select {
  width: calc(100% - 50px);
}
.DDLLocationsContainer .mapIcon {
  width: 40px;
}
.DDLLocationsContainer .mapIcon img {
  max-width: 40px;
  cursor: pointer;
}

.shipping-address-panel {
  position: relative;
}
.shipping-address-panel .pickUpMap {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 9;
  display: none;
}
.shipping-address-panel .pickUpMap.show {
  display: initial;
}
.shipping-address-panel .pickUpMap .cs_contactUsMap {
  width: 100%;
}

.MagnottaPointsUserControl.show {
  margin-top: 145px !important;
}
@media (max-width: 767px) {
  .MagnottaPointsUserControl.show {
    margin-top: initial !important;
  }
}

.loginPage_lefRight {
  flex-wrap: initial;
}
@media (max-width: 767px) {
  .loginPage_lefRight {
    flex-wrap: wrap;
  }
}

.DiscountNote {
  color: red !important;
}

.red {
  color: #dc0000;
}

.update-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.update-progress img {
  max-height: 200px;
  z-index: 10001;
}
.update-progress p {
  color: black;
  font-size: 20px;
}

.gift-card-table .QuantityField {
  width: 150px;
}
.gift-card-table tr {
  height: 50px;
}

.pay-by-gift-card .logo {
  text-align: center;
}
.pay-by-gift-card .logo img {
  max-height: 40px;
}

.gift-card-info-panel {
  width: 75%;
}

.gift-card-detail-page hr.seperator {
  width: 96%;
  color: gray;
}

.eventContent {
  margin-top: 25px;
  margin-bottom: 25px;
}
.eventContent p {
  visibility: initial;
}
.eventContent h2 {
  color: #084812;
  font-size: 24px;
  font-family: "Times New Roman";
  margin-top: 25px;
  margin-bottom: 15px;
}
.eventContent .imageContainer {
  visibility: initial;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.eventContent .imageContainer img {
  visibility: initial;
  height: 240px;
  width: initial !important;
}
