/* line 7, ../../sass/main.scss */
body {
  text-align: center;
  background-color: #f6f1ed;
}

/* line 11, ../../sass/main.scss */
img {
  max-width: 100%;
}

/* line 14, ../../sass/main.scss */
header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  position: sticky;
  z-index: 2;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px 0;
  box-shadow: 1px 1px 17px #00000017;
  backdrop-filter: blur(10px);
}
/* line 25, ../../sass/main.scss */
header .header-logo {
  width: 120px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 31, ../../sass/main.scss */
header .header-logo img {
  max-width: 100%;
  max-height: 100%;
}
/* line 36, ../../sass/main.scss */
header .header-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* line 40, ../../sass/main.scss */
header .header-menu .nav-menu {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 47, ../../sass/main.scss */
header .header-menu .nav-menu .nav-menu-item:not(header .header-menu .nav-menu .nav-menu-item:last-of-type) {
  margin-right: 25px;
}
/* line 50, ../../sass/main.scss */
header .header-menu .nav-menu .nav-menu-item a {
  color: #3e3e3e;
  text-decoration: none;
}
/* line 53, ../../sass/main.scss */
header .header-menu .nav-menu .nav-menu-item a:hover {
  color: #d46128;
}
@media screen and (max-width: 767px) {
  /* line 36, ../../sass/main.scss */
  header .header-menu {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    top: 0;
    right: 0;
  }
  /* line 66, ../../sass/main.scss */
  header .header-menu.mobile-active.active {
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
  }
  /* line 71, ../../sass/main.scss */
  header .header-menu.mobile-active .nav-menu {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    margin: 0;
    padding: 15px 10px;
    list-style: none;
    position: absolute;
    width: 150px;
    overflow: hidden;
    background-color: #130a07d1;
    top: 90px;
    right: 0;
    border: 1px solid #ffffff36;
  }
  /* line 86, ../../sass/main.scss */
  header .header-menu.mobile-active .nav-menu .nav-menu-item:not(header .header-menu.mobile-active .nav-menu .nav-menu-item:last-of-type) {
    margin-right: 0px;
    border-bottom: 1px solid #ffffff21;
  }
  /* line 90, ../../sass/main.scss */
  header .header-menu.mobile-active .nav-menu .nav-menu-item a {
    display: block;
    display: block;
    padding: 8px;
    color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 103, ../../sass/main.scss */
  header .header-menu .nav-menu .nav-menu-item:not(header .header-menu .nav-menu .nav-menu-item:last-of-type) {
    margin-right: 10px;
  }
  /* line 106, ../../sass/main.scss */
  header .header-menu .nav-menu .nav-menu-item > a {
    font-size: 14px;
  }
}
/* line 113, ../../sass/main.scss */
header .header-switch-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  /* line 113, ../../sass/main.scss */
  header .header-switch-mobile {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  /* line 119, ../../sass/main.scss */
  header .header-switch-mobile .btn-warp {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    transition: 0.4s;
    background-color: #d46128;
    margin-right: 10px;
  }
  /* line 129, ../../sass/main.scss */
  header .header-switch-mobile .btn-warp span {
    background-color: #fff;
    display: block;
    height: 2px;
    width: 66%;
    transition: 0.4s;
  }
}

/* line 142, ../../sass/main.scss */
.master-vision .img {
  position: relative;
}
/* line 144, ../../sass/main.scss */
.master-vision .img .tagId {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

/* line 159, ../../sass/main.scss */
.news {
  color: #fff;
  background-color: #881C1C;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
/* line 166, ../../sass/main.scss */
.news div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
/* line 170, ../../sass/main.scss */
.news div i {
  margin-right: 10px;
}

/* line 176, ../../sass/main.scss */
.products-warp {
  padding: 80px;
  max-width: 1200px;
  background-color: #f0e9e3;
  position: relative;
}
@media screen and (max-width: 767px) {
  /* line 176, ../../sass/main.scss */
  .products-warp {
    padding: 60px 40px;
  }
}
/* line 184, ../../sass/main.scss */
.products-warp .tagId {
  position: absolute;
  display: block;
  top: -50px;
  left: 0;
}
/* line 190, ../../sass/main.scss */
.products-warp .h1-title {
  text-align: left;
  font-weight: bold;
  color: #403939;
  margin-bottom: 40px;
  padding-left: 5px;
  letter-spacing: 2px;
  font-size: 37px;
}
/* line 199, ../../sass/main.scss */
.products-warp .products {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 203, ../../sass/main.scss */
.products-warp .products .product-item {
  margin-bottom: 20px;
}
/* line 205, ../../sass/main.scss */
.products-warp .products .product-item .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 209, ../../sass/main.scss */
.products-warp .products .product-item .img img {
  max-width: 100%;
}
/* line 213, ../../sass/main.scss */
.products-warp .products .product-item .cont {
  background-color: #fff;
  padding: 30px 20px;
  text-align: left;
}
/* line 218, ../../sass/main.scss */
.products-warp .products .product-item .title {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #403939;
  text-align: left;
  line-height: 1.2;
  min-height: 58px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  letter-spacing: 1px;
}
/* line 229, ../../sass/main.scss */
.products-warp .products .product-item .desc {
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 1px;
  min-height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
}
/* line 236, ../../sass/main.scss */
.products-warp .products .product-item .price {
  font-size: 22px;
  font-weight: bold;
  color: #403939;
  text-align: left;
  letter-spacing: 1px;
}
/* line 242, ../../sass/main.scss */
.products-warp .products .product-item .price span {
  padding-left: 5px;
}
/* line 246, ../../sass/main.scss */
.products-warp .products .product-item .btn {
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  border: 3px solid #d46128;
  border-radius: 50px;
  color: #d46128;
  display: block;
  transition: 0.4s;
  margin: 10px 0;
  width: 100%;
  padding: 11px;
  letter-spacing: 1px;
}
/* line 259, ../../sass/main.scss */
.products-warp .products .product-item .btn:hover {
  color: #fff;
  background-color: #d46128;
}

/* line 267, ../../sass/main.scss */
footer {
  color: #fff;
  padding: 20px 10px;
  background-color: #d46128;
}
/* line 271, ../../sass/main.scss */
footer a {
  color: #fff;
  text-decoration: none;
}
/* line 274, ../../sass/main.scss */
footer a:active, footer a:focus, footer a:visited {
  color: #fff;
}
/* line 277, ../../sass/main.scss */
footer a:hover {
  color: #c6c4c5;
}
/* line 281, ../../sass/main.scss */
footer .float-icon {
  position: fixed;
  right: 10px;
  bottom: 60px;
}
/* line 285, ../../sass/main.scss */
footer .float-icon .icon-item {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  color: #fff;
  background-color: #535353;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  /* line 285, ../../sass/main.scss */
  footer .float-icon .icon-item {
    width: 40px;
    height: 40px;
  }
}
/* line 300, ../../sass/main.scss */
footer .float-icon .icon-item a {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
/* line 310, ../../sass/main.scss */
footer .float-icon .icon-item i {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  /* line 310, ../../sass/main.scss */
  footer .float-icon .icon-item i {
    font-size: 20px;
  }
}
/* line 316, ../../sass/main.scss */
footer .float-icon .icon-item:hover {
  opacity: .9;
}
/* line 319, ../../sass/main.scss */
footer .float-icon .icon-item.line {
  background-color: #00c300;
}
/* line 322, ../../sass/main.scss */
footer .float-icon .icon-item.fb-msg {
  background-color: #1877f2;
}
/* line 326, ../../sass/main.scss */
footer .float-icon .icon-item.customize img {
  width: 50%;
  height: auto;
}
/* line 331, ../../sass/main.scss */
footer .float-icon .icon-item.customize:hover .bubble {
  opacity: 1;
}
/* line 335, ../../sass/main.scss */
footer .float-icon .icon-item.customize .bubble {
  position: absolute;
  white-space: nowrap;
  background-color: #fff;
  color: #000;
  padding: 3px 10px;
  border-radius: 10px;
  right: calc(100% + 10px);
  transition: 0.4s;
  opacity: 0;
}
/* line 345, ../../sass/main.scss */
footer .float-icon .icon-item.customize .bubble::after {
  content: '';
  border: 4px solid #fff;
  border-bottom-color: transparent;
  border-right-color: transparent;
  width: 8px;
  height: 8px;
  display: inline-block;
  transform: rotate(135deg) translateY(50%);
  right: -7px;
  top: 50%;
  position: absolute;
}
/* line 360, ../../sass/main.scss */
footer .float-icon .icon-item.cart {
  background-color: #d46128;
  position: relative;
  opacity: 0;
}
/* line 364, ../../sass/main.scss */
footer .float-icon .icon-item.cart .count {
  min-width: 25px;
  height: 25px;
  border-radius: 20px;
  padding: 0 5px;
  color: #fff;
  background-color: #d46128;
  position: absolute;
  border: 1px solid #fff;
  top: -5px;
  right: 64%;
  z-index: 2;
}
/* line 378, ../../sass/main.scss */
footer .float-icon .icon-item.to-top {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
/* line 382, ../../sass/main.scss */
footer .float-icon .icon-item.to-top.active {
  opacity: 1;
  visibility: visible;
}

/* line 391, ../../sass/main.scss */
#woofc-count {
  right: 9px;
  bottom: 139px;
  left: auto;
  top: unset;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  /* line 391, ../../sass/main.scss */
  #woofc-count {
    width: 40px;
    height: 40px;
    bottom: 119px;
  }
}
/* line 405, ../../sass/main.scss */
#woofc-count .woofc-count-number {
  right: unset;
  left: -10px;
}
@media screen and (max-width: 767px) {
  /* line 405, ../../sass/main.scss */
  #woofc-count .woofc-count-number {
    height: 25px;
    width: 25px;
    line-height: 25px;
  }
}

/* line 419, ../../sass/main.scss */
#woosq-popup .single-product .product > .slick-slider {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 423, ../../sass/main.scss */
#woosq-popup .single-product .product > .slick-slider .slick-arrow {
  color: #353535;
  pointer-events: auto;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(247, 247, 247, 0.75);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.15);
  border: 0px;
}
/* line 432, ../../sass/main.scss */
#woosq-popup .single-product .product > .slick-slider .slick-arrow::before {
  font-size: 34px;
  line-height: 47px;
}
/* line 442, ../../sass/main.scss */
#woosq-popup .single-product .product > .summary .summary-content .product_title {
  font-size: 36px;
  font-weight: bold;
}
/* line 446, ../../sass/main.scss */
#woosq-popup .single-product .product > .summary .summary-content .price {
  color: #d46128;
}
/* line 449, ../../sass/main.scss */
#woosq-popup .single-product .product > .summary .summary-content .product_meta {
  display: none;
}
/* line 452, ../../sass/main.scss */
#woosq-popup .single-product .product > .summary .summary-content .woocommerce-variation-price {
  font-size: 1.5em;
  font-weight: bold;
}
/* line 455, ../../sass/main.scss */
#woosq-popup .single-product .product > .summary .summary-content .woocommerce-variation-price .woocommerce-Price-currencySymbol {
  font-size: 20px;
  font-weight: normal;
}
/* line 460, ../../sass/main.scss */
#woosq-popup .single-product .product > .summary .summary-content .input-text {
  line-height: 38px;
}
/* line 463, ../../sass/main.scss */
#woosq-popup .single-product .product > .summary .summary-content button {
  padding: 15px;
  width: calc(100% - 63px);
  background-color: #d46128;
}
/* line 468, ../../sass/main.scss */
#woosq-popup .single-product .product > .summary .summary-content button.loading::after {
  top: 16px;
}
/* line 472, ../../sass/main.scss */
#woosq-popup .single-product .product > .summary .summary-content button:hover {
  background-color: #a94d20;
}
/* line 477, ../../sass/main.scss */
#woosq-popup .single-product .product > .summary .summary-content .variations tr {
  align-items: center;
  display: flex;
  width: 100%;
}
/* line 482, ../../sass/main.scss */
#woosq-popup .single-product .product > .summary .summary-content .variations .label {
  line-height: 2.5em;
  width: 15%;
}
/* line 486, ../../sass/main.scss */
#woosq-popup .single-product .product > .summary .summary-content .variations .value {
  width: 85%;
}
/* line 488, ../../sass/main.scss */
#woosq-popup .single-product .product > .summary .summary-content .variations .value select {
  height: 40px;
  border-radius: 5px;
  margin: 5px 5px;
}
/* line 494, ../../sass/main.scss */
#woosq-popup .single-product .product > .summary .summary-content .variations .reset_variations {
  color: #d46128;
  margin-left: 10px;
}
/* line 497, ../../sass/main.scss */
#woosq-popup .single-product .product > .summary .summary-content .variations .reset_variations:hover {
  color: #a94d20;
}
/* line 507, ../../sass/main.scss */
#woosq-popup .mfp-close {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
/* line 511, ../../sass/main.scss */
#woosq-popup .mfp-close::before {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

/* line 521, ../../sass/main.scss */
.productModal .modal-content {
  position: relative;
}
/* line 523, ../../sass/main.scss */
.productModal .modal-content .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
/* line 529, ../../sass/main.scss */
.productModal .modal-content .modal-body {
  display: flex;
}
@media screen and (max-width: 992px) {
  /* line 529, ../../sass/main.scss */
  .productModal .modal-content .modal-body {
    flex-direction: column;
  }
}
/* line 534, ../../sass/main.scss */
.productModal .modal-content .modal-body .product-img-slide {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  /* line 534, ../../sass/main.scss */
  .productModal .modal-content .modal-body .product-img-slide {
    width: 100%;
  }
}
/* line 542, ../../sass/main.scss */
.productModal .modal-content .modal-body .product-img-slide .splide {
  position: relative;
}
/* line 544, ../../sass/main.scss */
.productModal .modal-content .modal-body .product-img-slide .splide .splide__arrows {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
/* line 554, ../../sass/main.scss */
.productModal .modal-content .modal-body .product-img-slide .splide .splide__arrows .splide__arrow {
  pointer-events: auto;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(247, 247, 247, 0.75);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.15);
  border: 0px;
}
/* line 562, ../../sass/main.scss */
.productModal .modal-content .modal-body .product-img-slide .splide .splide__arrows .splide__arrow:disabled {
  opacity: .3;
}
/* line 565, ../../sass/main.scss */
.productModal .modal-content .modal-body .product-img-slide .splide .splide__arrows .splide__arrow .btn {
  border-right: 2px solid #3c3c3c;
  border-bottom: 2px solid #3c3c3c;
  border-radius: 0px;
  width: 15px;
  height: 15px;
  padding: 0;
  transform: rotate(-45deg);
}
/* line 574, ../../sass/main.scss */
.productModal .modal-content .modal-body .product-img-slide .splide .splide__arrows .splide__arrow.splide__arrow--prev {
  transform: rotate(180deg);
}
/* line 576, ../../sass/main.scss */
.productModal .modal-content .modal-body .product-img-slide .splide .splide__arrows .splide__arrow.splide__arrow--prev .btn {
  margin: 0 5px 3px 0;
}
/* line 581, ../../sass/main.scss */
.productModal .modal-content .modal-body .product-img-slide .splide .splide__arrows .splide__arrow.splide__arrow--next .btn {
  margin: 0 5px 3px 0;
}
/* line 589, ../../sass/main.scss */
.productModal .modal-content .modal-body .product-img-slide .splide__list .splide__slide {
  height: 383px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 595, ../../sass/main.scss */
.productModal .modal-content .modal-body .product-img-slide .splide__list .splide__slide img {
  position: relative;
  max-height: 100%;
}
/* line 602, ../../sass/main.scss */
.productModal .modal-content .modal-body .product-contant {
  width: 50%;
  text-align: left;
  padding: 20px 20px 20px 35px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  /* line 602, ../../sass/main.scss */
  .productModal .modal-content .modal-body .product-contant {
    width: 100%;
    padding: 20px 10px 10px 10px;
  }
}
/* line 611, ../../sass/main.scss */
.productModal .modal-content .modal-body .product-contant .title {
  font-size: 30px;
  line-height: 1.2;
}
/* line 615, ../../sass/main.scss */
.productModal .modal-content .modal-body .product-contant .price {
  font-size: 16px;
  color: #d46128;
}
/* line 618, ../../sass/main.scss */
.productModal .modal-content .modal-body .product-contant .price span {
  font-size: 36px;
  font-weight: bold;
}
/* line 623, ../../sass/main.scss */
.productModal .modal-content .modal-body .product-contant .desc {
  color: #474747;
}
/* line 626, ../../sass/main.scss */
.productModal .modal-content .modal-body .product-contant .spec {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
/* line 630, ../../sass/main.scss */
.productModal .modal-content .modal-body .product-contant .spec .title {
  color: #474747;
}
/* line 634, ../../sass/main.scss */
.productModal .modal-content .modal-body .product-contant .add-cart-btn {
  display: block;
  color: #fff;
  text-align: center;
  padding: 15px;
  margin-top: 20px;
  background-color: #d46128;
  cursor: pointer;
  transition: 0.4s;
}
/* line 643, ../../sass/main.scss */
.productModal .modal-content .modal-body .product-contant .add-cart-btn:hover {
  background-color: #7f1010;
}
/* line 646, ../../sass/main.scss */
.productModal .modal-content .modal-body .product-contant .add-cart-btn i {
  margin-right: 10px;
}

/* line 655, ../../sass/main.scss */
.cartModal .modal-title {
  font-weight: bold;
  font-size: 28px;
}
/* line 659, ../../sass/main.scss */
.cartModal .modal-body {
  max-height: 50vh;
  text-align: left;
}
/* line 662, ../../sass/main.scss */
.cartModal .modal-body .product {
  display: flex;
}
/* line 664, ../../sass/main.scss */
.cartModal .modal-body .product .img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 670, ../../sass/main.scss */
.cartModal .modal-body .product .img img {
  max-width: 100%;
  max-height: 100%;
}
/* line 675, ../../sass/main.scss */
.cartModal .modal-body .product .cont {
  text-align: left;
  padding: 0 10px;
  min-width: 150px;
}
/* line 687, ../../sass/main.scss */
.cartModal .modal-body .form-floating {
  min-width: 100px;
}
/* line 690, ../../sass/main.scss */
.cartModal .modal-body .subtotal {
  color: #d46128;
}
/* line 694, ../../sass/main.scss */
.cartModal .modal-body .del i {
  cursor: pointer;
}
/* line 696, ../../sass/main.scss */
.cartModal .modal-body .del i:hover {
  color: #d46128;
}
/* line 704, ../../sass/main.scss */
.cartModal .modal-footer .total span {
  color: #d46128;
  font-size: 28px;
  font-weight: bold;
  margin: 0 10px;
}
/* line 711, ../../sass/main.scss */
.cartModal .modal-footer .btn {
  color: #fff;
  background-color: #d46128;
  padding: 10px 20px;
  margin-left: 10px;
}
/* line 716, ../../sass/main.scss */
.cartModal .modal-footer .btn:hover {
  background-color: #a94d20;
}

/* line 724, ../../sass/main.scss */
.woocommerce-template-customized {
  color: #333;
}
/* line 726, ../../sass/main.scss */
.woocommerce-template-customized .title {
  margin: 40px auto;
  font-weight: bold;
}
/* line 730, ../../sass/main.scss */
.woocommerce-template-customized .woocommerce-notice {
  margin-bottom: 50px;
}
/* line 733, ../../sass/main.scss */
.woocommerce-template-customized .woocommerce-info {
  border-top-color: #d46128;
  background-color: #fffcfa;
  color: #333;
}
/* line 737, ../../sass/main.scss */
.woocommerce-template-customized .woocommerce-info::before {
  color: #ffffff;
}
/* line 740, ../../sass/main.scss */
.woocommerce-template-customized .woocommerce-info .showcoupon {
  color: #333;
}
/* line 742, ../../sass/main.scss */
.woocommerce-template-customized .woocommerce-info .showcoupon:hover {
  color: #d46128;
}
/* line 746, ../../sass/main.scss */
.woocommerce-template-customized .woocommerce-info form.register {
  border: 1px solid #4e4e4e;
}
/* line 750, ../../sass/main.scss */
.woocommerce-template-customized label {
  color: #a0a0a0;
}
/* line 753, ../../sass/main.scss */
.woocommerce-template-customized input, .woocommerce-template-customized textarea, .woocommerce-template-customized select {
  color: #333;
  background-color: #fffcfa;
  border: 0;
  padding: 15px;
  text-align: center;
  margin-bottom: 15px !important;
}
/* line 760, ../../sass/main.scss */
.woocommerce-template-customized input:focus, .woocommerce-template-customized textarea:focus, .woocommerce-template-customized select:focus {
  color: #333;
}
/* line 764, ../../sass/main.scss */
.woocommerce-template-customized .select2-container--default .select2-selection--single {
  background-color: #1f1918;
  border: 1px solid #1f1918;
  border-radius: 4px;
  color: #fff;
  height: 40px;
  padding: 5px;
}
/* line 771, ../../sass/main.scss */
.woocommerce-template-customized .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}
/* line 775, ../../sass/main.scss */
.woocommerce-template-customized .shop_table {
  border: 0px !important;
}
/* line 777, ../../sass/main.scss */
.woocommerce-template-customized .shop_table th {
  background-color: #fff8f2;
  border: 0px !important;
}
/* line 781, ../../sass/main.scss */
.woocommerce-template-customized .shop_table td {
  background-color: #fff;
  border: 0px !important;
}
/* line 784, ../../sass/main.scss */
.woocommerce-template-customized .shop_table td a {
  color: #333;
}
/* line 788, ../../sass/main.scss */
.woocommerce-template-customized .shop_table .order-total .woocommerce-Price-amount {
  color: #d46128;
}
/* line 792, ../../sass/main.scss */
.woocommerce-template-customized .woocommerce-checkout #payment {
  background: #fff;
  margin-bottom: 50px;
}
/* line 795, ../../sass/main.scss */
.woocommerce-template-customized .woocommerce-checkout #payment .wc_payment_methods {
  border: 0;
}
/* line 798, ../../sass/main.scss */
.woocommerce-template-customized .woocommerce-checkout #payment label {
  color: #333;
}
/* line 801, ../../sass/main.scss */
.woocommerce-template-customized .woocommerce-checkout #payment .payment_box {
  background-color: #f8f8f8;
  color: #333;
}
/* line 804, ../../sass/main.scss */
.woocommerce-template-customized .woocommerce-checkout #payment .payment_box::before {
  border: 1em solid #f8f8f8;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
/* line 811, ../../sass/main.scss */
.woocommerce-template-customized .woocommerce-checkout #payment button {
  background-color: #d46128;
  padding: 15px 25px;
}
/* line 814, ../../sass/main.scss */
.woocommerce-template-customized .woocommerce-checkout #payment button:hover {
  background-color: #a94d20;
}
/* line 819, ../../sass/main.scss */
.woocommerce-template-customized #order_review_heading {
  margin: 20px auto;
}
