
 
/*=============== woocommerce css start ============*/  



.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	
    padding: .5em 0;
    margin: 0;
    font-size: 18px;
    color: #444;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    transition: .5s all;
   
    
}


.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    font-size: 19px;
    font-weight: 600;
    color: #444;
    margin: 0 0 5px;
} 

/*
.woocommerce ul.products li.product a img {
    width: 85%;
 
}
*/

.woocommerce ul.products li.product a img {
	width: 100%;
	border: 1px solid darkgray;
	border-radius: 5px;
}



.woocommerce ul.products li.product .onsale {
  
    background: #333333;
}


.woocommerce ul.products li.product .price {
    color: #000; 
    font-size: 17px;
}


.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}


.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: left;
    margin-right: 38px;
    width: 60px;
    height: auto;
    box-shadow: none;
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red!important;
    float: right;
    font-weight: 700;
    border: 0;
} 


.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li { 
    margin-top: 5px;
    margin-bottom: 14px;
}



a.remove.remove_from_cart_button {
    float: right;
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red!important;
    float: right;
    font-weight: 700;
    border: 0; 
    text-decoration: none;

}


.shopping-cart ul li {
	margin-bottom: 12px;
	overflow: hidden;
	font-size: 15px;
	width: 216px;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: 4px;
}



.shopping-cart ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    font-weight: 700; 
}



.header-quickcart p a { 
    margin-right: 10px;
    background: #333333 !important ;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #fff;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}


.cart-contents {
    float: right;
    margin-right: 105px;
} 


.arrival-btn .added_to_cart.wc-forward {
    background: #333333;
    bottom:0;
    right: 87px;
    position: relative;
}



.woocommerce ul.products li.product .button {
    /* margin-top: 1em; */
    background: red;
    /* display: inline-block; */
    background: #333;
    padding: 6px 18px 8px;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
    border-radius: 50px;
    transition: .5s all;
    /* text-align: center; */
} 

.shop-page-btn .added_to_cart.wc-forward {
    background: #333333;
    position: absolute;
    left: 4px;
    bottom: 0px;
    font-size: 15px !important;
    padding: 3px 43px 5px !important;
}


.shop-page-btn {
    position: relative;
} 

.arrival-btn .shop-page-btn .added_to_cart.wc-forward {
    background: #333333;
    position: absolute;
    bottom: 0px;
    left: 62px;
    padding: 7px 7px !important;
    font-size: 14px !important;
    right: 62px;
}

.products-btn .shop-page-btn .added_to_cart.wc-forward {
    font-size: 15px !important;
    padding: 7px 20px !important;
    top: 4px;
} 

.bastCategory-btn .shop-page-btn .added_to_cart.wc-forward {
    font-size: 14px !important;
    padding: 5px  16px 8px !important;
    bottom: 0px;
    position: absolute;
    text-align: center;
}
 
.bastSeller-btn .shop-page-btn .added_to_cart.wc-forward {
    font-size: 13px !important;
    left: 77px;
    top: 0px;
    padding: 5px 26px !important;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: left;
    background: #333333;
    color: #fff;
}


.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #fff !important;
    margin-right: 10px;
    background: #333333 !important;
}

.shop-page-brand span {
    color: #919191;
    font-weight: 400;
    margin-left: 5px;
    font-size: 17px;
}



/*---- cart css start ---*/ 

td.product-name a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 110px; 
    margin-bottom: 20px;
    margin-top: 20px;
}


.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em; 
    font-size: 18px;
    font-weight: 500;
}


#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text { 
    margin-right: 10px;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 130px;
}




/*---- checkout css start ---*/  

 .woocommerce form .form-row label {
    line-height: 2;
    font-size: 20px;
    font-weight: 500;
}  



.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { 
    padding: 10px;
	font-size: 18px; 
	border: 1px solid#ced4da;
}  

.yith_magnifier_gallery li {
   
    margin-right: 8px;
}



section.related.products {
  
    padding: 10px 20px;
    margin-top: 45px;
} 





.woocommerce-tabs.wc-tabs-wrapper {
    
    padding: 20px 30px; 
	overflow: hidden;
	border-top: 1px solid #ddd;
}

.woocommerce-product-rating a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active { 
    border-bottom-color: #ddd;
}


.woocommerce div.product .product_title { 
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin: 0 0 8px;
}


.woocommerce div.product p.price ins, .woocommerce div.product span.price ins { 
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin: 0 0 10px;
}


.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #777;
    font-size: 30px;
    font-weight: 700; 
    margin: 0 0 10px;
	
} 

.woocommerce-product-details__short-description {
    color: #757575;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
    letter-spacing: 0.2px; 
} 


.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    display: inline-block;
    background: #000 !important;
    padding: 13px 21px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
    text-transform: capitalize; 
}



span.posted_in { 
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-right: 20px;
} 


.product_meta a { 
    text-decoration: none;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 15px;
}

section.related.products h2 {
    font-weight: 600; 
    margin-bottom: 30px;
    margin-top: 20px; 
    padding-top: 20px;
    border-top: 1px solid #ddd;
} 

ul.product_list_widget li ins { 
    text-decoration: none;
} 


.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em;
    width: 20%;
    padding: 18px;
    color: #495057;
    border: 1px solid #ddd;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 35px; 
} 


.woocommerce div.product form.cart .variations label {
    font-weight: 700; 
    padding-top: 12px;
}

.woocommerce div.product form.cart .reset_variations {
    display: none !important;
}   

span.sku_wrapper {
    display: inline-block;
    width: 100%;
}


.woocommerce span.onsale {
    
    background-color: #333;
   
}


.woocommerce .star-rating span { 
    color: #333;
}



/* woocommerce shop page description tabs  */ 


ul.tabs.wc-tabs { 
    width: 30%;
    float: left;
    height: auto;
}

.woocommerce div.product .woocommerce-tabs .panel {
	width: 65%;
	float: right;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 8px -9px;
    float: left;
    width: 100%;
} 

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    /* width: 100%; */
    /* bottom: 0; */
    /* left: 0; */
    border-bottom: 1px solid #d3ced2;
    z-index: 1;
}



.woocommerce div.product .woocommerce-tabs ul.tabs { 
    position: inherit;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
   
	display: none;
} 

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
 
} 

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}


p.woocommerce-LostPassword.lost_password a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
	font-weight: 500;
}

p.woocommerce-LostPassword.lost_password a:hover {
    text-decoration: none;
    color: red;
    font-size: 18px;
    font-weight: 500;
}


.woocommerce-privacy-policy-text a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
	font-weight: 500;
} 


.woocommerce-privacy-policy-text a:hover {
    text-decoration: none;
    color: red;
    font-size: 18px;
	font-weight: 500;
}
  


/*---- Woocommerce  My account page css  ----*/ 


nav.woocommerce-MyAccount-navigation ul li {
    list-style: none;
	background: #333;
    padding: 15px 28px;
    width: 208px;
    margin: 10px 5px;
}

nav.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
	color: #fff;
  
}
 
.woocommerce-order {
    font-size: 18px;
    font-weight: 500; 
} 

.woocommerce-MyAccount-content {
    font-size: 18px;
    margin-top: 30px;
    font-weight: 500;
}

.woocommerce-MyAccount-content a { 
    text-decoration: none;
} 

header.woocommerce-Address-title.title a {
    color: #fff;
    background: #333;
    padding: 6px 22px;
    border-radius: 5px;
}
nav.woocommerce-MyAccount-navigation ul li a:hover { 
    color: yellow;
}

.login-item {
    margin-bottom: -35px; 
}

.woocommerce-info a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}                 


/*=============== woocommerce css End============*/


button, input, optgroup, select, textarea { 
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 11px 40px;
    margin-left: 10px;
    border: 1px solid #ddd;
} 

h1.woocommerce-products-header__title.page-title {
    color: #182b53;
    border-bottom: 2px solid #182b53;
    margin-bottom: 5px;
    padding-bottom: 15px;
}