.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%;
}

@media (min-width: 544px) {
.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%;
} 
.grid .product, 
.box .product {
  float: left;
  width: 50%;
  margin: 0 -1px -1px 0px;  
  min-height: 354px; 
} 
.comment_item {
  margin-left: 85px;
}
.comment_item:before,
.comment_item:after {
  content: "";
  border-width: 7.5px 10px 7.5px 0;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 20px;
}
.comment_item:before {
left: -10px;
border-color: transparent #e0e0e0 transparent transparent;
}
.comment_item:after {
  left: -8px;
  border-color: transparent #fff transparent transparent;
}
}

@media (min-width: 768px) {
.container {
  max-width: 750px;
}
.hidden_md {
  display: none;
}
.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%;
}
#fn-purchases,
#order_purchase {
  margin: 20px 0 0px;
}
.purchase_list {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.purchase_row,
.total_row {
  display: table-row;
  padding: 0;
  border: none;
}
.purchase_row > div {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.purchase_row .purchase_image {
  padding-left: 0;
  width: 72px;
}
.total_row  > span {
  display: table-cell;
  vertical-align: middle;
}
.coupon {
  text-align: left;
  margin: 0;
}
#total {
  border-top: none;
}
.purchase_total {
  display: table;
  float: right;
}
#fn-purchases .purchase_name,
#order_purchase .purchase_name,
.total_name  {
  text-align: left;
} 
.grid .product,
.box .product {
  width: 33.33333%;
} 
.list .image {
  float: left;
  width: 25%;
  text-align: center;
}
.list .product_info {
  float: left;
  width: 50%;
  padding: 15px 10px;
}
.list .variants {
  width: 25%;
  float: left;
  text-align: left;
} 
#main_menu {
  float: left;
  overflow: hidden;
}
#main_menu li {
  display: inline-block;
}
#main_menu li + li {
  border-left: 1px solid #e0e0e0;
}
#main_menu > li:first-child a {
  padding: 0 12px 0 0;
}
}

@media (min-width: 768px) and (max-width: 991px){
  .foot_block:nth-child(3) {
    clear: left;
  }
}
@media (min-width: 992px) {
.container {
  max-width: 970px;
}
.hidden_lg {
  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%;
}
.submenu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  top: 0px;
  left: 100%;
  background: #fff;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
li.parent:hover  > .submenu {
  opacity: 1;
  visibility: visible; 
}
.submenu {
  border-top: 2px solid;
}
.submenu ul {
  width: 260px;
  background: #fff;
}
.submenu li {
  border: 1px solid #e0e0e0;
  border-top: none;
}
.submenu li:hover {
  background-color: #f9f9f9;
}
.submenu .submenu {
  top: -1px;
} 
.submenu a {
  padding-top: 10px;
  padding-bottom: 10px;
} 
.parent > a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 11px;  
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition: transform .5s ease-in-out;
  -ms-transition: transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  background: url(../images/sprite.svg) -150px -50px no-repeat;
}
.parent > a:hover::after,
.parent.open > a::after {
  background: url(../images/sprite.svg) 0px -50px no-repeat; 
}
.submenu .parent > a:hover::after,
.submenu .parent.open > a::after {
  background: url(../images/sprite.svg) -150px -50px no-repeat;
}   
#search_contact {
  float: left;
  margin: 0 0 0 30px;
  width: 335px;
}   
.list .image {
  width: 23%;
}
.list .variants {
  width: 27%;
} 
#logo {
  float:left;
  margin-top: 18px;
} 


#right_header {
  float: right;
  margin-top: 60px;
  text-align: left;
}





.bottom_heading {
  font-size: 21px;
  padding-bottom: 11px;
  margin-bottom: 22px;
}
#cart_informer {
  text-align: left;
  margin: 0;
}
#wish_compare {
  line-height: 26px;
  text-align: left;
  margin: 0;
}
.arrow_down {
  display: none;
}
#breadcrumbs .arrow_down {
  display: block;
}
}

@media (min-width: 1200px) {
.container {
  max-width: 1200px;
}
.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%;
}
#search_contact {
  margin-left: 80px;
  width:504px;
}
}

@media (max-width: 991px) {
.hidden_small {
  display: none;
}
.arrow_down {
  display: block;
}
.catalog_menu  a {
  padding: 11px 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #e0e0e0;
}
.catalog_menu .submenu  a {
  text-transform: none;
  padding-left: 25px;
}
.catalog_menu .submenu .submenu  a {
  font-weight: 400;
  padding-left: 35px;
}
.sub_arrow {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 11px;  
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition: transform .5s ease-in-out;
  -ms-transition: transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  background: url(../images/sprite.svg) -150px -50px no-repeat;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.active .sub_arrow {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
#fh {
  position: relative;
  color: #fff;
  padding: 11px 40px 13px 17px;
  border-radius: 5px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}
#sidebar,
#sidebar .catalog_nav {
  margin-bottom: 20px;
}
}

@media (max-width: 767px) {
.hidden_sm {
  display: none;
}
#main_menu {
  position: absolute;
  z-index: 110;
  min-width: 200px;
  top: 41px;
  left: 0;
  padding: 10px;
  background-color: #00adef;
  border: 1px solid #eaf2f4;
  border-top: none;
}
#main_menu li {
  padding: 10px 0;
}     
.login_form label {
  display: block;
  float: none;
  margin-bottom: 3px;
  width: auto;
  text-align: left;     
}   
.tab_navigation .selected {
  font-size: 16px;
}      
.accordion-tabs li.tab-head-cont,
.box .hover_box,
.grid .hover_box {
  display: block;  
}
.box .product .inner, 
.grid .product .inner,
.box .product:hover .inner, 
.grid .product:hover .inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
}
.accordion-tabs .tab-nav,
.accordion-tabs .tab-nav:hover  {
  display: block;
  margin: 30px 0 10px;
  cursor: default;
  padding: 13px 20px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.accordion-tabs section {
  float: none;
  display: block!important;  
}         
.list .product_info {
  padding: 0 10px;
  text-align: center;
}
.list .variants {
  padding: 5px 10px 15px;
}     
}

@media (max-width: 543px) {                
.features label {
  margin-bottom: 5px;
  float: none;
  width: 100%;
}
.features span {
  float: none;
  width: 100%;
  padding-left: 0;
}
.avatar {
  display: none;  
}
}
                      
@media (max-width: 490px)  {
.input_captcha {
  width: 150px;
}  
.tab_navigation a {
  font-size: 13px;
  padding: 10px;
  margin: 0;
}
.tab_navigation .selected {
  font-size: 14px;
  padding: 12px 10px;  
}
}  
                    
@media (max-width: 420px)  {
#logo a {
  font-size: 44px;
}
.phone, 
.fn-callback {
  display: block;
  margin: 10px 0;
}
}

@media (max-width: 340px) {
.tab_navigation a {
  padding: 7px 6px;
}
.tab_navigation .selected {
  padding: 10px 6px;
} 
}