/**
* 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */
@import url("../shopinia/responsive.css");
@media only screen and (min-width: 1201px) and (max-width: 1450px) {
    .static-wrapper {top: 24%;}
}
@media only screen and (min-width: 980px) and (max-width: 1200px) {
    .header-search {margin: 30px 20px 29px 0;}
}
@media only screen and (max-width: 979px) {
	.header-bottom .theme-container {padding: 0 20px;}
	.widget_newsletterwidget .title-outer::after{color: #000;}
}
@media only screen and (max-width: 767px) {
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {background-color: rgba(0, 0, 0, 0.0);}
    .header-mob-logo {padding: 26px 0;box-sizing: border-box;}
}