.news-img .boxes__one-photo {
    position: absolute;
    width:100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.news-medium .news-content--medium {
    background: transparent;
}

.home .container-227 {
    margin-bottom: 50px;
}

.home .container-227 .pagination {
    display: none;
}

.search__box {
    position: relative;
}

.my-account-box__link--search {
    position: relative;
    margin-left: 15px;
}

.search__box--inner {
    position: absolute;
    right:0px;
    top:0px;
    text-align: right;
    z-index: 100;
}

.search__box--inner [type=text] {
    width:200px;
    background: #f2e2c9;
    border-radius: 15px;
    color:#000;
    border:4px solid #fff;
    padding: 10px 14px;
}

.search__box--autocomplete {
    background: #f2e2c9;
    width:400px;
    max-width: 100%;
    top:65px;
    right:0;
    position: absolute;
    padding: 15px 15px 0 15px;
    border:1px solid #000;
}

.search__box--autocomplete .title {
    line-height: 20px;
}

.search__box--autocomplete a .last-row {
    background: #000;
    margin-top:15px;
    margin-bottom: 0;
    color:#fff;
    padding: 5px 0 0px 0;
}

.front-title--news:after {
    display: none;
}

.search__box .row-product {
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom:1px solid #ddd;
}
.search__box .not-found {
    margin-bottom: 10px;
    font-weight: bold;
}
.search__box .row-product img {
    max-height: 80px;
}

blockquote {
    color:#000;
    width: 75%;
    margin: 0 auto;
}

.row-review .news-img {
    flex-direction: row;
    flex-wrap: wrap;
}

.row-review blockquote div.opinion-content {
    font-style: italic;
    margin-bottom: 0;
}

.row-review .stars svg {
    width:20px;
    height: 20px;
}

.row-review .stars svg.yellow polygon {
    fill: #f1c947;
}

blockquote p::before,
blockquote p::after {
    content: "“";
    font-family: Georgia;
    font-size: 36px;
    margin: -20px 0 0 -20px;
    position: absolute;
    opacity: 0.5;
}

blockquote p::after {
    content: "”";
    margin: -1rem -4rem 0 0;
}

blockquote cite {
    font-size: 16px;
    font-style: normal;
    text-align: right;
    display: block;
    margin-top:3px;
}

.slider-bottom-arrows .slick-prev {
    left:-66px;
    background: #fdfdfd;
    transform: rotate(180deg);
    top:59%;
}

.slider-bottom-arrows .slick-next {
    right:-66px;
    background: #fdfdfd;
    top:65%;
}
.slider-bottom-arrows .slick-prev:hover {
    background: #ee9e38;
}

.slider-bottom-arrows .slick-next:hover {
    background: #ee9e38;
}

.slick-slide a img {
    opacity: 1;
}

.slick-slide a:hover img {
    transform: none;
    opacity: 1;
    -webkit-transform: none;
}


.slider-bottom-arrows .slick-next:before {
    fill: yellow;
}

.slider-bottom-arrows .slick-prev:before {
    background-position: 2px 7px;
    background-repeat: no-repeat;
    background-size: 40px 41px;
}

.slider-bottom-arrows .slick-next:before {
    background-position: 5px 4px;
    background-repeat: no-repeat;
    background-size: 40px 41px;
}

#slider-bottom-arrows .container { visibility: hidden; }

@media (max-width: 700px) {
    .slider-bottom-arrows .slick-next {
        bottom: 4px!important;
    }

    .slider-bottom-arrows .slick-prev:before {
        background-repeat: no-repeat!important;
        background-position: 22px 10px!important;
        background-size:15px;
    }

    .slider-bottom-arrows .slick-next:before {
        background-repeat: no-repeat!important;
        background-position: 13px 7px!important;
        background-size:15px;
    }
}

@media (max-width: 1344px) {
    .slider-bottom-arrows {
        text-align: center;
    }

    .slider-bottom-arrows .slick-prev {
        background: #fdfdfd;
        transform: rotate(180deg);
        top:auto;
        left:auto;
        right:auto;
        margin-left: -30px;
        bottom:25px;
        display: inline-block!important;
    }

    .slider-bottom-arrows .slick-next {
        right:auto;
        left:auto;
        background: #fdfdfd;
        top:auto;
        bottom: 0;
        margin-left: 30px;
        margin-top:20px;
        display: inline-block!important;
    }
}

@media (max-width: 770px) {
    .search__box--inner {
        left: 0px;
        width:100%;
    }
    /* 
    #header {
        max-height: 485px;
    }
     */
}

@media (min-width: 770px) {
    .search__box--inner {
        min-width: 400px;
    }
    .footer__address {
        text-align: center;
        position: relative;
        left: -68px;
    }  
    .footer-one-box__logo img {
        width:50%; 
        height:50%;
        padding-bottom: 10px;
    }
}

#order_step3 #checkator_wrap_as_gift, #order_step3 [id^="checkator_gift_wrap_"]{
    border-color: grey;
    color: grey;
    background: grey;
    background-color: grey;
}


