/** Fonts**/
@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica.eot") format("sans-serif");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica.ttf") format("sans-serif");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica.woff") format("sans-serif");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica.woff2") format("sans-serif");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Lobster Two", sans-serif;
    src: url("../fonts/LobsterTwo-BoldItalic.ttf") format("sans-serif");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Titillium Web", sans-serif;
    src: url("../fonts/TitilliumWeb-Regular.ttf") format("sans-serif");
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: Arial, Helvetica, sans-serif !important;
}

a {
    color: #333333;

}

a:hover,
a:focus,
a:active {
    color: #479d51;
    text-decoration: none;
}

ul {
    list-style: none outside;
}



.link-custom {
    color: #ffff;
}

.image-logo {
    width: 198px;
    height: 60px;
}

.search-wrapper {
    height: 65px;
    background-color: #479d51;
    padding: 15px;
}

.white-cart {
    color: #ffff;

}

.white-cart i {
    font-size: 20px;
}

.button-search {
    background-color: #ffff;
    color: #479d51;
}

/*.form-control {
    border: none;
}*/

.input-search:focus {
    border-color: transparent;
    border: none !important;
    outline: none;
}

.btn-login-modal {
    background-color: #ed4735;
    color: #ffff;
}

.btn-login-modal:hover {
    background-color: #ff8f82;
}

blockquote span.marker {
    display: block;
    background: #CCCCCC;
    float: left;
    width: 4px;
    height: 32px;
    margin: 3px 0 0 -15px;
}

.title-mark {
    color: #479d51;
}

.wrap h4 {
    color: #479d51;
}

.wrap {
    padding: 0 0 0 100px;
    background: url(../img/services-icons.png) -500px 0 no-repeat;
    min-height: 100px;
}

.prices {
    background-position: -400px -100px;
}

.clients {
    background-position: -200px -300px;
}

.support {
    background-position: -300px -200px;
}

.quality {
    background-position: -100px -400px;
}

.nav-link_small {
    font-size: 13px;
}

span.icon-categories {
    display: block;
    width: 15px;
    height: 11px;
    background: url(../img/interface-icons.png) -113px -13px no-repeat;
    float: left;
    margin: 3px 4px 0 0;
}

span.categories {
    color: #2c2d2e !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    font-size: 14px;
    text-transform: uppercase;

}

#navbarExample1 li.nav-item {
    background: url(../img/vert-divider.png) right 0 repeat-y;
    text-align: center;
    position: relative;
}

#main-menu1 {

    background: url(../img/categories-bg.png) 0 0 repeat-x #6d6f72;

}

/*Accordion card-button*/
.accordion_title {
    font-size: 13px;
}

.card-item__image {
    height: 95px;
    width: 95px;
}

.card-item {
    position: relative;
    border: 1px solid #7d8083;
    border-bottom: none;
    padding: 10px 15px 0 15px;
    background-color: #575a5e1a !important;
}

.card-item:last-child {
    border-bottom: 1px solid #7d8083;
}

.card-item__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: transparent !important;
}

.card-item__info p {
    margin-bottom: 0;
}

.accordion_image {
    width: 200px;
    height: auto;
}

.nav-tabs .nav-link.active {
    color: transparent;
    border: none;
    background-color: #7d808341 !important;

}

.nav-tabs .card-item .card-item__info h6 .nav-link.active {
    color: #fff;
}

.nav-tabs .nav-link {
    transition: ease 0.5s;
}

.card-item__green {
    color: #479d51;
}

.small-price {
    font-size: 13px;
}

.card-price p {
    font-family: "Titillium Web", sans-serif;
    margin-bottom: 0;
    font-weight: 400;
    color: #479d51;
}

.tiny-symb {
    font-size: 16px;
    font-weight: 600;
}

span.old-price {
    font-size: 13px;
    color: #777777;
}

/*.menu-sign-up {
    font-size: 11px;
}

.menu-sign-up:hover {
    color: #479d51;
}

.menu-sign-up__login::after {
    content: '/';
    padding-left: 11px;
}*/

h2.decoration,
h1.decoration,
h3.decoration {
    font-family: "Lobster Two", sans-serif;
    font-weight: 700;
    font-style: italic;
}

h2.decorative span {
    font-family: "Lobster Two", sans-serif;
    font-weight: 700;
    font-style: italic;
    padding-right: 23px;
    float: left;
    display: block;
    background: url(../img/star-icon.png) right center no-repeat #FFFFFF;
    color: #404040;
}

h2.decorative, h3.decorative {
    background: url(../img/lines-decor.png) 0 center repeat-x;
    clear: both;
    margin-bottom: 15px;
    overflow: hidden;
}

.footer {
    background: url(../img/footer-bg.gif) 0 0 repeat #eef0f2;
    overflow: hidden;
}

.footer_wrap {
    background: url(../img/footer-top.gif) 0 0 repeat-x;
    padding: 25px 0 0;
}

.company_name {
    font-size: 13px;
}

/*Animation*/
.banner-animation {
    overflow: hidden;
    position: relative;
    background-color: #e7e3e32a;
}

.car-red {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    z-index: 10;
}


@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}


@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes scale-up-bl {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }
}

@keyframes scale-up-bl {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }
}

@-webkit-keyframes slide-out-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
}

@keyframes slide-out-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
}


@-webkit-keyframes scale-in-top {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        opacity: 1;
    }
}

@keyframes scale-in-top {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        opacity: 1;
    }
}

@-webkit-keyframes scale-in-hor-left {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
}

@keyframes scale-in-hor-left {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
}


.slide-in-left {
    -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
    animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
}

.slide-in-right {
    -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
    animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
}

.scale-up-bl {
    -webkit-animation: scale-up-bl 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-bl 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.scale-in-top {
    -webkit-animation: scale-in-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide-out-right {
    -webkit-animation: slide-out-right 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: slide-out-right 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.scale-in-hor-left {
    -webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
    animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
}

/*End animation*/
.divider.star {
    display: block;
    position: relative;
    width: 100%;
    border-top: 1px solid #cccccc;
    height: 1px;
    margin: 35px 0 40px;
}

.divider.star span {
    display: block;
    margin: -6px auto;
    width: 54px;
    height: 11px;
    background: url(../img/divider-star-icon.png) center 0 no-repeat #FFFFFF;
}

.about {
    font-size: 13px;
}


/**footer**/
.nav-bottom nav {
    background: url(../img/footer-bottom.gif) 0 0 repeat #6d6f72;
    border-top: 1px solid #616161;
    padding: 10px 0 15px;
    text-align: center;
    font-size: 1.2em;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .15);
    margin-top: 15px;
}

ul.nav-bottom-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/*Catalog*/
.row_breadcrumbs {
    background: url(../img/sets-bg.png) center 0 no-repeat #c2f1fd;
    height: 120px;
}

.shadow__decoration {
    background: url(../img/header-shd.png) 0 bottom repeat-x transparent;
    width: 100%;

}

.productset {

    padding: 30px 20px;
    font-size: 13px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    background: #FFFFFF;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjZmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0ZjZmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 96%, #f4f6f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(96%, #ffffff), color-stop(100%, #f4f6f7));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 96%, #f4f6f7 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 96%, #f4f6f7 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 96%, #f4f6f7 100%);
    background: linear-gradient(top, #ffffff 0%, #ffffff 96%, #f4f6f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#f4f6f7', GradientType=0);
}

a.accent, .accent {
    text-decoration: underline;
    cursor: pointer;
    color: #479d51;
    font-size: 12px;
    transition: ease 0.5s;
}

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

a.btn.dark, .btn.dark {
    display: block;
    background: #626568;
    background: -moz-linear-gradient(top, #626568 0%, #818689 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #626568), color-stop(100%, #818689));
    background: -webkit-linear-gradient(top, #626568 0%, #818689 100%);
    background: -o-linear-gradient(top, #626568 0%, #818689 100%);
    background: -ms-linear-gradient(top, #626568 0%, #818689 100%);
    background: linear-gradient(top, #626568 0%, #818689 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#626568', endColorstr='#818689', GradientType=0);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .2);
    -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .2);
}

.btn.small, a.btn.small {
    padding: 2px 7px 3px;
}

.icon.cart {

    width: 24px;
    height: 25px;
    background: url(../img/btn-cart-icon.png) 0 center no-repeat;
    float: left;
    margin: -3px 7px -5px -8px;
}

.btn, a.btn {
    display: block;
    float: left;
    padding: 5px 8px 6px;
    background: url(../img/btn-primary.png) top repeat-x #479d51;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    border: 1px solid #479d51;
    font-family: 'TitilliumText22LMedium', Arial, sans-serif;
    letter-spacing: -.1px;
    text-align: center;
    /*margin: 0 10px 10px 0;*/
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#variantSets .btn.dark.small {
    margin: 0;
}

.btn_price {
    display: block;
}

.catalog__wrapper {
    background: url(../img/body-bg.gif) repeat #FFFFFF;
    font-size: 13px;
}

/*Pages*/
.about__wrapper {
    font-size: 13px;
}

.clients__about {
    background-position: -200px -300px;
}

.support__about {
    background-position: -300px -200px;

}

.check__about {
    background-position: 0 -500px;

}

/*carousel block*/
.carousel-block__item {
    background-color: #fff;
    color: #4d5152;
    padding: 20px;
    border: 1px solid #404040;
    width: 100%;
}

a.info.icon {
    display: block;
    float: left;
    width: 19px;
    height: 19px;
    background: url(../img/interface-icons.png) -130px -2px no-repeat;
    text-indent: -9999px;
}

.newPrice {
    font-size: 15px;
    color: #479d51;
}

.desc {
    font-size: 12px;
}

.carousel-block__title {
    position: relative;
    overflow: hidden;
}

.item-btn__prev {
    width: 37px;
    height: 37px;
    background: url(../img/sets-slider-arrow.png) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -17px;
    z-index: 200;
    text-indent: -9999px;
    cursor: pointer;
}

.item-btn__next {
    width: 37px;
    height: 37px;
    background: url(../img/sets-slider-arrow.png) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    /* left: -15px; */
    margin-top: -17px;
    z-index: 200;
    text-indent: -9999px;
    cursor: pointer;
    left: auto;
    right: -15px;
    background-position: -37px 0;
}

/*faq page*/
span.icon {
    display: block;
    width: 60px;
    height: 60px;
    float: left;
    background: url(../img/header1_icons.png) 0 0 no-repeat transparent;
    margin: -5px 5px 0 0;

}

span.icon.FAQ {
    background-position: 0 -540px;
}

span.icon.terms {
    background-position: 0 -180px;
}

span.icon.Shipping {
    background-position: 0 -240px;
}

span.icon.privacy {
    background-position: 0 -300px;
}

span.icon.refund {
    background-position: 0 -360px;
}

span.icon.disclaimer {
    background-position: 0 -420px;
}

h1 span.icon.cart-shop {
    background-position: 0 0;
}

h1 span.icon.register {
    background-position: 0 -60px;
}

.page__wrapper {
    font-size: 13px;
}

.accordion-button {
    font-size: 14px;
}

.faq-accordion_num {
    display: block;

    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-right: 5px;
    text-align: center;
    font-weight: normal;
    background: #ececec;
    border: 1px solid #bcc1c6;
    color: #555555;
    text-shadow: 0 1px 0 #FFFFFF;
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .7);
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .7);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .7);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 2%, rgba(236, 236, 236, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(236, 236, 236, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 2%, rgba(236, 236, 236, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 2%, rgba(236, 236, 236, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 2%, rgba(236, 236, 236, 1) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 1) 2%, rgba(236, 236, 236, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec', GradientType=0);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 0.846em;
}

.page__wrapper .accordion-borderless .accordion-item .accordion-button:not(.collapsed) span {
    background: url(../img/btn-primary.png) top repeat-x #479d51;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    border: 1px solid #479d51;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
}

.page__wrapper .accordion-button::after {
    display: none;
}

.page__wrapper .accordion-borderless .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #000;
}

.page__wrapper .accordion-button {
    padding: 5px;
}

/*pages*/
.privacyBlock {
    padding: 20px 25px;
    list-style: none outside;
    margin: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .3);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    background: #FFFFFF;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjZmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0ZjZmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 96%, #f4f6f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(96%, #ffffff), color-stop(100%, #f4f6f7));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 96%, #f4f6f7 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 96%, #f4f6f7 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 96%, #f4f6f7 100%);
    background: linear-gradient(top, #ffffff 0%, #ffffff 96%, #f4f6f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#f4f6f7', GradientType=0);
}

.privacyBlock li {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 8px;
    padding-bottom: 8px;
    background: none !important;
    padding-left: 8px !important;
}

.privacyBlock li:last-child {
    border-bottom: none;
}

.privacyBlock li a {
    color: #333333;
}

.privacyBlock li a:hover,
.privacyBlock li a:focus,
.privacyBlock li a:active {
    text-decoration: underline;
    color: #F7503E;
}

.privacyBlock li.current {
    font-weight: 700;
    list-style-type: disc;

}

#shipping-text .icon {
    padding-left: 50px;
    background: url(../img/shipping-icons.png) -10px top no-repeat;
    padding-top: 5px;
}

#shipping-text .icon.airmail {
    background-position: -10px -80px;
}

#shipping-text .icon.email {
    background-position: -10px -148px;
}

#shipping-text .icon.re-shipment {
    background-position: -10px -212px;
}

/*Contacts*/
.contact__container {
    padding: 25px;
    background: #FFF;
    position: relative;
    border: 1px solid #D5D5D5;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);

}

.title__contact {

}

/*product page*/
.product__card {
    font-size: 13px;
}

.product__wrapper {
    position: relative;
    width: 100%;
}

.product__wrapper img {
    z-index: 2;
    width: 70%;
    height: auto;
}

img.frame {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.product__wrapper figcaption {
    z-index: 6;
    position: absolute;
    left: 5%;
    bottom: -7%;
}

.product__table-price {
    border: 1px solid #CCCCCC;
}

.product-border {
    border-right: 1px solid #CCCCCC;
}

.arrowBtn {
    display: block;
    float: left;
    width: 160px;
    height: 41px;
    background: url(../img/arrow-btn.png) 0 0 no-repeat;
    line-height: 41px;
    color: #FFFFFF !important;
    text-align: center;
    padding: 0 10px 0 0;
    font-size: 1.077em;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    cursor: pointer;
    border: none;
}

.arrowBtn:hover {
    background-position: 0 -42px;
}

.nav-tabs .nav-link.active {
    background-color: transparent !important;
    color: #000;
    font-weight: 600;
}

.short_desc {
    display: block;
    float: left;
    position: relative;
    height: 34px;
    margin-bottom: 0;
    line-height: 43px;
    text-transform: uppercase;
    font-size: .923em;
    font-weight: bold;
    text-decoration: none;
    color: #555555;
    margin-right: 15px;
    padding: 0;
    background: url(../img/header-tabs.png) 0 -120px repeat-x transparent;
    z-index: 5;
    cursor: pointer;
}

li .edge {
    width: 17px;
    height: 34px;
    display: block;
    position: absolute;
    top: 0;
    background: url(../img/header-tabs.png) 0 0 no-repeat transparent;
}

li .edge.left {
    left: -17px;
    background-position: 0 40px;
}

li .edge.right {
    right: -17px;
    background-position: 0 -160px;
}

li.selected .edge.left {
    background-position: 0 0;
}

.background-cell {
    background-color: #d7f3fa !important;
    border-right: 1px solid #CCCCCC;
    font-size: 12px;
    padding: 5px !important;
}

.product__pack {
    margin-top: 100px;
}

.product__wrapper-info .price {
    font-size: 20px;
    font-weight: 700;
    color: #479d51;
    margin-left: 20px;
}

/*.contact-form input {
    background: url(../img/req-field.png) right center no-repeat;
}*/

/** cart*/
.cart_shadow {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
    background-color: #fff;
}

.cart__wrapper .select-input.form-control[readonly]:not([disabled]) {
    background-color: #FFF;
}

.cart-label {
    color: #fff;
    font-weight: 600;
}

/*checkout*/
.num-data {

    width: 20px;
    height: 20px;
    text-align: center;
    padding: 0px 0 4px 0;
    display: block;
    float: left;
    border: 1px solid #bcc1c6;
    color: #555555;
    text-shadow: 0 1px 0 #FFFFFF;
    margin-right: 5px;
    margin-top: -1px;
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .7);
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .7);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .7);
    background: #ececec;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 2%, rgba(236, 236, 236, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(236, 236, 236, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 2%, rgba(236, 236, 236, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 2%, rgba(236, 236, 236, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 2%, rgba(236, 236, 236, 1) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 1) 2%, rgba(236, 236, 236, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec', GradientType=0);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.steps .num-data.current {
    background: url(../img/btn-primary.png) top repeat-x #479d51;
    border: 1px solid #479d51;
    border-top: 1px solid #479d51;
    border-left: 1px solid #479d51;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, .25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
}

.order_aside {
    border-left: 1px dashed #CCCCCC;
    padding: 0 30px;
    margin-bottom: 20px;
}

.secondary_info {
    margin-top: 25px;
    border-top: 1px dashed #CCCCCC;
    padding: 20px;
}

/*register*/
.notes-register {
    padding-left: 13px;
    border-left: 2px solid #CCCCCC;
}

span.icon-worker {

    width: 16px;
    height: 18px;
    background: url(../img/interface-icons.png) -188px -1px no-repeat;
    display: block;
    float: right;
    margin-right: 5px;
}

/*checkout*/
.form-date select.form-control,
select.day-select,
.checkout_qnr select.form-control,
.textarea_qnr textarea,
input#AdvFullSuggest,
input.reset {
    border: 1px solid #000 !important;
}

.help-block.form-error {
    color: red

}

.tiny-text {
    font-size: 12px;
}

/*search*/
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    position: absolute !important;
    background-color: #5b636d;
    width: 32% !important;
    color: #ffff;
    padding: 5px;

}

li.ui-menu-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    height: 50%;


}

li.ui-menu-item img {
    padding-right: 15px;
}

li.ui-autocomplete-category {
    font-family: "Lobster Two", sans-serif;
    font-weight: 700;
    font-style: italic;
}

div.ui-menu-item-wrapper {
    width: 50%;

}

.ui-helper-hidden-accessible {
    display: none;
}

/*search*/
#searchbar {
    clear: both;
    background: url(../img/searchbar-bg.png) 0 0 repeat-x #479d51;
    height: 62px;
    position: relative;
}

#searchbar .edgeLeft {
    float: left;
    margin-left: -25px;
    margin-top: -15px;
    display: block;
    width: 12px;
    height: 62px;
    background: url(../img/searchbar-edge-left.png) 0 0 no-repeat;
}

#searchbar span.home {
    display: block;
    float: left;
    /* background: url(../img/vert-divider.png) right 0 repeat-y; */
    height: 55px;
    margin-top: -9px;
    text-align: center;
    margin-right: 12px;
    overflow: hidden;
}

#searchbar span.home a {
    display: block;
    background: url(../img/interface-icons.png) 0 0 no-repeat;
    width: 23px;
    height: 23px;
    margin: 15px 15px 0 0;
}

.menu2 {
    font-size: 14px;
}

.menu2 ul {
    margin-bottom: 0;
    padding-left: 0
}

#searchbar #cart {
    width: 91px;
    height: 62px;
    text-align: center;
    display: block;
    float: right;
    position: absolute;
    color: #FFFFFF;
    top: 0;
    right: 0;
    padding: 10px 0 0;
    background: url(../img/cart-bg.png) 0 0 repeat-x #65676a;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .15);
}

#searchbar #cart .edge.left {
    left: -5px;
    width: 5px;
}

#searchbar #cart .edge.left,
#searchbar #cart .edge.right {
    display: block;
    position: absolute;
    top: 0;
    background: url(../img/cart-edge.png) 0 0 no-repeat;
    height: 62px;
}

#searchbar #cart .edge.right {
    right: -11px;
    width: 11px;
    background-position: -6px 0;
}

#searchbar #cart .icon {
    display: block;
    width: 37px;
    height: 37px;
    background: url(../img/interface-icons.png) -25px -3px no-repeat;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -18px;
}

#searchbar #cart a.price {
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none !important;
}

#searchbar #cart #checkout {
    display: block;
    color: #DDDDDD;
    font-family: "TitilliumText22LRegular", Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline;
    padding-right: 10px;
    overflow: hidden;
}

#searchbar #cart #checkout .icon {

    background: url(../img/checkout_arrow.png) -10px 0 no-repeat;
    width: 9px;
    height: 9px;
    float: right;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    margin-top: 9px;
    margin-right: -1px;
    overflow: hidden;
}

#searchbar #cart #checkout:hover .icon {
    background-position: 0 0;
    margin-right: -2px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.wrap-cart {

    line-height: 1.4;
}

/*tab addon main page*/
#v-tabs-tab .btn, #v-tabs-tab a.btn,
#v-tabs-tabContent .btn, #v-tabs-tabContent a.btn {
    background: none;
    border-color: #bcc1c6;
    color: #555555;
    text-shadow: 0 1px 0 #FFFFFF;
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .7);
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .7);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .7);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(236, 236, 236, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 2%, rgba(236, 236, 236, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 2%, rgba(236, 236, 236, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 2%, rgba(236, 236, 236, 1) 100%);
}

.btn.info span {
    display: block;
    float: left;
    width: 19px;
    height: 19px;
    background: url(../img/interface-icons.png) -130px -2px no-repeat;
    text-indent: -9999px;
}


.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

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

    .upper-navbar li:not(:last-child) .nav-link::after {
        content: '/';
        display: inline;
        padding-left: 8px;
        color: #DDDDDD;
    }

}

@media only screen and (max-width: 768px) {
    ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
        width: 90% !important;
        left: 5% !important;
        top: 310px !important;
        border: 1px solid #fff;
        z-index: 250;
    }

    #search_frm_full input::-webkit-input-placeholder {
        font-size: 12px !important;
    }

    #search_frm_full input::-moz-placeholder {
        font-size: 12px !important;
    }

    #search_frm_full input:-ms-input-placeholder {
        font-size: 12px !important;
    }

    #search_frm_full input:-moz-placeholder {
        font-size: 12px !important;
    }
}

.breadcrumb-item+.breadcrumb-item:before {
    float: left;
    padding-right: var(--mdb-breadcrumb-item-padding-x);
    color: var(--mdb-breadcrumb-divider-color);
    content: var(--mdb-breadcrumb-divider, "/");
}

.ui-menu-item {
    cursor: pointer;
}