﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
.colors-parent{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.colors-parent div {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    cursor: pointer;
}
#color-result{
    height:400px;
    
    background-repeat:no-repeat;
    background-size:cover;
}
.active-color{
    border:8px solid white;
}
.discount {
    background-color: var(--DiscountBackColor, var(--reserved, #cd0303));
    text-align: center;
    display: inline-block;
    padding: 0px 5px;
    border-radius: .3125rem;
    position: absolute;
    top: 0;
    right: 5px;
    color: white;
    font-size: 13px;
    font-weight: bold;
    z-index: 5;
}
.old {
    text-decoration: line-through;
    color: #7d7d7d;
    display:block;
}
.old:after{
    content:' руб';
}
.newpricespan{
    text-decoration:none!important;
    font-size:19px;
    font-weight:bold;
}


/* Provide sufficient contrast against white background */
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
#mb_count{
    color:white;
    font-size:15px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
.rating span {
    color: var(--RateStarsColor, var(--reserved, #fec419));
}
.mini-header {
    background-color: var(--HeaderBackgroundColor, var(--reserved, #f4f4f4));
    height: 50px;
}
.search-result {
    position: absolute;
    height: 200px;
    width: 100%;
    background-color:white;
    z-index:10000;
    display:none;
    overflow-y:auto;
}
.search-result img{
    height:50px;
    float:left;
}
    .search-result a {
        display: block;
        color: #0095c0;
    }
    .search-result ul{
        list-style-type:none;
        margin:0;
        padding:0;
    }
    .search-result li {
        padding: 5px 0;
        display: inline-block;
        border-bottom: 1px solid #e2e3e4;
    }
body {
    font-family: 'Open Sans', sans-serif !important;
    text-decoration: none;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .products {
        background-color: white !important;
        border-bottom: 2px solid #ffa823;
    }

        .products::before {
            position: absolute;
            content: "";
            padding: 0;
            left: -12px;
            background: url('../images/left.png') no-repeat 0 0;
            width: 12px;
            height: 13px;
        }

        .products::after {
            position: absolute;
            content: "";
            padding: 0;
            right: -12px;
            background: url('../images/right.png') no-repeat 0 0;
            width: 12px;
            height: 13px;
        }

    .show_small_part {
        /*overflow: hidden;
        height: 35px;*/
        margin: 25px 10px 0 10px;
        position: relative;
        text-align: center;
    }

        .show_small_part:after {
            top: 0;
            content: "";
            text-align: right;
            position: absolute;
            bottom: 0;
            right: 0;
            width: 10%;
            background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(70%,#fff));
            background: linear-gradient(to right,rgba(255,255,255,0),#fff 70%);
        }

    .navbar-expand-sm .navbar-collapse {
        display: none !important;
    }

    .select_div {
        margin-left: -50px;
    }

    .payment {
        padding-top: 45px;
    }

    .prod_bars_div, .prod_list_div {
        border-bottom: 1px solid #e2e3e4 !important
    }

        .prod_bars_div:first-child, .prod_list_div:first-child {
            border-top: 1px solid #e2e3e4 !important
        }

    .basket_middle {
        line-height: 87px;
        vertical-align: middle;
    }

    .basket_prod_name {
        font-size: 13px;
        color: #0095c0;
        line-height: 1.5rem !important;
    }

        .basket_prod_name:hover {
            font-size: 1rem;
            color: #4b4f58;
            border-bottom-color: #4b4f58;
        }

    .spinbox-input {
        height: 38px !important;
    }

    .spinbox--mobile .spinbox-more::before {
        content: "\f077";
        display: none;
        font-family: "Font Awesome 5 Solid";
        font-size: 16px;
    }

    .spinbox--mobile .spinbox-less::before {
        content: "\f078";
        display: none;
        font-family: "Font Awesome 5 Solid";
        font-size: 16px;
    }

    .link-text-decoration-none {
        text-decoration: none;
    }

    .input_type_number {
        width: 130px !important
    }

        .input_type_number::-webkit-outer-spin-button, .input_type_number::-webkit-inner-spin-button {
            -webkit-appearance: none !important;
            margin: 0;
            -moz-appearance: textfield;
        }

    .up {
        border: none;
        background-color: transparent;
        color: #0095c0;
        text-decoration: none;
    }

        .up:hover {
            color: #94969b;
        }

    .down {
        border: none;
        background-color: transparent;
        color: #94969b;
        text-decoration: none;
    }

        .down:hover {
            color: #0095c0;
        }

    .ml_13 {
        margin-left: 13px;
    }

    .sizes, .prices {
        border-bottom: 1px solid #e2e3e4
    }


    .show_sm {
        display: none !important;
    }
}
.nav-root a{
    color:white;
}
@media screen and (max-width:768px) {
    .menu_row, .menu-dropdown, .no_show, .news, .news_row, .btns_div, .stars, .product_views, .prod_footer, .send_msg {
        display: none !important;
    }
    .mini-header{
        display:none;
    }
    .oneclick {
        background-color: #b1cd03;
        color:white;
        padding:7px 0;
    }
    .navbar {
        background-color: #0095c0;
        height: 50px !important;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    .carousel_img, .payment img {
        width: 100%;
    }

    .input-big {
        border-radius: 10px !important;
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .pb_20 {
        padding-bottom: 25px;
    }

    .mt_sm_15 {
        margin-top: 15px;
    }

    .navbar-toggler {
        border: none !important;
        color: white !important;
        padding-left: 0px !important;
        padding-top: 4px !important;
    }
    .fa-bars{
        font-size:26px;
    }
    .nav_txt_middle{
        line-height:35px;
        vertical-align:middle;
    }
    .menu_div {
        z-index: 10 !important;
    }

    .carousel_img {
        border-radius: 0 !important
    }

    .prod_img {
        width: 130px !important
    }

    .prods {
        padding-bottom: 0 !important;
        border-radius: 0 !important;
        margin-bottom: 0 !important;
        box-shadow: none !important;
    }

    .all_prods {
        width: 100% !important;
    }

    .products {
        background-color: #f3f3f3;
    }

    .product {
        border-bottom: 1px solid #e2e3e4;
    }

    .red_div {
        top: 118px !important;
        right: -245px !important;
    }

    .footer {
        background-color: white !important;
        border: none !important
    }

    .mt_50 {
        margin-top: 50px;
    }

    .pt_20 {
        padding-top: 20px;
    }

    .head {
        height: 50px;
    }

    .prod_name {
        overflow: hidden;
        height: 55px;
        padding: 0;
        position: relative;
        text-align: center;
    }

        .prod_name:after {
            top: 0;
            content: "";
            text-align: right;
            position: absolute;
            bottom: 0;
            right: 0;
            width: 10%;
            background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(70%,#fff));
            background: linear-gradient(to right,rgba(255,255,255,0),#fff 70%);
        }

    .tool_img {
        width: 140px;
        text-align: center
    }

    .go_back {
        background-color: #f3f3f3;
        color: #0095c0;
        font-size: 1.2em;
        text-align: center;
        padding: 15px 20px;
        position: -webkit-sticky;
        position: sticky;
        top: 50px;
        z-index: 15;
    }

    .icon_left {
        position: absolute;
        left: 15px;
        display: inline-block;
        top: 0;
        bottom: 0;
        margin: auto 0;
        height: 19px;
        width: 12px;
    }

    .icon_right {
        position: absolute;
        right: 15px;
        display: inline-block;
        top: 0;
        bottom: 0;
        margin: auto 0;
        height: 19px;
        width: 12px;
    }

    .tools_name {
        margin: 0;
        padding-bottom: 16px;
        padding-top: 16px;
        font-size: 20px;
    }

    .white_div {
        background-color: white;
        color: #4b4f58;
    }

    .white_div_with_borders {
        background-color: white;
        color: #0095c0;
        border-top: 1px solid #e2e3e4;
        border-bottom: 1px solid #e2e3e4;
        display: block;
        padding-left: 17.333px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .tool_prods:nth-child(2n) {
        padding-right: 0 !important;
    }

    .line_height_1 {
        line-height: 1;
    }

    .price_sm {
        color: #4b4f58;
        font-size: 18px;
        font-weight: bold;
        /*margin-top: -50px;*/
    }

    .prod_bars_div, .prod_list_div {
        border-bottom: 1px solid #4b4f58 !important
    }

        .prod_bars_div:first-child, .prod_list_div:first-child {
            border-top: 1px solid #4b4f58 !important
        }

    ._fs_11 {
        font-size: .93333em !important;
    }

    .prices .btn {
        width: 100%;
    }

    .basket_prod_name {
        font-size: 1rem;
        color: #0095c0;
        line-height: 1.5rem !important;
    }

    .basket_desc {
        font-size: 10px !important;
        line-height: 1.5rem !important;
    }

    .spinbox--mobile .spinbox-more:before {
        content: "\f067";
        display: none;
        font-family: "Font Awesome 5 Solid";
        font-size: 24px;
    }

    .spinbox--mobile .spinbox-less:before {
        content: "\f068";
        display: none;
        font-family: "Font Awesome 5 Solid";
        font-size: 24px;
    }

    .spinbox--mobile {
        position: relative;
    }

        .spinbox--mobile .spinbox-input {
            text-align: center;
        }

    .cart-full-mobile-inputs .spinbox-input {
        min-width: 35px;
    }

    .spinbox--mobile .spinbox__arrows {
        width: 0;
    }

    .spinbox--mobile .spinbox-more {
        right: 0;
    }

    .spinbox--mobile .spinbox-less, .spinbox--mobile .spinbox-more {
        position: absolute;
        top: 0;
        bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 10px;
        font-size: 12px;
    }

    .spinbox--mobile .spinbox-less {
        left: 0;
    }

    .spinbox--mobile .spinbox-less, .spinbox--mobile .spinbox-more {
        position: absolute;
        top: 0;
        bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 10px;
        font-size: 12px;
    }

    .cart-full-mobile-inputs .spinbox-less {
        padding-bottom: 13px;
    }

    .cart-full-mobile-inputs span {
        position: relative;
    }

    .fa-times-circle {
        font-size: 30px;
    }

    .times_circle {
        line-height: 65px;
        vertical-align: middle;
    }

    .w-100_ {
        width: 100%;
        margin-bottom: 7px;
    }

    .red_div_ {
        background-color: #cd0303;
        border-radius: 10px;
        padding: .375rem .625rem;
        padding-bottom: .3125rem;
        display: inline-block;
        line-height: 1.5;
        color: white;
    }

    #accordion {
        margin-top: 30px;
        margin-bottom: 30px;
        border-bottom: none !important;
    }

    #prod_navs .nav-link.active {
        border-color: none !important;
    }

    .tab_header {
        padding: 10px 20px;
        display: block;
        font-size: 21px;
        position: relative;
        cursor: pointer;
        color: #0095c0 !important;
        text-decoration: none !important;
        border-bottom: 1px solid #e2e3e4 !important;
    }

        .tab_header:first-child {
            border-top: 1px solid #e2e3e4 !important;
        }

    .tab_right_arrow {
        display: inline-block;
        top: 0;
        bottom: 0;
        margin: auto 0;
        height: 45px;
        width: 12px;
        position: absolute;
        right: 10px;
        color: #0095c0;
        font-size: 30px;
    }

        .tab_right_arrow:after {
            content: "\f105";
            display: none;
            font-family: "Font Awesome 5 Solid";
        }
    .tab_down_arrow {
        display: inline-block;
        top: 0;
        bottom: 0;
        margin: auto 0;
        height: 45px;
        width: 12px;
        position: absolute;
        right: 10px;
        color: #575b66;
        font-size: 30px;
    }
    .tab_down_arrow:after {
        content: "\f107";
        display: none;
        font-family: "Font Awesome 5 Solid";
    }
    
    /*#headingOne [data-toggle="collapse"] .tab_right_arrow:after {
        content: "\f107";
        display: none;
        font-family: "Font Awesome 5 Solid";
    }
    #headingOne [data-toggle="collapse"].collapsed .tab_right_arrow:after {
        content: "\f105";
        display: none;
        font-family: "Font Awesome 5 Solid";
    }*/
    .cart-count {
        position: relative;
        border: 1px solid #0081a7 !important;
        padding: .13333em .33333em;
        display: inline-block;
        font-family: Arial;
        border-radius: 2px;
        background: #0081a7;
        background-image: linear-gradient(to bottom,#00a9da 0%,#0095c0 50%,#0081a7 100%);
        top: -37px;
        right:-20px;
    }
        .cart-count .border {
            content: "";
            position: absolute;
            left: -3px;
            top: 0;
            bottom: 0;
            margin: auto 0;
            width: 3px;
            height: 3px;
            border: 1px solid #0081a7;
            border-right-width: 0;
            border-bottom-width: 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            background: #0081a7;
            background-image: linear-gradient(to bottom,#00a9da 0%,#0095c0 50%,#0081a7 100%);
        }
    .nav-root {
        font-weight: bold;
        font-size: 1.06667em;
    }
    .icon-down-open-big-after::after {
        content: "\f107";
        display: none;
        font-family: "Font Awesome 5 Solid";
        font-size:26px;
    }
}

.closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
}

.body_show {
    left: 85%;
    position: fixed;
}

.left_auto {
    left: auto !important;
}

#sidebar {
    background: #3a3c44;
}

#sidebar, .sidebar {
    -webkit-transition: -webkit-transform .1s;
    transition: -webkit-transform .1s;
    transition: transform .1s;
    transition: transform .1s,-webkit-transform .1s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    z-index: 1050;
    position: fixed;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 50%;
}

    #sidebar .head {
        padding: 0 12px;
        padding-left: 23px;
        line-height: 3.22222em;
        background: #232429;
        font-size: 1.2em;
        display: block;
    }

    #sidebar .head {
        padding: 0 12px;
        line-height: 2.66667em;
        display: block;
        background: #232429;
    }

.zone-dialog-link, .zone-dialog-link:hover {
    color: #fff;
}

.menu {
    list-style: none;
}

.inked {
    position: relative;
    overflow: hidden;
}

.menu__item {
    border-color: #484a52;
}

.menu__link {
    color: #fff;
}

.menu__item {
    padding: 0 24px;
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-align: left;
    line-height: 3.2em;
    overflow: hidden;
    position: relative;
}

.menu__link {
    cursor: pointer;
}

#sidebar .head, .menu a span, .price, .prod-name {
    font-size: 1.2em;
}





.toggle_sidebar {
    height: 50px;
    width: 50px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
}

svg:not(:root) {
    overflow: hidden;
}

.toggle-sidebar-icon {
    position: absolute;
    font-size: 1em;
    font-weight: normal;
    width: 20px;
    height: 14px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto auto;
}

.dark_select {
    background-color: #4b4f58;
    color: white;
    border-radius: 10px;
    padding: 8px 25px;
    margin-bottom: 0;
}

/*.select-custom:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "";
    right: .625rem;
    pointer-events: none
}*/
.select-custom select {
    /*-moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;*/
    border-color: transparent;
    width: 100%;
    cursor: pointer;
    border-width: 1px;
    border-style: solid
}

    .select-custom select:hover, .select-custom select:focus {
        outline: none
    }

    /*.select-custom select::-ms-expand {
            display: none
        }*/

    .select-custom select option {
        background-color: #fff;
        color: #333;
        border: none
    }

.select-custom--slim select {
    padding: 0 1.875rem 0 .9375rem;
    height: 1.625rem
}

.select-custom--fat select {
    padding-top: 12px;
    padding-bottom: 12px
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}
.addfromgroup {
    background-color: var(--AddToBascetColor, var(--reserved, #e20000));
    color: white;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
}
.phone-div{
    height:40px;
}
.footer {
    bottom: 0;
    width: 100%;
    font-size: 14px;
    padding: 25px 0;
    border-top: 1px dashed #e5e5e5;
    background: #f4f4f4;
}
footer a {
   color: #4b4f58 !important
}
.f20{
    font-size:18px;
}
header {
    background: var(--HeaderBackgroundColor, var(--reserved, #f4f4f4));
    position: relative;
}

.text-menu {
    padding: .5625rem 0 .625rem;
    margin: 0 .625rem;
    font-size: .75rem;
    line-height: 1.625;
    color: #94969b !important;
}

@media screen and (min-width:1441px) {
    .topnav-right a {
        margin-left: 793px;
    }
    .width_270 {
        width: 270px !important;
    }

    .search {
        line-height: 25px;
    }

        .search input {
            margin-top: 22.5px;
        }

    .chevron {
        margin-left: 106px;
    }

    header {
        min-height: 170px;
    }

    .menu_row {
        margin-top: -30px;
    }

    .carousel_img {
        width: 855px !important;
    }
    /*.btns_div {
        padding: 8px 10px 0 18px;
    }*/
    .products::before, .products::after {
        top: 45px;
    }

    .btns_div .col-lg-6 {
        margin-left: 7px;
    }

    .product_bars {
        height: 220px;
    }

    .txt_middle {
        display: table;
        height: 232px;
        overflow: hidden;
    }

        .txt_middle div, .list_middle div {
            display: table-cell;
            vertical-align: middle;
        }

    .list_middle {
        display: table;
        height: 100px;
        overflow: hidden;
    }

    .prod_bars_div {
        min-height: 280px;
    }

    .product_bars {
        margin-top: 30px;
    }

    .small_img {
        width: 90px;
    }

    .prod_list_div {
        min-height: 170px;
    }

    .product_list {
        margin-top: 15px;
    }

    .mfp-content {
        width: 1536px;
    }
    /*.product_images .slick-slide img, .product_images img {
        height: 80px;
    }
    */
    .mfp-figure:after {
        top: 0px;
        bottom: 0px;
    }

    .menu_items:nth-child(n+1) {
        margin-right: -5px
    }
}

.mfp-figure, .mfp-content {
   
    border-radius: 20px;
}

    .mfp-figure figure {
        border-radius: 20px;
    }

.nav-item a:hover {
    text-decoration: underline;
}

.input-big_ {
    position: relative;
    display: block;
    border: 1px solid #bfbfbf;
    border-radius: 50px !important;
    background: #fff;
    vertical-align: middle;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 25px;
    margin-bottom: 0;
    background: #fff;
    background-position-y: 11px;
    font-size: 13px;
}

.basket-btn {
    display: inline-block;
    padding: .3125rem .625rem .3125rem .375rem;
    text-decoration: none;
    position: relative;
    z-index: 20;
    border: 1px solid #e2e3e4;
    border-radius: .3125rem;
    background: #fff;
    font-size: 11px;
    margin-bottom: 5px;
}

    .basket-btn:hover {
        color: #0095c0;
    }

.phone {
    font-size: 16px;
    font-weight: normal;
    color: #7d7d7d;
    margin-bottom: 1px;
}

.message {
    border-bottom: 1px dotted #7d7d7d;
    color: #0095c0 !important;
    font-size: 12px;
}

    .message:hover {
        border-bottom: 0;
        text-decoration: none;
    }

.menu-dropdown-root {
    font-size: 16px;
    padding: 6px 20px 8px 20px;
    position: relative;
    display: block;
    text-decoration: none !important;
    color: #fff !important;
    border-radius: 50px;
    background-color: var(--CategoryMenuTitle, var(--reserved, #4b4f58));
    
}

    .menu-dropdown-root:hover {
        color: #fff;
        text-decoration: none !important;
    }

.menu_div {
    line-height: 29px;
    position: relative;
    z-index: 100;
}

.bg_blue {
    font-size: 16px;
    padding-left: 15px;
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
    border-radius: 50px;
    background-image: linear-gradient(to bottom, var(--MenuGradientFrom, var(--reserved, #00a9da)) 0%,var(--MenuGradientFrom, var(--reserved, #00a9da)) 50%,var(--MenuGradientTo, var(--reserved, #0081a7)) 100%);
    /* var(--HeaderBackgroundColor, var(--reserved, #0081a7))*/
}

.menu_items {
    padding: 6px 20px 8px 20px;
    display: inline-block;
}

    .menu_items:before {
        position: absolute;
        content: "";
        width: .125rem;
        display: block;
        vertical-align: middle;
        top: 0;
        right: 0;
        bottom: 0;
        margin-right: -1px;
        margin-bottom: -8px;
        background: -webkit-gradient(linear,left top,left bottom,from(rgba(57,57,57,.39)),color-stop(17%,rgba(57,57,57,.33)),color-stop(61%,rgba(57,57,57,.12)),color-stop(96%,rgba(57,57,57,.01)),color-stop(98%,rgba(255,255,255,.01)),to(rgba(255,255,255,0))) no-repeat border-box,-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.14)),color-stop(72%,rgba(255,255,255,.02)),to(rgba(255,255,255,0))) no-repeat border-box;
        background-size: .0625rem 100%,.0625rem 100%;
    }

    .menu_items:hover {
        background: linear-gradient(to bottom,#ffc131 0%,#ffbc2e 25%,#ffb128 50%,#ffaa24 75%,#ffa522 100%);
    }

    .menu_items:first-child {
        border-bottom-left-radius: 50px;
        border-top-left-radius: 50px;
    }

.menu_item {
    display: inline-block;
    color:white;
}

.menu-dropdown-list {
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    z-index: 10;
    background: #fff;
    border-color: #e2e3e4 !important;
    position: relative;
    margin-bottom: 35px;
}

.menu-dropdown-item {
    font-size: 16px;
    border-width: 0 0 1px;
    border-style: solid;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-color: #e2e3e4 !important;
}

    .menu-dropdown-item:first-child .menu-dropdown-link-wrap {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

.menu-dropdown-link-wrap {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

    .menu-dropdown-link-wrap:hover {
        background-color: #f9f9f9;
    }

.menu-dropdown-link {
    padding: 7px 17px;
    text-decoration: none;
    position: relative;
    font-size: 0;
    display: block;
}

    .menu-dropdown-link:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 0;
    }

    .menu-dropdown-link span {
        font-size: 16px;
        vertical-align: middle;
        display: inline-block;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: keep-all;
        line-break: normal;
        -webkit-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
        color: var(--CategoryMenuColor, var(--reserved, #0095c0));
    }

        .menu-dropdown-item:hover, .menu-dropdown-link-wrap:hover, .menu-dropdown-link:hover, .menu-dropdown-link span:hover {
            color: #4b4f58 !important;
        }

.menu-dropdown-item:last-child {
    border-bottom: 0;
}

.menu-dropdown-link-wrap:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.news {
    border-bottom: 2px solid #ffa823;
}

.news_link {
    color: #7d7d7d !important;
    line-height: 1;
    font-size: 1.3rem;
}

    .news_link:hover {
        color: #4b4f58 !important;
        text-decoration: underline !important;
    }

.news_row {
    padding-top: 15px;
    margin-right: -4px;
}

    .news_row .col-lg-9 {
        padding-top: 8px;
    }

.news_text {
    font-size: 18px;
    position: absolute;
    left: 0;
    height: 59px;
    width: 51px;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    line-height: 20px;
}

.all_news {
    color: #4b4f58 !important;
    font-size: 12px;
}

    .all_news:hover {
        color: #0095c0 !important;
        text-decoration: underline !important;
    }

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

.send_msg {
    background-color: #f3f3f3;
    margin: 0 0 40px 0;
    padding: 21px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
}

.input_xsmall {
    background: white;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px #e2e3e4 solid;
    vertical-align: middle;
    width: 100%;
    font-size: 12px;
    box-shadow: none;
    margin-bottom: 13px;
    padding: 4px 15px;
}

.btn_blue {
    background: #00bdff;
    border-radius: 10px;
    color: #fff;
}

    .btn_blue:hover {
        color: #fff;
        border-radius: 10px;
        background: #575b66;
    }

.carousel_img {
    border-radius: 10px;
}

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background-image: linear-gradient(to bottom,#00a9da 0%,#0095c0 50%,#0081a7 100%) !important;
}

.prods {
    border: 0;
    border-radius: 15px;
    box-shadow: 0 0 20px 20px #e8e8e8;
    padding: 10px 22px;
    position: relative;
    padding: 0;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.products {
    padding: 13px;
    position: relative;
    margin-bottom: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


    .products span {
        font-size: 23px;
        padding-top: 16px;
        line-height: 1
    }

.products_more {
    color: #0095c0 !important;
    font-size: 12px;
    margin-left: 10px;
}

    .products_more:hover {
        text-decoration: underline !important;
        color: #4b4f58 !important;
    }

.product {
    padding-top: 10px;
    padding-bottom: 25px;
}

    .product:hover {
        box-shadow: 0 0 9px 0 rgba(0,0,0,.25);
        /*box-shadow: 5px -4px 12px rgba(0,0,0,.25), 5px 9px 9px rgba(0,0,0,.25);*/
        border-radius: 10px;
    }

.img {
    position: relative;
}

.red_div {
    background-color: #cd0303;
    color: white;
    border-radius: 10px;
    width: 42px;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
}

.product_views {
    width: 1.25rem;
    color: #fff;
    position: absolute;
    text-align: center;
    line-height: 1;
    padding: 2px 2px 4px 2px;
    border-radius: .125rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    left: 10px;
    bottom: 0;
    background-color: #0095c0;
}

    .product_views::before {
        content: "";
        display: block;
        position: absolute;
        width: 50%;
        height: .1875rem;
        background: inherit;
        bottom: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: .125rem .125rem 0 0;
    }

.products_view_link {
    text-decoration: underline !important;
    font-size: 15px;
    color: var(--ProductLinkColor, var(--reserved, #0095c0))!important;
    
}

    .products_view_link:hover {
        text-decoration: none;
        color: #4b4f58;
    }
.prod_name_ {
   
    margin-top: 25px;
    position: relative;
    text-align: center;
}

    .prod_name_:after {
        top: 0;
        content: "";
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 10%;
        background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(70%,#fff));
        background: linear-gradient(to right,rgba(255,255,255,0),#fff 70%);
    }

.stars {
    margin-bottom: 10px;
}

.yellow_star {
    color: #fec419;
}

.grey_star {
    color: #d1d1d1;
}

.price {
    font-size: 17px;
}

.currency {
    font-size: 12px;
}

.btn_grey {
    padding: 3.5px 10px;
    border-radius: 10px;
    background: #f1f1f1;
}

.fs_13 {
    font-size: 13px;
}

.btn_grey_ {
    padding: 8px 10px;
    border-radius: 10px;
    background: #4b4f58;
    color: white;
}

    .btn_grey_:hover {
        color: #fff;
        background: #575b66;
    }

.btn_blue_ {
    padding: 8px 10px;
    border-radius: 10px;
    background: var(--AddToBascetColor, var(--reserved, #00bdff));
   
    color: white;
    
}

    .btn_blue_:hover {
        color: white;
    }

.add_comparison {
    color: #4b4f58 !important;
}

    .add_comparison:hover {
        color: #00bdff !important;
    }

.prod_footer {
    border-top-color: #e2e3e4 !important;
    border-width: 1px 0 0 0;
    border-style: solid;
    margin-top: 10px;
    padding: 15px 10px 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px
}

.btn_dark_grey {
    color: #fff;
    background: #4b4f58;
    border-radius: 10px;
}

    .btn_dark_grey:hover {
        color: #fff;
        background: #575b66;
    }

.footer_menu_title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.footer_txt {
    margin-bottom: 15px !important
}

.slider_main_div {
    width: 32px !important;
    max-width: 32px !important;
    flex-basis: 32px !important;
    padding: 2px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px #f8b643 solid;
}

.slider_div {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    border-radius: 5px;
    padding: 2px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 18px !important;
}

.page_name {
    color: #94969b;
}

.fs_11 {
    font-size: 11px;
}

.right_arrow {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 9px !important;
}

.sorting_select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 5px 30px 5px 15px;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
    border: 1px solid #e2e3e4 !important;
    color: #4b4f58;
}

    .sorting_select option {
        background-color: #fff;
        color: #333;
        border: none;
    }

.select_div i {
    right: 25px;
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #4b4f58;
}

.line_height_41 {
    line-height: 41px;
}

.quik_view {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    cursor: pointer;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 20;
    width: 150px !important;
}

.prod_imgs_hover {
    /*box-shadow: 5px -4px 12px rgba(0,0,0,.25), 5px 9px 9px rgba(0,0,0,.25);*/
    box-shadow: -5px -4px 12px rgba(0,0,0,.25), -5px 9px 9px rgba(0,0,0,.25);
    position: absolute;
    left: -65px;
    height: 100%;
    top: 0px;
    padding: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.product_bars:hover, .product_list:hover {
    box-shadow: 0 0 9px 0 rgba(0,0,0,.25);
    border-color: #e2e3e4 !important;
    border-radius: 10px;
}

.product_bars, .product_list {
    overflow-wrap: normal;
    word-wrap: normal;
    word-break: normal;
    line-break: auto;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}


.for_ml {
    margin-left: -15px;
}




.main_container div {
    display: inline-block;
}

.thumbnail {
    height: 200px;
}

div.zoom_container {
    width: 250px;
    height: 350px;
    overflow: hidden;
    z-index: 1000;
    position: absolute;
}

.zoom_container.hidden {
    display: none;
}

.green_div {
    background-color: var(--AvalibleColor, var(--reserved, #b1cd03));
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    line-height: 1;
}

.rating {
    font-size: 26px;
    overflow: hidden;
}

    .rating input {
        float: right;
        opacity: 0;
        position: absolute;
    }

    .rating a,
    .rating label {
        float: right;
        color: #aaa;
        text-decoration: none;
        -webkit-transition: color .4s;
        -moz-transition: color .4s;
        -o-transition: color .4s;
        transition: color .4s;
    }

        .rating label:hover ~ label,
        .rating input:focus ~ label,
        .rating label:hover,
        .rating a:hover,
        .rating a:hover ~ a,
        .rating a:focus,
        .rating a:focus ~ a {
            color: orange;
            cursor: pointer;
        }

.rating2 {
    direction: rtl;
}

    .rating2 a {
        float: none
    }


.input_number {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px #e2e3e4 solid;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.spinbox-more, .spinbox-less {
    display: block;
    line-height: 1;
    padding: 2px 5px;
}

.link-text-decoration-none {
    text-decoration: none;
}
#searchbox{
    width:75%;
    margin:0 auto;
}
.footer div{
    white-space:pre-line;
}
.choose_color {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    padding: 2px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.active_color {
    border: 1px solid #f8b643 !important;
    border-radius: 5px;
}

.choose_color div {
    width: 50px;
    height: 50px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #e2e3e4 !important;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2px;
    background-size: 100% 100%;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}
   /* .hidden-colors:nth-child(1n+13) {
        display: none!important;
    }*/
.choose_color:first-child div {
    background-image: url('../images/4521.jpg');
}

.choose_color:nth-child(2) div {
    background-image: url('../images/4522.jpg');
}

.choose_color:nth-child(3) div {
    background-image: url('../images/4523.jpg');
}

.choose_color:nth-child(4) div {
    background-image: url('../images/4524.jpg');
}

.choose_color:nth-child(5) div {
    background-image: url('../images/4525.jpg');
}

.choose_color:nth-child(6) div {
    background-image: url('../images/4526.jpg');
}

.choose_color:nth-child(7) div {
    background-image: url('../images/4527.jpg');
}

.choose_color:nth-child(8) div {
    background-image: url('../images/4528.jpg');
}

.choose_color:nth-child(9) div {
    background-image: url('../images/4521.jpg');
}

.sizes-viewer-inner {
    margin: 4px;
    line-height: 1;
    padding: 5px;
    color: #0095c0;
    font-size: 15px;
}
.about-product li a {
    font-size: 17px;
    color: #0095c0!important;
}
.oneclick{
    font-size:13px;
   /* padding:0;*/
}
.disabled_size {
    opacity: .5;
    cursor: default;
}

    .disabled_size:hover, .sizes-viewer-inner:hover {
        color: #4b4f58;
    }

.sizes_radio {
    border: 0;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    box-sizing: border-box;
}

.colors, .sizes {
    padding-left: 14px
}

.input-required:after {
    content: "*";
    position: absolute;
    top: 0;
    color: #f00;
}

.name_input {
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px #e2e3e4 solid;
    vertical-align: middle;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: .75rem;
    padding: 0 15px 0 15px;
}

.prod_div {
    background-color: #f8f8f8;
    border-radius: 10px;
}

.box_size {
    padding: 15px;
    border-bottom: .0625rem #e9e9e9 solid;
}

.p_15 {
    padding: 15px
}

.lh_18 {
    line-height: 18px;
}

.zoom_txt_div {
    margin-top: 40px
}

.zoom_img {
    color: #94969b;
    position: relative;
    padding-left: 1.25rem;
    font-size: .6875rem;
}

    .zoom_img i {
        padding-right: 10px;
    }


/*.carusel_count {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}*/

/*.width_25 {
    width: 25px !important;
    display: inline !important;
}*/

.carousel_small .slick-slide img {
    width: 18px !important;
    margin: 5px;
}

.carousel_small .slick-list {
    width: 80%;
    margin-left: 28px;
}

.carousel_small .slick-prev, .carousel_small .slick-next {
    top: 40% !important;
}

.carousel_small .slick-prev {
    left: 2%;
}

.carousel_small .slick-next {
    right: 2%;
}
    .carousel_small .slick-prev:before, .carousel_small .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.carousel_small .slick-prev:before {
    content: '←';
}

.carousel_small .slick-next:before {
    content: '→';
}

.basket_border_bottom {
    border-bottom: .0625rem #e2e3e4 solid;
}

.basket_img {
    width: 60px;
    height: 60px
}

.basket_paddings {
    padding-top: 25px;
    padding-bottom: 25px;
}

.color_light_grey {
    color: #94969b;
}

.color_dark_grey {
    color: #4b4f58;
}

.bg_light_grey {
    background-color: #f3f3f3;
}

.pt_15 {
    padding-top: 15px;
}

.border_bottom_black {
    border-bottom: 1px solid #4b4f58;
}

.height_38 {
    height: 38px;
}


.cart-full-amount-control {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 130px;
}

.spinbox-block {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.middle-xs {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.spinbox-input-wrap {
    padding-right: 0;
}

.input-big {
    font-size: 1rem;
    padding: .8125rem;
}

input[type="text"], input[type="password"], input[type="search"], input[type="email"], input[type="number"], input[type="tel"], input[type="url"], textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px #e2e3e4 solid;
    vertical-align: middle;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.spinbox-more, .spinbox-less, .spinbox-more i, .spinbox-less i {
    display: block;
    line-height: 1;
    padding: .125rem .3125rem;
}

.link-text-decoration-none {
    text-decoration: none;
}


.spinbox-button-disabled {
    cursor: default;
}

.spinbox-more, .spinbox-less {
    display: block;
    line-height: 1;
    padding: .125rem .3125rem;
}

.link-text-decoration-none {
    text-decoration: none;
}

.input-small {
    font-size: .75rem;
    padding: .5625rem;
}
.active_img {
    border-radius: .3125rem;
    opacity: .5;
    border:1px solid #efd706;
    cursor: default;
    text-align:center;
    cursor:default !important
}
.prod_imgs:hover{
    cursor:pointer;
}
.product_images{
    display:inherit !important;
}