a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a, a:hover, a:link, a:visited {
    text-decoration: none;
    color: inherit
}

.header {
    width: 100%;
    height: 190px;
    position: fixed;
    position: absolute;
    top: 0;
    z-index: 100
}

.header__topHolder {
    width: 100%;
    height: 50px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #00a8ff;
    color: white;
    padding: 0 9.375%;
    z-index: 10
}

.header__topHolder .svg-inline--fa {
    font-size: 24px;
    margin: 0 10px;
}

@media screen and (max-width: 1900px) {
    .header__topHolder {
        padding: 0 7%
    }
}

@media screen and (max-width: 1500px) {
    .header__topHolder {
        padding: 0 5%
    }
}

@media screen and (max-width: 1200px) {
    .header__topHolder {
        padding: 0 3%
    }
}

@media screen and (max-width: 1150px) {
    .header__topHolder {
        padding: 0 1%
    }
}

@media screen and (max-width: 1024px) {
    .header__topHolder {
        padding: 0 3.6231%
    }
}

.header__mainHolder {
    width: 100%;
    height: 140px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    padding: 0 9.375%;
    z-index: 10
}

@media screen and (max-width: 1900px) {
    .header__mainHolder {
        padding: 0 7%
    }
}

@media screen and (max-width: 1500px) {
    .header__mainHolder {
        padding: 0 5%
    }
}

@media screen and (max-width: 1200px) {
    .header__mainHolder {
        padding: 0 3%
    }
}

@media screen and (max-width: 1150px) {
    .header__mainHolder {
        padding: 0 1%
    }
}

@media screen and (max-width: 1024px) {
    .header__mainHolder {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 3.6231% 70px 30px
    }
}

.headerContactInfo--mail {
    font-size: 14px;
    font-weight: 600;
    color: #141414;
    position: relative;
    margin-right: 30px;
    padding-left: 31px
}

@media screen and (max-width: 420px) {
    .headerContactInfo--mail {
        font-size: 11px;
        margin-right: 10px;
        padding-left: 20px
    }
}

.headerContactInfo--mail::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("../images/mail.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 18px
}

@media screen and (max-width: 420px) {
    .headerContactInfo--mail::before {
        width: 12px;
        height: 13px
    }
}

.headerContactInfo--tel {
    font-size: 14px;
    font-weight: 600;
    color: #141414;
    position: relative;
    padding-left: 31px
}

@media screen and (max-width: 420px) {
    .headerContactInfo--tel {
        font-size: 11px;
        padding-left: 20px
    }
}

.headerContactInfo--tel::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("../images/tel.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 18px
}

@media screen and (max-width: 420px) {
    .headerContactInfo--tel::before {
        width: 12px;
        height: 13px
    }
}

.headerLogin--link {
    font-size: 14px;
    font-weight: 600;
    color: #141414;
    position: relative;
    padding-left: 31px
}

@media screen and (max-width: 1024px) {
    .headerLogin--link {
        padding-left: 17px
    }

    .headerLogin--link span {
        display: none
    }
}

.headerLogo__link {
    width: 86px;
    height: 80px;
    display: block;
    position: relative
}

@media screen and (max-width: 1580px) {
    .headerLogo__link {
        width: 68px;
        height: 61px
    }
}

@media screen and (max-width: 1024px) {
    .headerLogo__link {
        width: 65px;
        height: 60px
    }
}

.headerLogo__link--logo {
    width: 86px;
    height: 80px;
    display: block
}

@media screen and (max-width: 1580px) {
    .headerLogo__link--logo {
        width: 68px;
        height: 61px
    }
}

@media screen and (max-width: 1024px) {
    .headerLogo__link--logo {
        width: 65px;
        height: 60px
    }
}

@media screen and (max-width: 1440px) {
    .headerMenu {
        margin-left: 1.6%
    }
}

@media screen and (max-width: 1024px) {
    .headerMenu {
        display: none
    }
}

.headerMenu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.headerMenu__list--item {

    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #141414;
    padding: 14px 7px;
    margin: 0 8px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease
}

@media screen and (max-width: 1900px) {
    .headerMenu__list--item {
        font-size: 13px;
        padding: 14px 5px
    }
}

@media screen and (max-width: 1580px) {
    .headerMenu__list--item {
        font-size: 12px;
        padding: 14px 4px
    }
}

@media screen and (max-width: 1700px) {
    .headerMenu__list--item {
        margin: 0 6px
    }
}

@media screen and (max-width: 1300px) {
    .headerMenu__list--item {
        font-size: 10px;
        padding: 14px 2px
    }
}

@media screen and (max-width: 1150px) {
    .headerMenu__list--item {
        font-size: 9px
    }
}

.headerMenu__list--item:hover {
    color: #00a8ff
}

.headerMenu__list--item:hover a::before, .headerMenu__list--item:hover span::before {
    width: 100%
}

.headerMenu__list--item.active a::before, .headerMenu__list--item.active span::before {
    width: 100%
}

.headerMenu__list--item a, .headerMenu__list--item span {
    position: relative;
    display: block
}

.headerMenu__list--item a::before, .headerMenu__list--item span::before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: #00a8ff;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease
}

.headerMenu__list--item:first-child {
    margin-left: 0px
}

.headerMenu__list--item:last-child {
    margin-right: 0px
}

@media screen and (max-width: 1700px) {
    .headerSearchAndMenuToggle {
        width: 18%
    }
}

@media screen and (max-width: 1440px) {
    .headerSearchAndMenuToggle {
        margin-left: 10px
    }
}

@media screen and (max-width: 1380px) {
    .headerSearchAndMenuToggle {
        width: 16%
    }
}

@media screen and (max-width: 1024px) {
    .headerSearchAndMenuToggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 276px;
        margin-left: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.headerSearchAndMenuToggle .headerSearchForm {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 1024px) {
    .headerSearchAndMenuToggle .headerSearchForm {
        width: 226px
    }
}

@media screen and (max-width: 420px) {
    .headerSearchAndMenuToggle .headerSearchForm {
        width: 100%;
        height: 40px
    }
}

.headerSearchAndMenuToggle .headerSearchForm--submit {
    border: none;
    background-color: transparent;
    width: 36px;
    height: 30px;
    position: relative;
    padding: 7px 5px 5px 15px;
    cursor: pointer;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px
}

@media screen and (max-width: 1380px) {
    .headerSearchAndMenuToggle .headerSearchForm--submit {
        margin-left: 7px
    }
}

@media screen and (max-width: 420px) {
    .headerSearchAndMenuToggle .headerSearchForm--submit {
        width: 25px;
        height: 30px;
        padding: 5px 5px 5px 5px;
        margin: 4px 14px;
    }

    .headerSearchAndMenuToggle .headerSearchForm--submit::before {
        width: 12px;
        height: 16px
    }
}

.headerSearchAndMenuToggle .headerSearchForm--submit:hover::before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.headerSearchAndMenuToggle .headerSearchForm--submit::before {
    content: '';
    width: 16px;
    height: 18px;
    background-image: url("../images/search.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 7px;
    right: 5px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.headerSearchAndMenuToggle .headerSearchForm--input {
    height: 100%;
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 10px
}

.headerSearchAndMenuToggle .menuToggle {
    display: none
}

@media screen and (max-width: 1024px) {
    .headerSearchAndMenuToggle .menuToggle {
        display: block;
        padding: 10px 0 10px 10px;
        position: relative;
        width: 30px;
        height: 35px;
        cursor: pointer;
        margin-left: 20px
    }
}

.headerSearchAndMenuToggle .menuToggle.active .menuToggle__lineHolder {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.headerSearchAndMenuToggle .menuToggle.active .menuToggle__lineHolder .menuToggle__lineHolder--line:nth-child(1) {
    top: 6px;
    left: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 18px;
    height: 2px;
    border-radius: 2px
}

.headerSearchAndMenuToggle .menuToggle.active .menuToggle__lineHolder .menuToggle__lineHolder--line:nth-child(2) {
    top: 6px;
    opacity: 0;
    left: 0px
}

.headerSearchAndMenuToggle .menuToggle.active .menuToggle__lineHolder .menuToggle__lineHolder--line:nth-child(3) {
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 18px;
    left: 0px;
    height: 2px;
    border-radius: 2px
}

.headerSearchAndMenuToggle .menuToggle__lineHolder {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease
}

.headerSearchAndMenuToggle .menuToggle__lineHolder--line {
    background-color: #141414;
    width: 18px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease
}

.headerSearchAndMenuToggle .menuToggle__lineHolder--line:nth-child(1) {
    top: 0;
    height: 2px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.headerSearchAndMenuToggle .menuToggle__lineHolder--line:nth-child(2) {
    top: 7px;
    opacity: 1;
    height: 2px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.headerSearchAndMenuToggle .menuToggle__lineHolder--line:nth-child(3) {
    top: 14px;
    height: 2px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.headerCard {
    margin-left: 30px;
    position: relative
}

@media screen and (max-width: 1440px) {
    .headerCard {
        margin-left: 20px
    }
}

@media screen and (max-width: 1024px) {
    .headerCard {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        margin-left: 0px;
        top:80px;
    }
    #_desktop_language_selector, #_desktop_currency_selector{
        width: 50%;
        display: inline-block;
        float:left;
        padding: 10px 10px;
    }
    #_desktop_language_selector #language-selector-label, #_desktop_language_selector .language-selector{
        float:left;
    }
}

.headerCardBtn {
    width: 250px;
    height: 50px;
    border-radius: 5px;
    background-color: #00a8ff;
    border: 1px solid #00a8ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff !important;

    font-size: 14px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media screen and (max-width: 1380px) {
    .headerCardBtn {
        width: 220px
    }
}

@media screen and (max-width: 1024px) {
    .headerCardBtn {
        width: 100%;
        border-radius: 0px
    }
}

.headerCardBtn.active {
    border-radius: 5px 5px 0 0
}

@media screen and (max-width: 1024px) {
    .headerCardBtn.active {
        border-radius: 0px
    }
}

.headerCardBtn:hover {
    background-color: #fff;
    border-bottom: unset;
    color: #00a8ff !important
}

@media screen and (max-width: 1024px) {
    .headerCardBtn:hover {
        background-color: #00a8ff;
        color: #fff !important
    }
}

.headerCardBtn:hover .headerCardBtn__bales::before {
    background-image: url("../images/bag-blue.png")
}

@media screen and (max-width: 1024px) {
    .headerCardBtn:hover .headerCardBtn__bales::before {
        background-image: url("../images/bag.png")
    }
}

.headerCardBtn__bales {
    font-weight: 400;
    position: relative;
    padding-left: 29px;
    padding-right: 5px
}

.headerCardBtn__bales::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("../images/bag.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 18px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.headerCardBtn--price {
    font-weight: 700
}

.headerCardDropDown {
    width: 250px;
    border-radius: 0 0 5px 5px;
    background-color: #ffffff;
    position: absolute;
    top: 45px;
    z-index: 1;
    padding: 35px 30px 30px;
    border: 1px solid #00a8ff;
    display: none
}

@media screen and (max-width: 1380px) {
    .headerCardDropDown {
        width: 220px;
        padding: 35px 20px 30px
    }
}

@media screen and (max-width: 1024px) {
    .headerCardDropDown {
        width: 100%;
        max-height: calc(100vh - 190px)
    }
}

@media screen and (max-width: 767px) {
    .headerCardDropDown {
        max-height: unset
    }
}

@media screen and (max-width: 1024px) {
    .headerCardDropDown__holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 1024px) {
    .headerCardDropDown__holder--block {
        width: 50%
    }

    .headerCardDropDown__holder--block:nth-child(odd) {
        padding-right: 5%
    }

    .headerCardDropDown__holder--block:nth-child(even) {
        padding-left: 5%
    }
}

@media screen and (max-width: 767px) {
    .headerCardDropDown__holder--block {
        width: 100%
    }

    .headerCardDropDown__holder--block:nth-child(odd) {
        padding-right: 0
    }

    .headerCardDropDown__holder--block:nth-child(even) {
        padding-left: 0
    }
}

.headerCardDropDownItemList--item {
    position: relative
}

.headerCardDropDownPriceDetail {
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px
}

.headerCardDropDownPriceDetail--delivery {
    color: #141414;

    font-size: 14px;
    font-weight: 400
}

.headerCardDropDownPriceDetail--price {
    color: #141414;

    font-size: 14px;
    font-weight: 700
}

.deliveryPrice {
    margin-bottom: 15px
}

.deliveryPrice--price {
    font-weight: 700
}

.priceDetail--price {
    color: #00a8ff
}

.headerCardDropDownUntilFreeDelivery--para {
    color: #141414;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px
}

.headerCardDropDownLinkBlock {
    display: block;
    width: 100%;
    margin-top: 20px
}

@media screen and (max-width: 1024px) {
    .headerCardDropDownLinkBlock {
        margin-top: 40px
    }
}

.headerCardDropDownLinkBlock__linkBtn {
    width: 100%;
    height: 40px;
    background-color: #00a8ff;
    border: 1px solid #00a8ff;
    border-radius: 5px;

    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.headerCardDropDownLinkBlock__linkBtn:hover {
    background-color: #fff
}

.headerCardDropDownLinkBlock__linkBtn:hover .headerCardDropDownLinkBlock__linkBtn--name {
    color: #00a8ff
}

.headerCardDropDownLinkBlock__linkBtn:hover .headerCardDropDownLinkBlock__linkBtn--name::before {
    background-image: url("../images/bag-blue.png")
}

.headerCardDropDownLinkBlock__linkBtn--name {
    color: #fff;
    position: relative;
    padding-left: 24px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.headerCardDropDownLinkBlock__linkBtn--name::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("../images/bag.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.untilFreeDeliveryBlock__num {

    font-weight: 400;
    color: #00a8ff;

    font-size: 13px;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: center
}

.untilFreeDeliveryBlock__num--is {
    margin-right: 5px
}

.untilFreeDeliveryBlock__num--to {
    font-weight: 700;
    margin-left: 5px
}

.untilFreeDeliveryBlock__percentageBar {
    width: 100%;
    height: 20px;
    background-color: #cbdff5;
    border-radius: 5px;
    position: relative
}

.untilFreeDeliveryBlock__percentageBar--complete {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30%;
    background-color: #00a8ff;
    border-radius: 5px
}

.headerCardDropDownItem {

    font-size: 14px;
    line-height: 24px;
    padding-right: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px
}

.headerCardDropDownItem--closeBtn {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: RGBA(220, 42, 36, 0.1);
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.headerCardDropDownItem--closeBtn:hover {
    background-color: RGBA(220, 42, 36, 1)
}

@media screen and (max-width: 1024px) {
    .headerCardDropDownItem--closeBtn:hover {
        background-color: RGBA(220, 42, 36, 0.1)
    }
}

.headerCardDropDownItem--closeBtn:hover::before {
    background-image: url("../images/whiteClose.png");
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media screen and (max-width: 1024px) {
    .headerCardDropDownItem--closeBtn:hover::before {
        background-image: url("../images/redClose.png");
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.headerCardDropDownItem--closeBtn::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: url("../images/redClose.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.headerCardDropDownItem--name {
    width: 100%;
    display: block;
    font-weight: 700;
    color: #141414;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.headerCardDropDownItem--name:hover {
    color: #00a8ff
}

.headerCardDropDownItem--datail {
    width: 100%;
    display: block;
    color: #141414;
    font-weight: 400
}

.headerCardDropDownItem--price {
    display: none
}

.nav {
    width: 100%;
    position: absolute;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    z-index: 5;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out
}

@media screen and (max-width: 1024px) {
    .nav {
        height: calc(100vh - 190px);
        background-color: rgba(255, 255, 255, 0.9)
    }
}

@media screen and (max-width: 1024px) {
    .nav.open {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.nav.dropdownOpen {
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}

@media screen and (max-width: 1024px) {
    .nav__dropDownHolder {
        display: none
    }
}

.nav__dropDownHolder--block {
    width: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px 16%
}

@media screen and (max-width: 1580px) {
    .nav__dropDownHolder--block {
        padding: 30px 15%
    }
}

@media screen and (max-width: 1580px) {
    .nav__dropDownHolder--block {
        padding: 30px 13%
    }
}

@media screen and (max-width: 1400px) {
    .nav__dropDownHolder--block {
        padding: 30px 10%
    }
}

@media screen and (max-width: 1150px) {
    .nav__dropDownHolder--block {
        padding: 30px 8%
    }
}

.nav__mobNav {
    display: none;
    padding: 40px 5% 20px;
    width: 100%;
    height: 100%;
    overflow-y: auto
}

@media screen and (max-width: 1024px) {
    .nav__mobNav {
        display: block
    }
}

.dropDownBlock {
    display: none
}

.dropDownBlock.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dropDownBlock__inner {
    padding-right: 50px
}

.dropDownBlock__inner--name {
    color: #00a8ff !important;

    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    display: block
}

.dropDownBlock__inner--name:hover {
    color: #141414 !important
}

.dropDownBlock__inner--list {
    margin-bottom: 30px;
    padding-left: 18px
}

.dropDownBlock__inner--list li {
    color: #707070;

    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    list-style-type: disc
}

.dropDownBlock__inner--list li:last-child {
    margin-bottom: 0px
}

.dropDownBlock__inner--list li:hover {
    color: #00a8ff
}

.dropDownBlock__inner--listBlue li {
    color: #00a8ff !important;

    font-size: 14px;
    font-weight: 700;
    margin-bottom: 19px;
    padding-bottom: 15px;
    display: block
}

.dropDownBlock__inner--listBlue li:hover {
    color: #141414 !important
}

.mobNavMainList__item {

    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00a8ff;
    padding: 0px 0px 5px;
    margin-bottom: 15px;
    display: block;
    position: relative
}

.mobNavMainList__item.open .mobNavMainList__item--opener::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mobNavMainList__item--opener {
    position: relative;
    width: 100%;
    display: block
}

.mobNavMainList__item--opener::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-image: url("../images/arrow-down.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 19px;
    height: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.subMobNavList {
    display: none;
    padding-left: 20px;
    padding-top: 20px
}

.subMobNavList__item {

    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00a8ff;
    padding: 0px 0px 5px;
    margin-bottom: 10px
}

.subMobNavList__item.open .subMobNavList__item--opener::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.subMobNavList__item--opener {
    position: relative;
    width: 100%;
    display: block
}

.subMobNavList__item--opener::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-image: url("../images/arrow-down.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 19px;
    height: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.secondSubMobNavList {
    display: none;
    padding-left: 20px;
    padding-top: 20px
}

.secondSubMobNavList__item {

    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00a8ff;
    padding: 0px 0px 5px;
    margin-bottom: 10px
}

.secondSubMobNavList__item.open .secondSubMobNavList__item--link::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.secondSubMobNavList__item--opener {
    position: relative;
    width: 100%;
    display: block
}

.secondSubMobNavList__item--opener::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-image: url("../images/arrow-down.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 19px;
    height: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.footer {
    padding: 3.57143rem 0 2.5rem;
    background: #000 url(/themes/apolonas/assets/images/footer-bg.jpg) no-repeat 140% 0;
    background-position-x: 140%;
    background-position-y: 0px;
    width: 100%;
    min-height: 440px;
    background-position: 80% -80px;
}

.subscribe .row, .footer .row {
    max-width: 91.42857rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.subscribe h3 span, .footer h3 span {
    display: block;
    font-weight: 300;
    font-size: 1.71429rem;
    line-height: .5;
}

.subscribe h3, .footer h3 {
    text-transform: uppercase;
    font-size: 2.57143rem;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    color: #00a8ff;
    text-rendering: optimizeLegibility;
}

.footer h3 {
    margin-bottom: 2.85714rem;
}

.subscribe [type="email"] {
    margin-bottom: 0px !important;
}

.footer [type="color"], [type="date"], [type="datetime-local"], [type="datetime"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.84286rem;
    /*margin: 0 0 1.42857rem;*/
    padding: .85714rem 1rem;
    border: 0;
    border-radius: 0;
    background-color: #EAEAF5;
    box-shadow: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    color: #494949;
    transition: border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.footer [type="text"], .footer textarea {
    margin: 0 0 1.42857rem;
}
.headerSearchForm--input {
    margin: unset;
}

textarea[rows] {
    height: auto;
}

.pp_logo {
    width: 100%;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -20px;
    margin-right: -18px;
}

.block_content ul {
    list-style: none;
    margin: 0;
}

.block_content ul li {
    margin: 10px 0;
}

.block_content ul li a {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
}

.block_content .svg-inline--fa {
    font-size: 24px;
    margin: 0 10px;
}

.footer .block_content .svg-inline--fa {
    margin: 0 10px 0 0;
}

.footer__holder {
    width: 100%;
    padding: 0 7.8125%
}

.subscribe .button, .footer .button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    font-family: inherit;
    padding: .85em 2.7em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color .25s ease-out, color .25s ease-out;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #00a8ff;
    color: #fff;
}

.subscribe .input-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1.42857rem;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.subscribe .input-group > :first-child, .subscribe .input-group > :last-child > * {
    border-radius: 0 0 0 0
}

.subscribe .input-group-button, .subscribe .input-group-button a, .subscribe .input-group-button button, .subscribe .input-group-button input, .subscribe .input-group-button label,
.subscribe .input-group-field, .subscribe .input-group-label {
    margin: 0;
    white-space: nowrap
}

.footer .text-right {
    text-align: right;
}

.subscribe__form {
    height: 100%;
    background: #0a0a0a url(/themes/apolonas/assets/images/subscribe-bg.jpg) no-repeat 100% 100%;
}

.subscribe {
    text-align: center
}

.subscribe__form, .subscribe__info {
    overflow: hidden;
    padding: 3.57143rem 3.57143rem 1.07143rem;
    min-height: 268px;
    color: #fff
}

.subscribe__info {
    background: #00a8ff
}

.subscribe__form form {
    display: inline-block
}

.subscribe__form .input-group {
    max-width: 400px;
    margin-top: 1.07143rem
}

.subscribe__form .input-group [type=email] {
    text-align: center
}

.subscribe__form .input-group .button {
    padding-left: 1.42857rem;
    padding-right: 1.42857rem;
    padding-top: 0px;
    padding-bottom: 0px;
}

.subscribe__form .input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media print, screen and (min-width: 64em) {
    .subscribe {
        text-align: left
    }

    .subscribe__form, .subscribe__info {
        height: 100%
    }

    .subscribe__info {
        margin-bottom: 0
    }

    .subscribe__form form {
        display: block;
        min-width: auto
    }

    .subscribe__form .input-group {
        margin-top: 2.14286rem
    }

    .subscribe .column:first-child, .subscribe .columns:first-child {
        padding-left: 0
    }

    .subscribe .column:last-child, .subscribe .columns:last-child {
        padding-right: 0
    }
}

@media screen and (max-width: 1900px) {
    .footer__holder {
        padding: 0 7%
    }
}

@media screen and (max-width: 1500px) {
    .footer__holder {
        padding: 0 5%
    }
}

@media screen and (max-width: 1200px) {
    .footer__holder {
        padding: 0 3%
    }
}

@media screen and (max-width: 1024px) {
    .footer__holder {
        padding: 0 3.6231%
    }
}

.footer__holder--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-top: 1px solid #efefef;
    padding-top: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 767px) {
    .footer__holder--bottom {
        border-top: none;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 0px
    }
}

.footerTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

@media screen and (max-width: 991px) {
    .footerTop {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width: 767px) {
    .footerTop {
        margin-bottom: 0px
    }
}

.footerTop__logoBlock {
    margin-right: 8%
}

@media screen and (max-width: 991px) {
    .footerTop__logoBlock {
        margin-right: 0%;
        margin-bottom: 50px;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .footerTop__logoBlock {
        margin-bottom: 30px;
        width: 100%
    }
}

.footerTop__logoBlock--link {
    width: 176px;
    height: 164px;
    display: block
}

@media screen and (max-width: 767px) {
    .footerTop__logoBlock--link {
        width: 65px;
        height: 60px;
        margin: auto;
    }
}

.footerTop__logoBlock--link img {
    width: 176px;
    height: 164px
}

@media screen and (max-width: 767px) {
    .footerTop__logoBlock--link img {
        width: 65px;
        height: 60px
    }
}

.footerTop__block {
    margin-right: 7%
}

@media screen and (max-width: 991px) {
    .footerTop__block {
        margin-right: 0%;
        width: 50%;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 767px) {
    .footerTop__block {
        width: 100%;
        margin-bottom: 30px
    }

    .footerTop__block:last-child {
        margin-bottom: 19px
    }
}

@media screen and (max-width: 767px) {
    .footerTopBlock {
        border-bottom: 1px solid #efefef
    }
}

.footerTopBlock--title {
    color: #141414;

    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 25px
}

.footerTopBlock--title.active::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

@media screen and (max-width: 767px) {
    .footerTopBlock--title {
        margin-bottom: 15px;
        position: relative;
        width: 100%
    }

    .footerTopBlock--title::after {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
        right: 0;
        background-image: url(../images/down.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 14px;
        height: 24px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease
    }
}

@media screen and (max-width: 767px) {
    .footerTopBlock__list {
        display: none;
        margin-bottom: 20px
    }
}

.footerTopBlock__list--item {
    color: #707070;

    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.footerTopBlock__list--item img {
    height: 28px;
    width: auto;
    display: block;
    margin-bottom: 5px
}

.footerTopBlock__listLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px
}

@media screen and (max-width: 767px) {
    .footerTopBlock__listLogo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 0px
    }
}

.footerTopBlock__listLogo--item {
    display: block;
    width: auto;
    height: 37px;
    min-width: 30%;
    margin: 5px
}

@media screen and (max-width: 1024px) {
    .footerTopBlock__listLogo--item {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 767px) {
    .footerTopBlock__listLogo--item {
        width: 30%;
        margin-bottom: 0px;
        padding: 0 10px
    }
}

.footerTopBlock__listLogo--item img {
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto 10px
}

@media screen and (max-width: 767px) {
    .footerBottom__leftSide {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .footerBottom__rightSide {
        width: 100%
    }
}

.footerBottom__rightSide--copy {
    color: #707070;

    font-size: 14px;
    font-weight: 400
}

.footerBottomList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 767px) {
    .footerBottomList {
        border-bottom: 1px solid #efefef;
        padding: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footerBottomList__item {
    display: block;
    width: 18px;
    height: 22px;
    margin: 0 15px
}

.footerBottomList__item:first-child {
    margin-left: 0
}

.footerBottomList__item:last-child {
    margin-right: 0
}

.footerBottomList__item--link {
    position: relative;
    width: 18px;
    height: 22px;
    display: block
}

.footerBottomList__item--link.fb::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: url(../images/fb-dark.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 22px
}

.footerBottomList__item--link.inst::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: url(../images/inst-dark.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 22px
}

.zeroSection {
    width: 100%;
    position: relative;
    padding-top: 190px
}

.zeroSection__carousel {
    position: relative;
    width: 100%;
    height: 500px
}

@media screen and (max-width: 1440px) {
    .zeroSection__carousel {
        height: 440px
    }
}

@media screen and (max-width: 1024px) {
    .zeroSection__carousel {
        height: 500px
    }
}

@media screen and (max-width: 767px) {
    .zeroSection__carousel {
        height: 400px
    }
}

.zeroSection__bottomHolder {
    position: absolute;
    bottom: -60px;
    width: 100%;
    z-index: 0;
}

@media screen and (max-width: 1024px) {
    .zeroSection__bottomHolder {
        position: relative;
        bottom: unset
    }
}

.zeroSection__bottomHolder--block {
    height: 90px;
    width: 81.25%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    padding: 30px 7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 1900px) {
    .zeroSection__bottomHolder--block {
        width: 87.25%
    }
}

@media screen and (max-width: 1500px) {
    .zeroSection__bottomHolder--block {
        width: 91.25%
    }
}

@media screen and (max-width: 1200px) {
    .zeroSection__bottomHolder--block {
        width: 95.25%;
        padding: 30px 3%
    }
}

@media screen and (max-width: 1024px) {
    .zeroSection__bottomHolder--block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        margin-top: 35px;
        padding: 30px 7% 20px
    }
}

@media screen and (max-width: 767px) {
    .zeroSection__bottomHolder--block {
        width: 93%;
    }
}

.zeroCarousel .slick-list {
    height: 100%
}

.zeroCarousel .slick-list .slick-track {
    height: 100%
}

.zeroCarousel__item {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.zeroCarousel__item--img {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
@media screen and (min-width:420px) {
    .zeroCarousel__item--img {
        height: 500px;
    }
}
.zeroSectionBottomInner__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25%
}

@media screen and (max-width: 1024px) {
    .zeroSectionBottomInner__block {
        width: 50%;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 767px) {
    .zeroSectionBottomInner__block {
        width: 100%;
        margin-bottom: 10px
    }
}

.zeroSectionBottomInner__block--icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    border: 1px solid #efefef;
    background-color: #ffffff;
    border-radius: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 30px
}

@media screen and (max-width: 1700px) {
    .zeroSectionBottomInner__block--icon {
        margin-right: 20px
    }
}

@media screen and (max-width: 1500px) {
    .zeroSectionBottomInner__block--icon {
        width: 55px;
        height: 55px;
        min-width: 55px;
        min-height: 55px
    }
}

@media screen and (max-width: 1360px) {
    .zeroSectionBottomInner__block--icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        min-height: 50px
    }
}

.zeroSectionBottomInner__block--para {
    color: #141414;

    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    margin-right: 50px
}

@media screen and (max-width: 1700px) {
    .zeroSectionBottomInner__block--para {
        margin-right: 40px
    }
}

@media screen and (max-width: 1540px) {
    .zeroSectionBottomInner__block--para {
        font-size: 14px;
        margin-right: 30px
    }
}

@media screen and (max-width: 1360px) {
    .zeroSectionBottomInner__block--para {
        margin-right: 20px
    }
}

@media screen and (max-width: 767px) {
    .zeroSectionBottomInner__block--para {
        margin-right: 0px
    }
}

.zeroSectionBottomIcon--img {
    margin: auto;
    width: 40%;
    height: auto
}

.homeProductSection {
    width: 100%;
    position: relative;
    padding-top: 35px;
    padding-bottom: 45px;
}

@media screen and (max-width: 1024px) {
    .homeProductSection {
        padding-top: 45px
    }
}

.homeProductSection__holder {
    width: 100%;
    padding: 0 calc(9.375% - 7.5px)
}

@media screen and (max-width: 1900px) {
    .homeProductSection__holder {
        padding: 0 calc(7% - 15px)
    }
}

@media screen and (max-width: 1500px) {
    .homeProductSection__holder {
        padding: 0 calc(5% - 15px)
    }
}

@media screen and (max-width: 1200px) {
    .homeProductSection__holder {
        padding: 0 calc(3% - 15px)
    }
}

@media screen and (max-width: 1024px) {
    .homeProductSection__holder {
        padding: 0 3.6231%
    }
}

@media screen and (min-width: 768px) {
    .category_products.homeProductSection__holder {
        padding: unset;
    }
}

.productsWrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.productsWrapper__inner {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    margin-left: 7.5px;
    margin-right: 7.5px;
    width: calc(100% - 15px);
    border: 2px solid #f7f7f7
}
#module-blockblog-blog .productsWrapper__inner {
    margin-top: 15px;
}
#module-blockblog-blog .productsWrapper__inner{
    width: calc(20% - 15px);
}
#manufacturer .productsWrapper__inner, #cart .productsWrapper__inner, #search .productsWrapper__inner {
    width: calc(20% - 15px);
}

.category_products .productsWrapper__inner {
    margin-left: unset;
    margin-right: unset;
}

@media screen and (max-width: 767px) {
    .blockTitle--decoLine {
        display: none;
    }

    .productsWrapper__inner {
        width: calc(100% - 4px);
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 8px
    }
    #module-blockblog-blog .productsWrapper__inner {
        width: 50%;
    }
    /*.productsWrapper__inner:nth-child(odd) {*/
    /*    margin-right: 4px*/
    /*}*/
    /*.productsWrapper__inner:nth-child(even) {*/
    /*    margin-left: 4px*/
    /*}*/
    .subscribe__form, .subscribe__info {
        padding: 2.5rem .71429rem 1.07143rem;
    }

    .subscribe__form .input-group {
        max-width: 350px;
        margin-top: 1.07143rem;
    }

    .subscribe .row .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .subscribe .row .col-sm-12:first-child {
        margin-bottom: 3.57143rem;
    }

    footer.footer {
        background-position: -130% 0;
        background-size: cover;
    }

    .footer .pp_logo {
        margin-top: -50px;
    }

    .pt-xs-1 {
        padding-top: 1rem !important;
    }

    #product-modal .modal-content .modal-body .product-images {
        margin-left: unset;
    }

    figcaption.image-caption {
        display: none;
    }

    .product-images > li.thumb-container {
        display: inline-flex;
        width: 33%;
        padding: 5px;
    }
}

hr {
    clear: both;
    max-width: 91.42857rem;
    height: 0;
    margin: 1.42857rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #494949;
    border-left: 0;
}

.productsWrapper__inner--imgBlock {
    width: 174px;
    height: 170px;
    overflow: hidden;
    display: block;
    margin: 0 auto 10px
}

@media screen and (max-width: 767px) {
    .productsWrapper__inner--imgBlock {
        width: 80%;
        height: auto
    }
}

.productsWrapper__inner--title {
    color: #494949;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    min-height: 40px;
}

@media screen and (max-width: 420px) {
    .productsWrapper__inner--title {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 5px
    }
}

.productsWrapper__inner--para {
    color: #141414;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 15px;
    text-align: center
}

@media screen and (max-width: 420px) {
    .productsWrapper__inner--para {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 5px
    }
}

.productsImgBlock--img {
    width: 100%;
    height: auto;
    display: block
}

.productsStockInfo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px
}

@media screen and (max-width: 420px) {
    .productsStockInfo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px
    }
}

.productsStockInfo--full {
    width: 160px;
    height: 20px;
    border-radius: 5px;
    background-color: #cbdff5;
    color: #00a8ff;

    font-size: 10px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 420px) {
    .productsStockInfo--full {
        width: 100%
    }
}

.productsStockInfo--stockIs {
    width: 160px;
    height: 20px;
    border-radius: 5px;
    background-color: #cbdff5;
    color: #00a8ff;

    font-size: 10px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 420px) {
    .productsStockInfo--stockIs {
        width: 100%;
        border-radius: 5px 5px 0px 0px
    }
}

.productsStockInfo--discount {
    width: 80px;
    height: 20px;
    border-radius: 0 5px 5px 0;
    background-color: #dc2a24;
    color: #ffffff;

    font-size: 10px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 420px) {
    .productsStockInfo--discount {
        width: 100%;
        border-radius: 0px 0px 5px 5px
    }
}

.productsPrice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.productsPrice--nor {
    color: #00a8ff;

    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

@media screen and (max-width: 420px) {
    .productsPrice--nor {
        font-size: 16px;
        line-height: 1.4
    }
}

.productsPrice--now {
    color: #dc2a24;

    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

@media screen and (max-width: 420px) {
    .productsPrice--now {
        font-size: 16px;
        line-height: 1.4
    }
}

.productsPrice--was {
    color: #707070;

    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 5px;
    text-decoration: line-through
}

@media screen and (max-width: 420px) {
    .productsPrice--was {
        font-size: 12px;
        line-height: 1.4
    }
}

.fromProfessionalSection {
    width: 100%;
    position: relative;
    background-color: #fff
}

.fromProfessionalSection__bg {
    position: absolute;
    right: 0;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%
}

@media screen and (max-width: 767px) {
    .fromProfessionalSection__bg {
        display: none
    }
}

.fromProfessionalSection__holder {
    width: 100%;
    padding: 75px calc(40.375% - 7.5px) 45px calc(9.375% - 7.5px);
    position: relative;
    z-index: 10
}

@media screen and (max-width: 1900px) {
    .fromProfessionalSection__holder {
        padding: 75px calc(40.375% - 7.5px) 45px calc(7% - 7.5px)
    }
}

@media screen and (max-width: 1500px) {
    .fromProfessionalSection__holder {
        padding: 75px calc(40.375% - 7.5px) 45px calc(5% - 7.5px)
    }
}

@media screen and (max-width: 1500px) {
    .fromProfessionalSection__holder {
        padding: 75px calc(40.375% - 7.5px) 45px calc(3% - 7.5px)
    }
}

@media screen and (max-width: 1024px) {
    .fromProfessionalSection__holder {
        background-color: rgba(255, 255, 255, 0.7);
        padding: 75px calc(20.375% - 7.5px) 45px 3.6231%;
        margin: 0 15px
    }
}

@media screen and (max-width: 767px) {
    .fromProfessionalSection__holder {
        background-color: #fff;
        padding: 50px 3.6231% 50px;
        margin: 0
    }
}

.fromProfessionalSection__holder--title {
    color: #141414;

    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px
}

.fromProfessionalSection__holder--subTitle {
    color: #141414;

    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px
}

.fromProfessionalSection__holder--para {
    color: #141414;

    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px
}

.fromProfessionalSectionBtnBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    margin-bottom: 50px
}

@media screen and (max-width: 767px) {
    .fromProfessionalSectionBtnBlock {
        margin-bottom: 0px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.blueBtn {
    width: 250px;
    height: 50px;
    border-radius: 5px;
    background-color: #00a8ff;
    border: 1px solid #00a8ff;

    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px
}

@media screen and (max-width: 767px) {
    .blueBtn {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0px
    }
}

.blueBtn:hover {
    background-color: #fff
}

.blueBtn:hover .manBtn {
    color: #00a8ff
}

.blueBtn:hover .manBtn::before {
    background-image: url(../images/men-blue.png)
}

.blueBtn .manBtn {
    position: relative;
    padding-left: 29px;
    color: #ffffff
}

.blueBtn .manBtn::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background-image: url(../images/men.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 18px
}

.pinkBtn {
    width: 250px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #f958ff;
    background-color: #f958ff;

    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    .pinkBtn {
        width: 100%
    }
}

.pinkBtn:hover {
    background-color: #fff
}

.pinkBtn:hover .womanBtn {
    color: #f958ff
}

.pinkBtn:hover .womanBtn::before {
    background-image: url(../images/wom-pink.png)
}

.pinkBtn .womanBtn {
    position: relative;
    padding-left: 29px;
    color: #ffffff
}

.pinkBtn .womanBtn::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background-image: url(../images/wom.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 18px
}

.categoriesSection {
    position: relative;
    width: 100%;
    padding-top: 240px;
    padding-bottom: 35px
}

@media screen and (max-width: 1024px) {
    .categoriesSection {
        padding-top: 220px
    }
}

.categoriesSection__holder {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 calc(9.375% - 15px)
}

@media screen and (max-width: 1900px) {
    .categoriesSection__holder {
        padding: 0 calc(7% - 15px)
    }
}

@media screen and (max-width: 1500px) {
    .categoriesSection__holder {
        padding: 0 calc(5% - 15px)
    }
}

@media screen and (max-width: 1200px) {
    .categoriesSection__holder {
        padding: 0 calc(3% - 15px)
    }
}

@media screen and (max-width: 1024px) {
    .categoriesSection__holder {
        padding: 0px 3.6231%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.categoriesSection__holder--filterBlock {
    width: 315px;
    padding-right: 15px
}

@media screen and (max-width: 1024px) {
    .categoriesSection__holder--filterBlock {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 15px;
        margin-left: 7px;
        margin-right: 7px
    }
}

@media screen and (max-width: 767px) {
    .categoriesSection__holder--filterBlock {
        margin-left: 0px;
        margin-right: 0px
    }
}

.categoriesSection__holder--productBlock {
    width: calc(100% - 315px)
}

@media screen and (max-width: 1024px) {
    .categoriesSection__holder--productBlock {
        width: 100%
    }
}

.catProductsWrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.catProductsWrapper__inner {
    width: calc(25% - 15px);
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    border: 2px solid #f7f7f7;
    margin-left: 7.5px;
    margin-right: 7.5px
}

@media screen and (max-width: 1440px) {
    .catProductsWrapper__inner {
        width: calc(33.3% - 15px)
    }
}

@media screen and (max-width: 767px) {
    .catProductsWrapper__inner {
        width: calc(50% - 4px);
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 8px
    }

    .catProductsWrapper__inner:nth-child(odd) {
        margin-right: 4px
    }

    .catProductsWrapper__inner:nth-child(even) {
        margin-left: 4px
    }
}

.catProductsWrapper__inner--imgBlock {
    width: 174px;
    height: 170px;
    overflow: hidden;
    display: block;
    margin: 0 auto 10px
}

@media screen and (max-width: 1024px) {
    .catProductsWrapper__inner--imgBlock {
        width: 150px;
        height: auto
    }
}

@media screen and (max-width: 991px) {
    .catProductsWrapper__inner--imgBlock {
        width: 130px
    }
}

@media screen and (max-width: 767px) {
    .catProductsWrapper__inner--imgBlock {
        width: 80%;
        height: auto
    }
}

.catProductsWrapper__inner--title {
    color: #141414;

    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 10px;
    text-align: center
}

@media screen and (max-width: 420px) {
    .catProductsWrapper__inner--title {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 5px
    }
}

.catProductsWrapper__inner--para {
    color: #141414;

    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 15px;
    text-align: center
}

@media screen and (max-width: 420px) {
    .catProductsWrapper__inner--para {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 5px
    }
}

.catProductsImgBlock--img {
    width: 100%;
    height: auto;
    display: block
}

.catProductsStockInfo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px
}

@media screen and (max-width: 420px) {
    .catProductsStockInfo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px
    }
}

.catProductsStockInfo--full {
    width: 160px;
    height: 20px;
    border-radius: 5px;
    background-color: #cbdff5;
    color: #00a8ff;

    font-size: 10px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 420px) {
    .catProductsStockInfo--full {
        width: 100%
    }
}

.catProductsStockInfo--stockIs {
    width: 160px;
    height: 20px;
    border-radius: 5px 0 0 5px;
    background-color: #cbdff5;
    color: #00a8ff;

    font-size: 10px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 420px) {
    .catProductsStockInfo--stockIs {
        width: 100%;
        border-radius: 5px 5px 0px 0px
    }
}

.catProductsStockInfo--discount {
    width: 80px;
    height: 20px;
    border-radius: 0 5px 5px 0;
    background-color: #dc2a24;
    color: #ffffff;

    font-size: 10px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 420px) {
    .catProductsStockInfo--discount {
        width: 100%;
        border-radius: 0px 0px 5px 5px
    }
}

.catProductsPrice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.catProductsPrice--nor {
    color: #00a8ff;

    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

@media screen and (max-width: 420px) {
    .catProductsPrice--nor {
        font-size: 16px;
        line-height: 1.4
    }
}

.catProductsPrice--now {
    color: #dc2a24;

    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

@media screen and (max-width: 420px) {
    .catProductsPrice--now {
        font-size: 16px;
        line-height: 1.4
    }
}

.catProductsPrice--was {
    color: #707070;

    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 5px;
    text-decoration: line-through
}

@media screen and (max-width: 420px) {
    .catProductsPrice--was {
        font-size: 12px;
        line-height: 1.4
    }
}

.filterWrapper {
    width: 100%;
    padding: 30px;
    background-color: #fff;
    border-radius: 5px
}

@media screen and (max-width: 1024px) {
    .filterWrapper {
        padding: 20px
    }
}

@media screen and (max-width: 1024px) {
    .filterWrapper {
        padding: 15px
    }
}

.filterWrapper--title {
    display: none;
    color: #00a8ff;

    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    display: none;
    cursor: pointer
}

@media screen and (max-width: 1024px) {
    .filterWrapper--title {
        display: block
    }
}

.filterWrapper--title::after {
    content: '';
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    right: 0;
    background-image: url("../images/up.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 18px
}

.filterForm {
    width: 100%
}

@media screen and (max-width: 1024px) {
    .filterForm {
        display: none
    }
}

.filterForm__block {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 10px
}

.filterForm__block--title {
    margin-bottom: 1.42857rem;
    padding: 0 0 .85714rem;
    border-bottom: 3px solid #00a8ff;
    font-weight: 700;
    color: #00a8ff;
    text-transform: uppercase;
}

.filterForm__block--inner {
    margin-top: 20px;
    display: none
}

.filterForm__block--inner.active {
    display: block
}

.filterChooseItemBlock {
    width: 100%
}

.filterItemHolder {
    width: 100%;
    margin-top: 0px
}

@media screen and (max-width: 767px) {
    .filterItemHolder {
        margin-top: 20px
    }
}

.filterItemHolder__itemBlock {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.filterItemHolder__itemBlock:last-child {
    margin-bottom: 0
}

.filterItemHolder__itemBlock--item {
    border: none;
    background-color: transparent;
    color: #00a8ff;

    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    width: 100%
}

@media screen and (max-width: 1024px) {
    .filterItemHolder__itemBlock--item {
        color: #141414
    }
}

.filterItemHolder__itemBlock--close {
    position: relative;
    background-image: url(../images/close-blue.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 18px;
    cursor: pointer
}

.filterToggle {
    width: 100%;
    position: relative;
    cursor: pointer
}

.filterToggle.active::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.filterToggle::after {
    content: '';
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    right: 0;
    background-image: url(../images/down.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 18px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.filterCheckboxBlock__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0px;
    margin-top: 0px;
    position: relative;
    /*margin-bottom: 10px*/
}

.filterCheckboxBlock__input:last-child {
    margin-bottom: 0
}

.filterCheckboxBlock__input .checkboxInput {
    display: none
}

.filterCheckboxBlock__input .checkboxInputLabel {
    width: 14px;
    height: 14px;
    border: 1px solid #707070;
    border-radius: 2px;
    margin-right: 10px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transform: all 0.3s ease;
    transform: all 0.3s ease
}

.filterCheckboxBlock__input label.facet-label {

    text-align: left;

}

@media screen and (max-width: 767px) {
    .filterCheckboxBlock__input .checkboxInputLabel {
        width: 12px;
        height: 12px
    }
}

.filterCheckboxBlock__input .checkboxInputLabel--name {
    color: #707070;

    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    /*margin-left: 13px;*/
    top: -5px;
    /*position: absolute*/
}

.filterCheckboxBlock__input .checkboxInput:checked + .checkboxInputLabel {
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #00a8ff;
    border-radius: 2px
}

.filterCheckboxBlock__input .checkboxInput:checked + .checkboxInputLabel .checkboxInputLabel--name {
    color: #00a8ff;
    font-weight: 700
}

.filterCheckboxBlock__input .checkboxItem {
    padding: 7px;
    height: 16px;
    border-radius: 8px;
    background-color: rgba(226, 224, 224, 0.3);
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: all 0.3s ease;
    transform: all 0.3s ease
}

.filterBox__block--priceBlock {
    padding: 15px 15px 30px 10px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05)
}

@media screen and (max-width: 767px) {
    .filterBox__block--priceBlock {
        padding: 15px 15px 20px 10px
    }
}

.filterBox__block--priceBlock .price-slider-range {
    height: 1px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 2px solid #efefef;
    background-color: #efefef;
    margin-top: 18px
}

@media screen and (max-width: 767px) {
    .filterBox__block--priceBlock .price-slider-range {
        margin-top: 20px
    }
}

.filterBox__block--priceBlock .price-slider-range .ui-slider-range.ui-corner-all.ui-widget-header {
    height: 1px;
    border: 2px solid #00a8ff;
    background-color: #00a8ff;
    top: -1px;
    border-radius: 0
}

.filterBox__block--priceBlock .price-slider-range .ui-slider-handle.ui-corner-all.ui-state-default {
    border-radius: 50%;
    width: 17px;
    height: 17px;
    border: 2px solid #00a8ff;
    background-color: #ffffff;
    top: -.5em
}

.filterBox__block--priceBlock .price-slider-range .ui-slider-handle.ui-corner-all.ui-state-default:focus {
    outline: none
}

.filterBox__block--priceBlock .price-slider-range .ui-slider-handle.ui-corner-all.ui-state-default:nth-child(2) {
    margin-left: -0.3em
}

.filterBox__block--priceBlock .price-slider-range .ui-slider-handle.ui-corner-all.ui-state-default:nth-child(3) {
    margin-left: 0
}

.filterBox__block--priceBlock .priceValueHolder {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.filterBox__block--priceBlock .priceValueHolder .minPrice, .filterBox__block--priceBlock .priceValueHolder .maxPrice {
    color: #00a8ff;

    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    position: relative
}

.filterBox__block--priceBlock .priceValueHolder .maxPrice {
    right: -10px
}

.filterBox__block--priceBlock .priceValueHolder .minLotSizeValue {
    margin-left: -0.2em
}

.filterBox__block--priceBlock .priceValueHolder .maxLotSizeValue {
    margin-right: -0.5em
}

.marRig7 {
    margin-right: 7px
}

@media screen and (max-width: 767px) {
    .marRig7 {
        margin-right: 0
    }
}

.mar7 {
    margin-left: 7px;
    margin-right: 7px
}

@media screen and (max-width: 767px) {
    .mar7 {
        margin-left: 0;
        margin-right: 0
    }
}

.singleSection {
    width: 100%;
    position: relative;
    padding-top: 200px;
    padding-bottom: 45px;
}

@media screen and (max-width: 1024px) {
    .singleSection {
        padding-top: 220px
    }
}

.singleSection__holder {
    width: 100%;
    margin: auto;
    max-width: 91.42857rem;
}

@media screen and (max-width: 1900px) {
    .singleSection__holder {
        padding: 0 calc(7% - 15px)
    }
}

@media screen and (max-width: 1500px) {
    .singleSection__holder {
        padding: 0 calc(5% - 15px)
    }
}

@media screen and (max-width: 1200px) {
    .singleSection__holder {
        padding: 0 calc(3% - 15px)
    }
}

@media screen and (max-width: 1024px) {
    .singleSection__holder {
        padding: 0 3.6231% 20px
    }
}

.singleProduct {
    width: 100%;
    position: relative;
    border-radius: 5px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width: 1024px) {
    .singleProduct {
        padding: 30px
    }
}

@media screen and (max-width: 767px) {
    .singleProduct {
        padding: 30px 15px
    }
}

.singleProduct__imgBlock {
    width: 456px;
    padding: 22px 43px 0
}

@media screen and (max-width: 1024px) {
    .singleProduct__imgBlock {
        width: 456px;
        margin: auto;
        margin-bottom: 50px
    }
}

@media screen and (max-width: 767px) {
    .singleProduct__imgBlock {
        width: 100%;
        padding: 20px
    }
}

.singleProduct__imgBlock--img {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer
}

.singleProduct__orderBlock {
    width: calc(100% - 456px);
    padding-left: 94px
}

@media screen and (max-width: 1024px) {
    .singleProduct__orderBlock {
        width: 100%;
        padding-left: 0
    }
}

.singleProductTop {
    width: 100%
}

.singleProductTop__orderDelivered {
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.singleProductTop__orderDelivered--block {
    border-radius: 5px;
    background-color: #cbdff5;
    padding: 16px 30px 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 1024px) {
    .singleProductTop__orderDelivered--block {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width: 767px) {
    .singleProductTop__orderDelivered--block {
        padding: 15px 15px 13px
    }
}

.singleProductTop__orderDelivered--img {
    width: 25px;
    height: 21px;
    margin-right: 20px
}

.singleProductTop__orderDelivered--para {
    color: #00a8ff;

    font-size: 15px;
    font-weight: 400
}

@media screen and (max-width: 767px) {
    .singleProductTop__orderDelivered--para {
        font-size: 12px
    }
}

.singleProductTop--title {
    color: #141414;

    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px
}

@media screen and (max-width: 767px) {
    .singleProductTop--title {
        font-size: 18px
    }
}

.singleProductTop__logoBlock {
    width: 150px;
    height: auto
}

.singleProductTop__logoBlock--img {
    width: 80%;
    height: auto;
    display: block
}

.ratedForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px
}

.ratedForm__ratingBlock {
    margin-right: 44px
}

.ratedForm__ratingBlock .rating {
    overflow: hidden;
    display: inline-block
}

.ratedForm__ratingBlock .rating-input {
    float: right;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0 0 0 -16px;
    opacity: 0
}

.ratedForm__ratingBlock .rating-star {
    cursor: pointer;
    position: relative;
    float: right;
    display: block;
    width: 16px;
    height: 16px;
    width: 16px;
    height: 16px;
    background: url("../images/starTest.png") 0 -16px
}

.ratedForm__ratingBlock .rating-star:hover, .ratedForm__ratingBlock .rating-star:hover ~ .rating-star, .ratedForm__ratingBlock .rating-input:checked ~ .rating-star {
    background-position: 0 0
}

.ratedForm__submitBlock .ratedFormSubmit {
    color: #00a8ff;

    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    border: none;
    background-color: transparent;
    cursor: pointer
}

.singleProductBuy {
    margin-right: 28%
}

@media screen and (max-width: 1900px) {
    .singleProductBuy {
        margin-right: 25%
    }
}

@media screen and (max-width: 1700px) {
    .singleProductBuy {
        margin-right: 20%
    }
}

@media screen and (max-width: 1600px) {
    .singleProductBuy {
        margin-right: 15%
    }
}

@media screen and (max-width: 1500px) {
    .singleProductBuy {
        margin-right: 10%
    }
}

@media screen and (max-width: 1440px) {
    .singleProductBuy {
        margin-right: 5%
    }
}

@media screen and (max-width: 1024px) {
    .singleProductBuy {
        margin-right: 0%
    }
}

.buyForm {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-appearance: none
}

@media screen and (max-width: 767px) {
    .buyForm {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.buyForm__block {
    width: 50%
}

@media screen and (max-width: 767px) {
    .buyForm__block {
        width: 100%
    }
}

.buyForm__block:nth-child(even) {
    padding-right: 25px
}

@media screen and (max-width: 1024px) {
    .buyForm__block:nth-child(odd) {
        padding-right: 17.5px
    }
}

@media screen and (max-width: 767px) {
    .buyForm__block:nth-child(odd) {
        padding-right: 0px
    }
}

.buyForm__block:nth-child(odd) {
    padding-left: 25px
}

@media screen and (max-width: 1024px) {
    .buyForm__block:nth-child(even) {
        padding-left: 17.5px
    }
}

@media screen and (max-width: 767px) {
    .buyForm__block:nth-child(even) {
        padding-left: 0px
    }
}

.buyForm__block--title {
    color: #141414;

    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 30px
}

.takeItem {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 5px;
    border: 1px solid #b9b9b9
}

.takeItem--btn {
    width: 14.7%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #070034;
    font-size: 14px;
    font-weight: 400;
    border: none;
    background-color: transparent;
    cursor: pointer;
    position: relative
}

.takeItem--btn:focus {
    outline: none
}

@media screen and (max-width: 767px) {
    .takeItem--btn {
        width: 45px
    }
}

.takeItem--numberItem {
    width: 70.6%;
    height: 100%;
    border: none;
    color: #00a8ff;

    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    border-left: 1px solid #b9b9b9;
    border-right: 1px solid #b9b9b9
}

.takeItem .takeItem--numberItem {
    pointer-events: none;
}

.takeItem--numberItem:focus {
    outline: none
}

@media screen and (max-width: 767px) {
    .takeItem--numberItem {
        width: calc(100% - 90px)
    }
}

.btn--prepend {
    background-image: url(../images/minus.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit
}

@media screen and (max-width: 767px) {
    .btn--prepend {
        background-size: 12px
    }
}

.btn--append {
    background-image: url(../images/plius.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit
}

@media screen and (max-width: 767px) {
    .btn--append {
        background-size: 12px
    }
}

.radioBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-top: 0px;
    position: relative;
    margin-bottom: 10px
}

.radioBlock:last-child {
    margin-bottom: 0
}

.radioBlock .radioInput {
    display: none
}

.radioBlock .radioInputLabel {
    width: 14px;
    height: 14px;
    border: 1px solid #707070;
    border-radius: 2px;
    margin-right: 10px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transform: all 0.3s ease;
    transform: all 0.3s ease
}

@media screen and (max-width: 767px) {
    .radioBlock .radioInputLabel {
        width: 12px;
        height: 12px
    }
}

.radioBlock .radioInputLabel--name {
    color: #000;

    font-size: 13px;
    font-weight: 700;
    /*line-height: 24px;*/
    margin-left: 15px;
    /*top: -5px;*/
    position: absolute
}

.radioBlock .radioInputLabel.disabled {
    border: 1px solid #d5d5d5;
    pointer-events: none
}

.radioBlock .radioInputLabel.disabled .radioInputLabel--name {
    color: #d5d5d5;
    pointer-events: none
}

.radioBlock .radioInput:checked + .radioInputLabel {
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #00a8ff;
    border-radius: 2px
}

.radioBlock .radioInput:checked + .radioInputLabel .radioInputLabel--name {
    color: #00a8ff;
    font-weight: 700
}

.radioBlock .radioInput:checked + .radioInputLabel .out-of-stock, .radioInputLabel .out-of-stock {
    color: #dc2a24;
}

.buyForm__price {
    color: #00a8ff;

    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px
}

.buyFormSubmit, .notifyFormSubmit {
    width: 100%;
    height: 50px;
    background-color: #00a8ff;
    border: 1px solid #00a8ff;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer
}

.buyFormSubmit:hover, .notifyFormSubmit:hover {
    background-color: #ffffff
}

.buyFormSubmit:hover .buyFormSubmit--name, .notifyFormSubmit:hover .svg-inline--fa,
.notifyFormSubmit:hover .notifyFormSubmit--name {
    color: #00a8ff
}

.buyFormSubmit:hover .buyFormSubmit--name::before {
    background-image: url(../images/bag-blue.png)
}

.buyFormSubmit--name, .notifyFormSubmit--name, .notifyFormSubmit .svg-inline--fa {
    color: #ffffff;

    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-left: 29px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.notifyFormSubmit .svg-inline--fa {
    padding-left: unset;
}

.buyFormSubmit--name::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background-image: url(../images/bag-white.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 18px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.stockInfo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 14px
}

.stockInfo--full {
    width: 100%;
    height: 20px;
    border-radius: 5px;
    background-color: #cbdff5;
    color: #00a8ff;

    font-size: 10px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.stockInfo--stockIs {
    width: 66%;
    height: 20px;
    border-radius: 5px 0 0 5px;
    background-color: #cbdff5;
    color: #00a8ff;

    font-size: 10px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.stockInfo--discount {
    width: 34%;
    height: 20px;
    border-radius: 0 5px 5px 0;
    background-color: #dc2a24;
    color: #ffffff;

    font-size: 10px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.singleProduct__aboutBlock {
    width: 100%;
    margin-top: 50px
}

.singleProductToggleList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media screen and (max-width: 1024px) {
    .singleProductToggleList {
        display: none
    }
}

.singleProductToggleList--item {
    width: 25%;
    height: 50px;
    background: #EAEAF5;
    border-bottom: 3px solid #EAEAF5;
    color: #494949;

    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.singleProductToggleList--item:first-child {
    border-radius: 5px 0 0 5px
}

.singleProductToggleList--item:first-child::before {
    border-radius: 5px 0 0 5px
}

.singleProductToggleList--item:last-child {
    border-radius: 0 5px 5px 0
}

.singleProductToggleList--item:last-child::before {
    border-radius: 0 5px 5px 0
}

.singleProductToggleList--item:hover::before {
    width: 100%
}

.singleProductToggleList--item.active {
    background: #fff;
    border-bottom: 3px solid #00a8ff !important;
    color: #00a8ff;
}

.singleProductToggleList--item.active::before {
    width: 100%
}

.singleProductToggleList--item::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 0%;
    height: 3px;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease
}

.singleProductInfoHolder {
    width: 100%;
    position: relative;
    margin-top: 30px
}

.singleProductInfoHolder__inner {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media screen and (max-width: 1024px) {
    .singleProductInfoHolder__inner {
        display: block;
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        margin-bottom: 20px
    }
}

.singleProductInfoHolder__inner.active {
    display: block
}

@media screen and (max-width: 1024px) {
    .singleProductInfoHolder__inner.active {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.singleProductInfoHolder__inner.show {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

@media screen and (max-width: 1024px) {
    .singleProductInfoHolder__inner.show {
        display: block
    }
}

.singleProductInfoHolder__inner--title {
    display: none
}

.singleProductInfoHolder__inner--title.active {
    color: #00a8ff
}

.singleProductInfoHolder__inner--title.active::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    background-image: url(../images/down-blue.png)
}

.singleProductInfoHolder__inner--title::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    right: 0;
    background-image: url(../images/down.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 18px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media screen and (max-width: 1024px) {
    .singleProductInfoHolder__inner--title {
        color: #141414;

        font-size: 14px;
        font-weight: 700;
        line-height: 24px;
        text-transform: uppercase;
        padding-bottom: 10px;
        margin-bottom: 10px;
        width: 100%;
        position: relative;
        display: block;
        border-bottom: 1px solid #efefef;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease
    }
}

.aboutItemBlock {
    padding-right: 15%
}

@media screen and (max-width: 1024px) {
    .aboutItemBlock {
        display: none
    }
}

.aboutItemBlock--title {
    color: #141414;

    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

.aboutItemBlock--para {
    color: #141414;

    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px
}

body {
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    background-color: #00a8ff08;
    -webkit-appearance: none;
    font-weight: 400;
    line-height: 1.2;
    color: #494949;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

b {
    font-weight: 700
}

.stopPage {
    overflow: hidden
}

.stop {
    pointer-events: none
}

.blockTitle {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blockTitle--title {
    color: #141414;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-right: 30px;
    padding-left: 7px;
    width: 100%;
}
#checkout h1.blockTitle--title {
    width: unset;
}

.instagram-section .blockTitle--title {
    text-align: left;
    padding: 20px 32px 20px 0px;
    color: #00a8ff;
}

.blockTitle--decoLine {
    height: 1px;
    background-color: #efefef;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media screen and (max-width: 1024px) {
    .hideMob {
        display: none
    }
}

.showMob {
    display: none
}

@media screen and (max-width: 1024px) {
    .showMob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.showMobile {
    display: none
}

@media screen and (max-width: 767px) {
    .showMobile {
        display: block
    }
    .instagram-section .blockTitle--title {
        padding: 20px 32px;
    }
}

/*# sourceMappingURL=style.css.map */

section#content {
    position: relative;
}

.off-title li.headerMenu__list--item > a {
    display: none;
}

@media (max-width: 1024px) {
    .megamenu .dropdown .dropdown-menu.dropDownBlock {
        width: 100%;
        position: absolute !important;
        display: inline-block;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
        z-index: 5;
        -webkit-transition: all 0.6s ease-out;
        transition: all 0.6s ease-out;
        position: absolute;
        display: block;
        opacity: 0;
    }

    .megamenu .dropdown .dropdown-menu.dropDownBlock > .dropdown-menu-inner > .row > div {
        width: 100% !important;
    }
}

@media (min-width: 1025px) {
    .megamenu .dropdown .dropdown-menu.dropDownBlock > .dropdown-menu-inner > .row > div li.parent.dropdown-submenu {
        float: left;
    }

    .megamenu .dropdown .dropdown-menu.dropDownBlock > .dropdown-menu-inner > .row > div li.parent.dropdown-submenu .dropdown-menu {
        padding: 10px 0 0 0;
    }

    .megamenu .dropdown .dropdown-menu.dropDownBlock > .dropdown-menu-inner > .row > div li.parent.dropdown-submenu .dropdown-menu-inner > .row > div {
        width: 100%;
    }

    .megamenu .dropdown .dropdown-menu.dropDownBlock > .dropdown-menu-inner > .row > div .dropdown-menu ul {
        margin-bottom: 0 !important;
    }

    .megamenu .dropdown .dropdown-menu.dropDownBlock > .dropdown-menu-inner > .row > div ul {
        float: left;
    }

    .megamenu .dropdown .dropdown-menu-inner {
        margin-bottom: 20px;
    }
}

.megamenu .dropdown .dropdown-menu.active {
    transform: translateY(-3%);
    -webkit-transform: translateY(-3%);
    z-index: 5;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    max-height: initial;
    pointer-events: initial;
    opacity: 1;
}

#dropDownBlock8.active, #dropDownBlock8.active > .dropdown-menu-inner {
    width: 100%;
}


li.parent.headerMenu__list--item.dropdown {
    position: initial;
}

.megamenu .dropdown .dropdown-menu.dropDownBlock > .dropdown-menu-inner > .row > div {
    width: 25%;
    display: inline-block;
}

#dropDownBlock8.active > .dropdown-menu-inner > .row > div {
    float: left;
    width: 16.66667%;
}

.megamenu .dropdown .dropdown-menu.dropDownBlock > .dropdown-menu-inner > .row > div a.nav-link {
    color: #00a8ff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}

.megamenu .dropdown .dropdown-menu.dropDownBlock > .dropdown-menu-inner > .row > div .dropdown-menu {
    display: block;
    position: relative !important;
    background: none;
    border: none;
    transform: none !important;
    -webkit-transform: none !important;
    opacity: 1;
    padding: 0;
}

.megamenu .dropdown .dropdown-menu.dropDownBlock > .dropdown-menu-inner > .row > div .dropdown-menu ul {
    margin-bottom: 30px;
    padding-left: 18px;
}

.megamenu .dropdown .dropdown-menu.dropDownBlock > .dropdown-menu-inner > .row > div .dropdown-menu ul li {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    list-style-type: disc;
}

.megamenu .dropdown .dropdown-menu.dropDownBlock > .dropdown-menu-inner > .row > div .dropdown-menu ul li a.nav-link {
    text-decoration: none;
    color: inherit;
}

.header__nav.nav {
    left: 0;
}

.header__nav.nav ul.megamenu.horizontal.headerMenu__list {
    display: block;
}

.header__nav.nav ul.megamenu.horizontal.headerMenu__list > li.headerMenu__list--item {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00a8ff;
    padding: 0px 0px 5px;
    margin-bottom: 15px;
    display: block;
    position: relative;
}

.header__nav.nav ul.megamenu.horizontal.headerMenu__list > li.headerMenu__list--item > div {
    position: relative !important;
    opacity: 1;
    transform: none;
    pointer-events: initial;
    background: no-repeat;
    border: none;
    padding: 0;
}

.header__nav.nav ul.megamenu.horizontal.headerMenu__list > li.headerMenu__list--item > div > .dropdown-menu-inner > .row > div {
    width: 100%;
}

.header__nav.nav ul.megamenu.horizontal.headerMenu__list > li.headerMenu__list--item > div .dropdown-menu-inner > .row > div .nav-link {

    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00a8ff;
    padding: 0px 0px 5px;
    margin-bottom: 10px;
}

.header__nav.nav {
    opacity: 0;
}

.header__nav.nav.open {
    top: 140px;
    opacity: 1;
}

input#headerSearchFormInput {
    font-family: system-ui;
    font-size: 11px;
    text-transform: lowercase;
}

input#headerSearchFormInput::placeholder {
    color: black;
}

.nav .headerMenu__list--item > a::before, .nav .headerMenu__list--item > span::before {
    opacity: 0;
}

.nav .dropdown-menu-inner .row {
    margin: 0;
}

.nav .megamenu .dropdown .dropdown-menu.dropDownBlock > .dropdown-menu-inner > .row > div .dropdown-menu ul {
    list-style: none;
    margin-bottom: 0;
}

.nav .megamenu .dropdown .dropdown-menu.dropDownBlock > .dropdown-menu-inner > .row > div .dropdown-menu ul li {
    list-style: none;
    margin-bottom: 0;
}

.header__nav.nav ul.megamenu.horizontal.headerMenu__list > li.headerMenu__list--item > div > .dropdown-menu-inner {
    padding-left: 20px;
    padding-top: 20px;
}

.nav b.caret {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-image: url(/themes/apolonas/assets/images/arrow-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 19px;
    height: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 9999;
}

.nav b.caret.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav .open > b.caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav li.parent.dropdown-submenu {
    position: relative;
    width: 100%;
    float: left;
}

.header__nav.nav ul.megamenu.horizontal.headerMenu__list .dropdown-sub {
    display: none;
}

.header__nav.nav ul.megamenu.horizontal.headerMenu__list > .open > .dropdown-sub {
    display: contents;
}


button.add-to-cart.buyFormSubmit[disabled] {
    cursor: no-drop;
    opacity: 0.4;
}

.open-comment-form {
    margin-bottom: 0;
}

.comments_note div.star, #productCommentsBlock div.star, #productCommentsBlock div.star, .new_comment_form_content #criterions_list div.star {
    cursor: pointer;
    position: relative;
    float: right;
    display: block;
    width: 16px;
    height: 16px;
    background: url(/themes/apolonas/assets/images/starTest.png) 0 -16px !important;
    float: left;
}

#productCommentsBlock div.star_on, .new_comment_form_content #criterions_list div.star.star_hover, .new_comment_form_content #criterions_list div.star.star_on {
    background-position: 0 0 !important;
}

#new_comment_form #criterions_list {
    margin-top: 20px;
}

#new_comment_form #criterions_list label {
    text-align: left;
    margin-left: 0;
    margin-top: 4px;
    min-width: 100px;
}

#new_comment_form label {
    text-align: left;
}

div#new_comment_form_error li {
    color: red;
    padding-bottom: 5px;
    font-weight: 600;
}

.singleProductInfoHolder__inner--textContent.aboutItemBlock {
    padding: 0;
}

li.singleProductToggleList--item span {
    padding-left: 5px;
}

.alert-info {
    border-radius: 5px;
    background-color: #cbdff5;
    color: #00a8ff;

}

#new_comment_form .title {
    background-color: #0066d1;
}

ul.ui-widget.ui-widget-content {
    border-color: #efefef;
}

ul.ui-widget.ui-widget-content a.ui-state-focus {
    background: none;
    border: none;
    text-decoration: underline;
    font-weight: 600;
}

ul.ui-widget.ui-widget-content a .separator {
    display: none;
}

ul.ui-widget.ui-widget-content a {

    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #141414;
}

.catProductsWrapper.nothing-found {
    min-height: 200px;
}

.categoriesSection__holder--productBlock.categoriesSectionProductBlock.full-width {
    width: 100%;
}

.login-form {
    width: 100%;
}

p.send-renew-password-link {
    padding-bottom: 20px;
}

form.forgotten-password {
    width: 100%;
}

#password .catProductsWrapper, #authentication .catProductsWrapper {
    display: block;
}

.pagination .page-list {
    box-shadow: none;
    border-radius: 5px;
}

.pagination .col-md-12 {
    text-align: center;
    padding-top: 20px;
}

.pagination > div:first-child {
    margin: auto;
    float: none;
    padding: inherit;
}

section.register-form > p {
    padding-bottom: 20px;
    text-align: center;
}

span.form-control-comment {
    display: block;
}

.page-order-detail .box header p {
    padding-bottom: 20px;
}

.footerTop__block.footerTopBlock:last-child {
    margin: 0;
}

#checkout ul.nav.nav-inline {
    position: relative;
    transform: none;
}

section#js-checkout-summary p, section#js-checkout-summary span {
    line-height: 20px;
}

body#checkout #cart-summary-product-list {
    margin: 15px 0 10px 0;
}

body#checkout #delivery label {
    text-align: left;
    line-height: 20px;
    margin-bottom: 15px;
}

body#checkout .additional-information {
    margin-top: 10px;
    background: whitesmoke;
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

body#checkout section.checkout-step .payment-options .payment-option img {
    display: none;
}

body#checkout section.checkout-step #conditions-to-approve {
    padding-bottom: 25px;
}

#order-confirmation div#order-details {
    padding-left: 15px;
    padding-top: 25px;
}

#order-confirmation div#order-details li {
    line-height: 20px;
}

#order-confirmation .card {
    border: none;
    box-shadow: none;
    border-radius: 5px;
}

#order-confirmation #order-items {
    border: none;
}

#order-confirmation .card {
    border: none;
    box-shadow: none;
    border-radius: 5px;
}

#order-items {
    border: none;
}

section#content-hook_payment_return {
    line-height: 20px;
}

section#content-hook_payment_return p {
    color: black;
    margin-bottom: 15px;
}

section#content-hook_payment_return dl {
    margin: 20px 0 50px 0;
}

.card {
    box-shadow: none;
    border: none;
    border-radius: 5px;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.page-my-account #content .links a span.link-item {
    box-shadow: none;
    border-radius: 5px;
}

#contact iframe {
    width: 100%;
    height: 200px;
}

#checkout section.zeroSection {
    padding-top: 140px;
}

#checkout #checkout-personal-information-step .content p {
    line-height: 20px;
}

body#checkout section.checkout-step.-current .content {
    padding-top: 10px;
}

.page-addresses .address, .page-authentication #content {
    box-shadow: none;
}

#order-confirmation #registration-form {
    width: 100%;
}

#order-confirmation #registration-form h4.h4 {
    margin-bottom: 20px;
}

#js-delivery label[for="parcel_select"], #js-delivery label[for="parcel_dot_select"] {
    text-align: left;
    padding: 10px 0 30px 0;
}

#js-delivery label[for="parcel_select"] select#parcel_select, #js-delivery label[for="parcel_dot_select"] select#parcel_dot_select {
    width: 100%;
    margin-top: 10px;
}

p.cart-payment-step-refreshed-info {
    padding-bottom: 16px;
    color: #0066d1;
    font-weight: 600;
}

.forgotten-password .form-fields .center-email-fields .row {
    text-align: center;
    margin: auto;
}

.forgotten-password .form-fields .center-email-fields {
    display: block;
    text-align: center;
    padding-top: 20px;
}

.forgotten-password .form-fields .email {
    display: flex;
    margin: auto;
}

.forgotten-password .form-fields .email label {
    padding-top: 12px;
    padding-right: 21px;
    width: 100px;
    padding-bottom: 35px;
}

.footerBottom__rightSide--copy img {
    width: 50px;
    margin-left: 15px;
    margin-bottom: -6px;
}

#search_widget input#headerSearchFormInput {
    text-transform: initial;
}

#order-items .image img {
    width: 100px;
}

body#checkout .header__topHolder, body#checkout .nav, body#checkout .leo-top-menu, body#checkout .headerCard, body#checkout .footer {
    display: none;
}

#checkout .header__mainHolder {
    height: 120px;
}

div#ratedForm .ratedForm__ratingBlock div#productCommentsBlock .star_content.clearfix {
    margin-right: 44px;
}

.ratedForm__ratingBlock {
    margin-right: 0;
}

.product-minimal-quantity button.btn.btn-primary {
    width: 100%;
}

div#payment-confirmation button.btn.btn-primary.center-block {
    width: 100%;
}

.productsStockInfo--stockIs.out-of-stock, .stockInfo--full.out-of-stock {
    color: white;
    background-color: #dc2a24;
}

.productsStockInfo--full.out-of-stock {
    color: white;
    background-color: #dc2a24;
}

h1.hidden {
    display: none;
}

body#checkout .container .categoriesSectionProductBlock--titleBlock.blockTitle {
    padding-left: 9px;
}

.breadcrumbs {
    margin: 1.75143rem 0;
    list-style: none
}

.breadcrumbs:after, .breadcrumbs:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.breadcrumbs:after {
    clear: both
}

.breadcrumbs li {
    float: left;
    font-size: 1rem;
    color: #00a8ff;
    cursor: default
}

.breadcrumbs li:not(:last-child):after {
    position: relative;
    margin: 0 .2rem;
    opacity: 1;
    content: "/";
    color: #00a8ff
}

.breadcrumbs a {
    color: #00a8ff
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs .disabled {
    color: #494949;
    cursor: not-allowed
}

.breadcrumbs {
    display: none
}

.breadcrumbs_container {
    padding: 0 calc(9.375% - 15px);
}

@media print, screen and (min-width: 64em) {
    .breadcrumbs {
        display: inline-block;
        padding-right: 1.42857rem;
    }

    .breadcrumbs:after {
        content: "";
        position: absolute;
        display: block;
        margin-top: .57143rem;
        width: 100%;
        height: 2px;
        z-index: -1
    }

    .breadcrumbs li {
        font-weight: 700
    }

    .breadcrumbs li.current, .breadcrumbs li a {
        text-transform: uppercase
    }
}


#category .fullText.hidden, #manufacturer .fullText.hidden {
    display: none;
}

#category .category-description__text, #manufacturer .category-description__text {
    font-size: 15px;
    margin-left: 7px;
    margin-bottom: 30px;
    line-height: 1.5;
    background: white;
    border-radius: 5px;
    padding: 15px;
}

#category .category-description__text p, #manufacturer .category-description__text p {
    color: #141414;
    line-height: 16px;
}

#category .category-description__text a.button.readmore-btn, #manufacturer .category-description__text a.button.readmore-btn {
    font-weight: 600;
    color: #141414;
    cursor: pointer;
}

p.singleProductTop__orderDelivered--para strong {
    font-weight: 600;
}

.megamenu .dropdown .dropdown-menu.dropDownBlock > .dropdown-menu-inner > .row > div {
    float: left;
    padding-left: 15px;
}

.megamenu .dropdown .dropdown-menu.dropDownBlock > .dropdown-menu-inner > .row > div a.nav-link::before, .megamenu .dropdown .dropdown-menu.dropDownBlock > .dropdown-menu-inner > .row > div a.nav-link span::before {
    content: none;
}

.megamenu .dropdown .dropdown-menu.dropDownBlock > .dropdown-menu-inner > .row > div .dropdown-menu {
    width: 100%;
}


footer.footer {
    float: left;
    margin-top: 3.57143rem;
}

.singleProductInfoHolder__inner--textContent.aboutItemBlock p {
    margin: 0 0 10px;
    line-height: 1.7;
    font-size: 16px;
    color: #141414;
}

.singleProductInfoHolder__inner--textContent.aboutItemBlock h3, .singleProductInfoHolder__inner--textContent.aboutItemBlock h2, .singleProductInfoHolder__inner--textContent.aboutItemBlock h1 {
    clear: both;
    line-height: 1.4;
    margin: auto;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.17em;
    margin-bottom: 15px;
}

.singleProductInfoHolder__inner--textContent.aboutItemBlock p strong {
    font-weight: 800;
}

.singleProductInfoHolder__inner--textContent.aboutItemBlock table {
    font-size: 13px;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin: 10px 0 20px 0;
    width: 100%;
    border: 0 solid;
}

.singleProductInfoHolder__inner--textContent.aboutItemBlock table tr {
    border-bottom: 1px solid #c9e1ed;
}

.singleProductInfoHolder__inner--textContent.aboutItemBlock table tr:nth-child(2n) {
    background: #cadff569;
}

.singleProductInfoHolder__inner--textContent.aboutItemBlock table tr td {
    padding: 6px 2px 7px 8px;
    line-height: 1.3;
    border: 0 solid;
    font-size: 16px;
}

.singleProductInfoHolder__inner--textContent.aboutItemBlock table tr:last-child {
    border-bottom: none
}

.advices {
    margin-bottom: 0;
    list-style: none;
}

@media (min-width: 801px) {
    li.advices__item.column {
        width: 33.33%;
        float: left;
        padding: 0 10px 30px 10px;
    }

    li.advices__item.column:nth-child(4n) {
        clear: both;
    }

    li.advices__item.column .advices__item-photo {
        width: 50%;
        float: left;
    }

    li.advices__item.column .advices__item-content {
        width: 50%;
        float: left;
    }
}

@media (max-width: 800px) {
    li.advices__item.column {
        width: 100%;
        float: left;
        padding: 0 10px 30px 10px;
    }

    li.advices__item.column:nth-child(4n) {
        clear: both;
    }

    li.advices__item.column .advices__item-photo {
        width: 50%;
        float: left;
    }

    li.advices__item.column .advices__item-content {
        width: 50%;
        float: left;
    }
}

@media (min-width: 1025px) {
    img.headerLogo__link--logo {
        width: 100%;
        height: auto;
    }

    .header__mainHolder--logo.headerLogo {
        height: 110px;
        width: 183px;
    }

    .header__mainHolder--logo.headerLogo a.headerLogo__link {
        height: 100%;
        width: auto;
    }

    .header__mainHolder--menu.headerMenu.leo-top-menu a.dropDownLink, li.headerMenu__list--item > a.nav-link.has-category {
        font-size: 14px;
    }
}
#dropDownBlock17.active, #dropDownBlock17 > .dropdown-menu-inner  {
    width: 100%;
}
@media screen and (min-width:1025px){
    #dropDownBlock17 > .dropdown-menu-inner > .row > div{
        width: 20%;
        justify-content: center;
        display: flex;
    }
    .header__mainHolder--searchAndMenuToggle.headerSearchAndMenuToggle {
        width: 25%;
    }
}

@media screen and (max-width: 450px) {
   #checkout .headerLogo__link {
        width: 200px;
    }
    #checkout .headerLogo__link--logo {
        width: 200px;
        height: 70px;
    }
    #js-checkout-summary {
        padding: 20px;
        margin-top: 20px;
    }
    #promo-code form {
        display: inline-flex;
        justify-content: space-around;
    }
    #promo-code form button {
        margin-top: unset;
    }
}
li.advices__item.column .advices__item-content {
    font-weight: 600;
    padding: 0 10px;
    text-transform: uppercase;

}

li.advices__item.column .advices__item-photo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

aside .page-content.page-cms img {
    width: 100%;
}

#cms aside.page-cms-20.col-lg-4 {
    padding-bottom: 30px;
}

.categoriesSection__holder--filterBlock {
    padding-top: 19px;
}

.categoriesSection__holder--filterBlock h5.title {
    font-weight: 600;
    font-size: 20px;
}

.buyFormRadioBlock__inner.radioBlock {
    margin-bottom: 0;
}

.singleProductInfoHolder__inner--textContent.aboutItemBlock ul {
    padding-left: 30px;
    list-style: circle;
}

.singleProductInfoHolder__inner--textContent.aboutItemBlock ul li {
    margin-bottom: 5px;
}

.buyFormRadioBlock__inner.radioBlock span.radioInputLabel--name {
    text-align: left;
    width: 100%;
    max-height: 25px;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all a {
    display: inline-flex;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all a .image {
    width: 75px;
    display: -webkit-inline-box;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all a .image img {
    width: 100%;
    height: auto;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all a {
    width: 100%;
    display: flex !important;
    border-bottom: 1px solid #f6f6f6;
    border-radius: 0;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all a span.product {
    padding: 40px 10px 0px 10px;
    display: inline-block;
    width: 170px;
    font-size: 12px;
}

body#checkout #cart-summary-product-list .media-body {
    position: relative;
}

body#checkout #cart-summary-product-list img {
    width: auto;
    height: auto;
}

.media-list li.media {
    padding: 10px 0;
    border-bottom: 1px solid #d5d5d5;
}

body#checkout #cart-summary-product-list .media-body .product-line-info.product-line-info-secondary.text-muted {
    float: left;
    padding-top: 5px;
    width: 100%;
}

div#cart-subtotal-products div#items-subtotal {
    padding: 0;
    float: right;
}

div#cart-subtotal-products div#items-subtotal span.label {
    display: none;
}

body#cms section#content h3, body#cms section#content h2, body#cms section#content h1 {
    clear: both;
    line-height: 1.4;
    margin: auto;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.17em;
    margin-bottom: 15px;
}

body#cms section#content p strong {
    font-weight: 800;
}

body#cms section#content table {
    font-size: 13px;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin: 10px 0 20px 0;
    width: 100%;
    border: 0 solid;
}

body#cms section#content table tr {
    border-bottom: 1px solid #c9e1ed;
}

body#cms section#content table tr:nth-child(2n) {
    background: #cadff569;
}

body#cms section#content table tr td {
    padding: 6px 2px 7px 8px;
    line-height: 1.3;
    border: 0 solid;
    font-size: 16px;
}

body#cms section#content table tr:last-child {
    border-bottom: none
}

body#cms section#content p {
    margin: 0 0 10px;
    line-height: 1.7;
    font-size: 16px;
    color: #141414;
}

body#cms section#content ul {
    padding-left: 30px;
    list-style: circle;
}

body#cms section#content ul li {
    margin-bottom: 5px;
}

#contact #content-wrapper {
    width: 100% !important;
}

.contact-rich {
    padding: 15px;
    width: 100%;
    line-height: 150%;
    color: #000;
}

.contact-rich p {
    color: #100;
}

.contact-rich h5 {
    font-weight: bold;
}

.float-left {
    float: left;
}

#checkout .menuToggle {
    display: none;
}

@media (max-width: 1024px) {
    #checkout .header__mainHolder .header__mainHolder--logo.headerLogo {
        width: 100%;
    }

    #checkout .header__mainHolder .header__mainHolder--logo.headerLogo a.headerLogo__link {
        margin: auto;
    }


    .header__nav.nav b.caret {
        width: 100%;
        background-position: right;
        height: 14px;
        background-size: 20px;
        transition: none;
    }

    .header__nav.nav b.caret.open {
        background-position: left;
        transition: none;
    }
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all a .image img {
    max-width: 70px;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all a span.product {
    padding: 25px 10px 0px 10px;
}

button#headerSearchFormSubmit {
    position: absolute;
    top: 0;
    left: 0;
}

.headerSearchAndMenuToggle .headerSearchForm {
    position: relative;
}

#search_widget input#headerSearchFormInput {
    padding-left: 55px;
}

@media (max-width: 420px) {
    .header__mainHolder--searchAndMenuToggle.headerSearchAndMenuToggle {
        width: 200px;
    }
}

@media (max-width: 500px) {
    #index .zeroCarousel__item--img {
        background-size: 100% auto;
    }

    .header__mainHolder--searchAndMenuToggle.headerSearchAndMenuToggle {
        margin: auto;
    }

    #group_2 {
        margin-bottom: 25px;
    }
}

.checkout.cart-detailed-actions.card-block a {
    color: white;
}

aside#notifications {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 50%;
}

aside#notifications article.alert.alert-danger {
    border-radius: 3px;
}

#home-page-seo-section-more {
    display: none;
}

.home-page-seo-section h2, .home-page-seo-section h3 {
    color: #141414;

    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.home-page-seo-section p {
    color: #141414;

    font-size: 14px;
    font-weight: 400;
    line-height: 24px !important;
}

.definition-list dl dd, .definition-list dl dt {

    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    background: #f1f1f1;
    padding: .625rem;
    margin: .125rem;

}

.definition-list dl {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.products-slider {
    margin: 0.75rem 0 1.78571rem
}

/*.products-slider .slick-slide > div {*/
/*    margin: 0 -.71429rem*/
/*}*/

.products-slider .products__item {
    margin: 0 .71429rem 1.42857rem
}

.products-slider .slick-dots {
    top: -60px;
    bottom: auto;
    right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: none !important;
}

.products-slider .slick-dots li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin: 0;
    min-width: 0;
    width: auto;
    height: 4px
}

.products-slider .slick-dots li.slick-active button {
    background: #00a8ff
}

.products-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 0;
    transition: background .15s ease-out
}

/*blog module style*/


.open_more_categories {
    display: none;
    text-align: center;
    background: url(images/arrow_down_dark.png) no-repeat;
    background-position: bottom center;
    cursor: pointer;
    padding: 5px 15px 11px;

    font-size: 11px;
    letter-spacing: 0.8px;
    color: #1a5f85;
}

.loading_this {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.tags_line_product {
    overflow: hidden;
}

.full_wide_straipsnis:hover, .small_wide_straipsnis:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.white_block_main {
    background: #fff;
    border: 1px solid #c9e1ed;
}


.full_wide_straipsnis, .small_wide_straipsnis {
    margin-bottom: 15px;
}

.full_wide_straipsnis .image_side_straipsnis {
    height: 260px;
    width: 65%;
    float: left;
    position: relative;
}

.full_wide_straipsnis .content_side_straipsnis {
    width: 35%;
    float: right;
    clear: right;
    height: 260px;
}

.small_wide_straipsnis .image_side_straipsnis {
    height: 180px;
    width: 100%;
    float: left;
    position: relative;
}

.small_wide_straipsnis .content_side_straipsnis {
    width: 100%;
    float: right;
    clear: right;
    height: 210px;
}

.small_wide_straipsnis .content_side_straipsnis_ins {
    height: 220px;
    overflow: hidden;
    color: #616161;
}

.image_block_ins {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content_side_straipsnis h3 {
    margin-bottom: 0;
}

.verticalcenter {
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
    max-width: 1180px;
}

.full_wide_straipsnis .content_side_straipsnis {
    width: 100%;
    height: 200px;
}

.full_wide_straipsnis .image_side_straipsnis {
    width: 100%;
    height: 180px;
}

.content_left_sidebar {
    float: right;
    padding: 10px;

}

.sidebar {
    width: 22%;
    float: left;
    padding: 10px;
}

.title_line {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

/*.title_line:before {*/
/*    content: "";*/
/*    height: 1px;*/
/*    background: #cdd5d9;*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    bottom: 4px;*/
/*}*/

.title_line:after {
    clear: both;
    display: table;
    content: '';
}

.title_line span {
    float: left;
    position: relative;
    z-index: 1;
    padding: 0 10px 0 5px;
    letter-spacing: 2px;
    font-size: 18px;
    margin-left: -5px;
}

h1.title_line span {
    font-size: 25px;
}

h2.title_line span {
    font-size: 25px;
}

h3.title_line span {
    font-size: 25px;
}

.colums_12 {
    float: left;
    width: 100%;
    padding: 0 10px;
}

.colums_4 {
    float: left;
    width: 20%;
    padding: 0 10px;
}

.white_block_main_ins {
    padding: 15px;
}

.white_block_main_ins p {
    font-size: 14px;
}

.tags_line_product {
    overflow: hidden;
}

.full_wide_straipsnis:hover, .small_wide_straipsnis:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}


.full_wide_straipsnis, .small_wide_straipsnis {
    margin-bottom: 15px;
}

.full_wide_straipsnis .image_side_straipsnis {
    height: 260px;
    width: 65%;
    float: left;
    position: relative;
}

.full_wide_straipsnis .content_side_straipsnis {
    width: 35%;
    float: right;
    clear: right;
    height: 260px;
}

/*.full_wide_straipsnis .content_side_straipsnis_ins {*/
/*    height: 220px;*/
/*    overflow: hidden;*/
/*    color: #616161;*/
/*}*/

.small_wide_straipsnis .image_side_straipsnis {
    height: 180px;
    width: 100%;
    float: left;
    position: relative;
}

.small_wide_straipsnis .content_side_straipsnis {
    width: 100%;
    float: right;
    clear: right;
    height: 210px;
}

.small_wide_straipsnis .content_side_straipsnis_ins {
    height: 220px;
    overflow: hidden;
    color: #616161;
}

.image_block_ins {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content_side_straipsnis h3 {
    margin-bottom: 0;
}

.entry-date {
    position: relative;
    margin: 10px 0;
    color: #55c2f5;
    font-size: 12px;
    display: block;
}

.anyideas_filter_block_padding {
    padding-left: 15px;
    padding-right: 15px;
}

.anyideas_filter_block_padding_top {
    padding-top: 15px;
    padding-bottom: 15px;
}

.anyideas_filter_block h3 {
    border-bottom: 1px solid #cae2ed;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}

.side_widget .blue_wrapper_anyideas_filter_block h3.anyideas_filter_block_title_blue {
    position: relative;
    display: inline-block;
    border: 0px solid;
    margin: 0 0 5px 0;

    font-size: 14px;
    color: #6a7d8a;
    overflow: hidden;
}

.anyideas_filter_block_title_blue {
    width: 100%;
}

.blue_wrapper_anyideas_filter_block h3.anyideas_filter_block_title_blue:before {
    content: "";
    height: 1px;
    background: #d7e8f0;
    width: 100%;
    position: absolute;
    bottom: 7px;
}

.blue_wrapper_anyideas_filter_block h3.anyideas_filter_block_title_blue:after {
    clear: both;
    display: table;
    content: '';
}

.blue_wrapper_anyideas_filter_block h3.anyideas_filter_block_title_blue span {
    float: left;
    background: #e5eef3;
    position: relative;
    z-index: 1;
    padding: 0 10px 0 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #76909e;
}

.blue_bg {
    background: #e5eef3;
}

h3.simple_blue_title_has {
    position: relative;
    display: inline-block;
    border: 0px solid;
    margin: 0 0 0px 0;

    font-size: 14px;
    color: #6a7d8a;
}

h3.simple_blue_title_has span {
    float: left;
    position: relative;
    z-index: 1;
    padding: 0 10px 0 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #76909e;
}

.anyideas_filter_block_out {
    margin: 5px 0;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {

    display: inline-block;
    text-transform: none;
    font-weight: bold;
}

.list_terms_anyideas li {
    list-style: none;
    width: 100%;
    margin: 0;
}

.list_terms_anyideas ul {
    margin: 5px 0;
}

.list_terms_anyideas li a {
    padding: 3px 15px;
    color: #4a4a4a;
    display: block;
    font-size: 12px;
    line-height: 23px;
    font-weight: bold;
}

.list_terms_anyideas li a:hover, .list_terms_anyideas li.current a {
    background: #e5eef3;
}

.trigger_open_list_terms_anyideas {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
}

.trigger_open_list_terms_anyideas.open_categories_wrap {
    height: auto;
}

.anyideas_filter_block_padding_top {
    padding-top: 15px;
    padding-bottom: 15px;
}

.anyideas_filter_block_padding_top {
    padding-top: 15px;
    padding-bottom: 15px;
}

#module-blockblog-blog .categoriesSection__holder section.card {
    background: none !important;
}

@media (min-width: 1200px) {
    #content .content_left_sidebar {
        width: 78%;
    }
}

@media (max-width: 768px) {
    .title_line span {
        margin-left: 0px;
    }

    .colums_12 {
        float: none;
    }

    .colums_4, .colums_3 {
        width: 100%;
        float: none;
        margin: 0 auto;
        padding: 10px;
    }

    .content_side_straipsnis, .image_side_straipsnis, .sidebar {
        width: 100% !important;
    }

    .content_side_straipsnis {
        float: unset;
    }

    #content .content_left_sidebar, #content .content_left_sidebar img {
        width: 100%;
    }

    #content .content_left_sidebar img {
        height: auto;
    }
}

.row {
    max-width: 91.42857rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.zeroSection__carousel {
    margin-bottom: 3.21429rem;
}

.homeProductSection__holder .position-relative {
    position: relative;
}

.homeProductSection__holder .position-relative h3 {
    text-transform: uppercase;
    display: inline-block;
    padding-right: 1.42857rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: .7rem;
    font-size: 1.71429rem;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    color: #00a8ff;
    text-rendering: optimizeLegibility;
}

.homeProductSection__holder .position-relative h3::after {
    content: "";
    position: absolute;
    display: block;
    margin-top: -1.07143rem;
    width: 100%;
    height: 2px;
    background: #f7f7f7;
    z-index: -1;
}

.homeProductSection__holder .position-relative h3 a {
    color: #00a8ff;
}

.homeProductSection__holder .products-slider .productsWrapper__inner .productsWrapper__inner--title {
    color: #494949;
    text-align: center;
    font-weight: 500;
    height: 40px;
    text-transform: none;
    line-height: 1.2;
    margin-top: 0;
    text-rendering: optimizeLegibility;
}

.slick-prev, .slick-next {
    z-index: 1;
    background-size: contain;
    background-color: unset;
}

.slick-prev {
    left: -40px;
    background-image: url(/themes/apolonas/assets/images/left-arrow.svg);
}

.slick-next {
    right: -40px;
    background-image: url(/themes/apolonas/assets/images/right-arrow.svg);
}
@media screen and (max-width:420px) {
    .zeroSection__carousel {
        margin-bottom: 0;
    }
    .slick-prev {
        left: -20px;
    }
    .slick-next {
        right: -20px;
    }
    #cart .productsWrapper__inner  {
        width: calc(50% - 15px);
    }
}
body.backdrop::before {
    content: "";
    background: #00a8ff;
    position: absolute;
    width: 100%;
    opacity: 0.6;
    height: 2000px;
    z-index: 1;
}

.product__buy .button {
    margin: 0;
    padding: 0;
    height: 60px;
    border: 0;
    font-size: 1.28571rem;
    line-height: 60px
}

.product__buy .button span {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    background: #008ed7
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

.button.exclusive {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    font-family: inherit;
    padding-left: 0px;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color .25s ease-out, color .25s ease-out;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #00a8ff;
    color: #fff;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.button.exclusive span.add-to-cart-text {
    width: calc(100% - 50px);
    font-size: 1.28571rem;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.button.exclusive:hover {
    background-color: #008ed7;
    color: #fff;
}

.button.exclusive span.icon {
    float: left;
    width: 50px;
    height: 50px;
    background: #008ed7;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 63.9375em) {
    .product__buy .button {
        margin-top: 1.42857rem
    }
}

.text-center {
    text-align: center;
}

#cart-summary-product-list .media .media-left {
    width: 25%;
}
@media screen and (max-width:420px) {
    .button.exclusive span.icon {
        margin-top: -4px;
    }
    #manufacturer .productsWrapper__inner, #cart .productsWrapper__inner, #search .productsWrapper__inner {
        width: 50%;
    }
    .singleProduct__aboutBlock {
        margin-top: unset;
    }
    .product-add-to-cart.buyForm__block .buyForm__block--title, .product-add-to-cart.buyForm__block .buyForm__block--title {
        margin-left: -25px;
    }
}
.body-post ul li, .body-post h1, .body-post h2, .body-post h3 .body-post div{
    color: #7a7a7a;
}
.body-post h1, .body-post h2, .body-post h3 {
    font-weight: 600;
    font-size: 1.3rem;
    margin-top: 15px;
}

#checkout #promo-code form {
    display: flex;
}
#checkout #promo-code form button{
    display: inline-block;
    border-radius: unset;
    margin-left: 10px;
    margin-top: unset;
}
#read-more-btn,
#read-less-btn {
    color:#00a8ff;
    cursor: pointer;
    text-decoration: underline;
}
.custom-label{
    position:absolute;
    width: 60px;
    height: 20px;
    border-radius: 5px;
    background-color: #00a8ff;
    color: #fff;
    font-family: "Open Sans";
    font-size: 10px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.custom-label-discount{
    position:absolute;
    width: 60px;
    height: 20px;
    border-radius: 5px;
    background-color: #dc2a24;
    color: #fff;
    font-family: "Open Sans";
    font-size: 10px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
}
.toolbar-paging{
    display: inline;
}
