@media only screen and (min-width: 48em) {
    #header .header-right{
        text-align: right;
        float: right;
        width: auto;
    }
    #header .logo{
    	float: left;
        margin: 0;
    }
    #header .car{
        position:absolute;
        top:0px;
        z-index:1;
        left:140px;
        margin-left: 0;
        display: block;
    }
    .one-four{
        width: 50%;
        float: left;
    }
    #content,
    #page-header .page-search{
        float: right;
        width: 75%;
        width: -moz-calc(100% - 245px);
        width: -webkit-calc(100% - 245px);
        width: calc(100% - 245px);
    }
    #content #single-content{
        float: left;
        width: 75%;
        width: -moz-calc(100% - 245px);
        width: -webkit-calc(100% - 245px);
        width: calc(100% - 245px); 
    }
    #content #single-sidebar{
        float: right;
        width: 25%;
        width: 245px;
    }
    #sidebar,
    #page-header .sidebar-header{
        width: 245px;
        float: left;
    }
    #page-header .sidebar-header{
        height: 60px;
        display: block;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        padding: 0 18px;
        line-height: 60px;
        background: #003462;
    }
    #page-header .page-search{
        height: 60px;
    }
    #searchbar,
    .product-search{
        margin: 0 13px 0 0;
        float: right;
    }

    #pmenu{
        margin-bottom: 10px;
        display: block;
    }
    #pmenu ul{
        margin: 0;
        padding: 0;
        list-style: none;
    }
    #pmenu ul li{
	border-bottom: 1px solid #C9CBCB;
	border-top: 1px solid #EBEBEB;
    }
    #pmenu ul li:first-child{
        border-top: none;
    }
    #pmenu ul li a{
	color: #4D4D4D;
	text-decoration: none;
	font-weight: 700;
	line-height: 21px;
	display: block;
	padding: 7px 18px;
    }
    #pmenu ul li a:hover,
    #pmenu ul li a:focus,
    #pmenu ul li.current-menu-item > a,
    #pmenu ul li.current-menu-ancestor > a{
        background: #eeeeef;
        color: #000;
        text-decoration: none;
    }
    #pmenu ul li ul{
        display: none;
    }
    #pmenu ul li.current-menu-item ul,
    #pmenu ul li.current-menu-ancestor ul{
        display: block;
    }
    #pmenu ul li ul li{
        border: none;
    }
    #pmenu ul li ul li a{
        background: #C7ECFB;
    }
    #pmenu ul li ul li a:hover,
    #pmenu ul li ul li.current-menu-item a{
        background: #2e82b1;
    }

    #mpmenu{
        display: none;
    }
    #sidebar {
        padding-top: 0px;
    }
    #copyright .copyright{
    	float: left;
        width: auto;
        text-align: left;
    }
    #copyright .footer-social{
    	float: right;
        width: auto;
        text-align: right;
        margin-top: 0px;
    }
    .cute-6-tablet{
        padding: 0 15px;
        float: left;
        width: 50%;
        position: relative;
    }
    .cute-4-tablet{
        padding: 0 15px;
        float: left;
        width: 33.33333%;
        position: relative;
    }
    #header .header-right{
        font-size: 28px;
    }

}
@media only screen and (min-width: 62em) {
    .one-four{
        width: 25%;
        float: left;
    }
    #mobile-nav,
    .mmenu{
		display: none;
	}
    #topbar ul.topmenu{
    	float: left;
    	margin: 0;
    	padding: 0;
    	list-style: none;
        display: block;
    }
    #topbar ul.topmenu li{
    	float: left;
    	border-right: 1px solid #c6c6c6;
    	border-left: 1px solid #dfdfdf;
        position: relative;
    }
    #topbar ul.topmenu li:first-child{
    	border-left: none;
    }
    #topbar ul.topmenu li a{
    	color: #404040;
    	text-decoration: none;
    	font-weight: 700;
    	padding: 0 10px;
    	line-height: 47px;
    	height: 47px;
    	display: block;
    	text-transform: uppercase;
        font-size: 13px;
    }
    #topbar ul.topmenu li a:hover,
    #topbar ul.topmenu li a:focus,
    #topbar ul.topmenu li.current-menu-item a{
    	color: #0a3750;
    	background: #e5e4e4;
    }
    #topbar ul.topmenu ul{
        display: none;
        position: absolute;
        top: 47px;
        left: 0;
        list-style: none;
        padding: 0;
        margin: 0;
        background: #d7d7d7;
    }
    #topbar ul.topmenu ul li{
        border: none;
    }
    #topbar ul.topmenu ul li a {
        min-width: 200px;
    }
    #topbar ul.topmenu li:hover ul{
        display: block;
    }
    #topbar ul.shopmenu li a span{
        display: inline;
        margin-left: 5px;
        font-size: 13px;
    }

    #copyright .footer-menu{
    	float: left;
        display: block;
    	margin-left: 100px;
    }
    #copyright .footer-menu ul{
    	list-style: none;
    	margin: 0;
    	padding: 0;
    }
    #copyright .footer-menu ul li{
	float: left;
	margin-right: 13px;
	padding-right: 13px;
	border-right: 1px solid #535353;
    }
    #copyright .footer-menu ul li a{
    	font-weight: bold;
    	color: #fff;
    	text-transform: uppercase;
    }
	#copyright .footer-menu ul li a:hover{
    	color: #eb2737;
    }
    #copyright .footer-menu ul li:last-child{
    	margin-right: 0px;
    	padding-right: 0px;
    	border-right: none;
    }
    #copyright .footer-menu ul ul{
        display: none;
    }
}
@media only screen and (min-width: 80em) {
    #topbar ul.topmenu li a{
    	color: #404040;
    	text-decoration: none;
    	font-weight: 700;
    	padding: 0 25px;
    	line-height: 47px;
    	height: 47px;
    	display: block;
    	text-transform: uppercase;
        font-size: 14px;
    }
    #topbar ul.shopmenu li a{
        padding: 0 20px;
        font-size: 14px;
    }
    #topbar ul.shopmenu li a span{
        font-size: 14px;
    }
}
@media only screen and (max-width: 30em) { }
