@charset "UTF-8";


@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url(/css/fonts/Montserrat-Regular.eot);
    src: local("Montserrat Regular"), local("Montserrat-Regular"), url(//css/fonts/Montserrat-Regular.eot?#iefix) format("embedded-opentype"), url(/css/fonts/Montserrat-Regular.woff) format("woff"), url(/css/fonts/Montserrat-Regular.ttf) format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url(/css/fonts/Montserrat-Bold.eot);
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url(/css/fonts/Montserrat-Bold.eot?#iefix) format("embedded-opentype"), url(/css/fonts/Montserrat-Bold.woff) format("woff"), url(/css/fonts/Montserrat-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
    display: block;
}

html,
body {
    min-width: 320px;
}

html {
    font-family: Arial, sans-serif;
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}


header {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #e8e8e8;
}


body {
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 600px;
    min-height: 100%;
    height: 100%;
    background: #fff;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.su  {
    background: linear-gradient(180deg, #1184fb 50%, #feee00 50%);
    height: 22px;
    color:#fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: #000 1px 0 10px;
    letter-spacing: 1px;
}
.maincarb {
    border: 1px solid #ccc;
    border-radius:7px;
    background: rgb(2,0,36);
    background: linear-gradient(5deg, rgba(2,0,36,1) 0%, rgba(250,255,251,1) 0%, rgba(255,255,255,1) 100%);

}
.maincarb a  {
    color: #212529;
}
.maincarb .dropdown-menu {
    border:0px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.ls2 {
    letter-spacing: 2px;
}
.ls1 {
    letter-spacing: 1px;
}

.cd-dropdown-wrapper {
    display: inline-block;
    position: relative;
    height: 40px;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cd-dropdown-trigger {
    display: block;
    position: relative;
    padding: 0px 36px 0 20px;
    line-height: 37px;
    background-color: #aad8ad;
    color: #000;
    font-weight: bold;
    border-radius: 3px;
    font-size: 16px;
    width: 202px;
    text-align: center;
}

.no-touch .cd-dropdown-trigger:hover {
    background-color: #000;
    text-decoration: none;
    color: #fff;
}

.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
    /* this is the arrow inside the dropdown trigger*/
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 9px;
    background: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
}

.cd-dropdown-trigger::before {
    right: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-dropdown-trigger::after {
    right: 17px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cd-dropdown-trigger:hover::after, .cd-dropdown-trigger:hover::before {
    background: #fff;
}

.row1 {
    width: 100%;
}

.mshow, .row1 li, .rowsolo li {
    /*display: none;*/
}

li.limain {
    display: block;
    padding:2px;
}

.r1 {
    width: 100%;
}

.r3 {
    width: 100%;
}

.cd-dropdown-content, .nul {
    width: 100%;
}

.caticon {
    padding-left:50px;
    line-height: 40px;
}
.caticon::before {
    content: '';
    position: absolute;
    width:40px;
    height:40px;
    left: 20px;
    background: url('/images/sprite.svg');
}
.c-icon-1::before {
    background-position: -280px 105px;
}
.c-icon-2::before {
    background-position: -480px 105px;
}
.c-icon-3::before {
    background-position: -430px 105px;
}
.c-icon-4::before {
    background-position: -380px 105px;
}
.c-icon-12::before {
    background-position: -330px 105px;
}
.c-icon-5::before {
    background-position: -630px 105px;
}
.c-icon-6::before {
    background-position: -580px 105px;
}
.c-icon-7::before {
    background-position: -780px 105px;
}
.c-icon-8::before {
    background-position: -680px 105px;
}
.c-icon-10::before {
    background-position: -530px 105px;
}
.c-icon-13::before {
    background-position: -730px 105px;
}

@media only screen and (min-width: 992px) {
    .mshow, .row1 li, .rowsolo li {
        display: block;
    }

    .row1 {
        width: 33%;
        float: left;
    }

    .r1 {
        width: 350px;
    }
    .r2 {
        width:500px;
    }

    .r3 {
        width: 650px;
    }

    .cd-dropdown-trigger.dropdown-is-active {
        background-color: #000;
        color: #fff;
    }

    .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
        background-color: #000;
    }

    .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
        /* transform the arrow into a 'X' */
        width: 14px;
    }

    .cd-dropdown-trigger.dropdown-is-active::before {
        /* transform the arrow into a 'X' */
        -webkit-transform: translateX(5px) rotate(-45deg);
        -moz-transform: translateX(5px) rotate(-45deg);
        -ms-transform: translateX(5px) rotate(-45deg);
        -o-transform: translateX(5px) rotate(-45deg);
        transform: translateX(5px) rotate(-45deg);
    }

    .cd-dropdown-trigger.dropdown-is-active::after {
        /* transform the arrow into a 'X' */
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .cd-dropdown-trigger.dropdown-is-active.cd-dropdown-trigger::after, .cd-dropdown-trigger.dropdown-is-active.cd-dropdown-trigger::before {
        background-color: #fff;
    }

}
.modsearch, .sc2{
    max-width: 500px;
    margin: 0 auto;
}
.sc2 {
    background-color: #aad8ad;
    color:#000;
    font-weight: bold;
}
.sc2:hover {
    color:#000;
    background: #5eb26a;
}
.cd-dropdown .mhed,
.cd-dropdown-content a,
.nul a {
    height: 50px;
    line-height: 50px;
}

@media only screen and (min-width: 991px) {
    .cd-dropdown .mhed,
    .cd-dropdown-content a,
    .nul a {
        height: 60px;
        line-height: 60px;
    }

    .cd-dropdown .mhed,
    .cd-dropdown-content a,
    .nul a {
        height: 40px;
        line-height: 40px;
    }
}

.cd-dropdown .mhed,
.cd-dropdown-content a,
.nul a,
.cd-dropdown-content .cd-divider {
    padding: 0 20px;
}

.cd-dropdown {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: -1px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #000;
    visibility: hidden;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s;
}

.cd-dropdown a:hover {
    text-decoration: none;
}

.cd-dropdown .mhed {
    /* dropdown title - mobile version only */
    position: relative;
    z-index: 1;
    color: #000;
    background-color: #fff;
}

.cd-dropdown .cd-close {
    /* 'X' close icon - mobile version only */
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}

.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
    /* this is the 'X' icon */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 20px;
    width: 2px;
    background-color: #000;
}

.cd-dropdown .cd-close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.cd-dropdown .cd-close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.cd-dropdown.dropdown-is-active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s;
}

@media only screen and (min-width: 991px) {
    .cd-dropdown .cd-close {
        top: 5px;
    }
}

@media only screen and (min-width: 991px) {
    .cd-dropdown {
        position: absolute;
        top: calc(100% - 2px);
        /* reset style*/
        height: auto;
        width: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        background-color: #ffffff;
        color: #111433;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    }

    .menusha {
        box-shadow: 0 0 0 100000px rgba(51, 51, 51, 0.2), 2px 2px 5px rgba(0, 0, 0, 0.15);
    }

    .open-to-left .cd-dropdown {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        right: 0;
        left: auto;
    }

    .cd-dropdown .mhed, .cd-dropdown .cd-close {
        /* on desktop - hide title and 'X' */
        display: none;
    }

    .cd-dropdown.dropdown-is-active {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;

    }
}

.cd-dropdown-content, .nul {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    padding-top: 50px;
}

.cd-dropdown-content a, .nul a {
    display: block;
    color: #000;
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:14px;
    white-space: nowrap;
}

.cd-dropdown-content li:first-of-type > a, .nul li:first-of-type > a {
    border-top-width: 0;
}

.cd-dropdown-content li:last-of-type > a, .nul li:last-of-type > a {
    border-bottom-width: 1px;
}

.cd-dropdown-content .cd-divider, .nul .cd-divider {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0b0e23;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #585a70;
    text-transform: uppercase;
}

.cd-dropdown-content .cd-divider + li > a, .nul .cd-divider + li > a {
    border-top-width: 0;
}

.cd-dropdown-content a,.cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .nul a, .nul .cd-search, .nul .cd-divider {
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.cd-dropdown-content.is-hidden, .nul.is-hidden {
    /* push the secondary dropdown items to the right */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .nul.is-hidden > li > a, .nul.is-hidden > li > .cd-search, .nul.is-hidden > .cd-divider, .nul.move-out > li > a, .nul.move-out > li > .cd-search, .nul.move-out > .cd-divider {
    /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
    opacity: 0;
}

.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .nul.move-out > li > a, .nul.move-out > li > .cd-search, .nul.move-out > .cd-divider {
    /* push the dropdown items to the left when secondary dropdown slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .nul {
    -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 991px) {
    .cd-dropdown-content, .nul {
        padding-top: 60px;
    }

    .cd-dropdown-content a, .nul a {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 991px) {
    .cd-dropdown-content, .nul {
        padding-top: 0;
        overflow: visible;
    }

    .cd-dropdown-content a, .nul a,.cd-dropdown-content  {
        color: #111433;
        height: 46px;
        line-height: 46px;
        font-size: 2rem;
        border-color: #ebebeb;
    }

    .cd-dropdown-content .cd-divider, .nul .cd-divider {
        background-color: transparent;
        color: #b3b3b3;
        border-top: 1px solid #ebebeb;
    }

    .cd-dropdown-content .cd-divider + li > a, .nul .cd-divider + li > a {
        border-top-width: 1px;
    }

    .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .nul.is-hidden > li > a, .nul.is-hidden > li > .cd-search, .nul.is-hidden > .cd-divider, .nul.move-out > li > a, .nul.move-out > li > .cd-search, .nul.move-out > .cd-divider {
        /* reset mobile style */
        opacity: 1;
    }
}

.cd-dropdown-content .see-all a {
    /* different style for the See all links */
    color: #e23f3f;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    /* items with picture (or icon) and title */
    height: 80px;
    line-height: 80px;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding-left: 90px;
}

.cd-dropdown-content .cd-dropdown-gallery img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    padding-left: 75px;
    position: relative;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    color: #111433;
    font-size: 1.3rem;
    /* hide description on small devices */
    display: none;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    /* item icon */
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
}
.row1 li, .rowsolo li {
    padding: 0 20px;
}
.limain {

    /*padding:10px 0 10px 20px;*/
    margin:5px 0 5px 0;
    color:#fff;
    background-color: #1b1e21;
    /*border-bottom:1px solid #ccc;*/
}
@media only screen and (min-width: 991px) {
    .cd-dropdown-content {
        /* reset mobile style */
        position: static;
        height: auto;
        width: 310px;
    }

    .cd-dropdown-content > li:last-of-type a {
        border-bottom: none;
    }

    .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
        color: #e23f3f;
    }

    .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        left: 100%;
        height: auto;
        background-color: #ffffff;
        box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
    }

    .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
        clear: both;
        content: "";
        display: table;
    }

    .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        left: auto;
        right: 100%;
    }

    .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-in 0.2s;
        -moz-animation: cd-fade-in 0.2s;
        animation: cd-fade-in 0.2s;
    }

    .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-out 0.2s;
        -moz-animation: cd-fade-out 0.2s;
        animation: cd-fade-out 0.2s;
    }

    .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
        display: none;
    }

    .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
        position: absolute;
        bottom: 20px;
        height: 45px;
        text-align: center;
    }

    .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
        margin: 0;
        height: 100%;
        line-height: 45px;
        background: #ebebeb;
        pointer-events: auto;
        -webkit-transition: color 0.2s, background-color 0.2s;
        -moz-transition: color 0.2s, background-color 0.2s;
        transition: color 0.2s, background-color 0.2s;
    }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
        color: #ffffff;
        background-color: #111433;
    }

    .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
        border: none;
    }

    .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
        padding: 20px 30px 100px;
    }

    .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
        width: calc(100% - 60px);
    }

    /*.cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {*/
    /*width: 50%;*/
    /*float: left;*/
    /*}*/
    .cd-dropdown-content .cd-secondary-dropdown {
        overflow: hidden;
        padding-bottom: 15px;
    }

    .cd-dropdown-content .cd-secondary-dropdown::before {
        /* this is the separation line in the middle of the .cd-secondary-dropdown element */
        position: absolute;
        content: '';
        top: 290px;
        left: 15px;
        height: 1px;
        width: 520px;
    }

    .cd-dropdown-content .cd-secondary-dropdown > li > a {
        color: #e23f3f;
        font-size: 1.6rem;
        margin-bottom: 10px;
        line-height: 30px;
        height: 30px;
        pointer-events: none;
    }

    .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
        /* hide the arrow */
        display: none;
    }

    .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .cd-dropdown-content .cd-secondary-dropdown > li {
        margin: 0px 0;
        padding: 0;
    }

    .row1 li, .rowsolo li {
        padding: 0 20px;
    }

    .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
        border-right-width: 0;
    }

    .cd-dropdown-content .cd-secondary-dropdown > li > ul {
        /* reset mobile style */
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        position: relative;
        height: auto;
        min-height: 445px;
    }

    .cd-dropdown-content > li > a,
    .cd-dropdown-content > li > span{
        font-size: 15px;
    }

    .row1 a, .rowsolo a {
        color: #1b1e21;
        font-size: 13px;
    }

    .row1 a:hover, .rowsolo a:hover {
        color: #e23f3f;
    }

    .limain a,.limain  {
        font-size: 16px;
        color: #ed4141;
        background: none;
        margin: 10px 0 5px 0;
        line-height: 16px;


        padding:0;
        margin-bottom: 0px;

        border:none;

    }

    .limain i {
        font-size: 12px;
    }

    .limain > a::after {
        content: " »";
        position: absolute;
        /* Абсолютное позиционирование */
        margin: 0 0 0 5px;
    }

    .sold {
        color: red;
        font-weight: bold;
    }

    .limain a:hover {
        color: #e23f3f;
    }

    .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
        display: none;
    }

    .cd-dropdown-content .cd-secondary-dropdown a {
        line-height: 20px;
        height: 20px;
        font-size:12px;
        /*font-size: 1.3rem;*/
        padding-left: 0;
    }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
        /*color: $mainlink_hover;*/
    }

    .cd-dropdown-content .cd-secondary-dropdown ul {
        padding-bottom: 25px;
        overflow: hidden;
        height: auto;
    }

    .cd-dropdown-content .cd-secondary-dropdown .go-back a {
        padding-left: 20px;
        color: transparent;
    }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
        color: transparent;
    }

    .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
        left: 0;
    }

    .cd-dropdown-content .cd-secondary-dropdown .see-all {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .cd-dropdown-content .cd-dropdown-gallery {
        width: 600px;
        padding-bottom: 100px;
    }

    .cd-dropdown-content .cd-dropdown-gallery > li {
        width: 48%;
        float: left;
        margin-right: 4%;
    }

    .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
        margin-right: 0;
    }

    .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
        padding: 0;
        height: auto;
        line-height: normal;
        color: #e23f3f;
        margin-bottom: 2em;
    }

    .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
    .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
        margin-bottom: 0;
    }

    .cd-dropdown-content .cd-dropdown-gallery img {
        position: static;
        height: auto;
        width: 100%;
        margin: 0 0 0.6em;
    }

    .cd-dropdown-content .cd-dropdown-icons {
        width: 600px;
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
        height: 80px;
        line-height: 1.2;
        padding: 24px 0 0 85px;
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
        background: #ebebeb;
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
        color: #e23f3f;
        font-weight: bold;
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
        display: block;
        font-size: 1.2rem;
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
        left: 25px;
    }

    .cd-dropdown-content > .has-children > ul {
        visibility: hidden;
    }

    .cd-dropdown-content > .has-children > ul.is-active {
        /* when hover over .cd-dropdown-content items - show subnavigation */
        visibility: visible;
    }

    .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
        /* if .cd-secondary-dropdown is visible - show also subnavigation */
        visibility: visible;
    }

    .cd-dropdown-content > .has-children > a.is-active,
    .cd-dropdown-content > .has-children > span.is-active{
        /* hover effect for .cd-dropdown-content items with subnavigation */
        box-shadow: inset 2px 0 0 #298a2f;
        color: #298a2f;
    }

    .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after,
    .cd-dropdown-content > .has-children > span.is-active::before, .cd-dropdown-content > .has-children > span.is-active::after{
        background: #298a2f;
    }

    .open-to-left .cd-dropdown-content > .has-children > a.is-active, .open-to-left .cd-dropdown-content > .has-children > span.is-active {
        box-shadow: inset -2px 0 0 #298a2f;
    }
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}

@-moz-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}

@keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}

.cd-search input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #242643;
    color: #ffffff;
    border: none;
    border-radius: 0;
}

.cd-search input[type="search"]::-webkit-input-placeholder {
    color: #ffffff;
}

.cd-search input[type="search"]::-moz-placeholder {
    color: #ffffff;
}

.cd-search input[type="search"]:-moz-placeholder {
    color: #ffffff;
}

.cd-search input[type="search"]:-ms-input-placeholder {
    color: #ffffff;
}

.cd-search input[type="search"]:focus {
    background: #ffffff;
    color: #111433;
    outline: none;
}

.cd-search input[type="search"]:focus::-webkit-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus::-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus:-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus:-ms-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

@media only screen and (min-width: 991px) {
    .cd-search input[type="search"] {
        background-color: #ebebeb;
    }

    .cd-search input[type="search"]::-webkit-input-placeholder {
        color: #b3b3b3;
    }

    .cd-search input[type="search"]::-moz-placeholder {
        color: #b3b3b3;
    }

    .cd-search input[type="search"]:-moz-placeholder {
        color: #b3b3b3;
    }

    .cd-search input[type="search"]:-ms-input-placeholder {
        color: #b3b3b3;
    }
}

.has-children > a, .go-back a {
    position: relative;
}

.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.has-children > a::before, .go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.has-children > a::after, .go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (min-width: 991px) {
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
        background: #b3b3b3;
    }
}

.has-children > a {
    padding-right: 40px;
    font-size: 15px;
}

.has-children > a::before, .has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
}

@media only screen and (min-width: 1024px) {
    .row
    .open-to-left .cd-dropdown-content > .has-children > a {
        padding-left: 40px;
        padding-right: 20px;
    }

    .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
        right: auto;
        left: 20px;
        -webkit-transform-origin: 1px 50%;
        -moz-transform-origin: 1px 50%;
        -ms-transform-origin: 1px 50%;
        -o-transform-origin: 1px 50%;
        transform-origin: 1px 50%;
    }
}

.cd-dropdown-content .go-back a {
    padding-left: 40px;
}

.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
}

.cd-main-content {
    background-color: #e6e6e6;
    min-height: calc(100vh - 100px);
    padding: 2em 5%;
    line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
    display: none;
}



.fz-12 {
    font-size: 12px;
}

.fz-24 {
    font-size: 24px;
}
.fz-26 {
    font-size: 26px;
}
.mhed {
    padding: 20px 0 0 20px;
}

.footer {
    position: absolute;
    bottom: 0 !important;
    right: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    background:  url("/images/fon.jpg") repeat center;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    border-top: 1px solid #ccc;
    /*background: #222222;*/
}
.ftr {
    color:#EEEEEE;
}
.footer.offcanvas-right.active {
    right: 300px;
}

.ftr a {
    text-decoration: none;
    color:#e2e6ea;
}

.weblane img {
    margin-top: 10px;
}

.dashed {
    border-bottom: 1px dashed #ccc;
}

.border-tb {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.btn-main {
    background-color: #aad8ad;
    color: #000;
}

.btn-main:hover {
    background-color: #96d09e;
    color: #000;
}

.dropdown-rdl {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

img {
    max-width: 100%;
}

.ab {
    color:#000;
}

a {
    color: #298a2f;
}

a:hover {
    color: #ed4141;
    text-decoration: none;
}
.yourav {
    background-color:#ed4141;
    display: inline-block;
    color:#fff;
    padding:2px 10px 2px 10px;
    border-radius: 4px;
}
.nh, .nh:hover {
    text-decoration: none;
}

.br5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.shoppingcart a:before {
    background: url("../images/sprite.svg") no-repeat 12px -24px;
    color: #000;
    display: block;
    width: 70px;
    height: 70px;
    font-size: 14px;
}

.shoppingcart a:hover {
    background-color: #f8f9fa;
    text-decoration: none;
}

.inq-menu a {
    font-size: 14px;
    color: #4d4b4b;
}

.inq-menu .list-inline-item {
    margin-right: 2%;
    padding-right: 2%;
}

.inq-menu .list-inline-item:last-child {
    border: none;
}

.lang {
    color: #c8c8c8;
}
.nav_ua:before {
    content: '';
    /*background: url("../images/sprite.svg") -114px -170px no-repeat;*/
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 1px;
}
.nav_ru:before {
    content: '';
    background: url("../images/sprite.svg") -90px -170px no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 1px;
}
.login {
    font-size: 14px;
}

.login:hover {
    text-decoration: none;
}

.login span {
    border-bottom: 1px dashed #ccc;
}

.last-navi-item {
    color: #ccc;
}

.zonline {
    background: #a9db80;
    padding: 4px 8px 4px 8px;
    color: #000;
    border-radius: 3px;
}
.phones {
    min-width: 155px;
}

.phones li {
    line-height: 29px;
    border:0;
}

.phones a {
    color: #4d4b4b;
    font-size: 16px;
}

.phones a:hover {
    text-decoration: none;
}

.phones a:before {
    content: '';
    background: url("../images/sprite.svg") no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 1px;
}

.phones a.vodafone:before {
    background-position: 0 0;
}

.phones a.kyivstar:before {
    background: url("../images/sprite.svg") no-repeat;
    background-position: -36px 0;
}

.phones a.lifecell:before {
    background-position: -72px 0;
}

.phones a.gor:before {
    background-position: -108px 0;
}

.phones a.vodafone:hover:before {
    background-position: -18px 0;
}

.phones a.lifecell:hover:before {
    background-position: -90px 0;
}

.phones a.kyivstar:hover:before {
    background-position: -54px 0;
}

.phones a.gor:hover:before {
    background-position: -126px 0;
}

.phones a.viber:before {
      background-position: -54px -20px;
  }

.phones a.viber:hover:before {
      background-position: -54px -20px;
  }
.phones a.telegram:before {
    background-position: -72px -20px;
}
.t1:focus,.t2:focus,.t3:focus {
    outline: none;
}

.phones a.telegram:hover:before {
    background-position: -72px -20px;
}


.phones2 li {
      line-height: 30px;
  }
.phones2 a {
      line-height: 36px;
  }
.phones2 a:hover {
      text-decoration: none;
      color:#000000;
  }
.phones2 a:before {
      content: '';
      background: url("../images/sprite.svg") no-repeat;
      width: 25px;
      height: 25px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      margin-bottom: 3px;

  }

.phones2 a.vodafone:before {
      background-position: -355px -160px;
  }
.phones2 a.kyivstar:before {
    background-position: -403px -160px;
  }
.phones2 a.lifecell:before {
      background-position: -451px -160px;
  }
.phones2 a.gor:before {
    background-position: -499px -160px;
  }
.phones2 a.viber:before {
    background-position: -306px -160px;
    margin-right: 5px;
  }
.phones2 a.telegram:before {
    background-position: -281px -160px;
    margin-right: 5px;
}
.phones2 .viber {
    margin-right: 25px;
}
.phones2 .viber,.phones2 .telegram {
    font-size:14px;
}

.custom-control {
    padding-left: 0px;
}

.custom-control .ulsec li {
    padding-left: 25px;
}

.custom-control .custom-control-label {
    font-size: 13px;
}

.custom-control .custom-control-label::before {
    top: 0;
}

.custom-control .custom-control-label::after {
    top: 0;
}

.custom-control .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #298a2f;
}

.custom-control .ulsec {
    padding-left: 0;
    padding-top: 10px;
}

.custom-control .nb li {
    border: none;
}

.custom-control .f_name {
    display: block;
    text-transform: uppercase;
    color: #1b1e21;
    font-weight: bold;
}

.custom-control .f_name:hover {
    color: #e23f3f;
    text-decoration: none;
}

.news_list {
    position: relative;
    text-align: left;
}

.news_list li {
    background: none;
    padding-right: 50px;
    border-top: none;
    border-bottom: 1px dotted #e2e6ea;
    padding-left: 0;
}

.news_list li a {
    font-size: 16px;
    display: block;
    padding: 10px 0 10px 0;
}

.news_list li span {
    position: absolute;
    top: 15px;
    right: 5px;
    font-size: 12px;
    color: #ccc;
}

.mainpre span {
    font-size: 24px;
    display: block;
    font-weight: bold;
    margin:15px 0 15px 0;
}
.mainprebox {
    padding:15px;
    margin:10px;
    /*border:1px solid #ccc;*/
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.od, .fb, .tw, .gp {
    background: url("../images/sprite.svg") no-repeat -345px -34px;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.fb {
    background-position: -390px -34px;
}

.tw {
    background-position: -435px -34px;
}

.gp {
    background-position: -480px -34px;
}
.itembox {
    width: 300px;
    float: left;
    margin-bottom: 50px;
    position: relative;
    padding: 0 0 0 17px;
    /*height: auto;*/
    height: 350px;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    background: #fff;



}
.itembox:hover {
    overflow: visible;
    z-index: 10; }
.itembox:hover .item {
    box-shadow: 0 0 40px rgba(92, 92, 92, 0.4);
    z-index: 100;
    overflow: visible; }
.itembox:hover .bonus {
    left: 25px; }
.itembox:hover .desc {
    visibility: visible; }

.itembox2 {
    width: 300px;
    float: left;
    overflow: hidden;
    background: #fff; }

.page-link {
    color: #298a2f;
    padding: 1rem 1.25rem;
    font-size: 18px; }

.page-item.active .page-link {
    background: #ed4141;
    border-color: #ccc; }

.item {
    padding: 25px 25px 25px 25px;
    margin: 0px 0 0 -30px;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    z-index: 999;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;}
.item .desc {
    visibility: hidden;
    padding: 20px 0 20px 0;
    font-size: 13px; }
.item p {
    padding: 0;
    margin: 0; }
.item .img-link {
    margin-bottom: 5px;
}
.item .img-link img {

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*max-width: 200px;*/
    max-height: 190px; }
.item .img-link img:hover {
    opacity: 0.9;
}
.item .name {
    padding: 5px 0 0 0;
    display: block;
    max-height: 50px;
    overflow: hidden;
    font-size: 14px;
    cursor: pointer;
}
.item .aname  {
    font-size: 14px;
    text-decoration: none; }
.item .priceblock {
    margin-top: 5px; }
.item .price {
    font-size: 20px;
    line-height: 20px;
    padding-top: 4px; }
.item .uah {
    font-weight: normal; }
.item .oldprice, .oldprice {
    text-decoration: line-through;
    font-size: 16px;
    color: #999;
    text-decoration-color: #999;
    padding: 2px 5px 2px 5px; }
.item .newprice {
    color: #d02027;
    padding: 0px 5px 0px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
.item .buybox {
    margin-top: 5px; }
.item .buybox .bought {
    display: inline-block;
    padding: 9px 10px 9px 38px;
    border-radius: 5px;
    position: relative;
    background-color: none;
    cursor: pointer;}
.item .buybox .bought:before {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 3px;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    content: "";
    background: url(../images/sprite.svg) no-repeat -51px -165px; }
.item .buybox .bought:hover {
    text-decoration: none; }
.item .buybox .bought span {
    border-bottom: 1px dashed #ccc; }
.item .buybox .itembut {
    display: inline-block;
    border: 1px solid #fff;
    padding: 9px 10px 9px 13px;
    /*border-radius: 3px;*/
    position: relative;
    background-color: #5eb26a;
    cursor: pointer;
    color: #fff;
}

.item .buybox .itembut:hover {
    text-decoration: none;
    border: 1px solid #fff; }


.item .buybox:hover {
    text-decoration: none; }

.item:hover .buy, .item:hover .modalitem {
    background-color: #6dc67a;
}


.itempage .price {
    font-size: 26px;
    line-height: 40px;
    display: inline-block;
    height: 40px;
    margin: 0px 10px 3px 0;
    padding: 0px 10px 0px 10px;
}

.itempage .regular {
    /*background-color: #fef2b8;*/
}
.itempage .oldprice {
    text-decoration: line-through;
    font-size: 19px;
    color:#ccc;
}
.itempage .newprice {
    color:#d02027;
}

.itempage .bought-item {
    margin: 7px 10px 3px 0;
    padding: 5px 10px 3px 10px;
}
.itempage .bought {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    margin-top: 0;
}
.itempage .bought:before {
    width: 35px;
    height: 30px;
    margin-top: 3px;
    float: left;
    content: "";
    background: url(../images/sprite.svg) no-repeat  -53px -165px; }
.itempage .bought:hover {
    text-decoration: none; }
.itempage .bought span {
    border-bottom: 1px dashed #ccc; }


.itempage .buy {
    display: inline-block;
    padding: 0px 10px 0px 14px;
    margin: 0px 10px 3px 0;
    line-height: 40px;
    height: 40px;
    font-size: 26px;
    letter-spacing: 1px;
    background-color: #5eb26a;

    color: #fff; }

.qbb {

    letter-spacing: 1px;
    background-color: #5eb26a;
    color: #fff;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.qbb:hover {
    background-color: #188218;
    color:#fff;
}
.green1 {
    color:#45964c;
}
.itempage .buy:hover {
    text-decoration: none;
    background: #188218; }



.itempage .dd-selected {
    padding: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
.itempage .dd-selected-text, .itempage .dd-option-text {
    font-size: 16px;
    margin: 0; }
.itempage .dd-selected-description, .itempage .dd-desc {
    line-height: 1.3em;
    font-size: 11px; }
.itempage #myDropdown {
    margin-top: 6px; }
.itempage .boxs {

    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); }
.itempage .chtable td {
    padding: 15px 5px 15px 5px;
}
.itempage .form-control {
    border-radius:0;

}

.itempage .chtable i {
    width: 23px;
    text-align: center; }
.itempage .qb {
    display: inline-block;
     }

.itempage .quickbuy:hover {
    text-decoration: none;
    color: #5e5e5e;
    background-color: #ebebeb; }
.itempage .quickbuy:before {
    width: 35px;
    height: 30px;
    margin-top: 3px;
    float: left;
    margin-right: 10px;
    content: "";
    background: url(../images/sprite.svg) no-repeat -235px 5px; }
.itempage .rot {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.qbinput {
    max-width:250px;
}

.ph::-webkit-input-placeholder { /* Edge */
    color: #ccc;
}

.ph:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

.ph::placeholder {
    color: #ccc;
}



.filters-mob-button {
    display: none;
    /*position: fixed;*/
    /*bottom: 10px;*/
    /*left: 10px;*/
    /*z-index: 999;*/

}

.cb {
    clear: both;
}

.filters-mob-button button {
    padding: 10px;
    background: #fff;
    box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);
}

.filters-mob-button span {

    color: #000;
}

.filters-mob-button i {
    font-size: 22px;
    color: #000;
}

.gray {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.7;
}

.itembox:hover .gray {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 1;
}

.sres {
    position: absolute;
    top: 38px;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    display: none;
}

.sres a {
    padding: 10px;
    display: block;
}

.sres a:hover {
    background-color: #f7f7f7;
    text-decoration: none;
}

.sres li {

    /*border-bottom: 1px solid #ededed;*/
}

.searchcat {
    padding: 10px 0 0 10px;
    font-size: 10px;
    color:#b3b3b3;
}

.ccc {
    color: #ccc;
}
.ccc2 {
    color:#b3b3b3;
}
.clearall {

    border-bottom:1px solid #e9e9e9;
    width: 100%;
    display: block;
    padding-bottom:10px;
}
.clearall a {
    position: relative;
    padding-left: 20px;
}

.clearall {
    position: relative;
}

.clearall a::before {
    content: '';
    position: absolute;
    background-image: url(../images/sprite.svg) !important;
    background-repeat: no-repeat;
    background-position: 0 -168px;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
}

.mw {
    max-width: 780px;
}

.carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;

}

.bonus {
    position: absolute;
    left: 20px;
    top: 0;
    padding: 10px 10px 0 0;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.bonus_one {
    font-size: 11px;
    padding: 5px;
    margin-top: 2px;
    border-radius: 3px;
    text-align: right;
    float: left;
    clear: both;

}

.bonus_one i {
    width: 15px;
    text-align: center;
}

.br3 {
    border-radius: 3px;
}

.bs {
    background-color: #fb874f;

}

.freed {
    background-color: #8ce38c;
}

.disc {
    background-color: #f7f683;
}

.carousel-control-next-icon {
    background: none;
    color: #000;
}

.carousel-control-prev-icon {
    background: none;
    color: #000;
}

.breadcrumb {
    font-size: 14px;
    background: none;
}

.breadcrumb a {
    font-size: 14px;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #e2e2e2;
    content: "/";
}

.bhead {
    padding: 10px;
    background-color: #fff;
}

.ctitle {
    height: 40px;
}
.rrab span {
    line-height: 32px;
}
.infobox {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 4px 9px 4px 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ccc;
    margin: 0 0 0 4px;
    font-size: 12px;
    cursor: pointer;

}

.col-check-label {
    margin-bottom: 4px;
}

.infobox:hover {
    color: #747474;
}
.g_list .delall {
    font-size: 12px;
}
.fz-14 {
    font-size: 14px;
}

.fz-18 {
    font-size: 18px;
}

.fz-22 {
    font-size: 22px;
}

p {
    line-height: 1.4em;
}

.container-fluid {
    max-width: 1600px;
    padding-left: 10px;
    padding-right: 10px;
}

.mobnav {
    display: none;
}

.mobilebut {
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
}

.mobilebut, .mobcart {
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
}

.logo {
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
}

.txt {
    max-width: 1000px;
}

.txt ol {
    list-style: decimal;
    padding: 5px 10px 10px 20px;
}

.txt ul,.sul {
    list-style: disc;
    padding: 5px 10px 10px 20px;
}

.txt li {
    margin: 10px 0 10px 0;
    line-height: 1.4em;
}

.rbox {
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
}

.sort {
    width: 335px;
    position: absolute;
    right: 0;
    height:35px;
}

.p150 {
    padding-right: 150px;
}

.card-modal {
    overflow-y: auto;
    overflow-x: hidden;
    background: #f6f6f6;
    background: #fff;
    position: relative;
    padding: 0 10px 0 10px;
}

.cart-mh {
    max-height: 400px;
    min-height: 250px;
}

.modal-footer {
    border-top: 0px;
}

.mobphones a {
    font-size: 18px;
}

.colorimg {
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ccc;
    margin-top: -2px;
}

.clrblock {
    position: absolute;
    right: 5px;
    width: 40px;
}

.clrblock img {
    display: block;
    margin-bottom: 3px;
}

a.flc {
    display: block;
}

a.flc:first-letter {
    text-transform: uppercase;
}

.lbox {
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    width: 250px;
    overflow: auto;
}
.checkbox .nb li {
    width: 250px;
}
.lbox a {
    color: #000;
    text-decoration: none;
}

.lbox label {

}

.cart-p {
    font-size: 12px;
    width: 22px;
    padding: 4px;
    color: #ccc;
    cursor: pointer;
}

.fcc {
    width: 26px;
    margin: 0 2px 0 2px;
    font-size: 12px;
    padding: 4px 0 4px 0px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.second {
    color: #747474;
    font-size: 13px;
}

.card-item .price {
    font-size: 18px;
    line-height: 25px;
    display: inline-block;
    margin: 3px 10px 3px 0;
    background-color: #fef2b8;
    padding: 0px 7px 2px 7px;
}
.filtersort {
    margin: 0 0 10px 0;
    min-height: 30px; }
.filtersort .selfilters {
}
.filtersort .selfilters a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
    border-radius: 5px;
    text-decoration: none;
    margin: 3px 0 3px 0;
    color: #4d4b4b; }
.filtersort .selfilters .filter_link {
    padding: 4px 27px 5px 10px;
    background-color: #fafafa;
 }
.filtersort .selfilters .filter_link:before {
    content: '';
    position: absolute;
    background-image: url(../images/sprite.svg) !important;
    background-repeat: no-repeat;
    background-position: 0 -168px;
    width: 16px;
    height: 16px;
    right: 5px;
    top: 4px; }
.filtersort .selfilters a:hover {
    color: #d02027; }
.filtersort .selfilters .filter_link:hover:before {

    background-position: -16px -168px;
    content: '';
    position: absolute;
    background-image: url(../images/sprite.svg) !important;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    right: 5px;
    top: 4px; }
.filtersort .selfilters .clear {
    background-color: #ffebeb;
    padding: 4px 10px 5px 10px; }
.filtersort .selfilters .clear:before {
    width: 1px; }

.sort-btn {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 5px;
    text-align: left;
    line-height: 1.2;
    float: right;
}

.sort-btn::after {
    display: block;
    float: right;
    margin-top: 8px; }

.dropdown-active:before {
    content: '';
    position: absolute;
    background-image: url(../images/sprite.svg) !important;
    background-repeat: no-repeat;
    background-position: -33px -170px;
    width: 16px;
    height: 16px;
    right: 5px;
    top: 4px; }

.dropdown-item {
    position: relative;
    padding: 5px 30px 5px 14px; }

.checkbox {
    padding-left: 0;}
.checkbox .ulsec li {
    padding-left: 5px; }
.checkbox .list-group-item {
    padding: .32rem 0.7rem; }
.checkbox .list-group-item a {
    font-size: 13px;
}
.checkbox .ulsec {
    padding-left: 0;
    padding-top: 10px; }
.checkbox .nb li {
    border: none; }
.checkbox .f_name {
    display: block;
    text-transform: uppercase;
    color: #1b1e21;
    font-weight: bold; }
.checkbox .f_name:hover {
    color: #e23f3f;
    text-decoration: none; }


.checkbox {
    padding-left: 0px;
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 0px;
    padding-top: 1px;
    cursor: pointer;
    font-size: 14px;
}

.bload {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background: url("/images/loading_big.gif") #fff no-repeat center;
    height: 250px;
}

.checkbox label.dislable {
    cursor: default;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.label-loading {
    z-index: 10;
    position: relative;
}

.z0 {
    z-index: 0;
}

.label-loading label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    z-index: 100;
    background: url("/images/loading.gif") no-repeat center;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.button-loading {
    background: #fff;
    background: url("/images/loading.gif") no-repeat center;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -21px;
    padding-left: 3px;
    padding-top: 2px;
    font-size: 12px;
    color: #555555;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 700;
    color: #aad8ad;
}

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox.checkbox-sm label::before {
    width: 26px;
    height: 26px;
    top: -4px;
}

.checkbox.checkbox-sm label::after {
    width: 26px;
    height: 26px;
    padding-left: 3px;
    font-size: 20px;
    left: 1px;
    top: -2px;
}

.checkbox.checkbox-sm label {
    padding-left: 18px;
}

.checkbox.checkbox-md label::before {
    width: 34px;
    height: 34px;
    top: -17px;
}

.lnb tr:last-child td {
    border: 0px;
}

.checkbox.checkbox-md label::after {
    width: 34px;
    height: 34px;
    padding-left: 4px;
    font-size: 24px;
    left: 1px;
    top: -18px;
}

.checkbox.checkbox-md label {
    padding-left: 22px;
    top: 17px;
}

.checkbox.checkbox-lg label::before {
    width: 46px;
    height: 46px;
    top: -28px;
}

.checkbox.checkbox-lg label::after {
    width: 46px;
    height: 46px;
    padding-left: 4px;
    font-size: 36px;
    left: 1px;
    top: -31px;
}

.checkbox.checkbox-lg label {
    padding-left: 34px;
    top: 32px;
}

.radio {
    padding-left: 0;
}

.newsblock {
    padding: 20px;
    background-color: #fff;
}

.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f00c";
    color: #298a2f;
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff;
}

.radio.radio-sm label::before {
    width: 30px;
    height: 30px;
    top: -13px;
}

.radio.radio-sm label::after {
    width: 22px;
    height: 22px;
    padding-left: 4px;
    font-size: 20px;
    left: 4px;
    top: -9px;
}

.radio.radio-sm label {
    padding-left: 18px;
    top: 13px;
}

.radio.radio-md label::before {
    width: 34px;
    height: 34px;
    top: -17px;
}

.radio.radio-md label::after {
    width: 26px;
    height: 26px;
    padding-left: 4px;
    font-size: 24px;
    left: 4px;
    top: -13px;
}

.radio.radio-md label {
    padding-left: 22px;
    top: 17px;
}

.radio.radio-lg label::before {
    width: 46px;
    height: 46px;
    top: -28px;
}

.radio.radio-lg label::after {
    width: 36px;
    height: 36px;
    padding-left: 4px;
    font-size: 36px;
    left: 5px;
    top: -23px;
}

.list-group-item {
    padding-top: 10px;
    z-index: 0;
    position: relative;
}

.radio.radio-lg label {
    padding-left: 34px;
    top: 32px;
}

.uah {
    font-size: 13px;
}

.card-item {
    border-bottom: 1px solid #ededed;
    padding: 20px 0 20px 0;
    background: #ffffff;
}

.filtersbox {
    position: relative;
    z-index: 0;
    background-color: #fafafa;
}

.filtersbox li {
    background: none;
}

.lbg-w {
    opacity: 0.8;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.del {
    font-size: 22px;
    cursor: pointer;
    color: #ccc;
}

.pmin {
    width: 78px;
    margin: 10px auto;
}

.modal-footer {
    display: block;
    text-align: right;
    /*border-top: 3px solid #ede3df;*/
}

.btn1 {
    border: 0;
    border: none;
    font-size: 22px;
    padding: 7px 13px 7px 10px;
    text-decoration: none;
    border-radius: 5px;
    margin: 10px 0 10px 0;
    line-height: 29px;
    display: inline-block;
    cursor: pointer;

}

.btn1:hover {
    text-decoration: none;
}

.hw:hover {
    color: #fff;
}

.summ {
    font-size: 22px;
}

.cart-q {
    width: 90px;
    margin: 0 auto;
}

.qq {
    color: #acacac;
}

.lbox a:hover {
    color: #e23f3f;
}

.up {
    background-color: #ccc;
}
.navbar-light .navbar-nav .nav-link {
    color:#000;
}

@media (max-width: 691px) {




    .lbox {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }

    .modal-footer {
        text-align: center;
    }
    .p150 {
        margin-bottom:10px;
    }
}

@media (min-width: 991px) {

    .frmob {
        padding-right: 12px;
    }

    .hideondesktop {
        display: none;
    }

    .cd-dropdown {
        padding:10px 0 10px 0;
    }

}

.search input:focus {
    border: 1px solid #ccc;
    /*border-left: 0px;*/
}

.owl-next span, .owl-prev span {
    font-size: 32px;
    padding: 10px;
}

.owl-next span {
}

.srch {
    /*border-left: 0px;*/
}

.srch::placeholder {
    color: #969696;
    opacity: 1;
}

.srch:-ms-input-placeholder {
    color: #ccc;
}

.srch::-ms-input-placeholder {
    color: #ccc;
}

.bt {
    border: 1px solid #ced4da;

}
.input-group>.input-group-append>.bt,  .input-group>.input-group-prepend>.bt, .input-group>.input-group-append:not(:last-child)>.bt {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}



.input-group-append .btn, .input-group-prepend .btn {
    z-index: 0;
}

.cd-dropdown-trigger {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
    z-index: 100;

}

.cart {
    display: block;
    width: 202px;
    height: 31px;
    background-size: 150px;
}

.cart:hover {
    background-position: -203px 0;
}

.ava {
    max-height: 500px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.dops {
    max-height: 70px;
}

.navbar {
    padding: 0.5rem 0 0 0;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.navbar-toggler {
    padding: .15rem .25rem;
    z-index: 10;
}

.navbar-toggler-icon {
    background-size: 80% 80%;
}

.navbar-nav a {
    font-size: 12px;
}

.mobile_cart {
    background: url("../images/sprite.svg") no-repeat -168px 5px;
}

.mobbut_a {
    display: block;
    border: 1px solid transparent;
    border-color: rgba(0, 0, 0, .1);
    border-radius: .25rem;
    height: 37px;
    width: 40px;
    margin: 0 auto;
}
.loginform {
    min-width: 250px; position: absolute;
}

.mobile_phone {
    background: url("../images/sprite.svg") no-repeat -235px 5px;
}

.count {
    position: absolute;
    top: 16px;
    right: 20px;
    min-width: 19px;
    height: 19px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px 2px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    background: #fb3f4c;
    border-radius: 12px;
    z-index: 1;
}

.cmob {
    right: 0px;
}

.mobile_head_button {
    font-size: 20px;
    cursor: pointer;
}

.mobile_dropdown_box {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    border: 0px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 5px;

}

.mobile_dropdown_box a {
    display: block;
}

.sidebar-offcanvas {
    font-size: 14px;
    width: 100%;
    z-index: 100;
}

.sidebarclose, .sidebarclose2 {
    display: none;
}

.active .sidebarclose, .active2 .sidebarclose2 {
    display: block;
    position: fixed;
    left: 250px;
    top: 15px;
}

.active2 .sidebarclose2 {
    z-index: 999;
}

.sidebarclose a, .sidebarclose2 a {
    border: 0px;
}

.up2 {
    float: right;
}

.up1 {
    float: left;
}

.sha {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    /*border-bottom: 1px solid #ccc;*/
    /*margin-bottom: 10px;*/
}

.mainimage {
    width: 100%;
    background: #f8f9fa;
    position: relative;
    text-align: center;
}

.mi_w {
    width: 100%;
    max-width: 1600px;
    position: relative;
    margin: 0 auto;
}

.optbox {
    width: 300px;
    position: relative;
    margin: 0 auto;
}
.g_box {
    padding:3px 5px 0 5px;
    background-color: #f8f9fa;
    border-radius:5px;
    margin: 3px 0 10px 0;
    /*border-radius: 5px;*/
    /*!*background: #e2e6ea;*!*/
    /*border-bottom: 2px solid #5f5f5f;*/
    /*border-left: 2px solid #5f5f5f;*/
    /*border-right: 2px solid #5f5f5f;*/
    border: 2px solid #5f5f5f;
    /*border:1px solid #ccc;*/

    /*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);*/
}
.g_but_box {
    position: relative;
}
.show .opt {
    background-color: #000;
    color: #fff;
}
.show .opt-disable {
    background-color: none;
    color: #ccc;
}
.tdn:hover {
    text-decoration: none;
}
.mmd {
    border-radius: 0;
    padding: 0;
    margin: 0;
    width: 300px;
    border: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1010 ;
}
.g_list {
    border-radius: 0;
    padding: 0;
    width: auto;
    margin: 0;
    border: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.g_list a {
    font-size: 16px;
}

.g_but {
    display: inline-block;
    position: relative;
    line-height: 26px;
    background-color: #fff;
    color: #000;
    padding-right: 40px;
    font-weight: bold;
    border-radius: 3px;
    font-size: 14px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}
.g_drop_item {
    position: relative;
}
.g_drop_item i {
    font-size: 11px;
}
.g_img {
    vertical-align: middle;
}
.b1 {
    border:1px solid #e9e9e9;
    box-shadow:none;

}
.addcar {
    padding: 7px 30px 7px 14px;
}
.delcar {
    position: absolute;
    right:10px;
    top:7px;
    padding: 3px;
    z-index:999;
    color:#ccc;
}
.delcar:hover {
    text-decoration: none;
}
.g_drop_item .dropdown-item {
    z-index: 9;
    border-top:1px solid #e2e6ea;
    padding: 10px 30px 10px 14px;
}

.opt-form {
    padding: 10px 20px 30px 20px;
}

.opt {
    display: block;
    position: relative;
    /*padding: 0px 36px 0 20px;*/
    line-height: 37px;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    border-radius: 3px;
    font-size: 18px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.carbut {
    font-size: 18px;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin: 10px;
}
.carbut a:hover {
    text-decoration: none;
}
.no-touch .opt:hover {
    background-color: #000;
    text-decoration: none;
    color: #fff;
}

.opt::before, .opt::after,.g_but::before,.g_but::after {
    /* this is the arrow inside the dropdown trigger*/
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 9px;
    background: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
}

.opt::before,.g_but::before {
    right: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.opt::after,.g_but::after {
    right: 17px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.opt:hover::after, .opt:hover::before, .show .opt::after, .show .opt::before {
    background: #fff;
}

.show .opt::after, .show .opt::before {
    /* transform the arrow into a 'X' */
    width: 14px;
}

.show .opt::before {
    /* transform the arrow into a 'X' */
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
}

.show .opt::after {
    /* transform the arrow into a 'X' */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.opt-disable {
    color: #ccc;
    cursor: default;
}

.no-touch .opt-disable:hover {
    background-color: #fff;
    text-decoration: none;
    color: #ccc;
}

.opt-disable::before, .opt-disable::after {

    background: #ccc;
}

.opt-disable:hover::after, .opt-disable:hover::before {
    background: #ccc;
}

.mmd a {
    padding: 5px;
    display: block;
}

.opt-yy a {
    padding: 10px;
}

.slist li {
    padding: 5px;
}
.slist a {
    color:#212529;
}

.a1,.a1 a {
    color: #212529;
}

.a1 a:hover, .a1:hover {
    color: #e23f3f;
    text-decoration: none;
}

.brand:before {
    content: '';
    background: url("../images/sprite.svg") no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 1px;
}

.audi:before {
    background-position: -285px 0;
}

.vw:before {
    background-position: -315px 0;
}

.skoda:before {
    background-position: -345px 0;
}

.seat:before {
    background-position: -375px 0;
}
.mitsubishi:before {
    background-position: -590px 0;
}
.mazda:before {
    background-position: -620px 0;
}
.dropdown-item:focus {
    background-color: #e7e7e7;
}
.car {
    text-transform: uppercase;
}
.car:before {
    content: '';
    background: url("../images/sprite.svg") no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 1px;
}
.carb:before {
    display: block;
    margin:0 auto 4px auto;
}
.audi_b:before {
    background-position: 0 -104px;
}

.vw_b:before {
    background-position: -68px -104px;
}

.skoda_b:before {
    background-position: -130px -104px;
}

.seat_b:before {
    background-position: -200px -104px;
}
.mazda_b:before {
    background-position: -550px -35px;
}
.mitsubishi_b:before {
    background-position: -485px -35px;
}
.opt:hover .hwite.audi::before, .show .hwite.audi::before {
    background-position: -405px 0;
}
.opt:hover .hwite.vw::before, .show .hwite.vw::before {
    background-position: -435px 0;
}
.opt:hover .hwite.skoda::before, .show .hwite.skoda::before {
    background-position: -465px 0;
}
.opt:hover .hwite.seat::before, .show .hwite.seat::before {
    background-position: -495px 0;
}
.opt:hover .hwite.mitsubishi::before, .show .hwite.mitsubishi::before {
    background-position: -525px 0;
}
.opt:hover .hwite.mazda::before, .show .hwite.mazda::before {
    background-position: -555px 0;
}
.cat img {
    /*vertical-align: middle;*/
    margin-right: 10px;
    max-height: 50px;
    width: 50px;
    /*display: inline-block;*/
    float: left;
}
.dbox {
    width: 100%;
}
.ddmenu {
    width: 100%;
    /*max-width: 503px;*/
}

.ddmenu li {
    width: 100%;
}
.cat li {
    /*height:60px;*/
    /*white-space: nowrap;*/
}
.cat li a {
    text-decoration: none;
    vertical-align: middle;
}

.cat span {
    display: inline-block;
    max-width:150px;
    vertical-align: middle;
    white-space: normal;
}
@media screen and (max-width: 991px) {

    .cd-secondary-dropdown a {
        height: 30px;
        line-height: 30px;
    }


    .loginform {
        position: relative;
        min-width: 200px;
    }
    .count {
        top: 2px;
    }
    .carlist .fz-22 a {
        font-size:15px;
    }

    .p150 {
        padding-right: 0px;
    }

    .sres {
        top: 45px;
        display: none;
    }

    .logo {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }

    .sort {
        width: 100%;
        position: relative;
        margin: 10px 0 10px;
    }

    .sort-btn {
        margin: 10px 0 10px 0;
        font-size: 13px;
    }

    .selfilters {
        padding-right: 0;
    }

    .frmob {
        float: none;
    }

    body {
        overflow-x: hidden;
        padding-top: 50px;
    }

    .navbar-nav {
        padding-top: 10px;
    }

    .up1, .up2 {
        float: none;
    }
    .cs {

    }
    .itembox {
        height: auto;
        max-height:280px;
        min-height:280px
    }
    .item .img-link img {

        max-height: 115px; }
    .upnav {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        background-color: #fff;
        z-index: 1001;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

    }

    .menubox {
        padding-top: 20px;
    }

    .cd-dropdown-trigger {
        width: 100%;
        text-align: center;
    }

    .cd-dropdown-wrapper {
        width: 100%;
    }

    .offcanvas {
        position: relative;
        min-height: 100%;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;

    }

    .offcanvas-right, .offcanvas-right2 {
        left: 0;
    }

    .offcanvas-right.active {
        /*left: 300px;*/

        z-index: 1000;
    }

    .offcanvas-right2.active2 {
        z-index: 1000;
    }

    .sidebarbox, .lbox {
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        z-index: 10;
    }

    .sact {
        position: fixed;
        top: 0;
        left: 0;
        min-height: 100%;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.2);

    }

    .activsha {
        box-shadow: 0 0 0 100000px rgba(51, 51, 51, .2), 2px 2px 5px rgba(0, 0, 0, .35);
    }

    .offcanvas-right .sidebar-offcanvas {
        left: -200%;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    .offcanvas-right.active .sidebar-offcanvas {
        left: 0;
        border-left: 1px solid #e7e7e7;
        z-index: 1000;
    }

    .sidebar-offcanvas {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 300px;
        padding: 60px 15px 15px;
        background-color: #f8f8f8;
        border-radius: 0;
        overflow-y: auto;
        font-size: 18px;
        z-index: 1000;
    }

    .sidebar-offcanvas li {
        margin: 5px 0 5px 0;
    }

    .sidebar-offcanvas a {
        font-size: 18px;
    }

    .sidebar-offcanvas .dropdown-menu {
        border: medium none;
        background: none;
        border-radius: 0;
        box-shadow: none;
        float: none;
        margin: 0;
        padding-top: 0;
        position: static;
    }

    .navbar-toggler {
        z-index: 10;
    }

    .mobilebut {
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        z-index: 10;
    }

    .mobilebut, .mobbut {
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
    }

    .mobnav {
        display: flex;
    }

    .filters-mob-button {
        display: block;
    }

    .sort-btn {
        padding: 10px;
        margin: 0;
        background: #fff;
        box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);
    }

    .sort-btn i {
        font-size: 22px;
        color: #000;
    }

    .sort-btn {
        font-size: 13px;
        color: #000;
    }

    .dropdown-toggle::after {
        margin-top: 13px;
    }

    .lbox {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 300px;
        padding: 60px 15px 15px;
        background-color: #f8f8f8;
        border-radius: 0;
        /*overflow-y: auto;*/
        font-size: 18px;
        z-index: 1000;
    }

    .offcanvas-right2 .lbox {
        left: -200%;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    .offcanvas-right2.active2 .lbox {
        left: 0;
        border-left: 1px solid #e7e7e7;
        z-index: 2000;
    }

}

/* Sticky footer styles
-------------------------------------------------- */

.moblogo {
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    text-align: center;
    overflow: hidden;
    height: 40px;
    display: flex;
}

.moblogo img {
    max-height:35px;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.offcanvas-right.active .moblogo img {
    /*width: 100px;*/
    /*margin-left: 300px;*/
}

.navbar a {
}

.list-arrow {
    margin-bottom: 10px;
    list-style: url("../images/move-to-next.png");
    padding-left: 20px;
}

.list-arrow li {
    padding: 6px 0 6px 0;
}

.list-simple li {
    padding: 6px 0 6px 0;

}

.bg-none {
    background: none;
}

.rm,.rmcats {
    overflow: hidden;
}

a[data-readmore-toggle] {
    color: #d02027;
}

.irs-from {
    z-index: 999;
}

.rmap {
    background: #eeeeee;
    font-size: 20px;
    padding: 60px 30px 60px 50px;
}

.fz-10 {
    font-size: 10px;
    color: #5e5e5e;
}

.metro:before {
    content: '';
    background: url("../images/sprite.svg") -145px 0 no-repeat;
    width: 20px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 0px;
}

input:disabled, textarea:disabled {
    color: #ececec;
    cursor: default;
}

.f_name .fa-sort-down {
    font-size: 10px;
    color: #ccc;
    vertical-align: top;
    padding-top: 1px;
}

.f_name .fa-sort-up {
    font-size: 10px;
    color: #ccc;
    vertical-align: bottom;
    padding-bottom: 1px;
}

.main_brands div {
    overflow: hidden;
    height: 100px;
}

.main_brands div:hover img {
}

.main_brands img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-width: 150px;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    border-radius: 10px;
}

.main_brands img:hover {

    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.main_brands span {
    position: absolute;
    top: 20px;
    left: 30px;
}

.main_brands a {
    display: block;
    text-align: center;
    width: 100%;
    text-decoration: none;
    height: 150px;
}
.redh {
    color: #ed4141;
}
.ftr_img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);

}

@media screen and (max-width: 1240px) {
    .phones a {
        font-size: 13px;
    }

}

@media screen and (min-width: 1400px) {
    .lbox {
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        width: 300px;
    }

}

@media screen and (max-width: 766px) {


    .mob-clear {
        display: block;
    }
    .cat span {
        max-width: 100%;
    }
    .footer {
        height: 800px;
    }

    .hideonmobile {
        display: none;
    }

    .moblines {
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
    }

    .moblines ol, .moblines nav, .moblines li {
        width: 100%;
    }

    .mob-bread a {
        font-size: 18px;
        width: 100%;
        padding-left: 10px;
        display: block;
    }

    .breadcrumb-item + .mob-bread::before {
        display: inline-block;
        padding-right: .5rem;
        position: absolute;
        left: 10px;
        color: #ccc;
        content: "<";
        font-size: 18px;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    body {
        margin-bottom: 1000px;
    }

    .mp-0 {
        padding: 0;
    }

    .card-item {
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .phones a {
        font-size: 17px;
    }

    .footer {
        height: 1200px;
    }

    .item .img-link img {
        max-width: 100%;
    }

    body {
        margin-bottom: 1200px;
    }

    .itembox {
        /*margin: 0 auto;*/
    }

    .itembox img {
        max-height: 120px;
    }

    .page-link {
    }

    .pagination {
        max-width: 100%;
        overflow: scroll;
    }


    .item .price {
        font-size: 16px;
    }
    .opt-form {
        padding: 20px 0px 20px 0px;
    }


    .optbox {
        width: 100%;
    }

    .mmd {
        width: 100%;
    }



    .car {
        font-size:16px;
    }
    .car:before {
        content: '';
        background: url("../images/sprite.svg") no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        margin-bottom: 1px;
    }

    .mazda_b:before {
        background-position: -617px 0;
    }
    .mitsubishi_b:before {
        background-position: -586px 0;
    }

    .audi_b:before {
        background-position: -285px 0;
    }

    .vw_b:before {
        background-position: -315px 0;
    }

    .skoda_b:before {
        background-position: -345px 0;
    }

    .seat_b:before {
        background-position: -375px 0;
    }






}

@media screen and (min-width: 575px) {

    .itembox {
        /*width: 50%;*/
        margin: 0;
    }

}

@media screen and (min-width: 880px) {

    .itembox {
        /*width: 33%;*/
    }

}

@media screen and (min-width: 1200px) {

    .sfromh {
        min-width:350px;
    }


}

.shoppingcart a {
    display: block;
    padding: 15px 5px 5px 5px;
    font-size: 13px;
    color: #000;
}

.shoppingcart a:before {
    content: '';
    top: 0;
    left: 5px;
    background: url("../images/sprite.svg") no-repeat 8px -24px;
    color: #000;
    display: block;
    width: 60px;
    height: 40px;
    font-size: 14px;
}

.code {
    /*float: right;*/
    padding: 5px;
    background: #fef2b8;
    margin-top: 5px;
}

.code span {
    font-weight: bold;
}
h1 {
    font-size:2rem;
}
.item_name h1 {
    font-size: 24px;
}

.breadcrumb li {
    height: 20px;
}

.price-range-search {
    line-height: 14px;
    background-color: #f6f6f6;
    color: #298a2f;
    font-size: 12px;
    float: left;
    width: 35px;
    height: 28px;
    border: 1px solid #ccc;
}

.lmbox {
    padding: 30px 0 30px 0;
    margin: 30px 0 30px 0;
}

.loadmore {
    font-size: 25px;
    color: #5eb26a;
    text-align: center;
    position: relative;
    padding-left: 60px;
}

.loadmore:before {
    font-size: 60px;
    content: "";
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0;
    top: -15px;
    margin-left: -20px;
    font-family: "Font Awesome 5 Free";
    content: "\f021";
    font-weight: 700;

}

.spin:before {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.loadmore:hover {
    text-decoration: none;
}

.range-btn {
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    width: 35px;
    padding-top: 24px;
}

@media only screen and (min-width: 1130px) {
    .r3 {
        width: 790px;
    }
    .cat span {
        max-width: 200px;
    }

}

@media only screen and (min-width: 1500px) {

    .cat span {
        max-width: 270px;
    }

}
.preem {
    border:1px solid #000;
    margin:0 auto;
    width:100%;
    position: relative;
}
#preclose {
    position: absolute;
    right:-5px;
    top:-5px;
    z-index: 2;
    font-size: 22px;
    background-color: #fff;

}
.green {
    color:#5eb26a;
}
.starrating > input {display: none;}  /* Remove radio buttons */

.starrating > label:before {
    content: "\f005"; /* Star */
    margin: 2px;
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    display: inline-block;
}

.starrating > label
{
    text-align: left;
    color: #ccc; /* Start color when not clicked */
}

.starrating > input:checked ~ label
{ color: #ffca08 ; } /* Set yellow color when star checked */

.starrating > input:hover ~ label
{ color: #ffca08 ;  } /* Set yellow color when star hover */
