/* WooCommerce */

.woocommerce-shipping-destination {
  display: none;
}

#ship-to-different-address {
  font-size: 20px;

  margin-top: 15px;
}

#billing_country_field,
#shipping_country_field {
  /* border: 1px solid #CCCAC6; */

  border-radius: 1px;

  color: #666563;

  /* padding: 15px 15px; */

  font-family: "Roboto";

  font-style: normal;

  font-weight: normal;

  font-size: 14px;

  line-height: 16px;

  letter-spacing: 0.1px;

  outline: none;

  display: block;

  width: 100%;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
  border: 2px solid #c0963b;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  border: 2px solid #fffdf5;
}

.woocommerce-product-gallery {
  display: flex;
}

.woocommerce-product-gallery .flex-control-thumbs {
  order: -10;

  margin-top: 0 !important;

  margin-right: 10px !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 100%;

  padding-top: 0;

  padding-bottom: 5px;
}

.woocommerce ul#shipping_method li {
  margin: 0;

  line-height: 1.5em;

  list-style: none outside;
}

.bc-icon {
  display: inline-block;

  padding: 0 8px 0px;
}

.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
  font-family: WooCommerce;

  content: "\e017";

  margin-left: 1.78em;

  vertical-align: bottom;
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  opacity: 0.25;

  padding-right: 0 !important;
}

.added_to_cart {
  display: none !important;
}

.woocommerce-cart-form__cart-item .qib-container {
  margin-bottom: 25px;
}

.woocommerce-additional-fields h3 {
  margin-top: 15px;
}

.payment-after-total_card {
  display: flex;

  align-items: center;
}

#order_review_heading {
  margin-bottom: 29px;

  margin-top: 5px;
}

.woocommerce-cart .post-single__content-wrap {
  max-width: 90%;
}

.woocommerce-cart .post__meta,
.woocommerce-cart .post-thumbnail,
.woocommerce-cart .post-single__author,
.woocommerce-cart .post-single__divider {
  display: none !important;
}

.woocommerce-checkout .post-single__content-wrap {
  max-width: 90%;
}

.woocommerce-checkout-review-order-table
  .cart-subtotal
  .woocommerce-Price-amount,
.woocommerce-checkout-review-order-table
  .order-total
  .woocommerce-Price-amount {
  font-weight: 500;
}

.woocommerce-cart .share-button-wrapper,
.woocommerce-checkout .share-button-wrapper {
  display: none;
}

.woocommerce-checkout .post__meta,
.woocommerce-checkout .post-thumbnail,
.woocommerce-checkout .post-single__author,
.woocommerce-checkout .post-single__divider {
  display: none !important;
}

.woocommerce-cart .post-title,
.woocommerce-checkout .post-title {
  font-family: "Noto Serif;", serif !important;

  font-style: normal;

  font-weight: 800 !important;

  font-size: 34px !important;

  line-height: 28px !important;

  letter-spacing: 0.1px;

  text-transform: capitalize;

  color: #000000 !important;

  margin-bottom: 35px;

  padding: 0 15px;
}

.woocommerce-cart .default-post-content a:hover,
.default-post-content a:hover {
  text-decoration: none;
}

.woocommerce-cart .woocommerce-breadcrumb {
  margin-left: 17px;

  margin-bottom: 15px;

  font-family: "Source Sans Pro";

  font-style: normal;

  font-weight: 600;

  font-size: 14px;

  line-height: 100%;

  text-transform: capitalize;

  color: #c0963b;
}

.woocommerce-cart .woocommerce-breadcrumb a {
  font-family: "Source Sans Pro";

  font-style: normal;

  font-weight: normal !important;

  font-size: 14px;

  line-height: 100%;

  text-transform: capitalize;

  color: #666666;
}

/*

.woocommerce-product-gallery .flex-control-nav{

	display: flex;

	flex-direction: column;

}



.woocommerce div.product div.images .flex-control-thumbs li {

width: 85%;

float: left;

margin: 0;

list-style: none;

align-self: center;

margin-bottom: 16px;

}



.woocommerce div.product div.images .flex-control-thumbs li img {

width: 80px;

margin: 0 auto;

}

*/

/*.woocommerce-product-gallery__image.single-product-main-image{

	max-width: 500px !important;

}*/

.shop-page-header {
  width: 100%;

  background-color: #000;

  padding: 72px 15px;

  display: -webkit-box;

  display: flex;

  -webkit-box-align: center;

  align-items: center;

  -webkit-box-pack: center;

  justify-content: center;
}

.post-type-archive-product .content-area {
  margin: 0 auto;
}

.shop-content .woocommerce-Price-currencySymbol {
  color: #c0963b;
}

.products .woocommerce-Price-currencySymbol {
  color: #000000;
}

/* Header cart */

.header-cart {
  display: flex;

  /*align-items: center;*/
}

.header-cart .items {
  font-family: "Roboto";

  font-style: normal;

  font-weight: 500;

  font-size: 12px !important;

  line-height: 15px;

  color: #1b170f !important;

  background: #d0b374 !important;

  width: 16px !important;

  height: 16px !important;

  position: relative;

  left: -10px;
}

/* Breadcrumbs */

.woocommerce .woocommerce-breadcrumb {
  font-family: "Source Sans Pro";

  font-style: normal;

  font-weight: 600;

  font-size: 14px;

  line-height: 100%;

  text-transform: capitalize;

  color: #c0963b;

  margin-bottom: 55px;
}

.woocommerce .woocommerce-breadcrumb a {
  font-family: "Source Sans Pro";

  font-style: normal;

  font-weight: normal !important;

  font-size: 14px;

  line-height: 100%;

  text-transform: capitalize;

  color: #666666;
}

.variations_form.cart {
  border-bottom: 1px solid #e5e4de;

  padding-bottom: 24px;

  margin-bottom: 24px !important;

  margin-top: 15px;
}

/* Attributes */

.woocommerce-product-attributes {
  border: none !important;

  text-align: left;

  /*border-bottom: 1px solid #E5E4DE !important;*/

  /*padding-bottom: 24px;*/

  /* position: relative; */
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: none;
}

.woocommerce table.shop_attributes th {
  padding-left: 0px;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  border-bottom: none;
}

.woocommerce-product-attributes-item__label {
  font-family: "Roboto";

  font-style: normal;

  font-weight: normal !important;

  font-size: 14px;

  line-height: 100% !important;

  letter-spacing: 0.25px;

  color: #d0b374;

  width: 15% !important;
}

.restore-item {
  color: #d0b374;
}

.woocommerce-info {
  border-top-color: #d0b374;
}

.woocommerce-info::before {
  color: #d0b374;
}

.button.wc-backward {
  font-family: "Roboto";

  font-style: normal;

  font-weight: 500;

  font-size: 14px !important;

  line-height: 16px !important;

  letter-spacing: 1.25px;

  text-transform: uppercase;

  color: #53462e;

  background: #d0b374 !important;

  margin-top: 15px !important;

  transition: all 0.3s;
}

.button.wc-backward:hover {
  background: #c0963b !important;
}

.woocommerce-product-attributes-item__value {
  font-family: "Roboto";

  font-style: normal;

  font-weight: normal !important;

  font-size: 14px;

  line-height: 100% !important;

  letter-spacing: 0.25px;

  color: #666563;

  font-style: normal !important;
}

.single-product div.product form.cart .quantity {
  float: none;

  margin: 0;

  display: inline-block;
}

.woocommerce-message {
  border-top-color: #c0963b;
}

.woocommerce-message::before {
  content: "\e015";

  color: #c0963b;
}

/* Quantity */

.qib-container {
  width: 100%;

  margin-top: 24px;

  margin-bottom: 40px;
}

.qib-button {
  background: none !important;

  color: #333 !important;

  border: none !important;
}

.quantity.buttons_added {
  border: 1px solid #cccac6 !important;

  border-radius: 3px !important;
}

.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
  border: none !important;
}

.product-buy-now {
  background: #d0b374 !important;

  font-family: "Roboto";

  font-style: normal;

  font-weight: 500 !important;

  font-size: 14px !important;

  line-height: 16px !important;

  letter-spacing: 1.25px;

  text-transform: uppercase;

  color: #53462e !important;

  padding: 12px 60px !important;

  border-radius: 0 !important;

  transition: all 0.3s;
}

.product-buy-now:hover {
  background: #c0963b !important;
}

.single_add_to_cart_button {
  margin-left: 0px !important;

  background: #d0b374 !important;

  font-family: "Roboto";

  font-style: normal;

  font-weight: 500 !important;

  font-size: 14px !important;

  line-height: 16px !important;

  letter-spacing: 1.25px;

  text-transform: uppercase;

  color: #53462e !important;

  padding: 12px 46px !important;

  border-radius: 0 !important;

  height: auto !important;

  transition: all 0.3s;
}

.single_add_to_cart_button:hover {
  background: #c0963b !important;

  color: #000000 !important;
}

/* Grid System */

/*.woocommerce .col2-set .col-1,

.woocommerce .col2-set .col-2{

    flex: 0 0 50%;

    max-width: 50%;

}*/

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: none;

  width: 100%;

  flex: 100%;

  max-width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: none;

  width: 100%;

  flex: 100%;

  max-width: 100%;
}

.add_to_cart_button {
  position: absolute !important;

  right: 0 !important;

  height: 40px;

  width: 40px;
}

.add_to_cart_button::before {
  content: "";

  background: url("img/cart.svg") no-repeat center;

  background-size: contain;

  width: 20px;

  height: 13px;

  position: absolute;

  top: 13px;

  right: 10px;
}

.add_to_cart_button:hover::before {
  content: "";

  background: url("img/cart_hover.svg") no-repeat center;

  background-size: contain;

  width: 20px;

  height: 13px;

  position: absolute;

  top: 13px;

  right: 10px;
}

.woocommerce ul.products li {
  margin: 0 12px !important;
}

/* Shop */

.shop-content {
  padding: 3rem 0;
}

.shop-content .row {
  margin-left: 0;

  margin-right: 0;
}

.post-type-archive-product .content-area,
.product-template-default .content-area,
.tax-product_cat .content-area {
  padding: 0;
}

.woocommerce .woocommerce-breadcrumb a {
  font-weight: 700;
}

.woocommerce ul.products.columns-1 li.product:first-child,
.woocommerce-page ul.products.columns-1 li.product:first-child {
  margin-top: 20px;
}

.woocommerce ul.products li.product a img {
  height: auto;

  display: block;

  /*margin: 0 1em 1em 0;*/

  box-shadow: none;

  width: 100%;

  margin-bottom: 8px;

  /*    float: left;

    margin-bottom: 12px;*/
}

.woocommerce div.product .product_title {
  font-family: "Noto Serif", serif;

  font-style: normal;

  font-weight: 800;

  font-size: 34px;

  line-height: 28px;

  letter-spacing: 0.1px;

  text-transform: capitalize;

  color: #000000;

  margin-bottom: 20px;
}

.woocommerce div.product p.price {
  border-bottom: 1px solid #e5e4de;

  padding-bottom: 25px;
}

.summary.entry-summary .price > span {
  font-family: "Roboto";

  font-style: normal;

  font-size: 24px;

  line-height: 24px;

  letter-spacing: 0.1px;

  color: #c0963b;
}

.variations tbody tr {
  display: flex;

  flex-direction: column;
}

.variable-item.button-variable-item {
  outline: 0;
}

.reset_variations {
  display: none !important;
}

.woo-variation-swatches.wvs-style-squared
  .variable-items-wrapper
  .variable-item {
  border-radius: 0 !important;

  font-family: "Noto Serif", serif;

  font-style: normal;

  font-weight: bold;

  font-size: 20px;

  line-height: 100%;

  align-items: center;

  letter-spacing: 0.5px;

  text-transform: uppercase;

  color: #000000;

  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;

  border: 1px solid #000000;
}

.woo-variation-swatches.wvs-style-squared
  .variable-items-wrapper
  .variable-item:hover {
  background: #c0963b !important;

  box-shadow: none !important;
}

.variable-item.button-variable-item.selected {
  background: #c0963b !important;

  box-shadow: none !important;
}

.product-summary-block-title,
.variations label {
  font-family: "Noto Serif", serif;

  font-style: normal;

  font-weight: bold;

  font-size: 16px;

  line-height: 100%;

  letter-spacing: 0.5px;

  text-transform: uppercase;

  color: #ffffff;

  margin: 10px 0px;

  background: #000000;

  padding: 4px;

  display: inline-block;
}

.woocommerce-product-details__short-description {
  font-family: "Roboto";

  font-style: normal;

  font-weight: normal;

  font-size: 14px;

  line-height: 24px;

  letter-spacing: 0.25px;

  color: #666563;

  border-bottom: 1px solid #e5e4de;

  margin-bottom: 28px;

  /* min-height: 115px; */

  height: auto;
}

.delivery-descr {
  font-family: "Roboto";

  font-style: normal;

  font-weight: normal;

  font-size: 14px;

  line-height: 100%;

  letter-spacing: 0.25px;

  color: #c0963b;

  margin-top: 18px;
}

.delivery-descr span {
  color: #666563;
}

.related.products {
  padding: 48px 0;

  border-top: 1px solid #e5e4de;
}

.related.products > ul.products {
  justify-content: start;
}

.related.products > h2:first-child {
  font-family: "Noto Serif";

  font-style: normal;

  font-weight: 900;

  font-size: 20px;

  line-height: 20px;

  color: #1b170f;

  letter-spacing: 0.15px;

  margin-bottom: 24px;

  margin-left: 10px;
}

.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0 0 1em;

  padding: 0;

  list-style: none outside;

  clear: both;

  display: flex;

  justify-content: center;

  flex-wrap: wrap;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: 288px;

  padding-bottom: 30px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: "Noto Serif", serif;

  font-style: normal;

  font-weight: 900;

  font-size: 16px;

  line-height: 28px;

  letter-spacing: 0.1px;

  text-transform: capitalize;

  color: #000000;

  margin-bottom: 0px !important;

  padding: 0;
}

.post-type-archive-product .woocommerce-loop-product__title {
  margin-bottom: 0.5rem !important;
}

.woocommerce ul.products li.product .button {
  margin-top: 0;
}

.woocommerce ul.products li.product p {
  color: #000;
}

.woocommerce ul.products li.product .price {
  color: #000;

  font-weight: 600;
}

.woocommerce ul.products li.product .price ins {
  font-size: 140%;
}

.woocommerce ul.products li.product .onsale {
  top: 16px;

  left: 0;

  right: 0;

  transform: rotate(90deg);

  border-radius: 0;

  width: 83px;

  padding: 0;

  background-color: #d2335b;

  margin: 0;

  font-weight: 400;
}

.woocommerce ul.products li.product .onsale:before {
  content: "";

  position: absolute;

  top: 0;

  left: 83px;

  width: 0;

  height: 0;

  border-style: solid;

  border-width: 24px 22px 0 0;

  border-color: #d2335b transparent transparent transparent;
}

.woocommerce ul.products li.product .onsale:after {
  content: "";

  position: absolute;

  bottom: 0;

  left: 83px;

  width: 0;

  height: 0;

  border-style: solid;

  border-width: 0 22px 24px 0;

  border-color: transparent transparent #d2335b transparent;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  color: #000;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 12px;
}

.wc-see-details {
  padding: 12px 66px !important;

  /*width: 227px;*/

  height: 40px;

  font-family: "Roboto";

  font-style: normal;

  font-weight: 500 !important;

  font-size: 14px;

  line-height: 16px;

  /* identical to box height, or 114% */

  text-align: center;

  letter-spacing: 1.25px;

  text-transform: uppercase;

  color: #53462e;

  background: #d0b374 !important;

  border-radius: 0 !important;

  transition: all 0.3s;
}

.wc-see-details:hover {
  background: #c0963b !important;
}

.add_to_cart_button {
  background: #000000 !important;

  border-radius: 0 !important;

  transition: all 0.3s;
}

.add_to_cart_button:hover {
  background-color: #d0b374 !important;

  border-radius: 0 !important;
}

/* Cart Page */

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;

  width: 100%;
}

/* Single Product */

/*.woocommerce #respond input#submit.alt,

.woocommerce a.button.alt,

.woocommerce button.button.alt,

.woocommerce input.button.alt,

.woocommerce ul.products li.product .button {

    background-color: #D2335B;

    color: #fff;

}*/

/*.woocommerce #respond input#submit.alt:hover,

.woocommerce a.button.alt:hover,

.woocommerce button.button.alt:hover,

.woocommerce input.button.alt:hover,

.woocommerce ul.products li.product .button:hover {

    background-color: #bd3759;

}*/

.product_meta > span {
  display: block;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce ul.products li.product .price del .woocommerce-Price-amount {
  color: #000;

  font-size: 20px;

  font-weight: 500;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce-Price-amount {
  font-family: "Roboto";

  font-style: normal;

  font-weight: normal;

  font-size: 16px;

  line-height: 16px;

  /* identical to box height, or 100% */

  letter-spacing: 0.1px;

  color: #000000;

  margin: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;

  margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  content: none;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
}

.checkout-button {
  background: #d0b374 !important;

  font-family: "Roboto" !important;

  font-style: normal !important;

  font-weight: 500 !important;

  font-size: 14px !important;

  line-height: 16px !important;

  letter-spacing: 1.25px !important;

  text-transform: uppercase !important;

  color: #53462e !important;
}

.wc-forward {
  background: #d0b374 !important;

  font-family: "Roboto" !important;

  font-style: normal !important;

  font-weight: 500 !important;

  font-size: 14px !important;

  line-height: 16px !important;

  letter-spacing: 1.25px !important;

  text-transform: uppercase !important;

  color: #53462e !important;

  transition: all 0.3s;
}

.wc-forward:hover {
  background: #c0963b !important;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #c0963b;
}

.woocommerce .woocommerce-billing-fields .wc_avatax_validate_address {
    margin-top: 15px;
}

/* Cart */

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 150px;
}

.cart_totals {
  border: 1px solid #cccac6;

  box-sizing: border-box;

  border-radius: 3px;

  padding: 14px 20px;
}

.cart_totals > table {
  border: none !important;
}

.cart_totals > table > tbody > tr.cart-subtotal > th,
.cart_totals > table > tbody > tr.order-total > th {
  font-family: "Roboto";

  font-style: normal;

  font-weight: 500;

  font-size: 14px;

  line-height: 100%;

  color: #c0963b;
}

.cart_totals > table > tbody > tr.cart-subtotal > td,
.cart_totals > table > tbody > tr.order-total > td {
  text-align: right;
}

.cart_totals > table > tbody > tr.cart-subtotal > td > span,
.cart_totals > table > tbody > tr.order-total > td > strong > span {
  font-family: "Noto Serif", serif;

  font-style: normal;

  font-weight: 800;

  font-size: 18px;

  line-height: 100%;

  color: #000000;
}

.payment-after-total {
  margin-top: 24px;

  margin-left: 15px;

  font-family: "Noto Serif";

  font-style: normal;

  font-weight: 900;

  font-size: 14px;

  line-height: 20px;

  letter-spacing: 0.1px;

  text-transform: capitalize;

  color: #121212;
}

.payment-after-total_wrap {
  display: flex;

  padding: 0px 15px;
}

.card-text {
  font-family: "Roboto";

  font-style: normal;

  font-weight: normal;

  font-size: 12px;

  line-height: 16px;

  letter-spacing: 0.4px;

  color: #d0b374;

  margin-left: 8px;
}

.payment-after-total_paypal {
  margin-left: 24px;
}

.cart_totals h2 {
  font-family: "Noto Serif";

  font-style: normal;

  font-weight: 900;

  font-size: 20px;

  line-height: 30px;

  letter-spacing: 0.15px;

  color: #121212;
}

/*.woocommerce-breadcrumb{

        width: 100%;

        padding: 0px 25px;

    }*/

.woocommerce-cart h1 {
  font-family: "Noto Serif", serif;

  font-style: normal;

  font-weight: 800;

  font-size: 34px;

  line-height: 28px;

  letter-spacing: 0.1px;

  text-transform: capitalize;

  color: #000000;

  margin-bottom: 35px;

  padding: 0 15px;
}

/* My account */

.woocommerce-account h1 {
  font-family: "Noto Serif", serif;

  font-style: normal;

  font-weight: 800;

  font-size: 34px;

  line-height: 28px;

  letter-spacing: 0.1px;

  text-transform: capitalize;

  color: #000000;

  margin-bottom: 35px;

  padding: 0 15px;
}

.woocommerce-MyAccount-content {
  font-family: "Roboto", Serif;

  font-style: normal;

  font-weight: normal;

  letter-spacing: 0.1px;
}

.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #f3f3f3;

  padding: 15px 15px !important;

  font-family: "Roboto", Serif;

  font-style: normal;

  font-weight: normal;

  letter-spacing: 0.1px;
}

.woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
}

.woocommerce-MyAccount-content a,
.woocommerce-LostPassword a {
  color: #c0963b;
}

/* Checkout */

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single {
  box-sizing: border-box;

  width: 100%;

  margin: 0;

  line-height: normal;

  border: 1px solid #cccac6;

  border-radius: 1px;

  color: #666563;

  padding: 15px 15px;

  font-family: "Roboto";

  font-style: normal;

  font-weight: normal;

  font-size: 14px;

  line-height: 16px;

  letter-spacing: 0.1px;

  outline: none;
}

.select2-container .select2-selection--single {
  height: 53px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;

  position: absolute;

  top: 13px;

  right: 1px;

  width: 20px;
}

.woocommerce form .form-row .required {
  color: #c0963b;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;

  line-height: 23px;
}

.woocommerce form .form-row {
  display: block;
}

.woocommerce-checkout #customer_details {
  margin-bottom: 20px;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border: 1px solid #b00020;

  border-radius: 1px;
}

.woocommerce-checkout h1 {
  font-family: "Noto Serif", serif;

  font-style: normal;

  font-weight: 800;

  font-size: 34px;

  line-height: 28px;

  letter-spacing: 0.1px;

  text-transform: capitalize;

  color: #000000;

  margin-bottom: 35px;

  padding: 0 15px;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
#order_review_heading {
  font-family: "Noto Serif", Serif;

  font-style: normal;

  font-weight: 900;

  font-size: 20px;

  line-height: 30px;

  letter-spacing: 0.15px;

  color: #121212;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  display: block;

  font-family: "Roboto", Serif;

  font-style: normal;

  font-weight: 500 !important;

  font-size: 16px;
}

#place_order,
.woocommerce-Button,
.woocommerce-form-login__submit {
  padding: 12px 66px !important;

  /* width: 227px; */

  height: 40px;

  font-family: "Roboto", Serif;

  font-style: normal;

  font-weight: 500 !important;

  font-size: 14px;

  line-height: 16px;

  text-align: center;

  letter-spacing: 1.25px;

  text-transform: uppercase;

  color: #53462e;

  background: #d0b374 !important;

  border-radius: 0 !important;

  transition: all 0.3s;
}

#place_order:hover {
  background: #c0963b !important;
}

.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);

  font-family: "Roboto", Serif;

  font-style: normal;

  font-weight: 500;

  font-size: 14px;

  line-height: 100%;

  color: #c0963b;
}

.woocommerce-cart
  .woocommerce
  table.shop_table
  tr.woocommerce-shipping-totals
  td {
  text-align: right;

  color: #000;
}

.woocommerce table.shop_table tr.woocommerce-shipping-totals td {
  color: #000;
}

.woocommerce table.shop_table tfoot th {
  border-top: 1px solid rgba(0, 0, 0, 0.1);

  font-family: "Roboto", Serif;

  font-style: normal;

  font-weight: 500;

  font-size: 14px;

  line-height: 100%;

  color: #c0963b !important;
}

.woocommerce table.shop_table th {
  padding: 9px 12px;

  line-height: 1.5em;

  font-family: "Roboto", Serif;

  font-style: normal;

  font-weight: 500;

  font-size: 14px;

  color: #c0963b;
}

.woocommerce table.shop_table th.product-quantity {
  text-align: center;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
  font-weight: 800;

  padding: 9px 12px;

  line-height: 1.5em;

  font-family: "Roboto", Serif;

  font-style: normal;

  font-size: 14px;

  color: #000000;
}

.woocommerce-checkout #payment div.form-row {
  padding: 1em;

  font-family: "Roboto", Serif;
}

.woocommerce-checkout #payment ul.payment_methods li {
  font-weight: 400;
  font-family: "Roboto", Serif;
}
.woocommerce-checkout #payment ul.payment_methods .wc_payment_method + .wc_payment_method {
    margin-top: 20px;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #ffffff;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #ffffff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce-privacy-policy-link {
  color: #d0b374;
}

.woocommerce table.shop_table {
  border-collapse: collapse;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead tr {
  border: 1px solid #cccac6;

  box-sizing: border-box;

  border-radius: 3px 3px 0px 0px;

  font-family: "Roboto", Serif;

  font-style: normal;

  font-weight: 500;

  font-size: 14px;

  line-height: 100%;

  color: #000000;
}

tr.woocommerce-cart-form__cart-item.cart_item {
  border: 1px solid #cccac6;

  box-sizing: border-box;

  border-radius: 3px 3px 0px 0px;

  font-family: "Roboto";

  font-style: normal;

  font-weight: 500;

  font-size: 14px;

  line-height: 100%;

  color: #c0963b;

  border-radius: 3px 3px 0px 0px;
}

tr td.actions {
  border: 1px solid #cccac6;

  box-sizing: border-box;

  border-radius: 3px 3px 0px 0px;

  font-family: "Roboto";

  font-style: normal;

  font-weight: 500;

  font-size: 14px;

  line-height: 100%;

  color: #c0963b;

  border-radius: 3px 3px 0px 0px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 60px;

  box-shadow: none;
}

td.product-name a {
  font-family: "Noto Serif", serif;

  font-style: normal;

  font-weight: 800;

  font-size: 14px;

  line-height: 20px;

  letter-spacing: 0.1px;

  text-transform: capitalize;

  color: #000000;
}

td.product-price span,
td.product-subtotal span {
  font-family: "Noto Serif", serif;

  font-style: normal;

  font-weight: 800;

  font-size: 18px;

  line-height: 100%;

  color: #000000;
}

.woocommerce a.remove {
  display: block;

  font-size: 1.5em;

  height: 1em;

  width: 1em;

  text-align: center;

  line-height: 1;

  border-radius: 100%;

  color: #808080 !important;

  text-decoration: none;

  font-weight: 400;

  border: 0;
}

.woocommerce a.remove:hover {
  color: #808080 !important;

  background: none;
}

/* My Account */

.woocommerce-MyAccount-navigation a {
  color: #000000;
}

.woocommerce-MyAccount-navigation .is-active {
  font-weight: 700;

  background-color: #000000;
}

.woocommerce-MyAccount-navigation .is-active a {
  color: #fff;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;

  padding: 0;

  border: 1px solid #f3f3f3;
}

.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #f3f3f3;

  padding: 0.3rem 0.7rem;
}

.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 0;
}

.woocommerce table.my_account_orders {
  font-size: inherit;
}

/* Store Notice */

.woocommerce-store-notice,
p.demo_store {
  background-color: #750000;
}

/* WooCommerce Widgets */

.woocommerce .shop-content .widget-wrapper {
  margin: 0 0 2rem;

  border-bottom: 1px solid #eee;

  padding: 0 1em 2em 0;
}

.woocommerce .shop-content .widget-wrapper h4 {
  padding: 0 0 0.7rem 0;
}

.woocommerce .shop-content .widget-wrapper > ul {
  list-style: none;

  padding: 0;

  margin: 0;
}

.woocommerce .shop-content .widget-wrapper > ul li ul {
  list-style: none;
}

.woocommerce .shop-content .widget-wrapper ul li span,
.woocommerce .shop-content .widget-wrapper ul li ul li span {
  float: right;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;

  height: auto;
}

/* Frontend Product Lists */

.home .woocommerce ul.products {
  border-top: none;
}

.home .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.3rem;

  font-weight: 500;

  color: #868686;

  margin: 0;

  padding: 0;

  display: table;
}

.home .popular-products .woocommerce ul.products li.product .button,
.home .new-arrivals .woocommerce ul.products li.product .button {
  background-color: transparent;

  color: #d83a65;

  padding: 0;

  margin: 0;

  transition: 0.5s;
}

.home .popular-products .woocommerce ul.products li.product .button:hover,
.home .new-arrivals .woocommerce ul.products li.product .button:hover {
  color: #666;
}

.home .woocommerce ul.products li.product .button {
  margin-top: 0;
}

/* Cart */

.cart .cart-icon {
  background: url("img/cart.svg");

  background-repeat: no-repeat;

  height: 25px;

  width: 25px;

  display: inline-block;

  vertical-align: bottom;
}

.cart .header-cart-icon {
  background: url("img/header-cart.svg");

  background-repeat: no-repeat;

  height: 25px;

  width: 25px;

  display: inline-block;

  vertical-align: bottom;
}

.cart .items {
  background: #ca2424;

  color: #fff;

  width: 20px;

  height: 20px;

  border-radius: 50%;

  display: inline-block;

  text-align: center;
}

/* Media Queries */

@media all and (max-width: 768px) {
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100%;
  }

  .header-cart {
    margin-right: -55px;
  }
}

@media all and (max-width: 767px) {
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2 {
    flex: 0 0 100%;

    max-width: 100%;
  }

  .wc-see-details {
    width: 90%;
  }

  .shop-content {
    padding: 3rem 1rem;
  }

  .single_add_to_cart_button {
    margin-left: 0px !important;

    margin-top: 15px !important;
  }

  .wc-forward {
    text-align: center;

    margin-top: 10px;
  }

  .woocommerce-message {
    display: flex;

    flex-direction: column-reverse;
  }

  /*.vertical-img-left.wpgis-slider-for {

        width: 100%;

        float: none;

        margin-left: 0;

    }*/

  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    padding-bottom: 50px;
  }

  .woocommerce .products ul,
  .woocommerce ul.products {
  }

  /*	.woocommerce div.product div.images.woocommerce-product-gallery {

    	position: relative;

    	display: flex;

    	flex-direction: column;

	}



.single-product div.product .woocommerce-product-gallery .flex-viewport {

    width: 100%;

    float: right;

}



.woocommerce-product-gallery .flex-control-nav {

    display: flex;

    flex-direction: row;

}



.woocommerce div.product div.images .flex-control-thumbs li img {

width: 80px;

margin: 0 auto;

}



.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {

    width: 100%;

    float: right;

}

*/

  .search input[type="search"] {
    width: 75px;
  }

  .search-form input[type="search"] {
    width: 45%;
  }
}

@media all and (max-width: 500px) {
  .woocommerce ul.products li.product a img {
    width: 100%;
  }
  .payment_method_stripe label {
    flex-wrap: wrap;
  }
  .payment_method_stripe span {
    display: flex;
    flex-wrap: wrap;
  }
  .payment_img_icon_stripe img {
    margin: 5px !important;
  }
  .payment_method_stripe label img {
    height: 60px;
    width: 70px !important;
  }
}

.blog .google-auto-placed {
  display: none !important;
}

.payment_method_stripe label {
  display: inline-flex;
}

.payment_method_stripe label img {
  width: 35px;
}

.single-product .wc-stripe-payment-request-wrapper {
  display: none !important;
}

.single-product .wc-stripe-payment-request-button-separator {
  display: none !important;
}

#stripe-payment-data
  p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
  margin-left: -16px !important;
}

.input-radio {
    appearance: auto;
}

.woocommerce-checkout #payment ul.payment_methods li img {
  margin: -2px 0 0 0.5em !important;
}

#payment > ul > li.wc_payment_method.payment_method_paypal > label > img {
  margin: 5px 0 0 0.5em !important;
}

@media (max-width: 768px) {
  #payment_method_paypal:checked + label:before {
    width: 77%;
  }
  #payment_method_stripe:checked + label:before {
    width: 81% !important;
    margin-top: -3px;
    left: 8%;
  }
}

input#terms {
  appearance: auto;
}

h3#method_payment_title {
  font-family: "Noto Serif", Serif;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.15px;
  color: #121212;
  margin: 20px 0px;
}

#ship-to-different-address-checkbox {
  display: none;
}

span.payment_img_icon_stripe {
  display: flex;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  white-space: pre;
}

@media (max-width: 768px) {
  .woocommerce form .form-row label,
  .woocommerce-page form .form-row label {
    font-size: 11px;
  }
}



body.woocommerce-checkout .google-auto-placed {
  display: none !important;
}

body.woocommerce-cart .google-auto-placed {
  display: none !important;
} 

ul#shipping_method input {
  -webkit-appearance: auto;
  appearance: auto;
}

.woocommerce-notices-wrapper {
    display: none;
}

.woocommerce-shipping-calculator {
  margin-left: -100px;
}

#select2-calc_shipping_country-container {
  text-align: left;
}