.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-1 {
    width: 8.333333%;
}
.col-xs-2 {
    width: 16.666667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.333333%;
}
.col-xs-5 {
    width: 41.666667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.333333%;
}
.col-xs-8 {
    width: 66.666667%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.333333%;
}
.col-xs-11 {
    width: 91.666667%;
}
.col-xs-12 {
    width: 100%;
}
.no_padding {
    padding-left: 0;
    padding-right: 0;
}


@media (min-width: 544px) {
.sm-hidden {
	display: none;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
.col-sm-1 {
    width: 8.333333%;
}
.col-sm-2 {
    width: 16.666667%;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-4 {
    width: 33.333333%;
}
.col-sm-5 {
    width: 41.666667%;
}
.col-sm-6 {
    width: 50%;
}
.col-sm-7 {
    width: 58.333333%;
}
.col-sm-8 {
    width: 66.666667%;
}
.col-sm-9 {
    width: 75%;
}
.col-sm-10 {
    width: 83.333333%;
}
.col-sm-11 {
    width: 91.666667%;
}
.col-sm-12 {
    width: 100%;
}
.product_rating,
.available,
.product .amount {
    float: right;
}
.product_rating {
    margin: 0 0 10px;
}
.product_wish {
    margin-bottom: 8px;
}
.product .variant_select,
.product .button,
.product .disable_button {
    width: 100%;
}
.product .old_price {
    margin-top: 23px;
}
.product .price {
    margin-top: 10px;
	margin-bottom: 15px;
}
.product .hidden + .price {
    margin-top: 28px;
}
.product_buttons {
	margin-top:20px;
}
.product_share {
    margin: 15px 0;
}
.account_link {
    padding-left: 45px;
}
.look_all {
    position: absolute;
    top: -38px;
    right: 25px;
}
.news_item {
    border-left: 1px solid #e8e8e1;
}
.blog,
.products,
.main_products,
.related,
.wish_products {
    margin-bottom: 40px;
    background-color: #fff;
}
.blog,
.products,
.related,
.wish_products {
    box-shadow: inset 0px -1px 0 #e8e8e1;
}
.categories_heading {
    padding: 0 10px;
}
.search {
    width: calc(100% - 180px);
}
}


@media (min-width: 768px) {
.container {
    max-width: 750px;
}
.md-hidden {
	display: none;
}
.md-right {
 float: right;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.col-md-1 {
    width: 8.333333%;
}
.col-md-2 {
    width: 16.666667%;
}
.col-md-3 {
    width: 25%;
}
.col-md-4 {
    width: 33.333333%;
}
.col-md-5 {
    width: 41.666667%;
}
.col-md-6 {
    width: 50%;
}
.col-md-7 {
    width: 58.333333%;
}
.col-md-8 {
    width: 66.666667%;
}
.col-md-9 {
    width: 75%;
}
.col-md-10 {
    width: 83.333333%;
}
.col-md-11 {
    width: 91.666667%;
}
.col-md-12 {
    width: 100%;
}
.block {
    margin-bottom: 40px;
}
.breadcrumbs,
.filters_heading,
.padding {
    padding-left: 23px;
    padding-right: 23px;
}
.breadcrumbs {
    margin: 15px 0;
}
.logo {
    float: left;
}

#cart_informer {
    margin-top: 13px;
    margin-right: 22px;
}
.search {
    width: calc(100% - 470px);
    margin-top: 16px;
    margin-right: 28px;
}
.categories_heading {
    width: 270px;
    padding-left:13px;
}
.categories_heading span {
    font-weight: bold;
    font-size: 17px;
}
.account {
    width: 142px;
}
.purchase_remove {
    width: 60px;
}
.purchase tbody tr {
    height: 67px;
}
.purchase_image {
	text-align:center;
    width: 90px;
}
.purchase .purchase_total{
    text-align: right;
    padding: 15px;
}
.purchase .text_left {
    text-align: left;
}
.tab {
    padding: 25px 6px; 
}
.tab_navigation a {
    float: left;
    margin: 0 0px -2px 0;
    padding: 11px 18px;
}
.tab_navigation a:hover {
    background-color: #fff;
    box-shadow: inset 0 2px 0 0 #bd738b; 
}
.sort_title,
.sort_link {
    float: left;
    padding: 20px;
    border-right: 1px solid #e8e8e1;
}
.sort_link span {
    padding-right: 28px;
    font-size: 14px;
}
.sort_link.no_after span{
    padding-right: 0px;
}
}


@media (min-width: 768px) and (max-width: 991px) {
.logo {
    margin-right: 165px;
}

}



@media (min-width: 544px) and (max-width: 584px) {
	.info_delivery::before,.info_payment::before {
		width: 20px;
		height: 20px;
	}
}

@media (min-width: 992px) {
.container {
    max-width: 970px;
}
.lg-hidden {
	display: none;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}
.col-lg-1 {
    width: 8.333333%;
}
.col-lg-2 {
    width: 16.666667%;
}
.col-lg-3 {
    width: 25%;
}
.col-lg-4 {
    width: 33.333333%;
}
.col-lg-5 {
    width: 41.666667%;
}
.col-lg-6 {
    width: 50%;
}
.col-lg-7 {
    width: 58.333333%;
}
.col-lg-8 {
    width: 66.666667%;
}
.col-lg-9 {
    width: 75%;
}
.col-lg-10 {
    width: 83.333333%;
}
.col-lg-11 {
    width: 91.666667%;
}
.col-lg-12 {
    width: 100%;
}
.sidebar {
    float: left;
    width: 270px;
}
.sidebar_bottom {
    clear: left;
}
.products_container {
    float: right;
    width: calc(100% - 300px);
}
.products_container.search_list {
    width: 100%;
}
.sidebar_top {
    margin:0 0 25px;
}
.subcategory {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    width: 0;
    top: 0px;
    left: 100%;
    border-left: 1px solid #3f93c9;
    background: #df3344;
}
.category_item:hover > .subcategory {
    opacity: 1;
    visibility: visible;
    width: 270px;
}

.product_details {
    margin-top: -4px;
}
.payments_text {
    position: absolute;
    top: 50%;
    margin: -10px 0 0;
}
.categories {
    float: left;
}
.wrap_block {
    background-color: #fff;
    margin-bottom: 40px;
}
.wrap_block .block {
    margin-bottom: 0;
}
.brand_item:nth-child(4n) {
    border-right: none;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
         
.logo {
    margin-right: 88px;
	
}
.times {
	margin-left: 71px;
	margin-top: 16px;
}
.phones {
    margin-left: 40px;
	margin-top: 16px;
}
.callback {
	margin-top: 20px;
}

#cart_informer {
    margin-top: 14px;
}
.blog_item:nth-child(3n),
.products_item:nth-child(2n) {
    box-shadow: none;
}
}
@media (max-width: 1200px) {
.dropdown-menu {
  left: -14px;
}
}
@media (min-width: 1200px) {
.container {
    max-width: 1200px;
}
.xl-hidden {
	display: none;
}
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
}
.col-xl-1 {
    width: 8.333333%;
}
.col-xl-2 {
    width: 16.666667%;
}
.col-xl-3 {
    width: 25%;
}
.col-xl-4 {
    width: 33.333333%;
}
.col-xl-5 {
    width: 41.666667%;
}
.col-xl-6 {
    width: 50%;
}
.col-xl-7 {
    width: 58.333333%;
}
.col-xl-8 {
    width: 66.666667%;
}
.col-xl-9 {
    width: 75%;
}
.col-xl-10 {
    width: 83.333333%;
}
.col-xl-11 {
    width: 91.666667%;
}
.col-xl-12 {
    width: 100%;
}
.informer_name {
    margin-left: 12px;
}
.times {
    margin-top: 15px;
    margin-left: 150px;
}
.phones {
    margin: 15px 0 0 90px;
}
.callback    {
    float: right;
    width: 177px;
    margin-top: 20px;
}
.overlay_buttons {
    opacity: 0;
    transition: opacity 0.2s ease;
}
.products_item:hover .overlay_buttons {
    opacity: 1;
}
.products .products_item:nth-child(3n),
.main_products .products_item:nth-child(4n),
.related .products_item:nth-child(4n),
.wish_products .products_item:nth-child(4n),
.blog_item:nth-child(4n) {
    box-shadow: none;
}
    .account {margin-top: 17px;}
.banners{
    padding: 10px 15px 0 295px;
}
}



@media (max-width: 991px) {
	.color2 {
		display:block;
	}
	.color3 {
		display:none;
	}
.phones {
	margin-top: 15px;
}

.times {
    display: none;
}
.informer .dropdown {
    
}
.filters {
    padding-bottom: 15px;
}

.subcategory {
    display: none;
}
.category_link {
    padding-right: 40px;
}
.level_2 .category_link {
    padding-left: 30px;
    font-weight: normal;
}
.level_3 .category_link {
    padding-left: 40px;
    font-weight: normal;
}
.level_4 .category_link {
    padding-left: 50px;
    font-weight: normal;
}
.brand_item:nth-child(3n) {
    border-right: none;
}
.blog_item:nth-child(2n),
.products_item:nth-child(2n) {
    box-shadow: none;
}
.banners {
    display:none;
}
.main_brand {
	margin-top:275px;
}
}


@media (max-width: 767px) {
.dropdown-menu {
  left: -17px;
}
.home_link{
	display:block;
}
.features_value {
    width: 30%;
    padding-right: 15px;
}
.features_name {
    width: 70%;
    position: relative;
	   text-align: left;
}
.contact-content.row .col-md-6:first-child  {
	padding: 0 0 20px 0; 
}
.contact-content.row .col-md-6:nth-child(2n) {
	padding: 20px 0 0 0;
	border-left: 0px;
	border-top: 1px dashed #dddddd;
}
.text_right{
	margin-top:10px;
	text-align:left;
}
.text_right p{
	margin:0 0 5px 0;	
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	padding: 10px 0 10px 15px;
}
h1, .h1 {
    font-size: 22px;
}
h2, .h2 {
    font-size: 20px;
}
h3, .h3 {
    font-size: 20px;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 16px;
}
.mobile-hidden {
    display: none;
}
.purchase,
.purchase tbody,
.purchase tfoot,
.purchase tr,
.purchase td,
.purchase th {
    display: block;
}
#cart_informer .cart_title,
#cart_informer .cart_total{
    display: none;
}
#cart_informer {
    margin-top: 15px;
    margin-left: 15px;
}
.logo{
	float: left;
    margin-right: 38px;
}
.purchase tr {
    position: relative;
    margin-bottom: 25px;
}
.purchase td,
.purchase th {
    border: none;
    padding: 10px 8px;
}
.purchase .purchase_image {
    padding-top: 20px;
}
.purchase .purchase_sum {
    padding-bottom: 20px;
}
.purchase td:empty,
.purchase th:empty {
    display: none;
}
.purchase .coupon .message_error {
    margin: 0 auto 12px;
}
.purchase .purchase_total {
    margin-top: 25px;
    padding: 20px 10px;
}
.purchase_remove {
    position: absolute;
    top: 8px;
    right: 8px;
}
.purchase .remove_icon {
    width: 20px;
    height: 20px;
}
body.openmenu {
    overflow: hidden;
    position: fixed;
    width: 100vw;
    height: 100vh;
}
body.openmenu::before {
    content: "";
    position: absolute;
    top: 39px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 39px);
    background-color: rgba(0, 0, 0, .75);
    z-index: 5;
}

.informers {
    margin-right: -15px;
}
.tab_navigation a + a    {
    border-top: none;
}
footer .text_right{
	text-align:left;
}
}

@media only screen and (max-width: 700px) {
	.fancybox-nav span {
		width: 30px;
		height: 30px;
	}
	.fancybox-next span {
		right: 20px;
	}
}

@media (max-width: 633px) {
	.logo {
		width:91px;
		height:33px;
		margin-right:70px;
		margin-bottom:0;
		margin-top:15px;
	}
	.phones_inner span {
		font-size: 12px;
	}
	.phones_inner {
		font-size: 11px;
	}
	.phones {
	margin-top: 8px;
	margin-bottom: 8px;
}
.callback {
	margin-top:10px;
}
.phones_inner span {
    font-size: 15px;
}
.tablet-hidden {
    display: none;
}
}
@media (max-width: 590px) {
	.logo {
		margin-right:30px;
	}
.fn_price {
	font-size: 20px;
}
.preview .price_container{
	line-height:2.8em;
}

}
@media (max-width: 543px) {
.margin_gas{
	margin-top:0px;
}
.categories_heading{
	padding-left:0px;
}
.fn_price {
	font-size: 30px;
}
.preview .price_container{
	line-height:1.4em;
}
/*
.small-hidden {
    display: none;
}
*/
.news .look_all {
    padding: 20px 0;
    border-top: 1px solid #e8e8e1;
}
.main_products .look_all {
    margin-bottom: 25px;
    margin-top: -25px;
    padding: 20px 0;
    background-color: #fff;
} 
.search {
    width: calc(100% - 180px);
}
.pagination {
    margin-top: -25px;
}
.brand_item:nth-child(2n) {
    border-right: none;
}
.blog_item,
.products_item {
    box-shadow: none;
    margin-bottom: 25px;
}
.comparison_page .preview .price_container,
.comparison_page .preview .preview_form {
    float: none;
    width: 100%;
    text-align: center;
}
.price {
	margin-top:10px;
	margin-bottom:10px;
}
.comparison_page .preview .preview_form {
    margin-top: 15px;
}
.comparison_page .preview .button {
    width: 140px;
}
.product_details {
    text-align: center;
}
.fn_is_stock{
	margin:10px;
}

}
@media (max-width: 520px) {
	.callback {
		display:none;
	}
	.phones {
		float:right;
	}
}
@media only screen and (max-width: 500px) {
	.fancybox-nav span {
		width: 25px;
		height: 25px;
	}
	.fancybox-next span {
		right: 15px;
	}
}

@media (max-width: 430px) {
.top-title {
	font-size:12px;
}
.top-title span {
	display: none;
}
}
@media (max-width: 419px) {
.cart_title,
.cart_total {
    display: none;
}

}
@media (max-width: 355px) {
	.phones_inner span {
		font-size: 12px;
	}
	.phones_inner {
		font-size: 11px;
	}
	.phones {
		margin-left: 10px;
		margin-top: 5px;
		line-height: 25px;
		margin-bottom: 5px;
	}
	.logo{
		margin:10px 0 0;
	}
}