@import url(https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700&subset=latin,cyrillic);

*{
    box-sizing: border-box;
}

html{
    min-height: 100%;
    font-size: 14px;
}

body{
    min-height: 100%;
    background: #ffffff;
    margin: 0;
    padding: 0;
    font-family: 'PT Sans Caption', Tahoma, Arial;
    font-size: 13px;
    color: #000;
    line-height: 18px;
}

a{
    outline: none;
    text-decoration: underline;
    color: #0F51A6;
}

a:hover{
    text-decoration: none;
}

img{
    border: 0;
    max-width: 100%;
    height: auto;
}

h1 { color: #ee7c00; font-size: 20px; font-family: 'PT Sans Caption', sans-serif; line-height: 1.1; text-transform: uppercase; margin: 0 0 15px; }
h2 { color: #ee7c00; font-size: 20px; font-family: 'PT Sans Caption', sans-serif; line-height: 1.1; text-transform: uppercase; margin: 0 0 15px; }
h3 { font-size: 18px; line-height: 22px; font-weight: normal; padding-top: 5px; }

h1 a, 
h2 a {
    color: #ee7c00; 
}

p { 
    margin: 3px 0 10px 0; 
}

ul, ol {
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
}

.clear{
    clear: both;
}

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.align{
    max-width: 960px;
    margin: 0 auto;
}

.align-full{
    max-width: 960px;
    margin: 0 auto;
}

.main_wrapper{
    min-height: 330px;
}

.reg-lost{
    min-height: 330px;
}

.no_way{
    color: red;
    padding: 5px 0 10px 0;
}

/* Header */
.hat_wrapper{

}

.hat_section{
    padding: 35px 0 20px 0;
}

.hat_main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.logo {
    flex-shrink: 0;
}

.logo a{
    display: block;
}

.hat_phone_block {
    
}

.hat_phone_title {
    color: #7c7c7c;
    font-size: 17px;
    margin-bottom: 10px;
}

.hat_phone {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 23px;
    font-weight: 700;
}

.hat_misc {
    
}

.hat_enter {
    display: block;
    margin-bottom: 10px;
    padding: 5px 10px 5px 28px;
    background: #98b200 url(../img/bg_enter.png) 8px center no-repeat;
    border-radius: 15px;
    color: #fff;
    font-size: 13px;
}

.sms_enter{
    display: block;
    margin-bottom: 10px;
    padding: 5px 10px 5px 28px;
    background: #98b200 url(../img/bg_enter.png) 8px center no-repeat;
    border-radius: 15px;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    text-decoration: underline;
}

.hat_cart {
    padding: 0 0 0 20px;
    background: url(../img/bg_cart.png) 3px top no-repeat;
    color: #a8a8a8;
    line-height: 1.3;
    font-size: 12px;
    max-width: 135px;
}

.menu_container{
    padding: 15px 0;
}

.burger{
    display: none;
    width: 30px;
    height: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 26px;
    margin: 0 auto;
    cursor: pointer;
}

#hat_menu_ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

#hat_menu_ul .menu-item a{
    display: block;
    padding: 10px;
    color: #231f20;
    font-size: 17px;
}

#hat_menu_ul .current-menu-item a{
    color: #EE7C00;
}

.search_container {

}

.search_container.scrolled{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: linear-gradient(to top, #c7e2ff, #eef9ff);
    border-radius: 0;
    box-shadow: inset 0 1px 0 #f0f0f0, 0 1px 3px rgba(0,0,0,.5);
}



.search_form {
    padding: 17px 18px;
    background: linear-gradient(to top, #f1f2f2, #e6e7e8);
    border-radius: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
}



#search_results{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    box-shadow: #ccc 0 0 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    padding: 2px 7px;
    max-height: 400px;
    overflow-y: auto;
}

.search_container.scrolled #search_results{

}

#search_results.active{
    opacity: 1;
    visibility: visible;
}

#search_results li{
    list-style-type: none;
    margin: 5px 0;
}

#search_results li a{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 2px 6px;
    text-decoration: none;
}

.search_one_content{
    flex-grow: 1;
}

#search_results li img{
    flex-shrink: 0;
    margin-left: 10px;
    width: auto;
    height: 48px;
}

.search_one_title{
    color: #222222;
    font-size: 15px;
}

.autocomplete-price {
    color: #009DE2;
    font-size: 13px;
}

.search_form input[type="text"]{
    width: calc(100% - 50px);
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 40px 0 15px;
    font-size: 16px;
    border-radius: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) inset;
    border: 1px solid #d5d5d5;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    color: #a8a8a8;
}

.search_container.scrolled .search_inner{
    max-width: 960px;
    margin: 0 auto;
    padding: 15px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search_container.scrolled .search_form{
    padding: 0;
    background: none;
    border-radius: 0;
    max-width: 58%;
    flex-grow: 1;
}

.search_form input[type="text"]:focus{
    background: #ffffff;
    border: 1px solid #ee7c00;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) inset, 0 0 8px rgba(238, 124, 0, 0.5);    background: #ffffff;
    border: 1px solid #ee7c00;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) inset, 0 0 8px rgba(238, 124, 0, 0.5);
    outline: none;
}

.search_form input[type="text"]:focus::placeholder{
    color: transparent;
}

.search_form input[type="submit"]{
    background: #009de2;
    width: 80px;
    height: 30px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    outline: none;
    padding: 0;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    margin: 0 0 0 -30px;
}

.search_form input[type="submit"]:focus{
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(238, 124, 0, 0.5);
}

.search_cart {
    display: none;
    padding: 4px 0 4px 35px;
    background: url(../img/cart_buy_blue_big.png) no-repeat left center;
}

.search_container.scrolled .search_cart{
    display: block;
}

.hat_cart .search_cart_empty{
    color: #a8a8a8;
    display: inline;
}

.hat_cart .search_cart_buynow{
    color: #a8a8a8;
    display: inline;
}

.search_cart_empty {
    font-size: 12px;
    color: #009de2;
    line-height: 1.3;
}

.search_cart_empty a{
    color: #EE7C00;
}

.search_cart_buynow {
    font-size: 12px;
    color: #009de2;
    line-height: 1.3;
    font-weight: 700;
}

    

/* Main */
.breadcrumbs{
    margin-bottom: 10px;
}

.breadcrumbs a{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    color: #0f51a6;
    font-size: 12px;
    padding: 3px 0;
}

.breadcrumbs span{
    display: inline-block;
    vertical-align: middle;
}

.breadcrumbs a:after {
    content: '';
    margin: 0 0 0 5px;
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 5px;
    background: url(../img/ar.gif) no-repeat;
}

.breadcrumbs a:last-child:after{
    display: none;
}



.main_content{
    padding: 1px 0 20px 0;
}

/* Frontpage misc */
.frontpage_misc {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.frontpage_info {
    
}

.frontpage_misc_block {
    width: 48%;
}

.frontpage_news .frontpage_misc_header a {
    color: #009de2;
}

.frontpage_misc_container {
    
}

.frontpage_misc_one {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 10px;
    align-items: flex-start;
}

.frontpage_misc_one_img {
    flex-shrink: 0;
    width: 62px;
    margin-right: 10px;
    border: 1px solid #c4c4c4;
}

.frontpage_misc_one_img img{
    display: block;
}

.frontpage_misc_one_content {
    flex-grow: 1;
}

.frontpage_misc_one_data{

}

.frontpage_misc_one_title {
    display: block;
    font-size: 14px;
}

.back_to_archive{
    background-color: #0074cc;
    text-decoration: none;
    background-image: linear-gradient(to top, #0088cc, #0055cc);
    background-repeat: repeat-x;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    display: inline-block;
    padding: 7px 15px 7px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 17px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.back_to_archive i{
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    background-image: url(../img/glyphicons-halflings-white.png);
    background-position: -264px -144px;
    margin-right: 5px;
}

.back_to_archive:hover{
    background-color: #0055cc;
}

    

/* Useful sinle with sidebar */
.main_container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-bottom: 20px; 
}

.main_container .main_content{
    flex-grow: 1;
}

.main_container .main_sidebar{
    flex-shrink: 0;
    width: 230px;
    margin-left: 20px;
}

.main_another_useful{
    background: #efefef;
    padding: 18px;
    border-radius: 10px;
}

.header_another_useful{
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 700;
}

.another_useful_one {
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.another_useful_one:last-child{
    margin-bottom: 0;
}

.another_useful_one_img {
    display: block;
    width: 60px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-right: 15px;
    flex-shrink: 0;
}

.another_useful_one_img img{
    display: block;
}

.another_useful_one_title {
    display: block;
    flex-grow: 1;
    font-size: 10px;
    line-height: 1.3;
    color: #0F51A6;
}

/* Arhive */
.archive_container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.archive_one {
    width: 46%;
    margin-bottom: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
}

.archive_one_img {
    display: block;
    width: 106px;
    margin-right: 15px;
    border: 1px solid #c4c4c4;
    flex-shrink: 0;
}

.archive_one_img img{
    display: block;
    margin: 0 auto;
}

.archive_one_content {
    flex-grow: 1;
}

.archive_one_title {
    font-size: 18px;
    display: block;
    line-height: 1.3;
    word-break: break-word;
}

.archive_one_description{
    margin-top: 10px;
    color: #666;
}

/* Frontpage tabs */
.frontpage_tabs{
    margin: 30px 0 35px 0;
}

.frontpage_tabs_container{
    padding-bottom: 15px;
}

.frontpage_tab{
    color: #0F51A6;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 28px;
    padding: 0 12px;
    line-height: 27px;
    border-radius: 15px;
    position: relative;
}

.frontpage_tab:after{
    content: '';
    border: 5px solid transparent;
    border-top-color: #ee7c00;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -3px;
    display: none;
}

.frontpage_tab.active:after{
    display: block;
}

.frontpage_tab.active{
    color: #fff;
    background: #ee7c00;
}

.frontpage_tab span{
    border-bottom: 1px dotted #000;
}

.frontpage_tab.active span{
    border: 0;
}

.product_tab {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.product_one {
    width: 225px;
    position: relative;
    margin: 0 7px 20px 7px;
}

.product_one_sale{
    display: flex;
    z-index: 1;
    height: 37px;
    position: absolute;
    top: 4px;
    left: -5px;
    text-decoration: none !important;
}

.product_one_sale span{
    text-decoration: none !important;
    color: #fff;
    position: relative;
    top: 13px;
}

.product_one_sale > div{
    min-width: 100px;
    height: 37px;
    background: url(../img/sale_info_part2.png);
    padding: 0 10px;
}


.product_one_sale:before{
    content: '';
    display: block;
    width: 9px;
    height: 37px;
    background: url(../img/sale_info_part1.png) no-repeat center;
}

.product_one_sale:after{
    content: '';
    display: block;
    width: 15px;
    height: 37px;
    background: url(../img/sale_info_part3.png) no-repeat center;
}

.product_one_img {
    display: block;
    border: 1px solid #c4c4c4;
    margin: 0 0 13px 0;
    position: relative;
    min-height: 223px;
}

.product_one_img img{
    display: block;
    margin: 0 auto;
}

.product_one:hover .product_one_img{
    border-color: #ee7c00;
}

.product_one_misc {
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.product_one_to-cart {
    display: block;
    padding: 0px 7px;
    border-right: 1px solid #7ca100;
    height: 29px;
    background: linear-gradient(to top, #7ba100, #aac800);
    border-radius: 15px 0 0 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.product_one_to-cart.active{
    background: #FAA732;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

}

.product_one_to-cart i{
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    background-image: url(../img/glyphicons-halflings-white.png);
    background-position: -360px -120px;
}

.product_one_to-cart.active i{
    background-position: -312px 0;
}

.product_one_price {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    padding: 0 17px 0 13px;
    height: 29px;
    line-height: 29px;
    background: url(../img/bg_dot.png) 94% center no-repeat,
                linear-gradient(to top, #7ba100, #aac800);
    border-radius: 0 15px 15px 0;
}

.product_one_price .fa {
    
}

.product_one_title {
    display: block;
    font-size: 14px;
}

.frontpage_category_container{

}

.frontpage_category_block {
    width: 25%;
    padding: 8px;
}

.frontpage_category_inner{
    background: #98b200;
    border-radius: 15px;
    padding: 16px 20px 10px 20px;
}

.frontpage_category_title {
    font-size: 14px;
    margin: 0 0 12px;
}

.frontpage_category_block ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.frontpage_category_block ul li{
    padding: 0 0 8px 19px;
    list-style-type: none;
    background: url(../img/bg_sep.png) 0 6px no-repeat;
    line-height: 1.2;
}

.frontpage_category_block ul li a{
    color: #fff;
    text-decoration: none;
}

.frontpage_category_block ul li a:hover{
    text-decoration: underline;
}

.itemcatalog_239 .frontpage_category_inner{background: #98b200 url(../img/bg_ct.png) right bottom no-repeat;}
.itemcatalog_239 .frontpage_category_title{color: #5b7c00;}

.itemcatalog_247 .frontpage_category_inner{background: #df73ad url(../img/bg_ct4.png) right bottom no-repeat;}
.itemcatalog_247 .frontpage_category_title{color: #c73c7c;}

.itemcatalog_248 .frontpage_category_inner{background: #a56eae url(../img/bg_ct6.png) right bottom no-repeat;}
.itemcatalog_248 .frontpage_category_title{color: #6b2f77;}

.itemcatalog_240 .frontpage_category_inner{background: #8799ce url(../img/bg_ct2.png) right bottom no-repeat;}
.itemcatalog_240 .frontpage_category_title{color: #475ca6;}

.itemcatalog_271 .frontpage_category_inner{background: #ee7c00 url(../img/bg_ct5.png) right bottom no-repeat;}
.itemcatalog_271 .frontpage_category_title{color: #994900;}

.itemcatalog_241 .frontpage_category_inner{    background: #ecb022 url(../img/bg_ct3.png) right bottom no-repeat;}
.itemcatalog_241 .frontpage_category_title{color: #8e5c03;}

.itemcatalog_246 .frontpage_category_inner{background: #009de2 url(../img/bg_ct1.png) right bottom no-repeat;}
.itemcatalog_246 .frontpage_category_title{color: #0061c8;}

.itemcatalog_249 .frontpage_category_inner{background: #7ac3ec url(../img/bg_ct7.png) right bottom no-repeat;}
.itemcatalog_249 .frontpage_category_title{color: #3a95da;}

.frontpage_symptoms_container{

}



.frontpage_symptoms_block {
    width: 25%;
    padding: 12px;
}

.all_symptoms_container .frontpage_symptoms_block{
    width: 33.33%;
}

.frontpage_symptoms_inner{

}

.frontpage_symptoms_title {
    color: #98b200;
    border-bottom: 1px solid #98b200;
    margin: 0 0 11px;
    padding: 0 0 7px;
    font-size: 18px;
}

.frontpage_symptoms_block ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.frontpage_symptoms_block ul li{
    padding: 0 0 8px 19px;
    list-style-type: none;
    background: url(../img/sep.png) 0 6px no-repeat;
    line-height: 1.15;
}

.frontpage_symptoms_block ul li a{
    color: #0f51a6;
}


.brands_tab {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.brand_one {
    border: 1px solid #b3b3b3;
    background: #fff;
    width: 150px;
    height: 150px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    margin: 0 5px 10px 5px;
}

.brand_one:hover{
    border-color: #EE7C00;
}

.brand_one img{
    max-width: 70%;
}

/* Frontpage sliders */
.frontpage_sliders{
    display: flex;
    margin: 35px 0;
    visibility: hidden;
}

.frontpage_sliders.show{
    visibility: visible;
}

.frontpage_slider1_wrapper{
    width: 226px;
    max-height: 105px;
    overflow-y: hidden;
}

.frontpage_slider2_wrapper{
    width: 471px;
    margin: 0 13px;
    max-height: 105px;
    overflow-y: hidden;
}

.frontpage_slider3_wrapper{
    width: 226px;
    max-height: 105px;
    overflow-y: hidden;
}

.frontpage_slide{
    overflow: hidden;
}

.frontpage_slide img{
    margin: 0 auto;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    height: 105px;
    width: auto;
}

.gallery-icon img{
    border-color: transparent !important;
}

ymaps{
    max-width: 100% !important;
}



/* Single page */
.single_product {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
}

.single_product_img {
    width: 225px;
    min-height: 225px;
    margin: 0 15px 20px 0;
    border: 1px solid #C4C4C4;
    flex-shrink: 0;
    font-size: 0;
}

.single_product_img img{
    display: block;
    margin: 0 auto;
}

.single_product_content {
    flex-grow: 1;
}

.single_product_description {
    margin-bottom: 30px;
}

.single_product_description table{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.single_product_description table td{
    width: 50%;
    border-bottom: 1px solid #c4c4c4;
    padding: 5px 0
}

.single_product_description table td:first-child{
    color: #757575;
}

.single_product_description table td:last-child{
    padding: 5px;
}

.single_product_description table tr:last-child td{
    border: 0;
}

.single_product_misc {
    
}

.single_product_out{
    color: #ee7c00;
    font-size: 18px;
    font-weight: 700;
}

.single_product_buy {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.single_product_quantity {
    background: #ccc;
    padding: 7px 15px 7px 10px;
    border-radius: 17px 0 0 17px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    position: absolute;
    left: 0;
    bottom: 0;
}

.single_product_quantity_minus {
    border: 0;
    padding: 2px 6px;
    font-size: 11px;
    line-height: 14px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-radius: 17px 0 0 17px;
    flex-shrink: 0;
}

.single_product_quantity_plus {
    border: 0;
    padding: 2px 6px;
    font-size: 11px;
    line-height: 14px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-radius: 0 17px 17px 0;
    flex-shrink: 0;
}

.single_product_quantity button:hover{
    background: #e6e6e6;
}

.single_product_quantity button:focus{
    outline: none;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}

.icon-minus{
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../img/glyphicons-halflings.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
    background-position: -433px -96px;
}

.icon-plus{
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../img/glyphicons-halflings.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
    background-position: -408px -96px;
}

.single_product_quantity_input {
    text-align: center;
    border-radius: 0;
    border: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
    background: #ffffff;
    font-size: 12px;
    padding: 2px 10px;
    color: #a8a8a8;
    width: 40px;
    font-weight: 700;
}

.single_product_quantity_input:focus{
    outline: none;
}

.single_product_button{
    position: relative;
    z-index: 1;
    width: 135px;
    -webkit-transition: margin-left 0.5s ease;
    text-align: center;
    padding: 8px 15px;
    font-size: 12px;
    line-height: 18px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    border-radius: 17px;
    cursor: pointer;
    outline: none;
}

.single_product_to_cart{
    background-color: #5bb75b;
    background-image: linear-gradient(to top, #aac800, #7ba200);
    background-repeat: repeat-x;
    color: #fff;
}

.icon-shopping-cart{
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../img/glyphicons-halflings-white.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
    background-position: -360px -120px;
}

.single_product_to_cart:hover{
    background: #7ba200;
}

.single_product_to_cart:active{
    background: #7ba200;
     box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,0.05);
}

.single_product_to_del{
    background-color: #faa732;
    background-image: linear-gradient(to top, #fbb450, #f89406);
    background-repeat: repeat-x;
    color: #fff;
    margin-left: 105px;
}

.icon-remove{
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../img/glyphicons-halflings-white.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
    background-position: -312px 0;
}

.single_product_to_del:hover{
    background: #f89406;
}

.single_product_to_del:active{
    background: #f89406;
     box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,0.05);
}

.single_product_price {
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    padding: 0 18px;
    height: 34px;
    line-height: 34px;
    background: url(../img/bg_dot.png) 95% center no-repeat,
    linear-gradient(to top, #009ce2, #0078d4);
    border-radius: 15px;
}

.single_product_tabs {
    background: #f2f2f2;
    margin: 40px 0;
    padding: 5px;
    border-radius: 15px;
}

.single_product_tabs_container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom: 1px solid #cecece;
}

.single_product_tab {
    cursor: pointer;
    color: #0F51A6;
    width: calc(25% - 6px);
    display: block;
    border: 1px solid #cecece;
    border-bottom: none;
    height: 29px;
    line-height: 29px;
    background: #e5e6e7 linear-gradient(to top, #e4e5e6, #d1d3d4);
    border-radius: 10px 10px 0 0;
    text-align: center;
    text-decoration: none;
    position: relative;
    margin-right: 8px;
}

.single_product_tab:last-child{
    margin-right: 0;
}

.single_product_tab:after{
    content: '';
    height: 1px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.single_product_tab:hover,
.single_product_tab.active{
    background: #fff;
    color: #0f51a6;
}

.single_product_tab:hover:after,
.single_product_tab.active:after{
    background: #fff;
}

.single_product_tabs_content {
    
}

.single_product_tabs_content_one {
    padding: 20px 22px;
    border: 1px solid #cecece;
    border-top: 0;
    line-height: 1.2;
    border-radius: 0 0 15px 15px;
    background: #fff;
}

.single_products_attention{
    font-size: 14px;
    font-style: italic;
    color: #a8a8a8;
}

.drugstore_avaible {
    margin-bottom: 45px;
}

.drugstore_avaible_one {
    padding: 11px 0;
    border-bottom: 1px solid #c4c4c4;
}

.drugstore_avaible_one:last-child{
    border: 0;
}

.drugstore_avaible_one_title {

}

.drugstore_avaible_one_misc{
    display: flex;
    align-items: center;
}

.drugstore_avaible_one_links{
    width: 50%;
    padding-right: 5px;
}

.drugstore_avaible_one_price{
    width: 50%;
    padding-left: 5px;
    text-align: right; 
    color: #ee7c00;
    font-weight: 700;
    font-size: 15px;
}

.drugstore_avaible_one_phone {
    display: block;
}

.drugstore_avaible_one_map {
    display: block;
    color: #0f51a6;
    padding: 0 0 0 13px;
    background: url(../img/ic.png) 0 4px no-repeat;
}

.single_slider{
    margin: 7px 0;
}

.single_slider_slide{
    display: block;
}

.single_slider_slide img{
    display: block;
    margin: 0 auto;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
}

/* BLOCKNAME 9 */


/* BLOCKNAME 10 */


/* BLOCKNAME 11 */


/* Catalog */
.catalog_container {
    margin: 20px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.catalog_sidebar {
    width: 230px;
    flex-shrink: 0;
    margin-right: 20px;
    border: 1px solid #c4c4c4;
    border-radius: 15px;
}

.catalog_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.catalog_menu > li{
    margin: 0;
    padding: 0;
    border-top: 1px solid #c4c4c4;
}

.catalog_menu > li:first-child{
    border: 0;
}

.catalog_menu li span{
    color: #0f51a6;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding: 15px;
    text-decoration: none;
    cursor: pointer;
}

.catalog_submenu{
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0 0 14px 15px;
}

.catalog_submenu > li{

}

.catalog_submenu > li > a{
    display: block;
    padding: 0 18px 10px 18px;
    background: url(../img/sep.png) 0 10px no-repeat;
}

.catalog_submenu > li > a.active{
    color: #ee7c00;
    background: url(../img/bg_sep1.png) 0 10px no-repeat;
}

.catalog_menu li span:hover {
    color: #6d6e71;
}

.catalog_taxonomy_block {
    margin-bottom: 15px;
}

.catalog_taxonomy_title {
    margin: 0 0 14px;
    padding: 4px 0 4px 18px;
    color: #fff;
    background: linear-gradient(to top, #7ca300, #a9c700);
    border-radius: 15px;
    text-shadow: 2px 2px 2px #7aa100;
}

.catalog_taxonomy_symptoms {
    padding: 0 17px;
}

.catalog_taxonomy_symptoms_ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.catalog_taxonomy_symptoms_ul li{
    margin: 0 0 8px 0;
    padding: 0;
}

.catalog_taxonomy_symptoms_ul li a{
    display: block;
    color: #0f51a6
}

.catalog_taxonomy_symptoms_all {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    padding: 1px 8px;
    background: linear-gradient(to top, #e49800, #ee7c00);
    border-radius: 15px;
    display: inline-block;
}

.catalog_taxonomy_alphabet {
    padding: 0 17px;
}

.catalog_taxonomy_alphabet li {
    display: inline-block;
    vertical-align: middle;
    color: #0f51a6;
    display: inline-block;
    margin: 0 6px 10px 0;
    list-style-type: none;
}

.catalog_taxonomy_alphabet li a{
    color: #0f51a6;
    display: block;
    text-decoration: none;
}

.catalog_taxonomy_alphabet li a:hover{
    text-decoration: underline;
}

.catalog_main {
    flex-grow: 1;
}

.catalog_paginaion {
    background: #EFEFEF;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 7px 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.catalog_pagination_main {
    
}

.catalog_pagination_current {
    background: #ffffff;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    font-size: 11px;
    padding: 0 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 42px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    color: #000;
}

.catalog_pagination_current:focus{
    background: #ffffff;
    border-color: #ee7c00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(238, 124, 0, 0.5);
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    outline: none;
}


.catalog_pagination_all {
    
}

.catalog_pagination_arrows {
    margin-left: 10px;
}

.catalog_pagination_arrows button{
    background-color: #dcdcdc;
    background-image: linear-gradient(top, #dcdcdc, #bebebe);
    padding: 2px 6px;
    font-size: 11px;
    line-height: 14px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    border: 0;
    border-radius: 17px;
}

.catalog_pagination_arrows button:hover{
    background: #bebebe;
}

.catalog_pagination_arrows button:active,
.catalog_pagination_arrows button:focus{
    outline: none;
    background: #bebebe;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); 
}

.catalog_pagination_arrows i{
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../img/glyphicons-halflings.png);
    background-repeat: no-repeat;
}

.icon-chevron-right {
    background-position: -456px -72px;
}

.icon-chevron-left {
    background-position: -432px -72px;
}

.catalog_pagination_prev {
    
}

.catalog_pagination_next {
    
}

.catalog_content{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.catalog_one {
    width: 170px;
    position: relative;
    margin: 0 100px 58px 0;
}

.catalog_one:nth-child(3n+3){
    margin-right: 0;
}

.catalog_one_sale {
    display: flex;
    z-index: 1;
    height: 37px;
    position: absolute;
    top: 4px;
    left: -5px;
    text-decoration: none !important;
}

.catalog_one_sale span{
    text-decoration: none !important;
    color: #fff;
    position: relative;
    top: 13px;
}

.catalog_one_sale > div{
    min-width: 100px;
    height: 37px;
    background: url(../img/sale_info_part2.png);
    padding: 0 10px;
}


.catalog_one_sale:before{
    content: '';
    display: block;
    width: 9px;
    height: 37px;
    background: url(../img/sale_info_part1.png) no-repeat center;
}

.catalog_one_sale:after{
    content: '';
    display: block;
    width: 15px;
    height: 37px;
    background: url(../img/sale_info_part3.png) no-repeat center;
}

.catalog_one_img {
    display: block;
    background: #ffffff;
    border: 1px solid #c4c4c4;
    min-height: 170px;
}

.catalog_one_img img{
    display: block;
    margin: 0 auto;
}

.catalog_one_img:hover{
    border-color: #EE7C00;
}

.catalog_one_out{
    margin: 8px 0 12px 0;
    color: #ee7c00;
    font-size: 15px;
    font-weight: 700;
}

.catalog_one_misc {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8px 0 12px 0;
}

.catalog_one_price {
    color: #ee7c00;
    font-size: 14px;
    font-weight: 700;
}

span.price_from,
.catalog_one_price .fa{
    font-size: 13px;
}

.catalog_one_misc .single_product_buy{
    position: static;
}

.catalog_one_misc  .single_product_quantity{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 170px;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    background: #ee7c00;
    z-index: 1;
}

.catalog_one_misc  .single_product_quantity.active{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.catalog_one_qt{
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}

.catalog_one_q_price {
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    font-size: 14px;
}

.catalog_one_count{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.catalog_one_misc .single_product_quantity_minus,
.catalog_one_misc .single_product_quantity_plus{
    padding: 5px 9px;
    font-size: 11px;
    line-height: 16px;
}

.catalog_one_misc .single_product_button {
    position: relative;
    z-index: 1;
    width: auto;
    text-align: center;
    padding: 2px 6px;
    font-size: 11px;
    line-height: 14px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    border-radius: 17px;
    cursor: pointer;
    outline: none;
}

.catalog_one_misc .single_product_to_del{
    margin-left: 0;
}

.catalog_one_link {
    display: block;
    color: #0f51a6;
    font-size: 15px;
}

.catalog_one_span{
    display: block;
    font-size: 15px;
}

.catalog_one.last a{
    background: #c4c4c4;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 20px;
    height: 168px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

/* Footer */
.footer_wrapper{

}

.footer_section {
    border-top: 1px solid #bcbec0;
    color: #bcbec0;
    font-size: 12px;
    line-height: 1.1;
    padding: 15px 0 30px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between; 
}

.footer_main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.footer_logo {
    display: block;
    margin-right: 10px;
    flex-shrink: 0;
}

.footer_content {
    flex-grow: 1;
}

.footer_link{
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}

.footer_text {
    color: #8c8c8c;
    line-height: 1.5;
    margin-bottom: 1px;
    font-size: 12px;
}

.footer_phone {
    display: block;
}

.footer_copyright {
    
}


/* Cart page */
.table_container{
    overflow-x: auto;
}

.cart_table {
    width: 100%; 
    border-collapse: collapse;
}

.cart_table th{
    background: #f9f9f9;
    color: #000000;
    background: linear-gradient(to top, #e6e7e8, #f1f2f2);
    padding: 12px 10px;
    border-left: 1px solid #ffffff;
     font-weight: 700;
}

.cart_table th:first-child {
    border: 0;
    border-radius: 10px 0 0 10px;
}

.cart_table th:nth-child(2){
    border: 0;
}

.cart_table th:last-child {
    border-radius: 0 10px 10px 0;
}
 
.cart_table td {
    vertical-align: middle;
    border-bottom: 1px solid #d1d3d4;
    padding: 20px 5px;
    text-align: center;
}

.cart_table td:first-child{
    text-align: left;
    padding: 20px 0;

}

.cart_table td:nth-child(2){
    text-align: left;
    padding: 20px 10px;
    vertical-align: top;
    width: 400px;
}

.cart_remove{
    background-color: #faa732;
    background-image: linear-gradient(top, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 5px 9px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    border-radius: 17px;
}

.cart_remove:hover{
    background-color: #f89406;
}

/*
.ch_out {
    max-width: 400px; 
    padding: 10px;  
    margin: 0 0 30px 0; 
    border: 1px solid #ccc;
    background: #efefef;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0,0,0,0.4);
}

.ch_out_cont{
    margin-bottom: 10px;
}

.ch_out input[type="text"],
.ch_out input[type="email"]{
    background: #ffffff;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    font-size: 11px;
    padding: 0 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    height: 21px;
    line-height: 19px;
    width: 100%;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 5px;
}

.ch_out input[type="text"]::placeholder,
.ch_out input[type="email"]::placeholder,
.ch_out textarea::placeholder{
    color: #a8a8a8;
}

.ch_out textarea:focus::placeholder,
.ch_out input[type="text"]:focus::placeholder,
.ch_out input[type="email"]:focus::placeholder{
    color: transparent;
}

.ch_out textarea:focus,
.ch_out input[type="text"]:focus,
.ch_out input[type="email"]:focus{
    outline: none;
    border-color: #ee7c00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(238, 124, 0, 0.5);
}

.ch_out textarea {
    display: block;
    background: #ffffff;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    font-size: 11px;
    padding: 5px 10px;
    margin-top: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    height: 50px;
    line-height: 19px;
    width: 100%;
    color: #000;
    margin-bottom: 10px;
    resize: none;
}

.ch_out textarea::placeholder{
    color: #a8a8a8;
}

.ch_out button[type="submit"]{
    background-color: #5bb75b;
    background-image: linear-gradient(to top, #aac800, #7ba200);
    background-repeat: repeat-x;
    border-radius: 17px;
    padding: 7px 15px;
    cursor: pointer;
    border: 0;
    outline: none;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

.ch_out button[type="submit"]:hover{
    background-color: #7ba200;
    background-image: linear-gradient(to top, #7ba200, #7ba200);
    outline: none;
}

.ch_out button[type="submit"]:active{
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    outline: none;
}

.cart_summ{
    margin: 0;
    padding: 20px 0;
    color: #000;
    padding: 10px 0;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}

*/

/* Cabinet */
.cabinet_container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-bottom: 40px;
}

.cabinet_sidebar{
    width: 230px;
    flex-shrink: 0;
    margin-right: 20px;
}

.cabinet_menu{
    margin: 0;
    list-style-type: none;
    border: 1px solid #c4c4c4;
    border-radius: 15px;
}

.cabinet_menu a{
   color: #0f51a6;
   font-weight: 700;
   text-transform: uppercase;
   display: block;
   padding: 15px;
   text-decoration: none; 
   border-bottom: 1px solid #c4c4c4;
}

.cabinet_menu a:hover{
    color: #6d6e71;
}

.cabinet_menu li:last-child a{
    border: 0;
}

.cabinet_content{
    flex-grow: 1;
}



.form_sector{
    margin-bottom: 60px;
}

.form_block{
    margin-bottom: 20px;
}

.form_title{
    display: block;
    margin-bottom: 5px;
}

.form_hint{
    color: #7d7d7d;
    font-size: 11px;
}

.form_block input{
    background: #ffffff;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    font-size: 11px;
    padding: 0 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    height: 21px;
    line-height: 19px;
    width: 270px;
    color: #a8a8a8;
}

.form_block input:focus{
    outline: none;
    border-color: #ee7c00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(238, 124, 0, 0.5);
}

.profile_header{
    font-size: 18px;
    border-bottom: 1px solid #BCBEC0;;
    margin-bottom: 20px;
    padding-bottom: 3px;
}

.profile_update{
    margin-top: 10px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    outline: 0;
    display: inline-block;
    padding: 7px 15px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    background-color: #0074cc;
    background-image: linear-gradient(to top, #0088cc, #0055cc);
    border-radius: 17px;
}

.profile_update:hover{
    background: #0055cc;
}

/* Modal */
.darkness2,
.darkness {
    background: rgba(0, 0, 0, 0.7);
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1001;
}

.modal-window2,
.modal-window {
    display: none;
    max-width: 800px;
    background-color: #ffffff;
    box-sizing: border-box;
    position: fixed;
    top: 5%;
    left: 50%;
    transform: translate(-50%);
    z-index: 1002;
    box-shadow: 0 0 75px rgba(0,0,0, 0.7);
    border-radius: 10px;
}

.modal-window__hat{
    padding: 20px 25px 7px 25px; 
}

.modal-window__header{
    margin: 0 0 3px 0;
    color: #009de2;
    font-size: 20px;
    font-weight: 700;
}

.modal-window__main{
    padding: 0 25px;
}

.modal-window__footer{
    padding: 7px 25px;
    text-align: center;
    background: #ebebeb;
    border-radius: 0 0 10px 10px;
}

.modal-window__close2,
.modal-window__close {
    display: block;
    max-width: 100px;
    margin: 0 auto;
    cursor: pointer;
}


.cart_image{
    min-width: 62px;
    max-width: 62px;
    min-height: 62px;
    border: 1px solid #c4c4c4;
}

.product-name{
    font-size: 15px;
    font-weight: 400;
}

.product_art{
    font-size: 10px;
    margin-top: 4px;
    color: #A8A8A8;
}

/* Symptoms block */
.symptoms_block {
    background: #def3ff;
    border: 1px solid #c4c4c4;
    padding: 22px 15px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    box-sizing: content-box;
    height: 100px;
}

.symptoms_list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.symptoms_list li{
    display: block;
    width: 33.33%;
    padding: 0 10px 8px 10px;
}

.symptoms_list li a{
    display: block;
    color: #0f51a6;
}

.symptomns_blur {
    position: absolute;
    height: 84px;
    background: url(../img/bg_fade_symptoms.png) repeat-x;
    bottom: 0;
    left: 0;
    right: 0;
}

.symptoms_click {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 3px 10px;
    background: #009DE2;
    cursor: pointer;
    font-size: 11px;
    color: #fff;
    border-radius: 6px 6px 0 0;
}

/* Cart quantity */
.cart_quantity {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart_quantity_button{
    background-color: #5bb75b;
    background-image: linear-gradient(to top, #aac800, #7ba200);
    background-repeat: repeat-x;
    border-radius: 17px;
    padding: 5px 9px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 0;
    outline: none;
}

.cart_quantity_button:hover{
    background-color: #7ba200;
    background-image: linear-gradient(to top, #7ba200, #7ba200);
    outline: none;
}

.cart_quantity_button:active{
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    outline: none;
}

.cart_quantity_icon-minus {
    background-image: url(../img/glyphicons-halflings-white.png);
    background-position: -433px -96px;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    background-repeat: no-repeat;
}

.cart_quanity_input{
    border: 1px solid #c4c4c4;
    width: 42px;
    height: 24px;
    line-height: 22px;
    font-size: 11px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    padding: 0 10px;
    text-align: center;
    color: #000000;
    border-radius: 17px;
    background: rgba(204, 204, 204, 0);
    margin: 0 5px;
}

.cart_quanity_input:focus{
    outline: none;
}

.cart_quantity_icon-plus {
    background-image: url(../img/glyphicons-halflings-white.png);
    background-position: -408px -96px;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    background-repeat: no-repeat;
}

/* Login form */
.login_form{
    padding-bottom: 30px;
}

.login_form_header{
    color: #009de2;
}

.login_form label{
    display: block;
}

#rememberme{
    vertical-align: middle;
}

.login_form input[type="text"],
.login_form input[type="password"]{
    background: #ffffff;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    font-size: 11px;
    padding: 0 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    height: 21px;
    line-height: 19px;
    width: 270px;
    color: #a8a8a8;
}

.login_form input[type="text"]:focus,
.login_form input[type="password"]:focus{
    outline: none;
    border-color: #ee7c00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(238, 124, 0, 0.5);
}

#reg-submit,
.login_form #wp-submit{
    cursor: pointer;
    background-color: #0074cc;
    background-image: linear-gradient(to top, #0088cc, #0055cc);
    background-repeat: repeat-x;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 7px 15px 7px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    border: 0;
    border-radius: 17px;
    outline: none;
}

#reg-submit:hover,
.login_form #wp-submit:hover{
    background-image: linear-gradient(to top, #0066cc, #0055cc);
}

#reg-submit:active,
.login_form #wp-submit:active{
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}



.history_cart{
    border: 0;
    min-width: 500px;
}

.history_cart th{
    border: 0;
    color: #000;
    padding: 12px 10px;
    font-size: 13px;
    font-weight: 700;
    background: linear-gradient(to top, #e6e7e8, #f1f2f2);
}

.history_cart th:first-child{
    border-right: 1px solid #ffffff;
    border-radius: 10px 0 0 10px;
}

.history_cart th:last-child{
    border-right: 0;
    border-radius: 0 10px 10px 0;
}

.history_cart td{
    border: 0;
    padding: 12px 10px;
    vertical-align: top;
    border-bottom: 1px solid #d1d3d4;
}

.history_cart .repeat{
    border: 0;
    cursor: pointer;
    background-color: #faa732;
    background-image: linear-gradient(to top, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 2px 6px;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    outline: none;
    border-radius: 17px;
}

.history_cart .repeat:hover{
    background-image: linear-gradient(to top, #f88406, #f89406);
}

.history_cart .repeat:active{
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}

.cart_delivery{
    background: #f8f8f8;
    margin: 10px 0;
    padding: 7px 16px;
    color: #808080;
}

.history_cart_wrapper{
    overflow-x: auto;
}

.news_inner_img{
    max-width: 300px;
    float: left;
    margin: 0 20px 10px 0;
}

.main_content img{
    height: auto !important;
}

.news_pagination{
    padding: 1px 0 20px 0;
}

.news_pagination a,
.news_pagination span{
    padding: 2px 5px;
}

.icon-ok-circle{
    background-position: -192px -96px;
    background-image: url(../img/glyphicons-halflings-white.png);
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 3px;
    background-repeat: no-repeat;
}

/* Single item misc blocks */
.single-item_misc_block{

}

.single-item_misc_container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}


.single-item_misc_container .catalog_one{
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.so_markup{
    display: block;
    margin-bottom: 10px;
}

.reggform{
    padding-bottom: 30px;
}









.ch_out {max-width: 600px;}
.ch_out label {display: block; width: 100%; margin-bottom: 20px;}
.ch_out input[type='text'],
.ch_out input[type='email'],
.ch_out textarea,
.ch_out select{
    display: block; 
    width: 100%; 
    border: 1px solid #ccc; 
    border-radius: 3px; 
    min-height: 40px; 
    padding: 10px; 
    font-weight: normal
}

#choosen_tradepoint{
    display: block; 
    width: 100%; 
    border: 1px solid #c4c4c4; 
    border-radius: 15px; 
    min-height: 40px; 
    padding: 10px; 
    font-weight: normal;
    outline: none;
    color: #222;
}

.cart_summ {margin-top: 30px;}

.ch_out button[type="submit"], #go_on {
    background-color: #5bb75b;
    background-image: linear-gradient(to top, #aac800, #7ba200);
    background-repeat: repeat-x;
    border-radius: 17px;
    padding: 7px 15px;
    cursor: pointer;
    border: 0;
    outline: none;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}


.btn-ligh {border: 1px solid #5bb75b; color: #5bb75b; padding: 5px 10px;}

.flash_alert_wrapper {
position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; opacity: 0;  background: rgba(0,0,0,0.5); z-index: 99999;  -webkit-transition: all 0.3s; transition: all 0.3s; 
}
.flash_alert_wrapper.active {opacity: 1;}
.flash_alert {width:100%; max-width: 500px; left: 50%; margin-left: -250px; padding: 30px; line-height: 34px; font-size: 22px; background: #fff; border: 2px solid #ff0000; top: 0px; position: fixed; z-index: 100000; -webkit-transition: all 0.3s; transition: all 0.3s; text-align: center; margin-top: -500px;}
.flash_alert.active {margin-top: 0px; }


.select_wrapper {position: fixed; top: 0px; width: 100%; height: 100%; z-index: 1111111; background: rgba(0,0,0,0.6); display: flex; align-items: center; justify-content: center;}

.myselect {min-width: 400px; padding: 20px; background: #fff; text-align: center; font-size: 16px; line-height: 22px; }

.myselect .ch_out_cont {margin-bottom: 10px;}
.myselect select {margin-bottom: 10px;}

.go_on_pre {margin-bottom: 10px; text-align: center
}

.smallh2 {color: #666; font-size: 16px; text-transform: none; font-weight: 400}


.sms_auth_wrapper{
    padding: 10px 0;
}

.sms_auth_wrapper label{
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

.sms_auth_wrapper input[type="text"]{
    width: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 40px 0 15px;
    font-size: 16px;
    border-radius: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) inset;
    border: 1px solid #d5d5d5;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    color: #a8a8a8;
}

.sms_auth_wrapper input[type="text"]:focus{
    background: #ffffff;
    border: 1px solid #ee7c00;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) inset, 0 0 8px rgba(238, 124, 0, 0.5);    background: #ffffff;
    border: 1px solid #ee7c00;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) inset, 0 0 8px rgba(238, 124, 0, 0.5);
    outline: none;
}

.sms_auth_wrapper input[type="text"]:focus::placeholder{
    color: transparent;
}

.sms_auth_misc{
    margin: 10px 0;
    font-weight: 700;
    color: red;
}

.sms_code_go,
.sms_auth_go{
    background: #009de2;
    padding: 10px 5px;
    border-radius: 15px;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
}

.search_apteka_title{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}

.choosen_tradepoint_wrapper{
    margin: 10px 0 0 0;
}

.set_delivery_wrapper{
    display: flex;
    margin-top: 10px;
}

.set_delivery{
    margin-left: 20px;
    color: #aaa;
    cursor: pointer;
    font-size: 18px;
}

.unset_delivery{
    color: #aaa;
    cursor: pointer;
    font-size: 16px;
}

.set_delivery.active,
.unset_delivery.active{
    color: #009de2;
}

.preorder_title{
    color: #009de2;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}