@charset "UTF-8";
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
.clearfix:after, .promos:after, .homepage-teaser .homepage-teaser-inner:after, .homepage-news:after {
    content: '';
    display: table;
    clear: both;
}

/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
body.cms-home .main-container {
    padding-top: 20px;
}

body.cms-home .slideshow-container {
    margin-top: 0;
}

.slideshow .banner-msg {
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    top: 30%;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.slideshow .banner-msg h2 {
    color: #FFFFFF;
    font-size: 24px;
    text-shadow: 1px, 1px, 3px, false, #555555;
}

.slideshow .banner-msg h2 strong {
    font-weight: bold;
    display: block;
    font-size: 36px;
}

@media only screen and (max-width: 768px) {
    .slideshow .banner-msg h2 {
        font-size: 20px;
    }

    .slideshow .banner-msg h2 strong {
        font-size: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .slideshow .banner-msg {
        top: 20%;
    }

    .slideshow .banner-msg h2 {
        font-size: 14px;
    }

    .slideshow .banner-msg h2 strong {
        font-size: 16px;
    }
}

/* -------------------------------------------- *
 * Promotion Banner Section
 */
.promos {
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
}

/* Specifying the body only in order to override the .std ul li styling */
body .promos > li {
    margin: 0 0 10px 0;
    list-style: none;
    text-align: center;
    position: relative;
    border: 1px solid #e8e8e8;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.promos > li:last-child {
    margin-bottom: 0;
}

.promos img {
    max-width: 100%;
    width: 100%;
}

.promos a:hover {
    opacity: 0.8;
    display: block;
}

.promos span {
    color: #FFFFFF;
    text-transform: uppercase;
    position: absolute;
    display: block;
    width: 100%;
    top: 10%;
    font-weight: 500;
    font-size: 20px;
    font-family: "HelveticaLTStd", Verdana, Arial, sans-serif;
    text-shadow: 1px, 1px, 3px, false, #555555;
}

.promos strong {
    font-weight: 600;
    font-size: 26px;
    display: block;
}

@media only screen and (min-width: 769px) {
    .promos span {
        font-size: 16px;
    }

    .promos strong {
        font-size: 17px;
    }

    /* Config: Three columns + flexible gutter */
    body .promos > li {
        float: left;
        width: 31.74603%;
        margin-right: 2.38095%;
    }

    .promos > li:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 880px) {
    .promos span {
        font-size: 18px;
    }

    .promos strong {
        font-size: 24px;
    }
}

/* -------------------------------------------- *
 * New Products Section
 */
/* Hiding the reviews content via CSS because we can't modify the template, */
/* since it may be used in other places where those elements are needed */
.cms-index-index .products-grid .ratings,
.cms-index-index .products-grid .actions,
.cms-index-noroute .products-grid .ratings,
.cms-index-noroute .products-grid .actions {
    display: none;
}

.cms-index-index h2.subtitle {
    padding: 6px 0;
    text-align: center;
    color: #666769;
    font-weight: 600;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
}

.cms-index-noroute h2.subtitle {
    display: none;
}

.cms-index-index {
    overflow-x: hidden;
}

.cms-index-index .rev_slider {
    border-bottom: 1px solid #50b948;
}

.homepage-teaser {
    padding: 20px 0;
    margin-bottom: 30px;
    background: #f1f1f1;
    position: relative;
}

.homepage-teaser:before, .homepage-teaser:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1000px;
    background: #f1f1f1;
    z-index: 0;
}

.homepage-teaser:before {
    right: 100%;
}

.homepage-teaser:after {
    left: 100%;
}

/*.homepage-teaser .block_01,*/
/*.homepage-teaser .block_02,*/
/*.homepage-teaser .block_03 {*/
    /*float: left;*/
    /*overflow: hidden;*/
/*}*/
.homepage-teaser .block_01,
.homepage-teaser .block_02,
.homepage-teaser .block_03{
    float: left;
}

.homepage-teaser .block_01 h2,
.homepage-teaser .block_02 h2,
.homepage-teaser .block_03 h2 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px 24px;
    margin-bottom: 0;
}

.homepage-teaser .block_01 a,
.homepage-teaser .block_02 a,
.homepage-teaser .block_03 a {
    display: block;
}

.homepage-teaser .block_01 img,
.homepage-teaser .block_02 img,
.homepage-teaser .block_03 img {
    margin: 0 auto;
}

.homepage-teaser .block_01 .content,
.homepage-teaser .block_02 .content,
.homepage-teaser .block_03 .content {
    position: relative;
    background: #fff;
}

.homepage-teaser .block_01,
.homepage-teaser .block_02 {
    width: 23.5%;
    margin-right: 2%;
}

.homepage-teaser .block_01 .button,
.homepage-teaser .block_02 .button {
    position: absolute;
    bottom: 27px;
    left: 50%;
    background: #fff;
    transform: translate(-50%);
}

.homepage-teaser .block_01 .button:hover,
.homepage-teaser .block_02 .button:hover {
    color: #50b948;
}

.homepage-teaser .block_01 h2 {
    background-color: #00a950;
}

.homepage-teaser .block_02 h2 {
    background-color: #00a950;
}

.homepage-teaser .block_03 {
    width: 49%;
}

.homepage-teaser .block_03 h2 {
    background-color: #50b948;
}

.homepage-teaser .block_03 img {
    /*margin-bottom: 44px;*/
    margin-top: 12px;
}

.homepage-teaser .block_03 .content {
    padding: 24px;
}

.homepage-teaser .block_03 .text {
    overflow: hidden;
}

.homepage-teaser .block_03 .text .button {
    float: right;
}

.before-main {
    overflow: hidden;
}

.before-main .zblock,
.after-main .zblock {
    float: left;
    width: 49%;
    margin-left: 2%;
}

.before-main .zblock:first-child,
.after-main .zblock:first-child {
    margin: 0;
}

.before-main a,
.after-main a.store-locator,
.after-main a.shipping {
    display: block;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #50b948;
    border-radius: 8px;
    min-height: 24px;
}

.before-main a:hover,
.after-main a:hover {
    text-decoration: none;
}

.before-main .shipping:before,
.after-main .shipping:before {
    content: '';
    background: url("https://skin.add.ua/skin/frontend/add/default/images/icons/shipping_icon.png") no-repeat;
    display: inline-block;
    vertical-align: -4px;
    width: 35px;
    height: 19px;
    margin-right: 8px;
}

.before-main .store-locator:before,
.after-main .store-locator:before {
    content: '';
    background: url("https://skin.add.ua/skin/frontend/add/default/images/icons/location_green_icon.png") no-repeat;
    display: inline-block;
    vertical-align: -6px;
    width: 17px;
    height: 24px;
    margin-right: 8px;
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .before-main .store-locator:before,
    .after-main .store-locator:before {
        /* on retina, use image that's scaled by 2 */
        background-image: url("https://skin.add.ua/skin/frontend/add/default/images/icons/location_green_icon@2x.png");
        background-size: 17px 24px;
    }
}

.homepage-news {
    margin-bottom: 30px;
}

.homepage-news .block-recent-posts {
    float: left;
    width: 49%;
    margin-left: 2%;
    padding: 20px;
    background: #fafafa;
}

.homepage-news .block-recent-posts:first-child {
    margin-left: 0;
}

.homepage-news .block-recent-posts .featured-image {
    float: left;
    height: 72px;
    width: 72px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    background: #fff;
    padding: 5px;
}

.homepage-news .block-recent-posts .featured-image a {
    display: block;
}

.homepage-news .block-recent-posts .featured-image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.homepage-news .block-recent-posts .featured-image + .post-overview {
    margin-left: 82px;
}

.homepage-news .block-recent-posts .post-date {
    font-size: 16px;
    color: #3c3c3c;
    padding-right: 15px;
}

.homepage-news .block-recent-posts .post-title {
    color: #3c3c3c;
    text-transform: uppercase;
}

.homepage-news .block-recent-posts .post-excerpt {
    padding-top: 5px;
}

.homepage-news .block-title {
    font-size: 16px;
    padding: 5px 0 20px;
}

.homepage-news .block-content {
    margin: 0;
    background: #fff;
}

.homepage-news .block-content .item {
    padding: 10px;
}

.homepage-news .owl-controls {
    position: absolute;
    bottom: 100%;
    right: 0;
}

.homepage-news .owl-controls .owl-buttons {
    margin-bottom: 11px;
}

.homepage-news .owl-controls .owl-buttons .owl-prev,
.homepage-news .owl-controls .owl-buttons .owl-next {
    width: 39px;
    height: 39px;
    line-height: 39px;
    background-color: #50b948;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #e8e8e8;
    text-align: center;
    padding: 0;
    opacity: 1;
}

.homepage-news .owl-controls .owl-buttons .owl-prev:before,
.homepage-news .owl-controls .owl-buttons .owl-next:before {
    font-size: 24px;
}

.homepage-news .owl-controls .owl-buttons .owl-next:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: 'Icons';
}

.homepage-news .owl-controls .owl-buttons .owl-prev:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: 'Icons';
}

.homepage-slider {
    padding-top: 20px;
    border-bottom: 1px solid #00a950;
}

.homepage-slider .tp-bullets.custom {
    text-align: center;
    bottom: 10px;
}

.homepage-slider .tp-bullets.custom .bullet {
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    padding: 10px;
}

.homepage-slider .tp-bullets.custom .bullet:before {
    content: "";
    display: block;
    height: 2px;
    background: #e8e8e8;
    border-bottom: 1px solid #000;
    width: 100px;
}

.homepage-slider .tp-leftarrow {
    right: auto;
    margin-right: 0;
}

.homepage-slider .tp-rightarrow {
    left: auto;
    margin-left: 0;
}

.homepage-tabs {
    position: relative;
    z-index: 200;
}

@media only screen and (max-width: 769px) {
    .after-main a.store-locator,
    .after-main a.shipping,
    .after-main a,
    .before-main a {
        position: relative;
        text-align: left;
        border: 0;
        font-size: 10px;
    }

    .after-main a:before,
    .before-main a:before {
        position: absolute;
        left: 0;
        top: 0;
    }

    .after-main a.store-locator,
    .before-main a.store-locator {
        padding-left: 24px;
    }

    .after-main a.store-locator:after,
    .before-main a.store-locator:after {
        content: '';
        position: absolute;
        height: 16px;
        width: 1px;
        left: -10px;
        top: 50%;
        margin-top: -8px;
        background: #50b948;
    }

    .after-main a.shipping,
    .before-main a.shipping {
        padding-left: 40px;
    }

    .homepage-teaser .block_01, .homepage-teaser .block_02 {
        width: auto;
        max-width: 49%;
        margin: 0 0 2%;
    }

    /*.homepage-teaser .block_02 {*/
        /*float: right;*/
    /*}*/

    .homepage-teaser .block_03 {
        width: 100%;
        clear: both;
    }

    .homepage-news .block-recent-posts {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .homepage-tabs {
        margin-bottom: 25px;
    }
    .homepage-news .block-recent-posts .featured-image{
        height: 100%;
        width: 100%;
        border-radius: 0;
    }
    .homepage-news .block-recent-posts .featured-image + .post-overview{
        margin-left:0;
    }
}

@media only screen and (max-width: 620px) {
    .homepage-teaser .block_01, .homepage-teaser .block_02 {
        width: 50%;
        /*max-width: 100%;*/
    }
}

/* ============================================ *
 * Category Landing Pages
 * ============================================ */
.category-image {
    position: relative;
}

.categorylandingMainblock {
    border: 1px solid #E2E2E2;
    padding: 7px;
}

.catblocks {
    float: left;
    padding: 0 0 20px 0;
    width: 100%;
}

.catblocks li {
    position: relative;
    float: left !important;
    width: 23% !important;
    margin-right: 2.66667% !important;
    margin-bottom: 10px;
    border: 1px solid #e8e8e8;
    padding: 10px;
}

.catblocks li:hover {
    border-color: #3399CC;
}

@media only screen and (max-width: 768px) {
    .catblocks li {
        width: 49% !important;
        margin-right: 2% !important;
    }

    .catblocks li:nth-child(even) {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .catblocks li {
        width: 100% !important;
        margin-right: 0 !important;
        float: none;
    }
}

.catblocks li:last-child {
    margin-right: 0 !important;
}

.catblocks li img {
    width: 100%;
    max-width: 100%;
}

.catblocks li a span {
    color: #FFFFFF;
    position: absolute;
    background-color: #7B7C7B;
    font-family: raleway;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 5px 10px;
    margin-right: 10px;
}

.catblocklinks a {
    color: #FFFFFF;
    text-decoration: none;
}

.catlandingbottomPromoblock {
    float: left;
    width: 100%;
    border: 1px solid #E2E2E2;
    margin-bottom: 100px;
}

.catalog-category-view div.categoryland-caption {
    display: block;
    margin: 0;
    position: absolute;
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
    color: #3399CC;
    font-size: 50px;
    font-weight: 800;
    padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
    padding: 0 !important;
}

.catalog-category-view div.categoryland-caption span.three-dots {
    background: url(https://skin.add.ua/skin/frontend/add/default/images/bg_threeDots.png) no-repeat center center;
    display: block;
    height: 20px;
}

.catalog-category-view div.categoryland-caption p.desc {
    font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
    color: #656565;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption a.link:hover,
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.link:hover {
    text-decoration: underline;
    color: #1189C5;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text,
.catalog-category-view div.categoryland-caption span.blue-big-text {
    color: #3399CC;
    font-size: 50px;
    font-weight: 800;
    padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
    padding: 0 !important;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.three-dots,
.catalog-category-view div.categoryland-caption span.three-dots {
    background: url(https://skin.add.ua/skin/frontend/add/default/images/bg_threeDots.png) no-repeat center center;
    display: block;
    height: 20px;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption p.desc,
.catalog-category-view div.categoryland-caption p.desc {
    font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
    color: #656565;
}
@media (max-width: 420px){
    .homepage-teaser .block_01 h2, .homepage-teaser .block_02 h2, .homepage-teaser .block_03 h2{
        font-size: 11px;
    }
}
