.wrapper_home_con {
   width: 100%;
 }
 .front_search {
   width: inherit;
   padding: 25px 0;
 }
 .wrapper_form_search {
   width: 100%;
   padding: 0;
   margin: 0;
   background: #03a9f4;
   color: #fff;
 }
 .front_form_search .top {
   width: 100%;
   clear: both;
   padding: 25px 35px;
 }
 .top .large,
 .bot{
   justify-content: space-between;
 }
 .top .small{
   justify-content: flex-start;
 }
 .large {
   justify-content: space-between;
   align-items: start;
 }
 .front_form_search .large > div.b1 {
   width: 35%;
   padding-right: 35px;
}
.front_form_search .large > div.b2 {
   width: 50%;
   padding-right: 35px;
}
.front_form_search .large > div.b3 {
   width: 15%;
}
.large .box {
   width: 100%;
   clear: both;
   position: relative;
 }
 .large .label {
   width: 100%;
   color: #fff;
   font-size: 16px;
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
   font-weight: 600;
   margin-bottom: 10px;
 }
 .large input {
   height: 46px;
   padding: 12px 12px;
   line-height: 20px;
   float: left;
   width: 100%;
   border: 1px solid #fff;
   font-size: 15px;
   color: #111;
 }
 .front_form_search .large button {
   border: none;
   background: #FDE74C;
   color: #444;
   width: 100%;
   padding: 13px 10px;
   height: 46px;
   margin: 0;
   text-align: center;
   font-size: 14px;
   line-height: 18px;
   font-weight: 600;
   box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
   cursor: pointer;
 }
 #location-picker {
   position: relative;
   width: 100%;
   z-index: 10;
}
#location-picker .shower-wrap {
   position: absolute;
   width: 100%;
   height: auto;
   top: 45px;
   left: 0px;
}
#location-picker .shower {
   display: none;
   float: left;
   width: 100%;
   clear: both;
   max-height: 300px;
   overflow-y: auto;
   border: 1px solid rgba(0, 0, 0, 0.4);
   border-top: 1px solid #eee;
   background: #fff;
   z-index: 1;
}
#location-picker:hover input[type="text"].term,
#location-picker:focus input[type="text"].term,
#location-picker input[type="text"].term.open {
   border-color: rgba(0, 0, 0, 0.4);
}
#location-picker .shower .option.more-pick,
#location-picker .shower .option.min-char {
   font-style: italic;
   color: #999;
   font-size: 11px;
}
#location-picker .shower .option.service, #location-picker .shower .option.service:hover {
   cursor: default;
   font-weight: 500;
   text-decoration: none;
}
#location-picker .shower .option {
   display: block;
   width: 100%;
   border-bottom: 1px solid #fff;
   color: #444;
   padding: 10px 10px;
   font-size: 13px;
   cursor: pointer;
   position: relative;
 }
 #location-picker .shower .option.more-pick,
 #location-picker .shower .option.min-char {
   font-style: italic;
   color: #999;
   font-size: 11px;
 }
 #location-picker .shower .option.service,
 #location-picker .shower .option.service:hover {
   cursor: default;
   font-weight: 500;
   text-decoration: none;
 }
.front_form_search .small > div.b1 {
   width: 35%;
   padding-right: 35px;
}
.front_form_search .small > div.b2 {
   width: 30%;
   padding-right: 35px;
}
.front_form_search .small > div.b3 {
   width: 20%;
   padding-right: 35px;
}
.b1.price {
   flex-direction: column;
 }
 .front_form_search .box {
   width: 100%;
   clear: both;
   position: relative;
}
 .b1.price .box {
   width: 100%;
 }
 .front_form_search .small > div.price .input-wrap {
   width: 40%;
   position: relative;
}
.front_form_search  .small > div.price input {
   width: 100%;
}
.front_form_search .small > div.price span.price-del {
   width: 20%;
   text-align: center;
}
.front_form_search .small input {
   height: 30px;
   padding: 6px 12px;
   line-height: 14px;
   border: 1px solid #fff;
   font-size: 13px;
   color: #111;
}
.front_form_search .small > div.b2 {
   width: 30%;
   padding-right: 35px;
}
.front_form_search .small > div.price .input-wrap .currency {
   position: absolute;
   right: 9px;
   top: 7px;
   font-weight: 600;
   color: #111;
   line-height: 16px;
   font-size: 14px;
}
.front_form_search .small .label {
   width: 100%;
   color: #fff;
   font-size: 13px;
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
   font-weight: 600;
   margin-bottom: 6px;
}
.simple-select .list {
   display: none;
   z-index: 3;
   position: absolute;
   width: 100%;
   top: 28px;
   left: 0;
   background: #fff;
   border: 1px solid rgba(0, 0, 0, 0.4);
     border-top-color: rgba(0, 0, 0, 0.4);
     border-top-style: solid;
     border-top-width: 1px;
   border-top: none;
   padding: 3px 1px;
   -webkit-border-bottom-right-radius: 3px;
   -webkit-border-bottom-left-radius: 3px;
   -moz-border-radius-bottomright: 3px;
   -moz-border-radius-bottomleft: 3px;
   border-bottom-right-radius: 3px;
   border-bottom-left-radius: 3px;
 }
.simple-select {
   width: 100%;
   clear: both;
   position: relative;
}
.simple-select .text {
   display: flex;
align-items: center;
justify-content: space-between;
   cursor: pointer;
   float: left;
   width: 100%;
   clear: both;
   background: #fff;
   border: 1px solid #fff;
   font-size: 13px;
   padding: 5px 12px;
   height: 30px;
   color: #333;
}
.simple-select .option.selected::after {
   content: "\f00c";
   color: #8BC34A;
   font-family: "FontAwesome";
   position: absolute;
   right: 7px;
   top: 8px;
   font-size: 14px;
   font-weight: 500;
 }
 .simple-select .option {
   cursor: pointer;
   position: relative;
   float: left;
   width: 100%;
   clear: both;
   padding: 8px 9px;
     padding-top: 8px;
     padding-bottom: 8px;
   line-height: 14px;
   color: #444;
 }
 .simple-select .option.info {
   background: #f8f8f8;
   color: #666;
   padding-top: 10px;
   padding-bottom: 10px;
   font-style: italic;
   border-top: 1px solid #eee;
   cursor: default;
 }
 .simple-select .option:not(.info):hover {
   background-color: #eee;
   color: #111;
   font-weight: bold;
}
.front_form_search .bot {
   width: 100%;
   clear: both;
   background: rgba(0, 0, 0, 0.1);
   padding: 10px 35px;
   border-top: 1px solid rgba(255, 255, 255, 0.75);
}
.front_form_search .bot .left {
   display: flex;
   justify-content:start;
   width: 50%;
}
.front_form_search .bot .right {
   display: flex;
   justify-content:end;
   width: 50%;
}
.front_form_search .bot a {
   font-size: 13px;
   color: #fff;
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
   text-decoration: none;
}
.front_form_search .bot .right a {
   text-decoration: underline;
   font-weight: 600;
}
.main_nav {
   padding: 22px 0;
 }
 ul.menu_main {
   justify-content: center;
 }
 .menu_main li {
   display: inline-flex;
   margin: 0 5px 20px 5px;
   width: 120px;
 }
 .menu_main li a{
   display: flex;
   flex-direction: column;
   justify-content: center;
   width: 100%;
 }
 .menu_main li a .img{
   display: inline-block;
   margin: 0 auto;
   position: relative;
   width: 70px;
   border: 1px solid #e6e6e6;
   clear: both;
   text-align: center;
   height: 70px;
   background: #fff;
   box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.06);
   -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.06);
   -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.06);
   -webkit-border-radius: 35px;
   -moz-border-radius: 35px;
   border-radius: 35px;
   -webkit-transition: 0.1s linear all;
   -moz-transition: 0.1s linear all;
   -ms-transition: 0.1s linear all;
   -o-transition: 0.1s linear all;
   transition: 0.1s linear all;
 }
 .menu_main li a .img span{
   opacity: 0;
   z-index: 1;
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -webkit-border-radius: 35px;
   -moz-border-radius: 35px;
   border-radius: 35px;
   -webkit-transition: opacity 0.1s ease-in-out;
   -moz-transition: opacity 0.1s ease-in-out;
   -ms-transition: opacity 0.1s ease-in-out;
   -o-transition: opacity 1s ease-in-out;
   transition: opacity 0.1s ease-in-out;
   box-shadow: -5px -5px 20px rgba(0,0,0,0.05) inset;
   -moz-box-shadow: -5px -5px 20px rgba(0,0,0,0.05) inset;
   -webkit-box-shadow: -5px -5px 20px rgba(0,0,0,0.05) inset;
 }
 .menu_main li .img .fa {
   position: relative;
   z-index: 2;
   font-size: 23px;
   line-height: 68px;
   text-align: center;
   color: #F44336;
   -webkit-transition: 0.1s linear all;
   -moz-transition: 0.1s linear all;
   -ms-transition: 0.1s linear all;
   -o-transition: 0.1s linear all;
   transition: 0.1s linear all;
}
.menu_main .name {
   margin: 10px 0 0 0;
   width: 100%;
   text-align: center;
   height: 40px;
   line-height: 20px;
   font-weight: 500;
   font-size: 13px;
   color: #333;
   word-wrap: break-word;
   word-break: break-word;
   text-align: center;
 }
 .menu_main li a:hover .img span {
   opacity: 1;
}
.menu_main li a:hover .fa {
   color: #fff!important;
}
.section_product_premium {
   padding: 20px 0 10px 0;
   border-top: 1px solid #e4e4e4;
   border-bottom: 1px solid #e4e4e4;
   background: #f0f0f0;
 }
 .product_premium_con .product {
   background-color: #fbfbfb;
 }
 .product_premium_con {
   flex-direction: column;
   align-items: flex-start;
 }
 .product_premium_con h2 {
   font-size: 16px;
   font-weight: 600;
   color: #000;
   line-height: 20px;
   margin: 10px 0 5px 0;
 }
 .product_premium_con {
   flex-direction: column;
 }
 .product_premium_con ul {
  display: flex;
  width: 100%;
  margin: 10px 0 0;
}
.product_item.product_premium {
   width: 18%;
   margin: 0 1% 25px 1%;
   height: auto;
   clear: none;
   position: relative;
 }
.wrapper_product_item {
  background: #fbfbfb;
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  border: 1px solid #eee;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.15s linear all;
  -moz-transition: 0.15s linear all;
  -ms-transition: 0.15s linear all;
  -o-transition: 0.15s linear all;
  transition: 0.15s linear all;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.product_item_img {
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 180px;
  position: relative;
  background-color: #fff;
}
.category-link {
    cursor: default;
    z-index: 3;
    padding: 0 8px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    display: block;
    top: 30px;
    left: 0px;
    -webkit-transition: all 200ms cubic-bezier(0.000, 1.135, 0.730, 1.405) .2s;
    -moz-transition: all 200ms cubic-bezier(0.000, 1.135, 0.730, 1.405) .2s;
    -ms-transition: all 200ms cubic-bezier(0.000, 1.135, 0.730, 1.405) .2s;
    -o-transition: all 200ms cubic-bezier(0.000, 1.135, 0.730, 1.405) .2s;
    transition: all 200ms cubic-bezier(0.000, 1.135, 0.730, 1.405) .2s;
}
.img-link {
   background: #fff;
   width: 100%;
   height: auto;
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
   border-bottom: 1px solid #eee;
   -webkit-border-top-left-radius: 3px;
   -webkit-border-top-right-radius: 3px;
   -moz-border-radius-topleft: 3px;
   -moz-border-radius-topright: 3px;
   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
   margin: 6px 0;
}
.premium-label,
.skidka-label{
    z-index: 5;
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    position: absolute;
    left: -4px;
    top: -4px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: block;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}
.premium-label span,
.sold-label span,
.reserved-label span,
.skidka-label span{
   font-size: 12px;
   font-weight: 500;
   width: 200px;
   height: 20px;
   background: #8BC34A;
   display: block;
   text-align: center;
   position: absolute;
   top: 18px;
   left: -67px;
   color: #fff;
   z-index: 11;
   webkit-transition: 0.1s linear all;
   -moz-transition: 0.1s linear all;
   -ms-transition: 0.1s linear all;
   -o-transition: 0.1s linear all;
   transition: 0.1s linear all;
   -webkit-transition-delay: 0.2s;
   transition-delay: 0.2s;
   -ms-transform: rotate(-45deg);
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
.skidka-label span{
   background:red;
}
.premium-label:before,
.sold-label:before,
.reserved-label:before {
   display: block;
   content: "";
   position: absolute;
   top: -4px;
   right: 1px;
   width: 0;
   height: 0;
   border: 4px solid;
   border-color: transparent transparent #689631 transparent;
}
.skidka-label:before{
   display: block;
   content: "";
   position: absolute;
   top: -4px;
   right: 1px;
   width: 0;
   height: 0;
   border: 4px solid;
   border-color: transparent transparent red transparent;
}
.premium-label:after,
.sold-label:after,
.reserved-label:after {
   display: block;
   content: "";
   position: absolute;
   left: -4px;
   bottom: 1px;
   width: 0;
   height: 0;
   border: 4px solid;
   border-color: transparent #689631 transparent transparent;
}
.skidka-label:after{
   display: block;
   content: "";
   position: absolute;
   left: -4px;
   bottom: 1px;
   width: 0;
   height: 0;
   border: 4px solid;
   border-color: transparent red transparent transparent;
}
.product_item_info {
   display: flex;
 }
a.title {
   text-align: left;
   width: 100%;
   clear: both;
   font-size: 13px;
   line-height: 18px;
   text-decoration: none;
   font-weight: bold;
   color: #03a9f4;
   margin: 10px 0 4px 0;
   padding: 0 10px;
   overflow: hidden;
   text-overflow: ellipsis;
   height: 18px;
   white-space: nowrap;
   word-wrap: break-word;
   word-break: break-all;
   -webkit-transition: 0s linear all;
   -moz-transition: 0s linear all;
   -ms-transition: 0s linear all;
   -o-transition: 0s linear all;
   transition: 0s linear all;
}
.price {
   display: flex;
   justify-content: space-between;
   min-height: 20px;
   width: 100%;
   padding: 0 10px;
   margin: 0 0 9px 0;
   color: #333;
   font-weight: normal;
   text-align: left;
}
.regular_price {
   display: inline-flex;
   font-size: 14px;
   color: red;
 }
.section_product_latest {
   display: flex;
   padding-bottom: 15px;
   border-top: 1px solid #f2f2f2;
 }
 .wrapper_product_latest {
   padding: 35px 0 0 0;
 }
 .product_latest_con {
   flex-direction: column;
 }
 .product_latest_con ul{
   display: flex;
   width: 100%;
   margin: 10px 0 0;
 }
 .home.latest {
   line-height: 20px;
   width: 100%;
   text-align: left;
   clear: both;
   color: #F44336;
   font-weight: 600;
   margin: 10px 0 5px 0;
   font-size: 16px;
   padding: 0;
 }