/* =======================
    Main Title
=========================*/
.woocommerce .woocommerce-notices-wrapper .woocommerce-info {
	text-align: center;
	background: var(--color-1);
	border-radius: 25px;
}
.woocommerce .cart-empty.woocommerce-info {
	background: transparent !important;
	display: none;
}
.et_pb_wc_related_products .related.products h2, .woocommerce-account .et_pb_text .et_pb_text_inner .woocommerce h2, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2, .woocommerce-checkout .entry-title.main_title, .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields h3, .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields h3, .woocommerce-account .addresses .title h3, .woocommerce .woocommerce-order .woocommerce-customer-details h2.woocommerce-column__title, .woocommerce .woocommerce-order .woocommerce-order-details h2.woocommerce-order-details__title {
	line-height: 1;
	font-size: 1.25rem !important;
	text-transform: uppercase;
	color: #000;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 25px;
	margin-top: 0;
	padding-bottom: 15px;
	position: relative;
	font-weight: 500;
}
.et_pb_wc_related_products .related.products h2:after, #sidebar .widgettitle:after, .woocommerce-account .et_pb_text .et_pb_text_inner .woocommerce h2:after, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2:after, .woocommerce-checkout .entry-title.main_title:after, .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields h3:after, .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields h3:after, .woocommerce-account .addresses .title h3:after, .woocommerce .woocommerce-order .woocommerce-customer-details h2.woocommerce-column__title:after, .woocommerce .woocommerce-order .woocommerce-order-details h2.woocommerce-order-details__title:after {
	content: "";
	width: 50px;
	height: 3px;
	background: var(--color-1);
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 0;
}
.woocommerce .woocommerce-order p {
	font-size: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.dct_shop_list .woocommerce ul.products li.product h2.woocommerce-loop-product__title:before, .dct_shop_list .woocommerce ul.products li.product h2.woocommerce-loop-product__title:after {
	opacity: 0;
}
/* =======================
    Shop General
=========================*/
.woocommerce .woocommerce-breadcrumb {
	font-size: 15px;
	color: var(--color-2);
	margin-bottom: 30px;
}
.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: 30px;
	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;
}
/** 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
=========================*/

/** Shop **/

.dct_shop_v1 .woocommerce ul.products li:after, .dct_shop_v1 .related ul.products li:after {
	width:0;
	height:2px;
	content:"";
	position:absolute;
	bottom:0;
	margin:0 auto;
	left:0;
	right:0;
	opacity:0;
	background-color:var(--color-1);
	visibility:hidden;
transition:all .5s ease-in-out
}
.dct_shop_v1 .woocommerce ul.products li:hover:after, .dct_shop_v1 .related ul.products li:hover:after {
	visibility:visible;
	opacity:1;
	width:100%
}
/** Sale Label **/

.dct_shop_v1 .woocommerce ul.products li a .onsale:before, .dct_shop_v1 .related ul.products li a .onsale:before {
	content:"";
	position:absolute;
	bottom:-7px;
	left:50%;
	margin-left:-9px;
	width:0;
	height:0;
	box-sizing:border-box;
	border:5px solid #000;
	transform-origin:0 0;
	border-color:transparent transparent var(--color-1) var(--color-1)!important;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	z-index:10;
	color:#fff;
	font-weight:700;
	font-size:13px;
	line-height:30px;
	cursor:default;
	white-space:nowrap
}
.dct_shop_v1 .woocommerce ul.products li a .onsale:after, .dct_shop_v1 .related ul.products li a .onsale:after {
	content:"";
	position:absolute;
	bottom:-10px;
	left:50%;
	margin-left:-9px;
	width:0;
	height:0;
	box-sizing:border-box;
	border:5px solid #000;
	border-color:transparent transparent #fff #fff;
	transform-origin:0 0;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	box-shadow:-5px 4px 5px -2px rgba(0, 0, 0, .15);
	z-index:5
}
/** Add to cart button **/

.dct_shop_v1 .woocommerce ul.products li a.button, .dct_shop_v1 .related ul.products li a.button {
	background: var(--color-1);
	font-size: 15px;
	text-transform: uppercase;
	border-radius: 0;
	color:#fff;
	text-align:center;
	line-height:45px;
	z-index:5;
	border:none;
	display:block;
	margin:0 auto;
	list-style:none;
	opacity:0;
	position:absolute;
	right:0;
	left:0;
	bottom: 0;
	transform:scale(0);
transition:all .3s ease-in-out 0s
}
.dct_shop_v1 .woocommerce ul.products li:hover a.button, .dct_shop_v1 .related ul.products li:hover a.button {
	opacity: 1;
	transform: scale(1);
	padding: .3em 1em !important;
}
.dct_shop_v1 .woocommerce ul.products li a.button:hover:after, .dct_shop_v1 .related ul.products li a.button:hover:after {
	opacity: 0;
}
/** Shop Image/overlay **/

.dct_shop_v1 .woocommerce ul.products li a .et_shop_image:before, .dct_shop_v1 .related ul.products li a .et_shop_image:before {
	font-size: 20px;
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, .6);
	text-align:center;
	transform:scale(0);
transition:all .5s ease-in-out 0s
}
.dct_shop_v1 .woocommerce ul.products li:hover a .et_shop_image:before, .dct_shop_v1 .related ul.products li:hover a .et_shop_image:before {
	transform:scale(1);
}
.dct_shop_v1 .woocommerce ul.products li a .et_shop_image .et_overlay:before, .dct_shop_v1 .related ul.products li a .et_shop_image .et_overlay:before {
	text-align:center;
	border-radius:25px;
	width:45px;
	height:45px;
	background:#ffff;
	display:block;
	font-size: 24px !important;
	line-height: 43px !important;
	top: 50% !important;
	left: 50% !important;
	margin: 0 !important;
	transform: translate(-50%, -50%);
}
/** Shop Price **/

.dct_shop_v1 .woocommerce ul.products li.product:hover .price, .dct_shop_v1 .related ul.products li.product:hover .price {
	transform: translateY(-33px);
}
/** Shop Title **/

.dct_shop_v1 .woocommerce ul.products li.product:hover .woocommerce-loop-product__title, .dct_shop_v1 .related ul.products li.product:hover .woocommerce-loop-product__title {
	opacity:0
}
.dct_shop_v1 .related ul.products li.product .woocommerce-loop-product__title {
	border:none;
}
.dct_shop_v1 .related ul.products li.product .woocommerce-loop-product__title:after {
	display:none;
}
/** Shop Rating **/
.dct_shop_v1 .woocommerce ul.products li a .star-rating span:before, .dct_shop_v1 .related ul.products li a .star-rating span:before {
	color: var(--color-1);
}
/* =======================
    Shop Style V2
=========================*/
.dct_shop_v2  .price,
.dct_shop_v2  .woocommerce-loop-product__title{text-align:center;}
.dct_shop_v2 .woocommerce ul.products li a.button {
	background: var(--color-1);
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	border: none !important;
	border-radius: 25px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 5px 15px !important;
	width: 100%;
	text-align: center;
}
.dct_shop_v2 .woocommerce ul.products li a.button:hover {
	background: var(--color-2);
}
.dct_shop_v2 .woocommerce ul.products li a.button:after {
	display:none;
}
.dct_shop_v2 .woocommerce ul.products li a .et_shop_image img {
	width: 100%;
	height: auto;
	margin-bottom: 0 !important;
	transform: scale(1, 1);
transition: transform .5s 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:hover a .et_shop_image .et_overlay {
	opacity: 1;
	transform: scale(1);
}
.dct_shop_v2 .woocommerce ul.products li:hover a .et_shop_image .et_overlay:before {
	background: #fff;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	text-align: center;
	line-height: 45px;
	font-size: 22px;
	color: var(--color-1);
	top: 50%;
	left: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
}
 .dct_shop_v2 .woocommerce .star-rating span::before {
color:var(--color-1);
}
/* =======================
    Shop Style V3
=========================*/

.dct_shop_v3 .woocommerce ul.products li a.button {
	background: var(--color-2);
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	border: none !important;
	border-radius: 0px;
	width: 100%;
	text-align: center;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 5px 15px !important;
}
.dct_shop_v3 .woocommerce ul.products li a.button:hover {
	background: var(--color-1);
}
.dct_shop_v3 .woocommerce ul.products li a.button:after {
	display:none;
}
.dct_shop_v3 .woocommerce ul.products li:hover a .et_shop_image .et_overlay {
	top: 0;
}
.dct_shop_v3 .woocommerce ul.products li a .et_shop_image .et_overlay:before {
	background: var(--color-1);
	padding: 12px;
	font-size: 25px;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
}
 .dct_shop_v3 .woocommerce .star-rating span::before {
color:var(--color-1);
}
/* =======================
    Single Product Page
=========================*/

/** Quantity + Add to cart  **/

.et_pb_wc_add_to_cart .quantity .input-text.qty, .woocommerce .quantity input.qty, .et-db #et-boc .et-l .et_pb_wc_add_to_cart .quantity .input-text.qty {
	background-color:transparent!important;
	border:1px solid rgba(40, 61, 88, .1)!important;
	color:#000!important;
	border-radius:30px
}
.et_pb_wc_add_to_cart .cart.grouped_form td {
	padding:10px!important;
	line-height:50px;
	text-align:center;
	font-size:15px;
	color:#232323;
	border:1px solid rgba(40, 61, 88, .1)!important
}
.et_pb_wc_add_to_cart td.woocommerce-grouped-product-list-item__label label a {
	line-height:50px;
	color:var(--color-1);
	display:block;
	text-align:center
}
.et_pb_wc_add_to_cart .cart.grouped_form .single_add_to_cart_button {
	margin-top:20px;
}
.woocommerce-page div.product form.cart div.quantity, .woocommerce div.product form.cart div.quantity {
	margin:0!important
}

/** Woo Rating  **/ 

.et_pb_wc_rating .woocommerce-product-rating .star-rating span::before, .et_pb_wc_rating .woocommerce-product-rating a {
color: var(--color-1);
}
/** Woo Meta  **/

.et_pb_wc_meta .product_meta span {
	display: block;
	text-transform: uppercase;
	color: var(--color-2);
}
.et_pb_wc_meta .product_meta a {
	color:var(--color-1)
}

/** Woo Tabs  **/


.et_pb_wc_tabs .comment-text .star-rating span::before {
color:var(--color-1);
}
.et_pb_wc_tabs ul.et_pb_tabs_controls:after {
	border: none !important;
}
.et_pb_wc_tabs ul.et_pb_tabs_controls li.et_pb_tab_active a {
	text-align: center;
	padding-top: 10px !important;
	border: 1px solid #ebebeb;
	border-radius: 150px;
	padding-bottom: 10px !important;
}
.et_pb_wc_tabs ul.et_pb_tabs_controls li.et_pb_tab_active a {
	background: var(--color-1);
	color: #fff !important;
}
.et_pb_wc_tabs ul.et_pb_tabs_controls 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 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
/** Woo Image  **/

.et_pb_wc_images .woocommerce-product-gallery__trigger {
	background: var(--color-1) !important;
}
.et_pb_wc_images .woocommerce-product-gallery__trigger::before {
 border-color: #fff !important;
}
.et_pb_wc_images .woocommerce-product-gallery__trigger::after {
 background-color: #fff !important
}
/** Woo Notification - Checkout Page  **/

.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.wc-forward {
	border: none !important;
	padding: .4em 1.7em !important;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
	border-radius: 25px;
	background: var(--color-2);
	color: #fff;
	font-size: 15px !important;
	letter-spacing: 1px !important;
	font-weight: 600 !important;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.wc-forward:after {
	display:none;
}
/* =======================
    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;
	background-color: var(--color-2) !important;
}
.woocommerce a.remove {
	background:var(--color-1);
	color:#fff!important;
	height:30px;
	width:30px;
	line-height:30px
}
.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:25px;
	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;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-button.button.view, .et_pb_wc_add_to_cart form.cart .button, .single-product .product .summary .cart .single_add_to_cart_button.button.alt, .woocommerce .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row .button, .woocommerce .return-to-shop .button.wc-backward, .woocommerce .checkout_coupon.woocommerce-form-coupon .form-row .button, .woocommerce-form .woocommerce-Button.button, .woocommerce .cart .button, .woocommerce a.button.alt, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce .woocommerce-MyAccount-content .woocommerce-Button, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce-MyAccount-content form .woocommerce-address-fields .button, .woocommerce #review_form #respond .form-submit input {
	border: none;
	padding: .4em 1.7em;
	text-align: center;
	text-transform:uppercase;
	-webkit-box-shadow:0 0 11px 0 rgba(6, 22, 58, .14);
	-moz-box-shadow:0 0 11px 0 rgba(6, 22, 58, .14);
	box-shadow:0 0 11px 0 rgba(6, 22, 58, .14);
	border-radius:25px;
	background:var(--color-1);
	border-color:var(--color-1);
	color:#fff;
	font-size:15px!important;
	letter-spacing:1px!important;
	font-weight:600 !important
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-button.button.view:after, .woocommerce .return-to-shop .button.wc-backward:after, .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 .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row .button:after, .woocommerce-form .woocommerce-Button.button:after, .woocommerce .checkout_coupon.woocommerce-form-coupon .form-row .button:after, .woocommerce .cart .button:after, .woocommerce a.button.alt:after, .woocommerce #payment #place_order:after, .woocommerce-page #payment #place_order:after, .woocommerce .woocommerce-MyAccount-content .woocommerce-Button:after, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:after, .woocommerce-MyAccount-content form .woocommerce-address-fields .button:after {
	display:none;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-button.button.view:hover, .et-db #et-boc .et_pb_wc_add_to_cart form.cart .button:hover, .woocommerce-form .woocommerce-Button.button:hover, .single-product .product .summary .cart .single_add_to_cart_button.button.alt:hover, .woocommerce .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row .button:hover, .woocommerce .return-to-shop .button.wc-backward:hover, .woocommerce .checkout_coupon.woocommerce-form-coupon .form-row .button:hover, .woocommerce .cart .button:hover, .woocommerce a.button.alt:hover, .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover, .woocommerce .woocommerce-MyAccount-content .woocommerce-Button:hover, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover, .woocommerce-MyAccount-content form .woocommerce-address-fields .button:hover, .woocommerce #review_form #respond .form-submit input:hover {
	border: none !important;
	padding: .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
}
.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
}
}
/* =======================
    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 tbody tr td, .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead .woocommerce-orders-table__header {
	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: 150px;
	text-align: left;
}
.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;
}
 @media only screen and (max-width: 768px) {
 .woocommerce .woocommerce-MyAccount-content .woocommerce-Message--info {
 border-radius: 25px;
 margin-top: 35px;
}
}
/* ===========================
    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: 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-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;
}
.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;
	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: 479px) {
 .woocommerce #customer_login .woocommerce-form.woocommerce-form-login.login .woocommerce-LostPassword.lost_password {
 float: none;
 position: relative;
 bottom: -10px;
}
}
 @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: 25px;
	padding: 5px;
	top: 3px;
	right: 2px;
}
.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 {
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	background: var(--color-2);
	border-radius: 50%;
}
.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*/

.checkout_coupon.woocommerce-form-coupon .form-row {
	width: 50%;
}
.checkout_coupon.woocommerce-form-coupon .form-row.form-row-first #coupon_code {
	border-radius: 30px;
	padding: 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, 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: 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;
}
#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);
}
/*EmptyCart 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: 600;
	line-height: 35px;
	color: var(--color-2);
}
.woocommerce .empty-cart h1::before {
 content: "\e07a";
 font-family: ETmodules !important;
 color: #fff;
 background: var(--color-1);
 border-radius: 50%;
 display: block;
 margin-bottom: 20px !important;
 width: 60px;
 height: 60px;
 line-height: 60px;
 text-align: center;
 margin: 0 auto;
}
.woocommerce .woocommerce-checkout #payment ul.payment_methods li {
	line-height: 35px;
}
/*widget-settings*/
.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 - 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:30px;
	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;
}
.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*/

.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 {
	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;
}
.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:150px
}
.woocommerce .woocommerce-message {
	text-align:center;
	text-transform:uppercase;
	background:#8fae1b;
	border-radius:150px
}
/* =======================
    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;
	display:flow-root;
	font-weight:500;
	margin-right:0;
	color:#232323;
	font-size:16px;
	letter-spacing:1px;
	text-transform:capitalize
}
.woocommerce ul.order_details li strong {
	word-wrap:anywhere;
	font-weight:500;
	display:flex;
	line-height:30px;
	font-size:15px
}
.woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
	text-transform:capitalize;
	text-align:center;
	font-size:30px;
	color:#8fae1b
}
.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, .07);
	padding:20px
}
.single .product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
	display:none;
	padding-bottom:0
}
.et-db #et-boc .et_pb_tabs_controls li {
	display:inline-block!important
}
.et-db #et-boc .et_pb_wc_tabs .et_pb_tab_content .et_pb_all_tabs .et_pb_tab h2 {
	display:none
}
.et-db #et-boc .et_pb_wc_cart_notice {
	border-radius:5px
}
 @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 div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs::before {
border:none !important;
}
.woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
font-size:25px;
line-height:35px
}
}
