/* @override 
	http://matarastudio.plaimanas.co/wp-content/themes/MataraStudio/phone.css?* */
	
@media (min-width: 1051px) {
    
    .pdsgleft, 
    .pdsgright {
        margin-top: 100px;
    }
    
}


@media (max-width: 1050px) {
    * {
        max-width: 100%;
    }
	::-webkit-scrollbar{
		display: none;
	}
    .wrap {
        width: 325px;
    }
    .wrap * {
        max-width: 100%;
    }
    * {
        background-attachment: scroll !important;
    }
    

    .logo {
        margin-left: 25px;
        margin-top: 25px;
        width: 70px;
        height: auto;
        z-index: 10003;
        position: relative;
    }
	
    #header {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        padding: 10px 25px;
        box-sizing: border-box;
        position: fixed;
        height: 70px;
        background: rgba(255,255,255,.8);
    }
	#header > .logowrap {
		display: none;
	}
    #header.open{
    	height: 100vh;
    	z-index: 99999;
    	box-sizing: border-box;
    	padding-bottom: 100px;
    	overflow: auto;
    	background: #fff;
    }
    #header.open .logo {
    	position: fixed;
    	left: 0;
    	right: 0;
    	margin: auto;
    }
    #header.open .phonemenu{
    	position: fixed;
    	background: #FFF;
    }
    .phonemenu {
        display: block;
        position: absolute;
        top: 0px;
        width: 100%;
        left: 0;
        z-index: 99999;
        height: 70px;
		background: #fff;
    }
	
	#header .phonemenu .logowrap {
		display: inline-block;
		vertical-align: top;
		line-height: 1;
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	#header .phonemenu .logowrap > .logo {
		margin: 0;
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		z-index: unset;
	}
	#header .phonemenu .wcml-dropdown {
		z-index: 1;
	}
	#header.open .phonemenu .wcml-dropdown {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}
	#header .phonemenu .wcml-dropdown:hover {
		z-index: 999999;
		background-color: #fff;
		color: #000;
	}
	#header .wpml-ls-legacy-list-horizontal {
		top: 26px;
	}
	#header.wcml-dropdown-active .wpml-ls-legacy-list-horizontal {
		z-index: 0;
	}
	
    .menu-icon {
        cursor: pointer;
        padding: 20px 10px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        position: absolute;
        top: 15px;
        left: 10px;
        
    }
    .menu-icon .navicon {
        background: #000;
        display: block;
        height: 1px;
        position: relative;
        transition: background .2s ease-out;
        width: 25px;
    }
    .menu-icon .navicon:before,
    .menu-icon .navicon:after {
        background: #000;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .2s ease-out;
        width: 100%;
    }
    #header.open .menu-icon .navicon:before,
    #header.open .menu-icon .navicon:after {
        background: #000;
    }
    .menu-icon .navicon:before {
        top: 7px;
    }
    .menu-icon .navicon:after {
        top: -7px;
    }
    .menu {
        width: 100%;
        height: auto;
        text-align: center;
        margin: 0;
        margin-top: 70px;
        display: none;
    }
    #header.open .menu{
    	display: block;
    }
    .menu-btn:checked~.menu {
        max-height: 100vh;
        display: block;
    }
    .menu-btn:checked~.menu-icon .navicon {
        background: transparent;
    }
    .menu-btn:checked~.menu-icon .navicon:before {
        transform: rotate(-45deg);
    }
    .menu-btn:checked~.menu-icon .navicon:after {
        transform: rotate(45deg);
    }
    .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
    .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
        top: 0;
    }
    .hleft,.hright{
    	opacity: 0;
    	visibility: hidden;
    	max-height: 0;
    }
    .logo{
    	z-index: 100000;
    	height: 50px;
	    width: auto;
	    margin-left: 0;
	    margin-top: 0;
	    margin-left: auto;
	    margin-right: auto;
    }
    #header.open .hleft{
    	opacity: 1;
    	visibility: visible;
    	max-height: unset;
    }
    #header.open .hright{
    	position: relative;
    	opacity: 1;
    	visibility: visible;
    	top: 0;
    	right: 0;
    	width: 100%;
    	max-height: unset;
    }
    .hleft{
    	position: relative;
    	left: 0;
    	top: 0;
    }
    li.menuon,.menu li{
    	height: auto;
    	width: 100%;
    	margin-right: 0;
    	text-align: left;
    	line-height: normal;
    }
    ul.submenu{
    	padding-left: 25px;
    	box-sizing: border-box;
    	transition: none;
    	display: none;
    }
    ul.submenu.open{
    	display: block;
    }
    .menubox{
    	position: relative;
    	top: 0;
    	min-width: auto;
    	text-align: center;
    	width: 100%;
	    margin-top: 5px;
	    margin-bottom: 15px;
	    padding-left: 25px;
	    box-sizing: border-box;
		opacity: 1;
	    visibility: visible;
    }
	.menubox li:not(:last-child) {
		margin-bottom: 15px !important;
	}
	.menu>li>a {
		display: flex;
		align-items: center;
		min-height: 40px;
	}
    .menu li.menuon>a,
	.menu li a{
    	font-size: 12px;
		line-height: normal;
		letter-spacing: 3px;
    }
    #content{
    	overflow: hidden;
    	padding-bottom: 86px;
    	padding-top: 70px;
    }
    #footer{
    	height: 86px;
    	padding: 10px 25px;
    	box-sizing: border-box;
    }
    .ftleft{
    	width: 100%;
margin-left: 0;
font-size: 9px;
text-align: center;
line-height: 25px;
clear: both;
    }
    /*.ftleft br {
        display: none;
    }*/
    .ftright{
    	margin-right: 0;
width: 100%;
font-size: 9px;
margin-top: 0px;
text-align: center;
line-height: 25px;
padding-bottom: 20px;
    }
    .mainbox{
    	position: relative;
    	top: 0;
    	left: 0;
    	transform: unset;
    	padding-top: 50px;
    	padding-bottom: 50px;
    }
    .mainbox img{
    	width: 80%;
    	margin: 0 auto 30px;
    }
    .hoption{
    	width: 100%;
    	font-size: 16px;
    	margin-bottom: 0;
    }
    .hhelp{
    	width: 100%;
    	text-align: left;
    	line-height: 40px;
    	margin-right: 0;
    	    border-bottom: 1px solid rgba(0,0,0,.1);
    }
    .hoption .hlang{
    	display: none;
    }
    ul.menu.customerserv {
        margin-top: 0;
    }
    .hright .menu li{
    	margin-left: 0;
    }
    ul.menu.customerserv li.hcart,ul.menu.customerserv li.currencyy,
    .hoption .hhelp.acc{
    	display: none;
    }
    li.menuon,.menu li{
    	border-bottom: 1px solid rgba(0,0,0,.1);
    }
    .menubox li{
    	border: 0;
    }
    #header.swap .logo{
    	-webkit-filter: none;
    	filter: none;
    }
    .mslhead {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 1pt;
        margin-bottom: 50px;
     }
     .mainslcon{
     	width: 100%;
     }
     .mslshop,.mnashop,.mndshop{
     	line-height: 35px;
     	height: auto;
     	font-size: 12px;
     	width: auto;
     	padding: 0 25px;
     	letter-spacing: 1pt;
     	margin-bottom: 15px;
     	box-sizing: border-box;
     }
     .mslinfo div{
     	width: 35px;
     }
     .mslinfo div p{
     	display: none;
     }
     .mslinfo div img{
     	width: 100%;
     	    margin-bottom: 0;
     	height: auto;
     }
     .mnabox{
     	width: 100%;
     	background: #000;
     	    text-align: center;
     	    padding: 45px 0;
     	    box-sizing: border-box;
     }
     .mnabox img{
     	float: none;
     	margin: 0 auto;
     	width: 275px;
     	height: 275px;
     	-o-object-fit: cover;
     	object-fit: cover;
     	-o-object-position: center;
     	object-position: center;
     }
	 .mnabox img {
	 	display: none;
	 }
	 
	 .mnabox img.mbthumb {
	 	display: block;
	 }
     .main_a .mnabox:nth-child(odd){
     	background: #FFF;
     	/*padding: 0;*/
     }
    /* .main_a .mnabox:nth-child(odd) img{
     	width: 375px;
     	height: 375px;
     }*/
     .mnahead,.mnchead, .productdetail h2 {
         font-size: 22px;
         line-height: 30px;
         letter-spacing: 1pt;
        
     }
     .account .mnchead{
     	text-align: left;
     }
     .mnbconwrap{
     	position: relative;
     	padding: 75px 0;
     	box-sizing: border-box;
     }
     .mnbcon{
     	width: 100%;
     	padding: 0;
     }
     .main_b{
     	padding: 0;
     }
     .mnbcon p {
         font-size: 18px;
         line-height: 35px;
         letter-spacing: 1pt;
     }
     
     .bg .bgchange:first-child{
     	opacity: 1;
     	visibility: visible;
     	max-height: unset;
     }
     .mnbcon p:last-child:after{
     	border: 0;
     }
     .mnctext {
         font-size: 12px;
         letter-spacing: 0;
             box-sizing: border-box;
     }
     .mnccon{
     	padding: 50px 25px;
box-sizing: border-box;
max-width: 85%;
background: rgba(0, 0, 0, 0.59);
     }
     .main-c .mnccon{
     	height: 100%;
     }
     .main_c .mnbg{
     	margin: 0px;
     	padding: 0px;
     	float: left;
     	width: 100%;
     	height: 359px;
     	-o-object-fit: cover;
     	object-fit: cover;
     }
     .mncmore{
     	font-size: 12px;
     }
     .mnccon{
     	padding: 50px 25px;
     	box-sizing: border-box;
     	max-width: 100%;
     }
     .mnctext{
 	    padding: 0 25px;
 	    margin-bottom: 25px;
     }
     .main_e .mnccon{
     	padding: 25px;
     	    background: transparent;
     }
     .main_e .mnchead{
     	font-size: 18px;
     	line-height: 20px;
     	margin-bottom: 80px;	
     }
     .main_e .mndshop{
     	margin-bottom: 0;
     }
     .main_f{
     	padding-top: 40px;
     }
	.mnfdesc{
		font-size: 14px;
		letter-spacing: 1px;
		margin-top: 25px;
	}
	#footer.swap{
		    color: #000;
		background: #FFF;
	}
	#footer.swap a{
		color: #000;
	}
	#header.swap a, body.black #header a{
		color: #000;
	}
	.collection_a{
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.nwrap{
		width: 100%;
		margin: 0;
		padding: 0 25px;
		box-sizing: border-box;
	}
	.collection_a .wp-block-column:nth-child(2) img{
		    width: 80%;
	}
	.collection_a h2{
		text-align: center;
		font-size: 19px;
		line-height: 30px;
		letter-spacing: 1pt;
	}
	.collection_a .wp-block-media-text{
		display: block;
	}
	.collection_a .wp-block-media-text .wp-block-media-text__content{
		padding: 0;
	}
	.shoponline_a{
		height: 150px;
		    min-height: unset;
	}
	.shoponline_a p{
		font-size: 15px;
	}
	.shoponline_a p{
		margin: 0;
	}
	.shopnavi{
		padding-top: 25px;
		    font-size: 12px;
		    padding-bottom: 25px;
	}
	.shoponline_b{
		margin-top: 0;
	}
	ul.products li, .woocommerce table.shop_table.wishlist_table tr{
		flex: 0 1 50%;
		max-width: 50%;
		padding-top: 0px;
		margin: 0;
		padding-bottom: 25px;
		border: 0;
		border-top: 1px solid #ebebeb;
		border-right: 1px solid #ebebeb;
		box-sizing: border-box;
	}
	ul.products li:first-child,ul.products li:nth-child(2),
	.woocommerce table.shop_table.wishlist_table tr:first-child,
	.woocommerce table.shop_table.wishlist_table tr:nth-child(2),
	ul.products li:first-child:hover,ul.products li:nth-child(2):hover,
	.woocommerce table.shop_table.wishlist_table tr:first-child:hover,
	.woocommerce table.shop_table.wishlist_table tr:nth-child(2):hover
	{
		border-top: 0;
	}
	ul.products, .woocommerce table.shop_table.wishlist_table{
		overflow: hidden;
	}
	h2.woocommerce-loop-product__title, .woocommerce table.wishlist_table .product-name a {
	    font-size: 13px;
text-align: center;
line-height: 16px;
letter-spacing: 1px;
width: 90%;
margin: 0 5%;
	}
	ul.products li span.price, .woocommerce table.wishlist_table .product-price{
		font-size: 12px;
	}
	ul.products li:nth-child(even){
		border-right: 0;
	}
	.shopbox:hover, ul.products li:hover, .woocommerce table.shop_table.wishlist_table tr:hover{
		border: 0;
		border-top: 1px solid #ebebeb;
		border-right: 1px solid #ebebeb;
	}
	.shopbox:nth-child(even):hover, ul.products li:nth-child(even):hover,
	.woocommerce table.shop_table.wishlist_table tr:nth-child(even):hover{
		border-right: 0;
	}
	.shoponline_b, ul.products, .woocommerce table.shop_table.wishlist_table{
		padding-bottom: 25px;
	}
	.shop_a{
		padding-top: 75px;
		    padding-bottom: 75px;
	}
	.shop_e{
		padding-top: 50px;
	}
	.shopecon{
		width: 100%;
	}
	.shopecon a {
	    font-size: 14px;
	    line-height: 35px;
	    height: 35px;
	    width: 220px;
	    margin-bottom: 10px;
	    box-sizing: border-box;
	 }
	 .shopbbox{
	 	width: 100%;
	 	margin-right: 0;
	 	margin-bottom: 25px;
	 }
	 .shopbcon{
	 	width: 100%;
	 }
	 .shopbshop, a.button.product_type_yith_bundle.add_to_cart_button{
	 	font-size: 12px;
	 	line-height: 35px;
	 	height: 35px;
	 	padding: 0 25px;
	 }
	 .shop_b{
	 	padding-bottom: 0;
	 }
	 .allproduct .shopbbox:last-child{
	 	margin-bottom: 0px;
	 }
	 .privacy,.studio{
	 	margin-top: 50px;
	 	margin-bottom: 50px;
	 }
	 .pvcon{
	 	width: 100%;
	 	padding: 0 25px;
	 	box-sizing: border-box;
	 }
	 .pvcon .mnchead {
	     margin-bottom: 25px;
	 }
	 .sdhead {
	     font-size: 25px;
	     line-height: 36px;
	 }
	 .sdtext{
	 	width: 100%;
	 	margin: 0;
	 }
	 .sdpic{
	 	width: 100%;
	 }
	 .sdsubh{
	 	font-size: 16px;
	 	    line-height: 24px;
	 }
	 .account{
	 	margin-top: 50px;
	 }
	 .ctcon{
	 	margin-top: 0;
	 	margin-bottom: 50px;
	 }
	 .ctone{
	 	width: 100%;
	 	    display: block;
	 	    margin: 0;
	 }
	 .cttwo{
	 	width: 100%;
	 	margin: 0;
	 }
	 .ctformmsg{
	 	width: 100%;
	 }
	 .woocommerce-MyAccount-navigation ul li{
	 	float: left;
	 	display: block;
	 	width: 50%;
	 	box-sizing: border-box;
	 	    margin: 0;
	 }
	 li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout{
	 	width: 50%;
	 }
	 li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {

	     border: 0;
	     position: absolute;
	     right: 25px;
	     top: 0;
	     width: auto;
	     font-size: 12px;
	     text-decoration: underline;
	 }
	li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout:hover{
		background: transparent;
		color: #FFF;
	}
    li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout:hover a {
        color: #fff;
    }
	.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button{
		float: left;
	}
	.phonemenu .hlang{
		display: none;
		position: absolute;
		    right: 0;
		    top: 27px;
		    right: 20px;
		    width: 50px;
		    border-radius: 0;
		    background: transparent;
		    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMCAxMDAiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cG9seWdvbiBmaWxsPSIjMDEwMTAxIiBwb2ludHM9IjIzLjEsMzQuMSA1MS41LDYxLjcgODAsMzQuMSA4MS41LDM1IDUxLjUsNjQuMSAyMS41LDM1IDIzLjEsMzQuMSAiLz48L3N2Zz4=) right center no-repeat #ffffff;
		    		background-size: 20px;
		    		-webkit-appearance: none;
	}
	#header.open .phonemenu .hlang{
		display: block;
		color: #000;
	}
	.cartmb{
		position: absolute;
		right: 0;
		padding-right: 10px;
		
	}
	#header.open .phonemenu .cartmb{
		display: none;
	}
	.fa:before{
		line-height: 70px;
		font-size: 16px;
		    color: #000;
	}
	
	.cartmb a{
		position: relative;
		display: inline-block;
		margin-right: 10px;
	}
	.cartmb .fa span{
		background: #000;
		border-radius: 50%;
		width: 15px;
		height: 15px;
		float: left;
		line-height: 15px;
		font-size: 10px;
		text-align: center;
		position: absolute;
		right: 0;
	}
	.productsg{
		padding-top: 50px;
	}
	.pdsgpic{
		margin-top: 0;
		width: 100%;
		float: left;
	}
	.pdsgright{
		float: left;
		width: 100%;
	}
	.pdsgleft{
		width: 100%;
		margin-top: 0;
	}
	.pdsingle_a{
		padding-bottom: 0px;
		    float: left;
	}
	.titlepdmb{
		display: block;
	}
	.pdsgmenu{
		margin-top: 25px;
	}
	.pdsgright h1.product_title.entry-title,
	.pdsgright p.price{
		display: none;
	}
	.productdetail p{
		font-size: 12px;
	}
	.yith-wcwl-add-button a.add_to_wishlist{
		box-sizing: border-box;
	}
	.pdsgbhead{
		font-size: 16px;
		    margin-bottom: 25px;
	}
	.related.products ul.products li:nth-child(3){
		display: none;
	}
	.woocommerce-message{
		top: 20px;
	}
	.woocommerce .quantity .qty{
		-webkit-appearance: none;
		border-radius: 0;
		border: 1px solid #ebebeb;
	}
	.coupon #coupon_code{
		-webkit-appearance: none;
		border-radius: 0;
		height: 30px;
		line-height: 30px;
		border: 0;
		border-bottom: 1px solid #ebebeb;
		    float: left;
	}
	.woocommerce .coupon button.button,
	.woocommerce table.cart td.actions .button {
	    background: #000;
	    color: #FFF;
	    -webkit-appearance: none;
	    border-radius: 0 !important;
	    height: 30px;
	        padding: 0;
	    line-height: 30px;
	}
	.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
		background: #000 !important;
		width: 100%;
		box-sizing: border-box;
		height: 30px;
		line-height: 30px;
		padding: 0;
		text-align: center;
		border-radius: 0;
		font-size: 14px;
		text-transform: uppercase;
	}
	#add_payment_method #payment div.payment_box p,
	.woocommerce-cart #payment div.payment_box p,
	.woocommerce-checkout #payment div.payment_box p,
	.woocommerce-privacy-policy-text p{
		font-size: 12px;
	}
	#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
		float: left;
	}
	#content .woocommerce-privacy-policy-text a{
		color: #7f7f7f;
	}
	.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	    box-sizing: border-box;
	    width: 100%;
	    margin: 0;
	    outline: 0;
	    line-height: normal;
	    line-height: 30px;
	    height: 30px;
	    border: 0;
	    border-radius: 0;
	    border-bottom: 1px solid #aaa;
	    text-align: left;
	}
	.pvcon.pagetxt {
		width: 100%;
	}
	.woocommerce form .form-row label{
		text-align: left;
	}
	.woocommerce-billing-fields h3{
		text-align: left;
	}
	#ship-to-different-address label{
		float: left;
	}
	.woocommerce-shipping-fields{
		margin-top: 30px;
	}
	.select2-container--default .select2-selection--single{
		border-radius: 0 !important;
		
	}
	.product-complete{
		margin-top:50px;
		margin-bottom: 50px;
	}
	.pdcom{
		width: 100%;
	}
	.pdcom img{
		width: 150px;
	}
	.pdcomhead{
		font-size: 20px;
		line-height: 30px;
	}
	.pdcomtext {
	    font-size: 12px;
	 }
	 .eventcontainer{
	 	margin-top: 50px;
	 	margin-bottom: 50px;
	 }
	 .eventcontainer .mnchead {
	     margin-bottom: 25px;
	 }
	 .newsbox{
	 	width: 100%;
	 }
	 .newsbox img{
	 	margin-bottom: 15px;
	 }
	 .evhead {
	     font-size: 22px;
	     line-height: 30px;
	 	letter-spacing: 1pt;
	 	margin-bottom: 10px;
	 }
	 .evtext {
	     font-size: 12px;
	     letter-spacing: 1pt;
	     margin-bottom: 10px;
	 }
	 .newssgcon{
	 	width: 100%;
	 }
	 .evcon{
	 	margin-top: 10px;
	 }
	 .evleft,.evright{
	 	width: 100%;
	 }
	 .evright{
	 	text-align: left;
	 }
	 .eveleft .evhead{
	 	font-size: 14px;
	 	margin-bottom: 0;
	 }
	 .collection_b p, .collection h2, .collection h1, .collection_a h3{
	 	font-size: 18px;
	 	line-height: 24px;
	 }
	 .collection_a h3:not(:empty) {
	     margin: 50px 0;
	 }
	 .mainslide .swiper-slide{
	 	height: 667px;
	 	    background-size: cover;
	 }
	 .mainslide .swiper-slide img{
	 	display: none;
	 }
	 .mainslide .swiper-slide .mslinfo img{
	 	display: block;
	 }
	 .beforecheckout{
	 	width: 100%;
	 }
	 select.woocommerce-currency-switcher{
	 	position: absolute;
	 	color: #000 !important;
	 	left: 45px;
	 	top: 25px;
	 	font-size: 12px;
	 }
     .accbox, #customer_login .u-column1.col-1, #customer_login .u-column2.col-2 {
        width: 100%;
        margin: 0px;
        box-sizing: border-box;
     }
     #content .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
        margin-top: 0px;
        margin-bottom: 0px; 
     }
     .u-column2.col-2 {
        margin-top: 45px; 
     }
     .woocommerce .col2-set#customer_details,h3#order_review_heading, #order_review{
     	width: 100%;
     }
     .woocommerce .col2-set#customer_details .col-1, .woocommerce .col2-set#customer_details .col-2{
     	width: 100%;
     }
     h3#order_review_heading{
     	margin-top: 50px;
     }



	 #header .searchbox {
		display: block;
		padding: 0;
		color: #000;
	}
	#header .searchbox input {
		width: 100%;
		height: 42px;
		border: 0;
		padding: 5px 0;
		color: inherit;
		font-size: 12px;
		letter-spacing: 3px;
	}
	#header.swap .searchbox button img, 
	body.black #header .searchbox button img {
		-webkit-filter: brightness(0);
		        filter: brightness(0);
	}

}


@media (max-width: 767px) {
    
    ul.products {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }
    
}



@media (min-width: 1051px) and (max-width:1365px) {

	#header .menu li {
		font-size: 12px;
	}

}
