/**
Title 
Pagination
Shop Grid Style
 Style V1
 Style V2
 Style V3
Single product page 
Reviews
Woocommerce Checkout
Order recieved
My Account
	Woocommerce My Account 
Woo Checkout Page	
Empty Cart Page Design
Grouped/External/Variable  Product
ViewCart Css
Single Page Css
Widget 
	- Cart
	- Product - Cross Sell
	- Price Filter
Variable Product
Single Product
Product Stock in/Out
Woocommerce Notifications	
*/ 





/** Woo Button **/

#reviews .form-submit .submit,
.woocommerce .form-row .woocommerce-form-login__submit,
.woocommerce .return-to-shop a.button,
.woocommerce .woocommerce-checkout-payment .button.alt,
.woocommerce .checkout_coupon .button,
.woocommerce .coupon .button,
.woocommerce .u-column2 .form-row .button, 
.woocommerce .u-column1 .form-row .button ,
.woocommerce .cart-collaterals .wc-proceed-to-checkout .checkout-button,
.woocommerce .woocommerce-cart-form .button{background: var(--color-1) !important;
color: #fff !important;
border: none !important;
font-size: 16px !important;
padding: 10px 25px !important;
text-transform: uppercase;
font-weight: 600 !important;
letter-spacing: 1px;
border-radius: 50px !important;}

#reviews .form-submit .submit:hover,
.woocommerce .form-row .woocommerce-form-login__submit:hover,
.woocommerce .u-column2 .form-row .button:hover, 
.woocommerce .return-to-shop a.button:hover,
.woocommerce .woocommerce-checkout-payment .button.alt:hover,
.woocommerce .checkout_coupon .button:hover,
.woocommerce .u-column1 .form-row .button:hover, 
.woocommerce .coupon .button:hover,
.woocommerce .cart-collaterals .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce .woocommerce-cart-form .button:hover{background:var(--color-2) !important;}


.woocommerce .woocommerce-checkout-payment .button.alt:after,
.woocommerce .return-to-shop a.button:after,
.woocommerce .form-row .woocommerce-form-login__submit:after,
.woocommerce .u-column2 .form-row .button:after, 
.woocommerce .checkout_coupon .button:after,
.woocommerce .coupon .button:after,
.woocommerce .u-column1 .form-row .button:after, 
.woocommerce .cart-collaterals .wc-proceed-to-checkout .checkout-button:after,
.woocommerce .woocommerce-cart-form .button:after{display:none !important;}

/* Woo Page Title */

.dct_woo_bcb .woocommerce-breadcrumb{text-transform: uppercase;
font-size: 15px;
font-weight: 600;
letter-spacing: 1px;
color: var(--color-1);}
.dct_woo_bcb .woocommerce-breadcrumb a{color:var(--color-2);}

/* Pagination */

.woocommerce .woocommerce-pagination ul.page-numbers {
	text-align:center;
	display:inline-flex!important;
	position:relative;
	border:none!important;
}
.woocommerce .woocommerce-pagination ul.page-numbers:before {
	width:100%;
	height:2px;
	background:#e8e8e8;
	position:absolute;
	top:50%;
	left:0;
	z-index: -1;
	transform:translateY(-50%)
}
.woocommerce .woocommerce-pagination ul.page-numbers li {
	border-right:none!important
}
.woocommerce .woocommerce-pagination ul.page-numbers li a, .woocommerce .woocommerce-pagination ul.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 .woocommerce-pagination ul.page-numbers li:first-child a {
	margin-right:25px!important
}
.woocommerce .woocommerce-pagination ul.page-numbers li:last-child a, .woocommerce .woocommerce-pagination ul.page-numbers li:last-child span {
	margin:0 0 0 15px;
	margin-right:0!important
}
.woocommerce .woocommerce-pagination ul.page-numbers li a:hover, .woocommerce .woocommerce-pagination ul.page-numbers li span.current {
	background:var(--color-2)!important;
	border-color:var(--color-2)!important;
	color:#fff!important
}

/**
* #.#  Shop Grid Style V1
*
*/

.dct_shop_v1 .woocommerce ul.products li.product,
.dct_shop_v1 .related ul.products li,
.woocommerce .cross-sells ul.products li.product{position: relative;-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
height: 100%;overflow: hidden;
border: 1px solid;border-color: #e5e5e5;
border-radius: 30px;
padding: 10px 10px 20px 10px;
background: #fff;}

.dct_shop_v1 .woocommerce ul.products li.product a.woocommerce-loop-product__link .et_shop_image,
.dct_shop_v1 .related ul.products li.product a.woocommerce-loop-product__link .et_shop_image,
.woocommerce .cross-sells ul.products li.product a.woocommerce-loop-product__link .et_shop_image{display: block;
position: relative;
overflow: hidden;z-index: 1;
margin-bottom: 10px;}


.dct_shop_v1 .woocommerce ul.products li.product a.woocommerce-loop-product__link .et_shop_image:after,
.dct_shop_v1 .related ul.products li.product a.woocommerce-loop-product__link .et_shop_image:after,
.woocommerce .cross-sells ul.products li.product a.woocommerce-loop-product__link .et_shop_image:after{content: '';
width: 100%;
height: 50%;z-index: -1;
border-radius: 20px;
position: absolute;
left: 0;
bottom: 0;
background-color: var(--color-1);
opacity: .1;
-webkit-transition: all ease 0.35s;
transition: all ease 0.35s;}

.dct_shop_v1 .woocommerce ul.products li.product:hover a.woocommerce-loop-product__link .et_shop_image:after,
.dct_shop_v1 .related ul.products li.product:hover a.woocommerce-loop-product__link .et_shop_image:after,
.woocommerce .cross-sells ul.products li.product:hover a.woocommerce-loop-product__link .et_shop_image:after{opacity: 1;
height: 100%;}

.dct_shop_v1 .woocommerce ul.products li.product a.woocommerce-loop-product__link .et_shop_image img,
.dct_shop_v1 .related ul.products li.product a.woocommerce-loop-product__link .et_shop_image img,
.woocommerce .cross-sells ul.products li.product a.woocommerce-loop-product__link .et_shop_image img{display: block;
margin: 0 auto;
width: 100%;-webkit-transform: scale(.75);
-ms-transform: scale(.75);
transform: scale(.75);
-webkit-transition: all ease 0.35s;
transition: all ease 0.35s;
border-radius: 20px;transition: all 0.3s;}
.dct_shop_v1 .woocommerce ul.products li.product:hover a.woocommerce-loop-product__link .et_shop_image img,
.dct_shop_v1 .related ul.products li.product:hover a.woocommerce-loop-product__link .et_shop_image img,
.woocommerce .cross-sells ul.products li.product:hover a.woocommerce-loop-product__link .et_shop_image img{-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);}

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

.dct_shop_v1 .woocommerce ul.products li.product a.woocommerce-loop-product__link h2.woocommerce-loop-product__title,
.dct_shop_v1 .related ul.products li.product a.woocommerce-loop-product__link h2.woocommerce-loop-product__title{font-size: 17px !important;
font-weight: 700;
color: var(--color-2);display: inline-block;}

.dct_shop_v1 .woocommerce ul.products li.product a.woocommerce-loop-product__link h2.woocommerce-loop-product__title:hover,.dct_shop_v1 .related ul.products li.product a.woocommerce-loop-product__link h2.woocommerce-loop-product__title:hover{color:var(--color-1);}

.dct_shop_v1 .woocommerce ul.products li.product a.woocommerce-loop-product__link .onsale,
.dct_shop_v1 .related ul.products li.product a.woocommerce-loop-product__link .onsale,
.woocommerce-page span.onsale, .woocommerce span.onsale{color: #fff;
padding: 0 10px !important;
font-size: 13px;
font-weight: 700 !important;
line-height: 24px !important;
display: inline-block;
position: absolute;
top: 20px !important;
left: 20px !important;
background: #1e1d23 !important;
border-radius: 20px !important;
text-transform: uppercase;
z-index: 9;}

.dct_shop_v1 .woocommerce ul.products li.product a.woocommerce-loop-product__link .star-rating{}

.dct_shop_v1 .woocommerce ul.products li.product a.button,
.dct_shop_v1 .related ul.products li a.button,
.woocommerce .cross-sells ul.products li.product a.button{font-size: 0 !important;
width: 40px;
height: 40px;
border-radius: 16px;
float: right;
position: relative;font-weight: 700;
border: none;background: none;background-color: var(--color-1);
border-color: var(--color-1);
color: #fff;
cursor: pointer;
padding: .875em 2.5em;
text-decoration: none;position: absolute;
right: 20px;
bottom: 20px;
text-shadow: none;} 

.dct_shop_v1 .woocommerce ul.products li.product a.button:before,
.dct_shop_v1 .related ul.products li a.button:before,
.woocommerce .cross-sells ul.products li.product a.button:before{
content: "\e015";
font-family: ETmodules !important;	
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: 600;z-index:9;
line-height: 1;font-size: 16px;opacity: 1;
margin-left: 0;}

.dct_shop_v1 .woocommerce ul.products li.product a.button:after,
.dct_shop_v1 .related ul.products li a.button:after,
.woocommerce .cross-sells ul.products li.product a.button:after{display:none;}



.dct_shop_v1 ul.products li a.button.added,
.dct_shop_v1 .related ul.products li a.button.added,
.woocommerce .cross-sells ul.products li.product a.button.added{
	background:var(--color-2) !important;
}
.dct_shop_v1 ul.products li a.button.added::before,
.dct_shop_v1 .related ul.products li a.button.added:before,
.woocommerce .cross-sells ul.products li.product a.button.added:before{
content: "\e052";
}

.dct_shop_v1 ul.products li a.button.loading,
.dct_shop_v1 .related ul.products li a.button.loading,
.woocommerce .cross-sells ul.products li.product a.button.loading{opacity:1;}


.dct_shop_v1 ul.products li a.button.loading:before,
.dct_shop_v1 .related ul.products li a.button.loading:before,
.woocommerce .cross-sells ul.products li.product a.button.loading:before{opacity:0 !important;}
.dct_shop_v1 ul.products li a.button.loading::after,
.dct_shop_v1 .related ul.products li a.button.loading:after,
.woocommerce .cross-sells ul.products li.product a.button.loading:after{animation: fa-spin 0.75s linear infinite;
height: 20px;content: "\e02d";
font-family: ETmodules !important;
width: 20px;
line-height: 20px;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;display: block !important;opacity:1;
margin-left: -10px;
margin-top: -10px;
display: block;}


@keyframes fa-spin {
	0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}


@media only screen and (max-width : 520px) {
.dct_shop_v1 .woocommerce ul.products li.product,
.et-db #et-boc .et-l .et_pb_shop ul.products.columns-3 li.product,
#et-boc .et-l .et_pb_shop ul.products.columns-3 li.product{width:100% !important;}
}

/*ViewCart Css*/
.woocommerce a.added_to_cart.wc-forward {
transition: all .35s ease-in-out;
position: absolute;
right: 25px;
bottom: 25px;
background: #000;
padding: 0px 30px 0px 10px;
border-radius: 30px;
color: #fff;
line-height: 30px;
}

.dct_shop_v1 .woocommerce .woocommerce-ordering .orderby{height: 45px;
font-size: 14px;
text-transform: capitalize;
font-weight: 500;
margin-bottom: 20px;
border-radius: 25px 0px 0px 25px;}

/* Shop Left */

.dct_shop_left .woocommerce ul.products li.product{border: 1px solid #e5e5e5;border-radius: 30px;
position: relative;
padding: 10px;
background-color: #fff;}

.dct_shop_left .woocommerce ul.products li.product a.woocommerce-loop-product__link h2.woocommerce-loop-product__title{margin-top:20px;}
.dct_shop_left .woocommerce ul.products li.product:before{content: '';
border-radius: 20px;
position: absolute;
left: 10px;
top: 10px;
right: 10px;
bottom: 10px;
background-color: var(--color-1);
opacity: .1;}

.dct_shop_left .woocommerce ul.products li.product a.woocommerce-loop-product__link .et_shop_image {float: left;}
.dct_shop_left .woocommerce ul.products li.product a.woocommerce-loop-product__link .et_shop_image img{max-width: 120px;
width: 100%;}

.dct_shop_left .woocommerce ul.products li.product a.button{font-size: 0 !important;
width: 40px;
height: 40px;
border-radius: 16px;
float: right;
position: relative;font-weight: 700;
border: none;background: none;background-color: var(--color-1);
border-color: var(--color-1);
color: #fff;
cursor: pointer;
padding: .875em 2.5em;
text-decoration: none;position: absolute;
right: 20px;
bottom: 20px;
text-shadow: none;} 

.dct_shop_left .woocommerce ul.products li.product a.button:before{
content: "\e015";
font-family: ETmodules !important;	
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: 600;z-index:9;
line-height: 1;font-size: 16px;opacity: 1;
margin-left: 0;}

.dct_shop_left .woocommerce ul.products li.product a.button:after{display:none;}

.dct_shop_left ul.products li a.button.added {
	background:var(--color-2) !important;
}
.dct_shop_left ul.products li a.button.added::before {
content: "\e052";
}

.dct_shop_left ul.products li a.button.loading{opacity:1;}
.dct_shop_left ul.products li a.button.loading:before{opacity:0 !important;}
.dct_shop_left ul.products li a.button.loading::after{animation: fa-spin 0.75s linear infinite;
height: 20px;content: "\e02d";
font-family: ETmodules !important;
width: 20px;
line-height: 20px;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;display: block !important;opacity:1;
margin-left: -10px;
margin-top: -10px;
display: block;}

/**
* #.#  Single product page
*
*/

.woocommerce-page div.product div.images img{background-color: #f7f4ef;}

/**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;
}
.single .variations_form .single_variation_wrap .woocommerce-variation.single_variation {
	margin-bottom: 15px;
}
.single .variations_form .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-price .price {
	color: var(--color-2);
	font-size: 26px
}
.single .variations_form .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-price .price del {
	font-size: 20px;
}
.single .variations_form .variations .value .reset_variations {
	font-size:0;
}
.single .variations_form .variations .value .reset_variations:before {
	font-size:20px;
	content: "\e02a";
	color:var(--color-1);
	font-family: ETmodules !important;
}
.woocommerce div.product form.cart .variations td select, .et-db #et-boc .et-l div.product form.cart .variations td select {
	border-radius:20px;
	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;
}



/** Grouped Product **/

.woocommerce div.product form.cart .group_table{width: 100%;
margin: 20px 0px;}
.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%;}}


/* Quantity */

.et_pb_wc_add_to_cart .quantity input.qty{background: transparent !important;
color: #333 !important;
border-width: 1px !important;
border-radius: 10px;
border-color: #ccc !important;}

.posted_in a, .tagged_as a{color:var(--color-1);}

.et_pb_wc_add_to_cart form.cart .variations td.value span::after {margin-top: -5px;}


/* Tabs */

.et_pb_wc_tabs ul.et_pb_tabs_controls::after{border:none;}
.et_pb_wc_tabs .et_pb_tabs_controls li{float:none;display:inline-block;border-right:none !important;margin: 0 5px;}
.et_pb_wc_tabs .et_pb_tabs_controls li a{padding: 15px 30px;border-radius: 10px;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 600;}
.et_pb_wc_tabs .et_pb_tabs_controls li.et_pb_tab_active a,
.et_pb_wc_tabs .et_pb_tabs_controls li a:hover{background: var(--color-1);
color: #fff !important;}

/* Related Products */

.et_pb_wc_related_products .related h2{margin-bottom:30px;}

/**
* #.#  Woocommerce Checkout
*
*/

#payment .wc_payment_methods .woocommerce-notice.woocommerce-info {
	background:var(--color-1);
	line-height: 30px !important;
}
.woocommerce-checkout #payment {
	background-color:#f9f9f9
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Message--info {
	line-height: 35px;
	background-color:var(--color-1);
	border-radius: 150px;
}
@media only screen and (max-width : 768px) {
.woocommerce .woocommerce-MyAccount-content .woocommerce-Message--info {
border-radius: 25px;
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;
}


.woocommerce-message a.button.wc-forward{border: none;
background: var(--color-2) !important;
color: #fff;
border-radius: 50px;
font-size: 18px;
padding: 10px 20px;}

.woocommerce-message a.button.wc-forward:after{display:none !important;}


/* Order recieved */
.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;
}
.woocommerce .checkout.woocommerce-checkout #order_review_heading {
	margin-top: 35px;
	margin-bottom: 35px;
}
.woocommerce .woocommerce-order .woocommerce-order-overview {
	padding: 0;
	border: 1px dashed #232323;
}
.woocommerce .woocommerce-order .order_details li {
	border-right:1px dashed #232323;
	padding:5px;
	line-height:30px;
	display:flex;
	font-weight:500;
	margin-right:0;
	color:#232323;
	font-size:14px;
	text-transform:capitalize
}
.woocommerce ul.order_details li strong {
	font-weight:500;
	display:flex;
	line-height:30px;
	font-size: 15px;
	padding-left: 5px;
}
.woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
	text-transform: capitalize;
	text-align:center;
	font-size:30px;
	color:#8fae1b;
	margin-bottom:40px
}
.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 thead tr, .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tfoot tr:last-child {
	background:var(--color-2);
}
.woocommerce .woocommerce-order .woocommerce-order-details .shop_table thead tr th, .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tfoot tr:last-child th, .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tfoot tr:last-child td span {
	color:#fff;
	font-size: 15px;
	text-transform: uppercase;
}
.woocommerce .woocommerce-order .woocommerce-order-details .shop_table tfoot tr th, .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tbody td span, .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tfoot td span {
	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, .07);
	padding:20px
}
@media only screen and (max-width : 768px) {
.woocommerce table.my_account_orders {
margin-top: 50px;
}
}
@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
}
}
.woocommerce-store-notice, p.demo_store {
	background-color: var(--color-1);
	padding-bottom: 10px !important;
}
/* Woocommerce My Account */
.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, .07);
	-moz-box-shadow:0 0 15px 0 rgba(40, 61, 88, .07);
	box-shadow:0 0 15px 0 rgba(40, 61, 88, .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
*
*/
.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: 25px;
}
.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper select {
	height: 40px;
	border-radius: 25px;
}
.woocommerce .woocommerce-form.woocommerce-form-login .lost_password a {
	color:var(--color-2)
}
.woocommerce .woocommerce-form.woocommerce-form-login p, .woocommerce .woocommerce-ResetPassword.lost_reset_password 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:0px;
	background:#fff;
	color:var(--color-1)!important;
	text-transform:uppercase;
	font-size:15px;
	font-weight:600;
	letter-spacing:1px;
	border-radius:150px;
	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 .woocommerce-message .woocommerce-Button:before, .woocommerce-page .woocommerce-info .button:before, .woocommerce a.button.alt: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:25px;
	padding:5px;
	top:3px;
	right:2px
}
.woocommerce-Address .title h3 {
	font-size:20px;
	line-height:26px;
	font-weight:800;
	position:relative;
	text-transform:uppercase
}
.woocommerce .woocommerce-MyAccount-content .addresses .title .edit {
	padding: 2px 25px;
	border-radius: 25px;
	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:20px;
}
.select2-container .select2-selection--single {
	height:40px;
}
.select2-container--default .select2-selection--single {
	border-radius:20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height:20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display:block;
}
.woocommerce-LostPassword a {
	color:var(--color-2)
}
@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*/
.checkout_coupon.woocommerce-form-coupon .form-row {
	width:50%;
}
.checkout_coupon.woocommerce-form-coupon .form-row.form-row-first #coupon_code {
	border-radius:10px;
	
}
.showcoupon {
	background:var(--color-2);
	padding:5px 10px;
	border-radius:20px;
	font-size:15px;
	-webkit-box-shadow:0 0 15px 0 rgba(40, 61, 88, .07);
	-moz-box-shadow:0 0 15px 0 rgba(40, 61, 88, .07);
	box-shadow:0 0 15px 0 rgba(40, 61, 88, .07)
}
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
	text-align: center;
	background:var(--color-1);
	border-radius: 150px;
}
@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 .empty-cart cart-empty.woocommerce-info{display: none;}

.woocommerce-cart.woocommerce-page .return-to-shop {
	text-align:center;margin-bottom: 20px;
}
.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 .price_label{float: none !important;
text-align: center;
font-size: 15px !important;
font-weight: 700 !important;}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: var(--color-2);
}
.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;
}
}


/* Widget- Price Filter */

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color:#ddd;
	border-radius:0;
	margin-bottom:20px
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	width:12px;
	height:12px;
	top:-6px;
	border:none;
	border-radius:0;
	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*/



/**Product Stock in/Out*/

.single-product .stock.in-stock, .single-product .stock.out-of-stock {
	background:#b81c23;
	color:#fff !important;
	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 .stock.in-stock:before, .single-product .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 .stock.in-stock:after, .single-product .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 .stock.in-stock {
	background-color:var(--color-2) !important;
}
.single-product .stock.in-stock:after {
	border-left-color: var(--color-2) !important;
}
.single .product .up-sells.upsells.products .products .product.type-product .et_overlay:before {
}

/**
* #.#  Woocommerce Notifications
*
*/

.woocommerce .woocommerce-form-login-toggle .woocommerce-info, .archive .woocommerce-info, .woocommerce .woocommerce-notices-wrapper .woocommerce-info {
	background: var(--color-2);
	border-radius: 150px;
	text-align: center;
}
.product .woocommerce .woocommerce-info,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
	line-height: 35px;
	border-radius: 30px !important;
	background-color:
#8fae1b !important;
	text-align: center !important;
	padding: 10px !important;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error {
	background:#b81c23;
	text-align:center;
	text-transform:uppercase
}
.single-product .woocommerce-notices-wrapper .woocommerce-error li .button.wc-forward {
	background: #fff;
	border: none;
	border-radius: 150px;
	font-size: 16px;
	color: var(--color-2);
}
.single-product .woocommerce-notices-wrapper .woocommerce-error li .button.wc-forward:hover {
	border:none;
	padding: .3em 1em !important;
	background:var(--color-2) !important;
	color:#fff !important;
}
.single-product .woocommerce-notices-wrapper .woocommerce-error li .button.wc-forward:after {
	display:none;
}
.woocommerce .woocommerce-error {
	text-align: center;
	text-transform: uppercase;
	background:#b81c23;
	border-radius: 150px;
}
.dct_search {
	border-radius: 25px;
	height: 50px !important;
	border-width:2px;
}
.dct_search input.et_pb_s {
	height: 50px !important;
}
.dct_search input.et_pb_searchsubmit {
	font-size: 0px;
	background:0 0;
	color:transparent;
	border:none;
	width:55px;
	z-index:2
}
.dct_search input.et_pb_s {
	padding-right:55px!important
}
.dct_search .et_pb_searchform:before {
	background: var(--color-1);
	content:'\55';
	position:absolute;
	font-family:ETModules;
	z-index:1;
	color:#fff;
	right:0;
	font-size:20px;
	padding:11px 20px
}
.dct_search input.et_pb_s, .dct_search input.et_pb_searchsubmit {
	color:#fff;
}

/**
* #.#  Woocommerce Cart
*
*/
.woocommerce .shop_table .woocommerce-cart-form__cart-item .product-quantity .quantity .input-text.qty {
	border-radius: 30px;
	overflow: hidden;
	border-width: 1px !important;
	border-color: rgba(0, 0, 0, .2) !important;
	background-color: rgba(0, 0, 0, 0) !important;
	color: #000 !important;
	border-style: dashed !important;
}
.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;
	height:20px;
	width:20px;
	line-height:20px;top: 5px;
}
.woocommerce a.remove:hover {
	background-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;
}


/** Cart Page **/

.woocommerce .cart-collaterals h2{color: #1E1D23;text-transform: uppercase;
font-size: 22px;
line-height: 35px;
margin-bottom: 30px !important;
position: relative;
top: 0px;
bottom: auto;
left: 0px;
right: auto;
font-weight: 800;}

.woocommerce .cart-collaterals h2:after{background: none repeat scroll 0 0 var(--color-1);
bottom: -10px;
content: "";
display: block;
height: 3px;
position: relative;
width: 70px;
transition: all 0.5s ease-out;}

.woocommerce .cart-collaterals h2:hover:after{width: 100px;transition: all 0.5s ease-out;}

.woocommerce-cart table.cart td.actions .coupon .input-text:-moz-placeholder, .woocommerce-cart table.cart td.actions .coupon .input-text::placeholder{color: #333 !important;}
.woocommerce-cart table.cart td.actions .coupon .input-text{background: transparent !important;
border: 1px solid #ccc !important;
width: auto;}

/* Product - Cross Sell */

.woocommerce .cross-sells ul.products li.product .et_shop_image .et_overlay{background: transparent;border:none;} 
.woocommerce .cross-sells ul.products li.product .et_shop_image .et_overlay:before{font-size: 0;}

.woocommerce .cross-sells ul.products li.product h2.woocommerce-loop-product__title{
font-size: 17px !important;
font-weight: 700;
color: var(--color-2);
display: inline-block;}

@media (max-width:480px) {
.et_pb_shop ul.products.columns-1 li.product, .et_pb_shop ul.products.columns-2 li.product, .et_pb_shop ul.products.columns-3 li.product, .et_pb_shop ul.products.columns-4 li.product, .et_pb_shop ul.products.columns-5 li.product, .et_pb_shop ul.products.columns-6 li.product, .et_pb_wc_related_products ul.products.columns-1 li.product, .et_pb_wc_related_products ul.products.columns-2 li.product, .et_pb_wc_related_products ul.products.columns-3 li.product, .et_pb_wc_related_products ul.products.columns-4 li.product, .et_pb_wc_related_products ul.products.columns-5 li.product, .et_pb_wc_related_products ul.products.columns-6 li.product, .et_pb_wc_upsells ul.products.columns-1 li.product, .et_pb_wc_upsells ul.products.columns-2 li.product, .et_pb_wc_upsells ul.products.columns-3 li.product, .et_pb_wc_upsells ul.products.columns-4 li.product, .et_pb_wc_upsells ul.products.columns-5 li.product, .et_pb_wc_upsells ul.products.columns-6 li.product {
width:100% !important;
}
}


.woocommerce .cart-empty.woocommerce-info{display:none;}
.woocommerce .empty-cart{margin-bottom: 15px;font-size:15px;}



.et_pb_wc_cart_notice .et_pb_module_inner .woocommerce-message{background: var(--color-1);border-radius: 50px;}

.woocommerce .cross-sells ul.products li h2.woocommerce-loop-product__title:after{display:none;}
.woocommerce .cross-sells ul.products li h2.woocommerce-loop-product__title{margin-bottom: 0px !important;}

