.decor.vd-1 {
    display: none!important;
}
#common-maintenance {
    padding-top: 100px;
    padding-bottom: 100px;
}

.element-slider__description a {
    color: #333;
}
.element-slider__image img {
    height: auto;
    max-width: 260px;
}
.element-slider__description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24.38px;
    height: calc(24.38px*2);
}
.element-slider__rev {
    height: 46px;
}

.advantages__icon svg{height:100%;width:auto;display:block;fill:#0011ff}



/* landing */





/* catalog */
@media (max-width: 1340px) and (min-width: 1200px) {
    .bread-crumbs__row {
        display: flex;
    }
}

.products-empty {
    text-align: center;
    padding: 30px 0 80px;
    font-size: 24px;
    font-weight: 600;
}
a.element-slider__one-click {
    cursor: pointer;
}
@media (max-width: 767px) {
    .products-empty {
        padding: 20px 0 30px;
        font-size: 16px;
    }
}






/* show more html */
#showMoreImg {
    text-align: center;
}
.catalog-part-1.active .element-slider {
    display: block !important;
}
.catalog-part-2.active .element-slider {
    display: block !important;
}
/* end show more html */




/* pagination */
.pagination-wrapper {
    display: inline-block;
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 1.25rem;
}
.pagination-wrapper .page-link {
    float: right;
    padding: 0;
    width: auto;

    display: inline-block;
}
.pagination-wrapper .page-result {
    float: left;
    padding: 0;
    width: auto;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .8px;
    text-transform: capitalize;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    background-color: transparent !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    cursor: default;
    height: 32px;
    width: 30px;
    color: #666666 !important;
    border-color: #666666 !important;
}
.pagination > li > a, .pagination > li > span {
    margin-left: 7px !important;
    color: #333333;
    border: 1px solid #e6e6e8;
    height: 32px;
    width: 32px;
    padding: 6px 6px;
    font-size: 14px;
    text-align: center;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #666666;
    background-color: transparent !important;
    border-color: #666666;
}
/* end pagination */



/* blog */
.blog-main-posts .container .post-box:last-child,
.blog-all-posts__row .post-box:last-child {
    display: block;
}
/* end blog */




/* popup */
.form-callback__form-wrapper .form-callback__inp-wrapper input.error,
.quiz-popup input.error {
    border-color: red;
}
/* end popup */



/* simple */
.s-cart-empty {
    padding: 50px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: -36px;
}
.popup-cart__price-down span b {
    font-weight: 500;
    color: #000;
}

#simplecheckout_customer,
#simplecheckout_shipping_address,
#simplecheckout_shipping,
#simplecheckout_payment,
#simplecheckout_payment_form,
#buttons,
#simplecheckout_proceed_payment {
    padding: 0 53px;
}
#simplecheckout_customer {
    padding-top: 36px;
}
.simplecheckout {
    padding-bottom: 36px !important;
}
.simplecheckout-block {
    margin: 0 !important;
}

.simplecheckout-block .checkout-heading,
.simplecheckout-block .control-label {
    display: none !important;
}
.simplecheckout-block-content {
    padding: 0 !important;
}
#simplecheckout_customer .popup-cart__form-title {
    margin-bottom: 30px;
}
.simplecheckout .form-horizontal {
    border: none;
}

#buttons .btn-primary.btn {
    border: solid 1px #DF6156;
    background: #DF6156;
    text-align: center;
    color: #eeeef3;
    border-radius: 5px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    display: inline-block;
    padding: 14px 30px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}
#buttons .btn-primary.btn:hover {
    background: #fff;
    color: #01f;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
#simplecheckout_proceed_payment {
    font-weight: 500 !important;
}
.simplecheckout-block .simplecheckout-rule-group {
    margin-bottom: 15px;
    margin-top: -10px;
}
.simplecheckout-rule-group {
    text-align: center;
}


@media (max-width: 700px) {
    #simplecheckout_customer,
    #simplecheckout_shipping_address,
    #simplecheckout_shipping,
    #simplecheckout_payment,
    #simplecheckout_payment_form,
    #buttons,
    #simplecheckout_proceed_payment {
        padding: 0 15px;
    }
    #simplecheckout_customer {
        padding-top: 18px;
    }
    .simplecheckout {
        padding-bottom: 18px !important;
    }

    #simplecheckout_customer .popup-cart__form-title {
        margin-bottom: 20px;
    }

    .s-cart-empty {
        margin-bottom: -15px;
    }

    #buttons .btn-primary.btn:hover  {
        padding: 14px 30px;
        font-size: 16px;
    }
}
/* end simple */



/* product */
.th-char__bar-link {
    cursor: pointer;
}
/* end product */



.th-char__content-text img {
    max-width: 100%;
}


.th-char__bottom-slider-element.video {
    position: relative;
    background: none;
    padding-top: 0;
}
.th-char__bottom-slider-element.video .video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 88px;
    height: 88px;
    background: url(/catalog/view/theme/bozzlifedev/assets/img/_src/video.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.th-char__bottom-slider-element.video .video-btn:hover {
    transform: translate(-50%,-50%) scale(1.1);
}




@media (max-width: 767px) {
    .sec1__slide {
        height: auto;
    }
    .sec1__slide img {
        height: auto;
        min-height: 100px;
    }
}



@media (min-width: 1851px) {
    .sec-tw__row .element-slider {
        width: calc(24% - 30px);
        margin: 0 auto;
        margin-top: 30px;
    }
}


.catalog-part-2.more-tw .sec-tw__row .element-slider {
    display: block !important;
}
@media (max-width: 992px) {
    .catalog-part-2.more-tw .sec-tw__row .element-slider {
        display: block !important;
    }
}



.card-dop-info__tab-element.delivery-tab h1,
.card-dop-info__tab-element.delivery-tab h2,
.card-dop-info__tab-element.delivery-tab h3,
.card-dop-info__tab-element.delivery-tab h4,
.card-dop-info__tab-element.delivery-tab h5,
.card-dop-info__tab-element.delivery-tab h6 {
    margin-bottom: 15px;
}
.card-dop-info__tab-element.delivery-tab p,
.card-dop-info__tab-element.delivery-tab ul {
    margin-bottom: 15px;
}

@media only screen and (max-width: 700px){
.popup-cart__title-element {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 3.7em;
}
.element-slider__advantages-icon {
    width: 25px;
}
.element-slider__advantages-box p {
    font-size: 10px;
}
}
@media only screen and (max-width: 595px){
.form-cart__select-wrapper select {
    padding-right: 40px;
}
}

div#carouselVideoBanner {
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.own-video-banner{
    position: relative;
}

div#carouselVideoBanner .carousel-inner {
    width: 100%;
    display: flex;
    overflow-x: hidden;
    justify-content: space-between;
    gap: 51px;
    margin: 0 auto;
}

div#carouselVideoBanner .iframe-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    display: none;
}

div#carouselVideoBanner .iframe-container iframe {
    width: 100%;
    height: 100%;
}

div#carouselVideoBanner .iframe-container.active {
    display: block;
}

@media (min-width:1600px){
    div#carouselVideoBanner .carousel-inner {
    gap: 77px;
}
}

div#carouselVideoBanner .carousel-inner .carousel-item {
    flex: 0 0 30%;
    max-width: 30%;
    position: relative;
    height: auto;
}

@media (min-width: 870px){
    .own-video-banner .ar_slier{
    top: calc(50% - 60px);
}
}

@media (max-width: 870px){
    .own-video-banner .ar_slier{
    top: calc(50% - 50px);
}
}

div#carouselVideoBanner p {
    display:none!important;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
}

div#carouselVideoBanner img {
    width: 100%;
    max-height: 100%;
}

div#carouselVideoBanner .own_video__button{
    cursor: pointer;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 88px;
    height: 88px;
    background: url(/catalog/view/theme/bozzlifedev/assets/img/_src/video.png) no-repeat;
    background-size: contain;
    background-position: center;
}

@media (min-width:800px) and (max-width: 1100px){
    div#carouselVideoBanner .own_video__button{
    width: 60px;
}
div#carouselVideoBanner .carousel-inner {
    gap: 5%;
}
}

@media (min-width:600px) and (max-width:800px){
    div#carouselVideoBanner .own_video__button{
    width: 45px;
}
div#carouselVideoBanner .carousel-inner {
    gap: 5%;
}
}

@media (min-width:500px) and (max-width:600px){
    div#carouselVideoBanner .carousel-inner {
    gap: 10%;
}
    div#carouselVideoBanner p {
    font-size: 12px;
    padding-top: 10px;
}
div#carouselVideoBanner .own_video__button{
    width: 50px;
}
div#carouselVideoBanner .carousel-inner .carousel-item {
    flex: 0 0 45%;
    max-width: 45%;
}

}

@media (max-width:500px){
    div#carouselVideoBanner .carousel-inner {
    gap: 10%;
}
    div#carouselVideoBanner p {
    font-size: 14px;
    padding-top: 10px;
}
div#carouselVideoBanner .iframe-container {
    height: 100%;
}
div#carouselVideoBanner .own_video__button{
    width: 80px;
}
div#carouselVideoBanner .carousel-inner .carousel-item {
    flex: 0 0 100%;
    max-width: 100%;
}

}

.decor.rev-4 {
    display: none;
}

@media (min-width: 700px){
    .faq-img {
    right: 0!important;
}
.best-offer__list li{
    padding-top: 25px!important;
    padding-bottom: 25px!important;
    
    margin-bottom: 0!important;
}
}


.horizontal-character .th-char__size-row{
    display: flex;
    flex-direction: column;
}

.horizontal-character .th-char__size-box::before {
    content: none;
}

.horizontal-character .th-char__ic-title{
    width: 75%;
    height: 100%;
    text-align: left;
    font-size: 14px;
    margin: 0;
}

.horizontal-character .th-char__size-box {
    border: none;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
}

.horizontal-character .th-char__size-ic{
    width: 20%;
    height: 100%;
    margin: 0;
}

.horizontal-character .th-char__size-ic img {
    max-width: 70px;
    max-height: 70px;
}

@media (min-width: 1281px) and (max-width:1551px){
    .horizontal-character .th-char__bar-title {
        font-size: 19px;
        overflow-wrap: break-word;
    }
    .horizontal-character .th-char__ic-title {
        width: 70%;
        height: auto;
        overflow-wrap: break-word;
    }
    .horizontal-character .th-char__size-ic {
        width: 25%;
        height: auto;
    }
}

@media (max-width:1281px){
    .horizontal-character .th-char__bar-title {
        overflow-wrap: break-word;
    }
    .horizontal-character .th-char__ic-title {
        width: 70%;
        height: auto;
        overflow-wrap: break-word;
    }
    .horizontal-character .th-char__size-ic {
        width: auto;
        height: auto;
        margin-right: 20px;
    }
}

.own-image-about{
    max-width: 40%;
    margin-left: 5%;
    align-self: center;
}

.own-container-about-own li{
    position: relative;
    margin-bottom: 15px;
}

.own-container-about-own li::before{
    content: "";
    background-color: white;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    border: 4px solid blue;
    box-sizing: border-box;
}

.own-container-about-own h1,
.own-container-about-own h2{
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}

@media (min-width: 1281px) and (max-width:1551px){
    .own-image-about {
        max-width: 45%;
        margin-left: 3%;
        align-self: start;
    }
}

@media (max-width:1281px){
    .own-about-section>.flex-column {
        flex-direction: column;
    }
    .own-image-about {
        max-width: 100%;
        margin-left: 0;
        margin-top: 25px;
    }
}
