/**
* 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */
@import url("../gloryshop/responsive.css");

	.header-menu-links li a{border-color:#c5c5c5;}
	.header_logout a:hover .fa {color:#FFFFFF;}
	
@media only screen and (max-width: 1250px){
	
}

@media only screen and (max-width: 979px){
		.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img{width:100%;}
		
		.product-tab.home-product .simple-type.small-title::after{ margin-left: 25px; width:100px;}
		.top-cms .top-banner-container{border:none;}
		.footer-widget h3.widget-title{background-color:transparent; padding:10px 0; margin:0;}
		
		#footer-widget-area {padding: 0;}
		
		.primary-sidebar .widget{margin:0;}
		.primary-sidebar .title-outer::before, .site-footer .title-outer:before, .title-outer::before{right:0;}
		 .site-footer .title-outer::before{color:#fff;}
		 #footer-widget-area .first-widget {   margin: 50px 0 20px;}
		 .footer-bottom-container{ margin-top:20px;}
}

@media only screen and (max-width: 767px){
	.header-right {
		display: inline-block;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;		
		top: -72px;
		width: 280px;
	}
	.header-main{padding: 25px 0 100px;}
	.topbar-link-toggle:before{color:#ffffff;}		
	.topbar-main .fa {color: #c5c5c5;}	
	
	.menu-toggle{ color: #c5c5c5; border:none; padding:20px 0;}
	.toggled-on .mobile-menu .mega{   border: 1px solid #d9d9d9; border-top:none; background:#fff;}	
	.mobile-menu .mobile-menu-inner{background:rgba(38,38,38,0.8);border:none;}	
	.mobile-menu .expandable-hitarea:before{content:"\f067"; font-size:10px;}
	.mobile-menu .collapsable-hitarea:after{content:"\f068"; font-size:10px;}
	.menu-toggle:before{color:#fff; right:0;}
	
	
	.product-tab.home-product .shortcode-title{float:none; width:100%; margin: 0 0 30px;}
	#horizontalTab, .product-tab.home-product .simple-type.small-title { text-align: center;}
	
	
	.top-cms{display:block;}
	
	.top-cms ul li.content2 .content-inner{margin:10px 0;}
	
	.top-cms ul li.content1 .content-inner, .top-cms ul li.content2 .content-inner ,.top-cms ul li.content3 .content-inner{border:none;}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {

	/****************** Content ******************/
	.product-tab.home-product .simple-type.small-title::after{background:none;}
	.resp-tabs-list li::after{border:none;}
	
	.woocommerce ul.products li.product .add_to_cart_button, .woocommerce-page ul.products li.product .add_to_cart_button, .woocommerce ul.products li.product .product_type_external, .woocommerce-page ul.products li.product .product_type_external, .woocommerce ul.products li.product .product_type_grouped, .woocommerce-page ul.products li.product .product_type_grouped, li.product .product_type_variable{ opacity: 1;}
	
	.yith_magnifier_gallery li{margin:0 5px;}

}