/*common*/
body {
  margin: 0px;
  padding: 0px;
}

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

a, .btn {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.img-fluid {
  max-height: 100%;
}

body {
  font-family: "Cormorant Garamond", serif;
  color: #000;
  font-weight: 400;
}

a {
  color: #000;
  text-decoration: none;
}

ul {
  list-style: none;
}

.heading-title {
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 95%;
  }
}
@media screen and (min-width: 1850px) {
  .container {
    max-width: 1900px;
  }
}

.menubar-group.ml-auto, .currency-selector {
  display: none;
}

.instasearch-term {
  opacity: 0;
  -webkit-transition: ease-in-out 350ms;
  transition: ease-in-out 350ms;
}
.instasearch-term.showsearch {
  opacity: 1 !important;
  -webkit-transition: ease-in-out 350ms;
  transition: ease-in-out 350ms;
  padding-right: 10px;
  min-width: 300px;
}

@media (min-width: 1700px) {
  .container {
    max-width: 96%;
  }
}
.btnwhatsup {
  position: fixed;
  top: 50%;
  right: 0px;
  z-index: 999;
}
.btnwhatsup img {
  width: 50px;
}
@media (max-width: 767px) {
  .btnwhatsup img {
    width: 40px;
  }
}

@media screen and (min-width: 1900px) {
  .home .container-fluid {
    max-width: 1900px;
  }
}

.homeBannerSection {
  position: relative;
  margin-top: 0%;
}
@media (max-width: 1600px) {
  .homeBannerSection {
    margin-top: 0%;
  }
}
.homeBannerSection .homeSlider {
  position: relative;
}
.homeBannerSection .homeSlider .bannerImage img {
  width: 100%;
}
.homeBannerSection .homeSlider .slick-arrow {
  position: absolute;
  bottom: 40px;
  left: 15%;
  z-index: 1;
  font-size: 0px !important;
  border: 0px;
  width: 30px;
  height: 30px;
  background-size: 15px !important;
  outline: none !important;
  cursor: pointer;
}
.homeBannerSection .homeSlider .slick-arrow.slick-prev {
  left: 13%;
  background: url("images/icon_prevarrow.png") no-repeat center center;
}
.homeBannerSection .homeSlider .slick-arrow.slick-next {
  left: 16%;
  background: url("images/icon_nextarrow.png") no-repeat center center;
}
@media (max-width: 767px) {
  .homeBannerSection .homeSlider .slick-arrow {
    bottom: 20px;
    display: none;
  }
}

.btn-primary.instasearch-button {
  background: transparent !important;
  background-color: transparent !important;
  border: 0px !important;
}

.container-fluid {
  padding: 0px;
}

#header {
  position: sticky;
  -webkit-transition: 500ms linear;
  transition: 500ms linear;
  background: #fff;
  top: 0px;
  width: 100%;
  z-index: 99;
  border-top: 8px solid rgba(179, 151, 60, 0.9);
}
@media (max-width: 1367px) {
  #header {
    border-top: 5px solid rgba(179, 151, 60, 0.9);
  }
}
#header #shopbar-cart a {
  padding-right: 0px;
}
@media screen and (min-width: 950px) {
  #header .shopbar-tool {
    position: relative;
    z-index: 9999;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  #header .shopbar-tool#shopbar-cart .shopbar-button {
    padding-left: 0px;
  }
  #header .shopbar-tool a {
    border: 0px !important;
  }
  #header .shopbar-tool a:hover {
    border: 0px !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
#header .badge-warning {
  background: #000;
  font-size: 11px;
  font-weight: 600;
  font-family: "Times New Roman", Times, serif;
}
#header .badge-warning.label-cart-amount {
  top: -5px !important;
}
@media (max-width: 1680px) {
  #header .badge-warning.label-cart-amount {
    top: 0px !important;
  }
}
#header .menubar-section {
  display: none !important;
}
#header.homeheader {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
}
#header .megamenu {
  overflow: visible;
}
#header .megamenu .mainmenubox {
  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;
}
#header .megamenu .mainmenubox .nav-slider {
  overflow: visible !important;
}
#header .megamenu .mainmenubox .navbar-nav li {
  margin: 0px 25px;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  #header .megamenu .mainmenubox .navbar-nav li {
    margin: 0px 15px;
  }
}
#header .megamenu .mainmenubox .navbar-nav li.subMenu {
  -webkit-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#header .megamenu .mainmenubox .navbar-nav li.subMenu div {
  display: none;
  padding-left: 10px;
  background: #fff;
  -webkit-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#header .megamenu .mainmenubox .navbar-nav li.subMenu div a {
  color: #000;
  padding: 10px 10px 10px;
}
#header .megamenu .mainmenubox .navbar-nav li.subMenu:hover {
  -webkit-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out;
}
#header .megamenu .mainmenubox .navbar-nav li.subMenu:hover div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 99999999;
  top: 60px;
  -webkit-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out;
}
#header .megamenu .mainmenubox .navbar-nav li.subMenu:hover div a:hover {
  color: #B3973C;
}
#header .megamenu .mainmenubox .navbar-nav li:before, #header .megamenu .mainmenubox .navbar-nav li::after {
  left: 0;
  width: 15px;
  margin: 0 auto;
}
#header .megamenu .mainmenubox .navbar-nav li a {
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
  font-weight: 400;
  padding: 20px 20px;
}
#header .megamenu .mainmenubox .navbar-nav li a:focus {
  background-color: transparent !important;
  background: transparent !important;
}
#header .megamenu .mainmenubox .navbar-nav li a:first-child {
  padding-left: 10px;
}
@media screen and (min-width: 1700px) {
  #header .megamenu .mainmenubox .navbar-nav li a {
    font-size: 22px;
  }
}
@media screen and (max-width: 1680px) {
  #header .megamenu .mainmenubox .navbar-nav li a {
    font-size: 19px;
  }
}
@media screen and (max-width: 1500px) {
  #header .megamenu .mainmenubox .navbar-nav li a {
    font-size: 16px;
    padding: 15px 20px;
  }
}
@media (max-width: 1367px) {
  #header .megamenu .mainmenubox .navbar-nav li a {
    font-size: 16px;
  }
}
#header .megamenu .mainmenubox .navbar-nav li a:hover {
  background: transparent;
}
#header .megamenu .mainmenubox .navbar-nav li.selected a, #header .megamenu .mainmenubox .navbar-nav li:hover a {
  color: rgb(179, 151, 60);
}
@media (max-width: 1367px) {
  #header .megamenu .mainmenubox .navbar-nav li {
    margin: 0px 15px;
  }
}
#header .megamenu .mainmenubox .headerright {
  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;
  margin-right: 54px;
}
#header .megamenu .mainmenubox .headerright img {
  width: 26px;
}
#header .megamenu .mainmenubox .headerright .navbar-toggler {
  border: 0px !important;
}
#header .megamenu .mainmenubox .headerright .searchbox_main .btnclose img {
  width: 18px;
}
#header .megamenu .mainmenubox .headerright .searchbox_main .searchtext {
  position: absolute;
  right: 0px;
  top: 7px;
  z-index: -9;
  opacity: 0;
  height: 80%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
#header .megamenu .mainmenubox .headerright .searchbox_main .searchtext.showbox {
  z-index: 99999;
  opacity: 1;
  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;
  background: #d9d9d9;
  padding-right: 10px;
}
#header .megamenu .mainmenubox .headerright .searchbox_main .searchtext form.instasearch-form {
  background: #d9d9d9;
}
#header .megamenu .mainmenubox .headerright .searchbox_main .searchtext form.instasearch-form .instasearch-term {
  opacity: 1 !important;
  background: transparent !important;
  border: 0px !important;
  border-radius: 0px !important;
  color: #000;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 51px !important;
}
#header .megamenu .mainmenubox .headerright .searchbox_main .searchtext form.instasearch-form .instasearch-term:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
#header .megamenu .mainmenubox .headerright .searchbox_main .searchtext form.instasearch-form .icm-magnifier {
  color: #000 !important;
}
#header .megamenu .mainmenubox .headerright .searchbox_main .instasearch-form:not(.open) .instasearch-button {
  border-radius: 0px !important;
  background: transparent !important;
  border: 0px;
}
@media (max-width: 1367px) {
  #header .megamenu .mainmenubox .navbar-nav li a {
    padding: 15px 0px;
    text-transform: uppercase;
  }
}
#header .megamenu .navbar-nav .nav-item.selected .nav-link:before, #header .megamenu .navbar-nav .nav-item.expanded .nav-link:before {
  display: none;
  background: transparent;
}
#header .megamenu-section .navbar {
  background: transparent;
  backdrop-filter: blur(15px);
  padding: 0;
  border-top: 1px solid #B3973C;
}
#header .megamenu-dropdown-container .nav-slider {
  overflow: visible !important;
}
#header .megamenu-dropdown-container.simple .dropdown-menu {
  width: 100%;
}
#header .megamenu-dropdown-container.simple .dropdown-menu.ar {
  -webkit-transform: translateX(0px) !important;
          transform: translateX(0px) !important;
}
#header .megamenu-dropdown-container ul {
  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;
}
#header .megamenu-dropdown-container ul li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
#header .megamenu-dropdown-container ul li a {
  font-size: 26px;
  color: #000;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  #header .megamenu-dropdown-container ul li a {
    font-size: 22px;
  }
}
@media (max-width: 1367px) {
  #header .megamenu-dropdown-container ul li a {
    font-size: 20px;
  }
}
#header .megamenu-dropdown-container ul li a:hover {
  background: #ffffff;
}
#header .megamenu-dropdown-container ul li .dropdown-menu {
  width: 100%;
  padding-left: 0.5rem !important;
  border: 0px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0px;
  position: relative;
  top: 0px;
  left: 0%;
  padding-top: 5px;
  padding-bottom: 20px;
  opacity: 1;
  z-index: 1;
}
#header .megamenu-dropdown-container ul li .dropdown-menu:has(:where(a)) {
  border: 1px solid #cccccc;
}
#header .megamenu-dropdown-container ul li .dropdown-menu a {
  font-size: 24px;
  color: #616161;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1.2rem;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  #header .megamenu-dropdown-container ul li .dropdown-menu a {
    font-size: 20px;
  }
}
@media (max-width: 1367px) {
  #header .megamenu-dropdown-container ul li .dropdown-menu a {
    font-size: 18px;
  }
}
#header .megamenu-dropdown-container ul li .dropdown-menu a:hover {
  background: #ffffff;
  color: #000;
}
#header .headertopright {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .headertopright h4 {
  font-size: 24px;
  font-weight: normal;
}
#header .headertopright h4 a {
  white-space: nowrap;
  font-size: 22px;
  border: 1px solid #000000;
  border-radius: 50px;
  padding: 4px 15px;
  margin-left: 10px;
}
#header .headertopright h4 a:hover {
  background: #000000;
  color: #ffffff;
}
@media screen and (max-width: 1400px) {
  #header .headertopright h4 {
    font-size: 20px;
    text-align: center;
  }
  #header .headertopright h4 a {
    font-size: 18px;
    margin-left: 0px;
    margin-top: 4px;
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  #header .headertopright h4 {
    font-size: 22px;
    text-align: center;
  }
  #header .headertopright h4 a {
    font-size: 16px;
    margin-left: 0px;
    margin-top: 4px;
    display: inline-block;
  }
}
#header .shopbar-section {
  padding: 12px 0px;
}
@media (min-width: 1400px) and (max-width: 2500px) {
  #header .shopbar-section {
    padding: 17px 0px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  #header .shopbar-section {
    padding: 6px 0px;
  }
}
@media (max-width: 1440px) {
  #header .shopbar-section {
    padding: 3px 0px;
  }
}
#header .shopbar-section .shopbar-container .headerright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .shopbar-section .shopbar-container .headerright .showsearch, #header .shopbar-section .shopbar-container .headerright .menubar-link {
  padding: 0px;
}
#header .shopbar-section .shopbar-container .headerright .showsearch img, #header .shopbar-section .shopbar-container .headerright .menubar-link img {
  width: 20px;
}
@media (max-width: 1367px) {
  #header .shopbar-section .shopbar-container .headerright .showsearch img, #header .shopbar-section .shopbar-container .headerright .menubar-link img {
    width: 16px;
  }
}
#header .shopbar-section .shopbar-container .shopbar {
  -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;
}
#header .shopbar-section .shopbar-container .shopbar .shopbar-col-group-tools .btn {
  padding-bottom: 0px;
}
#header .shopbar-section .shopbar-container .shopbar .shopbar-col-group-brand {
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
}
#header .shopbar-section .shopbar-container .shopbar .callUs {
  font-family: "Cinzel", serif;
}
#header .shopbar-section .shopbar-container .shopbar .callUs p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 1680px) {
  #header .shopbar-section .shopbar-container .shopbar .callUs p {
    font-size: 16px;
  }
}
#header .shopbar-section .shopbar-container .shopbar .callUs .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 1680px) {
  #header .shopbar-section .shopbar-container .shopbar .callUs .number {
    font-size: 20px;
  }
  #header .shopbar-section .shopbar-container .shopbar .callUs .number img {
    max-height: 18px;
  }
}
@media (max-width: 1440px) {
  #header .shopbar-section .shopbar-container .shopbar .callUs .number {
    font-size: 16px;
  }
  #header .shopbar-section .shopbar-container .shopbar .callUs .number img {
    max-height: 16px;
  }
}
#header .shopbar-section .shopbar-container .shopbar .callUs .number img {
  padding-right: 10px;
}
#header .shopbar-section .shopbar-container .shopbar .searchbox_main .btnclose img {
  width: 18px;
}
#header .shopbar-section .shopbar-container .shopbar .searchbox_main .searchtext {
  position: absolute;
  right: 0px;
  top: 7px;
  z-index: -9;
  opacity: 0;
  height: 80%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
#header .shopbar-section .shopbar-container .shopbar .searchbox_main .searchtext.showbox {
  z-index: 99999;
  opacity: 1;
  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;
  background: #d9d9d9;
  padding-right: 10px;
}
#header .shopbar-section .shopbar-container .shopbar .searchbox_main .searchtext form.instasearch-form {
  background: #d9d9d9;
}
#header .shopbar-section .shopbar-container .shopbar .searchbox_main .searchtext form.instasearch-form .instasearch-term {
  opacity: 1 !important;
  background: transparent !important;
  border: 0px !important;
  border-radius: 0px !important;
  color: #000;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 51px !important;
}
#header .shopbar-section .shopbar-container .shopbar .searchbox_main .searchtext form.instasearch-form .instasearch-term:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
#header .shopbar-section .shopbar-container .shopbar .searchbox_main .searchtext form.instasearch-form .icm-magnifier {
  color: #000 !important;
}
@media screen and (max-width: 992px) {
  #header .shopbar-section .shopbar-container .shopbar .searchbox_main .searchtext {
    top: 0px;
    height: 50px;
    width: 100%;
  }
  #header .shopbar-section .shopbar-container .shopbar .searchbox_main .searchtext form.instasearch-form {
    width: 95%;
  }
}
#header .shopbar-section .shopbar-container .shopbar .searchbox_main .instasearch-form:not(.open) .instasearch-button {
  border-radius: 0px !important;
  background: transparent !important;
  border: 0px;
}
@media (max-width: 1367px) {
  #header .shopbar-section .shopbar-container .shopbar .callUs p {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
#header .shopbar-section .shopbar-container .shopbar-col-group-tools {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#header .shopbar-section .shopbar-container .shopbar-col-group-tools p {
  padding-top: 15px;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  font-family: "Cinzel", serif;
  -webkit-transition: 350ms ease-in;
  transition: 350ms ease-in;
}
@media (max-width: 1680px) {
  #header .shopbar-section .shopbar-container .shopbar-col-group-tools p {
    font-size: 18px;
  }
}
@media (max-width: 1367px) {
  #header .shopbar-section .shopbar-container .shopbar-col-group-tools p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  #header .shopbar-section .shopbar-container .shopbar-col-group-tools p {
    padding-bottom: 7px !important;
  }
}
#header .shopbar-section .shopbar-container .shopbar-col-group-tools .btn {
  border: none;
  outline: none;
  background: transparent;
  -webkit-transition: 350ms ease-in;
  transition: 350ms ease-in;
}
#header .shopbar-section .shopbar-container .shopbar-col-group-tools .btn:hover p {
  color: #b3973c;
}
#header .shopbar-section .shopbar-container .shopbar-col-group-tools .shopbar-col {
  padding-top: 0px;
  padding-right: 0px;
}
#header .shopbar-section .shopbar-container .shopbar-col-group-tools .shopbar-col.shopbar-tools {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header .shopbar-section .shopbar-container .shopbar-col-group-tools .shopbar-col.shopbar-tools .shopbar-button {
  min-width: 25px;
}
#header .shopbar-section .shopbar-container .shopbar-col-group-tools .shopbar-col.shopbar-tools .shopbar-button img {
  width: 25px;
}
#header .shopbar-section .shopbar-container .shopbar-col-group-tools .shopbar-col.shopbar-tools .shopbar-button-icon.cart-icon img {
  width: 19px;
  height: 28px;
}
#header .shopbar-section .shopbar-container .shopbar-col-group-tools .shopbar-col.shopbar-tools .shopbar-button-icon img {
  width: 25px;
}
@media (max-width: 1680px) {
  #header .shopbar-section .shopbar-container .shopbar-col-group-tools .shopbar-col.shopbar-tools .shopbar-button-icon .cart-icon img {
    height: 20px;
  }
  #header .shopbar-section .shopbar-container .shopbar-col-group-tools .shopbar-col.shopbar-tools img {
    width: 20px !important;
    height: 20px !important;
  }
}
@media (max-width: 1367px) {
  #header .shopbar-section .shopbar-container .shopbar-col-group-tools .shopbar-col.shopbar-tools {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -7px;
  }
  #header .shopbar-section .shopbar-container .shopbar-col-group-tools .shopbar-col.shopbar-tools .shopbar-button.pl-1 {
    padding-left: 0px !important;
  }
  #header .shopbar-section .shopbar-container .shopbar-col-group-tools .shopbar-col.shopbar-tools .shopbar-button-icon .cart-icon img {
    height: 18px;
  }
  #header .shopbar-section .shopbar-container .shopbar-col-group-tools .shopbar-col.shopbar-tools img {
    width: 18px !important;
    height: 20px !important;
  }
}
@media (max-width: 1367px) {
  #header .shopbar-section {
    padding: 5px 0px 5px;
  }
  #header .shopbar-section .shopbar .shopbar-col-group-tools .btn {
    padding-bottom: 0px;
  }
  #header .shopbar-section .shopbar .shopbar-col-group-tools p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  #header .shopbar-section {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 992px) {
  #header .shopbar-section .shopbar-col-group-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #header .shopbar-section .shopbar-container .shopbar .callUs, #header .shopbar-section .shopbar-container .headerright {
    display: none;
  }
  #header .shopbar-section .shopbar-container .shopbar-col-group-tools .shopbar-col {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header .shopbar-section .shopbar-container .shopbar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  #header .shopbar-section .shopbar .shopbar-col-group-tools .btn {
    padding-bottom: 15px;
  }
}
@media (max-width: 576px) {
  #header .shopbar-section .shopbar .shopbar-col-group-tools p {
    padding-top: 0px;
  }
}
@media screen and (max-width: 992px) {
  #header {
    top: 0px;
  }
}
#header .megamenu-container {
  padding-left: 0px !important;
}

.search-focused .shop-logo {
  margin: 0px !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.page-main {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media (max-width: 1170px) {
  .page-main {
    min-height: inherit;
  }
}
.page-main .heading.heading-center:before {
  display: none !important;
}
.page-main .newarrivalsection {
  padding: 50px 0px;
}
@media (max-width: 1680px) {
  .page-main .newarrivalsection {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .page-main .newarrivalsection {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .page-main .newarrivalsection {
    padding-top: 30px;
  }
}
.page-main .newarrivalsection .block-body {
  padding-top: 0px !important;
}
.page-main .newarrivalsection .slick-arrow {
  position: absolute;
  top: 45%;
  z-index: 99;
  font-size: 0px !important;
  border: 0px;
  width: 30px;
  height: 30px;
  background-size: 15px !important;
  outline: none !important;
  cursor: pointer;
}
.page-main .newarrivalsection .slick-arrow.slick-prev {
  left: -15px;
  background: url("images/icon_prevarrow.png") no-repeat left top;
}
.page-main .newarrivalsection .slick-arrow.slick-next {
  right: -15px;
  background: url("images/icon_nextarrow.png") no-repeat right top;
}
.page-main .newarrivalsection .art .art-picture-block {
  position: relative;
  overflow: hidden;
}
.page-main .newarrivalsection .art .art-picture-block a.art-picture img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (min-width: 1700px) {
  .page-main .newarrivalsection .art .art-picture-block a.art-picture img {
    width: 100%;
  }
}
.page-main .newarrivalsection .art:hover .art-btn-group {
  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;
}
.page-main .newarrivalsection .art:hover .art-picture-block a.art-picture img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (min-width: 1900px) {
  .page-main .newarrivalsection {
    max-width: 1900px;
    margin: 0px auto;
  }
}

.collectionsection {
  padding: 80px 0px 60px;
  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;
}
.collectionsection .col-md-4 {
  padding-right: 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}
.collectionsection .col-md-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
  padding: 0px;
}
.collectionsection .ourCollectionImg {
  height: 100%;
  padding: 8px 0px;
  padding-right: 7px;
  width: 100%;
  max-height: 682px;
}
.collectionsection .ourCollectionImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1680px) {
  .collectionsection .ourCollectionImg {
    max-height: 522px;
  }
}
@media (max-width: 991px) {
  .collectionsection .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
  }
}
.collectionsection .artlist-homepage-categories {
  margin: 0px;
  padding: 0px;
}
.collectionsection .artlist-homepage-categories .art {
  -ms-flex-preferred-size: 50% !important;
      flex-basis: 50% !important;
  max-width: 50% !important;
  margin: 0px;
  background: transparent;
  background-color: none;
  padding: 8px 8px;
}
.collectionsection .artlist-homepage-categories .art .art-genericname, .collectionsection .artlist-homepage-categories .art .art-picture-block {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 480px) {
  .collectionsection .artlist-homepage-categories .art .art-genericname .art-picture, .collectionsection .artlist-homepage-categories .art .art-picture-block .art-picture {
    width: 95%;
  }
}
.collectionsection .artlist-homepage-categories .art .art-picture:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.collectionsection .artlist-homepage-categories .art .art-picture-block {
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
  height: 390px;
}
.collectionsection .artlist-homepage-categories .art .art-picture-block .img-center-container {
  padding-top: 0;
  height: 390px;
}
.collectionsection .artlist-homepage-categories .art .art-picture-block .img-center-container img {
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 1800px) {
  .collectionsection .artlist-homepage-categories .art .art-picture-block {
    max-height: 390px;
  }
}
@media (max-width: 1680px) {
  .collectionsection .artlist-homepage-categories .art .art-picture-block {
    max-height: 245px;
  }
  .collectionsection .artlist-homepage-categories .art .art-picture-block .img-center-container {
    height: 245px;
  }
}
@media screen and (min-width: 1600px) {
  .collectionsection .artlist-homepage-categories .art .art-picture-block {
    max-height: 320px;
  }
}
@media screen and (min-width: 1800px) {
  .collectionsection .artlist-homepage-categories .art .art-picture-block {
    max-height: 325px;
  }
}
@media (max-width: 767px) {
  .collectionsection .artlist-homepage-categories .art .art-picture-block .art-picture {
    width: 100%;
  }
}
.collectionsection .artlist-homepage-categories .art .art-picture-block img {
  width: 100%;
  -o-object-position: 2px -100px;
     object-position: 2px -100px;
}
@media screen and (min-width: 1800px) {
  .collectionsection .artlist-homepage-categories .art .art-picture-block img {
    width: 100%;
    -o-object-position: 2px -150px;
       object-position: 2px -150px;
  }
}
@media (max-width: 1170px) {
  .collectionsection .artlist-homepage-categories .art .art-picture-block img {
    -o-object-position: 2px -50px;
       object-position: 2px -50px;
  }
}
@media (max-width: 767px) {
  .collectionsection .artlist-homepage-categories .art .art-picture-block img {
    -o-object-position: 2px -70px;
       object-position: 2px -70px;
  }
}
@media (max-width: 576px) {
  .collectionsection .artlist-homepage-categories .art .art-picture-block img {
    -o-object-position: 2px -100px;
       object-position: 2px -100px;
  }
}
.collectionsection .artlist-homepage-categories .art .art-genericname {
  position: absolute;
  bottom: 20px;
  left: 20px;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.collectionsection .artlist-homepage-categories .art .art-genericname a {
  font-size: 28px !important;
  background: rgba(255, 255, 255, 0.6);
  padding: 0px 10px 3px;
  display: block;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .collectionsection .artlist-homepage-categories .art .art-genericname a {
    font-size: 24px !important;
  }
}
@media (max-width: 1367px) {
  .collectionsection .artlist-homepage-categories .art .art-genericname a {
    font-size: 20px !important;
  }
}
.collectionsection .artlist-homepage-categories .art:hover .art-picture-block {
  -webkit-box-shadow: -4px 6px 5px rgba(0, 0, 0, 0.1);
          box-shadow: -4px 6px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
@media (max-width: 767px) {
  .collectionsection .artlist-homepage-categories .art {
    padding: 3px 3px;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .collectionsection .artlist-homepage-categories .art {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.collectionsection .container-fluid {
  padding-right: 0px !important;
}
.collectionsection .collectiontextMain {
  max-width: 1300px;
  margin: 0 auto;
}
.collectionsection .collectiontextMain .collectiontext {
  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;
}
.collectionsection .collectiontextMain .collectiontext .heading-title {
  margin-bottom: 0px;
  text-transform: uppercase;
}
.collectionsection .collectiontextMain .collectiontext .btnlink {
  margin-top: 0px;
}
.collectionsection .collectiontextMain .collectiontext p {
  font-size: 30px;
  line-height: 30px;
}
@media screen and (max-width: 1440px) {
  .collectionsection .collectiontextMain .collectiontext {
    width: 85%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .collectionsection .collectiontextMain .collectiontext p {
    font-size: 25px;
    line-height: 28px;
  }
  .collectionsection .collectiontextMain .collectiontext .btnlink span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1120px) {
  .collectionsection .collectiontextMain .collectiontext {
    width: 100%;
    padding: 0px 15px;
  }
}
@media screen and (max-width: 830px) {
  .collectionsection .collectiontextMain {
    margin-bottom: 30px;
  }
}
.collectionsection .art {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media screen and (min-width: 1920px) {
  .collectionsection .collectiontextMain .collectiontext h2 {
    font-size: 60px;
  }
  .collectionsection .collectiontextMain p {
    font-size: 40px;
  }
  .collectionsection .collectiontextMain .btnlink span {
    font-size: 26px;
  }
}
@media (max-width: 1680px) {
  .collectionsection {
    padding-top: 60px;
  }
}
@media (max-width: 1440px) {
  .collectionsection {
    padding-top: 40px;
  }
  .collectionsection .ourCollectionImg {
    padding: 4px 0px;
    padding-right: 4px;
  }
  .collectionsection .artlist-homepage-categories .art {
    padding: 4px 4px;
  }
}
@media screen and (max-width: 830px) {
  .collectionsection {
    padding: 50px 0px 30px;
  }
}
@media (max-width: 767px) {
  .collectionsection .collectiontextMain .collectiontext {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .collectionsection .collectiontextMain .collectiontext .btncategory {
    margin-top: 15px;
  }
}

.btnlink {
  margin-top: 20px;
  text-align: left;
  border: 1px solid #000;
  font-size: 26px;
  color: #000;
  text-decoration: none;
  position: relative;
  background: transparent !important;
  position: relative;
  padding-left: 23px;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
  padding: 7px 30px;
  display: inline-block;
  font-weight: normal;
  font-weight: 400;
  border-radius: 0px !important;
}
.btnlink:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  border-radius: 0px;
  background: #000;
  display: block;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.btnlink span {
  position: relative;
  z-index: 2;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}
.btnlink:hover {
  color: #ffffff;
}
.btnlink:hover:before {
  width: 100%;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
@media (max-width: 1680px) {
  .btnlink {
    margin-top: 0px;
    font-size: 20px;
    padding: 5px 25px;
  }
  .btnlink span {
    font-size: 20px;
    line-height: 1;
  }
}
@media (max-width: 1440px) {
  .btnlink {
    padding: 3px 20px;
  }
}
@media (max-width: 1367px) {
  .btnlink {
    line-height: 26px;
    font-size: 18px;
  }
  .btnlink span {
    font-size: 18px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .btnlink {
    padding: 3px 15px 5px;
  }
  .btnlink span {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .btnlink span {
    font-size: 14px;
  }
}

.widbox-footer-container {
  display: none !important;
}

.heading-title {
  padding: 0px !important;
  text-transform: uppercase;
  font-size: 45px !important;
  color: #000;
  font-family: "Cinzel", serif;
  margin-bottom: 35px;
  font-weight: normal;
  line-height: 50px;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .heading-title {
    font-size: 35px !important;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) {
  .heading-title {
    font-size: 33px !important;
  }
}
@media (max-width: 1367px) {
  .heading-title {
    font-size: 30px !important;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .heading-title {
    font-size: 30px !important;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .heading-title {
    font-size: 25px !important;
    line-height: 32px !important;
  }
}

@media screen and (min-width: 992px) {
  .shop-logo .brand {
    max-width: 350px;
    width: auto;
  }
}
@media (min-width: 1400px) and (max-width: 2500px) {
  .shop-logo .brand {
    max-width: 510px;
  }
}
@media screen and (min-width: 1500px) {
  .shop-logo .brand {
    max-width: 430px;
    width: auto;
  }
}
@media screen and (min-width: 1700px) {
  .shop-logo .brand {
    max-width: 550px;
    max-height: 100px;
    width: auto;
  }
  .shop-logo .brand img {
    width: 100%;
    height: 40px;
  }
}
@media (max-width: 1440px) {
  .shop-logo .brand {
    max-width: 400px;
  }
}
@media screen and (max-width: 992px) {
  .shop-logo .brand {
    max-width: 300px;
    margin: 0px auto;
    display: block;
    max-height: 100px;
    width: auto;
  }
}
@media (max-width: 576px) {
  .shop-logo .brand {
    max-width: 340px;
  }
}
fieldset.content-group > legend:before {
  background: #b3973c;
}

.productlist .slick-slider {
  margin-bottom: 0px;
}
.productlist .art.active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.productlist .art .art-picture-block {
  position: relative;
  overflow: hidden;
  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;
}
.productlist .art .art-picture-block a.art-picture img {
  width: 100%;
  margin: 0px;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (min-width: 1700px) {
  .productlist .art .art-picture-block a.art-picture img {
    width: 100%;
  }
}
.productlist .art .art-picture-block:hover .art-picture-block a.art-picture img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.productlist .art .img-center-container {
  border: 1px solid #e4e4e4;
}
.productlist .art .listtext {
  padding-left: 10px;
  min-height: 100px;
  margin-top: 15px;
}
.productlist .art .listtext .art-name {
  font-size: 28px;
  font-weight: normal;
  white-space: normal;
  overflow: visible;
  max-width: 90%;
  line-height: 33px;
  height: auto;
  min-height: 60px;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .productlist .art .listtext .art-name {
    font-size: 22px;
    line-height: 1.2;
    min-height: 55px;
  }
}
.productlist .art .listtext .art-name a {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.productlist .art .listtext .art-delivery-info {
  display: none;
}
.productlist .art .listtext .art-price-block .art-price {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  font-family: "Cinzel", serif;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .productlist .art .listtext .art-price-block .art-price {
    font-size: 18px;
  }
}
@media screen and (max-width: 1399px) {
  .productlist .art .listtext .art-price-block .art-price {
    font-size: 16px;
  }
}
.productlist .art .article .art-delivery-info {
  display: none;
}
.productlist .art .art-btn-group {
  position: absolute;
  top: 0px;
  right: 0px;
}
.productlist .art .art-btn-group .art-btn {
  padding: 5px;
}
.productlist .art .art-btn-group a {
  display: none;
}
.productlist .art .art-btn-group a:nth-child(2) {
  width: 100%;
  height: 100%;
  min-width: 100%;
  max-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;
  border: 0px;
  background: transparent;
}
.productlist .art .art-btn-group a:nth-child(2):first-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.productlist .art .art-btn-group a:nth-child(2):nth-child(2) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.productlist .art .art-btn-group a:nth-child(2) img {
  width: 23px;
}
.productlist .art .art-btn-group a:nth-child(2) i {
  color: rgb(179, 151, 60);
  font-size: 25px;
}
.productlist .art .skubox {
  display: none;
  position: absolute;
  top: 0px;
  background: #000000;
  z-index: 99;
  padding: 8px 80px 8px 15px;
  clip-path: polygon(0% 0%, 75% 0%, 70% 51%, 75% 100%, 0% 100%);
}
.productlist .art .skubox .art-attrs {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  color: #ffffff;
}
@media screen and (min-width: 1700px) {
  .productlist .art .skubox .art-attrs {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .productlist .art .listtext {
    padding-left: 10px;
    min-height: 100px;
    margin-top: 15px;
  }
  .productlist .art .listtext .art-name {
    font-size: 30px;
    line-height: 32px;
  }
  .productlist .art .listtext .art-price-block .art-price {
    font-size: 24px;
  }
}
@media screen and (max-width: 1400px) {
  .productlist .art .listtext {
    padding-left: 10px;
    min-height: 100px;
    margin-top: 15px;
  }
  .productlist .art .listtext .art-name {
    font-size: 23px;
    line-height: 23px;
    min-height: 50px;
  }
  .productlist .art .listtext .art-price-block .art-price {
    font-size: 20px;
  }
}
@media (max-width: 1367px) {
  .productlist .art .listtext .art-name {
    font-size: 20px;
    min-height: 45px;
    line-height: 24px;
  }
  .productlist .art .listtext .art-price-block .art-price {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .productlist .art {
    padding: 10px;
  }
  .productlist .art .skubox .art-attrs {
    font-size: 13px;
  }
  .productlist .art .listtext .art-name {
    max-width: 100%;
    font-size: 20px;
    line-height: 25px;
  }
  .productlist .art .listtext .art-price-block .art-price {
    font-size: 16px;
  }
}
.productlist .art .art-price-block .art-oldprice {
  font-family: "Cinzel", serif;
}
.productlist .artlist-action-group--filtersort {
  position: absolute;
  right: 0px;
  top: 0px;
}
.productlist .artlist-action-group--filtersort .btn-warning {
  background: #000;
}

.artlist-grid .art {
  border: 0px !important;
}

.artlist-grid:not(.artlist-boxed).artlist::after {
  display: none;
}

.mainofferbox {
  padding: 90px 0px 75px;
}
.mainofferbox .padright {
  padding-right: 9px !important;
}
.mainofferbox .marbtm28 {
  margin-bottom: 26px;
}
.mainofferbox .offerbox {
  position: relative;
}
.mainofferbox .offerbox .imgbox img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 830px) {
  .mainofferbox .offerbox .imgbox {
    height: 250px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mainofferbox .offerbox .imgbox img {
    -o-object-fit: cover;
       object-fit: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mainofferbox .offerbox .offerText {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 5;
  top: 0px;
  padding: 20px 40px;
}
.mainofferbox .offerbox .offerText h3 {
  font-weight: normal;
  font-size: 35px;
  line-height: 35px;
}
.mainofferbox .offerbox .offerText .specialoffer {
  font-size: 22px;
  color: #000;
  margin-bottom: 10px;
}
.mainofferbox .offerbox .offerText a {
  position: absolute;
  bottom: 40px;
  right: 45px;
}
.mainofferbox .offerbox .offerText a span {
  font-size: 19px;
}
.mainofferbox .offerbox .offerText.rightside {
  position: absolute;
  right: 0px;
  max-width: 200px;
}
.mainofferbox .offerbox .offerText.leftside {
  position: absolute;
  left: 0px;
  max-width: 350px;
  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;
}
.mainofferbox .offerbox .offerText.leftside h3 {
  padding-bottom: 25px;
}
.mainofferbox .offerbox .offerText.leftside a {
  right: inherit;
  left: 45px;
}
@media screen and (min-width: 1700px) {
  .mainofferbox .offerbox .offerText h3 {
    font-size: 45px;
    line-height: 50px;
  }
  .mainofferbox .offerbox .offerText a {
    bottom: 70px;
  }
  .mainofferbox .offerbox .offerText.rightside {
    max-width: 280px;
  }
  .mainofferbox .offerbox .offerText.rightside a {
    bottom: 45px;
  }
  .mainofferbox .offerbox .offerText.leftside {
    max-width: 400px;
  }
  .mainofferbox .offerbox .offerText.leftside a {
    bottom: 45px;
  }
}
@media screen and (min-width: 1700px) {
  .mainofferbox .padright {
    padding-right: 15px !important;
  }
  .mainofferbox .marbtm28 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 830px) {
  .mainofferbox {
    padding: 50px 0px 45px;
  }
  .mainofferbox .offerbox {
    margin-bottom: 30px;
  }
  .mainofferbox .offerbox .offerText.rightside {
    max-width: 80%;
  }
  .mainofferbox .offerbox .offerText.rightside h3 {
    width: 100%;
    text-align: right;
  }
  .mainofferbox .offerbox .offerText.leftside {
    max-width: 80%;
  }
  .mainofferbox .offerbox .offerText.leftside h3 {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .mainofferbox .offerbox .offerText.rightside {
    max-width: 100%;
  }
  .mainofferbox .offerbox .offerText.leftside {
    max-width: 100%;
  }
}

.customizebox {
  padding: 80px 0px;
}
.customizebox .customizeboxdarkbg {
  background: #595959;
  max-height: 300px;
}
.customizebox .customizeboxdarkbg .customizetextimgbox {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.customizebox .customizeboxdarkbg .customizetextimgbox .customizetext {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: auto;
      align-self: auto;
  margin-top: 60px;
}
.customizebox .customizeboxdarkbg .customizetextimgbox .customizetext h3 {
  color: #ffffff;
  font-weight: normal;
}
.customizebox .customizeboxdarkbg .customizetextimgbox .customizetext p {
  font-size: 25px;
  color: #ffffff;
}
.customizebox .customizeboxdarkbg .customizetextimgbox .customizetext .btnlink {
  display: inline-block;
}
.customizebox .customizeboxdarkbg .customizetextimgbox .customizetext .btnlink span {
  color: #ffffff;
}
.customizebox .customizeboxdarkbg .customizetextimgbox .imgbox {
  margin-top: -30px;
  height: 100%;
  width: 350px;
}
.customizebox .customizeboxdarkbg .customizetextimgbox .imgbox img {
  max-width: 100%;
}
@media screen and (max-width: 680px) {
  .customizebox .customizeboxdarkbg {
    max-height: inherit;
  }
  .customizebox .customizeboxdarkbg .customizetextimgbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .customizebox .customizeboxdarkbg .customizetextimgbox .imgbox {
    margin-top: 40px;
  }
  .customizebox .customizeboxdarkbg .customizetextimgbox .imgbox img {
    max-width: 100%;
  }
}

.btnbox {
  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;
}
@media (max-width: 1680px) {
  .btnbox.mb-3 {
    margin-bottom: 0px !important;
  }
}

#footer {
  padding: 0px 0px;
  border-top: 2px solid #B3973C;
  background: #ffffff;
}
#footer .footer-main-wrapper {
  padding: 50px 0px;
  padding-top: 95px;
}
@media (max-width: 767px) {
  #footer .footer-main-wrapper {
    padding-top: 40px;
  }
}
@media (max-width: 576px) {
  #footer .footer-main-wrapper {
    padding-bottom: 25px;
  }
}
#footer .container {
  max-width: 1200px;
}
@media screen and (min-width: 1900px) {
  #footer .container {
    max-width: 1600px;
  }
}
@media screen and (max-width: 789px) {
  #footer .footer-links.nav-collapsible {
    border-top: 0px !important;
    border-bottom: 1px solid #dadae3;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
}
#footer .footerlinks ul {
  text-align: center;
}
#footer .footerlinks ul li {
  margin: 0px 5px 5px;
}
#footer .footerlinks ul li a {
  text-transform: capitalize;
  color: #000000;
  font-size: 16px !important;
}
#footer .footerlinks ul li a span {
  font-size: 22px !important;
}
@media (max-width: 767px) {
  #footer .footerlinks ul li a span {
    font-size: 20px !important;
  }
}
#footer .footerlinks ul li a:hover, #footer .footerlinks ul li a.active {
  color: #B3973C;
}
@media (max-width: 991px) {
  #footer .footer-newsletter .nav-collapsible .nav-collapse {
    max-width: 400px;
    margin: 0px auto;
  }
}
#footer .footer-newsletter p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: #000000;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  #footer .footer-newsletter p {
    font-size: 18px;
  }
}
@media (max-width: 1367px) {
  #footer .footer-newsletter p {
    font-size: 18px;
  }
}
#footer .footer-newsletter .input-group {
  position: relative;
}
#footer .footer-newsletter .input-group .form-control {
  background: #E4E4E4;
  padding-right: 120px;
  padding-left: 15px !important;
  border-radius: 0px;
  height: 50px;
  border: transparent solid 1px;
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
#footer .footer-newsletter .input-group .input-group-append {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #E4E4E4;
}
#footer .footer-newsletter .input-group .input-group-append .btn {
  color: #000000;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  background: transparent;
  border: 1px solid #000000;
  width: inherit;
  padding: 12px 25px;
  height: 100%;
  position: relative;
  z-index: 9;
}
@media (max-width: 1440px) {
  #footer .footer-newsletter .input-group .input-group-append .btn {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #footer .footer-newsletter .input-group .input-group-append .btn {
    font-size: 18px;
  }
}
@media (max-width: 1367px) {
  #footer .footer-newsletter .input-group .form-control {
    height: 40px;
  }
  #footer .footer-newsletter .input-group .input-group-append .btn {
    padding: 7px 25px;
    font-size: 20px;
  }
  #footer .footer-newsletter .form-group .btn {
    font-size: 22px;
    line-height: 1;
    padding: 10px 25px;
  }
}
@media (max-width: 991px) {
  #footer .footer-newsletter p {
    text-align: center;
  }
}
#footer .contactDetail {
  padding-top: 40px;
  text-align: center;
}
#footer .contactDetail div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer .contactDetail a {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-transform: lowercase;
}
#footer .contactDetail a i {
  color: #B3973C;
  font-size: 20px;
  padding-right: 15px;
}
#footer .contactDetail .phoneNumber {
  margin-left: -15px;
}
#footer .contactDetail .phoneNumber a {
  font-family: "Cinzel", serif;
}
@media (max-width: 767px) {
  #footer .contactDetail .phoneNumber {
    margin-left: -30px;
  }
}
@media (max-width: 1367px) {
  #footer .contactDetail {
    padding-top: 30px;
  }
  #footer .contactDetail a {
    font-size: 18px;
    line-height: 28px;
  }
  #footer .contactDetail a i {
    font-size: 18px;
    line-height: 24px;
  }
  #footer .contactDetail div {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  #footer .contactDetail a {
    font-size: 18px;
    line-height: 26px;
  }
  #footer .contactDetail a i {
    font-size: 18px;
    line-height: 24px;
  }
  #footer .contactDetail .emailaddress a {
    font-size: 20px;
  }
}
#footer .footer-social-wrapper {
  padding: 0px;
}
#footer .footer-social-wrapper a {
  color: #B3973C;
  margin: 0px;
  width: 40px;
  background: transparent;
}
#footer .footer-social-wrapper a i {
  font-size: 26px;
}
#footer .footer-social-wrapper a i.fa-twitter:before {
  content: "";
  background: url(./images/tik-tok.png) no-repeat;
  position: absolute;
  left: -13px;
  top: -13px;
  width: 27px;
  background-size: 26px;
  height: 27px;
}
@media (max-width: 1440px) {
  #footer .footer-social-wrapper a i.fa-twitter:before {
    top: -10px;
    left: -10px;
    width: 26px;
    background-size: 24px;
    height: 26px;
  }
}
@media (max-width: 1367px) {
  #footer .footer-social-wrapper a i.fa-twitter:before {
    background-size: 20px;
  }
}
@media (max-width: 1170px) {
  #footer .footer-social-wrapper a i.fa-twitter:before {
    background-size: 18px;
  }
}
@media (max-width: 1680px) {
  #footer .footer-social-wrapper a i {
    font-size: 20px;
  }
  #footer .footer-social-wrapper a i.fa-twitter::before {
    background-size: 20px;
    top: -11px;
  }
}
@media screen and (min-width: 1700px) {
  #footer .footerlinks ul li a {
    padding-bottom: 25px;
  }
  #footer .footerlinks ul li a span {
    font-size: 24px !important;
    line-height: 1;
  }
  #footer .copyrighttext, #footer .webdesignby {
    font-size: 20px !important;
  }
}
@media (max-width: 1367px) {
  #footer .footerlinks ul li a span {
    font-size: 20px !important;
  }
  #footer .footer-social-wrapper a i {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  #footer .footerlinks ul li a span {
    font-size: 22px !important;
  }
}
@media (max-width: 991px) {
  #footer .footerLogo {
    text-align: center;
    margin-bottom: 20px;
  }
  #footer .footerLogo img {
    max-height: 150px;
  }
}
@media (max-width: 767px) {
  #footer .footerLogo img {
    max-width: 300px;
  }
}

.footerBottem {
  background: #CBCACA;
}
.footerBottem .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0px;
}
.footerBottem .copyrighttext {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footerBottem .copyrighttext img {
  padding-right: 5px;
}
.footerBottem .copyrighttext, .footerBottem .webdesignby {
  margin-top: 0px;
  width: 100%;
  color: #000000;
  font-size: 18px;
}
@media screen and (max-width: 680px) {
  .footerBottem .copyrighttext, .footerBottem .webdesignby {
    max-width: 85%;
    margin: 0px auto;
  }
}
.footerBottem .webdesignby {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footerBottem .webdesignby a img {
  width: 22px;
}
@media (max-width: 1367px) {
  .footerBottem .d-flex {
    padding: 10px 0px;
  }
  .footerBottem .d-flex .copyrighttext, .footerBottem .d-flex .webdesignby {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .footerBottem .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footerBottem .d-flex .copyrighttext, .footerBottem .d-flex .webdesignby {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3px 0px;
  }
}

.instagrambox {
  padding: 80px 0px 40px;
}
.instagrambox .instawidget {
  border: 0px solid #000;
  overflow: hidden;
  position: relative;
}
.instagrambox .instawidget .widgetfooter {
  width: 100%;
  height: 50px;
  background: #ffffff;
  z-index: 9;
  bottom: 0px;
  position: absolute;
}
@media (max-width: 1367px) {
  .instagrambox {
    padding: 50px 0px 30px;
  }
}
@media screen and (max-width: 830px) {
  .instagrambox {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .instagrambox {
    padding: 80px 0px 0px;
  }
}

.addressBox {
  position: relative;
  padding-bottom: 30px;
}
.addressBox .container {
  max-width: 1200px;
}
.addressBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.addressBox ul li {
  max-width: 380px;
  text-align: center;
}
.addressBox ul li img {
  width: 50px;
}
.addressBox ul li p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  padding-top: 15px;
}
@media (max-width: 1680px) {
  .addressBox ul li img {
    max-width: 40px;
  }
}
@media (max-width: 576px) {
  .addressBox ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .addressBox ul li {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .addressBox ul li p {
    padding-top: 0px;
  }
  .addressBox ul li img {
    max-width: 30px;
    margin-right: 20px;
  }
}
.addressBox .contactimg {
  padding: 50px 0px;
  text-align: center;
  margin-right: auto;
  max-width: 370px;
  margin-left: auto;
}
.addressBox .contactimg img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1680px) {
  .addressBox ul {
    max-height: 1000px;
    margin: 0 auto;
  }
  .addressBox ul li p {
    margin: 0 auto;
    max-width: 70%;
    font-size: 20px;
    line-height: 25px;
  }
  .addressBox .contactimg {
    max-width: 320px;
  }
}
@media (max-width: 1367px) {
  .addressBox ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .addressBox ul li img {
    width: 35px;
  }
  .addressBox ul li p {
    font-size: 20px;
    max-width: 320px;
    line-height: 26px;
  }
}
@media (max-width: 1170px) {
  .addressBox .contactimg {
    max-width: 260px;
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .addressBox ul li {
    padding: 0px 7px;
  }
  .addressBox ul li p {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 830px) {
  .addressBox {
    padding-top: 70px !important;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .addressBox .contactimg {
    display: none;
  }
}
@media (max-width: 576px) {
  .addressBox ul li p {
    max-width: 100% !important;
    width: 100%;
    font-size: 22px;
    line-height: 28px;
  }
}

.contactaddress {
  height: 100%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contactaddress h3 {
  margin-bottom: 25px;
}
.contactaddress .d-flex.direction_column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.contactaddress .d-flex .max50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.contactaddress .details p {
  margin-left: 15px;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  max-width: 500px;
}
.contactaddress .details p span {
  display: block;
  margin-top: 0px;
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
}
.contactaddress .details p img {
  display: block;
  width: 45px;
}
.contactaddress .details p .timingText {
  font-family: "Cinzel", serif;
  font-size: 16px;
  line-height: 25px;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .contactaddress .details p {
    font-size: 26px;
  }
  .contactaddress .details p span {
    font-size: 22px;
    line-height: 28px;
    max-width: 100%;
  }
}
.contactaddress .contactbtn {
  margin-top: 20px;
}
.contactaddress .contactbtn .btnlink {
  padding-top: 0px;
  margin-right: 20px !important;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.contactaddress .contactbtn .btnlink:before {
  width: 40px;
  height: 40px;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.contactaddress .contactbtn .btnlink span {
  font-size: 20px;
}
.contactaddress .contactbtn .btnlink:hover {
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.contactaddress .contactbtn .btnlink:hover:before {
  width: 110%;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
@media (max-width: 1680px) {
  .contactaddress .icon img {
    height: 40px;
  }
}
@media (max-width: 1367px) {
  .contactaddress .details p {
    font-size: 26px;
    line-height: 32px;
  }
  .contactaddress .details p span {
    font-size: 20px;
    line-height: 28px;
  }
  .contactaddress .details p .timingText {
    font-size: 16px;
  }
  .contactaddress .icon img {
    height: 35px;
  }
}
@media screen and (max-width: 830px) {
  .contactaddress h3 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1700px) {
  .contactaddress p {
    font-size: 30px;
  }
  .contactaddress .contactbtn .btnlink {
    margin-right: 10px !important;
  }
}
@media (max-width: 767px) {
  .contactaddress {
    padding-bottom: 30px;
  }
  .contactaddress .d-flex.direction_column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contactaddress .d-flex.direction_column .max50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.testimonialsSection {
  padding: 70px 0px;
  padding-top: 0px;
}
.testimonialsSection h3 {
  margin-bottom: 25px;
}
.testimonialsSection .d-flex {
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.testimonialsSection .d-flex .btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.testimonialsSection .container {
  max-width: 97%;
}
@media screen and (min-width: 1920px) {
  .testimonialsSection .container {
    max-width: 1900px;
  }
}
.testimonialsSection .testimonialsslider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonialsSection .testimonialsslider .slick-list {
  width: 100%;
}
.testimonialsSection .testimonialsslider .slick-list .slick-track {
  width: 100%;
}
.testimonialsSection .testimonialsslider .testimonialBox {
  background: #fff;
  margin: 0px 15px;
  padding: 15px;
  position: relative;
  border: 3px solid #B3973C;
  height: 100%;
}
.testimonialsSection .testimonialsslider .testimonialBox p {
  font-size: 19px;
  line-height: 26px;
  min-height: 85px;
  padding-top: 10px;
  text-align: center;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1400px) and (min-width: 1680px) {
  .testimonialsSection .testimonialsslider .testimonialBox p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1380px) {
  .testimonialsSection .testimonialsslider .testimonialBox p {
    font-size: 17px;
  }
}
.testimonialsSection .testimonialsslider .testimonialBox .autorname {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  line-height: 32px;
  font-family: "Cinzel", serif;
  font-weight: 400;
  position: relative;
  -webkit-transition: ease-in-out 350ms;
  transition: ease-in-out 350ms;
}
@media screen and (min-width: 1400px) and (min-width: 1680px) {
  .testimonialsSection .testimonialsslider .testimonialBox .autorname {
    font-size: 24px;
  }
}
@media screen and (max-width: 1380px) {
  .testimonialsSection .testimonialsslider .testimonialBox .autorname {
    font-size: 22px;
  }
}
.testimonialsSection .testimonialsslider .rattingBg {
  background: transparent;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonialsSection .testimonialsslider .slick-dotted.slick-slider {
  margin-bottom: 44px !important;
}
.testimonialsSection .testimonialsslider .slick-dots {
  text-align: left;
  left: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonialsSection .testimonialsslider .slick-dots li {
  background: #B3973C;
  opacity: 0.5;
  height: 22px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 2px;
}
.testimonialsSection .testimonialsslider .slick-dots li button {
  background: #B3973C;
  border: none;
}
.testimonialsSection .testimonialsslider .slick-dots li.slick-active {
  background: #B3973C;
  opacity: 1;
}
.testimonialsSection .testimonialsslider .slick-dots li.slick-active button {
  background: #fff;
}
.testimonialsSection .testimonialsslider .slick-slide {
  -webkit-transition: ease-in 400ms;
  transition: ease-in 400ms; /*height: 270px !important;*/
  padding: 10px 0px;
  overflow: hidden;
}
.testimonialsSection .testimonialsslider .slick-current.slick-active .testimonialBox {
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1440px) {
  .testimonialsSection .testimonialsslider .slick-dots {
    left: 1%;
  }
  .testimonialsSection .testimonialsslider .slick-dots li {
    width: 21px;
    height: 20px;
  }
  .testimonialsSection .testimonialsslider .slick-dots li button {
    width: 10px;
    height: 9px;
  }
}
.testimonialsSection .slick-arrow {
  z-index: 99;
  font-size: 0px !important;
  border: 0px;
  width: 30px;
  height: 30px;
  background-size: 15px !important;
  outline: none !important;
  cursor: pointer;
}
.testimonialsSection .slick-arrow.slick-prev {
  left: -2%;
  margin-top: -10px;
  background: url("images/icon_prevarrow.png") no-repeat center center;
}
.testimonialsSection .slick-arrow.slick-next {
  margin-top: -10px;
  right: -2%;
  background: url("images/icon_nextarrow.png") no-repeat center center;
}
@media (max-width: 1440px) {
  .testimonialsSection {
    padding-bottom: 0px;
  }
}
@media (max-width: 1170px) {
  .testimonialsSection {
    padding: 50px 0px;
  }
  .testimonialsSection .testimonialsslider .testimonialBox {
    text-align: center;
  }
  .testimonialsSection .testimonialsslider .testimonialBox p {
    -webkit-line-clamp: 3;
  }
  .testimonialsSection .testimonialsslider .slick-current.slick-active .testimonialBox p {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 991px) {
  .testimonialsSection .testimonialsslider .testimonialBox p {
    padding-top: 20px;
    line-height: 23px;
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 767px) {
  .testimonialsSection .testimonialsslider .testimonialBox::before {
    width: 80px;
    height: 60px;
    background-size: 70px !important;
  }
  .testimonialsSection .testimonialsslider .testimonialBox p {
    padding-top: 30px;
  }
  .testimonialsSection .testimonialsslider .testimonialBox .autorname {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 576px) {
  .testimonialsSection {
    padding-bottom: 0px;
  }
  .testimonialsSection .testimonialsslider .testimonialBox p {
    padding-top: 10px;
    -webkit-line-clamp: 6;
  }
  .testimonialsSection .testimonialsslider .slick-current.slick-active .testimonialBox p {
    -webkit-line-clamp: 6;
  }
}

.borderframe {
  border: 3px solid #b3943c;
  padding: 15px 10px;
  height: 100%;
  min-height: 230px;
}

.rattingBg {
  background: transparent;
  width: calc(100% + 0px);
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.star-ratings {
  color: #ccc;
  font-size: 26px;
  position: relative;
  margin: 0;
  padding: 0;
}

.fill-ratings {
  color: #B3973C;
  padding: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  display: block;
  left: 0;
  overflow: hidden;
}

.empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
}

.testimonialListing {
  padding: 60px 0px;
}
.testimonialListing .testimonialBox {
  border: 3px solid #B3973C;
  margin: 20px 0px;
  padding: 15px;
  position: relative;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  height: 85%;
}
.testimonialListing .testimonialBox p {
  font-size: 19px;
  text-align: center;
  line-height: 26px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1400px) and (min-width: 1680px) {
  .testimonialListing .testimonialBox p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1380px) {
  .testimonialListing .testimonialBox p {
    font-size: 17px;
  }
}
.testimonialListing .testimonialBox .autorname {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  font-family: "Cinzel", serif;
  font-weight: 400;
  position: relative;
  padding-left: 0px;
  -webkit-transition: ease-in-out 350ms;
  transition: ease-in-out 350ms;
}
@media screen and (min-width: 1400px) and (min-width: 1680px) {
  .testimonialListing .testimonialBox .autorname {
    font-size: 24px;
  }
}
@media screen and (max-width: 1380px) {
  .testimonialListing .testimonialBox .autorname {
    font-size: 22px;
  }
}
@media (max-width: 1170px) {
  .testimonialListing .testimonialBox p {
    padding-top: 0px;
    min-height: auto;
    -webkit-line-clamp: inherit;
  }
}
@media (max-width: 991px) {
  .testimonialListing .testimonialBox p {
    padding-top: 0px;
    line-height: 23px;
  }
  .testimonialListing .testimonialBox .autorname {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .testimonialListing .testimonialBox p {
    padding-top: 0px;
  }
  .testimonialListing .testimonialBox .autorname {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 576px) {
  .testimonialListing .testimonialBox p {
    padding-top: 0px;
  }
}

.art-badges {
  left: 20px;
  font-family: "Cinzel", serif;
}

.badge-warning {
  background: #000;
}

.inner_banner {
  background: #ffffff;
  min-height: 250px;
  width: 100%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #B3973C;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.inner_banner .banner {
  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;
  padding-top: 0px;
  position: absolute;
  top: 45%;
  left: 13%;
}
.inner_banner .banner.relativeText {
  position: relative;
  padding-top: 30px !important;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  left: 0 !important;
}
.inner_banner .banner h1 {
  font-size: 50px;
  font-family: "Cinzel", serif;
}
.inner_banner .banner .subttl {
  font-size: 22px;
  padding-left: 20px;
  max-width: 300px;
  line-height: 25px;
  min-height: 60px;
  border-left: 5px solid #d9d9d9;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1700px) {
  .inner_banner .banner h1 {
    font-size: 60px;
  }
  .inner_banner .banner .subttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 1400px) {
  .inner_banner .banner h1 {
    font-size: 40px;
  }
  .inner_banner .banner .subttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .inner_banner {
    min-height: 187px;
  }
}
@media (max-width: 1367px) {
  .inner_banner {
    min-height: 180px;
  }
}
@media (max-width: 1170px) {
  .inner_banner .banner h1 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .inner_banner .banner h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 830px) {
  .inner_banner {
    min-height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .inner_banner {
    min-height: 120px;
  }
  .inner_banner .banner {
    padding-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .inner_banner .banner h1 {
    padding-right: 0px;
    border: 0px;
  }
  .inner_banner .banner .subttl {
    padding-left: 0px;
    text-align: center;
    border-left: 0px;
  }
  .inner_banner .banner.collectiontext {
    padding-top: 0px;
  }
  .inner_banner .banner.collectiontext .subttl {
    border-left: 0px;
  }
}
@media (max-width: 576px) {
  .inner_banner .bannerImg img {
    min-height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 400px) {
  .inner_banner .banner h1 {
    font-size: 30px;
  }
}
.inner_banner.topicpage {
  position: relative;
}
.inner_banner.topicpage .banner {
  top: 45%;
}
@media (max-width: 767px) {
  .inner_banner {
    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;
  }
}

.topicbaner {
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topicbaner .bannertext {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topicbaner .bannertext h1 {
  font-size: 50px;
}
@media screen and (max-width: 992px) {
  .topicbaner {
    min-height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .topicbaner {
    min-height: 160px;
  }
  .topicbaner .bannertext h1 {
    font-size: 35px;
  }
}

.topicbody {
  min-height: 500px;
  margin-bottom: 0px;
}

.btn:focus, .btn.focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.product-details-page {
  margin-bottom: 80px;
}
@media (max-width: 1367px) {
  .product-details-page {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .product-details-page {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .product-details-page {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .product-details-page {
    margin-bottom: 0px;
  }
}
.product-details-page .btnwishlist {
  position: absolute;
  top: 0px;
  right: 40px;
}
.product-details-page .btnwishlist a {
  padding-top: 5px;
  border: 0px;
  font-size: 0px;
  background: #ffffff;
}
.product-details-page .btnwishlist a .pd-action-label {
  display: none;
}
.product-details-page .btnwishlist a.btn-primary i {
  color: #baa14f !important;
  font-size: 25px !important;
}
.product-details-page .btnwishlist a.btn-primary:before {
  display: none !important;
}
.product-details-page .btnwishlist a.btn-primary:hover i {
  color: #baa14f !important;
}
@media (max-width: 1680px) {
  .product-details-page .btnwishlist {
    top: 0px;
  }
}
@media (max-width: 1367px) {
  .product-details-page .btnwishlist {
    top: 0px;
  }
}
@media (max-width: 1170px) {
  .product-details-page .btnwishlist {
    top: 0px;
  }
  .product-details-page .btnwishlist a.btn-primary i {
    font-size: 22px;
  }
}
.product-details-page .gal-nav .gal-current .gal-item-viewport {
  border-color: rgba(179, 151, 60, 0.4);
  -webkit-box-shadow: 0 0 0 1px rgba(179, 151, 60, 0.6);
          box-shadow: 0 0 0 1px rgba(179, 151, 60, 0.6);
}
.product-details-page .deliverytime-group {
  font-size: 20px;
}
.product-details-page .deliverytime-group .delivery-time {
  font-family: "Times New Roman", Times, serif;
  color: #000 !important;
  font-size: 20px;
}
.product-details-page .deliverytime-group .delivery-time i {
  color: #000 !important;
}
@media screen and (min-width: 1800px) {
  .product-details-page .deliverytime-group {
    font-size: 24px;
  }
}
.product-details-page .pd-price {
  font-family: "Cinzel", serif;
  font-size: 26px;
  color: #b3943c;
}
.product-details-page .pd-price.pd-price--offer {
  color: #b3943c;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .product-details-page .pd-price {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .product-details-page .pd-price {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .product-details-page .pd-price {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .product-details-page .pd-price {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .product-details-page .pd-price {
    font-size: 18px;
  }
}
.product-details-page .pd-offer-price-container .pd-offer-price .pd-group {
  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;
}
.product-details-page .pd-offer-price-container .pd-offer-price .pd-group .pd-oldprice-line {
  margin-left: 15px;
}
@media (max-width: 1367px) {
  .product-details-page .pd-offer-price-container .pd-offer-price {
    margin-bottom: 7px;
  }
  .product-details-page .pd-offer-price-container .pd-offer-price .pd-group {
    margin-bottom: 0px;
  }
}
.product-details-page .pd-oldprice-line {
  font-size: 17px;
  font-family: "Cinzel", serif;
}
.product-details-page .pd-oldprice-line span:first-child {
  display: none;
}
@media (max-width: 991px) {
  .product-details-page select.form-control {
    background: #ffffff !important;
    border: 1px solid #d4d4d4;
    padding: 0px 8px !important;
  }
  .product-details-page select {
    padding: 0px !important;
  }
  .product-details-page select::-ms-expand {
    display: none;
  }
}
.product-details-page .page-title h1 {
  font-weight: 400;
  font-size: 45px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .product-details-page .page-title h1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1380px) {
  .product-details-page .page-title h1 {
    font-size: 38px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1170px) {
  .product-details-page .page-title h1 {
    font-size: 35px;
    line-height: 1;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .product-details-page .page-title h1 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .product-details-page .page-title h1 {
    font-size: 26px;
  }
}
.product-details-page .form-group .select2-container--bootstrap .select2-selection {
  background: transparent !important;
}
.product-details-page .pd-actions-container {
  border: 0px;
}
.product-details-page .pd-actions-container .pd-action-item {
  border: 0px;
}
.product-details-page .pd-actions-container .pd-action-item:not(:has(a)) {
  display: none;
}
.product-details-page .pd-actions-container .pd-action-item:has(:where(a)) {
  display: block;
}
.product-details-page .pd-actions-container a {
  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;
}
.product-details-page .pd-offer-actions-container .pd-offer-actions {
  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;
}
.product-details-page .pd-offer-actions-container .pd-offer-actions .btn-primary {
  background: #ffffff;
  color: #000;
  border-color: #000;
  border-radius: 0px;
  height: 50px;
  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;
  font-size: 26px;
  margin-top: 20px;
  position: relative;
  padding: 0.875rem 1.5rem;
  margin-right: 30px;
}
.product-details-page .pd-offer-actions-container .pd-offer-actions .btn-primary i {
  font-size: 30px !important;
}
@media (max-width: 1367px) {
  .product-details-page .pd-offer-actions-container .pd-offer-actions .btn-primary {
    font-size: 20px;
    height: 40px;
    padding: 0px;
    margin-top: 0px;
  }
  .product-details-page .pd-offer-actions-container .pd-offer-actions .btn-primary i {
    font-size: 20px !important;
  }
  .product-details-page .pd-offer-actions-container .pd-offer-actions .btn-primary span {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .product-details-page .pd-offer-actions-container .pd-offer-actions .btn-primary {
    height: 45px;
    margin-top: 0px;
    font-size: 22px !important;
  }
  .product-details-page .pd-offer-actions-container .pd-offer-actions .btn-primary span {
    font-size: 22px !important;
  }
}
.product-details-page .pd-offer-actions-container .pd-offer-actions .btn-primary img {
  width: 20px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
.product-details-page .pd-offer-actions-container .pd-offer-actions .btn-primary .imgblack {
  display: block;
}
.product-details-page .pd-offer-actions-container .pd-offer-actions .btn-primary .imgwhite {
  display: none;
}
.product-details-page .pd-offer-actions-container .pd-offer-actions .btn-primary .pd-action-icon {
  position: relative;
  z-index: 2;
}
.product-details-page .pd-offer-actions-container .pd-offer-actions .btn-primary:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  border-radius: 0px;
  background: #000;
  display: block;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
  z-index: 1;
}
.product-details-page .pd-offer-actions-container .pd-offer-actions .btn-primary span {
  position: relative;
  z-index: 2;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}
.product-details-page .pd-offer-actions-container .pd-offer-actions .btn-primary:hover {
  color: #ffffff;
}
.product-details-page .pd-offer-actions-container .pd-offer-actions .btn-primary:hover:before {
  width: 100%;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.product-details-page .pd-offer-actions-container .pd-offer-actions .btn-primary:hover .pd-action-icon {
  color: #ffffff;
}
.product-details-page .pd-offer-actions-container .pd-offer-actions .btn-primary:hover .imgblack {
  display: none;
}
.product-details-page .pd-offer-actions-container .pd-offer-actions .btn-primary:hover .imgwhite {
  display: block;
}
.product-details-page .pd-offer-actions-container .pd-offer-actions .qtyboxmain {
  width: 100%;
  display: none;
}
.product-details-page .pd-offer-actions-container .pd-offer-actions .qtyboxmain .pd-offer-action-qty {
  padding-left: 0px;
}
.product-details-page .pd-offer-actions-container .col {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
}
.product-details-page .pd-offer-action-qty {
  width: 100%;
}
.product-details-page .qty-input {
  width: 140px;
  display: none;
}
.product-details-page .qty-input .bootstrap-touchspin {
  margin-bottom: 10px;
}
.product-details-page .qty-input .bootstrap-touchspin input {
  border-radius: 0px !important;
  height: 49px;
  background: transparent;
  border: 1px solid #b9b9b9;
  font-family: "Cinzel", serif;
  font-size: 24px;
  font-weight: normal;
}
@media (max-width: 1367px) {
  .product-details-page .qty-input .bootstrap-touchspin input {
    height: 33px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .product-details-page .qty-input .bootstrap-touchspin input {
    height: 49px;
    font-size: 22px;
  }
}
.product-details-page .qty-input .bootstrap-touchspin .input-group-btn > .btn > .fa {
  opacity: 1;
}
.product-details-page .qty-input .input-group-btn {
  width: 40px;
  background: #000;
}
.product-details-page .qty-input .input-group-btn button {
  opacity: 1;
  text-align: center !important;
}
.product-details-page .qty-input .input-group-btn button i {
  color: #ffffff;
}
@media (max-width: 1367px) {
  .product-details-page .qty-input .input-group-btn button {
    padding: 0px;
    padding-right: 0px !important;
  }
}
.product-details-page .details_reviewattr .pd-attrs-container {
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  display: none;
  padding-left: 10px;
  font-size: 20px;
}
.product-details-page .details_reviewattr .pd-review-summary {
  margin-right: 15px;
  margin-bottom: 0px;
}
.product-details-page .details_reviewattr .pd-group {
  margin-bottom: 0px !important;
}
.product-details-page .pd-offer {
  background: transparent;
  padding: 0px;
}
.product-details-page .pd-offer .pd-variants-container .pd-variants {
  font-family: "Cormorant Garamond", serif;
}
.product-details-page .pd-offer .pd-variants-container .pd-variants .form-group.choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 5px;
}
.product-details-page .pd-offer .pd-variants-container .pd-variants .form-group.choice.othergems {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}
.product-details-page .pd-offer .pd-variants-container .pd-variants .form-group.choice.othergems .choice-box-element {
  width: 90px;
  height: 90px;
}
@media (max-width: 1680px) {
  .product-details-page .pd-offer .pd-variants-container .pd-variants .form-group.choice.othergems .choice-box-element {
    width: 60px;
    height: 60px;
  }
}
.product-details-page .pd-offer .pd-variants-container .pd-variants .form-group.choice.othergems .choice-control {
  width: 100%;
}
.product-details-page .pd-offer .pd-variants-container .pd-variants .form-group.choice.othergems .choice-control ul li .choice-box-text {
  font-weight: normal;
  font-size: 15px;
}
.product-details-page .pd-offer .pd-variants-container .pd-variants .form-group.choice .form-check {
  padding-left: 0px;
}
.product-details-page .pd-offer .pd-variants-container .pd-variants .form-group.choice .form-check .form-check-input {
  display: none !important;
}
.product-details-page .pd-offer .pd-variants-container .pd-variants .form-group.choice .form-check .form-check-label.choice-item {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .product-details-page .pd-offer .pd-variants-container .pd-variants .form-group.choice .form-check .form-check-label.choice-item {
    white-space: normal;
  }
}
.product-details-page .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-label {
  width: 170px;
  font-size: 24px;
  font-weight: normal;
  color: #000;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .product-details-page .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-label {
    width: 160px;
    font-size: 20px;
  }
}
@media (max-width: 1367px) {
  .product-details-page .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-label {
    font-size: 18px;
    width: 140px;
  }
}
@media (max-width: 767px) {
  .product-details-page .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-label {
    line-height: 35px;
  }
}
.product-details-page .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control {
  font-size: 24px;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  width: 160px;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .product-details-page .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control {
    font-size: 20px;
  }
}
@media (max-width: 1367px) {
  .product-details-page .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .product-details-page .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control {
    line-height: 1.2;
  }
}
.product-details-page .pd-offer .pd-variants-container .pd-variants .form-group.choice .select2-container .select2-selection {
  padding: 0px;
  border: 0px;
  height: auto;
  border: 1px solid #ccc;
}
.product-details-page .pd-offer .pd-variants-container .pd-variants .form-group.choice .select2-container .select2-selection .select2-selection__rendered {
  font-size: 24px;
  color: #000;
  padding-left: 5px;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .product-details-page .pd-offer .pd-variants-container .pd-variants .form-group.choice .select2-container .select2-selection .select2-selection__rendered {
    font-size: 20px;
  }
}
@media (max-width: 1367px) {
  .product-details-page .pd-offer .pd-variants-container .pd-variants .form-group.choice .select2-container .select2-selection .select2-selection__rendered {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .product-details-page .pd-offer .pd-variants-container .pd-variants .form-group.choice .select2-container .select2-selection .select2-selection__rendered {
    font-size: 16px;
  }
}
.product-details-page .pd-offer .pd-description {
  font-size: 20px;
  color: #000;
  margin: 20px 0px 25px;
}
@media screen and (min-width: 1700px) {
  .product-details-page .page-title h1 {
    font-weight: 400;
    font-size: 50px;
  }
  .product-details-page .pd-description {
    font-size: 24px;
    color: #000;
  }
  .product-details-page .pd-variants-container .pd-variants .form-group.choice .choice-label {
    font-size: 26px;
  }
  .product-details-page .pd-variants-container .pd-variants .form-group.choice .select2-container .select2-selection .select2-selection__rendered {
    font-size: 26px;
  }
}
.product-details-page .detailcartsection {
  border: 0px solid #cdcdcd;
}
.product-details-page .detailcartsection .pd-offer-price-container {
  padding-left: 0px;
  padding-top: 10px;
}
.product-details-page .detailcartsection .pd-offer-actions-container {
  padding: 15px 15px 15px 0px;
}
@media (max-width: 1440px) {
  .product-details-page .detailcartsection .pd-offer-actions-container {
    padding-top: 10px;
  }
}
@media (max-width: 1367px) {
  .product-details-page .detailcartsection .pd-offer-actions-container {
    padding-top: 5px;
  }
}
.product-details-page .tabbable {
  border: 1px solid #c0c0c0;
  margin-bottom: 50px;
}
.product-details-page .tabbable ul.nav-tabs {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #f2f2f2;
}
.product-details-page .tabbable ul.nav-tabs li {
  border-radius: 0px;
}
.product-details-page .tabbable ul.nav-tabs li.nav-item a {
  border-radius: 0px;
  font-size: 26px;
  font-weight: normal;
  padding: 10px 25px;
}
.product-details-page .tabbable ul.nav-tabs li.nav-item a.active {
  background: #000;
  color: #ffffff;
}
@media (max-width: 767px) {
  .product-details-page .tabbable ul.nav-tabs li.nav-item a.active {
    background: #ffffff;
  }
  .product-details-page .tabbable ul.nav-tabs li.nav-item a.active .nav-link-summary {
    display: none !important;
  }
}
.product-details-page .tabbable ul.nav-tabs li.nav-item a:before {
  display: none;
}
@media (max-width: 1367px) {
  .product-details-page .tabbable ul.nav-tabs li.nav-item a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .product-details-page .tabbable ul.nav-tabs li.nav-item a {
    font-size: 22px;
  }
}
.product-details-page .tabbable .tab-pane {
  padding: 15px;
}
.product-details-page .tabbable .tab-pane .long-text {
  font-size: 24px;
}
@media (max-width: 1367px) {
  .product-details-page .tabbable .tab-pane .long-text {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .product-details-page .tabbable .tab-pane .long-text {
    font-size: 22px;
  }
}
.product-details-page .tabbable .tab-pane .btn-warning {
  border-radius: 0px;
  background: #000;
  border-color: #000;
}
.product-details-page .tabbable .btn-text-expander--expand {
  display: none;
}
.product-details-page .tabbable .more-less {
  max-height: inherit !important;
  overflow: visible;
}
.product-details-page .tabbable .more-block {
  padding-left: 15px;
}
.product-details-page .tabbable .more-block ul li {
  position: relative;
  padding-left: 17px;
  font-size: 22px;
  margin-bottom: 10px;
}
.product-details-page .tabbable .more-block ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #333333;
  position: absolute;
  left: 0px;
  top: 8px;
}
@media screen and (min-width: 1700px) {
  .product-details-page .tabbable .more-block ul li {
    font-size: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .product-details-page .tabbable ul li {
    font-size: 18px;
  }
}
.product-details-page .recently-viewed-product-grid, .product-details-page .pd-related-products {
  border: none;
  padding: 0px 0px;
}
.product-details-page .recently-viewed-product-grid .block-title, .product-details-page .pd-related-products .block-title {
  margin-left: 10px;
  margin-right: 0px;
  border: none;
  padding-bottom: 0px;
}
.product-details-page .recently-viewed-product-grid .block-title h3, .product-details-page .pd-related-products .block-title h3 {
  font-size: 35px !important;
  color: #000;
  margin-bottom: 15px;
  font-weight: normal;
  line-height: 50px;
}
@media screen and (min-width: 1700px) {
  .product-details-page .recently-viewed-product-grid .block-title h3, .product-details-page .pd-related-products .block-title h3 {
    font-size: 45px !important;
    line-height: 60px;
  }
}
@media (max-width: 1400px) {
  .product-details-page .recently-viewed-product-grid .block-title h3, .product-details-page .pd-related-products .block-title h3 {
    font-size: 30px !important;
    line-height: 40px;
  }
}
@media (max-width: 992px) {
  .product-details-page .recently-viewed-product-grid .block-title h3, .product-details-page .pd-related-products .block-title h3 {
    font-size: 28px !important;
    line-height: 40px;
  }
}
.product-details-page .recently-viewed-product-grid .artlist-carousel .slick-arrow, .product-details-page .pd-related-products .artlist-carousel .slick-arrow {
  font-size: 0px !important;
  width: 30px;
  height: 30px;
  background-size: 15px !important;
  outline: none !important;
  cursor: pointer;
  border: 0px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-details-page .recently-viewed-product-grid .artlist-carousel .slick-arrow.slick-prev, .product-details-page .pd-related-products .artlist-carousel .slick-arrow.slick-prev {
  background: url("images/icon_prevarrow.png") no-repeat center center;
  margin-right: -9px;
}
.product-details-page .recently-viewed-product-grid .artlist-carousel .slick-arrow.slick-next, .product-details-page .pd-related-products .artlist-carousel .slick-arrow.slick-next {
  background: url("images/icon_nextarrow.png") no-repeat center center;
  margin-right: -7px;
}
.product-details-page .referencedidbox {
  display: block;
  width: 100%;
  margin-top: 30px;
  font-size: 24px;
  font-family: "Cormorant Garamond", serif;
}
.product-details-page .referencedidbox span {
  font-family: "Cinzel", serif;
  font-size: 22px;
}
@media (max-width: 1367px) {
  .product-details-page .referencedidbox {
    font-size: 18px;
  }
  .product-details-page .referencedidbox span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .product-details-page .referencedidbox {
    font-size: 22px;
  }
  .product-details-page .referencedidbox span {
    font-size: 20px;
  }
}

.facet-group-header {
  font-size: 20px !important;
  color: rgba(179, 151, 60, 0.9) !important;
}

.facet-body .facet-label {
  font-size: 18px;
}
.facet-body .btn-primary {
  background-color: rgba(179, 151, 60, 0.9);
  border-color: rgba(179, 151, 60, 0.9);
}
.facet-body .btn-primary:hover, .facet-body .btn-primary:visited, .facet-body .btn-primary:focus, .facet-body .btn-primary:active {
  background-color: rgba(179, 151, 60, 0.9);
  border-color: rgba(179, 151, 60, 0.9);
}

.artlist-action .mf-dropdown .btn {
  font-family: "Cinzel", serif;
}

.catmenu .catmenu-path-item.active {
  font-size: 26px;
  color: rgba(179, 151, 60, 0.9);
}
@media (max-width: 1170px) {
  .catmenu .catmenu-path-item.active {
    font-size: 18px;
    color: rgba(179, 151, 60, 0.9);
  }
}
@media (max-width: 1367px) {
  .catmenu .catmenu-path-item.active {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .catmenu .catmenu-path-item.active {
    font-size: 22px;
  }
}
.catmenu .list-group-item {
  font-size: 18px;
  color: #000;
  border: 0px;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.catmenu .list-group-item.expanded {
  color: rgba(179, 151, 60, 0.9);
}
.catmenu .list-group-item.active:before {
  background: rgba(179, 151, 60, 0.9);
  width: 5px;
}
@media screen and (min-width: 1700px) {
  .catmenu .list-group-item {
    font-size: 28px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .catmenu .list-group-item {
    font-size: 22px;
  }
}
@media screen and (max-width: 1400px) {
  .catmenu .list-group-item {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .offcanvas-content .more-less {
    max-height: inherit;
    overflow: visible;
  }
  .offcanvas-content .more-less a.btn-text-expander {
    display: none !important;
  }
}
.category-page .art {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}
@media (max-width: 576px) {
  .category-page .art {
    padding-bottom: 5px;
  }
  .category-page .art .art-picture-block {
    margin-bottom: 5px;
  }
}
.category-page .art-genericname {
  font-size: 28px !important;
  font-weight: 400 !important;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .category-page .art-genericname {
    font-size: 24px !important;
  }
}
@media (max-width: 1367px) {
  .category-page .art-genericname {
    font-size: 20px !important;
  }
}
@media (max-width: 1170px) {
  .category-page .art-genericname {
    font-size: 18px !important;
  }
}
@media (max-width: 991px) {
  .category-page .art-genericname {
    font-size: 16px !important;
  }
}
@media (max-width: 576px) {
  .category-page .art-genericname {
    font-size: 14px !important;
  }
}
.category-page .category-description .more-block {
  font-size: 22px;
  padding-bottom: 30px;
}
@media (max-width: 1367px) {
  .category-page .category-description .more-block {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .category-page .category-description .more-block {
    font-size: 20px;
    line-height: 24px;
  }
}
.category-page .artlist-action--pager > *:not(:first-child) {
  margin-left: 0;
}
.category-page .productlist .artlist-action--pager > *:not(:first-child) {
  margin-left: 0;
}
.category-page .productlist .art .listtext {
  margin-top: 0px !important;
}
.category-page .productlist .mf-dropdown {
  position: relative;
  top: 0px;
  right: 0;
}
.category-page .productlist .mf-dropdown button {
  border: 0px;
}
.category-page .productlist .artlist-grid.artlist-boxed .art {
  padding: 0px;
  position: relative;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.category-page .productlist .artlist-grid.artlist-boxed .art .art-picture-block {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
}
.category-page .productlist .artlist-grid.artlist-boxed .art .art-picture-block img {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.category-page .productlist .artlist-grid.artlist-boxed .art .art-genericname {
  position: relative;
  z-index: 9;
  font-size: 28px;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
  padding: 15px 0px;
  text-align: left;
}
@media (max-width: 1367px) {
  .category-page .productlist .artlist-grid.artlist-boxed .art .art-genericname {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .category-page .productlist .artlist-grid.artlist-boxed .art .art-genericname {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .category-page .productlist .artlist-grid.artlist-boxed .art .art-genericname {
    font-size: 24px;
  }
}
.category-page .productlist .artlist-grid.artlist-boxed .art:hover .art-picture-block img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.category-page .productlist .artlist-grid.artlist-boxed .art:hover .art-genericname {
  z-index: 9;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  .category-page .productlist .artlist-grid.artlist-boxed .art {
    -ms-flex-preferred-size: calc(50% - 1rem) !important;
        flex-basis: calc(50% - 1rem) !important;
    max-width: calc(50% - 1rem) !important;
  }
}
.category-page .product-list-container .art {
  padding: 0px 10px;
  margin-bottom: 40px;
}

.page-title h1.h3 {
  font-family: "Cinzel", serif;
}

.offcanvas-cart-content .offcanvas-cart-footer-row {
  background-color: #000;
}
.offcanvas-cart-content .offcanvas-cart-item .short-desc {
  display: none;
}
@media (max-width: 576px) {
  .offcanvas-cart-content .offcanvas-cart-footer-row .btn-flat {
    margin-bottom: 10px;
  }
}

.cart-summary-value {
  font-family: "Cinzel", serif !important;
}
.cart-summary-value span {
  font-family: "Cormorant Garamond", serif !important;
}

.checkout-confirm-page .cart-summary-value {
  font-family: "Cinzel", serif !important;
}
.checkout-confirm-page .cart-summary-value span {
  font-family: "Cinzel", serif !important;
}

.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 {
  border-radius: 0px;
  overflow: hidden;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 1px solid #b3943c;
}
.card.card_list .cart .cart-head {
  border-radius: 0px;
}
.card.card_list .cart .cart-head .cart-row .cart-col {
  border: none;
  font-size: 26px;
  font-weight: 700;
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px solid #b3973c;
  border-bottom: 1px solid #b3973c;
}
.card.card_list .cart .cart-head .cart-row .cart-col:first-child {
  border-bottom-left-radius: 0px;
  border-left: 1px solid #b3973c;
}
.card.card_list .cart .cart-head .cart-row .cart-col:last-child {
  border-bottom-right-radius: 0px;
  border-right: 1px solid #b3973c;
}
.card.card_list .cart .cart-head .cart-row .cart-col.cart-col-qty {
  display: none;
}
@media (max-width: 1367px) {
  .card.card_list .cart .cart-head .cart-row .cart-col {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .card.card_list .cart .cart-head .cart-row .cart-col {
    font-size: 20px;
  }
}
@media (max-width: 1400px) {
  .card.card_list .cart .cart-head .cart-row .cart-col {
    font-size: 20px;
    line-height: 22px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
@media (max-width: 1170px) {
  .card.card_list .cart .cart-head .cart-row .cart-col {
    font-size: 18px;
    line-height: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .card.card_list .cart .cart-head .cart-row .cart-col {
    font-size: 20px;
    line-height: 26px;
  }
}
.card.card_list .cart .cart-body .cart-col-qty {
  font-family: "Cinzel", serif;
  display: none;
}
.card.card_list .cart .cart-body .cart-col-price {
  font-family: "Cinzel", serif !important;
}
.card.card_list .cart .cart-body .delivery-time {
  color: rgb(179, 151, 60) !important;
  font-family: "Times New Roman", Times, serif;
}
@media (max-width: 767px) {
  .card.card_list .cart .cart-body .cart-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 360px) {
  .card.card_list .cart .cart-body .cart-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.card.card_list .cart .cart-body .cart-row:first-child .cart-col {
  border: none;
}
.card.card_list .cart .cart-body .cart-row .cart-col {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  padding-bottom: 20px;
}
@media (max-width: 1400px) {
  .card.card_list .cart .cart-body .cart-row .cart-col {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1170px) {
  .card.card_list .cart .cart-body .cart-row .cart-col {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .card.card_list .cart .cart-body .cart-row .cart-col {
    padding: 5px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-price {
    padding-bottom: 0px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-price::before {
    padding-bottom: 0px;
  }
}
.card.card_list .cart .cart-body .cart-row .attributes {
  color: #000 !important;
  font-weight: 600;
}
.card.card_list .cart .cart-body .cart-row .price {
  font-size: 20px !important;
}
@media (max-width: 1367px) {
  .card.card_list .cart .cart-body .cart-row .price {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .card.card_list .cart .cart-body .cart-row .price {
    font-size: 18px !important;
  }
}
@media (max-width: 400px) {
  .card.card_list .cart .cart-body .cart-row .price {
    font-size: 16px !important;
  }
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col {
  width: calc(100% - 50px);
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img {
  width: 60px;
  min-width: 60px;
  height: 60px;
  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-right: 10px;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img img {
  max-height: 60px;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link {
    font-size: 20px;
    line-height: 18px;
  }
}
@media (max-width: 1367px) {
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .attributes {
  font-size: 16px !important;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs {
  margin: 0px !important;
  font-size: 16px !important;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .cart-item-attr {
  margin: 0px;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .cart-item-attr .col-3, .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .cart-item-attr .col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  max-width: initial;
  padding: 0px;
  white-space: nowrap;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .cart-item-attr .col-3 {
  padding-right: 5px;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col {
    width: calc(100% - 80px);
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img {
    width: 140px;
    min-width: 140px;
    height: 140px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img img {
    max-height: 100px;
  }
}
@media (max-width: 1400px) {
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col {
    width: calc(100% - 100px);
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img img {
    max-height: 80px;
  }
}
@media (max-width: 1170px) {
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col {
    width: calc(100% - 70px);
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img {
    width: 70px;
    height: 70px;
    min-width: 1px;
    max-width: 70px;
    margin-right: 5px;
    border-radius: 0px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img img {
    max-height: 70px;
    padding: 10px 5px;
  }
}
@media (max-width: 991px) {
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col {
    width: calc(100% - 100px);
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img {
    width: 100px;
    min-width: 100px;
    height: 100px;
    max-width: 100px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img img {
    max-height: 80px;
  }
}
@media (max-width: 767px) {
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img {
    width: auto;
    min-width: 100%;
    height: auto;
    max-width: inherit;
    margin-bottom: 10px;
    margin-right: 0px;
    background: none;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img div {
    background: #F2F2F2;
    width: 200px;
    height: 160px;
    border-radius: 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;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img img {
    max-height: 120px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .cart-item-attr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.card.card_list .cart .cart-body .cart-row .cart-col-qty {
  min-width: 110px;
  padding-top: 20px;
  display: none;
}
@media (max-width: 767px) {
  .card.card_list .cart .cart-body .cart-row .cart-col-qty {
    padding-top: 0px;
  }
}
.card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input {
  border: solid 0px #B1B1B1 !important;
  width: 88px;
  margin: 0px auto;
  display: none;
}
.card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group-btn {
  background: #000;
  border-radius: 0px !important;
  margin: -1px 0px;
}
.card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group-btn .btn {
  padding: 0px !important;
  text-align: center !important;
  border-radius: 0px !important;
  color: #ffffff;
}
.card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group-btn .btn i {
  opacity: 1;
}
.card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group-btn .btn.bootstrap-touchspin-down {
  border-right: #B1B1B1 solid 1px;
}
.card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group-btn .btn.bootstrap-touchspin-up {
  border-left: #B1B1B1 solid 1px;
}
.card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .form-control {
  border-radius: 0px !important;
  border: none;
  height: 32px;
  width: 30px;
  font-family: "Times New Roman", Times, serif;
}
@media (max-width: 360px) {
  .card.card_list .cart .cart-body .cart-row .cart-col-qty {
    min-width: 1px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input {
    width: 81px;
  }
}
.card.card_list .cart .cart-body .cart-row .cart-col-price .price {
  line-height: calc(2.2rem + 2px);
}
.card.card_list .cart .cart-body .cart-row .cart-col-remove {
  padding-left: 0px;
  padding-right: 0px;
}
.card.card_list .cart .cart-body .cart-row .cart-col-remove .cart-row-actions {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.card.card_list .cart .cart-body .cart-row .cart-col-remove .cart-row-actions .btn {
  background: none !important;
  padding: 0px !important;
  border: none !important;
  width: 19px;
  margin-right: 9px;
}
.card.card_list .cart .cart-body .cart-row .cart-col-remove .cart-row-actions .btn i {
  color: #575757;
  font-size: 20px;
}
.card.card_list .cart .cart-body .cart-row .cart-col-remove .cart-row-actions .btn:last-child {
  margin-right: 0px;
}
@media (max-width: 767px) {
  .card.card_list .cart .cart-body .cart-row .cart-col-remove {
    width: 100%;
    padding-top: 0px;
  }
}
.card.card_list .cart .cart-body .cart-row .cart-item-attr .col-9 {
  font-family: "Times New Roman", Times, serif !important;
}
.card.card_list .cart .cart-body .cart-row .attributes {
  font-family: "Cormorant Garamond", serif;
  font-weight: normal;
}
@media (max-width: 1170px) {
  .card.card_list .cart .cart-col {
    padding: 10px 7px;
  }
}
@media (max-width: 991px) {
  .card.card_list .cart .cart-col {
    padding: 1rem;
  }
}
.card.card_list .cart-footer {
  font-size: 18px;
  font-weight: 500;
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0px !important;
  background: #fff;
}
.card.card_list .cart-footer .tital_cart {
  font-size: 32px;
  font-family: "Cinzel", serif;
  font-weight: 400;
  color: #000;
  border-bottom: #b3973c solid 1px;
  padding: 16px 30px;
}
@media (max-width: 1367px) {
  .card.card_list .cart-footer .tital_cart {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .card.card_list .cart-footer .tital_cart {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .card.card_list .cart-footer .tital_cart {
    font-size: 18px !important;
  }
}
.card.card_list .cart-footer .cart-summary {
  margin-top: 15px;
}
.card.card_list .cart-footer .cart-summary .cart-summary-label span.font-weight-medium {
  color: #b3973c !important;
  font-size: 18px;
}
.card.card_list .cart-footer .cart-summary tr td {
  padding: 10px 30px;
  font-size: 24px;
}
@media (max-width: 1367px) {
  .card.card_list .cart-footer .cart-summary tr td {
    font-size: 18px;
  }
  .card.card_list .cart-footer .cart-summary tr td.cart-summary-value {
    font-size: 18px;
    font-weight: 400;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .card.card_list .cart-footer .cart-summary tr td {
    font-size: 20px;
  }
  .card.card_list .cart-footer .cart-summary tr td.cart-summary-value {
    font-size: 20px;
    font-weight: 400;
  }
}
.card.card_list .cart-footer .cart-summary tr.cart-summary-total td.cart-summary-value {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1367px) {
  .card.card_list .cart-footer .cart-summary tr.cart-summary-total td.cart-summary-value {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .card.card_list .cart-footer .cart-summary tr.cart-summary-total td.cart-summary-value {
    font-size: 20px;
    font-weight: 600;
  }
}
.card.card_list .cart-footer .cart-summary-total {
  border-top: #b3973c solid 1px;
}
.card.card_list .cart-footer .cart-summary-total .cart-summary-value {
  font-size: 20px;
  font-weight: 700;
}
.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 {
  padding: 30px 15px 0px 15px;
  margin: 0px auto !important;
}
.card.card_list .cart-footer .cart-buttons .checkout-buttons {
  margin-bottom: 25px;
}
.card.card_list .cart-footer .cart-buttons .checkout-buttons button {
  background: none !important;
  width: 100%;
  text-align: center;
  padding: 7px 0px;
}
.card.card_list .cart-footer .cart-buttons .checkout-buttons button.btn-continue-shopping {
  margin-top: 15px;
}
@media screen and (min-width: 1700px) {
  .card.card_list .cart-footer .cart-summary tr td {
    padding: 10px 30px;
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .card.card_list .cart-footer .tital_cart {
    padding: 12px 20px;
    font-size: 22px;
  }
  .card.card_list .cart-footer .cart-summary tr td {
    padding: 10px 20px;
  }
  .card.card_list .cart-footer .cart-buttons {
    padding: 30px 5px 0px 5px;
  }
}
@media (max-width: 1170px) {
  .card.card_list .cart-footer {
    font-size: 17px;
  }
  .card.card_list .cart-footer .tital_cart {
    padding: 9px 15px;
    font-size: 21px;
  }
  .card.card_list .cart-footer .cart-summary tr td {
    padding: 10px 15px;
  }
  .card.card_list .cart-footer .cart-buttons {
    padding: 30px 0px 0px 0px;
  }
  .card.card_list .cart-footer .cart-buttons .checkout-buttons {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .card.card_list .cart-footer {
    margin-top: 30px;
  }
  .card.card_list .cart-footer .cart-buttons .col-sm-12 {
    text-align: center;
  }
  .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 .btn_comman {
    max-width: 220px;
    margin-top: 0px;
    margin: 0px 10px;
    margin-top: 0px;
  }
  .card.card_list .cart-footer button.btn-continue-shopping {
    margin-top: 0px !important;
  }
}
@media (max-width: 767px) {
  .card.card_list .cart-footer {
    padding-bottom: 20px;
  }
  .card.card_list .cart-footer .cart-summary tr td {
    font-size: 16px;
  }
  .card.card_list .cart-footer .cart-summary tr td.cart-summary-value {
    font-size: 16px;
  }
  .card.card_list .cart-footer .cart-summary-total .cart-summary-value {
    font-size: 18px;
    font-weight: 700;
  }
  .card.card_list .cart-footer .cart-buttons .checkout-buttons button.btn-continue-shopping {
    margin-top: 0px;
  }
}
@media (max-width: 576px) {
  .card.card_list .cart-footer .tital_cart {
    padding: 20px 15px;
  }
  .card.card_list .cart-footer .btn_comman {
    margin: 0px 5px;
  }
  .card.card_list .cart-footer .btn_comman span {
    padding-left: 0px !important;
  }
  .card.card_list .cart-footer .cart-summary tr td {
    font-size: 14px;
  }
  .card.card_list .cart-footer .cart-summary tr td.cart-summary-value {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .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 {
    margin: 7px 0px;
  }
}

.row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.checkout-data .shipping-fee {
  font-family: "Cinzel", serif;
  font-size: 22px;
  color: #b3973c !important;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .checkout-data .shipping-fee {
    font-size: 20px;
  }
}
@media (max-width: 1367px) {
  .checkout-data .shipping-fee {
    font-size: 18px;
  }
}

.checkout-data, .page-order-details {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .checkout-data .content-group, .page-order-details .content-group {
    margin-top: 20px !important;
  }
}
.checkout-data .page-intro, .page-order-details .page-intro {
  font-size: 22px;
  line-height: 25px;
}
@media (max-width: 1367px) {
  .checkout-data .page-intro, .page-order-details .page-intro {
    font-size: 18px;
    line-height: 21px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .checkout-data .page-intro, .page-order-details .page-intro {
    font-size: 20px;
    line-height: 23px;
  }
}
.checkout-data .order-review-data-box .col-md-4 p, .checkout-data .order-details-box .col-md-4 p, .page-order-details .order-review-data-box .col-md-4 p, .page-order-details .order-details-box .col-md-4 p {
  font-size: 22px;
  line-height: 25px;
}
@media (max-width: 1367px) {
  .checkout-data .order-review-data-box .col-md-4 p, .checkout-data .order-details-box .col-md-4 p, .page-order-details .order-review-data-box .col-md-4 p, .page-order-details .order-details-box .col-md-4 p {
    font-size: 18px;
    line-height: 21px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .checkout-data .order-review-data-box .col-md-4 p, .checkout-data .order-details-box .col-md-4 p, .page-order-details .order-review-data-box .col-md-4 p, .page-order-details .order-details-box .col-md-4 p {
    font-size: 20px;
    line-height: 23px;
  }
}

textarea.form-control {
  resize: none;
}

.form-group {
  margin-bottom: 30px;
  position: relative;
  font-size: 18px;
}
.form-group .col-form-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-top: 0px;
  padding-bottom: 3px;
}
.form-group .form-control, .form-group .select2-container--bootstrap .select2-selection {
  background: #f2f2f2;
  border-radius: 0px;
  height: 60px;
  border: transparent solid 1px;
  font-size: 22px;
  color: #000;
  font-weight: 400;
  padding: 0px 15px;
}
.form-group .form-control:hover, .form-group .form-control:focus, .form-group .select2-container--bootstrap .select2-selection:hover, .form-group .select2-container--bootstrap .select2-selection:focus {
  border-color: #ddd;
}
.form-group .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;
  background: transparent;
}
@media (max-width: 1440px) {
  .form-group {
    font-size: 16px;
  }
  .form-group .col-form-label {
    font-size: 16px;
  }
  .form-group .form-control, .form-group .select2-container--bootstrap .select2-selection {
    font-size: 16px !important;
    height: 45px;
  }
}
@media (max-width: 1170px) {
  .form-group {
    margin-bottom: 24px;
    font-size: 16px;
  }
  .form-group .col-form-label {
    font-size: 16px;
  }
  .form-group .form-control, .form-group .select2-container--bootstrap .select2-selection {
    font-size: 16px;
    height: 45px;
  }
}
@media (max-width: 991px) {
  .form-group {
    margin-bottom: 15px;
  }
  .form-group .form-control, .form-group .select2-container--bootstrap .select2-selection {
    font-size: 16px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .form-group {
    font-size: 16px;
  }
  .form-group .col-form-label {
    font-size: 16px;
  }
  .form-group .form-control, .form-group .select2-container--bootstrap .select2-selection {
    font-size: 20px;
    height: 45px;
  }
  .form-group .select2-container--bootstrap .select2-selection {
    height: 40px;
  }
}
@media (max-width: 576px) {
  .form-group .form-control, .form-group .select2-container--bootstrap .select2-selection {
    padding: 5px 12px;
  }
  .form-group .select2-container--bootstrap .select2-selection {
    height: 35px;
  }
}
@media (max-width: 480px) {
  .form-group {
    font-size: 14px;
  }
  .form-group .col-form-label {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .form-group .form-control, .form-group .select2-container--bootstrap .select2-selection {
    height: 45px;
  }
  .form-group .select2-container--bootstrap .select2-selection {
    height: 30px;
  }
}

.form-group {
  margin-bottom: 30px;
  position: relative;
  font-size: 18px;
}
.form-group .col-form-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-top: 0px;
  padding-bottom: 3px;
}
.form-group .form-control, .form-group .select2-container--bootstrap .select2-selection {
  background: #f2f2f2;
  border-radius: 0px;
  height: 60px;
  border: transparent solid 1px;
  font-size: 22px;
  color: #000;
  font-weight: 400;
}
.form-group .form-control:hover, .form-group .form-control:focus, .form-group .select2-container--bootstrap .select2-selection:hover, .form-group .select2-container--bootstrap .select2-selection:focus {
  border-color: #ddd;
}
.form-group .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;
}
.form-group .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  border: none;
  background: none;
  width: inherit;
  right: 13px;
}
@media (max-width: 1440px) {
  .form-group {
    font-size: 16px;
  }
  .form-group .col-form-label {
    font-size: 16px;
  }
  .form-group .form-control, .form-group .select2-container--bootstrap .select2-selection {
    font-size: 16px;
    height: 45px;
  }
}
@media (max-width: 1170px) {
  .form-group {
    margin-bottom: 24px;
    font-size: 16px;
  }
  .form-group .col-form-label {
    font-size: 16px;
  }
  .form-group .form-control, .form-group .select2-container--bootstrap .select2-selection {
    font-size: 16px;
    height: 45px;
  }
}
@media (max-width: 991px) {
  .form-group {
    margin-bottom: 15px;
  }
  .form-group .form-control, .form-group .select2-container--bootstrap .select2-selection {
    font-size: 16px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .form-group {
    font-size: 16px;
  }
  .form-group .col-form-label {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .form-group .form-control, .form-group .select2-container--bootstrap .select2-selection {
    padding: 5px 12px;
  }
}
@media (max-width: 480px) {
  .form-group {
    font-size: 14px;
  }
  .form-group .col-form-label {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .form-group .form-control, .form-group .select2-container--bootstrap .select2-selection {
    height: 45px;
  }
}

#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;
  left: 0;
  top: 4px;
  margin: 0px;
  width: 20px;
  height: 20px;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
#terms-of-service-consent-box .form-check input[type=checkbox] + .form-check-label::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 4px;
  width: 20px;
  height: 20px;
  border: #D9D9D9 solid 3px;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}
#terms-of-service-consent-box .form-check input[type=checkbox]:checked + .form-check-label::before {
  border-color: #D9D9D9 solid 3px;
  background: url(../Content/images/check_box.png) no-repeat center center #fff;
}
#terms-of-service-consent-box label {
  font-size: 24px;
}
@media (max-width: 1367px) {
  #terms-of-service-consent-box label {
    font-size: 16px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  #terms-of-service-consent-box label {
    font-size: 18px;
  }
}

.payment-method-page .buttons, .shipping-method-page .buttons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767px) {
  .payment-method-page .buttons, .shipping-method-page .buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .payment-method-page .buttons a, .shipping-method-page .buttons a {
    margin-right: 5px;
  }
}

.payment-methods, .shipping-options {
  margin-bottom: 40px;
}
.payment-methods .opt-list-item, .shipping-options .opt-list-item {
  background: #F2F2F2;
  border: none;
  margin-bottom: 10px;
  min-height: 70px;
  padding: 10px 30px;
  border-radius: 0px;
  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;
}
.payment-methods .opt-list-item::before, .shipping-options .opt-list-item::before {
  display: none !important;
}
.payment-methods .opt-list-item .text-muted, .shipping-options .opt-list-item .text-muted {
  color: #000 !important;
  font-size: 18px;
}
.payment-methods .opt-list-item .form-check, .shipping-options .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;
}
.payment-methods .opt-list-item .form-check-input, .shipping-options .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;
}
.payment-methods .opt-list-item .form-check-label, .shipping-options .opt-list-item .form-check-label {
  position: relative;
  padding-left: 30px;
  z-index: 1;
  font-size: 22px;
}
.payment-methods .opt-list-item .form-check-label::before, .shipping-options .opt-list-item .form-check-label::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  border: #D9D9D9 solid 3px;
  border-radius: 100%;
  background-color: #fff;
}
.payment-methods .opt-list-item .form-check-label span, .shipping-options .opt-list-item .form-check-label span {
  font-size: 22px;
}
@media (max-width: 1367px) {
  .payment-methods .opt-list-item .form-check-label, .shipping-options .opt-list-item .form-check-label {
    font-size: 18px;
  }
  .payment-methods .opt-list-item .form-check-label span, .shipping-options .opt-list-item .form-check-label span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .payment-methods .opt-list-item .form-check-label, .shipping-options .opt-list-item .form-check-label {
    font-size: 20px;
  }
  .payment-methods .opt-list-item .form-check-label span, .shipping-options .opt-list-item .form-check-label span {
    font-size: 20px;
  }
}
.payment-methods .opt-list-item .form-check input[type=radio] + .form-check-label::before, .shipping-options .opt-list-item .form-check input[type=radio] + .form-check-label::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 2px;
  width: 20px;
  height: 20px;
  border: #D9D9D9 solid 3px;
  border-radius: 100%;
  background-color: #fff;
}
.payment-methods .opt-list-item .form-check input[type=radio]:checked + .form-check-label::before, .shipping-options .opt-list-item .form-check input[type=radio]:checked + .form-check-label::before {
  border-color: #D9D9D9 solid 3px;
  background-color: #b3973c;
}
.payment-methods .opt-list-item .opt-name, .shipping-options .opt-list-item .opt-name {
  margin-left: 0px;
  font-size: 22px;
  color: #000;
}
@media (max-width: 1367px) {
  .payment-methods .opt-list-item .opt-name, .shipping-options .opt-list-item .opt-name {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .payment-methods .opt-list-item .opt-name, .shipping-options .opt-list-item .opt-name {
    font-size: 20px;
  }
}
.payment-methods .opt-info.payment-method-info, .shipping-options .opt-info.payment-method-info {
  display: none;
}
@media (max-width: 1440px) {
  .payment-methods .opt-list-item, .shipping-options .opt-list-item {
    min-height: 56px;
    padding: 10px 20px;
  }
  .payment-methods .opt-list-item .form-check-input, .shipping-options .opt-list-item .form-check-input {
    width: 18px;
    height: 18px;
    border-width: 2px;
    margin: 0px !important;
    top: 4px;
  }
  .payment-methods .opt-list-item .form-check input[type=radio] + .form-check-label::before, .shipping-options .opt-list-item .form-check input[type=radio] + .form-check-label::before {
    width: 18px;
    height: 18px;
    top: 4px;
  }
  .payment-methods .opt-list-item .opt-name, .shipping-options .opt-list-item .opt-name {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .payment-methods .opt-list-item .opt-name, .shipping-options .opt-list-item .opt-name {
    font-size: 15px;
  }
}

.buttons .btn {
  margin-right: 30px;
}
.buttons .btn:last-child {
  margin-right: 0px;
}
@media (max-width: 576px) {
  .buttons {
    width: 100%;
  }
}
@media (max-width: 380px) {
  .buttons .btn {
    margin-right: 0px;
  }
}

.fnt18_section {
  font-size: 18px;
}
.fnt18_section .lead {
  font-size: 24px;
  line-height: 26px;
  padding-bottom: 25px;
}
@media (max-width: 1367px) {
  .fnt18_section .lead {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .fnt18_section .lead {
    font-size: 22px;
    line-height: 24px;
  }
}
.fnt18_section #terms-of-service-consent-box {
  background: #ffffff;
  border-radius: 0px;
  border: none;
  margin-left: 10px;
}
@media (max-width: 1600px) {
  .fnt18_section {
    font-size: 17px;
  }
  .fnt18_section .lead {
    font-size: 17px;
    line-height: 1.2;
  }
}
@media (max-width: 1367px) {
  .fnt18_section {
    font-size: 15px;
  }
  .fnt18_section .lead {
    font-size: 15px;
    line-height: 1.3;
  }
}

.checkout-confirm-page .order-review-data-box {
  border: none;
}
.checkout-confirm-page .order-review-data-box .heading::before {
  background: #b3973c;
}
.checkout-confirm-page .card-header {
  border: none;
}
.checkout-confirm-page .comment-box .card-body {
  border: none;
}
.checkout-confirm-page .cart-body .cart-col-qty {
  display: none;
  display: inline-block;
  margin-top: 5px;
}

.cart-item-sku {
  font-family: "Cinzel", serif;
}
.cart-item-sku .text-muted {
  color: #000 !important;
}

.cart-item-link {
  margin-bottom: 12px !important;
  display: inline-block;
}

@media screen and (min-width: 800px) {
  .page-order-details .card_list.row .col-lg-8 {
    padding-left: 0px !important;
  }
  .page-order-details .card_list.row .col-lg-4 {
    padding-right: 0px !important;
  }
}

.checkout_comman .card, .page-order-details .card {
  border-radius: 0px;
}
.checkout_comman .card .card-header, .page-order-details .card .card-header {
  border-radius: 0px 0px 0 0;
}
.checkout_comman .card .change-checkout-data img, .page-order-details .card .change-checkout-data img {
  width: 25px;
}
.checkout_comman .heading .heading-title, .checkout_comman .heading h5, .page-order-details .heading .heading-title, .page-order-details .heading h5 {
  font-size: 28px !important;
  font-weight: 600 !important;
  margin-bottom: 0px;
  text-transform: uppercase;
  padding-right: 15px !important;
}
@media (max-width: 1367px) {
  .checkout_comman .heading .heading-title, .checkout_comman .heading h5, .page-order-details .heading .heading-title, .page-order-details .heading h5 {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .checkout_comman .heading .heading-title, .checkout_comman .heading h5, .page-order-details .heading .heading-title, .page-order-details .heading h5 {
    font-size: 22px !important;
  }
}
.checkout_comman h5, .page-order-details h5 {
  font-size: 28px !important;
  font-weight: 600 !important;
  margin-bottom: 0px;
}
@media (max-width: 1367px) {
  .checkout_comman h5, .page-order-details h5 {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .checkout_comman h5, .page-order-details h5 {
    font-size: 22px !important;
  }
}
.checkout_comman .billinginfo div, .checkout_comman .shippinginfo div, .page-order-details .billinginfo div, .page-order-details .shippinginfo div {
  font-size: 22px;
  line-height: 25px;
}
.checkout_comman .billinginfo div.phone, .checkout_comman .shippinginfo div.phone, .page-order-details .billinginfo div.phone, .page-order-details .shippinginfo div.phone {
  font-family: "Cinzel", serif;
  font-size: 18px;
}
.checkout_comman .billinginfo div.phone strong, .checkout_comman .shippinginfo div.phone strong, .page-order-details .billinginfo div.phone strong, .page-order-details .shippinginfo div.phone strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  line-height: 25px;
}
@media (max-width: 1367px) {
  .checkout_comman .billinginfo div.phone, .checkout_comman .shippinginfo div.phone, .page-order-details .billinginfo div.phone, .page-order-details .shippinginfo div.phone {
    font-size: 18px;
    line-height: 21px;
    font-family: "Cinzel", serif;
    font-size: 17px;
  }
  .checkout_comman .billinginfo div.phone strong, .checkout_comman .shippinginfo div.phone strong, .page-order-details .billinginfo div.phone strong, .page-order-details .shippinginfo div.phone strong {
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    line-height: 21px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .checkout_comman .billinginfo div, .checkout_comman .shippinginfo div, .page-order-details .billinginfo div, .page-order-details .shippinginfo div {
    font-size: 20px;
    line-height: 23px;
  }
  .checkout_comman .billinginfo div.phone, .checkout_comman .shippinginfo div.phone, .page-order-details .billinginfo div.phone, .page-order-details .shippinginfo div.phone {
    font-family: "Cinzel", serif;
    font-size: 17px;
  }
  .checkout_comman .billinginfo div.phone strong, .checkout_comman .shippinginfo div.phone strong, .page-order-details .billinginfo div.phone strong, .page-order-details .shippinginfo div.phone strong {
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    line-height: 23px;
  }
}
.checkout_comman .email span:first-child, .checkout_comman .phone span:first-child, .page-order-details .email span:first-child, .page-order-details .phone span:first-child {
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
}
@media (max-width: 1367px) {
  .checkout_comman .email span:first-child, .checkout_comman .phone span:first-child, .page-order-details .email span:first-child, .page-order-details .phone span:first-child {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .checkout_comman .email span:first-child, .checkout_comman .phone span:first-child, .page-order-details .email span:first-child, .page-order-details .phone span:first-child {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .checkout_comman .email span:first-child, .checkout_comman .phone span:first-child, .page-order-details .email span:first-child, .page-order-details .phone span:first-child {
    font-size: 20px !important;
  }
}
.checkout_comman .comment-box .card-header, .page-order-details .comment-box .card-header {
  font-size: 24px;
}
@media (max-width: 1367px) {
  .checkout_comman .comment-box .card-header, .page-order-details .comment-box .card-header {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .checkout_comman .comment-box .card-header, .page-order-details .comment-box .card-header {
    font-size: 22px;
  }
}
.checkout_comman .cart-buttons, .page-order-details .cart-buttons {
  margin-left: 30px;
}
.checkout_comman .cart-buttons.two_button, .page-order-details .cart-buttons.two_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
}
.checkout_comman .cart-buttons.two_button div, .page-order-details .cart-buttons.two_button div {
  margin-right: 30px;
}
.checkout_comman .cart-buttons.two_button div:div, .page-order-details .cart-buttons.two_button div:div {
  margin-right: 0px;
}
@media (max-width: 767px) {
  .checkout_comman .cart-buttons.two_button, .page-order-details .cart-buttons.two_button {
    margin-left: 0px !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout_comman .cart-buttons.two_button div, .page-order-details .cart-buttons.two_button div {
    margin-right: 0px;
  }
  .checkout_comman .cart-buttons.two_button a, .checkout_comman .cart-buttons.two_button button, .page-order-details .cart-buttons.two_button a, .page-order-details .cart-buttons.two_button button {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .checkout_comman .cart-buttons.two_button, .page-order-details .cart-buttons.two_button {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 100%;
  }
  .checkout_comman .cart-buttons.two_button .btn, .page-order-details .cart-buttons.two_button .btn {
    min-width: 1px;
  }
  .checkout_comman .cart-buttons.two_button div, .page-order-details .cart-buttons.two_button div {
    min-width: 1px;
    width: 48%;
  }
}
@media (max-width: 380px) {
  .checkout_comman .cart-buttons.two_button div, .page-order-details .cart-buttons.two_button div {
    margin-right: 0px;
  }
}
.checkout_comman .form-control, .checkout_comman .select2-container--bootstrap .select2-selection, .page-order-details .form-control, .page-order-details .select2-container--bootstrap .select2-selection {
  background: #F2F2F2;
  border-radius: 0px;
  height: 60px;
  border: transparent solid 1px;
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.checkout_comman .form-control:hover, .checkout_comman .form-control:focus, .checkout_comman .select2-container--bootstrap .select2-selection:hover, .checkout_comman .select2-container--bootstrap .select2-selection:focus, .page-order-details .form-control:hover, .page-order-details .form-control:focus, .page-order-details .select2-container--bootstrap .select2-selection:hover, .page-order-details .select2-container--bootstrap .select2-selection:focus {
  border-color: #ddd;
}
@media (max-width: 1367px) {
  .checkout_comman .heading .heading-title, .page-order-details .heading .heading-title {
    font-size: 16px;
  }
  .checkout_comman .form-control, .page-order-details .form-control {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .checkout_comman .billinginfo, .checkout_comman .shippinginfo, .page-order-details .billinginfo, .page-order-details .shippinginfo {
    min-width: 100%;
    border-bottom: #ddd solid 1px;
    margin-bottom: 20px !important;
    padding-bottom: 20px;
  }
  .checkout_comman .order-review-data-box .col-md-8, .checkout_comman .order-review-data-box .col-md-4, .page-order-details .order-review-data-box .col-md-8, .page-order-details .order-review-data-box .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .checkout_comman .order-review-data-box .col-md-4 p, .page-order-details .order-review-data-box .col-md-4 p {
    padding-bottom: 0px;
  }
}
@media (max-width: 576px) {
  .checkout_comman #terms-of-service-consent-box .card-body, .page-order-details #terms-of-service-consent-box .card-body {
    padding: 12px 10px;
  }
  .checkout_comman .comment-box .h5, .page-order-details .comment-box .h5 {
    font-size: 14px;
  }
  .checkout_comman .form-control, .page-order-details .form-control {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .checkout_comman .comment-box .card-body, .page-order-details .comment-box .card-body {
    padding: 10px 12px;
  }
}

.checkout-completed-page {
  max-width: 1180px;
  margin: 0px auto 50px;
  text-align: center;
  background: transparent;
  border: 1px solid #b3943c;
  padding: 52px 0px 40px 0px;
}
.checkout-completed-page .heading-title {
  font-size: 45px;
  margin: 0px;
  padding: 0px 0px 20px 0px;
  font-weight: 500 !important;
  text-transform: uppercase;
  background: transparent;
  font-family: "Cormorant Garamond", serif;
}
.checkout-completed-page .heading-title .pt-4 {
  padding-top: 15px !important;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .checkout-completed-page .heading-title {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 1400px) {
  .checkout-completed-page .heading-title {
    font-size: 35px !important;
  }
}
.checkout-completed-page .heading:before {
  display: none;
}
.checkout-completed-page h3 {
  font-size: 36px;
  font-weight: 500 !important;
  color: #666666;
  margin: 0px;
  padding: 0px 0px 4px 0px;
}
.checkout-completed-page p {
  margin: 0px;
  padding: 0px;
}
.checkout-completed-page .order-completed p {
  font-size: 20px;
  font-weight: 700 !important;
  color: #000;
}
.checkout-completed-page .two_button1 {
  padding-top: 62px;
}
.checkout-completed-page .two_button1 .btn_comman {
  margin-right: 15px;
}
.checkout-completed-page .two_button1 .btn_comman:last-child {
  margin-right: 0px;
}
@media (max-width: 1440px) {
  .checkout-completed-page {
    padding: 30px 15px 60px 15px;
  }
  .checkout-completed-page .heading-title {
    font-size: 40px;
  }
  .checkout-completed-page h3 {
    font-size: 32px;
  }
  .checkout-completed-page .order-completed p {
    font-size: 18px;
  }
  .checkout-completed-page .two_button1 {
    padding-top: 45px;
  }
}
@media (max-width: 1367px) {
  .checkout-completed-page {
    padding: 30px 15px 60px 15px;
  }
  .checkout-completed-page .heading-title {
    font-size: 32px;
  }
  .checkout-completed-page h3 {
    font-size: 28px;
  }
  .checkout-completed-page .order-completed p {
    font-size: 16px;
  }
  .checkout-completed-page .two_button1 {
    padding-top: 35px;
  }
}
@media (max-width: 1170px) {
  .checkout-completed-page .heading-title {
    font-size: 28px;
    padding-bottom: 22px;
  }
  .checkout-completed-page h3 {
    font-size: 22px;
  }
  .checkout-completed-page .order-completed p {
    font-size: 14px;
  }
  .checkout-completed-page .two_button1 {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .checkout-completed-page .heading-title {
    font-size: 24px;
    padding-bottom: 18px;
  }
  .checkout-completed-page h3 {
    font-size: 18px;
  }
  .checkout-completed-page .two_button1 {
    padding-top: 25px;
  }
}
@media (max-width: 576px) {
  .checkout-completed-page {
    padding: 30px 15px 40px 15px;
  }
  .checkout-completed-page .heading {
    margin: 0px !important;
  }
  .checkout-completed-page .heading-title {
    font-size: 24px;
    padding-bottom: 18px;
    line-height: 1;
  }
  .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 .heading-title {
    font-size: 20px;
    font-weight: 600 !important;
  }
  .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;
  }
}

.page-order-details .page-body {
  margin-top: 15px;
}
.page-order-details .page-body .card {
  border-color: #b3973c !important;
}
@media (max-width: 767px) {
  .page-order-details .page-body .col-lg-8 {
    padding: 0px;
  }
}
.page-order-details .print-buttons {
  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;
}
.page-order-details .print-buttons .btn {
  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;
  margin-right: 24px;
  padding: 8px 26px 8px 26px;
}
.page-order-details .print-buttons .btn:last-child {
  margin-right: 0px;
}
.page-order-details .print-buttons .btn img {
  margin-right: 7px;
}
.page-order-details .order_top {
  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-bottom: #b3973c solid 1px;
  margin: 0px 0px;
  font-weight: 700;
  padding: 22px 30px;
  margin-bottom: 30px;
  color: #000;
}
.page-order-details .order_top strong {
  font-weight: 700;
  padding-right: 3px;
  font-size: 24px;
}
.page-order-details .order_top .boxtop span:nth-child(2) {
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 22px;
}
.page-order-details .order_top .boxtop:last-child span {
  color: #b3973c !important;
}
@media (max-width: 1367px) {
  .page-order-details .order_top strong {
    font-size: 18px;
  }
  .page-order-details .order_top .boxtop span:nth-child(2) {
    font-weight: 400;
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .page-order-details .order_top strong {
    font-size: 21px;
  }
  .page-order-details .order_top .boxtop span:nth-child(2) {
    font-weight: 400;
    font-size: 20px;
  }
}
.page-order-details .flexend {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-order-details h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 0px;
  padding: 0px 0px 13px 0px;
}
.page-order-details .card_list {
  margin: 40px 0px;
}
@media (max-width: 1440px) {
  .page-order-details h5 {
    font-size: 18px;
  }
  .page-order-details .order_top {
    padding: 14px 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
  }
  .page-order-details .order-details-box {
    padding: 0px 20px 20px 20px;
    border-radius: 0px;
  }
}
@media (max-width: 1367px) {
  .page-order-details h5 {
    font-size: 16px;
  }
  .page-order-details.fnt18_section .order_top {
    font-size: 16px;
  }
  .page-order-details .print-buttons .btn {
    padding: 9px 22px 11px 22px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .page-order-details h5 {
    font-size: 20px;
  }
  .page-order-details.fnt18_section .order_top {
    font-size: 16px;
  }
  .page-order-details .order-details-box {
    margin-top: 30px;
  }
  .page-order-details .flexend {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-order-details .print-buttons .btn {
    margin-right: 15px;
    padding: 11px 22px 13px 22px;
  }
  .page-order-details .cart-actions {
    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;
  }
}
@media (max-width: 576px) {
  .page-order-details.fnt18_section .order_top {
    font-size: 16px;
  }
  .page-order-details .order-details-box .col-md-8 .billinginfo, .page-order-details .order-details-box .col-md-8 .shippinginfo {
    min-width: 100%;
    border-bottom: #ddd solid 1px;
    margin-bottom: 20px !important;
    padding-bottom: 20px;
  }
  .page-order-details .order-details-box .col-md-8 .billinginfo .email, .page-order-details .order-details-box .col-md-8 .shippinginfo .email {
    padding-bottom: 5px;
  }
  .page-order-details .order-details-box .col-md-8, .page-order-details .order-details-box .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .page-order-details .order-details-box .col-md-4 p {
    padding-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .page-order-details .order_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 9px 15px;
  }
  .page-order-details .order-details-box .col-md-8 .billinginfo, .page-order-details .order-details-box .col-md-8 .shippinginfo {
    margin-bottom: 15px !important;
    padding-bottom: 15px;
    padding-left: 7px;
    padding-right: 7px;
  }
}

.costeps {
  padding: 40px 0px 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.costeps .costep::after, .costeps .costep::before {
  top: 13px;
}
.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;
}
.costeps .costep .costep-icon::before {
  display: none;
}
.costeps .costep .costep-icon::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #D9D9D9;
  position: absolute;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
.costeps .costep .costep-label {
  font-size: 22px;
  font-weight: 600;
  color: #A6A6A6;
}
@media (max-width: 1367px) {
  .costeps .costep .costep-label {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .costeps .costep .costep-label {
    font-size: 20px;
  }
}
.costeps .costep.active .costep-icon, .costeps .costep.visited .costep-icon {
  border-color: #000000;
}
.costeps .costep.active .costep-icon::after, .costeps .costep.visited .costep-icon::after {
  background-color: #000000;
}
.costeps .costep.active .costep-label, .costeps .costep.visited .costep-label {
  color: #000000;
  font-weight: 700;
}
.costeps .costep.active::before, .costeps .costep.visited::before {
  background-color: #b3973c;
}
.costeps .costep.visited .costep-icon {
  background-color: #fff;
}
.costeps .costep.visited::after {
  background-color: #b3973c;
}
@media (max-width: 991px) {
  .costeps {
    margin: 0px;
  }
  .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: 15px;
  }
}
@media (max-width: 767px) {
  .costeps {
    padding: 10px 0px 20px 0px;
  }
}
@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: 400px) {
  .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;
  }
}

.btn_bg_none {
  background: none !important;
  padding: 0px !important;
  margin: 0px !important;
  border-radius: 0px !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn_bg_none::before {
  display: none;
}

.alert {
  padding-left: 15px !important;
}

.homeSection {
  margin: 0px !important;
}

.ocm-menu ul.ocm-nav li a {
  font-size: 22px;
}
@media screen and (min-width: 1700px) {
  .ocm-menu ul.ocm-nav li a {
    font-size: 24px;
  }
}

#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-color: #000;
}

.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: #000;
}

.offcanvas-tabs ul li {
  display: block !important;
}
.offcanvas-tabs ul li a {
  font-size: 20px !important;
  font-weight: 600;
  text-align: left;
  padding-left: 34px;
}

.specialCollection {
  padding-top: 120px;
}
@media (max-width: 1680px) {
  .specialCollection {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1366px) {
  .specialCollection {
    padding-top: 70px;
  }
}
.specialCollection ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.specialCollection ul li {
  max-height: 330px;
  margin-bottom: 10px;
  background-size: cover !important;
}
.specialCollection ul li .collectionBox {
  height: 100%;
  padding: 0px;
  overflow: hidden;
}
.specialCollection ul li .collectionBox .collectionDetails p {
  font-size: 40px;
  line-height: 1;
}
@media (min-width: 1400px) and (max-width: 1680px) {
  .specialCollection ul li .collectionBox .collectionDetails p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .specialCollection ul li .collectionBox .collectionDetails p {
    font-size: 22px;
  }
}
.specialCollection ul li .collectionBox .collectionDetails a {
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 1400px) and (max-width: 1680px) {
  .specialCollection ul li .collectionBox .collectionDetails a {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .specialCollection ul li .collectionBox .collectionDetails a {
    font-size: 17px;
  }
}
@media screen and (max-width: 1380px) {
  .specialCollection ul li .collectionBox {
    padding: 0px;
  }
}
.specialCollection ul li .collectionImg {
  width: 100%;
  height: 100%;
}
.specialCollection ul li .collectionImg img {
  width: 100%;
  height: 100%;
}
.specialCollection ul li:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
}
.specialCollection ul li:first-child .collectionBox {
  width: 100%;
  margin-left: 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;
}
.specialCollection ul li:nth-child(2), .specialCollection ul li:nth-child(5) {
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0px 10px;
}
.specialCollection ul li:nth-child(2) .collectionImg, .specialCollection ul li:nth-child(5) .collectionImg {
  height: 100%;
}
.specialCollection ul li:nth-child(2) .collectionImg img, .specialCollection ul li:nth-child(5) .collectionImg img {
  width: 100%;
  max-width: 100%;
  max-height: 330px;
  height: 100%;
}
.specialCollection ul li:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
}
.specialCollection ul li:nth-child(3) .collectionBox {
  height: 107%;
}
.specialCollection ul li:nth-child(3) .collectionBox .collectionDetails p {
  width: 50%;
}
.specialCollection ul li:nth-child(3) .collectionBox .collectionImg {
  height: 100%;
}
.specialCollection ul li:nth-child(3) .collectionBox .collectionImg img {
  height: 100%;
}
.specialCollection ul li:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
}
.specialCollection ul li:nth-child(4) .collectionBox {
  height: 110%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.specialCollection ul li:nth-child(4) .collectionBox .collectionImg {
  margin-left: auto;
  height: 100%;
}
.specialCollection ul li:nth-child(4) .collectionBox .collectionImg img {
  height: 100%;
}
.specialCollection ul li:nth-child(6) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
}
.specialCollection ul li:nth-child(6) .collectionBox {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.specialCollection ul li:nth-child(6) .collectionBox .collectionImg {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .specialCollection ul li {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 1px;
  }
  .specialCollection ul li:nth-child(2) {
    padding-right: 0px !important;
    padding-left: 1px;
  }
  .specialCollection ul li:nth-child(5) {
    padding-left: 0px !important;
    padding-right: 1px;
  }
}
.specialCollection .collectionDesc {
  max-width: 1230px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0px;
}
.specialCollection .collectionDesc .heading-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  margin-bottom: 0px;
  text-transform: capitalize;
  max-width: 1230px;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .specialCollection .collectionDesc .heading-title {
    max-width: 1024px;
    line-height: 42px;
  }
}
@media (max-width: 1440px) {
  .specialCollection .collectionDesc .heading-title {
    max-width: 950px;
    line-height: 36px;
  }
}
@media (max-width: 1367px) {
  .specialCollection .collectionDesc {
    padding-bottom: 0px;
  }
  .specialCollection .collectionDesc .heading-title {
    max-width: 850px;
    line-height: 36px;
  }
  .specialCollection ul li .collectionBox .collectionDetails p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .specialCollection {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .specialCollection {
    padding-top: 30px;
  }
  .specialCollection .collectionDesc {
    padding-top: 50px;
  }
  .specialCollection .collectionDesc .heading-title {
    padding: 0px 15px;
  }
  .specialCollection ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .specialCollection ul li .collectionBox .collectionDetails p {
    font-size: 22px;
  }
}

.CustomizeJewelry {
  margin-top: 70px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1380px) {
  .CustomizeJewelry {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.CustomizeJewelry .container {
  max-width: 1200px;
}
.CustomizeJewelry .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.CustomizeJewelry p {
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  max-width: 750px;
}
.CustomizeJewelry .productInqueryBox p {
  max-width: 100%;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .CustomizeJewelry .btnlink {
    margin-top: 15px;
  }
  .CustomizeJewelry p {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 1367px) {
  .CustomizeJewelry p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .CustomizeJewelry .customizeImg {
    display: none;
  }
}

.shopbar-light .shopbar-button:active, .open .shopbar-light .shopbar-button, .show .shopbar-light .shopbar-button {
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media (max-width: 991px) {
  .hideinphone {
    display: none;
  }
}

.breadcrumb .breadcrumb-item > a {
  color: #000 !important;
}

.offcanvas-content .nav-tabs {
  border-bottom: 1px solid rgba(179, 151, 60, 0.9);
}
.offcanvas-content .nav-tabs li a:before {
  display: none;
}
.offcanvas-content .offcanvas-tabs .nav-link .badge {
  font-family: "Times New Roman", Times, serif;
}
.offcanvas-content .offcanvas-cart-item .name {
  color: #000;
  font-size: 20px !important;
}
.offcanvas-content .offcanvas-cart-item .attributes {
  color: #000;
}
.offcanvas-content .offcanvas-cart-item .qty-input {
  color: #000;
  display: none;
}
.offcanvas-content .offcanvas-cart-item .qty-input input {
  font-family: "Times New Roman", Times, serif;
}
.offcanvas-content .offcanvas-cart-item .price {
  font-family: "Cinzel", serif;
}
.offcanvas-content .offcanvas-cart-footer .price {
  font-family: "Cinzel", serif;
  font-size: 20px;
}

.costeps .costep.active .costep-icon, .costeps .costep.visited .costep-icon {
  border-color: rgb(179, 151, 60);
}
.costeps .costep.active .costep-icon:after, .costeps .costep.visited .costep-icon:after {
  background-color: rgb(179, 151, 60);
}

.addressForm_comman .address-item {
  font-size: 20px !important;
}
.addressForm_comman .address-item .phone span:nth-child(2) {
  font-family: "Cinzel", serif;
  font-size: 17px !important;
}
@media (max-width: 767px) {
  .addressForm_comman .address-item {
    font-size: 16px !important;
  }
}

.numeric {
  font-family: "Cinzel", serif;
  font-size: 20px !important;
  font-weight: normal;
}
@media (max-width: 1367px) {
  .numeric {
    font-size: 16px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .numeric {
    font-size: 18px;
  }
}

.order-summary-body .phone span:nth-child(2) {
  font-family: "Cinzel", serif;
  font-size: 20px;
}
@media (max-width: 1367px) {
  .order-summary-body .phone span:nth-child(2) {
    font-size: 16px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .order-summary-body .phone span:nth-child(2) {
    font-size: 18px;
  }
}

#menubar-my-account .dropdown-menu a {
  color: #000;
  font-size: 18px;
}

@media (max-width: 767px) {
  .footer-newsletter.nav-collapsible {
    border-top: 0px !important;
  }
}
@media (max-width: 991px) {
  .footer-newsletter.nav-collapsible .nav-collapse {
    max-width: 400px !important;
    margin: 0px auto;
  }
}

@media (max-width: 767px) {
  #footer .collapse:not(.show) {
    display: block !important;
  }
}

@media (max-width: 1170px) {
  .megamenu .megamenu-nav.omega > .megamenu-nav-btn {
    background-image: none !important;
  }
}

.instasearch-group-header {
  color: #baa14f;
}

@media (max-width: 991px) {
  .artlist-action--filter.d-lg-none {
    display: none;
  }
}
.page-myaccount-addresses .address-list-item {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #B3973C !important;
}
.page-myaccount-addresses .card-footer {
  border-top: 1px solid #B3973C !important;
}
.page-myaccount-addresses .card-footer a {
  border-radius: 0px !important;
}
.page-myaccount-addresses .buttons {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .page-myaccount-addresses .save-address-button {
    width: 97%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .page-myaccount-addresses .save-address-button {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #shopbar-wishlist span.shopbar-button-icon {
    padding-top: 4px;
  }
}
.search-hitcount {
  display: none;
}

.shopping-cart-page {
  margin-bottom: 50px;
}

.addressForm_comman legend span, .page-myaccount-addresses legend span {
  font-size: 30px !important;
}
@media (max-width: 1367px) {
  .addressForm_comman legend span, .page-myaccount-addresses legend span {
    font-size: 22px !important;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .addressForm_comman legend span, .page-myaccount-addresses legend span {
    font-size: 26px !important;
  }
}

.enter-address-body .col-form-label {
  font-size: 20px;
}
@media (max-width: 1367px) {
  .enter-address-body .col-form-label {
    font-size: 16px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .enter-address-body .col-form-label {
    font-size: 18px;
  }
}

.attributes {
  font-family: "Times New Roman", Times, serif;
}

/*  category filter */
.gemstonepage {
  margin-bottom: 70px;
}

.designer-cont {
  max-width: 1200px;
  margin: 0px auto;
}

.designer-cont .listNav, .designer-cont .ln-letters {
  float: none;
}

.inner-cont .designer-cont h1 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}

.designer-cont .demo {
  overflow: hidden;
  float: none;
}

.designer-cont .demo li.top-letter a {
  padding-left: 0;
  text-align: center;
}

.demo .ln-no-match {
  width: 100%;
  float: none;
  padding: 0;
}

.designer-cont .demo li.top-letter span {
  z-index: 4;
}

.listNav, .ln-letters {
  overflow: hidden;
  width: 100%;
  height: auto;
  float: left;
}

.listNav, .ln-letters {
  overflow: hidden;
  width: 100%;
  height: auto;
  float: left;
}

.listNav,
.ln-letters {
  overflow: hidden;
  width: 100%;
  height: auto;
  float: left;
}

.listNav {
  margin-top: 20px;
}

.listNavHide {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.letterCountShow {
  display: block;
}

.ln-letters a {
  border-right: none;
  font-family: "Cinzel", serif;
  display: block;
  float: left;
  font-size: 26px;
  padding: 12px 2px;
  text-decoration: none;
  color: #000;
  width: 3.7%;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 1367px) {
  .ln-letters a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .ln-letters a {
    font-size: 24px;
  }
}

.ln-letters a:hover,
.ln-letters .ln-selected {
  background-color: #eaeaea;
}

.ln-letters .ln-disabled {
  color: #ccc;
}

.ln-letter-count {
  color: #336699;
  font-size: 0.8em;
  left: 0;
  line-height: 1.35;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

.demo {
  width: 100%;
  height: auto;
  float: left;
  margin: 20px 0 0 0;
}

.demo li {
  width: 25%;
  height: auto;
  float: left;
  margin: 15px 0 0 0;
  text-transform: uppercase;
  padding: 0 0 0 50px;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .demo li {
    margin: 0px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .demo li {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .demo li {
    padding-left: 20px;
  }
}
@media (max-width: 576px) {
  .demo li {
    width: 50%;
  }
}

.demo li a {
  font-size: 28px;
  color: #313131;
  font-family: "Cormorant Garamond", serif;
  text-transform: capitalize;
  font-weight: 400;
}
@media (max-width: 1367px) {
  .demo li a {
    font-size: 20px;
    color: #000;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .demo li a {
    font-size: 24px;
  }
}

.demo li a:hover {
  color: #000;
}

.demo li.top-letter {
  width: 100%;
  height: auto;
  float: left;
  font-size: 32px;
  margin: 30px 0 20px 0;
  padding: 0px;
  font-weight: 400;
  font-family: "Cinzel", serif;
}
@media (max-width: 1440px) {
  .demo li.top-letter {
    margin: 0px 0px;
  }
}
@media (max-width: 1367px) {
  .demo li.top-letter {
    font-size: 25px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .demo li.top-letter {
    font-size: 28px;
  }
}

.demo li.top-letter a {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}

.demo li.top-letter a {
  color: #000;
  font-size: 30px;
  padding-left: 48%;
}

.demo li.top-letter a:after {
  content: "";
  width: 100%;
  height: 1px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: absolute;
  background: #c0c0c0;
  left: 0;
  top: 22px;
}

.demo li.top-letter span {
  background: #FFF;
  width: 80px;
  height: 50px;
  position: relative;
  z-index: 9;
  display: inline-block;
  text-align: center;
}

.ln-letters .all {
  display: none;
}

.bootstrap-touchspin .input-group-btn {
  top: 0px !important;
}

.select2-container--bootstrap .select2-results__option > .select2-option,
.select2-container--bootstrap .select2-results__option > .select2-item-description {
  font-size: 22px !important;
  font-family: "Cinzel", serif;
  line-height: 28px;
}
.select2-container--bootstrap .select2-results__option > .select2-option::before,
.select2-container--bootstrap .select2-results__option > .select2-item-description::before {
  left: 5px;
  font-size: 18px;
  color: #b3943c;
}
@media (max-width: 1680px) {
  .select2-container--bootstrap .select2-results__option > .select2-option,
  .select2-container--bootstrap .select2-results__option > .select2-item-description {
    font-size: 18px !important;
    padding-left: 0px;
  }
  .select2-container--bootstrap .select2-results__option > .select2-option::before,
  .select2-container--bootstrap .select2-results__option > .select2-item-description::before {
    font-size: 18px !important;
    display: none;
  }
}
@media (max-width: 1440px) {
  .select2-container--bootstrap .select2-results__option > .select2-option,
  .select2-container--bootstrap .select2-results__option > .select2-item-description {
    font-size: 18px !important;
  }
  .select2-container--bootstrap .select2-results__option > .select2-option::before,
  .select2-container--bootstrap .select2-results__option > .select2-item-description::before {
    font-size: 16px !important;
  }
}
@media (max-width: 1367px) {
  .select2-container--bootstrap .select2-results__option > .select2-option,
  .select2-container--bootstrap .select2-results__option > .select2-item-description {
    font-size: 16px !important;
    padding-left: 0px !important;
  }
  .select2-container--bootstrap .select2-results__option > .select2-option::before,
  .select2-container--bootstrap .select2-results__option > .select2-item-description::before {
    font-size: 14px !important;
  }
}
@media (max-width: 991px) {
  .select2-container--bootstrap .select2-results__option > .select2-option,
  .select2-container--bootstrap .select2-results__option > .select2-item-description {
    font-size: 14px !important;
  }
  .select2-container--bootstrap .select2-results__option > .select2-option::before,
  .select2-container--bootstrap .select2-results__option > .select2-item-description::before {
    font-size: 12px !important;
  }
}

.pd-share {
  position: absolute;
  right: 20px;
  top: 15px;
}
.pd-share a img {
  width: 20px;
}
@media (min-width: 1400px) and (max-width: 2500px) {
  .pd-share {
    top: 5px;
  }
}
@media (max-width: 1680px) {
  .pd-share {
    top: 5px;
  }
}
@media (max-width: 1367px) {
  .pd-share img {
    max-height: 20px;
  }
}
@media (max-width: 767px) {
  .pd-share {
    top: 5px;
  }
}

.password-recovery-page .alert {
  text-align: center;
  font-size: 25px;
}

.modal-lg {
  font-family: "Cormorant Garamond", serif;
}
.modal-lg .heading-title {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.modal-lg .modal-body p {
  font-size: 22px;
  line-height: 25px;
}

.privacyinfo {
  padding: 80px 0px;
}
@media (max-width: 1170px) {
  .privacyinfo {
    padding: 50px 0px;
  }
}
@media (max-width: 991px) {
  .privacyinfo {
    padding: 40px 0px;
  }
}

input[type=checkbox] {
  accent-color: #b8860b;
}

.bestOffersList .artlist-6-cols .art, .NewArrivalList .artlist-6-cols .art {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding: 0px 10px 40px;
}
.bestOffersList .art .listtext, .NewArrivalList .art .listtext {
  margin-top: 0px;
}
@media (max-width: 1170px) {
  .bestOffersList .artlist-6-cols .art, .NewArrivalList .artlist-6-cols .art {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

.orderInvoice {
  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;
}

.cart-action-coupon {
  padding-top: 20px;
}
.cart-action-coupon .cart-action-title {
  font-size: 20px;
  line-height: 1;
}
.cart-action-coupon .apply-discount-coupon-code-button {
  margin: 0px;
  background: #b3973c;
  border: 1px solid #b3973c;
}
.cart-action-coupon .discount-coupon-code {
  height: 50px;
  font-size: 16px;
}
@media (max-width: 576px) {
  .cart-action-coupon .coupon-code .input-group-btn {
    width: 100%;
    border-radius: 0px !important;
  }
  .cart-action-coupon .coupon-code .discount-coupon-code {
    width: 100%;
    border-radius: 0px !important;
  }
  .cart-action-coupon .coupon-code .apply-discount-coupon-code-button {
    width: 100%;
    margin-top: 15px;
    border-radius: 0px !important;
  }
}

.storeDetails p {
  font-size: 18px;
}/*# sourceMappingURL=style.css.map */