.top-menu:after, 
.submenu:after {
  content: "";
  display: table;
  clear: both;
}
.top-menu > li {
  display: inline-block;
  float: left;
}
.top-menu > li > a {
     color: #000;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 700;
    padding: 0px 20px;
    text-decoration: none;
    display: inline-block;
    height: 48px;
    line-height: 48px;
  transition: .2s linear;
}
.top-menu > li > a:hover {color: #B03062;}
.dropdown:after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 4px;
  vertical-align: top;
}
.submenu, 
.submenu-standart {
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.07);
  background: white;
  padding: 25px 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0,30px,0);
  transition: .5s ease-out;
  transform-origin: 0% 0%;
}
.submenu {
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,.05);
  background: white;
  padding: 30px 0;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  opacity: 0;
  z-index: 5;
  transform: scale3d(0,0,0);
  transform-origin: top left;
  transition: .4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.submenu-standart {
  min-width: 200px;
  padding: 10px 0;
}
.dropdown-standart {position: relative;}
.top-menu > li:hover .submenu, 
.top-menu > li:hover .submenu-standart {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0,0,0);
}
.submenu > li {
  float: left;
  width: calc(100% / 3);
  padding: 0 18px;
  border-right: 1px solid #e5e5e5;
 list-style: none;
}


.submenu li a.primary, .submenu-standart li a {
   float: none;
    color: black;
    font-size: 15px;
}

.submenu-standart li {padding: 0 18px;}
.submenu > li:last-child {border-right: none;}
.submenu img {
  display: block;
  
}

.subsubmenu li {
    float: left;
    list-style: none;
   
    line-height: 9px;
    margin-left: 10px;
}

img.catalog_head_image {
    float: left;
    width: 67px;
}

.submenu li a, 
.submenu-standart li a {
    display: block;
    padding: 5px 0;
    color: #9a9a9a;
    font-size: 13px;
    float: left;
}
.submenu li .link-image {padding: 0;}
.submenu li a:hover {color: #B03062;}
.submenu h3 {
 
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0;
}

.content {
  margin: 20px auto;
  padding: 0 20px;
}


@media(max-width:768px) {
  .top-menu li {
    width: 100%;
    height: auto!important;
  }
  .top-menu > li {border-bottom: 1px solid #e5e5e5;}
  .top-menu > li > a {padding: 18px}
  .submenu,
  .submenu-standart {
    position: relative;
    display: none;
    box-shadow: none;
    padding: 0;
    background: rgba(0,0,0,.02);
  }
  .submenu-standart {padding: 10px 0;}
  .submenu > li {
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 18px;
  }
  .submenu h3 {margin: 0 0 10px}
  .submenu .image-header {margin: 10px 0}
  .submenu li:last-of-type {border-bottom: none}
  .top-menu > li:hover .submenu,
  .top-menu > li:hover .submenu-standart {display: block;}
}

.item_main_categories {
    text-align: center;
    border: 1px solid #f2f2f2;
    padding: 30px 10px 30px;
    transition: all ease .2s;
}


   
.item_main_categories:hover {
     border-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}

.container.main_categories {
    background: white;
    
    padding-top: 12px;
}

.col-m-20.col-md-3.col-sm-4.col-xs-6.main_categories {
    padding: 0;
    margin: 0 0 -1px -1px;
 
}

@media (min-width: 1200px) {
.col-m-20 {
    width: 20%;
}
 
 .col-md-3.products{
 padding: 0;
    margin: 0 0 -1px -1px;
 
 }


}
 
div#fn-content {
   
       background: #ffffff;
}


.container.blog {
    background: white;
    padding: 40px;
    box-shadow: 0px 0px 40px 0px #b5b5b5;
    margin-top: -22px;
}

 
.annotation_price {
    display: block;
    font-size: 11px;
    margin-top: 25px;
    color: #ababab;
    text-align: center;
}

.fn-slick-banner_banner_categories.Geekowlcms.slick-banner.banner_categories img {
    width: 100%;
    margin-bottom: 20px;
}

.subscribe_main {
    background: rgb(65, 71, 78);
    padding-bottom: 30px;
    padding-top: 30px;
}



input.form-control.subscribe-control.form-control-sm {
    border-radius: 0px;
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    height: 49px;
    padding: 6px 12px;
    background: #fbfbfb;
}

input.btn.btn-warning.btn-block.subscribe {
    /* position: absolute; */
    top: 0;
    right: 0;
    margin: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px 30px 14px;
    height: 49px;
    letter-spacing: .7px;
    font-weight: 700;
    width: 25%;
}

.subscribe-title1 {
    /* display: -webkit-inline-box; */
    float: right;
    margin-right: 25px;
    margin-top: 7px;
}

a.tiny_product_cart {
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 600;
}

span.icon_stock {
    width: 14px;
    height: 18px;
    background: url(../images/ai.png) -112px -78px no-repeat;
    margin: 1px 6px 0 0;
   
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #666;
    background-position: -111px -50px;

}

.stock {
    font-size: 12px;
    color: #a5a5a5;
} 

.sku {
    font-size: 12px;
    color: #afafaf;
}

.col-md-3.p-y-1.post_main:hover {
       box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}

.col-md-3.p-y-1.post_main {
    transition: all 0.5s;
    text-align: center;
    background: white;
    margin-left: 10px;
       
    margin-right: 10px;
}

img.hidden-md-down.post_main {
    width: 100%;
    margin-bottom: 10px;
}

a.link-black_post_main {
    font-size: 14px;
}

.blog-annotation_main {
    height: 3.9375rem;
    overflow: hidden;
    color: #3e3e3e;
    font-weight: 300;
    font-size: 13px;
}

.whote_soon {
    width: 100%;
    background: gradient black;
    height: 33px;
    position: absolute;
    bottom: 0px;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to top,rgb(255, 255, 255) 0,rgba(255, 255, 255, 0.18) 100%);
    /* margin: 0px auto; */
    /* left: 50%; */
    /* right: 107%; */
}

span.fn-price.single_product {
    font-size: 2em;
}

a.hyper_image {
    height: 150px;
    display: block;
}

.col-lg-8.error_no {
    font-size: 30em;
    font-weight: 600;
    color: #0084cf;
 line-height: 1em;
}

.col-lg-4.error_no_text {
    font-size: 24px;
    background: white;
    padding: 23px;
     line-height: 55px;
    margin-top: 3em;
}

.breadcrumb_all {
   
    color: white;
    padding-bottom: 40px;
    padding-top: 40px;
}

img {
    max-width: 100%;
}

.breadcrumb_all.cart {
    /* background: black; */
    background-color: #fafaf9;
}

.col-xs-12.col-lg-6.text-md-right.p-r-0-md_down.phone_cart {
    display: block;
}

.col-xs-12.col-lg-6.text-md-right.p-r-0-md_down.phone_cart a {
        display: -webkit-box;
    list-style: none;
    color: #a7a7a7;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 31px;
    /* text-align: center; */
    width: 50%;
    margin: 0px auto;
}


.col-xs-12.col-lg-6.text-md-right.p-r-0-md_down.phone_cart li {
    margin-left: 10px;
    margin-right: 10px;
    color: #7d7d7d;
}

.col-xs-12.col-lg-4.text-md-right.p-r-0-md_down.user_cart a {
    
    list-style: none;
    color: #a7a7a7;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 49px;
}

.white_header {
    background: white;
   
}
input.fn-search.Geekowlcms.form-control {
    height: 50px;
}




@media (min-width: 1000px) {

.white_header_trans {
   
        position: absolute;
    z-index: 9999;
    left: 25%;
    margin-left: -25%;
    width: 100%;
}
 
 .col-md-3.p-y-1.post_main {
    transition: all 0.5s;
    text-align: center;
    background: white;
    margin-left: 10px;
        width: 23%;
    margin-right: 10px;
}
 
 
 form.subscribe {
    width: 60%;
    display: flex;
}

.subscribe-title {
    float: left;
    width: 29%;
    display: block;
	color: #d2d2d2;
}
 
 
 
 
 }

.delivery_info {
    text-align: center;
    margin-top: 12px;
    color: #286892;
    font-weight: 600;
    font-size: 19px;
}
button.btn.btn-warning.button_single_product.i-add-cart {
    width: 63%;
    margin-top: -6px;
    font-size: 13px;
}

.auto_body {
    margin-top: 20px;
    color: #616161;
    font-size: 13px;
}

@media (max-width: 991px){
.breadcrumb_products {
    background: #0088cc;
    color: white;
    padding-bottom: 20px;
    padding-top: 20px;
}
 
 
 .container.single_product {
    padding: 42px 15px 15px 15px;
    background: white;
    box-shadow: 0 0 27px 0 rgba(0,0,0,.1);
    margin-top: -30px;
}
 
 input.btn.btn-warning.btn-block.subscribe {
   
    top: 0;
    right: 0;
    margin: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px 0px 14px;
    height: 49px;
   
    font-weight: 700;
    width: 33%;
    font-size: 16px;
}
 
 form.subscribe {
    width: 100%;
    display: flex;
}
 
 
}

@media (max-width: 1300px){
 button.btn.btn-warning.button_single_product.i-add-cart {
    width: 57%;
    margin-top: -6px;
    font-size: 12px;
}
 
}

@media (max-width: 1200px){
 button.btn.btn-warning.button_single_product.i-add-cart {
     float: none;
    width: 100%;
    margin-top: 20px;
 }
 

}

.shpu_pagination {
    margin-top: 20px;
    margin-bottom: 50px;
}

 .logo_header {
    width: 238px;
    margin-top: -23px;
}
.slick-track {
    min-height: 352px;
}

button.btn.btn-warning.i-add-cart.related.small_cart {
    width: 100%;
}

.form-captcha {
    display: block;
}
span.br_white {
    color: white;
}

.services.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    background: white;
    margin-bottom: 16px;
}

a.link-black.fool {
    letter-spacing: 15px;
}

a.pochta_header_a {
    color: #58b8e2;
    font-weight: 600;
    color: #243541;
    font-size: 16px;
}

.h4.m-b-1.center_h4 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.h4.m-b-1.center_h4_green {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
 color: green;
}

.h4.m-b-1.center_h4_red {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
     color: red;
}

a.link-black {
    display: block;
}