/*
Theme Name: Samex - Child
Description: Samex - Clean, Minimal Shop WooCommerce WordPress Theme
Author: snstheme
Theme URI: http://themeforest.net/collections/5409167-wordpress
Author URI: http://snstheme.com
Version: 1.0
Template: samex
Text Domain: samex-child
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
body{
	font-size:16px !important;
}
.yith-wcwl-add-to-wishlist-button__label  {
    display: none;
}
 #sns_header .top-header , .sns-hot-deals .label-cd , .map-hide{
	display:none !important;
} 
.entry-summary .yith-add-to-wishlist-button-block span {
    display: block !important;
}
.wc-block-components-sidebar .wc-block-cart__submit-container a{
	background-color:black;
	color:white;
}
.wc-block-components-sidebar .wc-block-cart__submit-container a:hover {
    background-color: #cf060e;
}
.sns-cat-info.show-default .cat-info .cat-title .cat-prd-num{
	top:0px !important;
}
.footer-1 .store-intro {
    color: #D7d7d7;
}
.footer-1 .copyright p {
    color: #D3D3D3;
}
/*
#sns_slideshow .sns-text-gradient3:hover{
	webkit-text-fill-color:#959595 !important;
}
*/
#sns_slideshow .sns-text-gradient3:hover,
#sns_slideshow .sns-text-gradient1:hover,
#sns_slideshow .sns-text-gradient5:hover{
	/*-webkit-text-fill-color:#959595 !important;*/
	background-color:#959595 !important;
}


#sns_slideshow .sns-text-gradient2:hover,
#sns_slideshow .sns-text-gradient6:hover,
#sns_slideshow .sns-text-gradient4:hover {
	/*-webkit-text-fill-color:#959595 !important;*/
	background-color:#959595 !important;
}
/*----------------------Styling of woocommerce cart start-------------------------------------------------*/
.woocommerce-cart { 
	font-size:16px !important;
}
.woocommerce-cart .wc-block-components-product-metadata__description p{
	font-size:16px !important;
}
.woocommerce-cart .wc-block-components-product-name{
	font-weight:700;
}
.woocommerce-cart .wc-block-cart-item__remove-link{
	font-size:16px !important;
}
.woocommerce-cart .wc-block-components-product-badge{
	font-size:16px !important;
}
.woocommerce-cart .wc-block-components-totals-shipping__via{
	font-size:16px !important;
}
.woocommerce-cart .wc-block-components-radio-control__option{
	font-size:16px !important
}
/*----------------------Styling of woocommerce cart End-------------------------------------------------*/
/*----------------------Styling of woocommerce check out start-------------------------------------------------*/
.woocommerce-checkout{
	font-size:16px !important;
}
.woocommerce-checkout .wc-block-components-checkbox label {
	font-size:16px !important;
}
.woocommerce-checkout .wc-block-components-product-name{
	font-weight:700 !important;
}
.woocommerce-checkout .wc-block-checkout__guest-checkout-notice{
	font-size:14px !important;
}
.woocommerce-checkout .wc-block-components-totals-shipping__via{
	font-size:14px !important
}
.woocommerce-checkout .wc-block-components-checkout-step__description{
	font-size:16px;
}

/*----------------------Styling of woocommerce check out End-------------------------------------------------*/

/*----------------------Styling of my Account and Login Page  Start-----------------------------------------*/
.page-id-11 .page-header{
	
}
.page-id-11 .woocommerce-form-login {
	max-width:600px !important;
	margin:0px auto !important;
}
.page-id-11 #sns_content .sns-content .show-password-input{
	display:none !important;
}
.global-aura-my-account{
	display:flex;
}
.global-aura-my-account .woocommerce-MyAccount-navigation{
	width:20%;
	border-bottom:none !important;
}
.global-aura-my-account .global-aura-myaccount-content {
	width:80%;
} 
.page-id-11 .page-header{
	text-align:center;
}
.page-id-11 .woocommerce h2{
	text-align:center;
}
/* .woocommerce div.product .entry-summary .cart .single_add_to_cart_button{
    line-height:25px !important;
} */
/*----------------------Styling of my Account and Login Page  End-----------------------------------------*/

/*----------------------Responsive Styling Start------------------------------------------------------------*/

@media (max-width:1024px){
	.page-id-11 #sns_content .sns-main{
		width:100% !important;
	}
	.global-aura-my-account{
		flex-direction:column;
	}
	.global-aura-my-account .woocommerce-MyAccount-navigation{
		width:100%;
	}
	.global-aura-my-account .global-aura-myaccount-content{
		width:100%;
	}
}
@media (min-width:0px) and (max-width:479px){
	.global-aura-myaccount-content{
	overflow-x: scroll;
}
}
/*----------------------Responsive Styling End------------------------------------------------------------*/