@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@font-face {
  font-family: "TTForsTrialVariable";
  src: url("fonts/TTForsTrialVariable.woff2") format("woff2"), url("fonts/TTForsTrialVariable.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilganregular";
  src: url("fonts/fonnts.com-gilgan-regular.woff2") format("woff2"), url("fonts/fonnts.com-gilgan-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro-Regular";
  src: url("fonts/MyriadPro-Regular.woff2") format("woff2"), url("fonts/MyriadPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Miller-Display";
  src: url("fonts/Miller-Display.woff2") format("woff2"), url("fonts/Miller-Display.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.checkboxsection {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkboxsection input[type=checkbox] {
  position: absolute;
  left: 0px;
  z-index: 2;
  opacity: 0;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.checkboxsection input[type=checkbox] + input + label::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  background: url(../images/checkbox2.png) no-repeat left top;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.checkboxsection input[type=checkbox]:checked + input + label::before {
  background-position: 0px -21px;
}
.checkboxsection label {
  padding-left: 30px;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 26px;
  color: #551c25;
  font-weight: 400 !important;
  font-family: "gilganregular", sans-serif;
}
@media (max-width: 991px) {
  .checkboxsection label {
    font-size: 16px;
    line-height: 20px;
  }
}

.page-main {
  background: #FDF8F3 !important;
}

img {
  font-size: 12px;
  line-height: 14px;
}

p {
  font-size: 12px;
  line-height: 18px;
  color: #551c25;
  font-family: "TTForsTrialVariable";
  font-weight: 280;
}

body {
  background: #FDF8F3;
  font-family: "TTForsTrialVariable";
  overflow-x: hidden;
  font-size: 12px;
  color: #551C25;
  line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "gilganregular", sans-serif;
}

a {
  text-decoration: none !important;
}

.moretext {
  display: none;
}

.homeSlider .slick-slide img {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
}
@media (max-width: 991px) {
  .homeSlider .slick-slide img {
    width: 100% !important;
  }
}

.welcomeSection p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #323232;
}
.welcomeSection a {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: #E6BB70;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.welcomeSection a:hover {
  color: #AB8855 !important;
}
@media (max-width: 1700px) {
  .welcomeSection p {
    font-size: 18px;
    line-height: 26px;
  }
  .welcomeSection a {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 1440px) {
  .welcomeSection p {
    font-size: 16px;
    line-height: 22px;
  }
  .welcomeSection a {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .welcomeSection p, .welcomeSection a {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .welcomeSection p, .welcomeSection a {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1480px;
  }
}
@media (min-width: 1901px) and (max-width: 2500px) {
  .container {
    max-width: 1500px;
  }
}
a, button {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

a {
  color: #AB8855;
}
a:hover {
  color: #000;
}

.badge.badge-secondary, .badge .badge-warning {
  background: #c99b4b;
  color: #fff;
}

.search-focused .shop-logo {
  opacity: 1;
  margin-left: inherit !important;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.disphone {
  display: none !important;
}
@media (max-width: 991px) {
  .disphone {
    display: block !important;
  }
}

.shopbar-section {
  padding: 0px 0px 15px 0px;
}

#shopbar-cart a svg {
  width: 22px !important;
  height: 22px !important;
}

.shopbar .flx33 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 100%;
}
.shopbar .shop-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shopbar .shop-logo .brand {
  width: auto;
  max-width: 283px;
}
.shopbar .search-focused .shop-logo {
  margin-left: 0;
  opacity: 1;
  -webkit-transform: inherit;
          transform: inherit;
}
.shopbar .instasearch-form {
  padding: 2px 8px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  min-width: 330px;
  margin-right: 30px;
  max-width: 100%;
}
.shopbar .instasearch-form .instasearch-term {
  font-family: "gilganregular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
  border: none;
  padding: 5px 10px;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  padding-right: 50px;
}
.shopbar .instasearch-form ::-webkit-input-placeholder {
  color: #666666;
}
.shopbar .instasearch-form ::-moz-placeholder {
  color: #666666;
}
.shopbar .instasearch-form :-ms-input-placeholder {
  color: #666666;
}
.shopbar .instasearch-form ::-ms-input-placeholder {
  color: #666666;
}
.shopbar .instasearch-form ::placeholder {
  color: #666666;
}
.shopbar .instasearch-form .instasearch-button {
  background: transparent;
  border: none;
  padding: 0 !important;
  width: 20px;
  right: 20px;
}
.shopbar .instasearch-form .instasearch-button i {
  color: #551c25;
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
  position: relative;
  left: 0;
  top: 0;
}
.shopbar .shopbar-button {
  padding: 0;
  border: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.shopbar .shopbar-button .shopbar-button-label {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.shopbar .shopbar-button .shopbar-button-icon {
  height: 32px;
  stroke: #fff;
}
.shopbar .shopbar-button .shopbar-button-icon svg path {
  stroke: #fff;
}
.shopbar .shopbar-button .shopbar-button-icon .haertIcon {
  background: url(/Themes/Flex/Content/images/hearticon.png) no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  background-position: center;
}
.shopbar .shopbar-button .shopbar-button-icon .bagIcon {
  background: url(/Themes/Flex/Content/images/basket.png) no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  background-position: center;
}
.shopbar .shopbar-button .shopbar-button-icon .storeIcon {
  background: url(/Themes/Flex/Content/images/icon_storelocatore.png) no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  background-position: center;
}
.shopbar .shopbar-tools {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 991px) {
  .shopbar .shopbar-tools {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 15px !important;
  }
}
@media (max-width: 1700px) {
  .shopbar .instasearch-form .instasearch-term {
    font-size: 16px;
    line-height: 16px;
  }
  .shopbar .shop-logo {
    margin-right: 30px;
  }
  .shopbar .shop-logo .brand {
    min-width: 120px;
  }
  .shopbar .shopbar-button .shopbar-button-icon i {
    width: 25px !important;
    height: 25px !important;
  }
}
@media (max-width: 1199px) {
  .shopbar .instasearch-form {
    min-width: 250px;
  }
  .shopbar .instasearch-form .instasearch-term {
    font-size: 14px;
    line-height: 14px;
    padding: 0;
    height: 35px;
  }
  .shopbar .shopbar-button .shopbar-button-label {
    font-size: 12px;
  }
  .shopbar .shopbar-button .shopbar-button-icon i {
    width: 22px !important;
    height: 25px !important;
  }
}
@media (max-width: 1199px) {
  .shopbar .instasearch-form .instasearch-term {
    height: 30px;
  }
  .shopbar .instasearch-form .instasearch-button {
    right: 15px;
    top: -5px;
  }
  .shopbar .shopbar-button .shopbar-button-icon i {
    width: 20px !important;
    height: 20px !important;
  }
}

#content {
  margin: 0 auto;
}
#content.content {
  position: relative;
}

.megamenu-section .navbar {
  background: transparent;
}

.topHeader {
  background: #272727;
  padding: 12px 0;
  display: none !important;
}
.topHeader .menubar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topHeader .menubar-group {
  margin-left: 0px;
}
.topHeader .menubar {
  padding: 0;
}
.topHeader .menubar a.menubar-link {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 0 31px !important;
}
@media (max-width: 1700px) {
  .topHeader .menubar a.menubar-link {
    font-size: 15px;
    line-height: 18px;
    padding: 0px 24px !important;
  }
}
@media (max-width: 1600px) {
  .topHeader .menubar a.menubar-link {
    font-size: 14px;
    line-height: 16px;
    padding: 0px 22px !important;
  }
}
@media (max-width: 1366px) {
  .topHeader .menubar a.menubar-link {
    font-size: 12px;
    line-height: 14px;
    padding: 0px 18px !important;
  }
}
@media (max-width: 1199px) {
  .topHeader {
    padding: 10px 0px;
  }
  .topHeader .menubar a.menubar-link {
    font-size: 11px;
    line-height: 12px;
    padding: 0px 15px !important;
  }
}

.martop30 {
  padding-top: 30px;
}

.topHeaderSection {
  background: #551c25;
  padding: 15px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.topHeaderSection p {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 280;
  line-height: 22px;
  color: #fff;
  font-family: "TTForsTrialVariable";
}
.topHeaderSection .topheaderclose {
  position: absolute;
  right: 22px;
  cursor: pointer;
}
@media (max-width: 575px) {
  .topHeaderSection .topheaderclose {
    right: 12px;
  }
}
.topHeaderSection .headerSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topHeaderSection .headerSocial a {
  padding: 0px 5px;
  margin: 0 5px;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topHeaderSection .headerSocial a i {
  font-size: 20px;
  color: #414141;
}

.block .block-body {
  padding: 0px;
  margin: 0px;
}

.navbar-light .megamenu {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.navbar-light .megamenu .container {
  padding-left: 0px;
}
.navbar-light .megamenu .navbar-nav {
  white-space: inherit;
}
.navbar-light .megamenu .navbar-nav.flex-nowrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.navbar-light .megamenu .navbar-nav .nav-item {
  padding: 8px 5px;
  margin-right: 20px;
}
.navbar-light .megamenu .navbar-nav .nav-item.customburgermenu {
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
}
.navbar-light .megamenu .navbar-nav .nav-item.customburgermenu .nav-link {
  padding-top: 1px;
}
.navbar-light .megamenu .navbar-nav .nav-item.customburgermenu .nav-link svg {
  fill: #fff;
}
.navbar-light .megamenu .navbar-nav .nav-item.customburgermenu .nav-link svg rect {
  fill: #fff !important;
}
.navbar-light .megamenu .navbar-nav .nav-item.customburgermenu .dropdown-toggle:after {
  display: none !important;
}
@media (max-width: 1199px) {
  .navbar-light .megamenu .navbar-nav .nav-item {
    padding: 15px 8px;
  }
}
.navbar-light .megamenu .navbar-nav .nav-item .nav-link {
  font-family: "gilganregular", sans-serif;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  color: #fff;
  font-weight: 400;
  padding: 0px;
  background: none !important;
  position: relative;
}
.navbar-light .megamenu .navbar-nav .nav-item .nav-link:before {
  display: none;
}
@media (max-width: 1700px) {
  .navbar-light .megamenu .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .navbar-light .megamenu .navbar-nav .nav-item {
    margin: 0 3px;
  }
  .navbar-light .megamenu .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .navbar-light .megamenu .navbar-nav .nav-item {
    padding: 10px 5px;
  }
  .navbar-light .megamenu .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
}

.shopbar-button-label {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}

#header .shopbar-col-group-brand {
  border-bottom: 2px solid #AB8855;
}
#header.overlay {
  background: #fdf8f3;
}
#header.scrolled .label-cart-amount {
  color: #551c25 !important;
}
#header.scrolled .shopbar-col-group-brand {
  border-bottom: 0px solid #AB8855;
}
#header.scrolled .shopbar-button-label {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #551c25;
}
#header.scrolled .topHeaderSection {
  height: 0px;
  overflow: hidden;
  padding: 0px;
}
#header.scrolled .shopbar-button-icon {
  height: 32px;
  stroke: #fff;
}
#header.scrolled .shopbar-button-icon svg path {
  stroke: #AB8855;
}
#header.scrolled .shopbar-button-icon .label-cart-amount.badge-warning {
  color: #AB8855;
  border-color: #AB8855;
}
#header.scrolled .rightHeader #searchIcon svg {
  fill: #551c25;
}

.scrolled #searchIcon i {
  color: #551c25;
}
.scrolled .shopbar-tools #menubar-my-account .fa-angle-down:before {
  color: #551c25 !important;
}
.scrolled .megamenu-container {
  width: 100%;
  border-bottom: 1px solid #AB8855;
  border-top: 1px solid #AB8855;
}
.scrolled .megamenu {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.scrolled .megamenu .navbar-nav {
  white-space: inherit;
}
.scrolled .megamenu .navbar-nav.flex-nowrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.scrolled .megamenu .navbar-nav .nav-item {
  padding: 8px 5px;
  margin-right: 20px;
}
.scrolled .megamenu .navbar-nav .nav-item.customburgermenu {
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.scrolled .megamenu .navbar-nav .nav-item.customburgermenu .nav-link {
  padding-top: 2px;
}
.scrolled .megamenu .navbar-nav .nav-item.customburgermenu .nav-link svg {
  fill: #551c25;
}
.scrolled .megamenu .navbar-nav .nav-item.customburgermenu .nav-link svg rect {
  fill: #551c25 !important;
}
.scrolled .megamenu .navbar-nav .nav-item.customburgermenu .dropdown-toggle:after {
  display: none !important;
}
@media (max-width: 1199px) {
  .scrolled .megamenu .navbar-nav .nav-item {
    padding: 8px 8px;
  }
}
.scrolled .megamenu .navbar-nav .nav-item .nav-link {
  font-family: "gilganregular", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #551c25;
  font-weight: 400;
  padding: 0px;
  background: none !important;
  position: relative;
}
.scrolled .megamenu .navbar-nav .nav-item .nav-link:before {
  display: none;
}
.scrolled .megamenu .navbar-nav .nav-item:hover .nav-link, .scrolled .megamenu .navbar-nav .nav-item.selected .nav-link {
  color: #c99b4b;
}

.shopbar-col-group {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .shopbar-tools {
  padding: 0px;
}
#header .shopbar-tools .shopbar-tool {
  margin-left: 30px;
}
#header .shopbar-tools .shopbar-tool .shopbar-button-icon {
  height: 32px;
}
@media (max-width: 1440px) {
  #header .shopbar-tools .shopbar-tool {
    margin: 0 15px;
  }
}
@media (max-width: 991px) {
  #header .shopbar-tools .shopbar-tool {
    margin: 0 12px;
  }
}
#header .shopbar-tools #menubar-my-account .disNone {
  display: none;
}
#header .shopbar-tools #menubar-my-account .fa-user-circle {
  background: url(../images/user_head.png) no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
  margin-bottom: 4px;
}
#header .shopbar-tools #menubar-my-account .fa-user-circle::before {
  display: none;
}
@media (max-width: 1700px) {
  #header .shopbar-tools #menubar-my-account .fa-user-circle {
    width: 22px !important;
    height: 25px !important;
  }
}
#header .shopbar-tools .menubar-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  text-transform: inherit;
  font-size: 20px;
  font-weight: 300;
  font-family: "gilganregular", sans-serif;
  line-height: 25px;
  color: #000;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#header .shopbar-tools .menubar-link .fa-angle-down:before {
  font-size: 18px;
  color: #fff;
}
#header .shopbar-tools .menubar-link .adminLogo {
  background: url(../images/admin.png) no-repeat;
  background-size: contain;
  height: 28px;
  width: 28px;
}
#header .shopbar-tools #menubar-my-account .fa-angle-down:before {
  font-size: 13px !important;
  color: #fff;
}
#header .shopbar-tools .shopbar-button {
  min-width: 1px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent !important;
}
#header .shopbar-tools .shopbar-button .shopbar-button-icon {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#header .tabbyLogo {
  min-width: 92px;
  margin-left: 18px;
  margin-top: 5px;
}
#header .tabbyLogo img {
  width: auto;
}
#header nav.menubar-group.menubar-group--special.d-none.d-xl-block {
  display: none !important;
}
@media (max-width: 1700px) {
  #header .shopbar-tools #menubar-my-account {
    margin-right: 5px;
  }
  #header .shopbar-tools .menubar-group.menubar-group--special {
    display: none !important;
  }
  #header .shopbar-tools .menubar-link img {
    max-width: 25px;
  }
}
@media (max-width: 1700px) {
  #header .shopbar-tools .menubar-link {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  #header .shopbar-section {
    border: 0px;
  }
  #header .shopbar-section .shopbar-tools .shopbar-tool {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #header .shopbar-section .shopbar-tools #menubar-my-account .menubar-link.loggedInUser {
    padding-right: 0px;
  }
  #header .shopbar-section .shopbar-tools #menubar-my-account .fa-user-circle {
    width: 20px !important;
    height: 20px !important;
    margin: 0px;
  }
  #header .shopbar-section .shopbar-tools #shopbar-menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group .shop-logo {
    margin-right: 0px;
    margin-bottom: 20px !important;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group .shop-logo img {
    max-width: 120px;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group .shopbar-tools {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group .langCurrencySelector {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #header .shopbar-section .shopbar .flx33.shopbar-search {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #header .shopbar-section .shopbar .flx33.shop-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 165px;
    margin-right: 20px;
  }
  #header .shopbar-section .shopbar .flx33.shopbar-col-group-tools {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #header .shopbar-section .shopbar .shop-logo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #header .shopbar-section .shopbar .shop-logo .brand {
    max-width: 165px;
  }
  #header .shopbar-section .shopbar .instasearch-form {
    margin-left: 8px;
    margin-right: 15px;
  }
  #header .shopbar-section .shopbar #shopbar-menu .shopbar-button-icon .icm-menu {
    background: url(../images/burger_icon.svg) no-repeat center center;
    background-size: 20px;
    width: 22px;
    height: 20px;
  }
  #header .shopbar-section .shopbar #shopbar-menu .shopbar-button-icon .icm-menu::before {
    display: none;
  }
  #header .shopbar-section .shopbar #shopbar-user {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .shopbar-section {
    padding: 0px;
  }
  #header .shopbar-section .shopbar.martop30 {
    padding-top: 0px;
  }
  #header .shopbar-section .shopbar .shop-logo .brand {
    min-width: inherit;
  }
  #header .shopbar-section .shopbar .shopbar-col-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #header .shopbar-section .shopbar .shopbar-col-group .shop-logo {
    margin-bottom: 0px !important;
    margin-left: 10px !important;
  }
  #header .shopbar-section .shopbar .shopbar-col-group .shop-logo img {
    max-width: 150px !important;
  }
  #header .shopbar-section .shopbar .shopbar-col-group.shopbar-col-group-brand {
    position: relative;
  }
  #header .shopbar-section .shopbar .shopbar-col-group .shopbar-tools {
    padding: 20px 0px 12px 0px !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header .shopbar-section .shopbar .instasearch-form {
    margin: 0px auto;
    max-width: 100%;
  }
  #header .shopbar-section .shopbar .instasearch-form .instasearch-button {
    border-radius: 0%;
    background: transparent;
    padding: 5px;
    width: 30px !important;
    height: 30px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
    right: 2px;
    top: 2px;
  }
  #header .shopbar-section .shopbar .instasearch-form .instasearch-button i {
    color: #551c25;
    font-size: 18px;
  }
  #header .tabbyLogo img {
    max-width: 72px;
    margin-top: 0px;
  }
  #header .shopbar-button .shopbar-button-icon {
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #header .shopbar-button .shopbar-button-icon .haertIcon {
    height: 23px;
    width: 23px;
  }
  #header .shopbar-button .shopbar-button-icon .bagIcon {
    height: 23px;
    width: 19px;
  }
  #header .shopbar-tools .shopbar-tool {
    height: 24px;
  }
}
@media (max-width: 767px) {
  #header .shopbar-section .shopbar > .shopbar-col-group {
    margin-bottom: 15px;
    position: relative;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group .shopbar-col-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group .shopbar-search {
    position: relative;
    max-width: 100%;
    top: inherit;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group.shopbar-col-group-brand {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group .shopbar-tools {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group .shopbar-tools .shopbar-button {
    padding: 0;
  }
  #header .shopbar-section .shopbar-tools #shopbar-menu {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0;
  }
  #header .tabbyLogo {
    margin-left: 8px;
    max-width: 56px;
  }
  #header .tabbyLogo img {
    max-width: 56px;
  }
  #header .shopbar-tools .shopbar-tool {
    margin: 0px 0;
  }
}
@media (max-width: 360px) {
  #header .shopbar-tools .shopbar-tool {
    margin: 0px 5px;
  }
  #header .shopbar-section .shopbar .flx33.shop-logo {
    max-width: 113px;
  }
  #header .shopbar-section .shopbar .flx33.shop-logo .brand {
    max-width: 110px;
  }
  #header .tabbyLogo {
    margin-left: 1px;
    min-width: 1px;
  }
  #header .tabbyLogo img {
    max-width: 47px;
  }
}
@media (max-width: 320px) {
  #header .shopbar-section .shopbar .instasearch-form .instasearch-term {
    height: 36px;
  }
  #header .shopbar-section .shopbar .instasearch-form .instasearch-button {
    width: 28px !important;
    height: 28px !important;
  }
  #header .shopbar .shopbar-button .shopbar-button-icon .haertIcon {
    height: 22px;
    width: 22px;
  }
  #header .shopbar .shopbar-button .shopbar-button-icon .bagIcon {
    height: 21px;
    width: 17px;
  }
  #header .shopbar-tools .shopbar-tool {
    height: 23px;
    margin: 0px 4px;
  }
  #header .shopbar-tools #menubar-my-account {
    margin-right: 2px;
  }
}
@media (max-width: 320px) {
  #header .shopbar-section .shopbar .flx33.shop-logo .brand {
    max-width: 105px;
  }
}

.imgboxComman {
  margin-bottom: 30px;
}
.imgboxComman img {
  max-width: 100%;
  width: 100%;
}
.imgboxComman.widthfull100 img {
  width: 100%;
}
@media (max-width: 575px) {
  .imgboxComman {
    margin-bottom: 15px;
  }
}

.heading::before {
  display: none;
}

.whiteText {
  color: #fff !important;
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
ul li {
  list-style: none;
}

.hd2, .heading .heading-title, .sectionTitle {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400 !important;
  font-family: "gilganregular", sans-serif;
  color: #551c25;
  padding: 0px 0px 30px 0px;
  margin: 0px;
  background: none;
}
.hd2.brown, .heading .heading-title.brown, .sectionTitle.brown {
  color: #AB8855;
}
@media (max-width: 767px) {
  .hd2, .heading .heading-title, .sectionTitle {
    font-size: 16px;
    padding-bottom: 20px;
  }
}

.brownColor {
  color: #AB8855 !important;
}

.mainSecTitle {
  font-size: 26px;
  line-height: 100%;
  font-weight: 400;
  font-family: "gilganregular", sans-serif;
  color: #551c25;
  padding: 0px 0px 30px 0px;
  margin: 0px;
  background: none;
  text-transform: uppercase;
}
.mainSecTitle.brown {
  color: #AB8855;
}
@media (max-width: 767px) {
  .mainSecTitle {
    font-size: 22px;
  }
}

.max270 {
  max-width: 270px;
}

.max600 {
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .max270 {
    max-width: 100%;
  }
  .max600 {
    max-width: 100%;
  }
}
.sectionPadding {
  padding: 80px 0px;
}
.sectionPadding.paddtop0 {
  padding-top: 0px;
}
.sectionPadding.paddbtm0 {
  padding-bottom: 0px;
}
@media (max-width: 1366px) {
  .sectionPadding {
    padding: 70px 0px;
  }
}
@media (max-width: 1199px) {
  .sectionPadding {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 40px 0;
  }
}

.sectionMargin {
  margin-bottom: 80px;
}
@media (max-width: 1366px) {
  .sectionMargin {
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .sectionMargin {
    margin-bottom: 50px;
  }
}
.seeAll {
  margin-top: 60px;
}
.seeAll a {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-decoration: none !important;
  color: #551c25;
}
@media (max-width: 767px) {
  .seeAll {
    margin-top: 35px;
  }
  .seeAll a {
    font-size: 12px;
  }
}

.bgGreay {
  position: relative;
}
.bgGreay::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 53.5%;
  background: #F3F3F3;
}
@media (max-width: 1700px) {
  .bgGreay::after {
    height: 54.5%;
  }
}

.hdrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hdrow.heading {
  padding-bottom: 30px;
}
.hdrow.heading.paddbtm0 {
  padding-bottom: 0px;
}
.hdrow.heading .heading-title {
  padding: 0px;
  margin: 0px;
}
.hdrow.heading .heading-title small {
  color: #AB8855 !important;
}
.hdrow.heading .saidelink {
  min-width: 70px;
  display: block;
}
.hdrow.heading .saidelink a {
  color: #E6BB70;
  position: relative;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.hdrow.heading .saidelink a:hover {
  color: #000;
}
@media (max-width: 1440px) {
  .hdrow.heading .saidelink a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .hdrow.heading {
    padding-bottom: 25px;
  }
  .hdrow.heading .saidelink a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .hdrow.heading {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hdrow.heading {
    padding-bottom: 15px;
  }
}

.comman_slider .slick-arrow, .artlist-carousel .slick-arrow {
  cursor: pointer;
  opacity: 1 !important;
  border-radius: 0px;
  font-size: 0;
  position: absolute;
  top: 42%;
  z-index: 3;
  border: 0px;
  padding: 10px;
  height: 20px;
  background-size: contain !important;
}
.comman_slider .slick-arrow:hover, .artlist-carousel .slick-arrow:hover {
  background-color: #000;
}
.comman_slider .slick-arrow::before, .artlist-carousel .slick-arrow::before {
  display: none;
}
.comman_slider .slick-arrow.slick-prev, .artlist-carousel .slick-arrow.slick-prev {
  background: url(../images/dropdown-arrow.png) transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-repeat: no-repeat;
  background-position: center center;
  left: -10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.comman_slider .slick-arrow.slick-next, .artlist-carousel .slick-arrow.slick-next {
  background: url(../images/dropdown-arrow.png) transparent;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-repeat: no-repeat;
  background-position: center center;
  right: -10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.comman_slider .slick-dots {
  position: relative;
  bottom: -15px;
}
.comman_slider .slick-dots li {
  height: auto;
}
.comman_slider .slick-dots li button {
  height: 18px;
  width: 18px;
  border: 0px;
  background: #ccc;
}
.comman_slider .slick-dots li.slick-active button {
  border: 5px solid #000;
  background: transparent;
}
@media (max-width: 1440px) {
  .comman_slider .slick-dots li button {
    height: 15px;
    width: 15px;
  }
  .comman_slider .slick-dots li.slick-active button {
    border: 4px solid #000;
  }
}
@media (max-width: 767px) {
  .comman_slider .slick-dots li button {
    height: 12px;
    width: 12px;
  }
}
.comman_slider.giftSlider .slick-arrow {
  display: block !important;
}

.artlist {
  margin: 0px;
}
.artlist::after {
  display: none;
}

.art {
  margin: 0px;
  padding: 0px;
  border: none;
  background: transparent !important;
}
.art:hover {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.art .artBox {
  position: relative;
  padding: 0px 0px;
  position: relative;
  margin: 0px 5px;
  text-align: center;
  font-family: "gilganregular", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.art .artBox .sales_art {
  position: absolute;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 3;
  width: 100%;
}
.art .artBox .sales_art span {
  margin: 0px auto;
  background: #E4E4E4;
  color: #000;
  text-transform: uppercase;
  padding: 4px 10px;
  font-size: 18px;
  line-height: 16px;
}
.art .artBox .art-badges {
  display: none;
}
.art .artBox .art-picture-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0px 0px 15px 0px;
}
.art .artBox .art-picture-block img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-filter: drop-shadow(8px 6px 9px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(8px 6px 9px rgba(0, 0, 0, 0.5));
}
.art .artBox .art-brand {
  text-align: center;
  font-family: "gilganregular", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 13px;
}
.art .artBox .art-name {
  font-family: "TTForsTrialVariable";
  font-weight: 280;
  font-size: 12px !important;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.art .artBox .art-name a {
  color: #551c25;
  text-decoration: none;
}
.art .artBox .art-name a:hover {
  color: #551c25;
}
.art .artBox .art-description {
  display: none;
  font-family: "TTForsTrialVariable";
  font-weight: 280;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #AB8855;
}
.art .artBox .art-price-block {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: #000;
  margin: 0px 0px 15px 0px;
  font-family: "Open Sans", sans-serif;
}
.art .artBox .art-price-block .qtyMl {
  font-family: "TTForsTrialVariable";
  font-weight: 280;
  color: #551c25;
  margin-right: 20px;
  text-transform: uppercase;
}
.art .artBox .art-price-block .art-price {
  font-family: "Open Sans", sans-serif;
  font-size: 12px !important;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #551c25;
  font-weight: 700;
}
.art .artBox .art-price-block .art-price--offer {
  color: #551c25;
}
.art .artBox .art-price-block .art-oldprice {
  font-size: 12px !important;
  font-family: "Open Sans", sans-serif;
  color: #666666;
  font-weight: 700;
}
.art .artBox .art-drop {
  position: initial;
  background: none;
  visibility: visible;
  border: none;
  z-index: initial;
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.art .artBox .art-drop .art-variant-info {
  display: none;
}
.art .artBox .btn-primary {
  display: none !important;
  background: none;
  min-width: inherit !important;
  width: 21px;
  height: 22px;
  position: absolute;
  right: 17px;
  top: 60px;
  color: #222;
  padding: 0px !important;
}
.art .artBox .btn-primary i {
  display: block;
}
.art .artBox .btn-primary i.fa-cart-arrow-down {
  background: url(../images/basket.png) no-repeat center center;
  background-size: 18px 22px;
  width: 100%;
  height: 100%;
}
.art .artBox .btn-primary i.fa-cart-arrow-down::before {
  display: none;
}
.art .artBox .btn-primary i.fa-cart-arrow-down:hover {
  background-image: url(../images/basket_hover.png);
}
.art .artBox .btn-secondary.art-btn.ajax-cart-link {
  background: none;
  width: 30px;
  height: 28px;
  position: absolute;
  right: 17px;
  top: 5px;
  color: #222;
  padding: 0px;
}
.art .artBox .btn-secondary.art-btn.ajax-cart-link i {
  display: block;
}
.art .artBox .btn-secondary.art-btn.ajax-cart-link i.fa-heart {
  background: url(../images/hearticon.png) no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 28px;
}
.art .artBox .btn-secondary.art-btn.ajax-cart-link i.fa-heart::before {
  display: none;
}
.art .artBox .btn-secondary.art-btn.ajax-cart-link i.fa-heart:hover {
  background-image: url(../images/hearticon_hover.png);
}
.art .artBox .art-btn {
  border: 1px solid #AB8855 !important;
  background: transparent;
  color: #551c25 !important;
  font-family: "gilganregular", sans-serif;
  font-size: 14px !important;
  line-height: 18px;
  padding: 8px 30px;
  font-weight: normal;
  width: 178px;
  max-width: 178px;
  margin: 0px auto;
  display: block;
}
.art .artBox .art-btn:hover {
  background: none;
  color: #551c25;
}
@media (max-width: 767px) {
  .art .artBox .art-btn {
    font-size: 12px !important;
    line-height: 12px;
  }
}
@media (max-width: 767px) {
  .art .artBox .art-btn {
    max-width: 85%;
    width: 100%;
    padding: 8px 10px;
  }
}

.productboxlist {
  padding: 0px !important;
}
.productboxlist.artlist-no-separators .artlist-grid:not(.artlist-boxed) .art {
  border-bottom-width: 1px !important;
}

.hmluxurySec .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hmluxurySec .luxuryBg {
  position: relative;
  background: url(../images/luxury_bg.jpg) no-repeat;
  background-size: cover;
  padding: 25px 50px;
}
.hmluxurySec .luxuryBg h2 {
  font-size: 45px;
  line-height: 45px;
  color: #795741;
}
.hmluxurySec .luxuryBg h2 span {
  display: block;
}
.hmluxurySec .luxuryBg h2 .smallTxt {
  font-size: 40px;
  line-height: 40px;
  padding-left: 12%;
  margin-bottom: -35px;
}
.hmluxurySec .luxuryBg h2 .bigTxt {
  font-size: 160px;
  line-height: 160px;
  color: #A88871;
  font-weight: 400;
  text-shadow: 4px 4px rgba(0, 0, 0, 0.2509803922);
}
.hmluxurySec .luxuryBox {
  position: relative;
}
.hmluxurySec .luxuryBox .luxuryImg img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.hmluxurySec .imgshadow img {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hmBestseller {
  position: relative;
  margin-bottom: 0px !important;
}
.hmBestseller .container {
  position: relative;
  z-index: 2;
}
.hmBestseller .art .art-badges {
  display: none;
}

.hmProduct_section2 .col-lg-6 .imgboxComman:last-child {
  margin-bottom: 0px;
}

.hmProduct_section3 .col-lg-6 .imgboxComman {
  margin-bottom: 0px;
}

.discountSection {
  max-width: 1920px;
  margin: 0px auto;
}
.discountSection .discountlistProudct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discountSection .discountlistProudct .boxDiscount:nth-child(2) {
  margin: 0px 30px;
}
.discountSection .discountlistProudct .boxDiscount img {
  width: 100%;
}

.giftImgSection .imgboxComman img {
  width: 100%;
}
.giftImgSection .row .imgboxComman {
  margin-bottom: 0px;
}

.SearchBoxComman {
  position: relative;
  margin-bottom: 37px;
}
.SearchBoxComman .form-control {
  position: relative;
  z-index: 1;
  background: #fff;
  color: #979797;
  border: #AB8855 solid 1px;
  width: 100%;
  font-family: "gilganregular", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  height: 50px;
  padding: 20px 30px !important;
}
.SearchBoxComman .form-control::-webkit-input-placeholder {
  color: #979797;
}
.SearchBoxComman .form-control::-moz-placeholder {
  color: #979797;
}
.SearchBoxComman .form-control:-ms-input-placeholder {
  color: #979797;
}
.SearchBoxComman .form-control::-ms-input-placeholder {
  color: #979797;
}
.SearchBoxComman .form-control::placeholder {
  color: #979797;
}
.SearchBoxComman .btnSerach {
  position: absolute;
  z-index: 3;
  right: 5px;
  top: 3px;
  bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.SearchBoxComman .btnSerach .btn_black {
  background: #000;
  text-align: center;
  min-width: 120px;
  font-size: 18px;
  text-transform: inherit;
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
  height: 100%;
  text-transform: uppercase;
  text-decoration: underline !important;
}

.adContentbanner {
  position: relative;
}
.adContentbanner img {
  width: 100%;
}
.adContentbanner .bannerContent {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  max-width: 580px;
  margin: auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.adContentbanner .bannerContent h1, .adContentbanner .bannerContent h2, .adContentbanner .bannerContent h3, .adContentbanner .bannerContent h4, .adContentbanner .bannerContent h5, .adContentbanner .bannerContent h6 {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}
.adContentbanner .bannerContent p {
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .adContentbanner .bannerContent h1, .adContentbanner .bannerContent h2, .adContentbanner .bannerContent h3, .adContentbanner .bannerContent h4, .adContentbanner .bannerContent h5, .adContentbanner .bannerContent h6 {
    font-size: 20px;
  }
}

.input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
  font-family: "gilganregular", sans-serif;
}
.input-group > .form-control::-webkit-input-placeholder, .input-group > .custom-select::-webkit-input-placeholder, .input-group > .custom-file::-webkit-input-placeholder {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.input-group > .form-control::-moz-placeholder, .input-group > .custom-select::-moz-placeholder, .input-group > .custom-file::-moz-placeholder {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.input-group > .form-control:-ms-input-placeholder, .input-group > .custom-select:-ms-input-placeholder, .input-group > .custom-file:-ms-input-placeholder {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.input-group > .form-control::-ms-input-placeholder, .input-group > .custom-select::-ms-input-placeholder, .input-group > .custom-file::-ms-input-placeholder {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.input-group > .form-control::placeholder, .input-group > .custom-select::placeholder, .input-group > .custom-file::placeholder {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}

.btn-brd {
  border: #ddd solid 1px;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn.btn-to-danger:not(:disabled):not(.disabled):not([disabled]):active, .btn.btn-to-danger.active:not(:disabled):not(.disabled):not([disabled]), .show > .btn.btn-to-danger.dropdown-toggle:not(:disabled):not(.disabled), .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  background: #AB8855;
  color: #fff;
}

#content-body {
  position: relative;
}

.breadcrumb-container {
  display: none !important;
}

.paddbtm100 {
  padding-bottom: 100px;
}

.lyt-cols-1 .hd-name-section {
  padding: 0 15px !important;
}

.hd-name-section, .homeBannerSection {
  position: relative;
  padding: 0 !important;
}
.hd-name-section.bannerarea, .homeBannerSection.bannerarea {
  z-index: 999;
}
.hd-name-section .page-title, .homeBannerSection .page-title {
  background: url(../images/innerbanner.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 30px 0px;
  margin-bottom: 0px;
  min-height: 420px;
  border: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 6%;
}
.hd-name-section .page-title img, .homeBannerSection .page-title img {
  max-height: 100px;
}
@media (max-width: 991px) {
  .hd-name-section .page-title img, .homeBannerSection .page-title img {
    max-width: 80%;
    max-height: 80px;
  }
}
@media (max-width: 767px) {
  .hd-name-section .page-title img, .homeBannerSection .page-title img {
    max-width: 80%;
    max-height: 60px;
  }
}
.hd-name-section .page-title h1, .homeBannerSection .page-title h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  line-height: 40px;
  color: #fff;
  margin: 0px;
  padding: 0px;
}
.hd-name-section .page-title h1 span, .homeBannerSection .page-title h1 span {
  padding-left: 10px;
  font-weight: 300;
  font-size: 30px;
}
@media (max-width: 767px) {
  .hd-name-section .page-title, .homeBannerSection .page-title {
    min-height: 350px;
    padding-bottom: 10%;
  }
}
@media (max-width: 575px) {
  .hd-name-section .page-title, .homeBannerSection .page-title {
    min-height: 310px;
    padding-bottom: 15%;
  }
}

.facet-toggle::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); /*transform: rotate(0deg);*/
}
.facet-toggle.collapsed::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.alert {
  font-size: 14px;
  padding: 8px 35px 8px 65px;
}
.alert::after {
  font-size: 20px;
  width: 50px;
  line-height: 20px;
}
.alert::before {
  width: 50px;
}

#content-left, #content-center {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nowrap.row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#content-left {
  position: fixed;
  left: -100%;
  top: 0px;
  z-index: 9999;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
  opacity: 0;
}
#content-left .leftSideBox {
  max-width: 400px;
  height: 100%;
  background: #fdf8f3 !important;
}
#content-left .leftSideBox .filterpopuptitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  border-bottom: 0px solid #D9D9D9;
}
#content-left .leftSideBox .filterpopuptitle a.btncloseone {
  cursor: pointer;
  position: absolute;
  right: 36px;
  top: 40px;
}
#content-left .leftSideBox .filterpopuptitle a.btncloseone img {
  width: 15px;
  height: 15px;
}
#content-left.openfilter {
  left: 0%;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
  opacity: 1;
}

body .setleftwidth1, body .setrightwidth1 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.leftdivhide #content-left, body.leftdivhide .setleftwidth1 {
  position: absolute;
  left: 0px;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.leftdivhide #content-left .leftSideBox, body.leftdivhide .setleftwidth1 .leftSideBox {
  border: none;
}
body.leftdivhide #content-left .arrowshow, body.leftdivhide #content-left .addnewclss, body.leftdivhide .setleftwidth1 .arrowshow, body.leftdivhide .setleftwidth1 .addnewclss {
  display: none;
}
body.leftdivhide #content-center, body.leftdivhide .setrightwidth1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 32px);
          flex: 0 0 calc(100% - 32px);
  max-width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  body.leftdivhide #content-center .artlist-grid.artlist-3-cols .art, body.leftdivhide #content-center .artlist-grid.artlist-4-cols .art, body.leftdivhide .setrightwidth1 .artlist-grid.artlist-3-cols .art, body.leftdivhide .setrightwidth1 .artlist-grid.artlist-4-cols .art {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
body.leftdivhide #content-center .product-list-container .artlist-actions.artlist-actions--top, body.leftdivhide .setrightwidth1 .product-list-container .artlist-actions.artlist-actions--top {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.leftdivhide #content-center .product-list-container .artlist-actions.artlist-actions--top .artlist-action-group--page, body.leftdivhide .setrightwidth1 .product-list-container .artlist-actions.artlist-actions--top .artlist-action-group--page {
  margin-left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.leftdivhide .leftSideBox {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.leftdivhide .leftSideBox .addnewclss {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0px 25px;
  height: 100%;
  overflow: auto;
}
body.leftdivhide .leftSideBox .fiiterBox {
  border: #dddddd solid 1px;
  background: #ffffff;
  padding-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.leftdivhide .leftSideBox .fiiterBox h3 {
  opacity: 1;
}
body.leftdivhide .leftSideBox .fiiterBox h3 strong.span {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}
body.leftdivhide .leftSideBox .fiiterBox h3 strong.strong {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}
body.leftdivhide .leftSideBox .fiiterBox h3::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); /*transform: rotate(180deg);*/
}
body.leftdivhide .leftSideBox .crossLine .line.crossLine1 {
  top: 9px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
body.leftdivhide .leftSideBox .crossLine .line.crossLine2 {
  top: 45%;
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
body.leftdivhide .leftSideBox .crossLine .line.crossLine3 {
  bottom: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.leftSideBox {
  position: relative;
  border: solid 1px #CACACA;
  font-family: "gilganregular", sans-serif;
  height: auto;
  background: #EBF8FF;
  padding: 40px 25px;
  min-height: 400px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.leftSideBox .filterLabel {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  font-family: "gilganregular", sans-serif;
  margin: 0px;
  padding: 0px 10px 0px 10px;
  color: #551c25;
  text-transform: uppercase;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .leftSideBox .filterLabel {
    font-size: 20px;
    line-height: 24px;
  }
}
.leftSideBox .btnFilter {
  position: absolute;
  right: 13px;
  top: 0px;
  z-index: 2;
}
.leftSideBox .crossLine {
  background: none;
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 26px;
  height: 36px;
  cursor: pointer;
  border: inherit;
}
.leftSideBox .crossLine:focus, .leftSideBox .crossLine:hover {
  border: inherit;
  outline: none;
}
.leftSideBox .crossLine .line {
  display: block;
  background: #000;
  height: 3px;
  width: 26px;
  border-radius: 50px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.leftSideBox .crossLine .line.crossLine1 {
  top: 42%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.leftSideBox .crossLine .line.crossLine2 {
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.leftSideBox .crossLine .line.crossLine3 {
  bottom: 50%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1199px) {
  .leftSideBox .crossLine .line {
    width: 21px;
  }
}
.leftSideBox .addnewclss {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.leftSideBox .arrowshow {
  position: absolute;
  z-index: 2;
  right: -17px;
  top: 150px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 16px solid #000;
  border-bottom: 16px solid transparent;
  cursor: pointer;
}
.leftSideBox .accordion {
  padding: 0px;
}
.leftSideBox .fiiterBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: transparent solid 1px;
  border-bottom: #dddddd solid 1px;
  padding: 7px 14px 7px 2px;
  margin-bottom: 7px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.leftSideBox .fiiterBox h3 {
  width: calc(100% - 50px);
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  margin: 0px !important;
  cursor: pointer;
}
.leftSideBox .fiiterBox h3 strong {
  font-weight: 600;
}
.leftSideBox .fiiterBox h3 strong.span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.leftSideBox .fiiterBox h3 strong.strong {
  display: none;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.leftSideBox .fiiterBox h3::after {
  display: block;
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-size: 1.2rem;
  line-height: 1;
  color: #393f46;
  right: 0;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.leftSideBox .block-catmenu {
  border-bottom: #D9D9D9 solid 0px;
  margin-bottom: 20px !important;
}
.leftSideBox .block-catmenu .catmenu {
  border: solid 0px;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  margin-bottom: 0px !important;
}
.leftSideBox .block-catmenu .catmenu .list-group-item {
  font-family: "TTForsTrialVariable";
  font-size: 12px;
  font-weight: 300;
  color: #551c25;
  border: none;
  border-bottom: solid 0px;
  margin: 0px 0px 12px 0px;
  padding: 2px;
  background: transparent !important;
}
.leftSideBox .block-catmenu .catmenu .list-group-item::after {
  right: 0px;
  background: url(/Themes/Flex/Content/images/arrow_right.png) no-repeat;
  content: "";
  width: 15px;
  height: 12px;
  background-size: contain;
  background-position: center;
}
.leftSideBox .block-catmenu .catmenu .list-group-item:last-child {
  margin-bottom: 0px;
}
.leftSideBox .block-catmenu .catmenu .list-group-item::before {
  display: none;
}
.leftSideBox .block-catmenu .catmenu .list-group-item:hover, .leftSideBox .block-catmenu .catmenu .list-group-item.active {
  color: #c99b4b;
  background: none;
}
.leftSideBox .block-catmenu .catmenu .list-group-item:last-child {
  border-bottom: none;
}
.leftSideBox .block-catmenu .catmenu .list-group-item.catmenu-path-item {
  color: #AB8855;
}
.leftSideBox .facet-group {
  border-bottom: #D9D9D9 solid 0px;
  border-radius: 0px;
  font-size: 18px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 5px 15px;
}
.leftSideBox .facet-group:last-child {
  border: 0px;
}
.leftSideBox .facet-group .facet-group-header {
  padding: 5px 0px;
  font-size: 12px;
  color: #551c25 !important;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "TTForsTrialVariable";
}
.leftSideBox .facet-group .facet-body {
  padding: 9px 0px 0px 0px;
}
.leftSideBox .facet-group .facet-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.leftSideBox .facet-group .facet-check label {
  padding-bottom: 14px;
}
.leftSideBox .facet-group .facet-check .facet-label {
  font-family: "TTForsTrialVariable";
  font-size: 12px !important;
  font-weight: 300;
  color: #551c25;
  padding-top: 0px;
  margin-top: -3px;
}
.leftSideBox .facet-group .facet-toggle:after {
  right: 0px;
  background: url(/Themes/Flex/Content/images/dropdown-arrow.png) no-repeat;
  content: "";
  width: 15px;
  height: 12px;
  background-size: contain;
}
.leftSideBox .facet-group .facet-toggle.collapsed::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (max-width: 1700px) {
  .leftSideBox .fiiterBox {
    margin-bottom: 3px;
  }
  .leftSideBox .fiiterBox h3 {
    font-size: 24px;
  }
  .leftSideBox .fiiterBox span {
    font-size: 20px;
  }
  .leftSideBox .facet-group .facet-group-header {
    font-size: 12px;
  }
  .leftSideBox .facet-group .facet-check .facet-label {
    font-size: 12px;
  }
  .leftSideBox .block-catmenu .catmenu .list-group-item {
    font-size: 12px;
  }
}
@media (max-width: 1600px) {
  .leftSideBox .fiiterBox h3 {
    font-size: 12px;
  }
  .leftSideBox .fiiterBox span {
    font-size: 12px;
  }
  .leftSideBox .facet-group .facet-check .facet-label {
    margin-top: 0px;
    font-size: 12px;
  }
  .leftSideBox .block-catmenu .catmenu .list-group-item {
    font-size: 12px;
  }
}
@media (max-width: 1440px) {
  .leftSideBox .fiiterBox {
    margin-bottom: 3px;
  }
  .leftSideBox .fiiterBox h3 {
    font-size: 20px;
  }
  .leftSideBox .fiiterBox span {
    font-size: 18px;
  }
  .leftSideBox .facet-group .facet-group-header {
    font-size: 20px;
  }
  .leftSideBox .facet-group .facet-check .facet-label {
    font-size: 12px;
  }
  .leftSideBox .block-catmenu .catmenu .list-group-item {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1366px) {
  .leftSideBox .fiiterBox {
    margin-bottom: 0px;
  }
  .leftSideBox .fiiterBox h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .leftSideBox .fiiterBox span {
    font-size: 17px;
  }
  .leftSideBox .facet-group {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .leftSideBox .facet-group .facet-check .facet-label {
    font-size: 12px;
  }
  .leftSideBox .block-catmenu .catmenu .list-group-item {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .leftSideBox .btnFilter {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .leftSideBox {
    min-height: 10px;
  }
}

.mobile-fixed-nav.fixed-bottom {
  display: none;
}

.badge-warning {
  background: #c99b4b;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
}

.artlist-carousel .art-drop {
  display: block !important;
}

.productdetails #content.container {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.productdetails #content-body {
  padding-bottom: 0px;
}
.productdetails #content-wrapper {
  position: relative;
}
.productdetails #content-wrapper .breadcrumb-container {
  display: block !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  z-index: 2;
  margin: 0px auto !important;
  padding-top: 10px;
  padding-bottom: 8px;
  display: none !important;
  background: rgba(118, 129, 136, 0.3);
}
@media screen and (min-width: 1300px) and (max-width: 1500px) {
  .productdetails #content-wrapper .breadcrumb-container {
    max-width: 1300px;
  }
}
.productdetails #content-wrapper .breadcrumb-container .breadcrumb-item {
  font-size: 20px;
  color: #232323;
}
.productdetails #content-wrapper .breadcrumb-container .breadcrumb-item > a:hover {
  color: #000 !important;
}
.productdetails #content-wrapper .breadcrumb-container .breadcrumb-item.active {
  color: #000;
}
.productdetails .product-details-page {
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .productdetails .product-details-page .pd-section-top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.productdetails .product-details-page #pd-gallery-container {
  position: relative;
}
.productdetails .product-details-page #pd-gallery-container .gal-box .gal-nav-cell {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  padding: 0 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .productdetails .product-details-page #pd-gallery-container .gal-box .gal-nav-cell {
    display: block !important;
  }
}
.productdetails .product-details-page #pd-gallery-container .gal-box .gal-cell {
  border: #F2F0EE solid 1px;
  vertical-align: middle;
  width: 100%;
  background: #F2F0EE;
}
.productdetails .product-details-page #pd-gallery-container .gal-box .gal-cell .gal {
  height: 100% !important;
}
.productdetails .product-details-page #pd-gallery-container .gal-box .gal-cell .slick-track .slick-slide .gal-item-content {
  width: 100%;
  -webkit-filter: drop-shadow(6px 10px 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(6px 10px 5px rgba(0, 0, 0, 0.5));
}
.productdetails .product-details-page #pd-gallery-container .gal-box .gal-nav .gal-item-viewport {
  border-color: transparent;
  background: transparent;
}
.productdetails .product-details-page #pd-gallery-container .gal-box .gal-nav .gal-current .gal-item-viewport {
  border-color: #AB8855;
  outline: 0px !important;
  opacity: 1;
}
.productdetails .product-details-page #pd-gallery-container .pd-attr-sku {
  color: #666666;
  font-size: 20px;
  margin-left: 0px;
  margin-top: -12px;
}
.productdetails .product-details-page #pd-gallery-container .pd-attr-sku strong {
  font-weight: 400;
}
.productdetails .product-details-page .productRightContent {
  position: relative;
  padding: 70px 80px 0px 80px;
}
.productdetails .product-details-page .productRightContent .productActionBar {
  margin-bottom: 30px;
}
.productdetails .product-details-page .productRightContent .pd-group, .productdetails .product-details-page .productRightContent .pd-offer-price {
  margin-bottom: 5px;
}
.productdetails .product-details-page .productRightContent .pd-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0px;
}
.productdetails .product-details-page .productRightContent .pd-name {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #551c25;
}
.productdetails .product-details-page .productRightContent .pd-price-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
}
.productdetails .product-details-page .productRightContent .pd-offer {
  background: none;
  padding: 7px 0px 0px 0px;
  position: initial;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-price {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #551c25;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-description {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 12px;
  color: #551c25;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-description p {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  color: #551c25;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-description ul li {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  color: #551c25;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-price-container {
  font-size: 16px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-price-container .pd-price.pd-price--offer {
  color: #000;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-price-container .pd-group .pd-oldprice-line:last-child {
  width: 100%;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container {
  margin-top: 20px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice {
  width: auto;
  margin-right: 30px;
  margin-bottom: 26px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice:first-child {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 18px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice:first-child .choice-box-group .choice-box {
  margin-right: 12px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice:last-child {
  margin-right: 0px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-label {
  margin-bottom: 3px;
  font-weight: 500;
  display: block;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control {
  display: inline-block;
  min-width: 150px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-box-group .choice-box-element {
  background: #efefef;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  border-color: #E4E4E4;
  padding: 7px 12px;
  background-size: contain;
  height: 60px;
  width: 60px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-box-group .choice-box-control-native:checked + .choice-box-content .choice-box-element {
  color: #000;
  border-color: #bbbbbb;
  border-width: 2px;
  outline: none;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-box-group .choice-box-content:after {
  background-color: #AB8855;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control.radioBtnList {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control.radioBtnList input[type=radio]:checked + label {
  background-color: #551C25;
  color: white;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control.radioBtnList .form-check {
  list-style: none;
  margin: 0px 5px;
  margin-bottom: 10px;
  padding-left: 0px !important;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control.radioBtnList .form-check label {
  padding-left: 0px;
  padding: 8px 15px;
  border-radius: 6px;
  background: #fff;
  text-align: center;
  margin-right: 0px;
  cursor: pointer;
  display: block;
  color: #551C25;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control.radioBtnList .form-check:hover label {
  background: #551C25;
  color: #fff;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control .form-check {
  padding-left: 0px !important;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control .form-check label {
  padding-left: 0px;
  padding: 8px 15px;
  border-radius: 6px;
  background: #fff;
  text-align: center;
  margin-right: 0px;
  cursor: pointer;
  display: block;
  color: #551C25;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control .form-check .form-check-input {
  position: absolute;
  opacity: 0;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control.noselect .choice-boxes .choice-box-group .choice-box {
  padding-top: 0px;
  padding-bottom: 0px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control.noselect .choice-boxes .choice-box-group .choice-box .choice-box-label .choice-box-content .choice-box-element {
  background: none;
  padding: 0px;
  border: none;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control.noselect .choice-boxes .choice-box-group .choice-box .choice-box-label .choice-box-content .choice-box-element .choice-box-text {
  padding: 0px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox {
  width: 100%;
  margin-right: 0px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox .choice-label.required {
  font-weight: bold;
  padding-bottom: 3px;
  background: url(../images/icon_gift.svg) no-repeat left center;
  padding: 4px 0px 0px 36px;
  margin-bottom: 15px;
  min-height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  background-size: 27px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox .choice-control {
  margin-bottom: -7px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox .choice-control .form-check {
  position: relative;
  padding-bottom: 7px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox .choice-control .form-check .form-check-input {
  display: block;
  margin-left: 0px;
  opacity: 0;
  position: absolute;
  z-index: 2;
  margin: 0px;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox .choice-control .form-check input.form-check-input + label {
  position: relative;
  z-index: 1;
  min-height: 22px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox .choice-control .form-check input.form-check-input + label::before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../images/rediobox.png) no-repeat left top;
  background-size: 21px;
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox .choice-control .form-check input.form-check-input:checked + label::before {
  background-position: 0px -21px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox .choice-control .form-check .choice-item {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox .choice-label.required {
    font-size: 14px;
    background-size: 25px;
    padding: 6px 0px 0px 34px;
  }
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions {
  margin: 0px;
}
.productdetails .product-details-page .productRightContent .pd-offer .qty-input .form-control {
  font-weight: 400;
}
.productdetails .product-details-page .productRightContent .pd-offer .qty-input .form-control {
  background: transparent;
  border: 0px;
  height: auto !important;
  padding: 5px;
  min-width: 35px;
  color: #551c25;
  max-width: 80px;
  margin: 0 auto;
}
.productdetails .product-details-page .productRightContent .pd-offer .qty-input .input-group {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.productdetails .product-details-page .productRightContent .pd-offer .qty-input .input-group-btn {
  position: relative;
  border: 0px;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 30px;
  top: inherit;
  bottom: inherit;
  left: inherit;
  right: inherit;
  z-index: 1;
}
.productdetails .product-details-page .productRightContent .pd-offer .qty-input .input-group-btn > .btn {
  padding: 0px;
  text-align: center;
}
.productdetails .product-details-page .productRightContent .pd-offer .qty-input .input-group-btn > .btn i {
  opacity: 1;
  color: #551c25;
}
@media (max-width: 767px) {
  .productdetails .product-details-page .productRightContent .pd-offer .qty-input .form-control {
    min-width: 30px;
  }
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-action-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #551c25;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  max-width: 35%;
}
@media (max-width: 1199px) {
  .productdetails .product-details-page .productRightContent .pd-offer-action-qty {
    display: block !important;
  }
  .productdetails .product-details-page .productRightContent .pd-offer-action-qty .qty-input {
    height: 100%;
  }
  .productdetails .product-details-page .productRightContent .pd-offer-action-qty .qty-input .input-group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .productdetails .product-details-page .productRightContent {
    padding: 20px;
    padding-bottom: 0px;
  }
  .productdetails .product-details-page .productRightContent .col.flex-grow-1 {
    padding: 0px !important;
  }
  .productdetails .product-details-page .productRightContent .pd-offer-action-qty {
    display: block !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 10px;
    margin-right: 0px !important;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.productdetails .reletedProductSection .pd-section.pd-section-bottom {
  margin-bottom: 0px !important;
}
.productdetails .reletedProductSection .block.block-boxed {
  border: none;
  margin-bottom: 0px !important;
}
.productdetails .reletedProductSection .block-title {
  padding: 0px 0px 36px 0px;
  margin: 0px;
  border: none;
}
.productdetails .reletedProductSection .block-title h3 {
  font-size: 40px;
  line-height: 40px;
  text-transform: capitalize;
}
.productdetails .reletedProductSection .artlist-carousel {
  overflow: visible;
}
@media (max-width: 767px) {
  .productdetails .reletedProductSection {
    padding-bottom: 40px;
  }
}

.tabbable {
  margin: 50px 0px 0px 0px;
}
.tabbable .nav-tabs {
  background: #DAEAF3;
  border: none;
  padding: 8px;
}
.tabbable .nav-tabs-line .nav-item {
  padding-right: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tabbable .nav-tabs-line .nav-item::after {
  content: "";
  display: block;
  background: #E6BB70;
  height: 22px;
  position: absolute;
  right: 0px;
  width: 1px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.tabbable .nav-tabs-line .nav-item:last-child::after {
  display: none;
}
.tabbable .nav-tabs-line .nav-item .badge {
  border-radius: 100%;
  margin-left: 5px !important;
  width: 26px;
  height: 26px;
  line-height: 17px;
  font-size: 15px;
}
.tabbable .nav-tabs-line .nav-item:last-child {
  padding-right: 0px;
}
.tabbable .nav-tabs-line .nav-item .nav-link {
  font-size: 22px;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
  padding: 10px 20px;
  text-transform: capitalize;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer !important;
}
.tabbable .nav-tabs-line .nav-item .nav-link.tab-caption {
  font-size: 22px;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
}
.tabbable .nav-tabs-line .nav-item .nav-link::before {
  display: none !important;
}
.tabbable .nav-tabs-line .nav-item .nav-link.active {
  color: #000;
  background: transparent !important;
}
@media (max-width: 1700px) {
  .tabbable .nav-tabs-line .nav-item .nav-link {
    font-size: 20px;
  }
}
.tabbable .nav-tabs-line .nav-item:hover .nav-link {
  color: #000;
  background: transparent !important;
}
.tabbable .tab-content {
  background: #EDF6FB;
  margin: 0px;
  padding: 30px 20px;
  color: #000;
  font-family: "gilganregular", sans-serif !important;
}
.tabbable .tab-content font {
  font-family: "gilganregular", sans-serif !important;
}
.tabbable .tab-content .btn-warning {
  background: #AB8855;
  color: #fff !important;
  border: none;
  font-size: 15px;
  padding: 8px 12px;
  text-decoration: none;
  text-decoration: none;
  border-radius: 6px;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.tabbable .tab-content .btn-warning:hover {
  background: #000;
}
.tabbable .tab-content .more-less, .tabbable .tab-content .html-editor-content {
  margin-bottom: 0px;
}
.tabbable .tab-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "gilganregular", sans-serif !important;
}
.tabbable .tab-content h3 {
  font-size: 22px;
  font-weight: 500;
  padding: 12px 0px 10px 0px;
  margin: 0px;
}
.tabbable .tab-content h4 {
  font-size: 20px;
  font-weight: 600;
  padding: 0px 0px 7px 0px;
  margin: 5px 0px 0px 0px;
}
.tabbable .tab-content .review-title h4 {
  padding: 0px;
  padding-left: 90px;
}
.tabbable .tab-content .tab-pane h3:first-child {
  padding-top: 0px;
}
.tabbable .tab-content .tab-pane ul, .tabbable .tab-content .tab-pane ol {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 20px 0px;
}
.tabbable .tab-content .tab-pane ul li, .tabbable .tab-content .tab-pane ol li {
  list-style: none;
  position: relative;
  padding: 0px 0px 7px 17px;
}
.tabbable .tab-content .tab-pane ul li::before, .tabbable .tab-content .tab-pane ol li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 8px;
  z-index: 1;
  background: #AB8855;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
.tabbable .tab-content .tab-pane ul li strong, .tabbable .tab-content .tab-pane ol li strong {
  margin-right: 5px;
}
.tabbable .tab-content .tab-pane .more-less.collapsed .btn-text-expander--expand {
  background: none;
  padding: 0px;
  margin: 0px;
}
.tabbable .tab-content .tab-pane .more-less.collapsed .btn-text-expander--expand::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #F4F4F4), to(#F4F4F4));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #F4F4F4 70%, #F4F4F4 100%);
}
.tabbable .tab-content .tab-pane .more-less.expanded .btn-text-expander.btn-text-expander--collapse {
  margin-top: 10px;
  font-weight: 600;
}
.tabbable .tab-content .tab-pane .more-less.collapsed .btn-text-expander--expand, .tabbable .tab-content .tab-pane a {
  color: #AB8855;
}
.tabbable .tab-content .tab-pane .more-less.collapsed .btn-text-expander--expand:hover, .tabbable .tab-content .tab-pane a:hover {
  color: #000;
}
.tabbable .tab-content p, .tabbable .tab-content div {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.tabbable .tab-content p:last-child, .tabbable .tab-content div:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.tabbable .tab-content table tr td {
  padding: 10px 20px;
}
@media (max-width: 1199px) {
  .tabbable .nav-tabs-line .nav-item {
    padding-right: 3px;
  }
  .tabbable .nav-tabs-line .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 10px;
  }
  .tabbable .tab-content p, .tabbable .tab-content div {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .tabbable {
    margin-top: 32px;
  }
  .tabbable .btn-warning {
    font-size: 14px;
  }
  .tabbable .tab-content p, .tabbable .tab-content div {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .tabbable {
    margin-top: 32px;
  }
  .tabbable.nav-responsive.collapsed .nav-tabs {
    background: none;
    padding: 0px;
  }
  .tabbable.nav-responsive.collapsed .nav-tabs .nav-link .nav-link-summary {
    display: none;
  }
  .tabbable .nav-tabs-line .nav-item {
    padding-right: 0px;
    margin: 8px 0px;
  }
  .tabbable .nav-tabs-line .nav-item::after {
    display: none;
  }
  .tabbable .nav-tabs-line .nav-item .nav-link {
    border: 0;
    border-radius: 0px !important;
    width: 100%;
    background: #daeaf3 !important;
    color: #000 !important;
    font-size: 18px;
    padding: 15px 20px;
  }
  .tabbable .nav-tabs-line .nav-item .nav-link.active {
    background: #daeaf3 !important;
  }
  .tabbable .tab-content p, .tabbable .tab-content div {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .tabbable .nav-tabs-line .nav-item .nav-link {
    font-size: 16px;
  }
}

.needHelpSection {
  padding: 15px 0px 0px 0px;
}
.needHelpSection ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.needHelpSection ul li {
  font-size: 20px;
  font-weight: 400;
  padding-right: 22px;
}
.needHelpSection ul li:last-child {
  margin-right: 0px;
}
.needHelpSection ul li a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.needHelpSection ul li a:hover {
  color: #c99b4b;
}
.needHelpSection ul li i {
  margin-right: 12px;
  font-size: 20px;
  color: #434343;
}
.needHelpSection ul li.whatappIcon {
  max-width: 20px;
}
.needHelpSection ul li.whatappIcon i {
  width: 20px;
}
.needHelpSection ul li.whatappIcon img {
  max-width: 20px;
}
@media (max-width: 1600px) {
  .needHelpSection ul li {
    font-size: 18px;
    padding-right: 20px;
  }
  .needHelpSection ul li i {
    margin-right: 9px;
    font-size: 18px;
  }
  .needHelpSection ul li.whatappIcon img {
    max-width: 18px;
  }
}
@media (max-width: 1366px) {
  .needHelpSection ul li {
    font-size: 16px;
    padding-right: 18px;
  }
  .needHelpSection ul li i {
    margin-right: 7px;
    font-size: 15px;
  }
  .needHelpSection ul li.whatappIcon img {
    max-width: 15px;
  }
}
@media (max-width: 991px) {
  .needHelpSection ul li {
    font-size: 14px;
    padding-right: 14px;
  }
  .needHelpSection ul li i {
    margin-right: 5px;
    font-size: 13px;
  }
  .needHelpSection ul li.whatappIcon img {
    max-width: 13px;
  }
}
@media (max-width: 767px) {
  .needHelpSection ul li {
    font-size: 15px;
    padding-right: 16px;
  }
  .needHelpSection ul li i {
    margin-right: 5px;
    font-size: 14px;
  }
  .needHelpSection ul li.whatappIcon img {
    max-width: 14px;
  }
}
@media (max-width: 480px) {
  .needHelpSection ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .needHelpSection ul li:first-child {
    width: 100%;
    padding-right: 0px;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 4px;
  }
}

.paddbtm0 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.label-cart-amount {
  font-family: "gilganregular", sans-serif;
  position: relative;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  background: transparent !important;
  color: #fff;
  padding: 0;
  height: 15px;
  width: 15px;
  line-height: 20px !important;
  border: 0px !important;
  color: #fff !important;
}
.label-cart-amount.badge-warning {
  font-size: 12px;
}

.btn-success:hover, .btn-success .hover {
  background: #AB8855;
}

.alert-success, .validation-summary-valid {
  color: #AB8855;
  background-color: #ffeae4;
  border-color: #AB8855;
}
.alert-success::before, .validation-summary-valid::before {
  background: #AB8855;
}

.alert-success::before {
  background: #2fbd2d;
}

.alert-success {
  color: #2fbd2d;
  background-color: #eaffea;
  border-color: #2fbd2d;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  background-color: #AB8855;
  border-color: rgba(255, 255, 255, 0.61);
}

.offcanvas-content .nav-link .badge {
  margin-left: 5px;
}
.offcanvas-content .offcanvas-cart-content .qty-input {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
  border: 1px solid #551c25;
}
.offcanvas-content .offcanvas-cart-content .qty-input .input-group {
  line-height: 1;
}
.offcanvas-content .offcanvas-cart-content .qty-input .input-group-btn {
  line-height: 1;
  border-radius: 0px !important;
  margin: -1px 0px;
}
.offcanvas-content .offcanvas-cart-content .qty-input .input-group-btn .btn {
  padding: 0px !important;
  text-align: center !important;
  line-height: 1;
  border-radius: 0px !important;
  color: #551c25;
}
.offcanvas-content .offcanvas-cart-content .qty-input .input-group-btn .btn i {
  opacity: 1;
}
.offcanvas-content .offcanvas-cart-content .qty-input .form-control {
  border-radius: 0px !important;
  border: none;
  height: 32px;
  width: 30px;
  color: #551c25;
  background: transparent;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item {
  padding: 20px 40px;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item a {
  font-size: 18px;
  line-height: 24px;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .col-alpha {
  margin-top: 12px;
  width: 100%;
  max-width: 100%;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .col-alpha.img-alpha {
  max-width: 150px;
  margin: 0;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .col-alpha.img-alpha a {
  max-width: 150px;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .col-alpha.img-alpha a img {
  max-width: 150px;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .col-data .name {
  font-family: "TTForsTrialVariable";
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #551c25;
  margin-bottom: 0px;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .price.unit-price {
  font-family: "gilganregular", sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #551c25;
  margin-top: 3px;
  display: inline-block;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .short-desc {
  font-size: 16px;
  line-height: 21px;
  color: #000 !important;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .ml-auto.text-nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .ml-auto.text-nowrap .btn {
  margin-right: 5px;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .ml-auto.text-nowrap .btn.remove {
  border: 0px;
  padding: 0;
  height: auto;
  background: transparent !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .ml-auto.text-nowrap .btn:last-child {
  margin-right: 0px;
}
@media (max-width: 767px) {
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item {
    padding: 20px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .col-alpha.img-alpha {
    max-width: 150px;
    margin: 0;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .col-alpha.img-alpha a {
    max-width: 150px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .col-alpha.img-alpha a img {
    max-width: 150px;
  }
}
.offcanvas-content .offcanvas-cart-footer .btn-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  background: #AB8855;
  border-color: #AB8855;
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  padding: 13px 30px;
  border-radius: 0px;
}
.offcanvas-content .offcanvas-cart-footer .btn-action.btn-success {
  background: transparent;
}
.offcanvas-content .offcanvas-cart-footer .btn-action i {
  display: none;
}
.offcanvas-content .offcanvas-cart-footer .btn-action span {
  padding-left: 0px !important;
}
@media (max-width: 767px) {
  .offcanvas-content .offcanvas-cart-footer .btn-action {
    font-size: 12px;
  }
}
.offcanvas-content .offcanvas-tabs {
  padding: 18px 40px 0px 25px;
}
.offcanvas-content .offcanvas-tabs .nav-tabs {
  border-bottom: 1px solid #AB8855;
  padding-bottom: 20px;
}
.offcanvas-content .offcanvas-tabs .nav-link {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #551c25;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 0px;
  background: transparent;
}
.offcanvas-content .offcanvas-tabs .nav-tabs-line .nav-link.active:before, .offcanvas-content .offcanvas-tabs .nav-tabs-line .nav-link.active:focus:before,
.offcanvas-content .offcanvas-tabs .nav-tabs-line .nav-item.open .nav-link:before, .offcanvas-content .offcanvas-tabs .nav-tabs-line .nav-item.open .nav-link:focus:before {
  display: none !important;
}
.offcanvas-content .offcanvas-cart-body .alert {
  background: transparent;
  text-align: center;
  font-family: "gilganregular", sans-serif;
  font-weight: 300;
  color: #551c25;
  font-size: 14px;
  line-height: 18px;
  border-bottom: #AB8855 solid 1px;
  margin: 0 40px;
  padding: 20px 35px 20px 20px;
}
.offcanvas-content .offcanvas-cart-body .alert::before, .offcanvas-content .offcanvas-cart-body .alert::after {
  display: none !important;
}
.offcanvas-content .offcanvas-cart-body .alert.alert-dismissible .close {
  padding: 10px;
  bottom: 0px;
}
.offcanvas-content .offcanvas-cart-footer-row {
  background: #551c25 !important;
  padding: 30px;
}
.offcanvas-content .offcanvas-cart-footer-row .sub-total-caption {
  margin-bottom: 5px;
  text-transform: inherit;
}
.offcanvas-content .offcanvas-cart-footer-row .sub-total-caption, .offcanvas-content .offcanvas-cart-footer-row .sub-total.price {
  font-family: "gilganregular", sans-serif;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .offcanvas-content .offcanvas-cart-footer-row {
    padding: 20px;
  }
  .offcanvas-content .offcanvas-cart-footer-row .sub-total-caption, .offcanvas-content .offcanvas-cart-footer-row .sub-total.price {
    font-size: 12px;
    line-height: 16px;
  }
  .offcanvas-content .offcanvas-cart-footer-row .offcanvas-cart-footer-col .col {
    width: 50%;
  }
}

.order-review-data-box {
  border: 0px !important;
}

.costeps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 0px;
}
.costeps .costep::after, .costeps .costep::before {
  top: 13px;
  background-color: #D1D1D1 !important;
  height: 1px;
}
.costeps .costep .costep-icon {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #D1D1D1;
  background: #fdf8f3;
}
.costeps .costep .costep-icon::before {
  display: none;
}
.costeps .costep .costep-label {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #551c25;
}
.costeps .costep.active .costep-icon, .costeps .costep.visited .costep-icon {
  border: 4px solid #AB8855;
}
.costeps .costep.active::before, .costeps .costep.visited::before {
  background-color: #AB8855;
}
.costeps .costep.active::before {
  background-color: #AB8855 !important;
}
.costeps .costep.visited::after, .costeps .costep.visited::before {
  background-color: #AB8855 !important;
}
.costeps .costep.visited .costep-icon {
  background-color: #fff;
}
@media (max-width: 1600px) {
  .costeps .costep::after, .costeps .costep::before {
    top: 12px;
  }
  .costeps .costep .costep-icon {
    width: 26px;
    height: 26px;
  }
  .costeps .costep .costep-icon::after {
    width: 10px;
    height: 10px;
  }
  .costeps .costep .costep-label {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .costeps .costep::after, .costeps .costep::before {
    top: 12px;
  }
  .costeps .costep .costep-label {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .costeps .costep::after, .costeps .costep::before {
    top: 11px;
  }
  .costeps .costep .costep-icon {
    width: 24px;
    height: 24px;
  }
  .costeps .costep .costep-icon::after {
    width: 12px;
    height: 12px;
  }
  .costeps .costep .costep-label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .costeps .costep::after, .costeps .costep::before {
    top: 11px;
  }
  .costeps .costep .costep-icon {
    width: 20px;
    height: 20px;
  }
  .costeps .costep .costep-icon::after {
    width: 10px;
    height: 10px;
  }
  .costeps .costep .costep-label {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .costeps .costep::after, .costeps .costep::before {
    top: 9px;
  }
  .costeps .costep .costep-icon {
    width: 20px;
    height: 20px;
  }
  .costeps .costep .costep-icon::after {
    width: 10px;
    height: 10px;
  }
  .costeps .costep .costep-label {
    font-size: 13px;
  }
}
@media (max-width: 399px) {
  .costeps {
    margin-left: -15px;
  }
  .costeps .costep::after, .costeps .costep::before {
    top: 9px;
  }
  .costeps .costep .costep-icon {
    width: 18px;
    height: 18px;
  }
  .costeps .costep .costep-icon::after {
    width: 8px;
    height: 8px;
  }
  .costeps .costep .costep-label {
    font-size: 12px;
  }
}
@media (max-width: 399px) {
  .costeps .costep .costep-label {
    font-size: 9px;
  }
}

#cart-items {
  border: 0px !important;
}

.card, .wishlist-content .card {
  background: transparent !important;
}
.card.card_list, .wishlist-content .card.card_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: none;
  border-radius: 0;
}
.card.card_list .cart, .wishlist-content .card.card_list .cart {
  border-radius: 0px;
  overflow: hidden;
  width: 100%;
}
.card.card_list .cart .cart-row, .wishlist-content .card.card_list .cart .cart-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 0px !important;
}
.card.card_list .cart .cart-col-1, .card.card_list .cart .cart-col-2, .wishlist-content .card.card_list .cart .cart-col-1, .wishlist-content .card.card_list .cart .cart-col-2 {
  width: auto !important;
  display: contents;
}
.card.card_list .cart .cart-head, .wishlist-content .card.card_list .cart .cart-head {
  border-radius: 0px;
  border-bottom: 1px solid #AB8855;
}
.card.card_list .cart .cart-head .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col {
  border: none;
  font-size: 14px;
  line-height: 18px;
  color: #AB8855;
  padding: 10px 20px;
  border-bottom: 1px solid #AB8855;
  font-weight: normal;
  border-radius: 0px;
  text-align: left !important;
  font-family: "gilganregular", sans-serif;
}
.card.card_list .cart .cart-head .cart-row .cart-col-remove, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col-remove {
  width: 8%;
  min-width: 8%;
}
.card.card_list .cart .cart-head .cart-row .cart-col-prodimage, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col-prodimage {
  width: 15%;
  min-width: 15%;
}
.card.card_list .cart .cart-head .cart-row .cart-col-prodname, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col-prodname {
  width: 32%;
  min-width: 32%;
}
.card.card_list .cart .cart-head .cart-row .cart-col-price, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col-price {
  width: 15%;
  min-width: 15%;
}
.card.card_list .cart .cart-head .cart-row .cart-col-qty, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col-qty {
  width: 15%;
  min-width: 15%;
}
.card.card_list .cart .cart-head .cart-row .cart-col-subtotal, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col-subtotal {
  width: 15%;
  min-width: 15%;
}
.card.card_list .cart .cart-body .cart-row, .wishlist-content .card.card_list .cart .cart-body .cart-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card.card_list .cart .cart-body .cart-row .cart-col-1, .card.card_list .cart .cart-body .cart-row .cart-col-2, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-1, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-2 {
  width: 50% !important;
}
.card.card_list .cart .cart-body .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  padding: 10px 20px;
  vertical-align: middle;
  border: 0px !important;
}
.card.card_list .cart .cart-body .cart-row .cart-col .price, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col .price {
  line-height: inherit;
}
.card.card_list .cart .cart-body .cart-row .cart-col.cart-col-remove, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-remove {
  width: 8%;
  min-width: 8%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card.card_list .cart .cart-body .cart-row .cart-col.cart-col-prodimage, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-prodimage {
  width: 15%;
  min-width: 15%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card.card_list .cart .cart-body .cart-row .cart-col.cart-col-prodname, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-prodname {
  width: 32%;
  min-width: 32%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.card.card_list .cart .cart-body .cart-row .cart-col.cart-col-price, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-price {
  width: 15%;
  min-width: 15%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty {
  width: 15%;
  min-width: 15%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.card.card_list .cart .cart-body .cart-row .cart-col.cart-col-subtotal, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-subtotal {
  width: 15%;
  min-width: 15%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.card.card_list .cart .cart-body .cart-row .cart-col.cart-col-remove, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-remove {
  padding-left: 0px;
  padding-right: 0px;
}
.card.card_list .cart .cart-body .cart-row .cart-col.cart-col-remove .btn, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-remove .btn {
  background: none !important;
  padding: 0px !important;
  border: none !important;
}
.card.card_list .cart .cart-body .cart-row .cart-col.cart-col-prodname, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-prodname {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.card.card_list .cart .cart-body .cart-row .cart-col.cart-col-prodname .cart-item-attr div, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-prodname .cart-item-attr div {
  font-weight: normal !important;
}
.card.card_list .cart .cart-body .cart-row .cart-col .cart-item-img, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col .cart-item-img {
  width: 120px;
  min-width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0px;
  margin-right: 10px;
}
.card.card_list .cart .cart-body .cart-row .cart-col .cart-item-img img, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col .cart-item-img img {
  max-height: 100px;
}
.card.card_list .cart .cart-body .cart-row .cart-col .cart-item-link, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col .cart-item-link {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: none !important;
  color: #551c25 !important;
  text-transform: uppercase;
}
.card.card_list .cart .cart-body .cart-row .cart-col .cart-item-link span, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col .cart-item-link span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 10px;
  font-weight: 400;
}
.card.card_list .cart .cart-body .cart-row .cart-col .cart-item-link strong, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col .cart-item-link strong {
  display: block;
  font-weight: 280;
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 1px;
}
.card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty span, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #551c25 !important;
  text-transform: uppercase;
}
.card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty .qty-input, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty .qty-input {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
  border: 1px solid #551c25;
}
.card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty .qty-input .input-group, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty .qty-input .input-group {
  line-height: 1;
}
.card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty .qty-input .input-group-btn, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty .qty-input .input-group-btn {
  line-height: 1;
  border-radius: 0px !important;
  margin: -1px 0px;
}
.card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty .qty-input .input-group-btn .btn, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty .qty-input .input-group-btn .btn {
  padding: 0px !important;
  text-align: center !important;
  line-height: 1;
  border-radius: 0px !important;
  color: #551c25;
}
.card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty .qty-input .input-group-btn .btn i, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty .qty-input .input-group-btn .btn i {
  opacity: 1;
}
.card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty .qty-input .form-control, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty .qty-input .form-control {
  background: transparent !important;
  border-radius: 0px !important;
  border: none;
  height: 32px;
  width: 30px;
  color: #551c25;
  font-weight: normal;
}
@media (max-width: 991px) {
  .card.card_list .cart .cart-head, .wishlist-content .card.card_list .cart .cart-head {
    display: block;
  }
  .card.card_list .cart .cart-head .cart-row .cart-col-1, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col-1 {
    width: 40% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .card.card_list .cart .cart-head .cart-row .cart-col-2, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col-2 {
    width: 60% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .card.card_list .cart .cart-head .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col {
    border: 0px;
    display: block !important;
  }
  .card.card_list .cart .cart-head .cart-row .cart-col.cart-col-prodimage, .card.card_list .cart .cart-head .cart-row .cart-col.cart-col-prodname, .card.card_list .cart .cart-head .cart-row .cart-col.cart-col-price, .card.card_list .cart .cart-head .cart-row .cart-col.cart-col-qty, .card.card_list .cart .cart-head .cart-row .cart-col.cart-col-subtotal, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col.cart-col-prodimage, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col.cart-col-prodname, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col.cart-col-price, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col.cart-col-qty, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col.cart-col-subtotal {
    width: auto;
    min-width: auto;
  }
  .card.card_list .cart .cart-head .cart-row .cart-col.cart-col-prodname, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col.cart-col-prodname {
    display: none !important;
  }
  .card.card_list .cart .cart-body .cart-row, .wishlist-content .card.card_list .cart .cart-body .cart-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 30px 0px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-1, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40% !important;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-2, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
    width: 60% !important;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col {
    padding: 0 !important;
    font-size: 12px;
    line-height: 16px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-remove, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-remove {
    width: auto;
    min-width: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-prodimage, .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-prodname, .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-price, .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty, .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-subtotal, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-prodimage, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-prodname, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-price, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-subtotal {
    width: auto;
    min-width: auto;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col .cart-item-attrs, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col .cart-item-attrs {
    margin: 0px !important;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col .cart-item-link span, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col .cart-item-link span {
    padding-bottom: 0;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty {
    margin: 10px 0px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty .qty-input, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty .qty-input {
    margin: 0;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty .qty-input .form-control, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty .qty-input .form-control {
    height: 28px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-prodname, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-prodname {
    margin-bottom: 10px;
  }
}
@media (max-width: 399px) {
  .card.card_list .cart .cart-head .cart-row .cart-col-remove, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col-remove {
    display: none !important;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-1, .card.card_list .cart .cart-body .cart-row .cart-col-2, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-1, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-2 {
    width: 50% !important;
  }
}
.card.card_list .cart-footer, .wishlist-content .card.card_list .cart-footer {
  font-size: 18px;
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  padding: 0px 0px 40px 0px;
  background: #551c25;
  border: 0px;
  border-radius: 0px !important;
}
.card.card_list .cart-footer #order-totals, .wishlist-content .card.card_list .cart-footer #order-totals {
  padding-top: 30px;
}
.card.card_list .cart-footer .cartPaymentOptions, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions {
  list-style: none;
  margin: 0;
  padding: 20px 15px;
  display: none;
}
.card.card_list .cart-footer .cartPaymentOptions s li, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions s li {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.card.card_list .cart-footer .cartPaymentOptions s li img, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions s li img {
  max-width: 70px;
  margin-right: 15px;
}
.card.card_list .cart-footer .cartPaymentOptions s li p, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions s li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  margin-bottom: 5px;
}
.card.card_list .cart-footer .cartPaymentOptions s li a, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions s li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #E6BB70;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: underline;
}
.card.card_list .cart-footer .cartPaymentOptions s li.tamara, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions s li.tamara {
  position: relative;
  border-bottom: 1px solid #CACACA;
}
@media (max-width: 1366px) {
  .card.card_list .cart-footer .cartPaymentOptions s li p, .card.card_list .cart-footer .cartPaymentOptions s li a, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions s li p, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions s li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .card.card_list .cart-footer .cartPaymentOptions s li, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions s li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card.card_list .cart-footer .cartPaymentOptions s li img, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions s li img {
    max-width: 100%;
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    width: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.card.card_list .cart-footer .cartLabel, .wishlist-content .card.card_list .cart-footer .cartLabel {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 0 20px;
  color: #fff;
  font-family: "gilganregular", sans-serif;
}
.card.card_list .cart-footer .shipping-options, .wishlist-content .card.card_list .cart-footer .shipping-options {
  font-size: 16px;
}
.card.card_list .cart-footer .btn-primary.apply-discount-coupon-code-button, .wishlist-content .card.card_list .cart-footer .btn-primary.apply-discount-coupon-code-button {
  font-size: 15px !important;
  padding: 8px 15px !important;
  text-decoration: none !important;
  text-transform: capitalize !important;
  min-width: 130px;
}
.card.card_list .cart-footer .cart-action-coupon, .wishlist-content .card.card_list .cart-footer .cart-action-coupon {
  border: 0px !important;
}
.card.card_list .cart-footer .coupon-code, .wishlist-content .card.card_list .cart-footer .coupon-code {
  padding: 30px 20px 0px 20px;
  margin: 0px;
}
.card.card_list .cart-footer .coupon-code .defaultBtn, .wishlist-content .card.card_list .cart-footer .coupon-code .defaultBtn {
  background: transparent !important;
  text-transform: uppercase !important;
  color: #E6BB70 !important;
  padding: 0px !important;
  min-width: inherit !important;
  font-size: 14px !important;
}
.card.card_list .cart-footer .coupon-code .cartLabel, .wishlist-content .card.card_list .cart-footer .coupon-code .cartLabel {
  padding: 0px;
}
.card.card_list .cart-footer .cart-action, .wishlist-content .card.card_list .cart-footer .cart-action {
  margin: 0px 2px;
  border-bottom: solid 1px #DEDEDE;
}
.card.card_list .cart-footer .cart-action .cart-action-title, .wishlist-content .card.card_list .cart-footer .cart-action .cart-action-title {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 16px 20px;
  font-family: "gilganregular", sans-serif;
}
.card.card_list .cart-footer .cart-action .cart-action-title::after, .wishlist-content .card.card_list .cart-footer .cart-action .cart-action-title::after {
  content: "-";
  font-family: "gilganregular", sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  right: 20px;
  top: 52%;
}
.card.card_list .cart-footer .cart-action .cart-action-title.collapsed::after, .wishlist-content .card.card_list .cart-footer .cart-action .cart-action-title.collapsed::after {
  content: "+";
}
.card.card_list .cart-footer .cart-action .cart-action-body, .wishlist-content .card.card_list .cart-footer .cart-action .cart-action-body {
  padding: 5px 20px 23px 20px;
}
.card.card_list .cart-footer .input-group, .wishlist-content .card.card_list .cart-footer .input-group {
  position: relative;
}
.card.card_list .cart-footer .input-group > .form-control, .wishlist-content .card.card_list .cart-footer .input-group > .form-control {
  position: relative;
}
.card.card_list .cart-footer .input-group > .form-control.discount-coupon-code, .wishlist-content .card.card_list .cart-footer .input-group > .form-control.discount-coupon-code {
  min-height: 48px;
  font-size: 14px;
  border-radius: 0px !important;
  border: 1px solid #AB8855;
  color: #979797;
  background: #fff !important;
  border-radius: 0px !important;
  margin-right: 10px;
}
.card.card_list .cart-footer .tital_cart, .wishlist-content .card.card_list .cart-footer .tital_cart {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  border-bottom: #DEDEDE solid 2px;
  padding: 16px 30px;
}
.card.card_list .cart-footer .cart-summary, .wishlist-content .card.card_list .cart-footer .cart-summary {
  padding: 8px 2px 0px 2px;
}
.card.card_list .cart-footer .cart-summary tr td, .wishlist-content .card.card_list .cart-footer .cart-summary tr td {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  width: 50%;
}
.card.card_list .cart-footer .cart-summary tr.cart-summary-total td, .wishlist-content .card.card_list .cart-footer .cart-summary tr.cart-summary-total td {
  font-weight: normal;
}
.card.card_list .cart-footer .cart-summary tr.cart-summary-total td .cart-summary-label, .wishlist-content .card.card_list .cart-footer .cart-summary tr.cart-summary-total td .cart-summary-label {
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
}
.card.card_list .cart-footer .cart-summary tr.cart-summary-total td .text-muted, .wishlist-content .card.card_list .cart-footer .cart-summary tr.cart-summary-total td .text-muted {
  font-size: 14px;
  line-height: 18px;
}
.card.card_list .cart-footer .cart-summary tr.cart-summary-subtotal td, .card.card_list .cart-footer .cart-summary tr.cart-summary-tax td, .wishlist-content .card.card_list .cart-footer .cart-summary tr.cart-summary-subtotal td, .wishlist-content .card.card_list .cart-footer .cart-summary tr.cart-summary-tax td {
  color: #AB8855;
}
.card.card_list .cart-footer .cart-summary tr .cart-summary-value .text-muted, .wishlist-content .card.card_list .cart-footer .cart-summary tr .cart-summary-value .text-muted {
  color: #fff !important;
}
.card.card_list .cart-footer .cart-summary tr .cart-summary-value .cart-summary-neg, .wishlist-content .card.card_list .cart-footer .cart-summary tr .cart-summary-value .cart-summary-neg {
  color: #fff;
}
.card.card_list .cart-footer .col-md-6, .wishlist-content .card.card_list .cart-footer .col-md-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.card.card_list .cart-footer .cart-buttons, .wishlist-content .card.card_list .cart-footer .cart-buttons {
  padding: 30px 15px 0px 15px;
  margin: 0px auto !important;
  width: 100%;
}
.card.card_list .cart-footer .cart-buttons .checkout-buttons, .wishlist-content .card.card_list .cart-footer .cart-buttons .checkout-buttons {
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 2px;
}
.card.card_list .cart-footer .cart-buttons .btn-block + .btn-block, .wishlist-content .card.card_list .cart-footer .cart-buttons .btn-block + .btn-block {
  margin-top: 20px;
}
@media (max-width: 1366px) {
  .card.card_list .cart-footer .alert, .wishlist-content .card.card_list .cart-footer .alert {
    font-size: 13px;
    padding: 10px 5px 10px 56px;
  }
  .card.card_list .cart-footer .alert::before, .card.card_list .cart-footer .alert::after, .wishlist-content .card.card_list .cart-footer .alert::before, .wishlist-content .card.card_list .cart-footer .alert::after {
    width: 35px;
  }
  .card.card_list .cart-footer .input-group > .form-control.discount-coupon-code, .wishlist-content .card.card_list .cart-footer .input-group > .form-control.discount-coupon-code {
    min-height: 40px;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 5px;
  }
  .card.card_list .cart-footer .btn-primary.apply-discount-coupon-code-button, .wishlist-content .card.card_list .cart-footer .btn-primary.apply-discount-coupon-code-button {
    font-size: 14px !important;
    padding: 7px 10px !important;
  }
  .card.card_list .cart-footer .shipping-options, .wishlist-content .card.card_list .cart-footer .shipping-options {
    font-size: 13px;
  }
  .card.card_list .cart-footer .shipping-options .form-control, .wishlist-content .card.card_list .cart-footer .shipping-options .form-control {
    padding: 5px 10px;
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .card.card_list .cart-footer, .wishlist-content .card.card_list .cart-footer {
    font-size: 17px;
  }
  .card.card_list .cart-footer .alert, .wishlist-content .card.card_list .cart-footer .alert {
    font-size: 13px;
    padding: 10px 5px 10px 46px;
  }
  .card.card_list .cart-footer .alert::before, .card.card_list .cart-footer .alert::after, .wishlist-content .card.card_list .cart-footer .alert::before, .wishlist-content .card.card_list .cart-footer .alert::after {
    width: 35px;
  }
  .card.card_list .cart-footer .cart-action .cart-action-title, .wishlist-content .card.card_list .cart-footer .cart-action .cart-action-title {
    padding: 10px 15px;
  }
  .card.card_list .cart-footer .shipping-options, .wishlist-content .card.card_list .cart-footer .shipping-options {
    font-size: 13px;
  }
  .card.card_list .cart-footer .shipping-options .form-control, .wishlist-content .card.card_list .cart-footer .shipping-options .form-control {
    padding: 5px 10px;
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .card.card_list .cart-footer, .wishlist-content .card.card_list .cart-footer {
    margin-top: 30px;
    border-radius: 0px;
  }
  .card.card_list .cart-footer .cart-buttons .col-sm-12, .wishlist-content .card.card_list .cart-footer .cart-buttons .col-sm-12 {
    text-align: center;
  }
  .card.card_list .cart-footer .checkout-buttons, .wishlist-content .card.card_list .cart-footer .checkout-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .card.card_list .cart-footer .checkout-buttons .btn-block + .btn-block, .wishlist-content .card.card_list .cart-footer .checkout-buttons .btn-block + .btn-block {
    margin-top: 0px;
  }
  .card.card_list .cart-footer .btn_comman, .wishlist-content .card.card_list .cart-footer .btn_comman {
    margin-top: 0px;
    margin: 0px 10px;
  }
  .card.card_list .cart-footer .btn-primary.apply-discount-coupon-code-button, .wishlist-content .card.card_list .cart-footer .btn-primary.apply-discount-coupon-code-button {
    font-size: 13px !important;
    padding: 7px 12px !important;
  }
  .card.card_list .cart-footer .input-group > .form-control.discount-coupon-code, .wishlist-content .card.card_list .cart-footer .input-group > .form-control.discount-coupon-code {
    min-height: 40px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .card.card_list .cart-footer, .wishlist-content .card.card_list .cart-footer {
    padding-bottom: 20px;
  }
  .card.card_list .cart-footer .cart-summary tr td, .wishlist-content .card.card_list .cart-footer .cart-summary tr td {
    font-size: 14px;
    padding: 10px 20px;
  }
  .card.card_list .cart-footer .cart-summary-total .cart-summary-value, .wishlist-content .card.card_list .cart-footer .cart-summary-total .cart-summary-value {
    font-size: 18px;
    font-weight: 700;
  }
}
@media (max-width: 575px) {
  .card.card_list .cart-footer .tital_cart, .wishlist-content .card.card_list .cart-footer .tital_cart {
    padding: 20px 15px;
  }
  .card.card_list .cart-footer .checkout-buttons, .wishlist-content .card.card_list .cart-footer .checkout-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card.card_list .cart-footer .checkout-buttons .btn_comman, .wishlist-content .card.card_list .cart-footer .checkout-buttons .btn_comman {
    margin: 10px 0px;
  }
  .card.card_list .cart-footer .checkout-buttons .btn_comman span, .wishlist-content .card.card_list .cart-footer .checkout-buttons .btn_comman span {
    padding-left: 0px !important;
  }
}

#order-items .cart-head .cart-col, #order-items .cart-body .cart-col {
  text-align: left !important;
}
#order-items .cart-head .cart-col-main, #order-items .cart-body .cart-col-main {
  width: 55%;
}
#order-items .cart-head .cart-col-price, #order-items .cart-body .cart-col-price {
  width: 15%;
}
#order-items .cart-head .cart-col-qty, #order-items .cart-body .cart-col-qty {
  width: 15%;
}
#order-items .cart-head .cart-col-subtotal, #order-items .cart-body .cart-col-subtotal {
  width: 15%;
}
.form-group {
  position: relative;
}
.form-group .field-validation-error {
  font-size: 13px;
  position: absolute;
  left: 0px;
  bottom: -21px;
  margin: 0px 5px;
}
@media (max-width: 767px) {
  .form-group .field-validation-error {
    margin: 0px !important;
  }
}

.field-validation-error {
  font-size: 15px;
  margin-top: 0.56rem;
}

.maxwidth700 {
  max-width: 700px;
  margin: 0px auto;
}

.boxshadowBox {
  -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.26);
  background: #ffffff;
  padding: 40px 45px;
  height: 100%;
}
.boxshadowBox .maxWidth620 {
  max-width: 620px;
  margin: 0px auto;
}
.boxshadowBox .maxWidth947 {
  max-width: 947px;
  margin: 0px auto;
}

.form-control-plaintext {
  text-align: left;
  font-size: 16px;
}
.form-control-plaintext input.form-check-input {
  width: 20px;
  height: 20px;
}
.form-control-plaintext .form-check-label {
  padding-left: 12px;
  color: #000;
}
.form-control-plaintext a {
  color: #AB8855;
}

.loginSection {
  padding: 0px;
}
.loginSection #content-body {
  padding-bottom: 0px;
}
.loginSection .guestLoginBox .socialBtnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.loginSection .guestLoginBox .socialBtnList div {
  margin-bottom: 20px;
  width: 100%;
}
.loginSection .guestLoginBox .socialBtnList div:last-child {
  margin-bottom: 0px;
}
.loginSection .guestLoginBox .socialBtnList div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 5px 10px;
  height: 70px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  background: #fff;
  border-radius: 10px;
}
.loginSection .guestLoginBox .socialBtnList div a img {
  max-width: 50px;
  margin-right: 20px;
}
.loginSection .guestLoginBox .socialBtnList div a:hover {
  background-color: #f0f0f0;
  color: #fff;
}
.loginSection .guestLoginBox .socialBtnList div a:hover.facebookbtn {
  background: #203a74;
}
.loginSection .guestLoginBox .socialBtnList div a:hover.gmailbtn {
  background: #f75f42;
}
.loginSection .guestLoginBox .socialBtnList div a:hover.guestbtn {
  background: #AB8855;
}
.loginSection .guestLoginBox .socialBtnList div.guestbtn a:hover {
  background: #AB8855;
  color: #fff;
}
@media (max-width: 1700px) {
  .loginSection .guestLoginBox .socialBtnList div a {
    font-size: 18px;
    height: 60px;
  }
  .loginSection .guestLoginBox .socialBtnList div a img {
    max-width: 40px;
    margin-right: 15px;
  }
}
@media (max-width: 1600px) {
  .loginSection .guestLoginBox .socialBtnList div a {
    font-size: 16px;
    height: 50px;
  }
  .loginSection .guestLoginBox .socialBtnList div a img {
    max-width: 35px;
    margin-right: 15px;
  }
}
@media (max-width: 1199px) {
  .loginSection .guestLoginBox .socialBtnList div a {
    font-size: 14px;
    height: 45px;
  }
  .loginSection .guestLoginBox .socialBtnList div a img {
    max-width: 32px;
    margin-right: 7px;
  }
}
@media (max-width: 1199px) {
  .loginSection .loginRegister .boxshadowBox {
    height: auto;
  }
  .loginSection .loginRegister .boxshadowBox.guestSection {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .loginSection .guestLoginBox .socialBtnList div a {
    font-size: 13px;
    height: 42px;
  }
  .loginSection .guestLoginBox .socialBtnList div a img {
    max-width: 30px;
    margin-right: 10px;
  }
}

.passwordRecoveryConfirmSection form .col-12, .passwordRecoveryConfirmSection form .col-md-3, .passwordRecoveryConfirmSection form .col-md-9 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important;
}

.loginRegister .grayBg {
  background: #FDF8F3;
  background-position: right bottom;
  padding: 100px 0px;
}
.loginRegister .paddcomman18 {
  padding-top: 18px;
}
.loginRegister .row-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loginRegister .loginWidth {
  max-width: 700px;
  margin: 0 auto;
}
.loginRegister .heading {
  text-align: center;
}
.loginRegister .col-form-label {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 10px;
  color: #000;
}
.loginRegister .login-box {
  background: transparent;
}
.loginRegister .login-box .input-group-icon > i {
  width: 20px;
  height: 100%;
}
.loginRegister .login-box .input-group-icon > i::before {
  display: none;
}
.loginRegister .login-box .input-group-icon > i.icm-user {
  background: url(../images/user_head_color.png) no-repeat center center;
  background-size: contain;
}
.loginRegister .login-box .input-group-icon > i.icm-shield {
  background: url(../images/icon_password.png) no-repeat center center;
  background-size: contain;
}
.loginRegister .login-box .input-group-icon > i.icm-envelope-open {
  width: auto;
  color: #AB8855;
}
.loginRegister .login-box .input-group-icon > i.icm-envelope-open::before {
  display: block;
}
.loginRegister .login-box .fnt18 {
  font-size: 12px;
  color: #551C25;
  text-align: center;
}
.loginRegister .form-group label:not(.form-check-label):not(.custom-control-label) {
  font-weight: 400;
}
.loginRegister .registerWidth {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
  border-color: #D3D3D3;
}
.loginRegister .boxshadowBox {
  background: #fff;
  padding: 50px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.loginRegister .form-group {
  margin-bottom: 30px;
  z-index: 1;
}
.loginRegister .form-control {
  background: #fff;
  height: 45px;
  border: 0px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #979797;
  border-radius: 0px !important;
  font-family: "gilganregular", sans-serif;
}
.loginRegister .form-control::-webkit-input-placeholder {
  color: #979797;
}
.loginRegister .form-control::-moz-placeholder {
  color: #979797;
}
.loginRegister .form-control:-ms-input-placeholder {
  color: #979797;
}
.loginRegister .form-control::-ms-input-placeholder {
  color: #979797;
}
.loginRegister .form-control::placeholder {
  color: #979797;
}
.loginRegister select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/dropdown.png) no-repeat #fff !important;
  background-position: 88% center !important;
  background-size: 16px !important;
}
.loginRegister .has-icon:not(.has-icon-right).input-group-lg .form-control {
  padding-left: calc(4.08333rem + 2px);
}
.loginRegister .has-icon .input-group-icon {
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 1rem;
  color: #646464 !important;
  left: 15px;
}
.loginRegister ::-ms-input-placeholder { /* Edge 12-18 */
  color: #979797;
}
.loginRegister ::-webkit-input-placeholder {
  color: #979797;
}
.loginRegister ::-moz-placeholder {
  color: #979797;
}
.loginRegister :-ms-input-placeholder {
  color: #979797;
}
.loginRegister ::placeholder {
  color: #979797;
}
.loginRegister .forgot-password {
  text-align: right;
}
.loginRegister .registerBlock {
  margin: 0 auto;
}
.loginRegister .forgot-password a {
  font-size: 12px;
  color: #551C25;
  line-height: 18px;
  margin-bottom: 20px;
  display: block;
  font-family: "gilganregular", sans-serif;
}
.loginRegister .orSpace {
  margin-bottom: 20px;
}
.loginRegister .guestSection {
  text-align: center;
}
.loginRegister .register-block {
  margin-top: 20px;
}
.loginRegister .registerLink {
  text-align: left;
  font-family: "gilganregular", sans-serif;
}
.loginRegister .registerLink a:not([href]):not([tabindex]):hover {
  color: #000 !important;
}
.loginRegister .registerLink a {
  font-size: 12px;
  color: #551C25;
  line-height: 18px;
  display: inline-block;
}
.loginRegister .registerLink a:hover {
  color: #AB8855;
}
.loginRegister .registerLink .register-button {
  margin-left: 5px;
  display: inline-block;
}
.loginRegister .orArea {
  padding: 15px 0px 0px 0px;
  text-align: center;
}
.loginRegister .orArea span {
  display: block;
  text-align: center;
  padding-bottom: 24px;
  font-size: 16px;
  color: #000;
}
.loginRegister .orArea div {
  text-align: center;
  margin: 0px auto;
  display: inline-block;
}
.loginRegister .orArea div a {
  border-radius: 8px;
  border: transparent solid 1px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.loginRegister .orArea div a:hover {
  border-color: #000;
}
.loginRegister .orArea div img {
  max-width: 100%;
}
@media (max-width: 1700px) {
  .loginRegister .has-icon .input-group-icon {
    left: 0;
  }
  .loginRegister .has-icon:not(.has-icon-right).input-group-lg .form-control {
    padding-left: calc(3.45rem + 2px);
  }
}
@media (max-width: 1600px) {
  .loginRegister .has-icon .input-group-icon {
    left: 0;
  }
  .loginRegister .has-icon:not(.has-icon-right).input-group-lg .form-control {
    padding-left: calc(3.45rem + 2px);
  }
  .loginRegister .orArea {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .loginRegister .boxshadowBox {
    padding: 30px 40px;
  }
}
@media (max-width: 1366px) {
  .loginRegister .boxshadowBox {
    padding: 30px 40px;
  }
  .loginRegister .has-icon.input-group-lg .input-group-icon {
    width: calc(2.3rem + 2px);
    height: calc(2.3rem + 2px);
  }
  .loginRegister .login-box .input-group-icon > i {
    width: 16px;
  }
  .loginRegister .login-box .input-group-icon > i.icm-user {
    background-size: 16px;
  }
  .loginRegister .login-box .input-group-icon > i.icm-shield {
    background-size: 16px;
  }
  .loginRegister .login-box .input-group-icon > i.icm-envelope-open::before {
    width: 16px;
  }
  .loginRegister .login-box .loginBtn.passwordrecoveryicon .input-group-icon.text-muted {
    margin-top: 0px;
  }
  .loginRegister .has-icon:not(.has-icon-right).input-group-lg .form-control {
    padding-left: calc(3rem + 2px);
  }
  .loginRegister .orArea {
    font-size: 14px;
  }
  .loginRegister .orArea span {
    padding-bottom: 10px;
    font-size: 14px;
  }
  .loginRegister .orArea div img {
    max-width: 25px;
  }
  .loginRegister .grayBg {
    padding: 70px 0px;
  }
  .loginRegister .paddcomman18 {
    padding: 0px;
  }
}
@media (max-width: 1199px) {
  .loginRegister .has-icon.input-group-lg .input-group-icon {
    width: calc(2.8rem + 2px);
    height: calc(2.8rem + 2px);
  }
  .loginRegister .boxshadowBox {
    padding: 30px 25px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .loginRegister .has-icon:not(.has-icon-right).input-group-lg .form-control {
    padding-left: 52px;
  }
  .loginRegister .form-group {
    margin-bottom: 15px;
  }
  .loginRegister .has-icon .input-group-icon {
    left: 10px;
  }
  .loginRegister .orArea {
    padding-bottom: 5px;
  }
  .loginRegister .login-box .loginBtn.passwordrecoveryicon .input-group-icon.text-muted {
    margin-top: 2px;
  }
}
@media (max-width: 480px) {
  .loginRegister .grayBg {
    padding: 40px 0px;
  }
  .loginRegister .boxshadowBox {
    padding: 22px 30px;
  }
  .loginRegister .has-icon.input-group-lg .input-group-icon {
    width: calc(2rem + 2px);
    height: calc(2rem + 2px);
  }
  .loginRegister .login-box .input-group-icon > i {
    width: 14px;
  }
  .loginRegister .login-box .input-group-icon > i.icm-user {
    background-size: 14px;
  }
  .loginRegister .login-box .input-group-icon > i.icm-shield {
    background-size: 14px;
  }
  .loginRegister .login-box .input-group-icon > i.icm-envelope-open::before {
    width: 14px;
  }
  .loginRegister .login-box .fnt18 {
    font-size: 15px;
    text-align: center;
    margin: 5px 0px 12px 0px;
  }
  .loginRegister .login-box .loginBtn.passwordrecoveryicon .input-group-icon.text-muted {
    margin-top: 0px;
  }
  .loginRegister .has-icon:not(.has-icon-right).input-group-lg .form-control {
    padding-left: 45px;
  }
}
@media (max-width: 380px) {
  .loginRegister .birtdayDate .row.xs-gutters .col:first-child {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66px;
            flex: 0 0 66px;
  }
  .loginRegister .birtdayDate .row.xs-gutters .col:last-child {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
            flex: 0 0 75px;
  }
}
@media (max-width: 360px) {
  .loginRegister .grayBg {
    padding: 20px 0px;
  }
  .loginRegister .boxshadowBox {
    padding: 15px 15px;
  }
}
.loginRegister.registration-page .text-muted {
  color: #551C25 !important;
  font-size: 12px;
  line-height: 18px;
}
.loginRegister.registration-page .page-body .content-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.loginRegister.registration-page .page-body .content-group .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin: 0px;
  padding: 0px 15px;
  text-align: left;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 30px;
}
.loginRegister.registration-page .page-body .content-group .form-group .col-md-9, .loginRegister.registration-page .page-body .content-group .registration-page .page-body .content-group .form-group .col-md-6 {
  padding: 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.loginRegister.registration-page .page-body .content-group .col-form-label {
  text-transform: capitalize;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0px;
  margin-bottom: 10px;
  font-family: "gilganregular", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #551C25;
}
.loginRegister.registration-page .page-body .content-group .col-md-12 {
  padding: 0px;
}
@media (max-width: 1700px) {
  .loginRegister.registration-page .page-body .content-group .form-group {
    font-size: 16px;
    line-height: 19px;
  }
  .loginRegister.registration-page .form-control-plaintext {
    font-size: 15px;
  }
  .loginRegister.registration-page .form-control-plaintext input.form-check-input {
    width: 18px;
    height: 18px;
  }
  .loginRegister.registration-page .form-control-plaintext .form-check-label {
    padding-left: 10px;
  }
}
@media (max-width: 1440px) {
  .loginRegister.registration-page .page-body .content-group .form-group {
    font-size: 15px;
    line-height: 17px;
  }
  .loginRegister.registration-page .form-control-plaintext {
    font-size: 14px;
    padding-left: 25px;
  }
  .loginRegister.registration-page .form-control-plaintext input.form-check-input {
    width: 16px;
    height: 16px;
  }
  .loginRegister.registration-page .form-control-plaintext .form-check-label {
    padding-left: 10px;
  }
  .loginRegister.registration-page fieldset.content-group {
    margin-bottom: 12px;
  }
}
@media (max-width: 1366px) {
  .loginRegister.registration-page .page-body .content-group .form-group {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
  }
  .loginRegister.registration-page .form-control-plaintext {
    font-size: 13px;
    padding-left: 23px;
    padding-top: 0px;
  }
  .loginRegister.registration-page .form-control-plaintext input.form-check-input {
    width: 16px;
    height: 16px;
  }
  .loginRegister.registration-page .form-control-plaintext .form-check-label {
    padding-left: 7px;
  }
  .loginRegister.registration-page fieldset.content-group {
    margin-bottom: 12px;
  }
}
@media (max-width: 1199px) {
  .loginRegister.registration-page .boxshadowBox {
    max-width: 100%;
  }
  .loginRegister.registration-page .page-body .content-group .form-group {
    font-size: 13px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .loginRegister.registration-page .form-control-plaintext {
    font-size: 12px;
    font-weight: 500;
    padding-left: 23px;
    padding-top: 0px;
  }
  .loginRegister.registration-page .form-control-plaintext input.form-check-input {
    width: 16px;
    height: 16px;
  }
  .loginRegister.registration-page .form-control-plaintext .form-check-label {
    padding-left: 7px;
  }
  .loginRegister.registration-page fieldset.content-group {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .loginRegister.registration-page .page-body .content-group .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 12px;
  }
  .loginRegister.registration-page .page-body .content-group .form-group {
    padding: 0px 12px;
  }
}
@media (max-width: 480px) {
  .loginRegister.registration-page .boxshadowBox {
    padding: 15px 2px;
  }
  .loginRegister.registration-page .page-body .content-group .form-group {
    font-size: 13px;
    line-height: normal;
  }
  .loginRegister.registration-page .form-control-plaintext {
    font-size: 12px;
    font-weight: 500;
    padding-left: 23px;
    padding-top: 0px;
  }
  .loginRegister.registration-page .form-control-plaintext input.form-check-input {
    width: 16px;
    height: 16px;
  }
  .loginRegister.registration-page .form-control-plaintext .form-check-label {
    padding-left: 7px;
  }
  .loginRegister.registration-page fieldset.content-group {
    margin-bottom: 12px;
  }
}

.text-muted, .muted {
  color: #551C25 !important;
  padding-top: 10px;
}

.margintop10 {
  margin-top: 10px;
}

.select2-container--bootstrap .select2-results__option > .select2-option, .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  font-size: 14px !important;
  font-family: "gilganregular", sans-serif !important;
}

.page-myaccount .mainSecTitle {
  padding-bottom: 15px;
}
.page-myaccount .hdrow.heading {
  padding-bottom: 28px;
}
.page-myaccount form {
  margin-left: -15px;
  margin-right: -15px;
}
.page-myaccount fieldset.content-group > legend {
  color: #AB8855;
  margin-left: 15px;
}
.page-myaccount .cms-menu-listgroup .card-header {
  display: none;
}
.page-myaccount .cms-menu-listgroup .card {
  border: none;
}
.page-myaccount .cms-menu-listgroup .card .list-group-item {
  background: transparent;
  border-color: #f1e4d6;
}
.page-myaccount .cms-menu-listgroup .card .list-group {
  border-radius: 0px;
}
.page-myaccount .cms-menu-listgroup .card .list-group a {
  font-size: 14px;
  line-height: 18px;
  color: #551C25;
  padding: 10px 20px;
  position: relative;
  font-family: "TTForsTrialVariable";
}
.page-myaccount .cms-menu-listgroup .card .list-group a::after {
  position: absolute;
  right: 15px;
  top: auto;
  bottom: auto;
  content: "";
  background: url("./images/account_arrow.png") no-repeat;
  width: 20px;
  height: 20px;
  background-size: 13px;
}
.page-myaccount .cms-menu-listgroup .card .list-group a.active {
  font-weight: 600;
}
.page-myaccount .cms-menu-listgroup .card .list-group a.active, .page-myaccount .cms-menu-listgroup .card .list-group a:hover {
  color: #551C25;
}
.page-myaccount .cms-menu-listgroup .card .list-group a.active::after, .page-myaccount .cms-menu-listgroup .card .list-group a:hover::after {
  background: url("./images/active_arrow.png") no-repeat;
}
.page-myaccount .cms-menu-listgroup .card .list-group a.active::before, .page-myaccount .cms-menu-listgroup .card .list-group a:hover::before {
  display: none;
}
.page-myaccount .card .card-title, .page-myaccount .card h4 {
  font-size: 18px;
  text-transform: capitalize;
  line-height: 24px;
  color: #551c25;
  margin-bottom: 20px;
  font-family: "gilganregular", sans-serif;
  font-weight: 300;
}
@media (min-width: 768px) and (max-width: 992px) {
  .page-myaccount .page-body .col-md-4.col-lg-3.d-print-none {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30.33333%;
            flex: 0 0 30.33333%;
    max-width: 30.33333%;
  }
  .page-myaccount .page-body .col-md-8.col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 69.66667%;
            flex: 0 0 69.66667%;
    max-width: 69.66667%;
  }
  .page-myaccount .page-body .col-md-8.col-lg-9 .col-lg-3, .page-myaccount .page-body .col-md-8.col-lg-9 .col-lg-9 {
    padding-left: 7px;
    padding-right: 7px;
  }
  .page-myaccount form {
    margin: 0px -5px;
  }
}
@media (max-width: 991px) {
  .page-myaccount {
    padding-bottom: 0px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .page-myaccount {
    padding: 15px 0 50px 0px;
  }
  .page-myaccount .cms-menu {
    margin-bottom: 30px;
  }
  .page-myaccount .cms-menu-listgroup .card-header {
    display: block !important;
    font-size: 16px;
    text-transform: capitalize;
  }
  .page-myaccount .cms-menu-listgroup .card .list-group a {
    font-size: 13px;
  }
  .page-myaccount .card .card-title, .page-myaccount .card h4 {
    font-size: 16px;
    margin-bottom: 5px !important;
  }
  .page-myaccount .btnCenterMobile {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .page-myaccount {
    padding: 15px 0px 30px 0;
  }
  .page-myaccount .text-muted {
    font-size: 13px;
  }
}

.page-order-details .print-buttons .btn {
  font-size: 15px;
  font-weight: 500;
  background: #f0f0f0;
}
.page-order-details .print-buttons .btn:hover {
  background: #080B0E;
  color: #fff;
  font-weight: 500;
}
.page-order-details small, .page-order-details .small {
  font-size: 80%;
}
.page-order-details .cart-footer {
  background: transparent !important;
  border-top: 1px solid #AB8855 !important;
}
.page-order-details .cart-footer .cart-summary tr.cart-summary-subtotal td {
  color: #551C25 !important;
}
.page-order-details .cart-footer .cart-summary tr td {
  color: #551C25 !important;
}
.page-order-details .alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-order-details .card.card_list .cart .cart-head .cart-row .cart-col.cart-col-qty,
.page-order-details .card.card_list .cart .cart-head .cart-row .cart-col.cart-col-subtotal {
  text-align: center !important;
}
.page-order-details .card.card_list .cart .cart-body .cart-row .cart-col-qty,
.page-order-details .card.card_list .cart .cart-body .cart-row .cart-col-subtotal {
  text-align: center !important;
}
.page-order-details h5 {
  font-size: 14px;
  font-family: "gilganregular", sans-serif;
  font-weight: 300;
  margin-bottom: 5px;
}
.page-order-details .margintablecart {
  margin: 40px 0px;
}
.page-order-details table.cart-summary tr td:first-child {
  text-align: right;
}
.page-order-details .cart-actions {
  text-align: right;
}
.page-order-details .order-details-box {
  border: 0;
  border-radius: 0;
  padding: 0px;
}
@media (max-width: 767px) {
  .page-order-details table.cart-summary tr td:first-child {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .page-order-details .page-body {
    padding-top: 10px;
  }
  .page-order-details .print-buttons .btn {
    padding: 5px 10px;
  }
  .page-order-details .order-details-box .col-md-8 .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-order-details .order-details-box .col-md-8 .row .billinginfo, .page-order-details .order-details-box .col-md-8 .row .shippinginfo {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px !important;
    background: #faf3ec;
    padding: 20px 20px;
  }
  .page-order-details .order-details-box .col-md-4 p:last-child {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 400px) {
  .page-order-details .print-buttons {
    width: 100%;
    margin-top: 9px;
  }
  .page-order-details .print-buttons .btn {
    font-size: 12px;
  }
  .page-order-details .page-body {
    padding-top: 0px;
  }
  .page-order-details .card-body.order-details-box {
    padding: 12px 12px;
  }
}

.page-myaccount-info .mainSecTitle, .page-myaccount-addresses .mainSecTitle {
  padding-bottom: 0px;
}
.page-myaccount-info .heading.hdrow, .page-myaccount-addresses .heading.hdrow {
  padding-bottom: 30px;
}
.page-myaccount-info .form-horizontal .content-group, .page-myaccount-addresses .form-horizontal .content-group {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-myaccount-info .form-horizontal .content-group .form-group, .page-myaccount-addresses .form-horizontal .content-group .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-myaccount-info .form-horizontal .content-group .form-group .margingbtm0, .page-myaccount-addresses .form-horizontal .content-group .form-group .margingbtm0 {
  margin-bottom: 0px;
}
.page-myaccount-info .form-horizontal .content-group .form-group.fulldiv, .page-myaccount-addresses .form-horizontal .content-group .form-group.fulldiv {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.page-myaccount-info .form-horizontal .content-group .form-group .col-lg-9, .page-myaccount-info .form-horizontal .content-group .form-group .col-lg-3, .page-myaccount-addresses .form-horizontal .content-group .form-group .col-lg-9, .page-myaccount-addresses .form-horizontal .content-group .form-group .col-lg-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.page-myaccount-info .form-horizontal .content-group .form-group .form-group, .page-myaccount-addresses .form-horizontal .content-group .form-group .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .codenumber, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .codenumber {
  position: absolute;
  bottom: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  z-index: 22;
  left: 0px;
}
.page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .codenumber::before, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .codenumber::before {
  content: "";
  width: 1px;
  height: 35px;
  background: #c0c0c0;
  position: absolute;
  left: 60px;
  top: 12px;
}
.page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .form-group, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .form-group {
  margin-bottom: 0px;
}
.page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .form-group .form-control, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .form-group .form-control {
  padding-left: 65px;
}
.page-myaccount-info .form-horizontal .content-group .form-control-plaintext, .page-myaccount-addresses .form-horizontal .content-group .form-control-plaintext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-myaccount-info .form-horizontal .content-group:nth-child(3) .form-group, .page-myaccount-addresses .form-horizontal .content-group:nth-child(3) .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.page-myaccount-info .form-horizontal .content-group:nth-child(3) .form-group .form-check, .page-myaccount-addresses .form-horizontal .content-group:nth-child(3) .form-group .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 6px;
}
.page-myaccount-info .form-horizontal .content-group:nth-child(3) .form-group .form-check .form-check-label, .page-myaccount-addresses .form-horizontal .content-group:nth-child(3) .form-group .form-check .form-check-label {
  font-size: 16px;
  line-height: 21px;
  color: #000;
}
.page-myaccount-info .form-horizontal .content-group:nth-child(3) .form-group .form-check .form-check-label a, .page-myaccount-addresses .form-horizontal .content-group:nth-child(3) .form-group .form-check .form-check-label a {
  color: #000;
}
@media (max-width: 1199px) {
  .page-myaccount-info .form-horizontal .content-group:nth-child(3) .form-group .form-check, .page-myaccount-addresses .form-horizontal .content-group:nth-child(3) .form-group .form-check {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}
@media (max-width: 1440px) {
  .page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .codenumber::before, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .codenumber::before {
    top: 5px;
  }
}
@media (max-width: 1366px) {
  .page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .codenumber, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .codenumber {
    left: -3px;
  }
  .page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .codenumber::before, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .codenumber::before {
    height: 25px;
    top: 10px;
  }
}
@media (max-width: 1199px) {
  .page-myaccount-info .form-horizontal .form-group .col-12, .page-myaccount-addresses .form-horizontal .form-group .col-12 {
    padding-left: 20px !important;
    padding-top: 20px;
  }
  .page-myaccount-info .form-horizontal .form-group .form-check, .page-myaccount-addresses .form-horizontal .form-group .form-check {
    padding-left: 6px;
  }
  .page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .codenumber, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .codenumber {
    left: -1px;
  }
  .page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .codenumber::before, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .codenumber::before {
    left: 58px;
    top: 12px;
  }
  .page-myaccount-info .form-horizontal .save-customer-info-button, .page-myaccount-addresses .form-horizontal .save-customer-info-button {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .page-myaccount-info .form-horizontal, .page-myaccount-addresses .form-horizontal {
    padding-bottom: 0px;
  }
  .page-myaccount-info .form-horizontal .save-customer-info-button, .page-myaccount-addresses .form-horizontal .save-customer-info-button {
    margin-left: 12px;
  }
  .page-myaccount-info .form-horizontal .content-group .form-group:nth-child(5), .page-myaccount-info .form-horizontal .content-group .form-group:nth-child(6), .page-myaccount-info .form-horizontal .content-group .form-group.birtdayDate, .page-myaccount-addresses .form-horizontal .content-group .form-group:nth-child(5), .page-myaccount-addresses .form-horizontal .content-group .form-group:nth-child(6), .page-myaccount-addresses .form-horizontal .content-group .form-group.birtdayDate {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .page-myaccount-info .form-horizontal .form-group .col-12, .page-myaccount-addresses .form-horizontal .form-group .col-12 {
    margin-top: 20px;
  }
  .page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .codenumber::before, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .codenumber::before {
    top: 8px;
  }
}
@media (max-width: 767px) {
  .page-myaccount-info, .page-myaccount-addresses {
    padding-bottom: 0px;
  }
  .page-myaccount-info .form-horizontal .form-group .col-12, .page-myaccount-addresses .form-horizontal .form-group .col-12 {
    padding-top: 0px;
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  .page-myaccount-info .content-group .form-group, .page-myaccount-addresses .content-group .form-group {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .page-myaccount-info .content-group .form-group.phoneNumber, .page-myaccount-addresses .content-group .form-group.phoneNumber {
    border-color: transparent;
  }
  .page-myaccount-info .content-group .form-group.phoneNumber .codenumber, .page-myaccount-addresses .content-group .form-group.phoneNumber .codenumber {
    bottom: -1px !important;
    left: 0px !important;
  }
  .page-myaccount-info .content-group .form-group.phoneNumber .codenumber::before, .page-myaccount-addresses .content-group .form-group.phoneNumber .codenumber::before {
    left: 52px !important;
    top: 8px !important;
  }
}

.page-myaccount-addresses.commanform .form-group .field-validation-error {
  left: 15px;
}
.page-myaccount-addresses .add-address {
  position: absolute;
  top: -15px;
  right: 15px;
}
.page-myaccount-addresses .add-address .btn-primary {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.page-myaccount-addresses .full_row {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important;
}
.page-myaccount-addresses .form-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-myaccount-addresses .form-horizontal .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-myaccount-addresses .form-horizontal .form-group .margingbtm0 {
  margin-bottom: 0px;
}
.page-myaccount-addresses .form-horizontal .form-group.fulldiv {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.page-myaccount-addresses .form-horizontal .form-group .col-lg-3, .page-myaccount-addresses .form-horizontal .form-group .col-md-3, .page-myaccount-addresses .form-horizontal .form-group .col-lg-9, .page-myaccount-addresses .form-horizontal .form-group .col-md-9, .page-myaccount-addresses .form-horizontal .form-group .col-sm-9, .page-myaccount-addresses .form-horizontal .form-group .col-sm-3 {
  width: 100% !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.page-myaccount-addresses .form-horizontal .form-group .form-control {
  width: 100% !important;
}
.page-myaccount-addresses .form-horizontal .form-group .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.page-myaccount-addresses .form-horizontal .form-group.phoneNumber .codenumber {
  position: absolute;
  bottom: 0px;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border: none;
  background: transparent;
  z-index: 22;
  left: -2px;
}
.page-myaccount-addresses .form-horizontal .form-group.phoneNumber .codenumber::before {
  content: "";
  width: 1px;
  height: 45px;
  background: #c0c0c0;
  position: absolute;
  left: 60px;
  top: 7px;
}
.page-myaccount-addresses .form-horizontal .form-group.phoneNumber .form-group {
  margin-bottom: 0px;
}
.page-myaccount-addresses .form-horizontal .form-group.phoneNumber .form-group .form-control {
  padding-left: 68px;
}
.page-myaccount-addresses .form-horizontal:nth-child(3) .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.page-myaccount-addresses .form-horizontal:nth-child(3) .form-group .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-myaccount-addresses .form-horizontal:nth-child(3) .form-group .form-check .form-check-label {
  font-size: 16px;
  line-height: 21px;
  color: #000;
}
.page-myaccount-addresses .form-horizontal:nth-child(3) .form-group .form-check .form-check-label a {
  color: #000;
}
.page-myaccount-addresses .address-list {
  margin-left: -11px;
  margin-right: -11px;
}
.page-myaccount-addresses .address-list.card {
  margin: 0px 15px 30px 15px;
  max-width: calc(50% - 22px) !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 calc(50% - 22px) !important;
          flex: 0 0 calc(50% - 22px) !important;
}
.page-myaccount-addresses .card {
  border-radius: 0px;
  border: 1px solid #f1e4d6;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.page-myaccount-addresses .card .card-body .card-title {
  margin-bottom: 0px;
}
.page-myaccount-addresses .card .card-body div {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #551C25;
}
.page-myaccount-addresses .card .card-body label {
  text-transform: capitalize;
}
.page-myaccount-addresses .card .card-body .addBtnCenter {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.page-myaccount-addresses .card .card-body .addBtnCenter .btnCartAction a {
  padding: 2px;
  color: #551c25 !important;
  border: 0px;
}
.page-myaccount-addresses .card .card-body .addBtnCenter .btnCartAction a:hover {
  color: #AB8855 !important;
  background: transparent !important;
}
@media (max-width: 991px) {
  .page-myaccount-addresses .form-horizontal .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .page-myaccount-addresses .form-horizontal .form-group.phoneNumber .codenumber::before {
    top: 3px;
  }
  .page-myaccount-addresses .address-list .card {
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .page-myaccount-addresses .add-address .btn-primary {
    font-size: 16px;
    min-width: 1px !important;
  }
  .page-myaccount-addresses .form-group .text-muted {
    padding-left: 15px;
  }
}
@media (max-width: 575px) {
  .page-myaccount-addresses {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .page-myaccount-addresses .form-horizontal .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .page-myaccount-addresses .address-list {
    margin-left: 0;
    margin-right: 0;
  }
  .page-myaccount-addresses .address-list .card:first-child {
    margin-right: 0px;
  }
  .page-myaccount-addresses .form-horizontal .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .page-myaccount-addresses .card-body {
    padding: 10px;
  }
}

.page-myaccount-addresses .form-horizontal .form-group.contactNumber {
  padding: 0 15px !important;
}
.page-myaccount-addresses .form-horizontal .form-group.contactNumber .row {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  margin-left: -5px;
  display: block;
}
.page-myaccount-addresses .form-horizontal .form-group.contactNumber .row .col-lg-3.col-form-label.required {
  display: none;
}
.page-myaccount-addresses .form-horizontal .form-group.contactNumber .row .col-lg-9 {
  max-width: 100%;
  padding-left: 5px !important;
  padding-right: 6px !important;
}
.page-myaccount-addresses .form-horizontal .form-group.contactNumber .contactRow1 .form-group {
  margin: 0px !important;
}
.page-myaccount-addresses .form-horizontal .form-group.contactNumber .codebox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin-right: 5px;
}

.page-myaccount-orders .order-list .card {
  padding: 20px;
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0px !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
  max-width: 31%;
}
.page-myaccount-orders .col-lg-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
}
.page-myaccount-orders .card-deck {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.page-myaccount-orders .card {
  border-color: #f1e4d6;
}
.page-myaccount-orders .card .col-sm-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16%;
          flex: 0 0 16%;
  max-width: 25%;
  min-width: 162px;
}
.page-myaccount-orders .card .card-body {
  padding: 0px;
  margin-bottom: 10px;
}
.page-myaccount-orders .card .card-footer {
  background: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-myaccount-orders .card .card-footer .btn {
  margin-right: 10px;
}
.page-myaccount-orders .card .card-footer .btn:last-child {
  margin-right: 0px;
}
.page-myaccount-orders .card .card-footer .btn-secondary {
  background: #AB8855;
  border-color: #AB8855;
  font-size: 16px;
  line-height: 22px;
  border-radius: 0px !important;
  padding: 10px 20px;
  margin-top: 18px;
  color: #fff;
}
.page-myaccount-orders .card .card-footer .btn-secondary i {
  margin-right: 3px;
}
.page-myaccount-orders .card .card-footer .btn-secondary span {
  padding-left: 0px;
}
.page-myaccount-orders .card .card-footer .btn-secondary:hover {
  background: #000;
  color: #fff;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .page-myaccount-orders .card .card-footer .defaultBtn {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 10px 15px !important;
  }
}
@media (max-width: 1199px) {
  .page-myaccount-orders .card .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    min-width: 120px;
  }
  .page-myaccount-orders .card .card-footer .defaultBtn {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 10px 15px !important;
  }
}
@media (max-width: 991px) {
  .page-myaccount-orders .card .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
  .page-myaccount-orders .card .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}
@media (max-width: 480px) {
  .page-myaccount-orders .card .card-footer .btn-secondary {
    font-size: 13px;
    line-height: 16px;
    padding: 8px 12px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .page-myaccount-orders .order-list .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    margin: 5px;
    padding: 10px;
  }
}
@media (max-width: 1199px) {
  .page-myaccount-orders .order-list .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    max-width: 46%;
    margin: 5px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .page-myaccount-orders .order-list .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    max-width: 46%;
    margin: 5px;
    padding: 10px;
  }
  .page-myaccount-orders .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .page-myaccount-orders .card .card-title, .page-myaccount-orders .card h4 {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .page-myaccount-orders .card-deck {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-myaccount-orders .order-list .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    max-width: 46%;
    margin: 5px;
    padding: 10px;
  }
}

.page-myaccount-changepassword .form-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-myaccount-changepassword .form-horizontal .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-myaccount-changepassword .form-horizontal .form-group .col-lg-4, .page-myaccount-changepassword .form-horizontal .form-group .col-lg-8 {
  width: 80% !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}
.page-myaccount-changepassword .form-horizontal .form-group .col {
  padding: 0px;
}
.page-myaccount-changepassword .form-horizontal .form-group .form-control {
  width: 100% !important;
}
.page-myaccount-changepassword .form-horizontal .form-group .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.page-myaccount-changepassword .form-horizontal:nth-child(3) .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.page-myaccount-changepassword .form-horizontal:nth-child(3) .form-group .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-myaccount-changepassword .form-horizontal:nth-child(3) .form-group .form-check .form-check-label {
  font-size: 16px;
  line-height: 21px;
  color: #000;
}
.page-myaccount-changepassword .form-horizontal:nth-child(3) .form-group .form-check .form-check-label a {
  color: #000;
}
@media (max-width: 1199px) {
  .page-myaccount-changepassword .form-horizontal .form-group .col-lg-4, .page-myaccount-changepassword .form-horizontal .form-group .col-lg-8 {
    width: 100% !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.filterBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.filterBar .heading .heading-title.fs-h1 {
  padding-bottom: 0px !important;
}
.filterBar form {
  min-width: 60% !important;
}
.filterBar .grid-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.filterBar .grid-filter input {
  padding-right: 45px;
}
.filterBar .grid-filter ::-webkit-input-placeholder {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #979797;
}
.filterBar .grid-filter ::-moz-placeholder {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #979797;
}
.filterBar .grid-filter :-ms-input-placeholder {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #979797;
}
.filterBar .grid-filter ::-ms-input-placeholder {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #979797;
}
.filterBar .grid-filter ::placeholder {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #979797;
}
.filterBar .grid-filter #btnSearch {
  padding: 5px 15px;
  position: absolute;
  border: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  min-width: auto;
  width: auto;
  background: transparent;
}
@media (max-width: 1440px) {
  .filterBar .grid-filter ::-webkit-input-placeholder {
    font-family: "gilganregular", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #979797;
  }
  .filterBar .grid-filter ::-moz-placeholder {
    font-family: "gilganregular", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #979797;
  }
  .filterBar .grid-filter :-ms-input-placeholder {
    font-family: "gilganregular", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #979797;
  }
  .filterBar .grid-filter ::-ms-input-placeholder {
    font-family: "gilganregular", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #979797;
  }
  .filterBar .grid-filter ::placeholder {
    font-family: "gilganregular", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #979797;
  }
}
@media (max-width: 1440px) {
  .filterBar {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .filterBar {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .filterBar {
    margin-bottom: 25px;
  }
}

.brandSection {
  padding: 0px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.brandSection .categoryBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6%;
          flex: 0 0 16.6%;
  max-width: 16.6%;
  background: transparent;
  margin-bottom: 30px;
  padding: 0 10px;
}
.brandSection .categoryBox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 150px !important;
  width: 100%;
  border: 1px solid rgba(230, 187, 112, 0.3) !important;
  min-height: inherit;
}
.brandSection .categoryBox a img {
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.brandSection .categoryBox a .img-center-container {
  padding: 0px;
}
.brandSection .categoryBox a .art-picture-block {
  display: none;
}
.brandSection .categoryBox a:hover img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 991px) {
  .brandSection .categoryBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .brandSection .categoryBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
    max-width: 33.3%;
    padding: 0 3px;
    margin-bottom: 6px;
  }
}
@media (max-width: 575px) {
  .brandSection .categoryBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    min-height: 160px;
  }
  .brandSection .categoryBox img {
    max-height: 50px;
  }
}
@media (max-width: 480px) {
  .brandSection .categoryBox {
    min-height: 140px;
  }
}
@media (max-width: 400px) {
  .brandSection .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
  }
  .brandSection .categoryBox {
    min-height: 180px;
  }
  .brandSection .categoryBox img {
    max-height: 60px;
  }
}

.validation-summary-errors li {
  list-style: none;
  text-align: left;
}

.commanform .address-required-hint {
  color: #551c25 !important;
  font-size: 12px;
  line-height: 18px;
  font-family: "TTForsTrialVariable";
}
.commanform .form-group {
  margin: 0px;
  margin-bottom: 20px !important;
  position: relative;
}
.commanform .form-group.marginbtn0 {
  margin-bottom: 0px !important;
}
.commanform .form-group .field-validation-error {
  font-size: 12px;
  position: absolute;
  left: 10px;
  bottom: -20px;
  margin: 0px;
}
@media (max-width: 1199px) {
  .commanform .form-group .field-validation-error {
    margin: 0;
  }
}
.commanform .col-form-label {
  font-size: 12px;
  font-weight: 400 !important;
  color: #551C25;
  line-height: 18px;
  font-family: "gilganregular", sans-serif;
  padding-top: 0px;
  padding-bottom: 5px;
  text-transform: capitalize;
}
.commanform .form-control, .commanform .select2-container--bootstrap .select2-selection--single {
  background: #fff;
  border: 0px;
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #979797;
}
.commanform select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/dropdown.png) no-repeat #fff !important;
  background-position: 94% center !important;
  background-size: 16px !important;
  border: #c1c1c1 solid 1px !important;
}
.commanform .form-control, .commanform select {
  font-size: 12px;
  border: 0px !important;
}
.commanform .select2-container--bootstrap .select2-selection--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.commanform .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  background: none;
  border: none;
}
.commanform .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  background: url(../images/dropdown-arrow.png) no-repeat center center;
  border: none;
  background-size: 12px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
}
.commanform .textboxhieght100 .form-control {
  height: 100px;
  resize: none;
}
.commanform ::-webkit-input-placeholder {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #979797;
}
.commanform ::-moz-placeholder {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #979797;
}
.commanform :-ms-input-placeholder {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #979797;
}
.commanform ::-ms-input-placeholder {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #979797;
}
.commanform ::placeholder {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #979797;
}
@media (max-width: 1600px) {
  .commanform .form-group.noteText {
    margin-top: -15px;
  }
}
@media (max-width: 1440px) {
  .commanform .col-form-label {
    padding-top: 0px;
  }
}
@media (max-width: 1199px) {
  .commanform .form-control, .commanform select {
    height: auto;
    min-height: 42px;
  }
  .commanform .col-form-label {
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .commanform .form-group {
    margin-bottom: 20px !important;
  }
  .commanform select {
    padding: 10px 30px 10px 15px;
    width: 100%;
  }
  .commanform .form-control, .commanform select {
    height: auto;
    min-height: 42px;
  }
}
@media (max-width: 767px) {
  .commanform .col-form-label {
    font-size: 13px;
    padding-bottom: 5px;
  }
  .commanform .form-group.fullDiv .field-validation-error {
    left: 0px !important;
  }
}
@media (max-width: 380px) {
  .commanform .birtdayDate .row.xs-gutters .col:first-child {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66px;
            flex: 0 0 66px;
  }
  .commanform .birtdayDate .row.xs-gutters .col:last-child {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
            flex: 0 0 75px;
  }
}

.conact_map_section iframe {
  display: block;
}

.contactRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .contactRow .col-lg-4 {
    padding: 0;
  }
  .contactRow .contactInfo {
    margin-top: 30px;
    margin-bottom: 0 !important;
  }
}
.contactRow .contactForm {
  -webkit-box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.1490196078);
  padding: 70px 150px;
}
@media (max-width: 1199px) {
  .contactRow .contactForm {
    padding: 70px 100px;
  }
}
@media (max-width: 991px) {
  .contactRow .contactForm {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .contactRow .contactForm {
    padding: 50px 15px;
  }
}
.contactRow .contactformFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -15px;
}
@media (max-width: 767px) {
  .contactRow .contactformFlex .row {
    padding: 0;
  }
}
.contactRow .contactformFlex .col-form-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.contactRow .contactformFlex .col-sm-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.contactRow .contactformFlex .col-sm-3, .contactRow .contactformFlex .col-sm-9 {
  padding-left: 0px;
  padding-right: 0px;
}
.contactRow .contactformFlex .select2-container--bootstrap .select2-selection {
  background: #fff;
  border: 0px;
  height: auto;
  min-height: 44px;
  padding-top: 0.825rem;
}
.contactRow .contactformFlex .select2-container .select2-selection--single .select2-selection__rendered {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #979797;
}
.contactRow .contactformFlex .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  background: #F4F4F4;
  border: 0px solid #ced4da;
}
.contactRow .contactformFlex .form-group.fullDiv {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.contactRow .contactformFlex .form-group.fullDiv .col-sm-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.contactRow .contactformFlex .form-group.fullDiv .field-validation-error {
  left: 15px;
}
.contactRow .contactformFlex .radioMinHeight {
  min-height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contactRow .contactformFlex .radioMinHeight label {
  color: #fff;
  font-weight: normal;
  margin-right: 20px;
  font-family: "TTForsTrialVariable";
}
.contactRow .contactInfo {
  background: #fdf3e8;
  padding: 50px;
  margin-right: -25%;
  position: relative;
  z-index: 1;
}
.contactRow .contactInfo .heading {
  padding-bottom: 20px;
}
.contactRow .contactInfo .contactDetails {
  list-style: none;
  padding-left: 0px;
  margin-top: 20px;
  margin-bottom: 20px !important;
}
.contactRow .contactInfo .contactDetails li {
  color: #551c25;
  margin-bottom: 40px;
}
.contactRow .contactInfo .contactDetails li i {
  font-size: 20px;
}
.contactRow .contactInfo .contactDetails li span {
  display: block;
  margin-bottom: 10px;
}
.contactRow .contactInfo .contactDetails li p, .contactRow .contactInfo .contactDetails li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #551c25;
}
.contactRow .contactInfo .socialIcons {
  margin-top: 20px;
}
.contactRow .contactInfo .socialIcons a {
  margin-right: 20px;
  display: inline-block;
}
.contactRow .contactInfo .socialIcons a i {
  font-size: 28px;
  line-height: 32px;
  color: #232323;
}
@media (max-width: 1600px) {
  .contactRow .form-control-plaintext {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .contactRow {
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 575px) {
  .contactRow .contactformFlex .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.categorypageSec {
  margin-bottom: -30px;
}
.categorypageSec .categoryBox {
  padding-bottom: 30px;
}
.categorypageSec .categoryBox a {
  background: #f0f0f0;
  width: 100%;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 18px;
  text-transform: capitalize;
  text-decoration: none;
  border: #dddddd solid 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.categorypageSec .categoryBox a:hover {
  color: #fff;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .categorypageSec .categoryBox a {
    height: 107px;
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .categorypageSec .categoryBox a {
    height: 100px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .categorypageSec .categoryBox a {
    height: 80px;
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .categorypageSec .row .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .categorypageSec .categoryBox {
    padding-bottom: 15px;
  }
  .categorypageSec .categoryBox a {
    height: 70px;
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .artlist-grid .art {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (min-width: 992px) {
  .fullPageList .artlist-grid.artlist-3-cols .art {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

.facet-body-inner.scrollable {
  margin-bottom: 20px !important;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.facet-body-inner.scrollable::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
}
.facet-body-inner.scrollable::-webkit-scrollbar-track {
  background: #D9D9D9;
}
.facet-body-inner.scrollable::-webkit-scrollbar-thumb {
  background: #232323;
}
.facet-body-inner.scrollable::-webkit-scrollbar-thumb:hover {
  background: #D9D9D9;
}

.price-range-block .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.ui-slider-horizontal {
  height: 0.6em;
}

.price-filter-range {
  height: 3px;
}

.ui-slider .ui-slider-handle {
  border-radius: 100%;
}

.ui-slider-horizontal .ui-slider-range {
  height: 1px !important;
  top: 4px !important;
  background: #AB8855 !important;
}

.ui-widget.ui-widget-content {
  height: 1px !important;
  border: none !important;
  border-bottom: 1px solid !important;
  padding-bottom: 4px;
}

.ui-slider-horizontal {
  width: 95%;
  margin: 0 auto;
}

.facet-range-container .ui-state-default, .facet-range-container .ui-widget-content .ui-state-default, .facet-range-container .ui-widget-header .ui-state-default, .facet-range-container .ui-button, .facet-range-container html .ui-button.ui-state-disabled:hover, .facet-range-container html .ui-button.ui-state-disabled:active {
  border-color: #AB8855;
}
.facet-range-container .mSpecial {
  width: 100%;
  padding: 0px 4px !important;
  position: relative;
}
.facet-range-container.d-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.facet-range-container.d-flex div {
  font-family: "gilganregular", sans-serif;
  font-size: 17px;
  font-weight: 400;
  background: transparent !important;
}
.facet-range-container.d-flex .range {
  font-family: "gilganregular", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #000;
}
.facet-range-container.d-flex input {
  border: 0px;
  font-family: "gilganregular", sans-serif;
  font-size: 17px;
  font-weight: 400;
  padding-bottom: 2px;
  background: transparent;
}
@media (max-width: 1700px) {
  .facet-range-container.d-flex div {
    font-size: 13px;
    line-height: 1;
  }
  .facet-range-container.d-flex .range {
    font-size: 13px;
    line-height: 1;
    color: #000;
  }
  .facet-range-container.d-flex input {
    font-size: 13px;
    line-height: 1;
  }
}

.ui-state-default:focus-visible {
  outline: none !important;
}

.ui-state-focus {
  outline: none !important;
}
.ui-state-focus:focus-visible {
  outline: none !important;
}

.ui-state-active {
  background: #ccc !important;
  outline: none !important;
  border-color: #666 !important;
}
.ui-state-active:focus-visible {
  outline: none !important;
}

#price-range-to {
  width: 58px;
}

.price-range-search {
  width: 40.5%;
  background-color: #f9f9f9;
  border: 1px solid #6e6666;
  min-width: 40%;
  display: inline-block;
  height: 32px;
  border-radius: 5px;
  float: left;
  margin-bottom: 20px;
  font-size: 16px;
}

.price-range-field {
  width: 58px;
  min-width: 20px;
  background-color: #f9f9f9;
  border: 1px solid #6e6666;
  color: black;
  font-family: myFont;
  font: normal 14px Arial, Helvetica, sans-serif;
  border-radius: 5px;
  height: 26px;
  padding: 5px;
}

.search-results-block {
  position: relative;
  display: block;
  clear: both;
}

.btn-remove-group-filters {
  font-family: "gilganregular", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #AB8855;
  margin-top: -9px;
}
.btn-remove-group-filters:hover {
  color: #000;
}

.product-list-container .artlist.artlist-grid {
  margin-right: -15px;
  margin-left: -15px;
}
.product-list-container .art {
  margin-bottom: 40px;
}
.product-list-container .art.active {
  background: transparent !important;
}
.product-list-container .art .artBox {
  margin-bottom: 30px;
}
.product-list-container .artlist-actions.artlist-actions--top {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product-list-container .artlist-actions .artlist-action-group .btn-secondary {
  border-color: #454545;
  background: #ffffff;
  padding: 8px 15px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-list-container .artlist-actions .artlist-action-group .btn-secondary em {
  font-size: 15px;
  font-weight: 400;
}
.product-list-container .artlist-actions .artlist-action-group .btn-secondary em span {
  font-size: 15px;
  font-weight: 500;
}
.product-list-container .artlist-actions .artlist-action-group .btn-secondary i {
  margin-left: 8px;
}
.product-list-container .artlist-actions .artlist-action-group .btn-secondary .fa-caret-down {
  background: url(../images/arrow_down.png) no-repeat center center;
  background-size: 14px;
  width: 14px;
  height: 15px;
}
.product-list-container .artlist-actions .artlist-action-group .btn-secondary .fa-caret-down::before {
  display: none;
}
.product-list-container .artlist-actions .artlist-action-group .artlist-action--sort select {
  height: auto;
}
.product-list-container .artlist-actions .artlist-action-group.artlist-action-group--page .artlist-action--viewmode {
  display: none;
}
.product-list-container .artlist-actions select {
  height: auto;
  font-size: 16px;
  padding: 6px 10px;
}
@media (max-width: 767px) {
  .product-list-container .artlist-actions {
    margin: 0 -4px;
    padding: 0;
  }
  .product-list-container .artlist-actions .mf-dropdown {
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  .product-list-container .artlist-actions.artlist-actions--top {
    position: absolute;
    top: 0px;
  }
  .product-list-container .artlist-actions .artlist-action--sort {
    display: none;
  }
}
.product-list-container .active-filter-link.btn-gray {
  background: #551c25;
}
.product-list-container .active-filter-link.btn-flat {
  background: transparent !important;
  color: #000 !important;
}
@media (max-width: 1440px) {
  .product-list-container .artlist-actions .artlist-action-group .btn-secondary {
    padding: 6px 12px;
  }
  .product-list-container .artlist-actions .artlist-action-group .btn-secondary em {
    font-size: 13px;
  }
  .product-list-container .artlist-actions .artlist-action-group .btn-secondary em span {
    font-size: 13px;
  }
  .product-list-container .artlist-actions .artlist-action-group .btn-secondary i {
    margin-left: 6px;
  }
  .product-list-container .artlist-actions .artlist-action-group .btn-secondary .fa-caret-down {
    background-size: 12px;
    width: 12px;
    height: 13px;
  }
  .product-list-container .artlist-actions select {
    font-size: 14px;
    padding: 5px 8px;
  }
}
@media (max-width: 1366px) {
  .product-list-container .artlist-actions .artlist-action-group .btn-secondary {
    padding: 5px 10px;
  }
  .product-list-container .artlist-actions .artlist-action-group .btn-secondary em {
    font-size: 12px;
  }
  .product-list-container .artlist-actions .artlist-action-group .btn-secondary em span {
    font-size: 12px;
  }
  .product-list-container .artlist-actions .artlist-action-group .btn-secondary .fa-caret-down {
    background-size: 10px;
    width: 10px;
    height: 11px;
  }
  .product-list-container .artlist-actions select {
    height: auto;
    font-size: 13px;
    padding: 5px 7px;
  }
}
@media (max-width: 1199px) {
  .product-list-container .artlist-actions .btn-artlist-action {
    font-weight: 500;
    font-size: 12px;
  }
  .product-list-container .artlist-actions .btn-artlist-action .fa-sort {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .product-list-container .artlist-action-group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-list-container .artlist-actions.artlist-actions--top {
    margin-bottom: 15px;
  }
  .product-list-container .artlist-actions .artlist-action-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-list-container .artlist-actions .artlist-action-group .artlist-action.artlist-action--filter {
    max-width: 110px;
  }
  .product-list-container .artlist-actions .artlist-action-group .artlist-action.artlist-action--filter .btn.btn-labeled b {
    top: 1px;
    width: 17px;
    right: 12px;
  }
  .product-list-container .artlist-actions .artlist-action-group .artlist-action.artlist-action--sort {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .product-list-container .artlist-actions .artlist-action-group .artlist-action.artlist-action--sort .mf-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .product-list-container .artlist-actions .artlist-action-group .artlist-action.artlist-action--sort .btn.btn-labeled {
    display: none;
  }
  .product-list-container .artlist-actions .artlist-action-group .artlist-action.artlist-action--sort .btn-secondary {
    padding: 8px 12px;
    font-size: 13px;
  }
  .product-list-container .artlist-actions .artlist-action-group.artlist-action--sort select {
    height: 40px;
  }
  .product-list-container .artlist-actions .btn-warning {
    background: transparent url("../images/icon_Filters.png") no-repeat right 4px;
    color: #fff;
    padding: 0px 12px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
    color: #551c25;
    width: auto !important;
    min-width: inherit;
    background-size: 14px;
    padding-right: 28px;
  }
  .product-list-container .artlist-actions .btn-warning b {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-list-container .artlist.artlist-grid {
    margin: 0px;
  }
  .product-list-container .artlist.artlist-grid .art .artBox {
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .product-list-container .artlist-actions .artlist-action-group .artlist-action.artlist-action--filter {
    max-width: 100%;
  }
  .product-list-container .artlist-actions .artlist-action-group .artlist-action.artlist-action--sort {
    max-width: 50%;
  }
  .product-list-container .artlist-actions .artlist-action-group .artlist-action.artlist-action--sort .btn-secondary {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .product-list-container .art {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.addressForm_comman .container {
  padding: 0px;
}
.addressForm_comman .cityInputArea .fullDiv .col {
  padding: 0px;
}
.addressForm_comman .blingcheckbox {
  margin-bottom: 0px !important;
}
.addressForm_comman .billingShippinfAdreesSection {
  margin: 0px 0px 40px 0px;
}
.addressForm_comman .billingShippinfAdreesSection .content-group {
  max-height: 600px;
  margin-right: 10px;
  overflow-y: auto; /* Scrollbar styles for WebKit-based browsers (Chrome, Safari) */
  /* Firefox scrollbar styles */
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
  /* IE and Edge (only for EdgeHTML-based, not Chromium-based Edge) */
}
.addressForm_comman .billingShippinfAdreesSection .content-group::-webkit-scrollbar {
  width: 12px;
}
.addressForm_comman .billingShippinfAdreesSection .content-group::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.addressForm_comman .billingShippinfAdreesSection .content-group::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
  border: 3px solid #f1f1f1;
}
.addressForm_comman .billingShippinfAdreesSection .content-group::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
@media (max-width: 767px) {
  .addressForm_comman .billingShippinfAdreesSection {
    margin-bottom: 20px;
  }
}
.addressForm_comman .address-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.addressForm_comman .address-list .card {
  margin: 0px 0px 30px 0px;
  padding: 0px;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100%;
  border: none;
  color: #551c25;
  font-size: 18px;
}
.addressForm_comman .address-list .card:last-child {
  margin-bottom: 0px;
}
.addressForm_comman .address-list .card .mt-3 {
  margin: 0px !important;
}
.addressForm_comman .address-list .card .name {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 14px;
  padding-bottom: 4px !important;
  font-family: "gilganregular", sans-serif;
  color: #551c25;
  margin-bottom: 10px;
}
.addressForm_comman .address-list .card .address, .addressForm_comman .address-list .card .email {
  padding-bottom: 5px;
}
.addressForm_comman .address-list .card .btn_comman {
  margin-top: 19px;
  padding: 17px 25px 19px 25px;
}
.addressForm_comman .address-list .address-item .address-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.addressForm_comman .address-list .address-item .address-data .checkSelect {
  width: 20px;
  margin-right: 18px;
  position: relative;
}
.addressForm_comman .address-list .address-item .address-data .addressSelect {
  width: calc(100% - 38px);
  font-size: 14px;
  line-height: 20px;
}
.addressForm_comman .address-list .address-item .address-data .addressSelect .address br {
  display: contents;
  width: 5px;
  position: relative;
  margin-right: 10px;
}
.addressForm_comman .address-list .address-item .address-data .addressSelect .address br::after {
  content: ", ";
  margin-left: 0;
}
.addressForm_comman .address-list .address-item .address-data .addressSelect strong {
  font-weight: 400 !important;
}
.addressForm_comman .boxBillingShipping h3 {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #AB8855;
}
.addressForm_comman .boxBillingShipping .content-group {
  padding: 0 12px;
}
.addressForm_comman .boxBillingShipping .inputcheckbox {
  position: relative;
  top: 6px;
}
.addressForm_comman .boxBillingShipping .inputcheckbox input[type=radio] {
  position: absolute;
  left: 0px;
  z-index: 2;
  opacity: 0;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.addressForm_comman .boxBillingShipping .inputcheckbox input[type=radio] + .bgcheckbox {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  background: url(../images/checkbox2.png) no-repeat left top;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.addressForm_comman .boxBillingShipping .inputcheckbox input[type=radio]:checked + .bgcheckbox {
  background-position: 0px -21px;
}
@media (max-width: 1600px) {
  .addressForm_comman .boxBillingShipping .inputcheckbox input[type=radio] + .bgcheckbox {
    top: -4px;
  }
}
@media (max-width: 1440px) {
  .addressForm_comman .boxBillingShipping .checkboxsection input[type=checkbox] + input + label::before {
    top: 0px;
  }
}
@media (max-width: 1366px) {
  .addressForm_comman .boxBillingShipping .inputcheckbox input[type=radio] + .bgcheckbox {
    width: 18px;
    height: 18px;
    background-size: 18px auto;
  }
  .addressForm_comman .boxBillingShipping .inputcheckbox input[type=radio]:checked + .bgcheckbox {
    background-position: 0px -18px;
  }
}
@media (max-width: 1199px) {
  .addressForm_comman .boxBillingShipping .inputcheckbox input[type=radio] + .bgcheckbox {
    width: 18px;
    height: 18px;
    background-size: 18px auto;
  }
  .addressForm_comman .boxBillingShipping .inputcheckbox input[type=radio]:checked + .bgcheckbox {
    background-position: 0px -18px;
  }
}
@media (max-width: 575px) {
  .addressForm_comman .boxBillingShipping .content-group {
    padding: 0px;
  }
}
.addressForm_comman .otherAdrresAdd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
.addressForm_comman .otherAdrresAdd .inputcheckbox {
  width: 20px;
  margin-right: 18px;
  position: relative;
  top: 6px;
  top: 3px;
}
.addressForm_comman .otherAdrresAdd .inputcheckbox input[type=radio] {
  position: absolute;
  left: 0px;
  z-index: 2;
  opacity: 0;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.addressForm_comman .otherAdrresAdd .inputcheckbox input[type=radio] + .bgcheckbox {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  background: url(../images/checkbox2.png) no-repeat left top;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.addressForm_comman .otherAdrresAdd .inputcheckbox input[type=radio]:checked + .bgcheckbox {
  background-position: 0px -21px;
}
@media (max-width: 1700px) {
  .addressForm_comman .otherAdrresAdd .inputcheckbox {
    top: 0px;
  }
}
@media (max-width: 1366px) {
  .addressForm_comman .otherAdrresAdd .inputcheckbox input[type=radio] + .bgcheckbox {
    width: 18px;
    height: 18px;
    background-size: 18px auto;
  }
  .addressForm_comman .otherAdrresAdd .inputcheckbox input[type=radio]:checked + .bgcheckbox {
    background-position: 0px -18px;
  }
}
.addressForm_comman .otherAdrresAdd label {
  width: calc(100% - 38px);
  text-transform: capitalize;
  margin: 0px;
  color: #551c25 !important;
  font-size: 14px;
  line-height: 22px;
  font-family: "gilganregular", sans-serif;
}
.addressForm_comman .billingShippingForm h3 {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding: 0px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #AB8855;
}
.addressForm_comman .billingShippingForm .commanForm .checkboxsection input[type=checkbox] + input + label::before {
  top: 3px;
}
.addressForm_comman .billingShippingForm .form-horizontal {
  margin-top: 0px;
}
@media (max-width: 767px) {
  .addressForm_comman .billingShippingForm .col-lg-6:last-child .boxBillingShipping {
    margin-top: 20px;
  }
  .addressForm_comman .billingShippingForm h3 {
    margin-bottom: 30px;
  }
}
.addressForm_comman .form-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.addressForm_comman .form-horizontal .row {
  width: 50%;
  margin-left: 0px;
  margin-right: 0px;
}
.addressForm_comman .form-horizontal .row.fulldiv, .addressForm_comman .form-horizontal .row.full_row, .addressForm_comman .form-horizontal .row:nth-child(4), .addressForm_comman .form-horizontal .row:nth-child(5) {
  width: 100%;
}
.addressForm_comman .form-horizontal .row.contactNumber {
  padding: 0 5px;
}
.addressForm_comman .form-horizontal .col-form-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  color: #551c25;
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.addressForm_comman .form-horizontal .col-sm-9, .addressForm_comman .form-horizontal .col-md-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0 5px;
}
.addressForm_comman .form-horizontal .form-control {
  width: 100% !important;
  color: #979797;
  background: #fff;
  height: auto;
  min-height: 44px;
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  border-radius: 0px !important;
}
.addressForm_comman .form-horizontal .form-control.codenumber {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.addressForm_comman .form-horizontal .addressInput textarea.form-control {
  height: 100px;
}
.addressForm_comman .form-horizontal .row.cityInputArea .fullDiv .row {
  width: 100%;
}
.addressForm_comman .form-horizontal .checkboxsection label {
  text-transform: capitalize;
}
.addressForm_comman .form-horizontal .checkboxsection input[type=checkbox] + input + label::before {
  top: 3px;
}
.addressForm_comman .form-horizontal .select2-container--bootstrap .select2-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.addressForm_comman .form-horizontal .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  border: none;
  background: none;
}
.addressForm_comman .form-horizontal .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #979797;
  font-size: 12px;
  line-height: 18px;
  font-family: "gilganregular", sans-serif;
  font-weight: normal;
}
.addressForm_comman .form-horizontal hr {
  display: none;
}
.addressForm_comman .form-horizontal .form-check {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 26px;
}
.addressForm_comman .form-horizontal .form-check .checkboxbg {
  position: absolute;
  width: 21px;
  height: 21px;
  z-index: 1;
  left: 0px;
  top: 2px;
}
.addressForm_comman .form-horizontal .form-check input[type=checkbox]:not(old), .addressForm_comman .form-horizontal .form-check input[type=radio]:not(old) {
  width: 21px;
  height: 21px;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 2px;
  margin: 0px;
  z-index: 2;
}
.addressForm_comman .form-horizontal .form-check input[type=checkbox]:not(old) + input + .checkboxbg, .addressForm_comman .form-horizontal .form-check input[type=checkbox]:not(old) + .checkboxbg {
  background: url(../Content/images/checkbox2.png) no-repeat left top;
}
.addressForm_comman .form-horizontal .form-check input[type=radio]:not(old) + .checkboxbg {
  background: url(../Content/images/rediobox.png) no-repeat left top;
}
.addressForm_comman .form-horizontal .form-check input[type=checkbox]:not(old):checked + input + .checkboxbg, .addressForm_comman .form-horizontal .form-check input[type=checkbox]:not(old):checked + .checkboxbg {
  background-position: left -21px;
}
.addressForm_comman .form-horizontal .form-check input[type=radio]:not(old):checked + .checkboxbg {
  background-position: left -21px;
}
.addressForm_comman .field-validation-error {
  position: absolute;
  left: 17px;
  bottom: -22px;
}
.addressForm_comman .buttons .btn {
  margin-right: 30px;
  height: auto;
}
.addressForm_comman .buttons .btn:last-child {
  margin-right: 0px;
}
.addressForm_comman .guest_Address .col-lg-8 {
  margin: 0 auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}
@media (max-width: 575px) {
  .addressForm_comman .guest_Address .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95%;
            flex: 0 0 95%;
    max-width: 95%;
  }
}

#terms-of-service-consent-box {
  border: 0px !important;
}
#terms-of-service-consent-box .form-check {
  position: relative;
  padding-left: 32px;
}
#terms-of-service-consent-box .form-check .form-check-input {
  margin-top: 0px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 2px;
  margin: 0px;
  width: 21px;
  height: 21px;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
#terms-of-service-consent-box .form-check input[type=checkbox].form-check-input + .form-check-label::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 2px;
  width: 21px;
  height: 21px;
  border: #D9D9D9 solid 0px;
  border-radius: 0px;
  background: url(../images/checkbox2.png) no-repeat left top #fff;
  cursor: pointer;
}
#terms-of-service-consent-box .form-check input[type=checkbox].form-check-input:checked + .form-check-label::before {
  border-color: #D9D9D9 solid 0px;
  background-position: 0px -21px;
}
#terms-of-service-consent-box .form-check .form-check-label {
  color: #551c25 !important;
  font-size: 12px;
  line-height: 24px;
  font-family: "TTForsTrialVariable";
}

.checkout-confirm-page .bgnone #confirm-order-form {
  background: transparent;
  padding: 0;
}
.checkout-confirm-page .bgnone #confirm-order-form #terms-of-service-consent-box {
  background: transparent;
}
.checkout-confirm-page .bgnone #confirm-order-form #terms-of-service-consent-box .card-body {
  padding: 0px;
}
@media (max-width: 767px) {
  .checkout-confirm-page .bgnone #confirm-order-form {
    margin-bottom: 30px;
  }
}
.checkout-confirm-page .tabbyPaymentFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkout-confirm-page .tabbyPaymentFlex .opt-name {
  font-size: 14px !important;
  font-weight: 500;
  margin-left: 10px !important;
}
.checkout-confirm-page .tabbyPaymentFlex button {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0px;
  z-index: 11;
  position: relative;
  cursor: pointer;
}
.checkout-confirm-page .tabbyPaymentFlex button i {
  position: relative;
  z-index: -1;
  cursor: pointer;
}
.checkout-confirm-page .cardimg img {
  max-height: 32px;
}
.checkout-confirm-page #confirm-order-form {
  background: #fff;
  padding: 30px;
  margin-bottom: 60px;
}
.checkout-confirm-page #confirm-order-form .payment-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -20px;
  max-width: 800px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item {
  background: none;
  border: none;
  margin-bottom: 20px;
  font-family: "gilganregular", sans-serif;
  font-size: 20px;
  color: #000;
  width: 100%;
  padding: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .form-check, .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(1) .form-check {
  width: 100%;
  display: block !important;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .cardimg, .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(1) .cardimg {
  margin-left: 30px;
  display: block;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(3) .form-check-label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_0 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_0 .tabbyPaymentFlex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_0 .tabbyPaymentFlex .payment-method-description {
  margin: 0px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_0.opt-list-item .form-check label:before, .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_0.opt-list-item .form-check input[type=radio]:checked + label:after {
  top: 12px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_1 .tabbyPaymentFlex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_1 .tabbyPaymentFlex .payment-method-description {
  margin: 0px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_1.opt-list-item .form-check label:before, .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_1.opt-list-item .form-check input[type=radio]:checked + label:after {
  top: 12px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_2 img {
  max-width: 71px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_3 .opt-name {
  margin-left: 10px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_3 .form-check {
  width: 100%;
  margin: 0;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_3 .form-check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_3 .tabbyPaymentFlex {
  margin-top: -10px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item::before {
  display: none !important;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check-label {
  width: 100%;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 0px;
  margin: 0px !important;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check-input {
  margin-top: 0px;
  position: absolute;
  left: 0;
  top: 2px;
  margin: 0px;
  width: 20px;
  height: 20px;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check input[type=radio] {
  display: none;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding-left: 35px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #AB8855;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  left: 0;
  top: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check input[type=radio]:checked + label:before {
  border-color: #AB8855;
  background-color: #AB8855;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check input[type=radio]:checked + label:after {
  content: "✔";
  color: white;
  font-size: 12px;
  position: absolute;
  left: 5px;
  top: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check label span {
  margin-left: 10px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check-label {
  position: relative;
  padding-left: 30px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .opt-name {
  margin-left: 0px !important;
  font-size: 18px;
  color: #000;
  text-transform: capitalize;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .cardimg {
  display: none;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .payment-method-description {
  margin-top: 0px;
  margin-left: 30px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .payment-method-description p {
  padding-top: 3px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 300;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-info.payment-method-info {
  display: none;
}
@media (max-width: 1440px) {
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .opt-name {
    font-size: 16px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .cardimg {
    margin-left: 20px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .cardimg img {
    max-height: 22px;
  }
}
@media (max-width: 1366px) {
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item {
    padding: 15px 15px 15px 20px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .cardimg img {
    max-height: 20px;
  }
}
@media (max-width: 1199px) {
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .cardimg img {
    max-height: 18px;
  }
}
@media (max-width: 991px) {
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item {
    padding: 15px 40px 15px 20px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .cardimg {
    margin-left: 20px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .cardimg img {
    max-height: 22px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .payment-method-description {
    margin-left: 30px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .payment-method-description p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .opt-name {
    font-size: 15px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .form-check-label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check label .cardimg {
    margin: 10px 0px 0px 0px;
  }
}
@media (max-width: 480px) {
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item {
    padding: 15px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .cardimg {
    margin-left: 9px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .cardimg img {
    max-height: 18px;
  }
}
@media (max-width: 400px) {
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item {
    padding: 12px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) {
    padding-right: 12px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check-label {
    padding-left: 26px;
  }
}
@media (max-width: 400px) {
  .checkout-confirm-page #confirm-order-form {
    padding: 30px 15px;
  }
}
.checkout-confirm-page .order-summary-body #cart-items .cart-col-remove {
  display: none;
}

.checkout-completed-page {
  max-width: 1180px;
  margin: 0px auto;
  text-align: center;
  background: #fff;
  padding: 70px 10px 70px 10px;
}
.checkout-completed-page h3 {
  text-transform: uppercase;
  font-family: "TTForsTrialVariable";
}
.checkout-completed-page p {
  margin: 0px;
  padding: 0px;
}
.checkout-completed-page .order-completed p {
  font-size: 18px;
  color: #AB8855;
  padding: 5px 0px;
}
.checkout-completed-page .order-completed .transactionText {
  color: #000;
}
.checkout-completed-page .order-completed a {
  color: inherit;
}
.checkout-completed-page .order-completed a strong {
  color: inherit;
  font-weight: inherit;
}
.checkout-completed-page .two_button1 {
  padding-top: 40px !important;
}
.checkout-completed-page .two_button1 .btn_comman {
  margin-right: 15px;
}
.checkout-completed-page .two_button1 .btn_comman:last-child {
  margin-right: 0px;
}
.checkout-completed-page .checkout-data {
  padding-top: 0px !important;
}
@media (max-width: 1440px) {
  .checkout-completed-page h3 {
    font-size: 32px;
  }
  .checkout-completed-page .order-completed p {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .checkout-completed-page {
    padding: 50px 10px 50px 10px;
  }
  .checkout-completed-page h3 {
    font-size: 28px;
  }
  .checkout-completed-page .two_button1 {
    padding-top: 30px !important;
  }
}
@media (max-width: 1199px) {
  .checkout-completed-page h3 {
    font-size: 22px;
  }
  .checkout-completed-page .order-completed p {
    font-size: 14px;
  }
  .checkout-completed-page .two_button1 {
    padding-top: 25px !important;
  }
}
@media (max-width: 767px) {
  .checkout-completed-page h3 {
    font-size: 18px;
  }
  .checkout-completed-page .two_button1 {
    padding-top: 20px !important;
  }
}
@media (max-width: 575px) {
  .checkout-completed-page {
    padding: 30px 15px 40px 15px;
  }
  .checkout-completed-page .heading {
    margin: 0px !important;
  }
  .checkout-completed-page h3 {
    font-size: 18px;
  }
  .checkout-completed-page .two_button1 {
    padding-top: 25px;
  }
  .checkout-completed-page .two_button1 .btn {
    min-width: 1px;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .checkout-completed-page h3 {
    font-size: 17px;
  }
  .checkout-completed-page .two_button1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .checkout-completed-page .two_button1 .btn {
    margin-right: 0px;
    width: 48%;
    font-size: 13px;
  }
}
@media (max-width: 360px) {
  .checkout-completed-page .two_button1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .checkout-completed-page .two_button1 .btn {
    margin-right: 0px;
    width: 100%;
    font-size: 13px;
    margin-bottom: 15px;
  }
  .checkout-completed-page .two_button1 .btn:last-child {
    margin-bottom: 0px;
  }
}

.checkout-data .sectionTitle {
  color: #AB8855;
  text-transform: uppercase;
}

#footer {
  background: #551c25;
}
#footer .footer-main-wrapper {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  #footer .footer-main-wrapper {
    padding: 40px 0px 85px 0px;
  }
}
#footer .newsLetter {
  padding: 30px 0px;
  background: url(/Themes/Flex/Content/images/newsletter_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#footer .newsLetter #newsletter-subscribe-block {
  margin-bottom: 30px;
}
#footer .newsLetter .footer-newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 400px;
}
#footer .newsLetter .footer-newsletter .footer-title {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}
#footer .newsLetter .footer-newsletter p {
  color: #AB8855;
  font-weight: 400;
  font-size: 10px;
  line-height: 140%;
  text-align: center;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  #footer .newsLetter .footer-newsletter {
    min-height: 320px;
  }
  #footer .newsLetter .footer-newsletter .footer-title {
    font-size: 18px;
    line-height: 22px;
  }
}
#footer .newsLetter #footer-newsletter .alert.alert-danger {
  color: #fff;
  margin-top: -20px;
  text-align: left;
}
@media (max-width: 767px) {
  #footer .newsLetter #footer-newsletter {
    width: 100%;
    max-width: 300px;
  }
}
#footer .newsLetter .SearchBoxComman {
  margin-bottom: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#footer .newsLetter .SearchBoxComman .btnSerach {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  margin-left: 10px;
}
#footer .newsLetter .SearchBoxComman .btnSerach .btn_black {
  background: #AB8855;
  color: #fff;
  padding: 14px 50px;
  text-decoration: none !important;
  border-radius: 0px;
  text-transform: inherit;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  min-height: 48px;
}
#footer .newsLetter .SearchBoxComman .form-control {
  border-radius: 0px !important;
  padding: 15px 20px !important;
  min-width: 400px;
  max-width: 100%;
  height: 48px;
  color: #979797;
}
@media (max-width: 767px) {
  #footer .newsLetter .SearchBoxComman {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
  #footer .newsLetter .SearchBoxComman .btnSerach {
    width: 100%;
    margin: 0;
  }
  #footer .newsLetter .SearchBoxComman .btnSerach .btn_black {
    width: 100%;
  }
  #footer .newsLetter .SearchBoxComman .form-control {
    min-width: inherit;
  }
}
#footer .footerSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  flex-wrap: wrap;
}
#footer .footerSection > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
#footer .footerSection > li .footerLogo {
  text-align: center;
  padding-right: 40px;
}
#footer .footerSection > li .footerBox {
  position: relative;
  padding: 15px 0px 0px 0px;
}
#footer .footerSection > li .footerBox::before {
  content: "";
  display: block;
  background: #AB8855;
  height: 1px;
  width: 80%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#footer .footerSection > li .footerBox .footer-title {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #D9D9D9;
  font-family: "TTForsTrialVariable";
  font-weight: 280;
  margin-bottom: 12px;
}
#footer .footerSection > li .footerBox .cms-menu-linklist ul li {
  font-size: 12px;
  line-height: 18px;
}
#footer .footerSection > li .footerBox .cms-menu-linklist ul li a {
  font-size: 12px;
  line-height: 18px;
  color: #AB8855;
  padding: 1px 0px;
  margin-bottom: 2px;
  display: block;
  font-family: "TTForsTrialVariable";
  font-weight: 280;
  text-decoration: none !important;
}
#footer .footerSection > li .footerBox .contactdetail p {
  margin-bottom: 20px;
}
#footer .footerSection > li .footerBox .contactdetail p, #footer .footerSection > li .footerBox .contactdetail a {
  font-size: 12px;
  line-height: 18px;
  color: #AB8855;
  display: block;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  #footer .footerSection {
    padding: 0 30px;
  }
  #footer .footerSection > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  #footer .footerSection > li .footerLogo {
    padding: 0px;
    margin-bottom: 40px;
  }
  #footer .footerSection > li .footerLogo img {
    max-width: 70px;
  }
  #footer .footerSection > li .footerBox {
    margin-bottom: 40px;
  }
  #footer .footerSection > li .footerBox .contactdetail p br {
    display: none;
  }
  #footer .footerSection > li:nth-child(3) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
#footer .btmFooterSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px;
  padding-top: 50px;
  padding-bottom: 20px;
  margin: 0;
}
#footer .btmFooterSection > li .footerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .btmFooterSection > li .footerBox .footer-title {
  font-size: 12px;
  line-height: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #FDF8F3;
  margin-bottom: 0px;
}
#footer .btmFooterSection > li .footerBox .footList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .btmFooterSection > li .footerBox .footList a {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #AB8855;
  margin: 0 6px;
  text-decoration: none !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
@media (max-width: 1199px) {
  #footer .btmFooterSection > li .footerBox .footList {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  #footer .btmFooterSection > li {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #footer .btmFooterSection {
    padding: 0 30px;
  }
  #footer .btmFooterSection > li {
    margin-bottom: 10px;
  }
  #footer .btmFooterSection > li .footerBox .footer-title {
    font-size: 10px;
    line-height: 18px;
    padding-bottom: 2px;
  }
  #footer .btmFooterSection > li .footerBox .footList a {
    font-size: 10px;
    line-height: 18px;
  }
}
#footer .copyright {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #AB8855;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  #footer .copyright {
    margin-top: 10px;
  }
}

#scroll-top {
  background: #f0f0f0;
}
#scroll-top:hover {
  background: #AB8855;
}

.nav-tabs-line .nav-link.active:before, .nav-tabs-line .nav-link.active:focus:before, .nav-tabs-line .nav-item.open .nav-link:before, .nav-tabs-line .nav-item.open .nav-link:focus:before {
  background: #AB8855;
}

.nav-tabs-line .nav-link {
  font-size: 18px;
  text-align: left;
}

.offcanvas-menu-body {
  -webkit-box-flex: inherit !important;
      -ms-flex-positive: inherit !important;
          flex-grow: inherit !important;
}

.canvas-sliding-left.canvas-overlay .canvas-slidable {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.offcanvas {
  background: #FDF8F3 !important;
}

#offcanvas-cart {
  background: #FDF8F3;
}
@media (max-width: 767px) {
  #offcanvas-cart {
    height: 50%;
    top: initial !important;
    bottom: 0 !important;
    width: 100%;
    -webkit-transform: inherit !important;
            transform: inherit !important;
  }
}

.offcanvas-content {
  background: #FDF8F3;
}
.offcanvas-content .brand li {
  padding: 0px 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.offcanvas-content .brand li a {
  padding: 15px 0px;
  display: block;
  font-size: 16px;
  color: #393f46;
}
.offcanvas-content .brand li:hover a {
  color: #AB8855;
}

#offcanvas-menu .menubar-link .ocm-link, #offcanvas-menu .ocm-item .ocm-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#offcanvas-menu .menubar-link .ocm-link i, #offcanvas-menu .ocm-item .ocm-link i {
  margin-right: 8px;
}

.ocm-info {
  padding: 10px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ocm-info .ocm-name {
  margin-bottom: 0px;
}
.ocm-info .offcanvas-close-btn {
  background: transparent !important;
  border: 0px;
  padding: 0px !important;
  position: absolute;
  top: 15px;
}
.ocm-info .offcanvaslogo {
  text-align: center;
}

#offcanvas-menu .menubar-link.selected:before, #offcanvas-menu .menubar-link.expanded:before, #offcanvas-menu .ocm-item.selected:before, #offcanvas-menu .ocm-item.expanded:before {
  background: #AB8855;
}

#offcanvas-menu ul {
  margin-bottom: 0px;
}
#offcanvas-menu .ocm-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#offcanvas-menu .ocm-nav .ocm-item {
  font-family: "gilganregular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #551c25;
  border: 0px;
}
#offcanvas-menu .ocm-nav .ocm-item .ocm-link {
  font-family: "gilganregular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #551c25;
}
#offcanvas-menu .ocm-nav .ocm-item.has-children:after {
  color: #551c25;
}
#offcanvas-menu .ocm-nav .ocm-item.ocm-back .ocm-link {
  font-family: "TTForsTrialVariable";
  text-transform: uppercase;
}
@media (max-width: 991px) {
  #offcanvas-menu .ocm-nav .ocm-item .ocm-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #offcanvas-menu .ocm-nav .ocm-item .ocm-link img.cat {
    margin-bottom: 20px;
  }
}
#offcanvas-menu .ocm-info {
  padding: 15px 25px;
  border: 0px !important;
}
#offcanvas-menu .ocm-name {
  font-family: "gilganregular", sans-serif;
  font-size: 15px;
  color: #551c25;
}
#offcanvas-menu .cms-menu ul li {
  font-family: "gilganregular", sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 1rem;
  position: relative;
}
#offcanvas-menu .cms-menu ul li a {
  color: #393f46;
  display: block;
  line-height: 1.3;
  padding: 1rem 2.5rem 1rem 2rem;
  text-decoration: none !important;
}

.artlist-homepage-categories .art {
  position: relative;
  margin: 0 !important;
  padding: 0 8px;
  border: 0px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -ms-flex-preferred-size: 33.3% !important;
      flex-basis: 33.3% !important;
  max-width: 33.3% !important;
}
.artlist-homepage-categories .art .art-picture-block {
  margin-bottom: 0;
  height: 100%;
}
.artlist-homepage-categories .art .art-picture-block .art-picture.img-center-container {
  padding: 0px;
  height: 100%;
  position: relative;
}
.artlist-homepage-categories .art .art-picture-block .art-picture.img-center-container img {
  position: relative;
  height: 100%;
  width: 100%;
}
.artlist-homepage-categories .art .art-genericname {
  position: absolute;
  left: 0;
  padding: 20px 32px;
  z-index: 1;
  text-align: center;
  top: 30px;
  left: 0;
  right: 0;
  font-family: "gilganregular", sans-serif;
}
.artlist-homepage-categories .art .art-genericname a {
  color: #fff;
  text-decoration: none;
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .artlist-homepage-categories .art .art-genericname {
    padding: 10px 25px;
  }
  .artlist-homepage-categories .art .art-genericname a {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .artlist-homepage-categories .art .art-genericname a {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .artlist-homepage-categories .art {
    padding: 0 6px;
  }
}
@media (max-width: 767px) {
  .artlist-homepage-categories .art {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
    margin: 6px 0px !important;
  }
  .artlist-homepage-categories .art .art-genericname a {
    font-size: 16px;
    line-height: 20px;
  }
}

.artlist-product-categories .art {
  position: relative;
  margin: 0 !important;
  padding: 0 8px;
  border: 0px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.artlist-product-categories .art .art-picture-block {
  margin-bottom: 0;
  height: 100%;
  position: relative;
  max-height: 150px;
}
.artlist-product-categories .art .art-picture-block .art-picture.img-center-container {
  padding: 0px;
  height: 100%;
  max-height: 150px;
  position: relative;
}
.artlist-product-categories .art .art-picture-block .art-picture.img-center-container::before {
  content: "";
  background: linear-gradient(188.04deg, rgba(0, 0, 0, 0) 60.19%, rgba(0, 0, 0, 0.6) 98.22%);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
}
.artlist-product-categories .art .art-picture-block .art-picture.img-center-container img {
  position: relative;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  object-fit: cover;
  object-position: center;
  max-height: 150px;
}
.artlist-product-categories .art .art-genericname {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0px;
  padding: 10px 15px;
  z-index: 1;
}
.artlist-product-categories .art .art-genericname a {
  font-family: "gilganregular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1440px) {
  .artlist-product-categories .art .art-genericname a {
    font-size: 16px;
    line-height: 20px;
  }
}

.productCatSlider.artlist-grid {
  margin-bottom: 50px !important;
}

.artlist-homepage-categories.productCatSlider.artlist-grid {
  margin-bottom: 0px !important;
}

.topTitle {
  padding-bottom: 0px !important;
  text-align: center;
}

.keyFeatures {
  background: #551c25;
  padding: 30px 0px;
}
.keyFeatures img {
  margin-bottom: 20px;
}
.keyFeatures ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.keyFeatures ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .keyFeatures ul li img {
    height: 35px !important;
    margin-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .keyFeatures ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.keyFeatures .featureBox {
  position: relative;
  text-align: center;
}
.keyFeatures .featureBox span {
  font-family: "TTForsTrialVariable";
  font-weight: 280;
  font-size: 12px;
  line-height: 18px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #CEBBBE;
}
.keyFeatures .featureBox p {
  font-family: "TTForsTrialVariable";
  font-weight: 280;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #CEBBBE;
  margin: 0px;
}
@media (max-width: 575px) {
  .keyFeatures .featureBox {
    padding: 10px 5px;
  }
  .keyFeatures .featureBox p, .keyFeatures .featureBox span {
    font-size: 10px;
    line-height: 12px;
  }
}

.langCurrencySelector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1440px) {
  .langCurrencySelector {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.megamenu-dropdown-container.simple .dropdown-item {
  font-size: 14px;
  line-height: 18px;
  color: #551c25;
  font-weight: 400;
  padding: 0px;
  font-family: "gilganregular", sans-serif;
  background: transparent;
}

.more-less {
  max-height: none !important;
}

.more-less .btn-text-expander {
  display: none !important;
}

.defaultBtn {
  background: #551c25 !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 18px !important;
  text-align: center !important;
  color: #fff !important;
  border-radius: 0px !important;
  text-decoration: none !important;
  padding: 15px 45px !important;
  border: 0px !important;
  font-family: "gilganregular", sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.defaultBtn i {
  margin: 0 2px;
}
.defaultBtn img {
  height: 15px;
  margin: 0 2px;
}

.brownBtn {
  background: #AB8855 !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 18px !important;
  text-align: center !important;
  color: #fff !important;
  border-radius: 0px !important;
  text-decoration: none !important;
  padding: 15px 45px !important;
  border: 0px !important;
  font-family: "gilganregular", sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.brownBtn i {
  margin-right: 5px;
}

.brownBorderBtn {
  background: transparent !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 18px !important;
  text-align: center !important;
  color: #AB8855 !important;
  border-radius: 0px !important;
  text-decoration: none !important;
  padding: 15px 45px !important;
  border: 1px solid #AB8855 !important;
  font-family: "gilganregular", sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.brownBorderBtn i {
  margin-right: 5px;
}
.brownBorderBtn.whiteBtn {
  border-color: #fff !important;
  color: #fff !important;
}

.btn-continue-shopping {
  color: #fff !important;
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
  .container {
    max-width: 1300px;
  }
}
@media (max-width: 575px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.block {
  margin-bottom: 0px !important;
}

.addressBoxsec .shippinginfo .name, .addressBoxsec .billinginfo .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #551c25;
}
.addressBoxsec .shippinginfo .address1, .addressBoxsec .shippinginfo .email, .addressBoxsec .shippinginfo .phone, .addressBoxsec .billinginfo .address1, .addressBoxsec .billinginfo .email, .addressBoxsec .billinginfo .phone {
  padding-top: 5px;
}
.addressBoxsec .shippinginfo .address1, .addressBoxsec .shippinginfo .country, .addressBoxsec .shippinginfo .city-state-zip, .addressBoxsec .shippinginfo .email, .addressBoxsec .shippinginfo .phone, .addressBoxsec .billinginfo .address1, .addressBoxsec .billinginfo .country, .addressBoxsec .billinginfo .city-state-zip, .addressBoxsec .billinginfo .email, .addressBoxsec .billinginfo .phone {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.addressBoxsec .shippinginfo .address1 span:first-child, .addressBoxsec .shippinginfo .country span:first-child, .addressBoxsec .shippinginfo .city-state-zip span:first-child, .addressBoxsec .shippinginfo .email span:first-child, .addressBoxsec .shippinginfo .phone span:first-child, .addressBoxsec .billinginfo .address1 span:first-child, .addressBoxsec .billinginfo .country span:first-child, .addressBoxsec .billinginfo .city-state-zip span:first-child, .addressBoxsec .billinginfo .email span:first-child, .addressBoxsec .billinginfo .phone span:first-child {
  font-weight: 400;
}
.addressBoxsec .shippinginfo .address1 span:last-child, .addressBoxsec .shippinginfo .country span:last-child, .addressBoxsec .shippinginfo .city-state-zip span:last-child, .addressBoxsec .shippinginfo .email span:last-child, .addressBoxsec .shippinginfo .phone span:last-child, .addressBoxsec .billinginfo .address1 span:last-child, .addressBoxsec .billinginfo .country span:last-child, .addressBoxsec .billinginfo .city-state-zip span:last-child, .addressBoxsec .billinginfo .email span:last-child, .addressBoxsec .billinginfo .phone span:last-child {
  font-weight: 700;
}

.comment-box {
  display: none !important;
}

.card_list.margintablecart {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card_list.margintablecart .cart-footer {
  width: 100%;
  padding: 20px;
}
.card_list.margintablecart .cart-item-link {
  margin-bottom: 10px;
  display: block;
}
.card_list.margintablecart .col-md-6 {
  -webkit-box-flex: inherit !important;
      -ms-flex: inherit !important;
          flex: inherit !important;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.advertisementBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0px 5px 0px;
}
.advertisementBar .titleText {
  background: #0F1317;
  color: #fff;
  padding: 10px 12px;
  display: inline-block;
}

.slidePurchase {
  display: inline-block;
  padding: 6px 10px;
  background: #C3DCEB;
}
.slidePurchase ul {
  overflow: hidden;
  text-align: left;
  min-width: 90px;
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.slidePurchase ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  padding: 2px 0px;
}
.slidePurchase ul li img {
  margin-right: 10px;
  height: 18px;
}
@media (max-width: 1700px) {
  .slidePurchase ul li {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 1440px) {
  .slidePurchase ul li {
    font-size: 14px;
    line-height: 14px;
  }
}

.pagination {
  margin: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination li .page-link, .pagination li .page-link:not(.page-nav) {
  border: 1px solid #AB8855 !important;
  margin: 0 5px !important;
  color: #551c25 !important;
  font-family: "TTForsTrialVariable";
  background: transparent !important;
  border: 0px;
  font-size: 14px !important;
  font-weight: Bold !important;
  line-height: 18px !important;
  text-align: center;
  border: 0px !important;
  padding: 5px;
}
.pagination li .page-link i, .pagination li .page-link:not(.page-nav) i {
  width: 44px;
  height: 39px;
  border: 1px solid #AB8855;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination li .page-link i.fa-chevron-right, .pagination li .page-link:not(.page-nav) i.fa-chevron-right {
  background: url(../images/nextarrow.png) no-repeat center center !important;
  background-size: 11px !important;
}
.pagination li .page-link i.fa-chevron-right:before, .pagination li .page-link:not(.page-nav) i.fa-chevron-right:before {
  display: none !important;
}
.pagination li .page-link i.fa-chevron-left, .pagination li .page-link:not(.page-nav) i.fa-chevron-left {
  background: url(../images/prevarrow.png) no-repeat center center !important;
  background-size: 11px !important;
}
.pagination li .page-link i.fa-chevron-left:before, .pagination li .page-link:not(.page-nav) i.fa-chevron-left:before {
  display: none !important;
}
@media (max-width: 767px) {
  .pagination li .page-link, .pagination li .page-link:not(.page-nav) {
    font-size: 12px !important;
  }
}

.btnSpace-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.passionDet {
  position: relative;
}
.passionDet .passionImg img {
  width: 100%;
}
.passionDet .passionDiv {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  max-width: 500px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 30px;
}
@media (max-width: 991px) {
  .passionDet .passionDiv {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .passionDet .passionDiv {
    position: relative;
    background: #f5f5f5;
    padding: 30px;
  }
}

.companySec .flxEnd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .companySec .flxEnd {
    margin-top: 30px;
  }
}

.aboutPage p {
  font-size: 18px;
  line-height: 26px;
}
.aboutPage .hd2.fs-h1, .aboutPage .heading .heading-title.fs-h1 {
  padding-bottom: 20px !important;
}
@media (max-width: 1366px) {
  .aboutPage p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .aboutPage p {
    font-size: 14px;
    line-height: 20px;
  }
}

.policySection.new .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  row-gap: 80px;
}
@media (max-width: 767px) {
  .policySection.new .container {
    row-gap: 40px;
  }
}
.policySection.new .section {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}
.policySection.new .section p:last-child {
  margin: 0px;
}
@media (max-width: 991px) {
  .policySection.new .section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
  }
}
@media (max-width: 767px) {
  .policySection.new .section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.policySection h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400 !important;
  font-family: "gilganregular", sans-serif;
  color: #551c25;
  padding: 0px 0px 30px 0px;
  margin: 0px;
  background: none;
  text-transform: uppercase;
}
.policySection h2.brown {
  color: #AB8855;
}
@media (max-width: 767px) {
  .policySection h2 {
    font-size: 16px;
  }
}
.policySection ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
.policySection ul li {
  list-style: disc;
}
.policySection td, .policySection th {
  padding: 10px;
}
@media (max-width: 767px) {
  .policySection h2 {
    padding-bottom: 20px;
  }
}

.more-less, .html-editor-content {
  margin-bottom: 0px;
}

.newslist-item {
  margin-bottom: 15px;
}
.newslist-item .sectionTitle {
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .storeMap img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.storeSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px !important;
}
.storeSearch .heading .heading-title {
  padding-bottom: 20px;
  text-transform: uppercase;
}
.storeSearch .heading p {
  color: #551C25;
}
.storeSearch form {
  min-width: 50%;
}
.storeSearch .grid-filter {
  position: relative;
  min-width: 180px;
  max-width: 70%;
  padding-left: 150px;
}
.storeSearch .grid-filter .select2-container--bootstrap .select2-selection {
  border: 0px;
  border-bottom: 1px solid #AB8855;
  background: transparent;
  border-radius: 0px;
}
.storeSearch .grid-filter .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  border: 0px;
  background: transparent;
}
.storeSearch .grid-filter .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border: 0px;
  background: url(../images/dropdown-arrow.png) no-repeat;
  width: 24px;
  height: 14px;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.storeSearch .grid-filter .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #551C25;
  font-size: 26px;
  text-transform: uppercase;
  padding-left: 15px;
}
.storeSearch .grid-filter .select2-container--bootstrap .select2-selection--single {
  padding-top: 5px;
  padding-bottom: 45px;
  position: relative;
  background: url(../images/map-icon.png) no-repeat;
  padding-left: 30px;
  background-position: left;
  background-size: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.storeSearch .grid-filter #btnSearch {
  position: absolute;
  right: 0;
  border: 0;
  top: 0;
  width: auto;
  background: transparent;
}
@media (max-width: 991px) {
  .storeSearch .grid-filter {
    padding-left: 0px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .storeSearch .grid-filter {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .storeSearch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .storeSearch form {
    margin-top: 15px;
    min-width: 100%;
  }
}

.select2-container--bootstrap .select2-results__option {
  border-bottom: 1px solid #AB8855;
  color: #551C25;
}

.select2-container--bootstrap .select2-results {
  background: #fdf8f3 !important;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  color: #551C25;
  background: transparent;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  color: #551C25;
  font-weight: 300;
}

.storeAreaTitle {
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 30px;
  color: #E6BB70;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.storeAreaTitle::after {
  content: "";
  width: 150px;
  height: 2px;
  background: #232323;
  display: inline-block;
  margin-left: 15px;
}
@media (max-width: 1440px) {
  .storeAreaTitle {
    font-size: 34px;
    line-height: 36px;
  }
  .storeAreaTitle::after {
    width: 80px;
  }
}

.storeLocationSectionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.storeLocationSectionList .storeLocationSection {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.storeLocationSectionList .storeLocationSection.col3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  max-width: 33.3%;
  padding-left: 10px;
  padding-right: 10px;
}
.storeLocationSectionList .storeLocationSection.col3 .storeLocationList li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .storeLocationSectionList .storeLocationSection.col3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .storeLocationSectionList {
    margin: 0 -15px;
  }
}

.storeLocationSection {
  padding: 40px 0px;
}
.storeLocationSection:first-child {
  padding-top: 0px;
}
.storeLocationSection:last-child {
  padding-bottom: 0px;
}
.storeLocationSection .storeLocationList {
  padding: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  background: #EBF8FF;
  border: 1px solid #CCCCCC;
  margin-bottom: 50px;
}
.storeLocationSection .storeLocationList:last-child {
  margin-bottom: 0px !important;
}
.storeLocationSection .storeLocationList li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.storeLocationSection .storeLocationList li:nth-child(4n) .storeLocationBox::after {
  display: none !important;
}
.storeLocationSection .storeLocationList li:last-child .storeLocationBox::after {
  display: none !important;
}
.storeLocationSection .storeLocationList li .storeLocationBox {
  padding: 20px 30px;
  height: 100%;
  position: relative;
}
.storeLocationSection .storeLocationList li .storeLocationBox .title {
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 20px;
  margin-top: 0;
  color: #232323;
}
.storeLocationSection .storeLocationList li .storeLocationBox::after {
  content: "";
  background: #CCCCCC;
  height: 80%;
  width: 1px;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.storeLocationSection .storeLocationList li .storeLocationBox .storecontactInfo p {
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #232323;
}
.storeLocationSection .storeLocationList li .storeLocationBox .storecontactInfo p i {
  position: absolute;
  top: 5px;
  left: 0px;
  font-size: 16px;
  color: #232323;
}
.storeLocationSection .storeLocationList li .storeLocationBox .storecontactInfo p a {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #232323;
  text-decoration: none;
}
@media (max-width: 1440px) {
  .storeLocationSection .storeLocationList li .storeLocationBox .title {
    font-size: 24px;
    line-height: 30px;
  }
  .storeLocationSection .storeLocationList li .storeLocationBox .storecontactInfo p {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
  }
  .storeLocationSection .storeLocationList li .storeLocationBox .storecontactInfo p a {
    font-size: 16px;
    line-height: 24px;
  }
  .storeLocationSection .storeLocationList li .storeLocationBox .storecontactInfo p i {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .storeLocationSection .storeLocationList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (max-width: 991px) {
  .storeLocationSection .storeLocationList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .storeLocationSection .storeLocationList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .storeLocationSection {
    padding: 20px 0px;
  }
  .storeLocationSection .heading:nth-child(1) .heading-title.fs-h1 {
    margin-top: 0px !important;
  }
}
@media (max-width: 400px) {
  .storeLocationSection .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.storeContact {
  background: #AB8855;
}
.storeContact .storeContactInfoDetails .mainSecTitle {
  color: #fff;
}
.storeContact .storeContactInfoDetails .storeContactDetails li {
  margin-bottom: 20px;
}
.storeContact .storeContactInfoDetails .storeContactDetails li p, .storeContact .storeContactInfoDetails .storeContactDetails li a {
  color: #fff;
}
.storeContact .storeContactForm .col-form-label {
  color: #fff;
  font-family: "TTForsTrialVariable";
}

.storeLocationSection {
  padding-top: 0px !important;
}
.storeLocationSection .heading .heading-title.fs-h1 {
  padding-bottom: 10px !important;
  margin-top: 20px !important;
}

.stateList {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 30px;
}
@media (max-width: 1700px) {
  .stateList {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1440px) {
  .stateList {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .stateList {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .stateList {
    font-size: 16px;
    line-height: 22px;
  }
}

.uaeremotePage table {
  width: 100%;
  border: 1px solid #C0C0C0;
}
.uaeremotePage table thead tr {
  background: #F2F2F2;
}
.uaeremotePage table thead th {
  border: 0px;
  background: #F2F2F2;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  padding: 20px 40px;
  text-align: left;
}
.uaeremotePage table thead th:nth-child(1) {
  width: 30%;
}
.uaeremotePage table thead th:nth-child(2) {
  width: 70%;
}
.uaeremotePage table tbody tr td {
  border: 0px;
  border-top: 1px solid #C0C0C0;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.uaeremotePage table tbody tr td:nth-child(1) {
  font-weight: 600;
}
@media (max-width: 1440px) {
  .uaeremotePage table thead tr th {
    padding: 18px 35px;
    font-size: 18px;
    line-height: 18px;
  }
  .uaeremotePage table tbody tr td {
    padding: 18px 35px;
    font-size: 16px;
    line-height: 18px;
  }
}

.ln-letters a {
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  color: #232323;
  position: relative;
  padding: 0px 20px 0px 15px;
  margin: 8px 0px;
  display: inline-block;
  text-decoration: none !important;
}
.ln-letters a:last-child::after {
  display: none;
}
.ln-letters a::after {
  content: "";
  background: #9F9F9F;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1440px) {
  .ln-letters a {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .ln-letters a {
    font-size: 18px;
    padding: 0px 15px 0px 10px;
  }
}
@media (max-width: 991px) {
  .ln-letters a {
    font-size: 16px;
    margin: 5px 0px;
  }
}
@media (max-width: 767px) {
  .ln-letters a {
    font-size: 14px;
  }
}

@-webkit-keyframes slidingBox1 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  16.6667% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  33.3333% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  50% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  66.6667% {
    -webkit-transform: translateY(-32px);
            transform: translateY(-32px);
  }
  83.3333% {
    -webkit-transform: translateY(-32px);
            transform: translateY(-32px);
  }
  100% {
    -webkit-transform: translateY(-48px);
            transform: translateY(-48px);
  }
}

@keyframes slidingBox1 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  16.6667% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  33.3333% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  50% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  66.6667% {
    -webkit-transform: translateY(-32px);
            transform: translateY(-32px);
  }
  83.3333% {
    -webkit-transform: translateY(-32px);
            transform: translateY(-32px);
  }
  100% {
    -webkit-transform: translateY(-48px);
            transform: translateY(-48px);
  }
}
@-webkit-keyframes slidingBox2 {
  0% {
    -webkit-transform: translateY(48px);
            transform: translateY(48px);
  }
  16.6667% {
    -webkit-transform: translateY(48px);
            transform: translateY(48px);
  }
  33.3333% {
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
  }
  50% {
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
  }
  66.6667% {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  83.3333% {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes slidingBox2 {
  0% {
    -webkit-transform: translateY(48px);
            transform: translateY(48px);
  }
  16.6667% {
    -webkit-transform: translateY(48px);
            transform: translateY(48px);
  }
  33.3333% {
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
  }
  50% {
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
  }
  66.6667% {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  83.3333% {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.slidingBar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding: 2px 8px;
  width: 100%;
  height: 24px;
  overflow: hidden;
  background-image: linear-gradient(91deg, rgba(215, 239, 205, 0.45) 1.08%, rgba(215, 239, 205, 0.2) 50.57%, rgba(215, 239, 205, 0) 96.9%);
}

.slidingTextHeight {
  width: 100%;
  position: relative;
  height: 16px;
  overflow: hidden;
}

.slidingTextBox1 {
  position: absolute;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation: 7.5s linear 0s infinite normal none running slidingBox1;
          animation: 7.5s linear 0s infinite normal none running slidingBox1;
}

.slidingTextBox2 {
  position: absolute;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation: 7.5s linear 0s infinite normal none running slidingBox2;
          animation: 7.5s linear 0s infinite normal none running slidingBox2;
}

.slidingTextBox > div {
  width: 100%;
  height: 16px;
  position: relative;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px;
  min-width: 0px;
}

.slidingTextBox span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
}

.slidingTextBox img {
  width: 16px;
  height: 16px;
}

@media (max-width: 1199px) {
  .paymentSectionFailed img {
    max-width: 50px;
  }
}
@media (max-width: 767px) {
  .paymentSectionFailed img {
    max-width: 40px;
  }
}

.paymentFailed ul {
  padding: 0px;
  margin: 0px;
  list-style: none !important;
}

.offcanvas-cart-body .alert-success, .offcanvas-cart-body .validation-summary-valid {
  color: #484848;
  background-color: #f4fff2;
  border-color: #39ad25;
}
.offcanvas-cart-body .alert-success::before, .offcanvas-cart-body .validation-summary-valid::before {
  background: #39ad25;
}

.art-picture.no-picture:before {
  top: 1rem !important;
}

.artlist.artlist-product-categories.productCatSlider.comman_slider.artlist-sub-categories {
  display: none !important;
}

.storeBox {
  width: 100%;
  max-width: 100%;
  padding: 15px 0px;
  height: 100%;
}
.storeBox .storeImg {
  max-width: 580px;
  border-radius: 10px;
  overflow: hidden;
}
.storeBox .storeImg img {
  width: auto;
  height: auto;
}
.storeBox .storDetails {
  border-radius: 0px;
  padding: 15px 15px;
  height: 100%;
  position: relative;
}
.storeBox .storDetails .storeLocation {
  font-size: 18px;
  line-height: 1.2;
  color: #AB8855;
  padding-bottom: 0px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.storeBox .storDetails ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.storeBox .storDetails ul li {
  color: #000;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.storeBox .storDetails ul li i {
  padding-right: 10px;
  padding-top: 3px;
  color: #551C25;
  font-size: 16px;
  min-width: 30px;
}
.storeBox .storDetails ul li p, .storeBox .storDetails ul li a {
  color: #551C25;
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 15px;
  margin-bottom: 0px;
  font-family: "TTForsTrialVariable", sans-serif;
}
.storeBox .storDetails ul li p {
  font-size: 12px;
}
.storeBox .storDetails ul li:last-child a {
  padding-bottom: 0px;
}
.storeBox .storDetails ul li.mapLink {
  padding-top: 15px;
}
.storeBox .storDetails ul li.mapLink a {
  font-size: 14px;
  line-height: 18px;
  font-family: "gilganregular", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.storeBox .storDetails ul li.mapLink a i {
  color: #AB8855;
  font-size: 0px;
  background: url(../images/arrow-long.png) no-repeat;
  margin-left: 8px;
  margin-top: 4px;
  width: 21px;
  height: 8px;
}
.storeBox .storDetails ul li.location {
  min-height: 48px;
}
@media (max-width: 400px) {
  .storeBox .storDetails ul li.location {
    min-height: inherit;
  }
}
.storeBox .storDetails ul li .pattern {
  width: 100%;
  height: 1px;
  background: url(../images/line.png) repeat-x;
  margin: 5px 0px;
}
@media (max-width: 1199px) {
  .storeBox .storDetails {
    padding: 10px 0px;
  }
  .storeBox .storDetails .storeLocation {
    font-size: 16px;
  }
  .storeBox .storDetails ul li.mapLink a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .storeBox {
    padding: 10px 0px;
  }
}

.mobileLogo {
  display: none !important;
}
@media (max-width: 991px) {
  .mobileLogo {
    display: block !important;
    margin: 0 15px;
  }
}

.langCurrencySelector {
  display: none !important;
}

.rightHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rightHeader #searchIcon {
  width: 30px;
  cursor: pointer;
}
.rightHeader #searchIcon svg {
  color: #fff;
  font-weight: bold;
  width: 20px;
  height: 20px;
  fill: #fff;
}
@media (max-width: 767px) {
  .rightHeader #searchIcon svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .rightHeader #menubar-my-account {
    margin-right: 0 !important;
    display: none !important;
  }
  .rightHeader .shopbar-tool {
    margin-left: 10px !important;
  }
}

.leftHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .leftHeader {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .leftHeader {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 767px) {
  .category-page {
    padding-bottom: 40px;
  }
}
.category-page .page-body {
  position: relative;
}
.category-page .page-title {
  max-width: 600px;
  margin: 0 auto;
}
.category-page .page-title h1 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  color: #551c25;
  margin-bottom: 30px;
  font-family: "gilganregular", sans-serif;
}
.category-page .page-title p, .category-page .page-title .desc {
  font-size: 12px;
  line-height: 18px;
  color: #551c25;
  font-weight: 280;
  font-family: "TTForsTrialVariable";
}
@media (max-width: 767px) {
  .category-page .page-title h1 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .category-page .product-list-container .artlist-actions.artlist-actions--top {
    display: none !important;
  }
  .category-page .product-list-container .artlist-action.artlist-action--sort {
    display: none !important;
  }
}
.category-page .categorytopbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 35px;
  font-size: 12px;
  font-weight: 300;
  color: #551c25;
  margin-top: 50px;
  margin-bottom: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.category-page .categorytopbox .leftbtn a {
  cursor: pointer;
}
.category-page .categorytopbox .leftbtn img {
  width: 16px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .category-page .categorytopbox .leftbtn {
    display: none;
  }
}
@media (max-width: 991px) {
  .category-page .categorytopbox .rightcount {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: right;
  }
}
.category-page .categorytopbox .categorynames {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.category-page .categorytopbox .categorynames a {
  background: #fff;
  padding: 8px 20px;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  color: #551c25;
  font-weight: 300;
  margin: 0 5px;
  text-decoration: none;
  font-family: "TTForsTrialVariable";
  font-weight: 280;
}
.category-page .categorytopbox .categorynames a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .category-page .categorytopbox .categorynames {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 35px;
  }
  .category-page .categorytopbox .categorynames a {
    margin: 6px;
    padding: 8px 15px;
  }
}
@media (max-width: 767px) {
  .category-page .categorytopbox {
    margin-bottom: 40px;
  }
}
.category-page .categoryBottombox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 30px;
}
.category-page .categoryBottombox .leftbottom, .category-page .categoryBottombox .rightbottom {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* optional: make both take equal width */
}
.category-page .categoryBottombox .leftbottom {
  width: 50%;
}
.category-page .categoryBottombox .leftbottom img {
  max-width: 100%;
  width: 100%;
}
.category-page .categoryBottombox .rightbottom {
  width: 50%;
  background: url("../images/patternbox.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.category-page .categoryBottombox .rightbottom .cntbox {
  max-width: 380px;
  margin: 0 auto;
}
.category-page .categoryBottombox .rightbottom .cntbox h3 {
  font-family: "gilganregular", sans-serif;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.category-page .categoryBottombox .rightbottom .cntbox p {
  font-size: 12px;
  color: #fff;
}
.category-page .categoryBottombox .rightbottom .cntbox a {
  max-width: 250px;
  margin: 20px auto 0px;
}
@media (max-width: 991px) {
  .category-page .categoryBottombox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .category-page .categoryBottombox .leftbottom, .category-page .categoryBottombox .rightbottom {
    width: 100%;
  }
  .category-page .categoryBottombox .leftbottom img, .category-page .categoryBottombox .rightbottom img {
    width: 100%;
  }
  .category-page .categoryBottombox .rightbottom {
    margin-top: 0px;
    padding: 120px 40px;
  }
}
@media (max-width: 767px) {
  .category-page .categoryBottombox .rightbottom {
    margin-top: 0px;
    padding: 120px 20px;
  }
}
.category-page .relatedCategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  margin-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -9px;
  margin-right: -9px;
  margin-bottom: 60px;
}
.category-page .relatedCategory .relatedcatBox {
  width: calc(33% - 5px);
  text-align: center;
  position: relative;
}
.category-page .relatedCategory .relatedcatBox img {
  max-width: 100%;
  margin-bottom: 0px;
}
.category-page .relatedCategory .relatedcatBox .catname {
  position: absolute;
  top: 60px;
  z-index: 999;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-family: "gilganregular", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .category-page .relatedCategory .relatedcatBox .catname {
    font-size: 14px;
    top: 30px;
  }
}
@media (max-width: 767px) {
  .category-page .relatedCategory .relatedcatBox {
    width: 95%;
    min-width: 95%;
  }
  .category-page .relatedCategory .relatedcatBox .catname {
    font-size: 14px;
    top: 50px;
  }
}

.pattern {
  background: url("../images/line.png") repeat-x left bottom;
  min-height: 14px;
}

.mobStickyFooter {
  display: none;
}

.stickyCartRow {
  display: none;
}

.bestSellerPage .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bestSellerPage .col-lg-3.setleftwidth1 {
  display: none !important;
}

@media (max-width: 575px) {
  .bestSilder .slick-list {
    padding: 0 15% 0 0 !important;
  }
}

.loginRegister .has-icon .input-group-icon {
  padding: 0px;
}

@media (max-width: 767px) {
  .mobStickyFooter {
    width: 100%;
    display: block;
    background: #551c25;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 998;
  }
  .mobStickyFooter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
  }
  .mobStickyFooter ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    list-style: none !important;
  }
  .mobStickyFooter ul li a {
    padding: 10px 5px 10px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mobStickyFooter ul li a .icon-item {
    margin-bottom: 5px;
    position: relative;
  }
  .mobStickyFooter ul li a .icon-item .badge {
    font-size: 10px;
    position: absolute;
    color: #fff;
    right: -15px;
    top: -10px;
    background: #c99b4b;
  }
  .mobStickyFooter ul li a .text {
    color: #fff;
  }
  .mobStickyFooter ul li a i {
    font-size: 15px;
    color: #AB8855;
  }
}
.validation-summary-errors > ul {
  padding: 0 !important;
}

#confirm-deleteaccount .flex-buttons {
  margin-top: 30px;
}

.addressForm_comman .form-horizontal .contactNumber .contactRow1 {
  width: 100%;
}
.addressForm_comman .form-horizontal .contactNumber .col-form-label {
  width: 100%;
}
.addressForm_comman .form-horizontal .contactNumber .codebox {
  width: 30%;
}
.addressForm_comman .form-horizontal .contactNumber .row {
  width: 70%;
}
.addressForm_comman .form-horizontal .contactNumber .row .col-sm-3.col-form-label {
  display: none;
}
.addressForm_comman .form-horizontal .contactNumber .row .col-sm-9 {
  padding-right: 0;
}

.extraMenu .dropdown .dropdownMenu {
  position: relative;
}
.extraMenu .dropdown .dropdownMenu:after {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-size: inherit;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: #646464;
  font-size: 16px;
  width: 16px;
  height: 16px;
  min-height: 16px;
  text-align: center;
}
.extraMenu .dropdown.show .dropdownMenu::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.extraSubmenu {
  margin-bottom: 0px;
  position: relative !important;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  width: 100%;
  top: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0px !important;
}
.extraSubmenu .ocm-link {
  padding: 8px 2rem;
}

.offcanvas-scrollable.show .extraMenu {
  margin-top: -15px;
}

.offcanvas-menu-header {
  position: relative;
}
.offcanvas-menu-header .offcanvas-close-btn {
  position: absolute;
  left: 10px;
  z-index: 1;
  padding: 8px 12px;
  border: 0px;
  background: transparent;
  font-size: 30px;
  line-height: 20px;
  top: 10px;
}
.offcanvas-menu-header .offcanvasmenu {
  display: none;
}
.offcanvas-menu-header .offcanvaslogo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offcanvas-menu-header .offcanvaslogo img {
  max-width: 150px;
  height: auto;
}

.contactNumber.shippingPhone .row {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  margin-left: -5px;
  display: block;
}
.contactNumber.shippingPhone .row .col-md-3.col-form-label.required {
  display: none;
}
.contactNumber.shippingPhone .row .col-md-9 {
  max-width: 100%;
}
.contactNumber.shippingPhone .codebox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin-right: 20px;
}

.myGateway {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media (max-width: 767px) {
  .myGateway {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px;
  }
}

.page-body.myblogpg .pagination {
  margin-top: 40px;
}
.page-body .blogposts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-body .blogposts article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin: 0px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 40px !important;
  border-radius: 0px !important;
}
.page-body .blogposts article img {
  width: 100%;
}
.page-body .blogposts article .bloglist-item {
  padding: 40px 0px !important;
  border-top: 1px solid #AB8855 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-body .blogposts article .bloglist-item .bloglist-item-header {
  max-width: 140px;
  margin-left: 20px;
}
.page-body .blogposts article .bloglist-item .bloglist-item-header img {
  min-height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-body .blogposts article .blogpost-text {
  position: relative;
  padding: 0 !important;
}
.page-body .blogposts article .blogpost-text h3 {
  margin-bottom: 0px !important;
  margin-top: 10px !important;
}
.page-body .blogposts article .blogpost-text h3 a {
  font-size: 18px;
  line-height: 28px;
  color: #232323;
}
.page-body .blogposts article .blogpost-text .blogpost-date {
  color: #fff;
  font-family: "TTForsTrialVariable";
  font-weight: 280;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  padding: 0px;
}
.page-body .blogposts article .blogpost-text .readMore {
  color: #551c25;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  text-decoration: none !important;
}
.page-body .blogposts article .blogpost-text .blogpost-title {
  color: #551c25;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
  font-family: "Miller-Display";
  display: block;
  text-decoration: none !important;
}
@media (max-width: 1199px) {
  .page-body .blogposts article .blogpost-text {
    padding-top: 0px !important;
  }
}
@media (max-width: 991px) {
  .page-body .blogposts article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0px !important;
  }
  .page-body .blogposts article .bloglist-item {
    padding: 20px 0px !important;
  }
}
@media (max-width: 767px) {
  .page-body .blogposts {
    display: block;
  }
}

.blogspage .page-title {
  margin-bottom: 0px !important;
}
.blogspage .page-title h1 {
  font-family: "Miller-Display";
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  color: #551c25;
  margin-bottom: 0px;
}
.blogspage .blogpost-content h2 {
  font-family: "Miller-Display";
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #551c25;
}
.blogspage .blogpost-content .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blogspage .blogpost-content .contentbody {
  padding: 30px 70px;
}
.blogspage .comments-overlay {
  display: none;
}
.blogspage .btn-warning {
  display: none;
}
.blogspage .setrightwidth1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .blogspage .setrightwidth1 {
    width: 100%;
  }
}
.blogspage .setrightwidth1 .btn-warning {
  display: none;
}
.blogspage .col-lg-3 {
  display: none;
}
.blogspage article .single-media-item-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 575px) {
  a.pretty-link > i {
    padding-right: 0.5rem;
  }
}
.translateDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.translateDiv .langBtn {
  margin-left: 30px;
}

.translateDiv .langBtn .notranslate {
  color: #454545;
  text-decoration: none !important;
  margin: 0 5px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.translateDiv .langBtn .notranslate.active, .translateDiv .langBtn .notranslate:hover {
  color: #e6bb70;
}

.translateDiv .langBtn span {
  color: #454545;
}

.tabbyrelative {
  position: relative;
  padding-bottom: 120px !important;
}
.tabbyrelative .posInitial {
  position: inherit;
}
.tabbyrelative .posInitial #TabbyPromo {
  position: absolute;
  bottom: 20px;
  padding: 20px;
}
@media (max-width: 1199px) {
  .tabbyrelative {
    padding-bottom: 150px !important;
  }
}
@media (max-width: 991px) {
  .tabbyrelative {
    padding-bottom: 120px !important;
  }
}

.shopbar-search {
  position: fixed;
  background: #fff;
  z-index: 2;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  height: 110px;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  display: none;
}
.shopbar-search .instasearch-form {
  border: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4) !important;
}
.shopbar-search.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .shopbar-search {
    height: auto;
  }
  .shopbar-search .container {
    padding-left: 0px;
  }
}

#searchClose {
  position: absolute;
  bottom: 0;
  margin: auto;
  top: -5px;
  right: 5%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
#searchClose img {
  width: 20px;
  height: 20px;
}

#searchIcon i {
  color: #fff;
  font-weight: bold;
}

.shopbar-col-group {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.megamenu-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.navbar-light .megamenu {
  border-top: 0px;
}

/* Base header setup */
#header {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}

.megamenu .megamenu-nav.omega > .megamenu-nav-btn {
  background-image: none !important;
}

/* On scroll: fixed header with shadow */
.nostickyHeader .megamenu .navbar-nav .nav-item .nav-link {
  color: #551c25;
}
.nostickyHeader .megamenu .navbar-nav .nav-item.customburgermenu .nav-link svg {
  fill: #551c25;
}
.nostickyHeader .megamenu .navbar-nav .nav-item.customburgermenu .nav-link svg rect {
  fill: #551c25 !important;
}
.nostickyHeader #header.scrolled .topHeaderSection {
  height: auto;
  overflow: visible;
  padding: 10px 0px;
}
.nostickyHeader #header .label-cart-amount {
  color: #551c25 !important;
}
.nostickyHeader #header .shopbar-tools.menubar-link {
  color: #551c25 !important;
}
.nostickyHeader #header .shopbar-tools .shopbar-button-label {
  color: #551c25 !important;
}
.nostickyHeader #header .shopbar-tools #menubar-my-account {
  margin-left: 15px;
}
.nostickyHeader #header .shopbar-tools #menubar-my-account .disNone {
  display: none;
}
.nostickyHeader #header .shopbar-tools #menubar-my-account .fa-user-circle {
  background: url(../images/user_head_color.png) no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
  margin-bottom: 0px;
}
.nostickyHeader #header .shopbar-tools #menubar-my-account .fa-user-circle::before {
  display: none;
}
@media (max-width: 1700px) {
  .nostickyHeader #header .shopbar-tools #menubar-my-account .fa-user-circle {
    width: 22px !important;
    height: 22px !important;
  }
}
.nostickyHeader #header .shopbar-button {
  min-width: 22px;
}
.nostickyHeader #header .shopbar-button .shopbar-button-icon .storeIcon {
  background: url(/Themes/Flex/Content/images/icon_storelocationcolor.png) no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
}
.nostickyHeader #header .rightHeader #searchIcon svg {
  fill: #551c25 !important;
  color: #551c25 !important;
}
@media (max-width: 767px) {
  .nostickyHeader #header .rightHeader #searchIcon svg {
    fill: #b69669 !important;
    color: #b69669 !important;
  }
}
.nostickyHeader #header .shopbar .shopbar-button .shopbar-button-icon svg path {
  stroke: #AB8855 !important;
}
.nostickyHeader #header .shopbar-col-group-brand {
  border: 0px !important;
}
.nostickyHeader #header .megamenu-section {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.nostickyHeader #header .megamenu-section .megamenu-container {
  width: 100%;
  border-bottom: 1px solid #AB8855;
  border-top: 1px solid #AB8855;
}
.nostickyHeader #header .shopbar-section .shopbar #shopbar-menu .shopbar-button-icon .icm-menu {
  background: url(../images/burger_icon_colour.svg) no-repeat center center;
}

.scrollStickyHeader #header {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 0px;
  left: 0px;
  right: 0px;
}
.scrollStickyHeader #header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #FDF8F3 !important;
  z-index: 999;
}

/* Animate header appearance */
@-webkit-keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.scrollStickyHeader .desktopLogo {
  opacity: 0;
  display: none !important;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Desktop logo: fade in */
.desktopLogo {
  opacity: 1;
  display: block !important;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.scrollStickyHeader #header.scrolled .desktopLogo {
  opacity: 1;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  display: block !important;
}

@media (max-width: 991px) {
  .desktopLogo {
    display: none !important;
  }
}
/* Mega menu full-width, stable layout */
.megamenu-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.megamenu-section .megamenu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

/* Left: logo | Right: account/cart */
.megamenu-section .shop-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.megamenu-section .rightHeader {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

/* Smooth scale effect on mega menu (optional) */
.nostickyHeader #header .megamenu-section {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.nostickyHeader #header .shopbar-col-group {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.megamenu.simple .navbar-nav .nav-item.active:before,
.megamenu .navbar-nav .nav-item.active:after {
  display: none !important;
}

.megamenu-section .navbar {
  position: initial !important;
}

.megamenu-section .megamenu-container {
  position: initial !important;
}

.megamenu-dropdown-container.simple {
  width: 100%;
  position: absolute !important;
  top: 94%;
  left: 0;
  right: 0;
  background: #FDF8F3 !important;
  z-index: 2;
}
.megamenu-dropdown-container.simple .dropdown-menu {
  width: 100%;
  left: 0 !important;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0px !important;
  margin-top: 10px;
  padding: 25px 0px 25px;
  position: relative !important;
  background: #FDF8F3 !important;
}
.megamenu-dropdown-container.simple .show .dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -15px;
}
.megamenu-dropdown-container.simple .menuimgBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 0px 15px;
  margin-bottom: 15px;
}
.megamenu-dropdown-container.simple .menuimgBox .menuimg {
  margin-bottom: 15px;
}
.megamenu-dropdown-container.simple .menuimgBox .menuimg img {
  max-width: 100%;
  margin: 0px;
  width: 100%;
}
.megamenu-dropdown-container.simple .menuimgBox h5 {
  font-size: 14px;
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  color: #551c25;
}
.megamenu-dropdown-container.simple .menuimgBox h5 a {
  color: #551c25;
}
.megamenu-dropdown-container.simple .menuimgBox h5 a img {
  margin-left: 8px;
}

.see-all-link {
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 10px;
}

.shopbar-section {
  position: relative !important;
}

.lastBox h5 a {
  padding: 5px 0px;
  display: inline-block;
}

.dropheader {
  background: #FDF8F3 !important;
}

#header.scrolled .megamenu-section {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.customCategoryBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.customCategoryBox .customCategoryImage {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.customCategoryBox .customCategoryImage img {
  width: 100%;
}
@media (max-width: 767px) {
  .customCategoryBox .customCategoryImage {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.customCategoryBox .customCategoryContent {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 60px;
  background: #fff !important;
}
.customCategoryBox .customCategoryContent .art .artBox .art-description {
  display: block !important;
  margin-bottom: 15px !important;
  height: auto !important;
}
.customCategoryBox .customCategoryContent .art .artBox .art-description br {
  display: none !important;
}
@media (max-width: 767px) {
  .customCategoryBox .customCategoryContent {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 20px;
  }
  .customCategoryBox .customCategoryContent .art .artBox .art-btn {
    max-width: 160px;
  }
}
.customCategoryBox .customCategoryContent .img-center-container {
  padding-top: 70%;
}
.customCategoryBox .customCategoryContent.productAdBox .content {
  max-width: 400px;
  margin: 0 auto;
}
.customCategoryBox .customCategoryContent.productAdBox .content .heading {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.customCategoryBox .customCategoryContent.productAdBox .content p {
  font-weight: 280;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #551c25;
}
.customCategoryBox .customCategoryContent.productAdBox .content .brownBorderBtn {
  margin-top: 15px;
  display: inline-block;
}

.relatedCategoriesSection ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -8px;
  padding: 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.relatedCategoriesSection ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  max-width: 33.3%;
  padding: 0 8px;
}
.relatedCategoriesSection ul li .relatedCatBox {
  position: relative;
  text-decoration: none;
  display: block;
}
.relatedCategoriesSection ul li .relatedCatBox p {
  color: #fff;
  text-decoration: none;
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  padding: 20px;
  max-width: 300px;
  margin: 0 auto;
}
.relatedCategoriesSection ul li .relatedCatBox img {
  width: 100%;
}
@media (max-width: 767px) {
  .relatedCategoriesSection ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.journalBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.journalBox .latestJournal {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 90px 60px;
  position: relative;
  min-height: 700px;
}
.journalBox .latestJournal::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
  right: 0px;
  width: 100%;
  height: 100%;
}
.journalBox .latestJournal .title {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.journalBox .latestJournal .pattern {
  display: block;
  width: 100%;
  height: 15px;
  background: url(/Themes/Flex/Content/images/line.png) repeat-x;
  margin: 30px 0px 20px 0px;
}
.journalBox .latestJournal .blogdate {
  color: #fff;
  font-family: "TTForsTrialVariable";
  font-weight: 280;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.journalBox .latestJournal .blogTitle {
  color: #fff;
  font-weight: 500;
  font-size: 34px;
  line-height: 110%;
  margin-bottom: 20px;
  font-family: "Miller-Display";
}
.journalBox .latestJournal a {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-family: "gilganregular", sans-serif;
}
@media (max-width: 767px) {
  .journalBox .latestJournal {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 30px;
    min-height: 400px;
  }
  .journalBox .latestJournal .title {
    font-size: 16px;
  }
  .journalBox .latestJournal .blogdate {
    font-size: 10px;
  }
  .journalBox .latestJournal .blogTitle {
    font-size: 25px;
  }
  .journalBox .latestJournal a {
    font-size: 12px;
  }
}
.journalBox .otherJournal {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 60px;
}
.journalBox .otherJournal ul {
  list-style: none;
}
.journalBox .otherJournal ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0px 20px 0px;
  position: relative;
}
.journalBox .otherJournal ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background: url(/Themes/Flex/Content/images/line.png) repeat-x;
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0px;
}
.journalBox .otherJournal ul li .journal {
  padding: 10px 20px 10px 0px;
  width: 100%;
}
.journalBox .otherJournal ul li .journal .blogdate {
  color: #551c25;
  font-family: "TTForsTrialVariable";
  font-weight: 280;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.journalBox .otherJournal ul li .journal .blogTitle {
  color: #551c25;
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  margin-bottom: 20px;
  font-family: "Miller-Display";
}
.journalBox .otherJournal ul li .journal a {
  color: #551c25;
  font-size: 14px;
  line-height: 18px;
  font-family: "gilganregular", sans-serif;
}
.journalBox .otherJournal ul li .journalImage {
  max-width: 140px;
  min-width: 140px;
}
.journalBox .otherJournal ul li .journalImage img {
  min-height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .journalBox .otherJournal {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }
  .journalBox .otherJournal ul li .journal .blogTitle {
    font-size: 17px;
  }
  .journalBox .otherJournal ul li .journal a {
    font-size: 12px;
  }
  .journalBox .otherJournal ul li:last-child {
    padding-bottom: 0px;
  }
}

.latestJournalSection {
  position: relative;
}
.latestJournalSection::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
  right: 0px;
  width: 100%;
  height: 100%;
}
.latestJournalSection img {
  width: 100%;
}
.latestJournalSection .latestJournalContent {
  padding: 40px 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.latestJournalSection .latestJournalContent .title {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.latestJournalSection .latestJournalContent .pattern {
  display: block;
  width: 100%;
  height: 15px;
  background: url(/Themes/Flex/Content/images/line.png) repeat-x;
  margin: 20px 0px;
}
.latestJournalSection .latestJournalContent .blogdate {
  color: #fff;
  font-family: "TTForsTrialVariable";
  font-weight: 280;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.latestJournalSection .latestJournalContent .blogTitle {
  color: #fff;
  font-weight: 500;
  font-size: 34px;
  line-height: 110%;
  margin-bottom: 20px;
  font-family: "Miller-Display";
}
.latestJournalSection .latestJournalContent a {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-family: "gilganregular", sans-serif;
}

.faceted-search-container {
  background: #fdf8f3;
}
.faceted-search-container .faceted-search {
  padding: 0px 0px;
}
.faceted-search-container .faceted-search .filterheader {
  display: none;
}

@media (max-width: 991px) {
  .offcanvas-content {
    background: #fdf8f3;
  }
  .offcanvas-content .faceted-search {
    padding: 0px 20px;
  }
  .offcanvas-content .faceted-search .filterheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin: 30px 0px;
  }
  .offcanvas-content .faceted-search .filterheader h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    font-family: "gilganregular", sans-serif;
    margin: 0px;
    padding: 0px;
    color: #551c25;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
  }
  .offcanvas-content .faceted-search .filterheader a.btnclosebox {
    cursor: pointer;
    position: absolute;
    right: 13px;
    top: 0px;
  }
  .offcanvas-content .faceted-search .filterheader a.btnclosebox img {
    width: 15px;
    height: 15px;
  }
  .offcanvas-content .faceted-search .facet-group {
    border: 0px !important;
  }
  .offcanvas-content .faceted-search .facet-group a.facet-group-header {
    font-size: 12px;
    text-transform: uppercase;
    color: #551c25 !important;
  }
  .offcanvas-content .faceted-search .facet-group .facet-range-container {
    color: #551c25 !important;
    font-size: 12px;
  }
  .offcanvas-content .faceted-search .facet-group .facet-range-container input {
    color: #551c25 !important;
    font-size: 12px;
  }
  .offcanvas-content .faceted-search .facet-group .facet-range-container .range {
    font-size: 12px;
    color: #551c25 !important;
  }
  .offcanvas-content .faceted-search .facet-group .facet-label {
    font-size: 12px;
    color: #551c25 !important;
  }
}
#offcanvas-menu .layer.show {
  background: #fdf8f3 !important;
}

#productDetailAccordion {
  margin-top: 30px;
}
#productDetailAccordion .card {
  border: 0;
  border-radius: 0 !important;
  margin-bottom: 5px;
  background: #fff !important;
}
#productDetailAccordion .card .card-header {
  border: 0;
  border-radius: 0 !important;
  position: relative;
}
#productDetailAccordion .card .card-header .btn-link {
  font-weight: 280;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #551c25;
  text-decoration: none !important;
  border-radius: 0px !important;
  padding: 15px 20px;
  background: #fff;
  display: block;
  width: 100%;
  text-align: left;
  border: 0px !important;
}
#productDetailAccordion .card .card-header .btn-link::after {
  content: "";
  background: url(/Themes/Flex/Content/images/btm_arrow.png) no-repeat;
  background-position: center;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#productDetailAccordion .card .card-header .btn-link.collapsed::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#productDetailAccordion .card .card-body {
  padding: 15px 20px;
  font-weight: 280;
  line-height: 18px;
  color: #551c25;
}
#productDetailAccordion .card .card-body h3 {
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #551c25;
}
#productDetailAccordion .card .card-body p {
  font-weight: 280;
  line-height: 18px;
  color: #551c25;
}
#productDetailAccordion .card .card-body p:last-child {
  margin-bottom: 0px;
}

.menuoverlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -2;
  opacity: 0;
}
.menuoverlay.show {
  z-index: 1;
  opacity: 1;
}

fieldset.content-group {
  margin-bottom: 0px;
}

fieldset.content-group > legend > span {
  background: #fdf8f3;
  font-family: "gilganregular", sans-serif;
}

fieldset.content-group > legend:before {
  display: none;
}

.sectionAbout {
  position: relative;
}
.sectionAbout img {
  width: 100%;
}
.sectionAbout::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 1120px;
  height: 936px;
  background: url("../images/pattern.png") no-repeat center center;
  background-size: contain;
}
.sectionAbout.imgPattern::after {
  background-size: cover;
  width: 800px;
  height: 600px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .sectionAbout::after {
    width: 740px;
    height: 700px;
  }
  .sectionAbout.imgPattern::after {
    background-size: cover;
    width: 700px;
    height: 600px;
  }
}
@media (max-width: 1199px) {
  .sectionAbout::after {
    width: 100%;
    height: 120%;
    background-position: top left;
  }
  .sectionAbout.imgPattern::after {
    width: 100%;
    height: 100%;
    top: 0px;
    background-position: left;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .sectionAbout::after {
    background: url("../images/pattern-mobile.png") no-repeat;
    background-size: contain;
  }
  .sectionAbout.imgPattern {
    padding-bottom: 0px;
  }
  .sectionAbout.imgPattern::after {
    background: url("../images/scent-img-pattern.png") no-repeat;
    background-size: contain;
    background-position: bottom left;
  }
}

.beliveSection {
  position: relative;
  z-index: 22;
}
.beliveSection .beliveTitle {
  font-size: 34px;
  color: #551C25;
  font-family: "Miller-Display";
  font-weight: 500;
  line-height: 110%;
}
@media (max-width: 767px) {
  .beliveSection {
    padding-top: 40px;
  }
  .beliveSection.padtop100 {
    padding-top: 100px;
  }
  .beliveSection .beliveTitle {
    font-size: 25px;
  }
}

.aboutRowList .row {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0px;
}
.aboutRowList .row .col-lg-6 {
  padding: 0px;
}
.aboutRowList .row .aboutContentBox {
  padding: 30px;
  max-width: 460px;
  margin: 0 auto;
}
.aboutRowList .row .aboutContentBox .aboutTitle {
  font-size: 26px;
  color: #AB8855;
  font-family: "gilganregular", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.aboutRowList .row .aboutContentBox .aboutText {
  font-size: 12px;
  color: #AB8855;
  line-height: 18px;
  font-family: "TTForsTrialVariable";
}
.aboutRowList .row .aboutContentBox .aboutTextMillar {
  font-size: 20px;
  color: #551C25;
  line-height: 28px;
  font-family: "Miller-Display";
  margin-bottom: 30px;
}
.aboutRowList .row .aboutContentBox .aboutTextMillar .brownText {
  color: #AB8855;
}
@media (max-width: 1199px) {
  .aboutRowList .row .aboutContentBox {
    padding: 20px;
  }
  .aboutRowList .row .aboutContentBox .aboutTitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .aboutRowList .row .aboutContentBox .aboutTextMillar {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .aboutRowList .row .aboutContentBox {
    padding: 60px 30px;
  }
  .aboutRowList .row .aboutContentBox .aboutTitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.gridProdcut ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -5px;
}
.gridProdcut ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0px 5px;
}
@media (max-width: 767px) {
  .gridProdcut ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 0px;
    margin-bottom: 10px;
  }
}

.bgMaroonPatter {
  background: url("../images/pattern_maroon.jpg") repeat;
  min-height: 600px;
}
.bgMaroonPatter .logoBrand {
  margin-bottom: 30px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.bgMaroonPatter .millarText {
  font-size: 36px;
  color: #AB8855;
  font-family: "Miller-Display";
  line-height: 120%;
}
@media (max-width: 1199px) {
  .bgMaroonPatter {
    min-height: 500px;
  }
}
@media (max-width: 991px) {
  .bgMaroonPatter {
    min-height: 450px;
  }
}
@media (max-width: 767px) {
  .bgMaroonPatter {
    min-height: 680px;
    padding-top: 90px;
  }
  .bgMaroonPatter .millarText {
    font-size: 27px;
    max-width: 312px;
    margin: 0 auto;
  }
  .bgMaroonPatter .millarText br {
    display: none;
  }
}

.gridProductBox {
  margin-top: -14%;
}
.gridProductBox .ColumnTwo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gridProductBox .ColumnTwo li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0px 5px;
}
.gridProductBox .ColumnTwo li img {
  width: 100%;
}
.gridProductBox .ColumnTwo li .productContent {
  padding: 80px;
  text-align: left;
}
.gridProductBox .ColumnTwo li .productContent h6 {
  font-size: 18px;
  line-height: 100%;
  font-family: "gilganregular", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  .gridProductBox .ColumnTwo li .productContent {
    padding: 50px 30px;
  }
}
@media (max-width: 991px) {
  .gridProductBox .ColumnTwo li .productContent {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .gridProductBox .ColumnTwo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gridProductBox .ColumnTwo li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .gridProductBox .ColumnTwo li .productContent {
    padding: 40px 20px;
  }
  .gridProductBox .ColumnTwo li .productContent h6 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .gridProductBox {
    margin-top: -20%;
  }
}
@media (max-width: 767px) {
  .gridProductBox {
    margin-top: -40%;
  }
}
@media (max-width: 575px) {
  .gridProductBox {
    margin-top: -60%;
  }
}

.pd-price.pd-price--offer {
  color: #551c25;
}

.instasearch-group-header {
  color: #551c25;
}

.alert-danger:before, .validation-summary-errors:before,
.alert-danger:after, .validation-summary-errors:after {
  display: none;
}

.alert {
  font-size: 12px;
  text-align: center;
}
.alert.alert-danger {
  background: transparent;
  padding: 0;
  color: #551c25;
}
.alert ul li {
  text-align: center;
}

.badge-info {
  background: #AB8855;
  font-size: 12px;
  font-weight: normal;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  background: #551c25;
}

.desktopInnerbanner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.mobInnerbanner {
  display: none !important;
}

@media (max-width: 767px) {
  .desktopInnerbanner {
    display: none !important;
  }
  .mobInnerbanner {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.pd-stock-info-container .pd-stock-info {
  display: none !important;
}

.textUp {
  text-transform: uppercase;
}

.shipping-method-page .shipping-options #divlocation {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.shipping-method-page .shipping-options > li {
  padding: 20px 0px;
  margin-bottom: 20px;
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  color: #000;
  border: #56a9d5 solid 1px;
  width: 100%;
  border-radius: 15px;
  background: transparent;
}
.shipping-method-page .list-group .list-group-item.active:before {
  display: none;
}
.shipping-method-page .checkout-data {
  font-family: "TTForsTrialVariable";
  font-weight: 400;
  background: #fff;
  border: 1px solid #cacaca;
  border-radius: 0px !important;
  padding: 30px;
  margin-bottom: 60px;
}
.shipping-method-page .checkout-data .form-control {
  background: #fff;
  height: 45px;
  border: 0px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #979797;
  border-radius: 0px !important;
  font-family: "gilganregular", sans-serif;
}
.shipping-method-page .checkout-data .opt-data {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.shipping-method-page .checkout-data .opt-data .storeLocationList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 55px;
}
.shipping-method-page .checkout-data .opt-data .storeLocationList li {
  list-style: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  max-width: 33.3%;
  padding: 20px 10px;
}
.shipping-method-page .checkout-data .opt-data .storeLocationList li .storeLocationBox .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 0;
  color: #232323;
}
.shipping-method-page .checkout-data .opt-data .storeLocationList li .storeLocationBox .storecontactInfo p {
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #232323;
}
.shipping-method-page .checkout-data .opt-data .storeLocationList li .storeLocationBox .storecontactInfo p i {
  position: absolute;
  top: 5px;
  left: 0px;
  font-size: 14px;
  color: #232323;
}
.shipping-method-page .checkout-data .opt-data .storeLocationList li .storeLocationBox .storecontactInfo p a {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #232323;
  text-decoration: none;
}
.shipping-method-page .checkout-data .opt-data .storeLocationList li .storeLocationBox .storecontactInfo p a:hover {
  color: #e44640;
}
.shipping-method-page .checkout-data .opt-data .storeLocationList input[type=radio] {
  appearance: none; /* Remove default styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 12px;
  height: 12px;
  border: 2px solid #e44640; /* Change border color */
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  background-color: white; /* Unchecked background */
}
.shipping-method-page .checkout-data .opt-data .storeLocationList input[type=radio]:checked {
  background-color: #e44640; /* Change background color when selected */
  border: 2px solid #e44640;
}
.shipping-method-page .checkout-data .opt-data .storeLocationList input[type=radio]:checked::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.shipping-method-page .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.shipping-method-page .form-check input[type=radio] {
  display: none;
}
.shipping-method-page .form-check label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding-left: 25px;
}
.shipping-method-page .form-check label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shipping-method-page .form-check input[type=radio]:checked + label:before {
  border-color: green;
  background-color: green;
}
.shipping-method-page .form-check input[type=radio]:checked + label:after {
  content: "✔";
  color: white;
  font-size: 12px;
  position: absolute;
  left: 5px;
  top: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.shipping-method-page .form-check label span {
  margin-left: 10px;
}
.shipping-method-page .form-check-label {
  position: relative;
  padding-left: 30px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shipping-method-page .shipping-options #divlocation {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.shipping-method-page .shipping-options > li {
  padding: 20px 0px;
  margin-bottom: 20px;
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  color: #000;
  border: #56a9d5 solid 1px;
  width: 100%;
  border-radius: 15px;
  background: transparent;
}
.shipping-method-page .list-group .list-group-item.active:before {
  display: none;
}
.shipping-method-page .checkout-data {
  border: 0px;
  padding: 0;
  background: transparent;
}
.shipping-method-page .checkout-data .opt-data {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.shipping-method-page .checkout-data .opt-data .storeLocationList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 55px;
}
.shipping-method-page .checkout-data .opt-data .storeLocationList li {
  list-style: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  max-width: 33.3%;
  padding: 20px 10px;
}
.shipping-method-page .checkout-data .opt-data .storeLocationList li .storeLocationBox .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 0;
  color: #232323;
}
.shipping-method-page .checkout-data .opt-data .storeLocationList li .storeLocationBox .storecontactInfo p {
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #232323;
}
.shipping-method-page .checkout-data .opt-data .storeLocationList li .storeLocationBox .storecontactInfo p i {
  position: absolute;
  top: 5px;
  left: 0px;
  font-size: 14px;
  color: #232323;
}
.shipping-method-page .checkout-data .opt-data .storeLocationList li .storeLocationBox .storecontactInfo p a {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #232323;
  text-decoration: none;
}
.shipping-method-page .checkout-data .opt-data .storeLocationList li .storeLocationBox .storecontactInfo p a:hover {
  color: #912417;
}
.shipping-method-page .checkout-data .opt-data .storeLocationList input[type=radio] {
  appearance: none; /* Remove default styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 12px;
  height: 12px;
  border: 2px solid #912417; /* Change border color */
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  background-color: white; /* Unchecked background */
}
.shipping-method-page .checkout-data .opt-data .storeLocationList input[type=radio]:checked {
  background-color: #912417; /* Change background color when selected */
  border: 2px solid #912417;
}
.shipping-method-page .checkout-data .opt-data .storeLocationList input[type=radio]:checked::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.shipping-method-page .checkout-data.new_paymentDesign .shipping-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.shipping-method-page .checkout-data.new_paymentDesign .shipping-options li.shipping-option-item {
  position: relative;
  padding: 20px 25px 20px 72px;
  margin-right: 30px;
  border: #551c25 solid 1px;
  min-width: 400px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100px;
}
.shipping-method-page .checkout-data.new_paymentDesign .shipping-options li.shipping-option-item:last-child {
  margin-right: 0px;
}
.shipping-method-page .checkout-data.new_paymentDesign .shipping-options li.shipping-option-item::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 0px;
  width: 50px;
  height: 100%;
  background: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.shipping-method-page .checkout-data.new_paymentDesign .shipping-options li.shipping-option-item:nth-child(1)::before {
  background-image: url(../images/payment_location.png) !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
}
.shipping-method-page .checkout-data.new_paymentDesign .shipping-options li.shipping-option-item:nth-child(2)::before {
  background-image: url(../images/payment_store.png) !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 1199px) {
  .shipping-method-page .checkout-data.new_paymentDesign .shipping-options li.shipping-option-item {
    min-width: inherit;
  }
}
.shipping-method-page .checkout-data.new_paymentDesign .shipping-options .shipping-option-description {
  padding: 0;
  padding-left: 1.25rem;
  margin: 0;
  margin-top: 10px;
  margin-left: 9px;
  font-size: 12px;
  line-height: 16px;
  color: #551c25;
  font-family: "TTForsTrialVariable";
  font-weight: 280;
}
@media (max-width: 1440px) {
  .shipping-method-page .checkout-data.new_paymentDesign .shipping-options .shipping-option-description {
    margin-left: 0px;
  }
}
.shipping-method-page .checkout-data.new_paymentDesign .form-check {
  width: 100%;
}
.shipping-method-page .checkout-data.new_paymentDesign .form-check label {
  width: 100%;
  padding-left: 10px;
}
.shipping-method-page .checkout-data.new_paymentDesign .form-check label span {
  margin: 0;
}
.shipping-method-page .checkout-data.new_paymentDesign .form-check label .sectionTitle {
  margin: 0;
  padding: 0;
}
.shipping-method-page .checkout-data.new_paymentDesign .form-check label:before {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  left: auto;
  right: 0px;
  top: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shipping-method-page .checkout-data.new_paymentDesign .form-check input[type=radio]:checked + label:before {
  border-color: #ddd;
  background-color: #ffffff;
}
.shipping-method-page .checkout-data.new_paymentDesign .form-check input[type=radio]:checked + label:after {
  content: "";
  color: white;
  font-size: 12px;
  background-color: #551c25;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  position: absolute;
  left: auto;
  right: 8px;
  top: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.shipping-method-page .checkout-data.new_paymentDesign .brd_payment, .shipping-method-page .checkout-data.new_paymentDesign #divlocation {
  padding: 30px 30px;
  margin-bottom: 50px;
  font-size: 20px;
  color: #000;
  border: #cacaca solid 1px;
  width: 100%;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0);
}
.shipping-method-page .checkout-data.new_paymentDesign .brd_payment .subtitle, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .subtitle {
  font-size: 24px;
  line-height: 22px;
  display: block;
  margin-bottom: 20px !important;
}
.shipping-method-page .checkout-data.new_paymentDesign .brd_payment .select2, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .select2 {
  max-width: 300px;
}
.shipping-method-page .checkout-data.new_paymentDesign .brd_payment .select2.select2-container--bootstrap .select2-selection--single, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .select2.select2-container--bootstrap .select2-selection--single {
  background: #fff;
  height: 50px;
  border-radius: 6px;
  line-height: 2;
  border: #adadad solid 0px;
}
.shipping-method-page .checkout-data.new_paymentDesign .brd_payment .select2.select2-container--bootstrap .select2-selection--single .select2-selection__rendered, .shipping-method-page .checkout-data.new_paymentDesign .brd_payment .select2.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .select2.select2-container--bootstrap .select2-selection--single .select2-selection__rendered, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .select2.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #000;
}
.shipping-method-page .checkout-data.new_paymentDesign .brd_payment .select2.select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .select2.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  background: none;
  border: none;
  top: -6px;
  bottom: 0;
  right: 10px;
  border-left-width: 0;
  width: 15px;
}
.shipping-method-page .checkout-data.new_paymentDesign .brd_payment .select2.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .select2.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #737373 transparent transparent transparent;
  border-width: 10px 8px 0px 8px;
  height: 0;
  width: 0;
  left: 0;
}
.shipping-method-page .checkout-data.new_paymentDesign .brd_payment .select2.select2-container--bootstrap .select2-selection--single .select2-selection__clear, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .select2.select2-container--bootstrap .select2-selection--single .select2-selection__clear {
  display: none;
}
.shipping-method-page .checkout-data.new_paymentDesign .brd_payment .form-control, .shipping-method-page .checkout-data.new_paymentDesign .brd_payment .input-group-text, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .form-control, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .input-group-text {
  background: #fff;
  border: 0px;
  height: 50px;
  border-radius: 6px;
  border: none;
  color: #000;
}
.shipping-method-page .checkout-data.new_paymentDesign .brd_payment .datetimepicker-group .form-control, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .datetimepicker-group .form-control {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.shipping-method-page .checkout-data.new_paymentDesign .brd_payment .datetimepicker-group .input-group-text, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .datetimepicker-group .input-group-text {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-left: 2px;
}
.shipping-method-page .checkout-data.new_paymentDesign .brd_payment .maxwidthdate, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .maxwidthdate {
  max-width: 300px;
}
.shipping-method-page .checkout-data.new_paymentDesign .brd_payment .newradioButtonList #radioButtonList, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .newradioButtonList #radioButtonList {
  margin-bottom: -7px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
}
.shipping-method-page .checkout-data.new_paymentDesign .brd_payment .newradioButtonList #radioButtonList div, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .newradioButtonList #radioButtonList div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
  max-width: 500px;
  padding: 0px 15px 15px 15px;
}
.shipping-method-page .checkout-data.new_paymentDesign .brd_payment .newradioButtonList #radioButtonList div label, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .newradioButtonList #radioButtonList div label {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin: 0px;
  position: relative;
  padding-left: 30px;
}
.shipping-method-page .checkout-data.new_paymentDesign .brd_payment .newradioButtonList #radioButtonList div label:before, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .newradioButtonList #radioButtonList div label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #A7A7A7;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  left: 0px;
  right: auto;
  top: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shipping-method-page .checkout-data.new_paymentDesign .brd_payment .newradioButtonList #radioButtonList div input[type=radio], .shipping-method-page .checkout-data.new_paymentDesign #divlocation .newradioButtonList #radioButtonList div input[type=radio] {
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  top: 0px;
}
.shipping-method-page .checkout-data.new_paymentDesign .brd_payment .newradioButtonList #radioButtonList div input[type=radio]:checked + label:before, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .newradioButtonList #radioButtonList div input[type=radio]:checked + label:before {
  border-color: #A7A7A7;
  background-color: #ffffff;
}
.shipping-method-page .checkout-data.new_paymentDesign .brd_payment .newradioButtonList #radioButtonList div input[type=radio]:checked + label:after, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .newradioButtonList #radioButtonList div input[type=radio]:checked + label:after {
  content: "";
  color: white;
  font-size: 12px;
  background-color: #551c25;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  left: 4px;
  right: auto;
  top: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.shipping-method-page .checkout-data.new_paymentDesign .noteSection {
  padding: 12px 15px;
  background: #ffe1db;
  border: 0px;
  color: #9f3e2a;
  font-size: 16px;
}
.shipping-method-page .checkout-data.new_paymentDesign .noteSection p {
  margin: 0px;
  padding: 0px;
}
@media (max-width: 1440px) {
  .shipping-method-page .checkout-data.new_paymentDesign .checkout-data {
    padding: 30px;
  }
  .shipping-method-page .checkout-data.new_paymentDesign .form-check {
    width: 100%;
  }
  .shipping-method-page .checkout-data.new_paymentDesign .form-check label {
    width: 100%;
  }
  .shipping-method-page .checkout-data.new_paymentDesign .form-check label span {
    margin: 0;
  }
  .shipping-method-page .checkout-data.new_paymentDesign .form-check label:before {
    width: 28px;
    height: 28px;
    top: 10px;
  }
  .shipping-method-page .checkout-data.new_paymentDesign .form-check input[type=radio]:checked + label:after {
    width: 18px;
    height: 18px;
    right: 5px;
    top: 10px;
  }
  .shipping-method-page .checkout-data.new_paymentDesign .shipping-options li.shipping-option-item {
    padding: 18px;
    padding-left: 90px;
  }
  .shipping-method-page .checkout-data.new_paymentDesign .shipping-options li.shipping-option-item::before {
    left: 25px;
  }
  .shipping-method-page .checkout-data.new_paymentDesign .shipping-options li.shipping-option-item .form-check label {
    padding-left: 0px;
  }
  .shipping-method-page .checkout-data.new_paymentDesign .brd_payment .subtitle, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .subtitle {
    font-size: 20px;
    line-height: 18px;
  }
  .shipping-method-page .checkout-data.new_paymentDesign .brd_payment .select2.select2-container--bootstrap .select2-selection--single, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .select2.select2-container--bootstrap .select2-selection--single {
    height: 42px;
  }
  .shipping-method-page .checkout-data.new_paymentDesign .brd_payment .select2.select2-container--bootstrap .select2-selection--single .select2-selection__rendered, .shipping-method-page .checkout-data.new_paymentDesign .brd_payment .select2.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .select2.select2-container--bootstrap .select2-selection--single .select2-selection__rendered, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .select2.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    font-size: 16px;
  }
  .shipping-method-page .checkout-data.new_paymentDesign .brd_payment .select2.select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .select2.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    top: 0px;
  }
  .shipping-method-page .checkout-data.new_paymentDesign .brd_payment .select2.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .select2.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-width: 8px 6px 0px 6px;
  }
  .shipping-method-page .checkout-data.new_paymentDesign .noteSection {
    font-size: 14px;
  }
  .shipping-method-page .checkout-data.new_paymentDesign .noteSection b {
    font-weight: 600;
  }
}
@media (max-width: 1199px) {
  .shipping-method-page .checkout-data.new_paymentDesign .shipping-options li.shipping-option-item {
    padding: 32px 18px;
    padding-left: 71px;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .shipping-method-page .checkout-data.new_paymentDesign .shipping-options li.shipping-option-item::before {
    background-size: 40px !important;
    left: 18px;
  }
}
@media (max-width: 991px) {
  .shipping-method-page .checkout-data.new_paymentDesign {
    padding: 0px;
  }
  .shipping-method-page .checkout-data.new_paymentDesign .brd_payment, .shipping-method-page .checkout-data.new_paymentDesign #divlocation {
    padding: 20px;
  }
  .shipping-method-page .checkout-data.new_paymentDesign .brd_payment .subtitle, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .subtitle {
    font-size: 17px;
    line-height: 15px;
    margin-bottom: 10px;
  }
  .shipping-method-page .checkout-data.new_paymentDesign .brd_payment .row, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .row {
    margin-bottom: -25px;
  }
  .shipping-method-page .checkout-data.new_paymentDesign .brd_payment .row .col-lg-4, .shipping-method-page .checkout-data.new_paymentDesign .brd_payment .row .col-lg-8, .shipping-method-page .checkout-data.new_paymentDesign .brd_payment .row .col-md-6, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .row .col-lg-4, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .row .col-lg-8, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .row .col-md-6 {
    padding-bottom: 25px;
  }
  .shipping-method-page .checkout-data.new_paymentDesign .brd_payment .maxwidthdate, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .maxwidthdate {
    max-width: 100%;
  }
  .shipping-method-page .checkout-data.new_paymentDesign .brd_payment .shipping-options li.shipping-option-item, .shipping-method-page .checkout-data.new_paymentDesign #divlocation .shipping-options li.shipping-option-item {
    min-width: 48%;
  }
  .shipping-method-page .checkout-data.new_paymentDesign .form-check label:before {
    width: 25px;
    height: 25px;
    top: 10px;
  }
  .shipping-method-page .checkout-data.new_paymentDesign .form-check input[type=radio]:checked + label:after {
    width: 14px;
    height: 14px;
    right: 6px;
  }
}
@media (max-width: 767px) {
  .shipping-method-page .checkout-data.new_paymentDesign .shipping-options {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .shipping-method-page .checkout-data.new_paymentDesign .shipping-options li.shipping-option-item {
    min-width: 100%;
  }
  .shipping-method-page .checkout-data.new_paymentDesign .noteSection {
    font-size: 16px;
  }
  .shipping-method-page .checkout-data.new_paymentDesign .form-check label:before {
    width: 20px;
    height: 20px;
    top: 10px;
  }
  .shipping-method-page .checkout-data.new_paymentDesign .form-check input[type=radio]:checked + label:after {
    width: 12px;
    height: 12px;
    right: 4px;
  }
}
.shipping-method-page .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.shipping-method-page .form-check input[type=radio] {
  display: none;
}
.shipping-method-page .form-check label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding-left: 25px;
}
.shipping-method-page .form-check label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shipping-method-page .form-check input[type=radio]:checked + label:before {
  border-color: green;
  background-color: green;
}
.shipping-method-page .form-check input[type=radio]:checked + label:after {
  content: "✔";
  color: white;
  font-size: 12px;
  position: absolute;
  left: 5px;
  top: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.shipping-method-page .form-check label span {
  margin-left: 10px;
}
.shipping-method-page .form-check-label {
  position: relative;
  padding-left: 30px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.stickyWhatsapp {
  background: #1DAA61;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: block;
  position: fixed;
  right: 15px;
  bottom: 12px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-decoration: none !important;
  margin-bottom: 0px !important;
}

.stickyWhatsapp i {
  color: #fff;
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .stickyWhatsapp {
    height: 40px;
    width: 40px;
    right: 10px;
    bottom: 90px;
  }
  .stickyWhatsapp i {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */