body {
  width: 100%;
  height: 100%;
  font-size: 15px !important;
  font-family:'Aileron';
  letter-spacing: .5px;
  background: #fff;
}
body.product-product, body.product-category, body.extension-allproductslisting-module-allproductslisting {
  background: linear-gradient(to right, #716f58 -20%, #bfa78a 50%, #aa9e8b 100%);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
  color: #444;
}
a {
  color:#A28F77;
}
h1 {
  color: #3C3721;
  font-family: Termina-Bold;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 20px;
  text-transform: uppercase;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 730px;
}
body.product-product #content, body.product-category #content, body.extension-allproductslisting-module-allproductslisting #content {
  padding-top: 3em;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */

#menu .navbar-nav > li > a {
    color: #D39442;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    font-family: 'Termina';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: 14px;
}
#menu .dropdown-inner ul li a {
    color: #D39442;
    padding: 10px 15px 10px 15px;
    font-family: 'Termina';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: 14px;  
}
#menu .dropdown-inner ul li a:hover, #menu .dropdown-inner ul li a:focus {
    background-color: #D39442;
    color: #3C3721;
}
#menu .dropdown:hover .dropdown-menu {
    display: block;
    padding: 0px;
    background: #3C3721;
    border-radius: 0px;
    border: 0;
}
#menu .dropdown-item:hover, .dropdown-item:focus {
    
    
}

#menu .navbar-nav > li > a:hover {
  background-color: #D39442;
  color: #3C3721;
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  border: 1px solid #000000;
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #000;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footerlinks li {
    padding:5px 15px;
}
/* breadcrumb */
.breadcrumb {
  margin: 10px 0 20px 0;
  padding: 2px 0;
}
.breadcrumb a {
  color: #815B22;
  font-size: 13px;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: -2px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #3C3721;
  border-bottom: 2px solid #3C3721;
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #6A4916;
  position: relative;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.product-thumb .image {
  text-align: center;
  padding: 20px 20px 0px 20px;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 50%;
  border: none;
  border-radius: 25px;
  background: #3C3721;
  line-height: 38px;
  text-align: center;
  margin-bottom: 20px;
  color: #FDF0D3;
  letter-spacing: .8px;
  font-family: Termina;
}
.product-thumb .button button:hover {
  background-color:#D39442;
  color: #3C3721 !important;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #3C3721;
  font-size: 20px;
  padding-bottom: 10px;
}
.price-new {
  font-weight: 600;
  font-size: 20px;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
  font-size: 20px;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}
.flex {
  display: flex;
}
.relative {
  position: relative;
}
/*side cart*/
#cart {
  margin-bottom: 0px;
}

#cart:not(.slide-out-cart) .cart-header-text {
  display: none;
}

#cart .img-thumbnail {
  max-width: 70px;
}

@media (max-width: 991px) {
  #cart {
    position: initial;
  }
}
#cart::before {
  content: '';
  position: fixed;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}

@media (max-width: 991px) {

  #cart:not(.slide-out-cart).open::before {
    opacity: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
  }
}

#cart .btn-primary {
  color: white;
}

#cart .btn-primary:hover,
#cart .btn-primary:focus {
  color: #333333;
}


#cart .cart_close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 5px;
  transform: translate(50%, -50%);
  background: transparent;
  padding: 0px;
  border: 0px;
}

#cart .cart_close:hover,
#cart .cart_close:focus {
  outline: none;
  outline: 0px;
}


#cart .dropdown-menu {
  border-radius: 0px;
  min-width: 430px;
  max-width: 430px;
  border: 1px solid #f0f0f0;
  padding: 12px;
  background: #FFFCF4;
  z-index: 1001;
}

@media (max-width: 991px) {

  #cart .dropdown-menu {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 430px) {
  #cart .dropdown-menu {
    width: calc(100% - 30px);
    min-width: 0px;
  }
}

#cart .dropdown-menu ul {
  margin: 0px;
}

#cart .dropdown-menu #cart-total {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 2px 20px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #ccc;
}

#cart .dropdown-menu .cart-dorpdown-items {
  max-height: 170px;
  overflow: auto;
}

#cart .dropdown-menu .cart-dorpdown-items .item {
  padding: 12px 2px;
  display: table;
  width: 100%;
}

#cart .dropdown-menu .cart-dorpdown-items .item > * {
  display: table-cell;
  vertical-align: top;
}

#cart .dropdown-menu .cart-dorpdown-items .item > *:first-child {
  width: 70px;
}

#cart .dropdown-menu .cart-dorpdown-items .item + .item {
  border-top: 1px solid #ccc;
}

#cart .dropdown-menu .cart-dorpdown-items .item-name {
  padding-right: 10px;
}

#cart .dropdown-menu .cart-dorpdown-item-charges > span {
  display: block;
}

#cart li p {
  margin: 0px;
}

#cart .item-details {
  padding-left: 8px;
}

#cart .item-details button[onclick^="cart.remove"] {
  position: relative;
}

#cart .item-details button[onclick^="cart.remove"]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
}

#cart .cart-dorpdown-indicator {
  padding: 20px 28px;
  border-bottom: 1px solid #ccc;
      background: #eee;
}

#cart .cart-dorpdown-indicator > span#cart-total:only-child {
  padding: 0px;
  border: 0px;
}

@media (max-width: 767px) {
  #cart .cart-dorpdown-indicator {
    padding: 10px 0px;
  }
}

#cart .cart-dorpdown-footer,
#cart .cart-dropdown-order-totals,
#cart .cart-dorpdown-items {
  height: 100%;
  max-height: 200px;
  overflow: auto;
}

#cart .cart-dorpdown-footer .item,
#cart .cart-dropdown-order-totals .item,
#cart .cart-dorpdown-items .item {
  padding: 8px;
  display: table;
  width: 100%;
}

#cart .cart-dorpdown-footer .item table,
#cart .cart-dropdown-order-totals .item table,
#cart .cart-dorpdown-items .item table {
  margin: 0px;
}

#cart .cart-dorpdown-footer {
  min-width: 0px;
}

#cart .cart-dorpdown-footer .btn {
  padding: 12px !important;
  min-width: auto !important;
  width:100%;
}

#cart .cart-dorpdown-footer > * {
  width: calc(50% - 5px);
  float: left;
  clear: none;
}

#cart .cart-dorpdown-footer > * + * {
  margin-left: 10px;
}

#cart .cart-dropdown-empty {
  padding: 20px 20px 25px;
}

#cart .cart-dropdown-empty i {
  font-size: 32px;
  margin-bottom: 10px;
}

#cart .free-shipping-indicator {
  vertical-align: top !important;
  white-space: normal;
}

#cart .free-shipping-indicator .free-shipping-text {
  font-size: 14px;
}

#cart .free-shipping-indicator .free-shipping-group {
  position: relative;
}

#cart .free-shipping-indicator .free-shipping-group > * {
  display: inline-block;
  vertical-align: middle;
}

#cart .free-shipping-indicator .free-shipping-icon {
  width: 38px;
  height: 38px;
  border-radius: 38px;
  background: #ccc;
  position: relative;
  margin-left: -8px;
}
#cart .free-shipping-indicator .free-shipping-icon i::before {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% + 2px);
  transform: translate(-50%, -50%) scaleX(-1);
  color: #393939;
  font-size: 20px;
}
#cart .free-shipping-indicator .free-shipping-progress {
  background: #ccc;
  padding: 5px 6px;
  padding-right: 0px;
  width: calc(100% - 38px);
  overflow: hidden;
  border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;

}
#cart .free-shipping-indicator .free-shipping-progress .free-shipping-progress-bar {
  height: 10px;
  width: 0px;
  display: block;
  background: #393939;
  border-radius: 50px;
  transition: all 0.3s;
}
#cart .free-shipping-indicator .free-shipping-progress.freed + .free-shipping-icon {
  background: #393939;
}
#cart .free-shipping-indicator .free-shipping-progress.freed + .free-shipping-icon i:before {
  color: white;
}
#cart .free-shipping-indicator .free-shipping-label {
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  background: #393939;
  color: white;
  padding: 0px 6px;
  border-radius: 3px;
}
#cart .free-shipping-indicator .free-shipping-label:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #393939;
}
#cart.slide-out-cart .dropdown-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0px;
  right: 0px;
  left: auto;
  bottom: auto;
  height: 100%;
  margin-top: 0px;
  transition: all 0.3s;
  transform: translate(100%, 0px);
  overflow: hidden;
  padding: 0px;
}
#cart.slide-out-cart .dropdown-menu .cart_close {
  position: relative;
  transform: none;
  background: url(../image/close.png) center center no-repeat;
  background-size: 100% 100%;
}
#cart.slide-out-cart .dropdown-menu .cart-dorpdown-items {
  padding-left: 0px;
  padding-right: 0px;
  max-height: none;
  height: 100%;
  align-items: stretch;
}
#cart.slide-out-cart .dropdown-menu .cart-header {
  margin-bottom: 0px;
  border-bottom: 1px solid #ccc;
  display: table;
  width: 100%;
  color: #3C3721;
  font-family: Termina;
  
}
#cart.slide-out-cart .dropdown-menu .cart-header > * {
  display: inline-block;
  vertical-align: middle;
}
#cart.slide-out-cart .dropdown-menu .cart-header .cart-header-text {
  padding: 12px;
  width: calc(100% - 47px);
  font-size: 16px;
  font-weight: 600;
}
#cart.slide-out-cart .dropdown-menu .cart-header .cart_close {
  float: right;
}
#cart.slide-out-cart .dropdown-menu .cart-dropdown-order-totals,
#cart.slide-out-cart .dropdown-menu .cart-dorpdown-indicator {
  padding-left: 0px;
  padding-right: 0px;
}
#cart.slide-out-cart .dropdown-menu .cart-dropdown-order-totals table {
  margin-bottom: 0px;
}
#cart.slide-out-cart .dropdown-menu .cart-dorpdown-footer,
#cart.slide-out-cart .dropdown-menu .cart-dropdown-order-totals {
  height: auto;
  max-height: none;
  overflow: initial;
  flex: 0 0 auto;
}
#cart.slide-out-cart .dropdown-menu .cart-dorpdown-footer {
  padding: 12px;
  flex: 0 0 auto;
}
#cart.slide-out-cart #btn-cart::before {
  content: '';
  width: 0px;
  height: 100vh;
  position: fixed;
  top: 0px;
  right: 0px;
  left: auto;
  bottom: auto;
  z-index: 1;
  background: transparent;
  transition: background 0.3s;
}
#cart.slide-out-cart.open-custom {
  z-index: 3;
}
#cart.slide-out-cart.open-custom #btn-cart::before {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#cart.slide-out-cart.open-custom .dropdown-menu {
  transform: translate(0px, 0px);
}

.sprite-remove {
    background-image: url(../image/btn-remove.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    background-position: 0px 0px;
}
.btn-remove {
  padding: 0px;
  border: 0px;
}
.btn-view-cart {
  background: #3C3721;
  text-transform: uppercase;
  letter-spacing: 1px;
  color:#fff;
  border-radius: 50px;
}
.btn-checkout {
    background: #815B22;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 50px;

}
.btn-view-cart:hover, .btn-view-cart:focus, .btn-view-cart:active {
  background: #D39442;
  text-transform: uppercase;
  letter-spacing: 1px;
  color:#3C3721;
}
.btn-checkout:hover, .btn-checkoutt:focus, .btn-checkout:active {
  background: #D39442;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3C3721;

}
#cart.slide-out-cart .cart-dorpdown-items table tr td {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: none;
  font-size: 15px;
}
#cart.slide-out-cart .dropdown-menu .cart-dropdown-order-totals table tr {
    font-size: 15px;
    letter-spacing: .5px;
}
#cart.slide-out-cart .dropdown-menu .cart-dropdown-order-totals table tr td{
    padding: 2px 15px 2px 0px;
    background:none;
    color:  #3C3721;
    border-top:1px solid #eee;
}

#cart.slide-out-cart .dropdown-menu .cart-dropdown-order-totals table tr:last-child  {
   font-size: 17px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: bold;

}
#cart.slide-out-cart .dropdown-menu .cart-dropdown-order-totals table tr:last-child td {
  color:  #3C3721;

}

.sidr {
  width: 260px;
  box-shadow: none;
  z-index: 100;
  background: #004A5C;
}

/*end of side cart*/

.qc-payment-address .ve-field .ve-label, .qc-shipping-address .ve-field .ve-label  {
  display: none;
}

/* Header */
.header-grid {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 200px 1fr;
    -ms-grid-columns:1fr 200px 1fr;
    grid-template-rows: auto;
    -ms-grid-rows: auto 
}
.header-grid #logo {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.header-actions {
    grid-column: 3 / 3;
    grid-row: auto;
    -ms-grid-column: 3;
    -ms-grid-row: auto;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    justify-content: flex-end;
    align-items: center;
}

header {
  background: #3C3721;
  padding:10px 0px;
}

.sprite-settings {
    background-image: url(../image/settings.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 25px 25px;
    width: 40px;
    height: 40px;
    background-position: center center;
}

.sprite-account {
    background-image: url(../image/account.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 25px 25px;
    width: 40px;
    height: 40px;
    background-position: center center;
}

.sprite-cart {
    background-image: url(../image/cart.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 25px 25px;
    width: 40px;
    height: 40px;
    background-position: center center;
    cursor: pointer;
}
#cart-total {
    position: absolute;
    background: #FDF0D3;
    color: #444;
    border-radius: 50px;
    font-size: 11px;
    padding: 0px 6px;
    top: 1px;
    right: 0px;
    font-weight: bold;
    cursor: pointer;
}
.productname a {
  color: #3C3721;
  text-align: center;
  font-family: Termina-Bold;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.footer-text {
  font-size: 13px;
  text-align: justify;
}
footer ul li a {
color: #A28F77;
font-family: Termina;
font-size: 13px;
font-style: normal;
line-height: normal;
text-transform: uppercase;
}

.btn-primary {
    background-color: #815B22;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: 0px;
    border-radius: 50px;
    padding: 11px 30px;
    letter-spacing: 0.5px;
    
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color:#D39442;
  color: #3C3721 !important;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.btn-danger {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: 0px;
    border-radius: 50px;
    padding: 11px 30px;
    letter-spacing: 0.5px; 
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: #fff !important;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}


.btn-light:not(.header-search-btn) {
    background-color: #d1d1d1;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: 0px;
    border-radius: 50px;
    padding: 11px 30px;
    letter-spacing: 0.5px;
    
}
.btn-light:hover, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  background-color:#D39442;
  color: #3C3721 !important;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.cart-notice p {
  text-align: center;
  padding-bottom: 10px;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #D39442;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(211, 148, 66, 0.25);
}
.form-select:focus {
    border-color: #D39442;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(211, 148, 66, 0.25);
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: transparent;
    border: none;
    border-radius: var(--bs-border-radius);
}
p.powered {
  font-size: 13px;
}
.img-gallery {
  padding:0em 5em 3em 5em;
}

.btn.btn-decrement, .btn.btn-increment {
  background: #3C3721;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #eee;
}
.btn.btn-decrement {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.btn.btn-increment {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;  
}
.qty {
    display: block;
    width: 100%;
    padding: 0.35rem 0.25rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.8;
    box-shadow: none;
    border: 0px;
}
.qty-group {
  margin-top: 10px;
}
.product-name {
    color: #815B22;
    font-weight: 600;
    font-size: 16px;
}
.swiper-slide {
  text-align:center;
}
.product-details {
  padding-top: 3em;
}
.prod-desc {
  margin-bottom: 5px;
}


/*sidr*/
.header-mobile-links {
    padding:15px 10px;
}
.header-mobile-links .fa {
    font-size: 25px;
    color: #D39442;
    padding-top: 5px;
}
.sidr {
  width: 260px;
  box-shadow: none;
  z-index: 100;
  background: #3C3721;
}

.header-mobile-links {
        display:none;
}

@media (max-width: 991.5px) {

  .header-mobile-links {
    display: block!important;
    
  }
  .header-actions.flex > div a {
    cursor: pointer;
    position: relative;
  }

  #mobileNav::before {
    content: '';
    width: 0px;
    height: 100vh;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 10;
    opacity: 0;
    background: transparent;
    transform: translateX(50%);
    transition: opacity 0.3s;
  }
  .sidr-custom-open #mobileNav::before {
    content: '';
    width: 100%;
    opacity: 1;
    transform: translateX(0%);
    background: rgba(0, 0, 0, 0.7);
  }
  .sidr-custom-open.closing #mobileNav::before {
    opacity: 0;
    transition: all 0.3s;
  }
  .header-menu {
    order:-1;
  }
   .sidr #menu ul {
    width: 100%;
  }
   .sidr #menu ul.nav li.nav-item a {
    color: #D39442;
    padding: 10px 15px 10px 15px;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: .5px;
    border-top:1px solid #d394424f;
  }
   .sidr #menu ul.nav li.nav-item:last-child a {
    border-bottom:1px solid #a1a1a147;
  }
   .sidr #menu ul.nav li.nav-item a:hover{
  background-color: #D39442;
  color: #3C3721;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  }


}


.sidr {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;  
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
}
.sidr.sidr-right {
    left: auto;
    right: -260px;
}
.sidr.sidr-left {
    left: -260px;
    right: auto;
}


.cd-accordion-menu {
    background: #fdc415;
}

.cd-accordion-menu a, .cd-accordion-menu label {
    background: #fdc415;
}

.header-mobile .mobile-account {
    border-color: #ffffff;
}

.header-mobile .mobile-account>a+a {
    border-color: #ffffff;
}

.cd-accordion-menu ul a, .cd-accordion-menu ul label {
    background: #4ee1c0;
}

.header-container .header-menu {
    position: relative;
}

@media (min-width: 992px) {
  body {
    position: relative !important;
    left: 0px !important;
    width: 100% !important;
  }
  .fixed-header {
    left: 0px !important;
  }
  #sidr {
    display: none !important;
  }
}

.header-mobile .mobile-account {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #d394424f;
}

.header-mobile .mobile-account > a {
  flex: 1 1 auto;
  text-align: center;
  text-overflow: ellipsis;
  display: block;
  color: #D39442;
  font-size: 16px;
  padding: 18px 10px;
}

.header-mobile .mobile-account > a i {
  font-size: 16px;
}

.header-mobile .mobile-account > a + a {
  border-left: 1px solid #d394424f;
}

.header-mobile .mobile-search {
  padding: 18px 10px;
}

.header-mobile .mobile-search .search-custom input {
  height: 34px;
  width: calc(100% - 42px);
}

.header-mobile .mobile-search .search-box {
  width: 100%;
}
.cd-accordion-menu a, .cd-accordion-menu label {
    position: relative;
    display: block;
    padding: 18px;
    background: #4d5158;
    color: #fff;
    font-size: 1.6rem;
    margin: 0;
    border-bottom: 1.5px solid #5a5a5a;
}
#sidr #menu .dropdown .dropdown-menu {
    display: block;
    padding: 0px;
    background: #3C3721;
    border-radius: 0px;
    border: 0;
}


/*end of sidr*/
.mobile-logo {
  padding: 15px 40px 10px 40px;
}