@media ( min-width :1200px) {
	.container {
		max-width: 100%;
		width: 1200px
	}
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.pull-xl-0 {
		right: auto
	}
	.pull-xl-1 {
		right: 8.33333%
	}
	.pull-xl-2 {
		right: 16.66667%
	}
	.pull-xl-3 {
		right: 25%
	}
	.pull-xl-4 {
		right: 33.33333%
	}
	.pull-xl-5 {
		right: 41.66667%
	}
	.pull-xl-6 {
		right: 50%
	}
	.pull-xl-7 {
		right: 58.33333%
	}
	.pull-xl-8 {
		right: 66.66667%
	}
	.pull-xl-9 {
		right: 75%
	}
	.pull-xl-10 {
		right: 83.33333%
	}
	.pull-xl-11 {
		right: 91.66667%
	}
	.pull-xl-12 {
		right: 100%
	}
	.push-xl-0 {
		left: auto
	}
	.push-xl-1 {
		left: 8.33333%
	}
	.push-xl-2 {
		left: 16.66667%
	}
	.push-xl-3 {
		left: 25%
	}
	.push-xl-4 {
		left: 33.33333%
	}
	.push-xl-5 {
		left: 41.66667%
	}
	.push-xl-6 {
		left: 50%
	}
	.push-xl-7 {
		left: 58.33333%
	}
	.push-xl-8 {
		left: 66.66667%
	}
	.push-xl-9 {
		left: 75%
	}
	.push-xl-10 {
		left: 83.33333%
	}
	.push-xl-11 {
		left: 91.66667%
	}
	.push-xl-12 {
		left: 100%
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.33333%
	}
	.offset-xl-2 {
		margin-left: 16.66667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.33333%
	}
	.offset-xl-5 {
		margin-left: 41.66667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.33333%
	}
	.offset-xl-8 {
		margin-left: 66.66667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.33333%
	}
	.offset-xl-11 {
		margin-left: 91.66667%
	}
	.col-xl-1-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 10%;
		flex: 0 0 10%;
		max-width: 10%
	}
	.col-xl-1-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
	.col-xl-2-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.pull-xl-1-2 {
		right: 10%
	}
	.pull-xl-1-5 {
		right: 12.5%
	}
	.pull-xl-2-4 {
		right: 20%
	}
	.push-xl-1-2 {
		left: 10%
	}
	.push-xl-1-5 {
		left: 12.5%
	}
	.push-xl-2-4 {
		left: 20%
	}
	.offset-xl-1-2 {
		margin-left: 10%
	}
	.offset-xl-1-5 {
		margin-left: 12.5%
	}
	.offset-xl-2-4 {
		margin-left: 20%
	}
	.col-xl-10-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		max-width: 90%
	}
	.col-xl-10-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 87.5%;
		flex: 0 0 87.5%;
		max-width: 87.5%
	}
	.col-xl-9-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%
	}
	.pull-xl-10-8 {
		right: 90%
	}
	.pull-xl-10-5 {
		right: 87.5%
	}
	.pull-xl-9-6 {
		right: 80%
	}
	.push-xl-10-8 {
		left: 90%
	}
	.push-xl-10-5 {
		left: 87.5%
	}
	.push-xl-9-6 {
		left: 80%
	}
	.offset-xl-10-8 {
		margin-left: 90%
	}
	.offset-xl-10-5 {
		margin-left: 87.5%
	}
	.offset-xl-9-6 {
		margin-left: 80%
	}
	#page_wrapper,.wide_container {
		max-width: 1200px
	}
	#st_mega_menu_column_block .stmenu_sub.col-md-1,.stmenu_vertical .stmenu_vs.col-md-1
		{
		width: 76px
	}
	#st_mega_menu_column_block .stmenu_sub.col-md-2,.stmenu_vertical .stmenu_vs.col-md-2
		{
		width: 153px
	}
	#st_mega_menu_column_block .stmenu_sub.col-md-3,.stmenu_vertical .stmenu_vs.col-md-3
		{
		width: 230px
	}
	#st_mega_menu_column_block .stmenu_sub.col-md-4,.stmenu_vertical .stmenu_vs.col-md-4
		{
		width: 307px
	}
	#st_mega_menu_column_block .stmenu_sub.col-md-5,.stmenu_vertical .stmenu_vs.col-md-5
		{
		width: 384px
	}
	#st_mega_menu_column_block .stmenu_sub.col-md-6,.stmenu_vertical .stmenu_vs.col-md-6
		{
		width: 461px
	}
	#st_mega_menu_column_block .stmenu_sub.col-md-7,.stmenu_vertical .stmenu_vs.col-md-7
		{
		width: 538px
	}
	#st_mega_menu_column_block .stmenu_sub.col-md-8,.stmenu_vertical .stmenu_vs.col-md-8
		{
		width: 615px
	}
	#st_mega_menu_column_block .stmenu_sub.col-md-9,.stmenu_vertical .stmenu_vs.col-md-9
		{
		width: 691px
	}
	#st_mega_menu_column_block .stmenu_sub.col-md-10,.stmenu_vertical .stmenu_vs.col-md-10
		{
		width: 768px
	}
	#st_mega_menu_column_block .stmenu_sub.col-md-11,.stmenu_vertical .stmenu_vs.col-md-11
		{
		width: 845px
	}
	#st_mega_menu_column_block .stmenu_sub.col-md-12,.stmenu_vertical .stmenu_vs.col-md-12
		{
		width: 922px
	}
	
 .modal-dialog { max-width: 80%;

    }
      
    .account-full-width .myacount_dashbord_list .list-group-item {width: calc(25% - 16px);}
     body.left_column_hide.hide_width_1 #left_column {transform: translateX(-8.33333%); margin-left: -8.33333%;}
     body.left_column_hide.hide_width_1-2 #left_column {transform: translateX(-10%); margin-left: -10%;}
     body.left_column_hide.hide_width_1-5 #left_column {transform: translateX(-12.5%); margin-left: -12.5%;}
     body.left_column_hide.hide_width_2 #left_column {transform: translateX(-16.66667%); margin-left: -16.66667%;}
     body.left_column_hide.hide_width_2-4 #left_column {transform: translateX(-20%); margin-left: -20%;}
     body.left_column_hide.hide_width_4 #left_column {transform: translateX(-33.33333%); margin-left: -33.33333%;}
     body.left_column_hide.hide_width_5 #left_column {transform: translateX(-41.66667%); margin-left: -41.66667%;}
     body.left_column_hide.hide_width_6 #left_column {transform: translateX(-50%); margin-left: -50%;}    
}

@media only screen and (min-width:1200px) {
	.logo_box {margin-right: 10px;}
	
	body#index .menu_ver_open_lg .stmenu_vertical,body#index .stuck .menu_ver_open_lg.current .stmenu_vertical
		{
		display: block !important
	}
	body#index .stuck .menu_ver_open_lg .stmenu_vertical {
		display: none !important
	}
	#st_mega_menu_wrap .menu_ver_open_lg .ma_level_0 {
		z-index: 71
	}
	
	#st_header .search_widget_block.search_center {
	    margin-left: -308px;
        width: 460px;
        top: 44px;
	}
	
	#st_header .search_open_side .search_widget_block {
	    width: 320px;
	}
	
		#footer #easycontent_36 {
	    padding-left: 85px;
	    padding-right: 85px;
	}
	
	#avatar_right {
	    margin: 32px 0 0 0;
	}
	
	.review_off .flex_comment { padding-left: 3.75rem; }
	#right_column {
	    padding-left: 50px;
	}
	

.st_mega_menu span.all-menu {display: none}
#nav_center .easycontent:first-child {margin-right: 60px;}
	
	.st_mega_menu span.all-menu-last { padding-left:15px; }
	
	.easycontent.footer_block p.phone {
	    font-size: 20px;
	    padding-top: 6px;
	    padding-bottom: 6px;
	}
	
	.easycontent.footer_block p.phone::before {
	    height: 30px;
	    width: 30px;
	    background-size: 12px;
	    left: -40px;
	    top: 2px;
	}

	
.privat_easy_6 .col-lg-2-4.steasy_column {-webkit-box-flex: 0;
-ms-flex: 0 0 20% !important;
flex: 0 0 20% !important;
max-width: 20% !important;}
	
}


@media only screen and (min-width:1200px) and (max-width:1440px) {

	#left_column.main_column {webkit-box-flex: 0;  -ms-flex: 0 0 27%;  flex: 0 0 27%;  max-width: 27%;}
	#center_column.col-xl-9 {webkit-box-flex: 0;   -ms-flex: 0 0 73%;   flex: 0 0 73%;   max-width: 73%;}

	#center_column .product_list .product_list_item:nth-child(3n+3) .pro_outer_box::before { background:#fff; }

	#search #center_column .product_list .product_list_item:nth-child(4n+4) .pro_outer_box::before {
	    background: #fff!important;
	}
	#search #center_column .product_list .product_list_item:nth-child(3n+3) .pro_outer_box::before {
	    background: #f0f0f0;
	}
	
     body.left_column_hide.hide_width_lg_4 #left_column {transform: translateX(-27%); margin-left: -27%;}
     
	#product .pro_gallery_thumbs_vertical .swiper-slide {
	    height: 80px;
	}
	.pro_gallery_thumbs_vertical .swiper-container {
	    height: 310px;
	}
	
	.product_left_column.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;	
	}
	.product_middle_column.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;	
	}
	
    #st_header .shop_logo {max-width: 80%;}
    #st_mega_menu_wrap .ma_level_0 {padding-left: 6px;
padding-right: 6px;}
	
	.products.product_list.grid .product_list_item:nth-child(3n) {
	    border-right: 1px solid transparent;
	}
	
#search .products.product_list.grid .product_list_item:nth-child(4n) {
    border-right: 1px solid transparent !important;
}

#search .products.product_list.grid .product_list_item:nth-child(3n) {
    border-right: 1px solid #e5e5e5;
}

}
