/*
Theme Name: snshadona child
Description: Hadona - One Product, WooCommerce WordPress Theme
Author: snstheme
Theme URI: http://themeforest.net/collections/5409167-wordpress
Author URI: http://snstheme.com
Version: 1.0
Template: snshadona
Text Domain: snshadona-child
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Custom CSS - aldo - start */

#sns_header {
    background: #ffff;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px;
}

#sns_mainmenu ul#main_navigation > li.menu-item > a{ border: none; 
font-size:14px;
}

.header-center {
    position: relative;
    padding-top: 0px;
}

.header-right {
    float: right;
    display: inline-block;
    padding-top: 0px;
}

.woocommerce .primary_block .inner .onsale {
	background: #e22020;
}

.price del{
	color:#000000;
}

.price ins{
	color:#e22020;
}

.product_list.grid .block-product-inner .onsale{
	background:#e22020;
	font-size:12px;
}

.woocommerce .primary_block .entry-summary .cart .single_add_to_cart_button{
	background:#e22020;
}

.product_list.list > li .item-img .onsale, .product_list.list-table > li .item-img .onsale{
	background:#e22020;
}

#sns_header.keep-menu {
    z-index: 999;
    position: fixed;
    top: 0px;
    width: 100%;
}

.sns_menu_wrapper{
	border-bottom:1px solid #ccc;
	/*height:100px;*/
}

body.fullwidth #sns_wrapper .container{
	margin-top:0;
}

.header-search{
	border-left:0px;
	border-right:0px;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: left;
    width: 50%;
    margin-left: 20px;
}

.header-right .header-tools .mysetting .content .right {
    float: left;
    width: 50%;
    padding: 0px 30px 0px;
}

#sns_mainmenu ul#main_navigation > li.menu-item > a {
    border: none;
    font-size: 14px;
    text-transform: capitalize;
}

h2.widgettitle{
    margin: 0 0 30px;
    font-size: 183.3%;
		display:none;
}

.policy {
    background: #fff;
/*     margin-left: 23%; */
}

.sns-testimonial .testimonial-content ul li .quote-content {
    font-style: normal;
    position: relative;
    margin-bottom: 0px;
}

input.langganan{
  margin-top: -36px;
  float: right;
  width: 45% !important;
	height: 36px !important;
}

/* ---- CSS by Nanang --- */
#sticky-navigation-holder {
    top: 0;
    left: 0;
    z-index: 9;
    background: #be1a1a;
	height: 40px;
    box-shadow: none;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    opacity: 1;
	display: block;
}
#sticky-navigation-holder .container .topbar-left {
	float: left;
	margin-top: 10px;
}
#sticky-navigation-holder .container .topbar-left span a {
	color: #fff;
	font-size: 13px;
	margin-right: 20px;
}
#sticky-navigation-holder .container .topbar-left span a i {
	margin-right: 6px;
}
.container .topbar-right {
	float: right;
	margin-right: 150px;
	margin-top: 10px;
}
#sticky-navigation-holder .container .topbar-right span a {
	color: #fff;
	font-size: 13px;
	margin-left: 20px;
}
#sticky-navigation-holder .container .topbar-right span a i {
	margin-right: 6px;
}
.header-right .header-tools {
	height: 20px;
    width: 115px;
    position: relative;
    float: right;
    top: -50px;
    z-index: 99;
}
.header-right .header-tools .sns-ajaxcart {
	width: auto;
	height: auto;
	position: fixed;
	padding: 0 0 0 35px;
}
.header-right .header-tools .sns-ajaxcart .mycart.mini-cart .sns-shopping-cart-icon {
	background: none;
	color: #fff;
	top: 0;
}
.header-right .header-tools .sns-ajaxcart .mycart.mini-cart .sns-shopping-cart-info .cart-label {
	color: #fff;
	font-size: 13px;
}
.header-right .header-tools .sns-ajaxcart .mycart.mini-cart .sns-shopping-cart-info .number {
	color: #ffffff;
    background-color: #ed1c24;
    border: 1px solid #ffabab;
    border-radius: 2px;
    padding: 1px 4px;
    font-weight: bold;
	margin-right: 5px;
}
.header-right .header-tools .sns-ajaxcart:hover .mycart.mini-cart .content {
	padding-top: 5px;
}
.woocommerce.widget_shopping_cart .total, .woocommerce .widget_shopping_cart .total {
	color: #000;
	font-size: 16px;
	border-top: 1px solid #f7be68;
    border-bottom: 1px solid #f7be68;
    background-color: #fff8de;
}
#sns_wrapper > .wrap {
    width: 100%;
    margin-top: 40px;
}
#sns_wrapper > .wrap.solid {
	margin-top: 40px;
		-moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
}
.sns_menu_wrapper {
	border-bottom: 1px solid #ccc;
}
#sns_wrapper .container.no-gap {
	margin-top: 0;
}
#SearchForm {
	position: relative;
    top: -18px;
}
#SearchForm form {
	margin: 0;
}
#SearchForm form input[type="text"] {
	border: 2px solid #ccc;
	border-right: 0;
	outline: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	left: 7px;
	width: 70%;
}
#SearchForm form button[type="submit"] {
	border: 2px solid #ccc;
	background-color: #f0f0f0;
	border-left: 0;
	outline: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	top: -1px;
	width: 27%;
}
#SearchForm form button[type="submit"]:hover {
	background-color: #be1a1a;
}
#sns_content .sns-content {
	padding-top: 0;
}
.woocommerce-checkout .checkout #customer_details.col2-set .col-2 {
	margin-left: 0;
}
.woocommerce-checkout .checkout #customer_details h3#ship-to-different-address label input[type="checkbox"] {
		margin-left: 4px;
		position: relative;
	}
	.woocommerce-checkout .checkout #customer_details h3#ship-to-different-address label span {
		font-size: 18px;
	}
.footer-column .widget {
	color: #fff;
}
#sns_footer #sns_footer_midle .menu li a:hover {
	text-decoration: underline;
}
#sns_footer #sns_footer_bottom .contain {
	border-top: 1px solid #fd6e6f;
	color: #fff;
}

@media (max-width: 1024px) {
	#sticky-navigation-holder .container .topbar-left span a i {
		font-size: 20px;
	}
	#sticky-navigation-holder .container .topbar-left span a span.tel {display: none;}
	#sticky-navigation-holder .container .topbar-left span.email a i {
		position: relative;
		top:0;
	}
	#sticky-navigation-holder .container .topbar-left span a span.amplop {display: none;}
	.container .topbar-right {
		margin-right: 0;
	}
	#sticky-navigation-holder .container .topbar-right span a i {
			font-size: 20px;
		position: relative;
		top: 0;
		}
	#sticky-navigation-holder .container .topbar-right span a span.member {display: none;}
	.header-left {
		width: 100%;
		text-align: center;
	}
	.header-left #logo {
		border-bottom: 0;
    display: inline-block;
    float: none;
		width: 160px;
    margin: 0 auto;
		position: relative;
		z-index: 99;
	}
	.header-left #logo img {
		margin-left: 0;
		transform: none;
	}
	.header-center {
		position: fixed;
		z-index: 999;
		width: 120px;
	}
	.header-right {
		position: relative;
		float: left;
    display: block;
    width: 100%;
    padding-top: 0px !important;
	}
	.header-right .header-tools {
		height: 20px;
		width: auto;
		right: 15px;
	}
	.header-right .header-tools .sns-ajaxcart {
		right: 15px !important;
	}
	.header-right .header-tools .sns-ajaxcart .mycart a {
		display: block;
    right: 0;
	}
	.header-right .header-tools .sns-ajaxcart .mycart.mini-cart .sns-shopping-cart-icon {
		color: #555;
		font-size: 24px;
		position: relative;
		left: -17px;
	}
	.header-right .header-tools .sns-ajaxcart .mycart.mini-cart .sns-shopping-cart-info .number {
		border: 0;
		    position: absolute;
    right: 2px;
    top: -10px;
		border-radius: 100%;
		height: 24px;
		width: 24px;
		text-align: center;
		font-size: 13px;
		font-weight: 400;
	}
	.header-right .header-tools .sns-ajaxcart:hover .mycart.mini-cart .content {
		top: 53px;
	}
	#sns_mainnav {
		top: -15px;
    position: relative;
	}
	#SearchForm {
		top: 0;
		padding: 15px 8px;
		z-index: 0;
	}
	#SearchForm form input[type="text"] {
		width: 70%;
	}
	#SearchForm form button[type="submit"] {
		width: 27%;
	}
	
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
		width: 100%;
	}
	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
		width: 100%;
		margin-left: 0;
	}
	.woocommerce.widget_shopping_cart .buttons .button, .woocommerce .widget_shopping_cart .buttons .button {
		margin-bottom: 30px;
    height: 0;
    line-height: 1;
    width: 47%;
    float: left;
	}
}

@media (max-width: 768px) {
	.woocommerce-checkout .checkout #customer_details h3#ship-to-different-address label input[type="checkbox"] {
		margin-left: 4px;
		position: relative;
	}
	.woocommerce-checkout .checkout #customer_details h3#ship-to-different-address label span {
		font-size: 18px;
	}
}

/* Custom CSS - aldo - end */

.hide-col {
    padding-top: 38px !important;
}

.sns-mainnav-wrapper {
	float: none !important;
}

.qty-increase,
.qty-decrease {
	color: #fff !important;
	background-color: #e22020 !important;
}

.page-id-69 .sns-main {
	width: 90% !important;
    margin: 0 auto;
	float: none;
}
/* 
#mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	width: initial !important;
}

#mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item {
	max-width: 150% !important;
} */

/* .woocommerce .primary_block .entry-summary .cart .quantity .qty-decrease:before {
	content: "\002B" !important;
} */

.screen-reader-text,
.p-price-desc,
#sns_footer #sns_footer_midle .column5 {
	display: none !important;
}

/* @media only screen and (min-width: 1200px) {
#sns_footer #sns_footer_midle .column1 {
	padding-left: 100px !important;
}
} */

.mail .mail-newsletter {
    max-width: 58% !important;
}

.page-id-107 > .sns-footer .wrap .container .contain {
    padding-left: 5em !important;
    padding-right: 5em !important;
}

th.product-remove,
th.product-thumbnail,
th.product-name,
th.product-price,
th.product-quantity,
th.product-subtotal {
    color: #fff !important;
    background-color: #4d4d4d !important;
}

.product_meta {
	display: none !important;
}

.form-control {
	width: 70% !important;
}



@media only screen and (max-width: 425px) {
	.sns-products .navslider {
		top: 43% !important;
	}
}

/* mobile menu setup */
@media only screen and (max-width: 1200px) {
/* 	.header-left,
	.header-center,
	.header-tools {
		display: none !important;
	} */
	
	#sns_wrapper > .wrap {
    	margin-top: 40px !important;
	}
	
	.mob-menu-header-holder {
		background-color: #e22020;
		height: 75px;
	}
	
	.mob-standard-logo,
	.mobmenul-container {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.mobmenul-container i {
		color: #fff;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.header-right {
		padding-top: 25px;
	}
	
	.sticky-navigation-holder {
		display: none;
	}
	
	#sns_footer #sns_footer_midle .footer-column {
    	padding-top: 15px !important;
		padding-bottom: 10px !important;
	}
}

.mc4wp-form-fields label {
	margin: 0px !important;
}

#sns_footer #sns_footer_midle .footer-column {
    padding: 50px 15px 48px 15px;
}

input[type="email"]:focus {
	color: initial;
}

#sns_footer #sns_footer_midle .container .contain {
	padding-left: 5em !important;
	padding-right: 5em !important;
}

@media (max-width: 441px) {
#sns_footer #sns_footer_midle .container .contain {
	padding-left: 1em !important;
	padding-right: 1em !important;
}
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    border-color: #d4d4d4 !important;
}

.vc_tta-panel-body .wpb_content_element {
/* 	margin-bottom: 15px !important; */
/* 	margin-top: 15px !important; */
	padding: 15px 20px !important;
	margin: 0px !important;
}

.qib-button {
	border-radius: 17px !important;
	background-color: #e22020 !important;
}

.woocommerce .primary_block .entry-summary .cart .quantity .qty {
	border-left: 0px !important;
	border-right: 0px !important;
}

.top_policy.col-lg-3 {
    width: 33.33% !important;
}

.cart_quantity,
.cart-label.separator {
	display: none !important;
}

.sns-quick-view div.wpgs.wpgs--with-images {
	display: none !important;
}