 /* =======================
    Shop footer
=========================*/

.dct_shop_list .woocommerce .products li .et_shop_image img {
  margin-bottom: 0 !important;
}

.dct_shop_list .woocommerce .products li:hover a.woocommerce-LoopProduct-link .et_shop_image img {
  transform: none;
}

.dct_shop_list .woocommerce ul.products li.product .onsale,
.dct_shop_list .woocommerce ul.products li.product .button,
.dct_shop_list .woocommerce .products li .et_overlay {
  display: none;
}

.dct_shop_list .woocommerce .products li:hover .et_shop_image img {
  opacity: 1;
  transform: none;
}

.dct_shop_list .woocommerce .products li:before {
  border-bottom: 1px dashed var(--color-1);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 50px;
  top: auto;
  margin-left: 0;
}

.dct_shop_list .woocommerce .products li,
.dct_shop_list .woocommerce .products li:before {
  -moz-transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

.dct_shop_list .woocommerce .products li:after {
  bottom: -5px;
  content: "";
  height: 10px;
  left: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 10px;
  background: var(--color-1);
  -moz-transition: all .8s ease-in-out 0s;
  -webkit-transition: all .8s ease-in-out 0s;
  -o-transition: all .8s ease-in-out 0s;
  -ms-transition: all .8s ease-in-out 0s;
  transition: all .8s ease-in-out 0s;
}

.dct_shop_list .woocommerce .products li:hover:after {
  left: auto;
  opacity: 1;
  right: 0;
  visibility: visible;
}

.dct_shop_list .woocommerce .products li:hover:before {
  width: 100%;
}



 /* =======================
    Shop Line
=========================*/

.dct_shop_line .woocommerce .products .product .star-rating span:before {
  color: var(--color-1) !important;
}

/* =======================
   Shop Breadcrumb
=========================*/

.woocommerce .woocommerce-breadcrumb{font-size:15px;color:var(--color-2)}
.woocommerce-products-header .woocommerce-products-header__title{display:none}
.woocommerce .woocommerce-result-count{font-size:15px;color:#232323}
.woocommerce .woocommerce-ordering select{height:40px;border-radius:3px;border:1px solid rgba(6,22,58,.14);background-color:#fff;box-shadow:0 0 11px 0 rgba(6,22,58,.14);color:#232323!important;text-transform:uppercase}
.woocommerce .woocommerce-ordering select option{font-size:15px;color:#232323;text-transform:capitalize}

/* =======================
    Shop Pagination
=========================*/

.woocommerce-woocommerce-pagination .page-numbers{text-align:center}
.woocommerce-pagination .page-numbers{display:inline-flex!important;position:relative;border:none!important}

.woocommerce-pagination .page numbers:before{width:100%;height:2px;background:#e8e8e8;position:absolute;top:50%;left:0;transform:translateY(-50%)}

.woocommerce-pagination .page-numbers li{border-right:none!important}

.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span.current{padding:5px 15px!important;margin-right:15px!important;background:#f8f8f8!important;border:1px solid #e8e8e8!important;border-radius:5px;box-shadow:0 8px 6px -9px #5b5f5f;font-size:17px!important;color:#686c6c!important}

.woocommerce-pagination .page-numbers li:first-child a{margin-right:25px!important}
.woocommerce-pagination .page-numbers li:last-child a,
.woocommerce-pagination .page-numbers li:last-child span{margin:0 0 0 15px;margin-right:0!important}
.woocommerce-pagination .page-numbers li a:hover,
.woocommerce-pagination .page-numbers li span.current{background:var(--color-2)!important;border-color:var(--color-2)!important;color:#fff!important}



/* =======================
    Shop Style V1
=========================*/

.dct_shop_v1 .woocommerce ul.products li .star-rating span:before{color:var(--color-1);}
.dct_shop_v1 .woocommerce ul.products li a h2.woocommerce-loop-product__title:before{content:'';width:90%;height:2px;background:var(--color-1);position:absolute;bottom:0;left:3px}

.dct_shop_v1 .woocommerce ul.products li a h2.woocommerce-loop-product__title:after{content:'';background:var(--color-1);height:7px;-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);width:7px;position:absolute;bottom:-3px;left:3px}


.dct_shop_v1 .woocommerce .products li:hover .et_shop_image .et_overlay,
.dct_shop_v1 .et-db #et-boc .products li:hover .et_shop_image .et_overlay,
.dct_shop_v1 .related ul.products li:hover a .et_shop_image .et_overlay
{opacity:1 !important;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1) !important;z-index:1 !important;}


.dct_shop_v1 .woocommerce .products li .et_shop_image .et_overlay:before,
.dct_shop_v1 .related ul.products li a .et_shop_image .et_overlay:before{background: var(--color-1);
color: #fff;
width: 50px;
height: 50px;
text-align: center;
line-height: 48px !important;
font-size: 25px !important;
top: 50% !important;
transform: translate(-50% , -50%);
margin: 0 !important;
border-radius: 25px;
left: 50% !important;}

.dct_shop_v1 .woocommerce .products li .et_shop_image img,
.dct_shop_v1 .related ul.products li a .et_shop_image img{width:100%;height:auto;display: block !important;width: 100% !important;transition: 1s;}

.dct_shop_v1 .woocommerce .products li:hover a.woocommerce-LoopProduct-link .et_shop_image img,
.dct_shop_v1 .related ul.products li:hover a .et_shop_image img{transform:scale(2)}

/** Shop V1 Button**/

.dct_shop_v1 .woocommerce .products li .button,
.dct_shop_v1 .related ul.products li a.button{border:none;display:block;width:35px;height:35px;color:#fff;font-size:0;position:absolute;right:5px;bottom:19px;z-index:9999999999999999999999;transition:all .3s ease-in-out 0s}


.dct_shop_v1 .woocommerce .products li .button:before,
.dct_shop_v1 .related ul.products li a.button:before{left: 9px;margin-left: 0;opacity:1;display: block;content:"\e07a";font-family:ETmodules!important;font-weight:400;font-style:normal;font-variant:normal;line-height:33px;text-align:center;font-size:16px;color:#fff}



.dct_shop_v1 .woocommerce .products li .button:after,
.dct_shop_v1 .related ul.products li a.button:after{content:"";width:100%;height:100%;background:var(--color-1);position:absolute;top:0;right:0;margin-left:0;z-index:-1;opacity:1;transition:all .3s ease 0s}

.dct_shop_v1 .woocommerce a.add_to_cart_button.button.added:after,
.dct_shop_v1 .related ul.products li a.add_to_cart_button.button.added:after{
  background: #8fae1b!important;
}

.dct_shop_v1 .woocommerce a.add_to_cart_button.button.added::before,
.dct_shop_v1 .related ul.products li a.add_to_cart_button.button.added:before{
  content: "\4e" !important;
}

.dct_shop_v1 .woocommerce a.add_to_cart_button.button.loading,
.dct_shop_v1 .related ul.products li a.add_to_cart_button.button.loading{
  opacity: 1;
  -webkit-animation: rotate 1.5s linear infinite;
  animation: rotate 1.5s linear infinite;
}

.dct_shop_v1 .woocommerce a.add_to_cart_button.button.loading::before,
.dct_shop_v1 .related ul.products li a.add_to_cart_button.button.loading:before{
  content: "\e02d"!important;
  opacity: 1;
}

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes         rotate {
  to {
    transform: rotate(360deg);
  }
}


/* =======================
    Shop Style V2
=========================*/
.dct_shop_v2 .woocommerce ul.products li a .onsale{left: -45px !important;right: auto;}

.dct_shop_v2 .woocommerce ul.products li a .star-rating:before{float: none;position: relative;}
.dct_shop_v2 .woocommerce .star-rating span::before{width: 100%;}

.dct_shop_v2 .woocommerce ul.products li a .et_shop_image:before{bottom: 0;
color: #fff;
content: '';
height: 100%;
left: 0;
position: absolute;
z-index: 1;
-webkit-transition: all .5s ease-out .15s;
transition: all .5s ease-out .15s;
width: 100%;
background-color: rgba(0,0,0,.5);
opacity: 0;
transform: scaleX(0);
transform-origin: 50% 50% 0;}

.dct_shop_v2 .woocommerce ul.products li:hover a .et_shop_image:before{opacity: 1;
transform: scale(1);}

.dct_shop_v2 .woocommerce ul.products li a .et_shop_image img{margin-bottom: 0 !important;width: 100%;
height: auto;
transform: scale(1,1);
transition: transform 0.50s linear;}

.dct_shop_v2 .woocommerce ul.products li:hover a .et_shop_image img{transform: scale(1.1,1.1);}

.dct_shop_v2 .woocommerce ul.products li a .et_shop_image .et_overlay:before{transform: translate(-50% ,-50%);
margin: 0;
left: 50%;
width: 40px;
height: 40px;
line-height: 38px;
border: 1px solid #fff;
border-radius: 50%;
text-align: center;
transition: all .70s ease 0s;
font-size: 20px;}

.dct_shop_v2 .woocommerce ul.products li:hover a .et_shop_image .et_overlay:before{top: 50%;}

.dct_shop_v2 .woocommerce ul.products li a.button{color: var(--color-1);
font-size: 15px;
font-weight: 500;
text-transform: uppercase;
padding: 5px 0 !important;
border-bottom: 1px solid var(--color-2) !important;
border: none;border-radius: 0;
-webkit-transition: all .5s ease-out .15s;
transition: all .5s ease-out .15s;
margin-top: 5px;}

.dct_shop_v2 .woocommerce ul.products li:hover a.button{color: #fff;
background: var(--color-2);
padding: 5px 15px !important;}

.dct_shop_v2 .woocommerce ul.products li:hover a.button:after{display:none !important;}


/* =======================
    Shop Style V3
=========================*/


.dct_shop_v3 .woocommerce ul.products li a .et_shop_image img{transform: scale(1);
transition: transform 3s ease-out 0s;}
.dct_shop_v3 .woocommerce ul.products li:hover a .et_shop_image img{transform: scale(1.1);
transition: transform 3s ease-out 0s;}



.dct_shop_v3 .woocommerce ul.products li a .et_shop_image:before,
.dct_shop_v3 .woocommerce ul.products li a .et_shop_image:after{content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width:50%;
    height:100%;z-index: 1;
    background: var(--color-2);opacity:0.7;
    transform: translateY(-100%);
    transition: all 0.3s ease 0s;}

.dct_shop_v3 .woocommerce ul.products li a .et_shop_image:after{left:50%;
    transform: translateY(100%);
    transition-delay: 0.1s;}

.dct_shop_v3 .woocommerce ul.products li:hover a .et_shop_image:before,
.dct_shop_v3 .woocommerce ul.products li:hover a .et_shop_image:after{transform: translateY(0);}

.dct_shop_v3 .woocommerce ul.products li a .onsale{right: -10px !important;left: auto !important;}

.dct_shop_v3 .woocommerce ul.products li a .et_shop_image .et_overlay:before{
	padding: 0;
margin: 0;
list-style: none;
position: absolute;
top: -50%;
left: 15px;
transition: all .70s ease 0s;
display: block;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 18px;
background: var(--color-1);
text-align: center;
border-radius: 50%;}
.dct_shop_v3 .woocommerce ul.products li:hover a .et_shop_image .et_overlay:before{top: 10%;}



.dct_shop_v3 .woocommerce ul.products li a.button{background: var(--color-1);
width: 100%;
margin: 0;
list-style: none;
opacity: 0;
position: absolute;
bottom: -50px;
left: 0;
transition: all 0.35s ease 0s;
color: #fff;
border-radius: 0;
font-size: 14px;
text-transform: uppercase;
border-radius: 5px;
padding: 3px !important;
border: none !important;}

.dct_shop_v3 .woocommerce ul.products li a.button:after{font-size:0;}

.dct_shop_v3 .woocommerce ul.products li:hover a.button{opacity: 1;
bottom: 0;}


/* Cart Page - Shop */


.woocommerce .cart-collaterals .cross-sells ul.products li a .onsale{color: #fff;
background: var(--color-1) !important;
font-size: 12px;
font-weight: 600 !important;
text-transform: uppercase;
padding: 0 3px !important;
border: 2px solid #fff;border-left: none;
border-right: none;
border-radius: 0 !important;
box-shadow: 0 0 0 3px var(--color-1) !important;
position: absolute;
z-index: 9;}

.woocommerce .cart-collaterals .cross-sells ul.products li a .star-rating{position: absolute;
bottom: 0;
right: 0;}

.woocommerce .cart-collaterals .cross-sells ul.products li a .price{text-align: left;
padding-top: 10px;}


.woocommerce .cart-collaterals .cross-sells ul.products li a .et_shop_image{overflow: hidden;
margin-bottom: 0 !important;
position: relative;}

.woocommerce .cart-collaterals .cross-sells ul.products li a .et_shop_image img{width: 100%;
height: auto;
display: block !important;
width: 100% !important;
transition: 1s;}

.woocommerce .cart-collaterals .cross-sells ul.products li:hover a .et_shop_image img{transform: scale(2);}

.woocommerce .cart-collaterals .cross-sells ul.products li a .et_shop_image .et_overlay{z-index: 5;
background: rgba(0,0,0,0.5);
bottom: 0;
color: #2a2a2a;
left: 0;
border: none !important;
margin: 0;
opacity: 0;
padding: 26px 30px 28px;
position: absolute;
right: 0;
text-align: left;
top: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: all .6s ease 0s;
-moz-transition: all .6s ease 0s;
-ms-transition: all .6s ease 0s;
-o-transition: all .6s ease 0s;
transition: all .6s ease 0s;
vertical-align: middle;}

.woocommerce .cart-collaterals .cross-sells ul.products li:hover a .et_shop_image .et_overlay{opacity: 1 !important;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1) !important;
z-index: 1 !important;}


.woocommerce .cart-collaterals .cross-sells ul.products li a .et_shop_image .et_overlay:before{background: var(--color-1);
color: #fff;content: "\e013";
width: 50px;
height: 50px;
text-align: center;
line-height: 48px !important;
font-size: 25px !important;
top: 50% !important;
transform: translate(-50% , -50%);
margin: 0 !important;
border-radius: 25px;
left: 50% !important;}





.woocommerce .cart-collaterals .cross-sells ul.products li a.button{border: none;
display: block;
width: 35px;
height: 35px;
color: #fff;
font-size: 0;
position: absolute;
right: 5px;
bottom: 20px;
z-index: 9999999999999999999999;
transition: all .3s ease-in-out 0s;}

.woocommerce .cart-collaterals .cross-sells ul.products li a.button:before{left: 9px;
margin-left: 0;
opacity: 1;
display: block;
content: "\e07a";
font-family: ETmodules !important;
font-weight: 400;
font-style: normal;
font-variant: normal;
line-height: 33px;
text-align: center;
font-size: 16px;
color: #fff;}
.woocommerce .cart-collaterals .cross-sells ul.products li a.button:after{content: "";
width: 100%;
height: 100%;
background: var(--color-1);
position: absolute;
top: 0;
right: 0;
margin-left: 0;
z-index: -1;
opacity: 1;
transition: all .3s ease 0s;}


.woocommerce .cart-collaterals .cross-sells ul.products li a.add_to_cart_button.button.added:after {
  background: #8fae1b!important;
}

.woocommerce .cart-collaterals .cross-sells ul.products li a.add_to_cart_button.button.added::before {
  content: "\4e" !important;
}

.woocommerce .cart-collaterals .cross-sells ul.products li a.add_to_cart_button.button.loading {
  opacity: 1;
  -webkit-animation: rotate 1.5s linear infinite;
  animation: rotate 1.5s linear infinite;
}

.woocommerce .cart-collaterals .cross-sells ul.products li a.add_to_cart_button.button.loading::before {
  content: "\e02d"!important;
  opacity: 1;
}




/* =======================
    Main Title
=========================*/

.woocommerce .checkout.woocommerce-checkout #order_review_heading {
  margin-top: 35px;
  margin-bottom: 35px;
}



.main_title,
.et-l .et_pb_wc_related_products .related.products h2,
.product-template-default .product .summary  .product_title.entry-title,
.woocommerce #customer_login h2,
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce .checkout.woocommerce-checkout #order_review_heading,
.woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields h3,
.woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields h3,
.woocommerce .cart-collaterals .cross-sells h2,
.woocommerce .cart-collaterals .cart_totals.calculated_shipping h2,
.product-template-default .product.type-product .up-sells.upsells.products h2,
.product-template-default .product.type-product .related.products h2,
.woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column__title,
.woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title,
.woocommerce .woocommerce-MyAccount-content .woocommerce-order-downloads .woocommerce-order-downloads__title,
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title.title h3,
.woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title,
.woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column__title,
.woocommerce .woocommerce-order .woocommerce-order-downloads .woocommerce-order-downloads__title {
  padding-bottom: 15px !important;
  font-size: 20px !important;
  line-height: 26px;
  text-transform: uppercase !important;
  position: relative;
}

.main_title:before,
.et-l .et_pb_wc_related_products .related.products h2:before,
.product-template-default .product .summary  .product_title.entry-title:before,
.woocommerce .cart-collaterals .cart_totals h2:before,
.search.search-results .et_pb_post .entry-title:before,
.woocommerce .cart-collaterals .cross-sells h2:before,
.woocommerce .checkout.woocommerce-checkout #order_review_heading:before,
.woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields h3:before,
.woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields h3:before,
.woocommerce .cart-collaterals .cart_totals.calculated_shipping h2:before,
.product-template-default .product.type-product .up-sells.upsells.products h2:before,
.product-template-default .product.type-product .related.products h2:before,
.woocommerce #customer_login h2:before,
.woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column__title:before,
.woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title:before,
.woocommerce .woocommerce-MyAccount-content .woocommerce-order-downloads .woocommerce-order-downloads__title:before,
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title.title h3:before,
.woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title:before,
.woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column__title:before,
.woocommerce .woocommerce-order .woocommerce-order-downloads .woocommerce-order-downloads__title:before {
  content: '';
  width: 90%;
  height: 2px;
  background: var(--color-1);
  position: absolute;
  bottom: 0;
  left: 3px;
}

.main_title:after,
.et-l .et_pb_wc_related_products .related.products h2:after,
.product-template-default .product .summary  .product_title.entry-title:after,
.woocommerce .cart-collaterals .cart_totals h2:after,
.search.search-results .et_pb_post .entry-title:after,
.woocommerce .cart-collaterals .cross-sells h2:after,
.woocommerce .checkout.woocommerce-checkout #order_review_heading:after,
.woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields h3:after,
.woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields h3:after,
.woocommerce .cart-collaterals .cart_totals.calculated_shipping h2:after,
.product-template-default .product.type-product .up-sells.upsells.products h2:after,
.product-template-default .product.type-product .related.products h2:after,
.woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column__title:after,
.woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title:after,
.woocommerce #customer_login h2:after,
.woocommerce .woocommerce-MyAccount-content .woocommerce-order-downloads .woocommerce-order-downloads__title:after,
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title.title h3:after,
.woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title:after,
.woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column__title:after,
.woocommerce .woocommerce-order .woocommerce-order-downloads .woocommerce-order-downloads__title:after {
  content: '';
  background: var(--color-1);
  height: 10px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  position: absolute;
  bottom: -4px;
  left: 3px;
}



.et-db #et-boc .et-l .et_pb_wc_add_to_cart .quantity input.qty {
  border: 1px solid rgba(40,61,88,.1) !important;
}





/* =======================
    Review
=========================*/

.woocommerce-tabs #comments .commentlist .review .comment_container .comment-text .star-rating span:before,
.woocommerce-page .star-rating span::before{color:var(--color-1)}
.woocommerce-product-rating a.woocommerce-review-link{color:var(--color-2)}


/* =======================
    Single Product Page
=========================*/


.product-template-default .summary .product_title.entry-title {
  margin-bottom: 15px;
}

.et-db #et-boc .et_pb_wc_add_to_cart .quantity input.qty,
.woocommerce .product .quantity input.qty,
.woocommerce-page .quantity input.qty {
  background-color: transparent!important;
  border: 1px solid rgba(40,61,88,.1)!important;
  color: #000!important;
  border-radius: 5px;
}


/** Tabs**/

.et-db #et-boc ul.et_pb_tabs_controls::after,
.et_pb_wc_tabs ul:before {
  border: none!important;
}


.et-boc .et_pb_wc_tabs ul.et_pb_tabs_controls li a,
.et_pb_wc_tabs ul li a {
  display: block;
  text-align: center;
  padding-top: 10px!important;
  border-radius: 5px;
  padding-bottom: 10px!important;
  
}

.et_pb_wc_tabs ul li.et_pb_tab_active a,
.et-db #et-boc .et-l .et_pb_wc_tabs ul li.et_pb_tab_active a{
  background: var(--color-1);
}


.et-db #et-boc .et-l .et_pb_wc_tabs ul li.et_pb_tab_active a:after,
.et_pb_wc_tabs ul li.et_pb_tab_active a:after {
  content: "\43";
  font-family: ETmodules!important;
  position: absolute;
  bottom: 0;
  top: auto;
  right: auto;
  left: 50%;
  margin-left: -15px;
  font-size: 30px;
  line-height: 15px;
  color: var(--color-1);
  border: 0;
  display: inline-block;
  transition: all .2s ease 0s;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
}

.woocommerce p.stars a {
  color: var(--color-1);
}


.archive .woocommerce-info,.woocommerce .woocommerce-form-login-toggle .woocommerce-info {
  background: var(--color-2);
  border-radius: 3px;
  text-align: center;
}

.product .woocommerce .woocommerce-info,.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  line-height: 35px;
  padding: 10px!important;
  border-radius: 3px;
  background: #8fae1b;
  text-align: center;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-error {
  background: #b81c23;
  text-align: center;
  text-transform: uppercase;
}

.woocommerce div.product .product_title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
}

.woocommerce .product .product_meta .sku_wrapper {
  display: block;
}

#et-boc .woocommerce-grouped-product-list.group_table {
  margin-bottom: 20px;
}

.woocommerce .product .product_meta .posted_in a {
  color: var(--color-1);
  padding-left: 5px;
}

.woocommerce div.product p.price {
  padding-top: 5px;
  padding-bottom: 15px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  background: var(--color-1);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
  border-color: #fff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
  background-color: #fff;
}


/* =======================
    Cart
=========================*/

.woocommerce .woocommerce-MyAccount-content p {
  padding-bottom: 20px;
}

.woocommerce-page table.cart td.actions {
  padding-top: 30px!important;
  padding-bottom: 30px!important;
}

.woocommerce button.button:disabled {
  color: #fff!important;
  padding: .3em 1em!important;
}

.woocommerce button.button:disabled:hover {
  padding: .3em 1em!important;
}

.woocommerce a.remove {
  background: var(--color-1);
  color: #fff!important;
  border-radius: 3px!important;
}

.woocommerce a.remove:hover {
  background-color: var(--color-2);
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  position: relative;
  text-align: center;
  padding: .6em 1em;
  border: 2px solid!important;
  line-height: 1.7em!important;
  text-transform: uppercase;
  border-radius: 0;
  background-color: transparent!important;
  height: auto;
  border-color: #e5e5e5!important;
  color: #232323!important;
  font-size: 13px!important;
  letter-spacing: 1px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text::placeholder {
  color: #000!important;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Button,.woocommerce-MyAccount-content form .woocommerce-address-fields .button {
  margin-top: 20px;
}

.woocommerce .woocommerce-MyAccount-downloads-file.button:hover:after {
  opacity: 0;
}


.single-product .et-db #et-boc .et_pb_wc_add_to_cart form.cart .button,
.single-product .product .summary .cart .single_add_to_cart_button.button.alt,
.woocommerce #payment #place_order,
.woocommerce #review_form #respond .form-submit input,
.woocommerce .checkout_coupon.woocommerce-form-coupon .form-row .button,
.woocommerce .return-to-shop .button.wc-backward,
.woocommerce .woocommerce-MyAccount-content .woocommerce-Button,
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-button.button.view,
.woocommerce .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row .button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce a.button.alt,
.woocommerce-MyAccount-content form .woocommerce-address-fields .button,
.woocommerce-form .woocommerce-Button.button,
.woocommerce-page #payment #place_order {
    border: none;
    padding: 0.4em 1.7em !important;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
    border-radius: 0;
    background: var(--color-1) !important;
    border-color: var(--color-1) !important;
    color: #fff !important;
    font-size: 15px !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
}

.single-product .et-db #et-boc .et_pb_wc_add_to_cart form.cart .button:after,
.single-product .product .summary .cart .single_add_to_cart_button.button.alt:after,
.woocommerce #payment #place_order:after,
.woocommerce .checkout_coupon.woocommerce-form-coupon .form-row .button:after,
.woocommerce .return-to-shop .button.wc-backward:after,
.woocommerce .woocommerce-MyAccount-content .woocommerce-Button:after,
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-button.button.view:after,
.woocommerce .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row .button:after,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:after,
.woocommerce a.button.alt:after,
.woocommerce-MyAccount-content form .woocommerce-address-fields .button:after,
.woocommerce-form .woocommerce-Button.button:after,
.woocommerce-page #payment #place_order:after {
    display: none;
}

.single-product .et-db #et-boc .et_pb_wc_add_to_cart form.cart .button:hover,
.single-product .product .summary .cart .single_add_to_cart_button.button.alt:hover,
.woocommerce #payment #place_order:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce .checkout_coupon.woocommerce-form-coupon .form-row .button:hover,
.woocommerce .return-to-shop .button.wc-backward:hover,
.woocommerce .woocommerce-MyAccount-content .woocommerce-Button:hover,
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-button.button.view:hover,
.woocommerce .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row .button:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce-MyAccount-content form .woocommerce-address-fields .button:hover,
.woocommerce-form .woocommerce-Button.button:hover,
.woocommerce-page #payment #place_order:hover {
    border: none !important;
    padding: 0.4em 1.7em !important;
    background-color: var(--color-2);
    color: #fff;
    border-color: var(--color-2);
}


.woocommerce table.shop_table td a {
  font-size: 15px;
  color: #232323;
}

.woocommerce table.shop_table td a:hover {
  color: var(--color-1);
}

.woocommerce table.shop_table td {
  color: #555;
}

#content-area table th {
  font-size: 15px;
  color: #232323;
}

.cart-collaterals .cross-sells ul li {
  width: 45%!important;
  margin-right: 10px!important;
}

.woocommerce-notices-wrapper .woocommerce-message .restore-item {
  color: #fff;
}

@media only screen and (max-width :480px) {
  .woocommerce a.button.alt {
    margin-top: 10px;
    width: 100%;
    font-size: 13px!important;
  }
}



.et_pb_wc_images span.onsale{color: #fff;
background: var(--color-1) !important;
font-size: 12px;
font-weight: 600 !important;
text-transform: uppercase;
padding: 0 3px !important;
border: 2px solid #fff;border-left: none;
border-right: none;
border-radius: 0 !important;
box-shadow: 0 0 0 3px var(--color-1) !important;
position: absolute;
z-index: 9;}


/* =======================
    Orders
=========================*/	

.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead tr .woocommerce-orders-table__header .nobr{font-size: 15px;
color: #232323;text-transform: uppercase;}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead .woocommerce-orders-table__header,
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td{padding: 20px;text-align: center;}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td{font-size: 14px;color: #232323;}

@media only screen and (max-width : 768px) {.woocommerce table.my_account_orders{margin-top: 50px;}}

/* =======================
    Checkout
=========================*/

.woocommerce-checkout #payment {
    background-color: #f9f9f9;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Message--info {
    line-height: 35px;
    background-color: var(--color-1);
    border-radius: 3px;text-align:left;
}
@media only screen and (max-width: 768px) {
    .woocommerce .woocommerce-MyAccount-content .woocommerce-Message--info {
        border-radius: 0;
        margin-top: 35px;
    }
}
.woocommerce form .form-row {
    width: 100%;
}
.woocommerce form .form-row label {
    text-transform: capitalize;
    font-size: 15px;
    color: #232323;
    padding-bottom: 5px;
}
.woocommerce-privacy-policy-text .woocommerce-privacy-policy-link,
.woocommerce-terms-and-conditions-checkbox-text .woocommerce-terms-and-conditions-link {
    color: var(--color-1);
}
.woocommerce form .form-row.woocommerce-invalid label {
    color: var(--color-2);
}
.woocommerce-invalid #terms {
    outline: 2px solid var(--color-1);
}
.woocommerce-page form .form-row .input-text {
    border-radius: 10px;
}








/* =======================

    My Account - NAVIGATION

=========================*/

.woocommerce-error li a {
    color: #fff;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
    border-radius: 10px;
    background-color: #fff;
    padding: 25px 25px !important;
    margin: 0;
    list-style-type: none !important;
    -webkit-box-shadow: 0 0 15px 0 rgba(40, 61, 88, 0.07);
    -moz-box-shadow: 0 0 15px 0 rgba(40, 61, 88, 0.07);
    box-shadow: 0 0 15px 0 rgba(40, 61, 88, 0.07);
    position: relative;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
    padding-bottom: 5px;
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px dashed #e9e9e9;
    padding-top: 5px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-size: 15px;
    color: #232323;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
    color: var(--color-1);
}
.woocommerce .woocommerce-MyAccount-navigation ul li:before {
    content: "";
    left: -25px;
    position: absolute;
    width: 3px;
    height: 100%;
    border-color: var(--color-1);
    display: block;
    background-color: var(--color-1);
}




/* ==============================

    My Account - Login/Register

=================================*/

.woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-error {
    background: #fff;
    text-align: left;
    text-transform: capitalize;
    line-height: 30px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-error li {
    margin-bottom: 20px;
    padding: 5px;
    padding-left: 10px !important;
    background: #b81c23;
    border-radius: 0;
}
.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper select {
    height: 40px;
    border-radius: 0;
}
.woocommerce .woocommerce-form.woocommerce-form-login .lost_password a {
    color: var(--color-2);
}
.woocommerce .woocommerce-ResetPassword.lost_reset_password p,
.woocommerce .woocommerce-form.woocommerce-form-login p {
    font-size: 15px;
    color: #232323;
    text-transform: capitalize;
}
.woocommerce #customer_login .woocommerce-form.woocommerce-form-login.login .woocommerce-LostPassword.lost_password {
    float: right;
    position: relative;
    bottom: 40px;
}
@media only screen and (max-width: 479px) {
    .woocommerce #customer_login .woocommerce-form.woocommerce-form-login.login .woocommerce-LostPassword.lost_password {
        float: none;
        position: relative;
        bottom: -10px;
    }
}
.woocommerce-form.woocommerce-form-register.register .woocommerce-privacy-policy-text {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 30px;
    text-align: justify;
}
.woocommerce .woocommerce-message .woocommerce-Button,
.woocommerce-page .woocommerce-info .button {
    margin-top: 0;
    background: #fff !important;
    color: var(--color-1) !important;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: var(--color-1);
}
@media only screen and (max-width: 480px) {
    .woocommerce .woocommerce-message .woocommerce-Button,
    .woocommerce-page .woocommerce-info .button {
        width: 100%;
    }
    .product .woocommerce .woocommerce-error,
    .product .woocommerce .woocommerce-info,
    .woocommerce .woocommerce-message {
        line-height: 30px;
    }
}
.woocommerce .woocommerce-message .woocommerce-Button:hover,
.woocommerce-page .woocommerce-info .button:hover {
    background-color: var(--color-2) !important;
    color: #fff !important;
}
.woocommerce .woocommerce-message .woocommerce-Button:before,
.woocommerce a.button.alt:before,
.woocommerce-page .woocommerce-info .button:before {
    display: none;
}
.woocommerce .woocommerce-message .woocommerce-Button:after,
.woocommerce-page .woocommerce-info .button:after {
    content: "\e015";
    opacity: 1;
    margin-left: 0;
    right: 0;
    background: var(--color-1);
    color: #fff;
    font-size: 20px;
    border-radius: 0;
    padding: 5px;
    top: 3px;
    right: 2px;
}
.woocommerce .woocommerce-MyAccount-content .addresses .title .edit {
    padding: 2px 25px;
    border-radius: 0;
    color: #fff;
    background: var(--color-1);
}
.woocommerce .woocommerce-MyAccount-content .addresses .title .edit:hover {
    background: var(--color-2);
}
.woocommerce-MyAccount-content p a {
    color: var(--color-1);
    font-size: 16px;
    line-height: 35px;
}
.woocommerce form .form-row input.input-text {
    border-radius: 3px;
}
.select2-container .select2-selection--single {
    height: 40px;
}
.select2-container--default .select2-selection--single {
    border-radius: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    background: var(--color-2);
    border-radius: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 10px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
}
.woocommerce-LostPassword a {
    color: var(--color-2);
}




/* =======================

    Responsive

=========================*/


@media only screen and (max-width:980px){.woocommerce .woocommerce-pagination{margin-bottom:30px!important}.woocommerce .products li{margin-bottom:30px}}
@media only screen and (max-width:480px){.woocommerce ul.products li{width:100%!important}}
@media only screen and (max-width:479px){.woocommerce-pagination .page-numbers{display:block;overflow:auto}.woocommerce-pagination .page-numbers:before{display:none}.woocommerce-pagination .page-numbers li{display:inline-block}.woocommerce-cart table.cart td.actions .button{width:100%!important}}
@media only screen and (max-width :980px){.woocommerce .woocommerce-MyAccount-content .woocommerce-Button,.woocommerce-MyAccount-content form .woocommerce-address-fields .button{margin-top:10px;margin-bottom:20px}}



/**Woo Checkout Page*/

.woocommerce .checkout #customer_details .woocommerce-additional-fields h3,
.woocommerce .checkout #customer_details .woocommerce-billing-fields h3 {
    margin-bottom: 20px;
}
.checkout_coupon.woocommerce-form-coupon .form-row {
    width: 50%;
}
.checkout_coupon.woocommerce-form-coupon .form-row.form-row-first #coupon_code {
    border-radius: 3px;
    padding: 10px;
}
.showcoupon {
    background: var(--color-2);
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 15px;
    -webkit-box-shadow: 0 0 15px 0 rgba(40, 61, 88, 0.07);
    -moz-box-shadow: 0 0 15px 0 rgba(40, 61, 88, 0.07);
    box-shadow: 0 0 15px 0 rgba(40, 61, 88, 0.07);
}
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
    text-align: center;
    background: var(--color-1);
    border-radius: 3px;
}
@media only screen and (max-width: 980px) {
    .woocommerce .woocommerce-info {
        text-align: center;
    }
    .showcoupon {
        display: block;
    }
    .checkout_coupon.woocommerce-form-coupon .form-row.form-row-last .button {
        width: 100%;
    }
    .woocommerce form .form-row textarea {
        height: 6em;
    }
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 1.5;
}
.woocommerce-checkout #payment ul.payment_methods li {
    font-size: 15px;
    color: #232323;
    text-transform: capitalize;
    margin-bottom: 20px;
    line-height: 0;
}
#payment .payment_methods .payment_method_paypal .about_paypal {
    font-size: 15px;
    color: var(--color-2);
    font-weight: 600;
    text-transform: uppercase;
}
#payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p,
#payment .woocommerce-terms-and-conditions-checkbox-text {
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 35px;
}
.woocommerce form .form-row.woocommerce-validated input.input-text {
    border-color: #b81c23;
}
.woocommerce #payment .wc_payment_methods.payment_methods.methods .wc_payment_method.payment_method_paypal .payment_box.payment_method_paypal p {
    color: #232323;
    font-size: 15px;
    line-height: 30px;
}
.woocommerce #payment .wc_payment_methods.payment_methods.methods .wc_payment_method.payment_method_paypal .payment_box.payment_method_paypal p a {
    color: var(--color-1);
}


/*Empty Cart Page Design*/


.woocommerce-cart.woocommerce-page .return-to-shop {text-align:center;}
.woocommerce .empty-cart {text-align: center;}
.woocommerce .empty-cart h1{text-transform:uppercase;font-size: 25px;font-weight: 700;line-height: 35px;color:var(--color-2)}
.woocommerce .empty-cart h1::before {content: "\e07a";font-family: ETmodules !important;padding-right: 15px;color:var(--color-1)}

/*widget-settings*/

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {background-color: var(--color-2);border-radius: 0;}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {background-color: var(--color-1);top: -3px !important;border-radius: 50% !important;}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle::after {display:none;}	

@media only screen and (max-width : 479px) {.woocommerce .empty-cart h1{font-size:20px;}}

.woocommerce div.product form.cart .group_table td{padding:10px !important;line-height:50px;text-align:center;font-size:15px;color:#232323;border:1px solid rgba(40,61,88,.1)!important}
.woocommerce div.product form.cart .group_table td label a{line-height:50px;color:var(--color-1);display:block;text-align:center}
.woocommerce div.product form.cart table div.quantity{margin:0!important}

@media only screen and (max-width : 480px) {.woocommerce-page .woocommerce-message .button{float:none;width: 100%;text-align: center;}
.woocommerce div.product form.cart .group_table td label a{line-height: 30px;}
.woocommerce div.product form.cart .group_table td span{line-height: 20px;}
.woocommerce .product .cart .single_add_to_cart_button{width: 100%;}}



/*Single Page Css*/

.page-template-default .woocommerce .woocommerce-order .woocommerce-customer-details h2.woocommerce-column__title,
.page-template-default .woocommerce .woocommerce-order .woocommerce-order-details h2.woocommerce-order-details__title,
.product-template-default .product .related.products h2,
.woocommerce .cart-collaterals .cross-sells h2,
.woocommerce.single.single-product .up-sells.products h2 {
    margin-bottom: 20px;
    padding-bottom: 16px;
    font-size: 20px !important;
    line-height: 26px !important;
    font-weight: 500 !important;
    position: relative !important;
    text-transform: uppercase;
}
.product-template-default .related.products .products .product .woocommerce-loop-product__link h2.woocommerce-loop-product__title,
.product-template-default .upsells.products .products .product .woocommerce-loop-product__link .woocommerce-loop-product__title,
.woocommerce .cart-collaterals .cross-sells .products .product .woocommerce-LoopProduct-link h2.woocommerce-loop-product__title {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
}
.woocommerce.single.single-product ul.products li.product {
    margin-bottom: 10px;
}
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a,
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff !important;
}
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 5px 22px !important;
}
#sidebar.et_pb_widget.widget_search {
    box-shadow: unset;
}



/* Widget - Cart */



.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total {
  border-top: 1px solid rgba(0,0,0,.1);
  padding-top: 10px;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a.button,.widget_shopping_cart .woocommerce-mini-cart__buttons a.button:hover {
  font-size: 14px;
  line-height: 1.1!important;
  text-align: center;
  padding: 8px!important;
  background: var(--color-2);
  color: #fff!important;
  border-radius: 0;
  border: none;
}

#sidebar .et_pb_widget.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover {
  background: var(--color-1)!important;
  color: #fff!important;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a.button:hover::after {
  opacity: 0;
}

@media(min-width:1050px) {
  .widget_shopping_cart .woocommerce-mini-cart__buttons a.button {
    width: 49%;
    display: inline-block;
  }

  .widget_shopping_cart .woocommerce-mini-cart__buttons a.button:first-child {
    margin-right: 2%;
  }

  .widget_shopping_cart .woocommerce-mini-cart__buttons a.button:last-child {
    margin-right: 0;
  }
}

@media(min-width:300px) and (max-width:980px) {
  .widget_shopping_cart .woocommerce-mini-cart__buttons a.button {
    width: 49%;
    display: inline-block;
  }

  .widget_shopping_cart .woocommerce-mini-cart__buttons a.button:first-child {
    margin-right: 2%;
  }

  .widget_shopping_cart .woocommerce-mini-cart__buttons a.button:last-child {
    margin-right: 0;
  }
}


/* Widget- Price Filter */

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #ddd;
  border-radius: 0;
  margin-bottom: 20px;
  margin-top: 25px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 12px;
  height: 12px;
  top: -6px;
  border: none;
  border-radius: 0!important;
  margin: 0;
  position: absolute;
  z-index: 2;
  border-radius: 0;
  cursor: default;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:after {
  position: absolute;
  top: 100%;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.woocommerce .widget_price_filter button.button {
  font-size: 13px!important;
  line-height: 29px!important;
  height: 29px;
  border: none!important;
  background: var(--color-1);
  color: #fff;
  text-transform: uppercase!important;
  font-weight: 500!important;
  padding: 0 12px!important;
  margin-right: 10px;
  margin-bottom: 10px;
}

.woocommerce .widget_price_filter button.button:hover {
  color: #fff!important;
  padding: 0 12px!important;
  background-color: var(--color-2);
}

.woocommerce .widget_price_filter button.button:after {
  display: none;
}

.woocommerce .widget_price_filter .price_label {
  font-size: 13px;
  line-height: 29px!important;
  font-weight: 400;
  float: right;
}

.woocommerce .widget_price_filter .price_label span {
  padding: 5px;
  background: #f5f5f5;
  border-radius: 2px;
}


/**Variable Product*/

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: var(--color-1);
    color: #fff;
}


.woocommerce div.product form.cart .variations td select {
  height: 40px;
  background-color: #fff;
  border: 1px solid #aaa!important;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 13px;
  color: #232323!important;
}

.woocommerce div.product form.cart .variations td {
  font-size: 15px;
  color: #232323;
  line-height: 40px;
}

.woocommerce div.product .stock {
  font-size: 15px!important;
  color: #232323;
}

@media only screen and (max-width :768px) {
  .woocommerce div.product .product_title {
    margin-top: 30px;
  }

  .woocommerce div.product form.cart .variations {
    margin-bottom: 0;
  }

  .woocommerce div.product form.cart .variations td select {
    width: 83%;
  }

  .woocommerce div.product form.cart .button {
    margin-top: 20px;
  }

  .woocommerce div.product form.cart div.quantity {
    display: block;
    width: 100%;
  }

  .woocommerce .widget_shopping_cart .cart_list li {
    margin-bottom: 15px;
  }
}
		  

/**Product Stock in/Out*/


.single-product .product .summary .stock.in-stock,.single-product .product .summary .stock.out-of-stock {
  background: #b81c23;
  color: #fff;
  padding: 2.5px 10px;
  position: relative;
  font-size: 13px!important;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 25px;
  transition: all .3s ease-in-out;
}

.single-product .product .summary .stock.in-stock:before,.single-product .product .summary .stock.out-of-stock:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  z-index: 1;
  bottom: 0;
  margin: auto;
  box-shadow: inset 1px 1px 1px #2c2929;
}

.single-product .product .summary .stock.in-stock:after,.single-product .product .summary .stock.out-of-stock:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #b81c23;
  border-width: 15px;
  margin-top: -15px;
  transition: all .3s ease-in-out;
}

.single-product .product .summary .stock.in-stock {
  background-color: var(--color-2)!important;
}

.single-product .product .summary .stock.in-stock:after {
  border-left-color: var(--color-2)!important;
}


/* =======================
    Success
=========================*/

.woocommerce .woocommerce-error{text-align:center;text-transform:uppercase;background:#b81c23;border-radius:3px}.woocommerce .woocommerce-message{text-align:center;text-transform:uppercase;background:#8fae1b;border-radius:3px}

/* =======================
    Thank you
=========================*/

.woocommerce .woocommerce-order .woocommerce-order-overview {
    padding: 0;
    border: 1px dashed #232323;
}
.woocommerce .woocommerce-order .order_details li {
    border-right: 1px dashed #232323;
    padding: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-right: 0;
    color: #232323;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.woocommerce ul.order_details li strong {
    display: flex;
    font-weight: 500;
    line-height: 30px;
    font-size: 15px;
}
.woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
    text-transform: capitalize;
    text-align: center;
    font-size: 30px;
    color: #8fae1b;
    margin-bottom: 40px;
    background: #000;
    padding: 20px;
    border-radius: 5px;
}
.woocommerce .woocommerce-thankyou-order-details li {
    font-size: 1em;
    line-height: 1;
}
.woocommerce .woocommerce-thankyou-order-details li strong {
    font-size: 1.4em;
    line-height: 2.5;
}
.woocommerce .woocommerce-order .woocommerce-order-details .shop_table tbody tr:nth-child(2n),
.woocommerce .woocommerce-order .woocommerce-order-details .shop_table tfoot tr:first-child {
    background: #f5f5f5;
}
.woocommerce .woocommerce-order .woocommerce-order-details .shop_table tfoot tr:last-child,
.woocommerce .woocommerce-order .woocommerce-order-details .shop_table thead tr {
    background: var(--color-2);
}
.woocommerce .woocommerce-order .woocommerce-order-details .shop_table tfoot tr:last-child td span,
.woocommerce .woocommerce-order .woocommerce-order-details .shop_table tfoot tr:last-child th,
.woocommerce .woocommerce-order .woocommerce-order-details .shop_table thead tr th {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}
.woocommerce .woocommerce-order .woocommerce-order-details .shop_table tbody td span,
.woocommerce .woocommerce-order .woocommerce-order-details .shop_table tfoot td span,
.woocommerce .woocommerce-order .woocommerce-order-details .shop_table tfoot tr th {
    font-size: 15px;
    color: #232323;
}
.woocommerce .woocommerce-order .woocommerce-order-details .shop_table td {
    line-height: 2.5em;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address {
    font-size: 15px;
    color: #232323;
    text-align: justify;
    text-transform: capitalize;
    box-shadow: 0 0 15px 0 rgba(40, 61, 88, 0.07);
    padding: 20px;
}
@media only screen and (max-width: 1099px) {
    .woocommerce .woocommerce-order .order_details {
        padding: 10px;
    }
    .woocommerce .woocommerce-order .order_details li {
        border: none;
        display: contents;
    }
}
@media only screen and (max-width: 767px) {
    .woocommerce table.shop_table td a {
        font-size: 14px;
    }
    .woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
        font-size: 25px;
        line-height: 35px;
    }
}
.et-l .et_pb_wc_related_products .related.products ul.products {
    padding-top: 30px;
}

.woocommerce-tabs {
    box-shadow: 0 0 5px 0 #999;
}

.woocommerce .cart .button:hover {
    padding: 0.4em 1.7em !important;
    border: 2px solid var(--color-1) !important;
}

#et-boc .woocommerce .woocommerce-notices-wrapper .woocommerce-info {
    background: var(--color-1);
}
#et-boc .woocommerce .cart-empty.woocommerce-info {
    background: 0 0;
}
#et-boc .woocommerce .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title.title h3,
#et-boc .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title,
#et-boc .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column__title {
    margin-bottom: 20px;
}


@media only screen and (max-width : 480px) {
.et_pb_wc_related_products ul.products.columns-3 li.product{width: 100% !important;
margin-right: 0% !important;}}

.woocommerce-page .star-rating::before, .woocommerce .star-rating::before,
.woocommerce .star-rating span::before {color:var(--color-1) !important;}
