/* START FOR PRODUCTS DETAILS PAGE */
/*START FOR FONT FACE*/
@font-face {
    font-family: 'BrittanySignature';
    src: url('../fonts/BrittanySignature.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/BrittanySignature.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/BrittanySignature.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/BrittanySignature.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('../fonts/BrittanySignature.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/BrittanySignature.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

/*END FOR FONT FACE*/

/*START FOR BODY*/
body {
    font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
}

/*END FOR BODY*/

.products_details_block {
    padding: 30px 0;
}

.products_details_block .title_block {
    margin: 10px 0 40px;
}

.products_details_block .title_block .link_back {
    text-decoration: none;
    color: rgba(23, 19, 19, .5);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.products_details_block .title_block .link_back .icon {
    display: inline-block;
    margin-right: 13px;
}

.products_details_block .inner_productdetails .left_productdetails .gallery-top {
    text-align: center;
    max-height: 470px;
}

.swiper-wrapper .swiper-slide img {
    text-align: center !important;
    margin: 0 auto;
    object-fit: contain;
}

.swiper-slide.swiper-slide-visible {
    text-align: center !important;
}

.left_productdetails {
    margin: 0 auto;
}

.products_details_block .inner_productdetails .left_productdetails .slider-nav .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
}

.products_details_block .inner_productdetails .left_productdetails .slider-nav .slick-list{
    padding:0 !important;
}

.products_details_block .inner_productdetails .right_productdetails .productdetails_row.border_b {
    border-bottom: 1px solid rgba(23, 19, 19, .3);
    padding: 0 0 50px;
    margin: 0 0 30px;
}

.swiper-container.gallery-thumbs .swiper-slide {
    margin: 10px !important;
    background-color: transparent;
}

.swiper-container.gallery-thumbs img {
    width: 120px;
    height: 80px !important;
    object-fit: contain;
}

.gallery-thumbs .swiper-button-next:after,
.gallery-thumbs .swiper-button-prev:after {
    display: none;
}

.gallery-thumbs .swiper-button-next,
.gallery-thumbs .swiper-button-prev {
    width: 24px;
    height: 24px;
    display: block;
    opacity: 1 !important;
    margin: 0;
    cursor: pointer !important;
    pointer-events: initial !important;
    outline: none;
    top: 35%;
}

.gallery-thumbs .swiper-button-next {
    right: 0px;
}

.gallery-thumbs .swiper-button-prev {
    left: 0;
}

.gallery-thumbs .swiper-button-next {
    background: url('../images/icon_next_arrow_circle.png') no-repeat;
    background-size: cover;
}

.gallery-thumbs .swiper-button-prev {
    background: url('../images/icon_prev_arrow_circle.png') no-repeat;
    background-size: cover;
}


.products_details_block .inner_productdetails .right_productdetails .productdetails_row .maintitle {
    color: #AF7F32;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px;
    font-weight: 700;
}

.products_details_block .inner_productdetails .right_productdetails .productdetails_row .details {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin: 0 0 12px;
    color: #171313;
    font-family: 'Raleway', sans-serif;
}

.right_productdetails .qty {
    margin: 0 0 25px;
}

.right_productdetails .qty .plus,
.right_productdetails .qty .minus {
    border-radius: 0;
    color: #000;
    background: transparent linear-gradient(80deg, #ebebeb 0%, #ebebeb 100%) 0% 0% no-repeat padding-box;
}


.products_details_block .inner_productdetails .right_productdetails .productdetails_row .txt_value {
    color: #AF7F32;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 20px;
    display: block;
}

.products_details_block .inner_productdetails .right_productdetails .productdetails_row .multicolor_block {
    margin: 0 0 40px;
}

.products_details_block .inner_productdetails .right_productdetails .productdetails_row .multicolor_block .txt_title {
    color: #171313;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin: 0 0 20px;
    font-family: 'Raleway', sans-serif;
}

.products_details_block .inner_productdetails .right_productdetails .productdetails_row .multicolor_block .list_colors {
    display: flex;
    align-items: center;
}

.products_details_block .inner_productdetails .right_productdetails .productdetails_row .multicolor_block .list_colors li:not(:last-child) {
    margin: 0 20px 0 0;
}

.products_details_block .inner_productdetails .right_productdetails .productdetails_row .multicolor_block .list_colors li .link_color.link_color_active .icon_circle_colors {
    border-color: green;
}

.products_details_block .inner_productdetails .right_productdetails .productdetails_row .multicolor_block .list_colors li .link_color.link_color_active .icon_circle_colors img,
.products_details_block .inner_productdetails .right_productdetails .productdetails_row .multicolor_block .list_colors li .link_color.link_color_active .txt_caption {
    opacity: 1;
}

.products_details_block .inner_productdetails .right_productdetails .productdetails_row .multicolor_block .list_colors li .link_color .txt_caption {
    color: #171313;
    line-height: normal;
    display: block;
    text-align: center;
    opacity: .41;
}

.products_details_block .inner_productdetails .right_productdetails .productdetails_row .multicolor_block .list_colors li .link_color .icon_circle_colors {
    position: relative;
    text-align: center;
    margin: 0 auto 10px;
    width: 20px;
    height: 20px;
    border: 3px solid #9D9D9D;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.products_details_block .inner_productdetails .right_productdetails .productdetails_row .multicolor_block .list_colors li .link_color {
    color: #8B8989;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

.products_details_block .inner_productdetails .right_productdetails .productdetails_row .desc {
    color: #171313;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 30px;
    display: block;
}

.products_details_block .inner_productdetails .right_productdetails .productdetails_row .desc b {
    display: block;
    margin: 0 0 5px;
}

.products_details_block .inner_productdetails .right_productdetails .productdetails_row .desc p,
.products_details_block .inner_productdetails .right_productdetails .productdetails_row .desc ul li {
    color: rgba(23, 19, 19, .50);
}

.products_details_block .inner_productdetails .right_productdetails .productdetails_row .link_block {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}


.product_page_tandc p {
    padding-left:15px;
}

.product_page_tandc p::before {
    /*    content: "\2022";*/
    color: #027D3E;
    font-weight: bold;
    display: inline-block;
    margin-left: 0;
    width: 1em;
}

.product_page_tandc span {
    color: rgba(23, 19, 19, .50) !important;
}

.product_page_tandc span:before {
    content: "\2022";
    /* color: #027D3E;*/
    color: rgba(23, 19, 19, .50) !important;
    font-weight: bold;
    display: inline-block;
    margin-left: 0;
    margin-top: 5px;
    width: 1em;
}

.product_page_tandc p a:hover {
    color: #027D3E;
}

.products_details_block .inner_productdetails .right_productdetails .productdetails_row .link_block .link:not(:last-child) {
    margin-right: 30px;
}

.products_details_block .inner_productdetails .right_productdetails .productdetails_row .link_block .link {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    border: 0;
    outline: none;
    text-decoration: none;
    height: 38px;
    width: 130px;
    line-height: 35px;
}

.products_details_block .inner_productdetails .right_productdetails .productdetails_row .link_block .btn_primary {
    background: transparent linear-gradient(70deg, #027D3E 0%, #029148 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}

.products_details_block .inner_productdetails .right_productdetails .productdetails_row .link_block .btn_outline {
    border: 2px solid #AF7F32;
    color: #AF7F32;
    background-color: #fff;
}

.products_details_block .inner_productdetails .right_productdetails .productdetails_row .subtitle {
    color: #171313;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.products_details_block .inner_productdetails .right_productdetails .productdetails_row .txt_opacity {
    opacity: .5;
}

.products_details_block .customer_block {
    background-color: #027D3E;
    padding: 50px 0;
}

.products_details_block .customer_block .title_block {
    margin: 0 0 30px;
    text-align: center;
}

.products_details_block .customer_block .title_block .head_title {
    position: relative;
    color: #FDCA79;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    margin: 0;
}

.products_details_block .customer_block .title_block .head_title:before,
.products_details_block .customer_block .title_block .head_title:after {
    content: "";
    position: absolute;
    bottom: -5px;
}

.products_details_block .customer_block .title_block .head_title:before {
    background: url("../images/leaf_left.svg");
    background-size: cover;
    left: -33px;
    width: 24px;
    height: 24px;
}

.products_details_block .customer_block .title_block .head_title:after {
    background: url("../images/leaf_right.svg");
    background-size: cover;
    right: -30px;
    width: 29px;
    height: 22px;
}

.products_details_block .customer_block .customer_slider .customer_slide {
    text-align: center;
}

.products_details_block .customer_block .customer_slider .customer_slide .inner_slide {
    max-width: 630px;
    margin: 0 auto;
    position: relative;
}

.products_details_block .customer_block .customer_slider .customer_slide .inner_slide .icon_quote {
    position: absolute;
    top: -20px;
    left: 0;
    z-index: -1;
}

.products_details_block .customer_block .customer_slider .customer_slide .thumb .img_fit {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 20px;
    object-fit: cover;
}

.products_details_block .customer_block .customer_slider .customer_slide .thumb .rating_block {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto 20px;
}

.products_details_block .customer_block .customer_slider .customer_slide .thumb .rating_block .icon {
    display: inline-block;
}

.products_details_block .customer_block .customer_slider .customer_slide .thumb .rating_block .icon img {
    width: 15px;
}

.products_details_block .customer_block .customer_slider .customer_slide .thumb .rating_block .icon:not(:last-child) {
    margin-right: 10px;
}

.products_details_block .customer_block .customer_slider .customer_slide .caption {
    position: relative;
    z-index: 9;
}

.products_details_block .customer_block .customer_slider .customer_slide .caption .desc {
    max-width: 630px;
    line-height: 24px;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    margin: 0 auto 15px;
    text-align: center;
    color: #FDCA79;
}

.products_details_block .customer_block .customer_slider .customer_slide .caption .subtitle {
    letter-spacing: 1.4px;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #FDCA79;
    font-weight: 700;
}

.products_details_block .customer_block .customer_slider .slick-arrow {
    z-index: 999;
}

.products_details_block .customer_block .customer_slider .slick-arrow:before {
    display: none;
}

.products_details_block .customer_block .customer_slider .slick-prev {
    background: url(../../images/icon_prev.svg) no-repeat;
    width: 70px;
    height: 70px;
    display: block;
    background-size: cover;
}

.products_details_block .customer_block .customer_slider .slick-next {
    background: url(../../images/icon_next.svg) no-repeat;
    width: 70px;
    height: 70px;
    display: block;
    background-size: cover;
}

/*MEDIA QUERIES*/
/*991*/
@media (max-width:991px) {
    .products_details_block .inner_productdetails .left_productdetails {
        margin-bottom: 30px;
    }

    .products_details_block .customer_block .customer_slider .slick-prev,
    .products_details_block .customer_block .customer_slider .slick-next {
        display: none !important;
    }

    .swiper-container.gallery-thumbs.swiper-container-initialized.swiper-container-horizontal.swiper-container-free-mode.swiper-container-thumbs {
        height: 140px !important;
        margin-bottom: 20px;
    }
}

/*767*/
@media (max-width:767px) {
    .products_details_block .inner_productdetails .right_productdetails .productdetails_row .maintitle,
    .products_details_block .inner_productdetails .right_productdetails .productdetails_row .txt_value {
        font-size: 20px;
        margin: 0 0 10px;
    }

    .products_details_block .inner_productdetails .right_productdetails .productdetails_row .details,
    .products_details_block .inner_productdetails .right_productdetails .productdetails_row .desc {
        font-size: 14px;
        margin: 0 0 20px;
    }

    .products_details_block .inner_productdetails .right_productdetails .productdetails_row.border_b {
        padding: 0 0 20px;
        margin: 0 0 20px;
    }

    .products_details_block .customer_block {
        padding: 30px 0;
    }

    .products_details_block .inner_productdetails .right_productdetails .productdetails_row .link_block .link {
        height: 38px;
        line-height: 38px;
    }
}

/*320 to 640*/
@media (min-width:481px) and (max-width:767px) {
    .products_details_block .inner_productdetails .left_productdetails .gallery-top {
        text-align: center;
        max-height: 400px;
    }
}

/*320 to 500*/
@media (min-width:320px) and (max-width:480px) {
    .products_details_block .customer_block .title_block .head_title {
        font-size: 16px;
    }

    .products_details_block .inner_productdetails .left_productdetails .gallery-top {
        text-align: center;
        max-height: 300px;
    }

    .product_page_tandc p::before {
        content: "\2022";
        color: #027D3E;
        font-weight: bold;
        display: inline-block;
        margin-left: -1em;
        width: 1em;
        padding-left: 5px;
    }
}

/* END FOR PRODUCTS PAGE */