/* Variables Start */
:root {
    --primary-color: #00A0E3;
    /* light-blue */
    --bs-secondary: #007CC1;
    /* dark-blue */
    --bs-red: #C80000;
    --bs-black: #333334;
    --bs-white: #fff;
    --bs-gray: #CCD5DB;
    /* mid-grey-l */
    --bs-gray-dark: #7E8489;
    /* dark-grey */
    --bs-gray-100: #F3F3F3;
    /* grey-light-1 */
    --bs-gray-200: #D2D2D2;
    /* tmp2 */
    --bs-gray-300: #dee2e6;
    /* grey-white */
    --bs-link-color: var(--bs-black);
    --pz-black: #2B2B2B;
    /* pz/black */
    --grey-white: #FAFAFA;
    /* grey-white */
    --black: #000000;
    --orange: #F2994A;
    --green: #27AE60;
}

.navbar-dark {
    --bs-navbar-color: var(--bs-white);
    --bs-navbar-hover-color: var(--bs-gray);
}

.bg-dark {
    background-color: var(--bs-black) !important
}

.bg-light {
    background-color: var(--bs-white) !important;
}

.bg-grey-dark {
    background-color: var(--bs-gray-dark) !important;
}

.bg-grey-100 {
    background-color: var(--bs-gray-100) !important;
}

.btn-link {
    --bs-btn-hover-color: var(--primary-color);
    --bs-btn-active-color: var(--primary-color);
}

.text-white {
    color: var(--bs-white) !important;
}

.color-lb {
    color: var(--primary-color);
}

/* Variables End */
/* Body Start */
body {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    background: none;
    background-color: var(--bs-gray-100);
    color: var(--bs-black);
}

a {
    text-decoration: none;

}

a:hover {
    color: var(--primary-color);
}

/* Body End */


/* Header Start */
/* Header Row 1 */
.header {
    z-index: 3;
}

.header-row-1 a {
    padding-top: 11px;
    padding-bottom: 11px;

}

.header-site-type {
    display: none;
}

.header-site-type--active {
    display: block;
}

.site_title {
    background: url(/local/templates/adaptiv/img/icons/logo.svg) no-repeat;
    display: block;
    width: 195px;
    height: 94px;
    text-indent: -9999px;
    position: absolute;
    top: 16px;
}

/* Header Row 1 Media */
@media (max-width: 1400px) {
    .header-row-1 a {
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    .header-row-1 a {
        font-size: 12px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

@media (max-width: 1022px) {
    .header-row-1 a {
        font-size: 11px;
    }
}

/* Header Row 2 Start */
.header-row-2 {
    background-color: var(--bs-white);
    height: 138px;
}

.w-23 {
    width: 23%;
}

.w-41 {
    width: 28%;
}

.w-12 {
    width: 16%;
}


.logo-svg {
    width: 195px;
    height: 94px;
}

.header-row-2 .form-group {
    position: relative;
    padding: 0;

}

.header-row-2 .form-control {
    border: 1px solid var(--bs-gray-200);
    border-radius: 2px;
    background-color: var(--bs-white);

}

.search-svg {
    position: absolute;
    width: 36px;
    height: 36px;
    right: 2px;
    bottom: 3px;
    cursor: pointer;
    background-color: var(--bs-white);
    border: 0;
}

.header-row-2 .main-row .row {
    padding-top: 30px;
}

.icon {
    width: 24px;
    height: 24px;

}

.raleway-600 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.c-pointer {
    cursor: pointer;
}

.counter {
    width: 30px;
    height: 16px;
    background: var(--primary-color);
    border-radius: 8px;
    padding: 1px 10px;
    font-family: 'Arial';
    font-size: 12px;
    line-height: 14px;
    color: var(--bs-white);
}

/* Header Row 2 Media */
@media (max-width: 1400px) {
    .raleway-600 {
        font-size: 16px;
    }
}

@media (min-width:1200px) {
    .w-41 {
        width: 35%;
    }

    .w-12 {
        width: 14%;
    }
}



/* Block Auth Start */
#login-line {
    display: flex;
    align-items: center;
}

a.bx_login_top_inline_link {
    color: var(--black);
    vertical-align: middle;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    display: flex;
    align-items: center;
}

/* @media (min-width:992px) {
    a.bx_login_top_inline_link {
        font-size: 12px;
    }
} */

@media (min-width:1400px) {
    a.bx_login_top_inline_link {
        font-size: 14px;
    }
}

a.bx_login_top_inline_link:hover {
    text-decoration: none;
    color: var(--primary-color) !important;
}

a.bx_login_top_inline_link:hover .slash {
    color: var(--bs-black);
}

/* Block Auth End */


/* Block Cart Start */
.bx-basket-block {
    font-size: 14px;
    white-space: nowrap;
    position: relative;
    border: 0;
    border-radius: 0px;
    padding: 0px;
    margin-bottom: 0px;
}

.bx-basket-block a {
    color: var(--bs-white);
    border-bottom: 0;
    margin-right: 0;
    font-size: 14px;
}

@media (min-width:768px) {
    .bx-basket-block a {
        color: var(--bs-black);
    }
}

.bx-basket-block a:hover {
    color: var(--primary-color);
}





/* Block Cart End */





/* Header Row 2 End */
/* Header Row 3 Start */
.header-row-3 {
    /* height: 54px; */
    background-color: var(--bs-black);
}

.catalog {
    background-color: var(--primary-color);
    height: inherit;
    padding: 0px 16px;
    gap: 12px;
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: var(--bs-white);
    transition: 0.2s;
    z-index: 3;

}

.navbar {
    --bs-navbar-nav-link-padding-x: 0;
}

.nav-link {
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 14px;
    font-weight: 20px;
}

.navbar-nav li {
    padding: 0px 16px;
}

.navbar-nav li:last-child {
    padding-right: 0 !important;
}

/* Catalog Dropdown Start*/

#horizontal-multilevel-menu {
    box-shadow: none;
    border: none;
    border-radius: unset;
    font-size: inherit;
    z-index: 2;
}

#catalog {
    background-color: var(--bs-white);
    padding: 10px 0px;
    position: absolute;
    z-index: 970;
    width: 303px;
}

.catalog-item__text {
    font-size: 14px;
    line-height: 20px;
    margin-left: 15px;
    padding: 7px 0;
    text-align: start;
}

.catalog-subitem {
    padding: 0px 18px;
    padding-bottom: 100px;
    background: var(--bs-white);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    z-index: 3;
    border-radius: 0;
    width: 687px;

}

.third-lvl-only {
    padding: 24px 24px 80% 24px;
    width: 387px;
}

.subitem-grid-sizer,
.subitem-grid-item {
    width: 50%;
}

.subitem-grid-fullwidth {
    width: 100%;
}

.catalog-subitem__item {
    font-size: 14px;
    line-height: 20px;

}


.open-sans-700 {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.catalog-subitem__item .open-sans-700:hover {
    color: var(--bs-secondary);
}

.hover-arrow:after {
    content: url("/local/templates/adaptiv/img/icons/arrow.svg");
    opacity: 0;
    transition: 0.3s;
    padding-left: 15px;
}

.hover-arrow:hover:after {
    opacity: 1;
}

.hover-border:hover {
    border-left: 4px solid var(--primary-color);
    border-radius: 0;
    background-color: var(--grey-white);
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: none;
}

.dropend .btn {
    --bs-btn-padding-y: 6px;
}

.dropend .btn.show {
    border: none;
}

.dropend .btn:first-child:active {
    border: none;
}

.dropend:focus-visible {
    outline: none;
}

.dropend .btn:focus {
    border: none;
    outline: 0;
    box-shadow: none;
}

.dropend button {
    border: 0;
}

.dropend .catalog-subitem {
    border: 0;
}

/* Catalog Dropdown End*/
/* Header Row 3 End */

/* Tablet Header Start*/
/* Tablet Header Row 2 Start */
.tablet-header-row-2 {
    background-color: var(--bs-white);
}

#tablet-catalog {
    position: absolute;
    background-color: var(--bs-white);
    z-index: 3;
    width: 33%;
    padding: 10px 0px
}

/* Tablet Header Row 2 End */
.tablet-header-search {
    position: relative;
    background-color: var(--bs-white);
    height: 66px;
}

.tablet-header-search .search-svg {
    bottom: 20px;
    right: 10px;
}

/* Tablet Header Row 3 */

.menu-right-tablet .nav-item:nth-of-type(3),
.menu-right-tablet .nav-item:nth-of-type(6) {
    display: none;
}




@media (max-width: 1400px) {
    #catalog {
        position: absolute;
        z-index: 3;
        width: 262px;
    }
}

@media (max-width: 1199px) {
    #catalog {
        width: 270px;
    }
}

@media (max-width: 1195px) {
    #catalog {
        width: 269px;
    }
}

@media (max-width: 1187px) {
    #catalog {
        width: 22.5%;
    }
}

@media (max-width: 992px) {
    .catalog-subitem {
        width: 500px;
    }

    .catalog-subitem__item .open-sans-700 {
        font-size: 15px;
    }

    .catalog-subitem__item a {
        font-size: 13px;
    }
}

@media (min-width: 1100px) {
    .dropend .btn {
        --bs-btn-padding-y: 5px;
    }
}

@media (min-width: 1400px) {
    .dropend .btn {
        --bs-btn-padding-y: 6px;
    }
}

/* Tablet Header Search End */
/* Tablet Header End*/

/* Mobile Header Row 3 Start*/
#mobile-catalog {
    position: absolute;
    z-index: 3;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);

}

.mobile-catalog-left a {
    padding: 10px 0;
    font-size: 12px;
    line-height: 16px;
}

.mobile-catalog-right a {
    color: var(--bs-white);
}

.mobile-catalog-right .navbar-nav {
    flex-direction: column;
}

.mobile-catalog-right .navbar-nav li {
    padding: 0px;
}


/* Mobile Header Row 3 End*/
/* Header End */

/* Carousel Block Start */
.carousel-left {
    width: 303px;
    background-color: var(--bs-white);
}

.carousel-left #horizontal-multilevel-menu {
    position: relative;
}

.carousel {
    width: 1002px;
    overflow: hidden;
    position: relative;

}



.carousel-indicators {
    margin: 16px;
    left: unset;
    right: 0;
    display: block;

}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    background-color: var(--primary-color);
    background-clip: padding-box;
    border-radius: 100%;

}

.carousel-indicators .active {
    background-color: var(--bs-secondary);
}

/* Carousel Media Start */

@media(max-width:991px) {
    .carousel-left {
        display: none;
    }

    .carousel {
        width: 100%;
        height: inherit;
    }

    .carousel .carousel-inner .carousel-item {
        height: inherit;
    }

    .carousel-indicators {
        right: 0;
        bottom: -47px;
        left: 0;
        display: flex;
        justify-content: center;
        margin-right: 15%;
        margin-bottom: 0;
        margin-left: 15%;
    }
}

@media(min-width:992px) {
    .catalog-item__text {
        font-size: 12px;
        line-height: 100%;
        margin-left: 15px;
        padding: 0px 0;
    }

    .carousel-left {
        margin-left: 13px;
        width: 22.3%;
    }

}

@media(min-width:992px) and (max-width:1600px) {
    .carousel {
        width: 75%;
    }
}

@media(min-width:1050px) {
    .catalog-item__text {
        font-size: 12px;
        line-height: 143%;

    }
}

@media(min-width:1100px) {
    .catalog-item__text {
        padding: 4px 0;
    }
}

@media(min-width:1150px) {
    .catalog-item__text {
        padding: 6px 0;
    }
}

@media(min-width:1200px) {
    .carousel-left {
        margin-left: 0;
        width: 23%;
    }

    .catalog-item__text {
        font-size: 14px;
        line-height: 143%;
        padding: 0;

    }
}

@media(min-width:1400px) {
    .catalog-item__text {
        padding: 7px 0;
    }
}

/* Carousel Media End */
/* Carousel Block End */

/* Cards Block Start */

.icon-big {
    width: 24px;
    height: 24px;
}

.headline {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: var(--bs-black);
}

.link-colored {
    font-size: 16px;
    line-height: 137%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: var(--primary-color) !important;
}

.link-next-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: var(--primary-color);
    border-radius: 60px;
    padding-left: 2px;
}

.link-previous-arrow {
    transform: rotate(180deg);
}

/* Cards Block Media Start */
@media(min-width:768px) {
    .icon-big {
        width: 30px;
        height: 30px;
    }

    .headline {
        font-size: 30px;
        line-height: 125%;
    }
}




@media(min-width:1400px) {
    .headline {
        font-size: 36px;
    }


    .icon-hits,
    .icon-new-block {
        margin-top: 5px;
    }
}

/* Cards Block Media End */
/* Cards Block End */

/* Card Start */
.card {
    --card-padding-left: 0.5rem;
    --card-padding-right: 1rem;
    align-items: flex-start;
    border-radius: unset;
    border: unset;
}


.card-text {
    font-size: 12px;
    line-height: 16px;
    min-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-footer {
    padding-left: var(--card-padding-left);
    padding-right: var(--card-padding-right);
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    color: var(--bs-black);
    background-color: var(--bs-white);
    border-top: none;
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    display: flex;
}

.card-old-price {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: line-through;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: var(--bs-gray-dark);
    margin-left: 10px;
}

.card-footer:last-child {
    border-radius: unset;
    position: relative;
}

.card-footer .add2delay {
    margin-right: 20px;
}

.card-img-top {
    aspect-ratio: 1/0.97;
}

/* Card Media Start */
@media(min-width:502px) {
    .card-text {
        min-height: 32px;
    }
}

@media(min-width:992px) {
    .card-text {
        font-size: 14px;
        line-height: 20px;
        /* min-height: 60px; */
        -webkit-line-clamp: 3;
    }

}

@media(min-width:485px) {
    .card-img-top {
        width: 80%;
        margin: 0 auto;
    }
}

@media(min-width:630px) {
    .card-img-top {
        width: 75%;
    }
}

@media(min-width:768px) {
    .card-img-top {
        width: 100%;
    }
}

@media(min-width:1100px) {
    .card-img-top {
        width: 83%;
    }
}

@media(min-width:1400px) {
    .card-footer {
        font-size: 24px;
        line-height: 28px;
        padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
        margin-bottom: 10px;
    }
}


/* Card Media End */
/* Card End */

/* Reviews Start */
.reviews-carousel {
    margin-top: 20px;
    margin-left: -16px;
}


.review-img {
    position: relative;
    width: 100%;
}

/* .review-img .card-img-top {
    aspect-ratio: 1/1.1;
} */

.review-overlay {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%
}

.review-footer {
    background-color: var(--bs-black);
    position: relative;
    min-height: 100px;
    max-height: 150px;
    padding: 16px;
    width: 100%;
}

.review-text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: var(--bs-white);
}

/* Reviews Media Start */
@media(min-width:768px) {
    .reviews-carousel {
        margin-top: 24px;
        margin-left: 0;
    }


    .review-text {
        font-size: 16px;
        line-height: 22px;
    }
}

@media(min-width:992px) {
    .reviews-carousel .card:hover .card-footer::after {
        opacity: 1;
    }

    .reviews-carousel .card-footer::after {
        cursor: pointer;
        position: absolute;
        right: 16px;
        bottom: 0;
        opacity: 0;
        content: unset;
    }

    .reviews-carousel .card-footer:hover::after {
        content: unset;
    }
}



/* Reviews Media End */
/* Reviews End */

/* Security Systems Start */
.security-systems__body {
    font-size: 11px;
    line-height: 15px;
    color: var(--bs-black);
}

.security-systems__body .container-xl {
    padding-bottom: 60px;
}

@media (min-width:768px) {
    .security-systems__body {
        font-size: 14px;
        line-height: 20px
    }
}

.headline-blue {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: var(--primary-color);
}

.list-small-bullets li {
    list-style: none;
    display: flex;
    align-items: center;
}

.list-small-bullets li:before {
    content: "•";
    font-size: inherit;
    padding-right: 5px;
    display: flex;
    align-items: center;
}

/* Security Systems End */


/* //////////////Catalog Page Start ///////////////*/


/* BreadCrumbs Start */

.breadcrumb-item+.breadcrumb-item::before {
    padding-top: 3px;
}

.breadcrumb-item a {
    font-size: 12px;
    line-height: 16px;
    color: var(--primary-color);
}

.breadcrumb-item.active a {
    font-size: 12px;
    line-height: 16px;
    color: var(--bs-black);
}

.catalog-sort {
    margin-top: 12px;
    background-color: var(--bs-white);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-select {
    display: block;
    width: unset;
    font-size: 14px;
    line-height: 20px;
    color: var(--bs-black);
    background-color: var(--bs-white);
    border: 1px solid var(--bs-gray);
    border-radius: 2px;
}

.form-select:focus {
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: unset;
}

/* BreadCrumbs End */





/* Filter  Start  */
.filter {
    background-color: var(--bs-white);
    padding: 0 16px 16px 16px;
}

.text-black {
    color: var(--bs-black) !important;
}


.clickable {
    cursor: pointer;
}

.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}

.accordion {
    --bs-accordion-color: var(--bs-black);
    --bs-accordion-bg: var(--bs-white);
    --bs-accordion-border-color: none;
    --bs-accordion-border-width: none;
    --bs-accordion-border-radius: none;
    --bs-accordion-inner-border-radius: none;
    --bs-accordion-btn-padding-x: none;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-black);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3335 11.3333L8.00016 5.99998L2.66683 11.3333' stroke='%23D2D2D2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3335 11.3333L8.00016 5.99998L2.66683 11.3333' stroke='%23D2D2D2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    ;
    --bs-accordion-btn-focus-border-color: none;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 0px;
    --bs-accordion-body-padding-y: 10px;
    --bs-accordion-active-color: none;
    --bs-accordion-active-bg: none;
}

.accordion-button:after {
    order: -1;
    margin-left: 0;
    margin-right: 0.5em;
}

.filter-header {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    color: var(--bs-black);
}




/* Price Range Start */
::selection {
    color: #fff;
    background: var(--primary-color);
}

.wrapper {
    padding-bottom: 30px;
    width: 328px;
}

.price-input {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 30px 0 35px;
}

.price-input .field {
    display: flex;
    width: 100px;
    height: 45px;
    align-items: center;
}

.field input {
    width: 100%;
    height: 100%;
    outline: none;
    margin-left: 12px;
    text-align: center;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.slider {
    height: 5px;
    position: relative;
    background: var(--primary-color);
    margin: 0 8px;
}

.slider .progress {
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 5px;
    background: var(--primary-color);
}

.range-input {
    position: relative;
}

.marker {
    position: absolute;
    width: 16px;
    height: 1px;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    bottom: 0;
}


/* Price Range End */



.form-check-input {

    background-color: var(--bs-white);
    width: 20px;
    height: 20px;
    border: 1px solid var(--bs-gray);
    border-radius: 2px;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: unset;
    border: 1px solid var(--bs-secondary);
    border-radius: 2px;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("/local/templates/adaptiv/img/icons/check.svg");
}

.form-check-input:focus {
    border-color: var(--bs-gray);
    outline: unset;
    box-shadow: unset;
}

.form-check-label {
    padding-left: 10px;
    padding-top: 4px;
    font-size: 14px;
    line-height: 20px;
    color: var(--bs-black);
}

.filter .sidebar-search {
    /* width: 328px; */
    width: 100%;
}

/* Filter  End */




/* Catalog Main Start */
.col-xl-9-custom {
    flex: 1 1 auto;
    width: 75%;
}


.catalog-main__cads .card {
    --card-padding-left: 0.5rem;
    --card-padding-right: 0rem;
}

.catalog-main__cads:not(.single) .card {
    min-height: 350px;
    height: auto;
}



.icon-small {
    width: 16px;
    height: 16px;
}

.checkbox-small {
    width: 16px;
    height: 16px;
}

.card-compare {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.compare-check-label {
    padding-top: 2px;
    padding-left: 3px;
}

.card-in-stock {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: var(--primary-color);
    border-radius: 5px;
    margin-right: 4px;
    margin-top: 2px;
}

.dot-gray {
    background-color: var(--bs-gray-200);

}


.card-in-stock-txt {
    height: 100%;
    display: flex;
    align-items: center;
    text-transform: none;
}

.card-description {
    display: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-stock-and-chosen {
    display: flex;
}

.card-prices {
    display: flex;
    flex-direction: row;
}

.card-price {
    color: var(--black);
}

.card-footer-1col {
    display: none;
}

/* Img media Start */
@media (min-width:550px) {
    .catalog-main__cads .card-img-top {
        width: 78%;
    }
}

@media (min-width:630px) {
    .catalog-main__cads .card-img-top {
        width: 75%;
    }
}

@media (min-width:730px) {
    .catalog-main__cads .card-img-top {
        width: 65%;
    }
}

@media (min-width:768px) {
    .catalog-main__cads .card-img-top {
        width: 75%;
    }
}

@media (min-width:880px) {
    .catalog-main__cads .card-img-top {
        width: 70%;
    }
}

@media (min-width:1200px) {
    .catalog-main__cads .card-img-top {
        width: 80%;
    }
}



/* 1 column Styles Start */

.catalog-main__cads .row-cols-2 .card-text {
    font-weight: 700;
}


.catalog-main__cads .row-cols-2 .card-description {
    display: -webkit-box;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    margin-top: 10px;
}

.catalog-main__cads .row-cols-2 .card-stock-and-chosen {
    display: none;
}

.catalog-main__cads .row-cols-2 .card-prices {
    display: none;
}

.catalog-main__cads .row-cols-2 .card-footer-1col {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-right: 8px;
    border-top: 1px solid #E9E9E9;
}

.card-body-right {
    display: none;
    width: 26%;
    margin-left: 20px;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
}

.card-footer-1col .card-price {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: var(--bs-black);
}

.card-body-right .card-price {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: var(--bs-black);
}

.catalog-main__cads .row-cols-2 .card-img-top {
    aspect-ratio: 1/1 !important;
    width: 100% !important;
    margin: 8px auto !important;
}

.card-buy-btn {
    display: none;
    opacity: 0;
    border-radius: 2px;
    padding: 5px;
    padding-right: 7px;
    position: absolute;
    right: 12px;
    bottom: 12px;
}

@media (max-width:991px) {
    .card-buy-btn {
        display: block;
        opacity: 1;
    }
}

.catalog-main__cads .row-cols-2 .card-text {
    min-height: unset;
}


.catalog-main__cads .row-cols-2 .bx_catalog_item_title {
    width: 100%;
}

.catalog-main__cads .row-cols-2 .card-buy-btn {
    display: block;
    opacity: 1;
    position: relative;
    right: 0;
    bottom: 0;
}

@media (min-width:768px) {
    .catalog-main__cads .row-cols-2 .card-body {
        display: flex;
        justify-content: space-between;
        height: 100%;
    }

    .catalog-main__cads .row-cols-2 .card-body-right {
        display: flex;
    }

    .catalog-main__cads .row-cols-2 .card-footer-1col {
        display: none;
    }
}

@media (min-width:992px) {
    .card-buy-btn {
        display: block;
    }

    .card:hover .card-buy-btn {
        opacity: 1;
    }
}


/* 1 column Styles End */





/* Catalog Main End */

/* Categories Side Bar Start */
.sidebar-categories {
    background-color: var(--bs-white);
    padding-left: 12px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.sidebar-search {
    position: relative;
    padding: 0;
}

.sidebar-search .form-control {
    border: 1px solid var(--bs-gray-300);
    border-radius: 2px;
    background-color: var(--bs-white);
    padding: 5px 8px;
}

.sidebar-search .form-control::placeholder {
    font-style: italic;
    font-size: 13px;
    line-height: 18px;
}

.sidebar-search .search-svg {
    height: 18px;
    width: 18px;
    padding: 0px 0px;
    bottom: 13px;
    right: 12px;
}

.catalog-main__sidebar .filter {
    flex: 1 1 auto;
}



/* Categories Side Bar End */




/* Pagenation Start */
.pagination-wrapper {
    height: 42px;
}

.pagination {
    --bs-pagination-padding-x: 14px;
    --bs-pagination-padding-y: 10px;
    --bs-pagination-font-size: 16px;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-border-width: 0px;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-white);
    --bs-pagination-focus-color: var(--bs-link-color);
    --bs-pagination-focus-bg: var(--bs-white);
    --bs-pagination-focus-box-shadow: none;
    --bs-pagination-active-bg: var(--bs-white);
    --bs-pagination-active-color: var(--bs-black);
    justify-content: center;
    background-color: var(--bs-white);
    position: absolute;
    left: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:1200px) {
    .pagination {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

}

.active>.page-link,
.page-link.active {
    color: var(--bs-pagination-active-color);
    border-bottom: 2px solid var(--primary-color);
}



/* Pagenation End */


/* Thumbnail carousel Start  */

.carousel-thumbnail .carousel-indicators button {
    width: 60px !important;
    height: 60px !important;
}

.carousel-thumbnail .carousel-indicators .active {
    background-color: unset;
}

.carousel-thumbnail .carousel-indicators [data-bs-target] {
    background-color: var(--bs-white);
    border-radius: 0;
}

.carousel-thumbnail .carousel-item {
    background-color: var(--bs-white);
}

.carousel-thumbnail .carousel-item img {
    width: 328px;
    aspect-ratio: 1/0.82;
    margin: 16px auto;
}

.carousel-thumbnail .carousel-indicators {
    margin: 0;
    margin-top: 10px;
    position: unset;
    justify-content: start;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.carousel-thumbnail .carousel-indicators button {
    border: 1px solid #CCD5DB;
}

.product-buy {
    width: 100%;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    background-color: var(--bs-white);
}

.link-colored-md {
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: unset;
}

/* Thumbnail carousel Media Start */
@media (min-width:500px) {
    .carousel-thumbnail .carousel-item img {
        width: 350px;
    }
}

@media (min-width:768px) {
    .carousel-thumbnail .carousel-item img {
        margin: 18px 35% 18px auto;
    }

    .carousel-thumbnail .carousel-indicators {
        margin: 0;
        margin-top: 8px;
        position: absolute;
        justify-content: start;
        flex-direction: column;
        width: 98px;
        right: 0;
        left: unset;
        top: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .carousel-thumbnail .carousel-indicators button {
        margin-top: 10px;
    }

    .product-buy .dot {
        margin-top: 3px;
    }



}

@media (min-width:992px) {
    .carousel-thumbnail .carousel {
        width: 100%;
    }

    .carousel-thumbnail .carousel-item img {
        width: 400px;
    }

    .thumbnail-container {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto;
    }

    .product-buy {
        padding-right: 16px;
        padding-left: 16px;
        height: 100%;
    }

    .in-card-text {
        padding-right: 20px;
    }
}

@media (min-width:1200px) {
    .thumbnail-container {
        max-width: 1140px;
    }
}

@media (min-width:1400px) {
    .thumbnail-container {
        max-width: 1320px;
    }
}

/* Thumbnail carousel Media End */

/* Thumbnail carousel End  */


/* Quantity Input Start */
.quantity-input {
    width: 108px;
}

.input-number-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.input-number-group input[type=number]::-webkit-inner-spin-button,
.input-number-group input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

/* .input-number-group .input-group-button {
    line-height: calc(64px/2 - 5px);
  }
   */
.input-number-group .input-number {
    width: 36px;
    height: 34px;
    vertical-align: middle;
    text-align: center;
    outline: none;
    display: block;
    margin: 0;
    border: 1px solid var(--primary-color);
    font-size: 14px;
    line-height: 20px;
    color: var(--bs-black);
}

.input-number-group .input-number,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
    height: 36px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
    display: flex;
    width: 36px;
    height: 36px;
    background: var(--primary-color);
    color: var(--bs-white);
    justify-content: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 2rem;
    font-weight: 400;
}

.input-number-group .input-number-decrement:hover,
.input-number-group .input-number-increment:hover {
    background-color: var(--bs-secondary);
}

.input-number-decrement {
    padding-bottom: 4px;
}

.input-number-decrement {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.input-number-increment {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


/* Quantity Input End */

/* Product Price Start */
.product-price {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    text-transform: uppercase;
    color: var(--pz-black);
}

@media (min-width:768px) {
    .product-price {
        font-size: 38px;
        line-height: 52px;
    }

}

/* Product Price End */

/* Product In Card Start*/
.in-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.in-card-text {
    font-size: 13px;
    line-height: 18px;
}

.btn {
    --bs-btn-font-size: 14px;
    --bs-btn-line-height: 20px;
    --bs-btn-border-radius: 4px;
    --bs-btn-padding-y: 11px;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--primary-color);
    --bs-btn-border-color: var(--primary-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--primary-color);
}

hr {
    color: var(--bs-gray-dark);
    opacity: 1;
}

.description-text {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 18px;
}

@media (min-width:768px) {
    .description-text {
        font-size: 15px;
        line-height: 20px;
    }
}

/* Product In Card End*/


/* Characteristics Start  */
.characteristics .nav {
    --bs-nav-link-padding-y: 1rem;
}

.nav-tabs {
    --bs-nav-tabs-border-width: 0px;
    --bs-nav-tabs-border-color: var(--bs-white);
    --bs-nav-tabs-border-radius: 0;
    --bs-nav-tabs-link-active-color: #495057;
    --bs-nav-tabs-link-active-bg: #fff;
}

.characteristics .nav-link {
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: var(--bs-gray-dark);
}

.tab-content>.active {
    background-color: var(--bs-white);
}

.characteristic-head {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.characteristic-item {
    display: flex;
    align-items: flex-start;
    margin-top: 16px;
}

.characteristic-name {
    font-size: 11px;
    line-height: 15px;
    border-bottom: 1px dashed var(--bs-black);
    width: 41%;
}


.characteristic-value {
    font-size: 14px;
    line-height: 20px;
    padding-left: 8px;
}

/* .fade:not(.show) {
    height: 0;
} */

/* .fade {
    background: var(--bs-white);
} */

@media (min-width:768px) {
    .characteristic-name {
        width: 361px;
        font-size: 15px;
        line-height: 20px;
    }

    .characteristic-value {
        font-size: 15px;
    }

    .characteristic-head {
        font-size: 16px;
        line-height: 22px;
    }

    .characteristics .nav-link {
        font-size: 24px;
        line-height: 28px;
    }

}

@media (min-width:992px) {
    .characteristics {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width:1200px) {
    .characteristics {
        max-width: 1140px;
    }
}

@media (min-width:1400px) {
    .characteristics {
        max-width: 1320px;
    }
}

/* Characteristics End */

/* Product Reviews Start */
.ck-editor__editable_inline {
    height: 400px;
    width: 100%;
}

/* Product Reviews End */
/* //////////////Product Page End ///////////////*/



/* //////////////Categories Page Start ///////////////*/
.categories-page__main .card {
    --card-padding-left: 1rem;
    --card-padding-right: 1rem;
}

.categories-page__main .card-body {
    text-align: center;
    width: 100%;
}

.categories-page__main .card-text {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    width: 100%;
}

.categories-page__main .card-body {
    padding-bottom: 18px;
}

.categories-page__main .card-img-top {
    aspect-ratio: auto;
    padding: 16px 16px 8px 15px;
}

/* //////////////Categories Page End ///////////////*/

/* //////////////Card Page Start ///////////////*/

.cart-page-main .card-body {
    padding: 0 6px;
}

.cart-page-main .card-img-top {
    aspect-ratio: 1/1;
    border: 1px solid var(--bs-gray);
    border-radius: 0;
}

.cart-page-main .card-text {
    font-size: 14px;
    line-height: 20px;
}

.cart-page-main .card-footer {
    padding: 12px 6px;
    color: var(--bs-black);
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.btn-card-delete {
    padding: 0px 5px;
    margin-left: 12px;
}

.card-price {
    font-family: 'Open Sans';
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    color: var(--pz-black)
}

@media (min-width: 485px) {
    .card-img-top {
        width: 100%;
        margin: 0 auto;
    }
}

.table-header {
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    color: var(--pz-black);
    background-color: var(--bs-white);
    padding: 0px 8px;
    height: 54px;
    display: flex;
    align-items: center;
}

.g-1-custom {
    --bs-gutter-y: 2px;
    --bs-gutter-x: 1px;
}

.table-row-item {
    background-color: var(--bs-white);
    padding: 0px 8px;
    height: 116px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--bs-black);
}

.table-img {
    width: 100%;
    height: auto;
    padding: 8px;
}

@media (min-width:1400px) {
    .table-img {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

.table-row-item .link-colored {
    font-size: 13px;
    line-height: 18px;
}

.table-row-item .quantity-input {
    padding: 10px 0px;
}

.table-price {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: var(--pz-black);
}

.table-summ {
    font-size: 24px;
    line-height: 33px;
}

.discount-input__label {
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    color: var(--pz-black);
    display: flex;
    align-items: center;
    white-space: nowrap;

}


.table-row-item .form-control {
    width: 120px;
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    line-height: 18px;
    color: var(--bs-black);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--bs-gray);
    border-radius: 2px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-left: 0px;

}

@media (min-width:768px) {
    .table-row-item .form-control {
        margin-left: 10px;

    }
}


.table-row-item .form-control::placeholder {
    font-style: italic;
    font-size: 13px;
    line-height: 18px;
    color: var(--bs-gray-dark);
}

.bg-light-left {
    position: absolute;
    background: var(--bs-white);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.cart-page-bottom {
    margin-top: 0px
}

.cart-page-bottom .table-row-item {
    height: 78px;
}

.cart-page-bottom .btn {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 2px;
}

.cart-page-bottom .btn img {
    padding-left: 4px;
}

/* //////////////Card Page End ///////////////*/

/* Input Form Start */

.input-form {
    width: 100%;
    max-width: 360px;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 24px;
}

.input-form .input-group {
    background: var(--bs-white);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    flex-direction: column;
    justify-content: space-between;
    padding: 11px 0;
}

.input-form .input-group-focused {
    border: 2px solid var(--primary-color);
    border-radius: 4px;
}

.input-form .input-group-invalid {
    border: 2px solid var(--bs-red);
    border-radius: 4px;
}

.input-form .form-control {
    padding: 0;
    margin-left: 12px;
    border: 0;
    font-size: 14px;
    line-height: 20px;
    color: var(--bs-black);
}

.input-form .form-control:focus {
    color: var(--bs-black);
    background-color: var(--bs-white);
    border-color: rgba(0, 0, 0, 0.2);
    outline: unset;
    box-shadow: unset;
}


.input-form .input-label {
    display: none;
    font-size: 12px;
    line-height: 16px;
    color: var(--bs-gray-dark);
    padding-top: 6px;
    padding-left: 12px;

}

.input-form .form-control::placeholder {
    font-size: 12px;
    line-height: 16px;
    color: var(--bs-gray-dark);
}

.input-form .input-icon {
    margin-right: 4px;
}

.input-form .invalid-feedback {
    font-family: 'Roboto';
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: var(--bs-red);
    display: none;
    align-items: center;
    position: absolute;
    bottom: -20px;
    left: 1px;
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: flex;
}

.input-form .invalid-feedback .icon-small {
    margin-right: 4px;
}

.input-form .input-group-error {
    border: 2px solid var(--bs-red);
    border-radius: 4px;
}

.input-form .form-control.is-valid,
.was-validated .form-control:valid {
    border-color: var(--primary-color);
    padding-right: calc(1.5em + 0.75rem);
    background-image: none;
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.input-form .form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: none;
    box-shadow: none;
}

.input-form .form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: none;
}

.input-form .form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: unset;
    box-shadow: unset;
}


/* Input Form End */

/* /////////////////////User Page Start/////////////////////// */

.user-left {
    flex: 1;
}

.user-left-item {
    padding: 12px 16px;
    margin-top: 10px;

}

.user-header {
    padding: 12px 18px;
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.user-left-item a {
    margin-left: 10px;
}



/* Your Account Start */
.your-account {
    padding-top: 12px;
    padding-bottom: 12px;
}

.your-account__info {
    font-size: 16px;
    line-height: 22px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #0E0E0F;
}

.your-account .btn {
    padding-top: 8px;
    padding-bottom: 8px;
}

.your-account__btn {
    background: var(--bs-gray-100);
    border: 1px solid var(--bs-gray-200);
    border-radius: 4px;
}

.your-account__btn:hover {
    background: var(--bs-gray-200);
}

.your-account__form {
    padding-bottom: 0 !important;
    margin: 0;
    display: none;
}

.your-account__link-item {
    padding-top: 14px;
    padding-bottom: 14px;
}

.your-account__last-orders .accordion-button::after {
    width: 24px;
    height: 24px;
    background-image: url("/local/templates/adaptiv/img/icons/accordion-arrow-black.svg");
    margin-left: 0;
    margin-bottom: auto;
    display: none;
}

.your-account__last-orders .accordion-item,
.your-account__last-orders .accordion-button {
    background: var(--grey-white);
}



.your-account__last-orders .accordion-item {
    padding-left: 0px;
    padding-right: 0px;
}

.your-account__last-orders .accordion-button {
    padding-top: 12px;
    padding-bottom: 12px;
}

.your-account__last-orders .accordion-header {
    padding-left: 12px;
    padding-right: 12px;
}

/* Your Account end */

/* Last Orders Start */

.last-orders-header-left__number {
    padding: 0;
}

.last-orders-header-left__date {
    font-size: 14px;
    line-height: 20px;
}

.last-orders-header-left__icon {
    transform: rotate(-180deg);
    transition: 0.3s;
    width: 24px;
}

.last-orders-header-right {
    font-size: 16px;
    line-height: 22px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.last-orders-header-right__status {
    padding: 2px 12px;
    background: var(--primary-color);
    border-radius: 27px;
    display: flex;
    align-items: center;
    color: var(--bs-white);
}

.status-on-the-way {
    background: var(--orange);
}

.status-delivered {
    background: var(--green);
}

.status-canceled {
    background: var(--bs-red);
}


.last-orders-header-right__cancel {
    color: var(--bs-red);
    white-space: nowrap;
}

.last-orders__item {
    background: var(--bs-white);
    border-bottom: 1px solid var(--bs-gray-100);
    padding: 6px 11px;
}

.last-orders__header-item-left-2 {
    font-size: 16px;
    line-height: 22px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.last-orders__price {
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: var(--black);
}

.last-orders__item-left-img {
    width: 80px;
    height: 80px;
}

.last-orders__item-txt {
    font-size: 12px;
    line-height: 16px;
}

.last-orders__item-left {
    width: 72%;
}


@media (min-width:768px) {
    .last-orders__price {
        font-size: 24px;
        line-height: 28px;
    }

    .last-orders__item {
        padding: 12px 16px;
    }

    .last-orders__item-left-img {
        width: 100px;
        height: 100px;
    }

    .last-orders__item-txt {
        font-size: 14px;
        line-height: 20px;
    }

}

/* Last Orders End */

/* Chosen */

.chosen-page .user-left {
    flex: 0;
    padding-bottom: 10px;
}


/* /////////////////////User Page End/////////////////////// */



/* /////////////////////Ordering Page Start/////////////////////// */

.ordering {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 16px;
}

@media (min-width:992px) {
    .ordering {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-bottom: 30px;
    }
}

@media (min-width:1200px) {
    .ordering {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 60px;
    }
}

.ordering .accordion {
    background-color: unset;
}

.ordering .accordion-button:after {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 30px;
    height: 30px;
    background: var(--bs-gray-200);
    border-radius: 24px;
    content: "1";
    font-size: 14px;
    line-height: 20px;
    color: var(--bs-white);
    margin-right: 22px;
}

.ordering .accordion-button:not(.collapsed)::after {
    transform: none;
    background: var(--primary-color);
}

.content-2::after {
    content: "2" !important;
}

.content-3::after {
    content: "3" !important;
}

.ordering .accordion-button {
    padding-top: 12px;
    padding-bottom: 12px;
}

.ordering .form-check-input[type=radio] {
    border-radius: 20px;
    width: 16px;
    height: 16px;

}

.ordering .form-check-input:checked {
    background-color: var(--bs-white);
    border: 1px solid var(--primary-color);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2300A0E3'/%3e%3c/svg%3e");
}

.ordering-left__buyer .btn,
.ordering-left__delivery .btn {
    --bs-btn-padding-y: 8px;
}

.ordering .input-form {
    height: unset;
    max-width: unset;
    padding-bottom: 0;
}

.ordering-left__buyer .form-check-label {
    padding-left: 6px;
    padding-top: 2px;

}

.ordering-left__buyer #input-wrapper-name,
.ordering-left__buyer #input-wrapper-tel,
.ordering-left__buyer #input-wrapper-email {
    width: 336px;
}

.resize-none {
    resize: none;
}






@media (min-width: 768px) {
    .ordering .headline {
        font-size: 24px;
        line-height: 30px;
    }

    .ordering-left__buyer #input-wrapper-name,
    .ordering-left__buyer #input-wrapper-tel,
    .ordering-left__buyer #input-wrapper-email {
        width: 320px;
    }

}

@media (min-width: 1400px) {
    .ordering .headline {
        font-size: 24px;
        line-height: 30px;
    }
}


/* Validation */
.input-group-radios {
    border: unset !important;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: var(--bs-white);
    border-color: var(--primary-color);
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: var(--bs-black);
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: var(--bs-gray-200);
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: none;
}

.input-group-date .input-form .form-control.is-valid,
.was-validated .form-control:valid {
    padding-right: 0;
}

@media (min-width:992px) {
    .input-grop-allwidth {
        width: 648px !important;
    }
}


/* //////////Delivery Start */


.ordering-left__delivery .form-check {
    padding-left: 0;
    margin-bottom: 0;
}

.ordering-left__delivery .form-check-label {
    padding-left: 0px;
    padding-top: 0px;
}


.ordering-left__delivery .form-check-input:checked+.btn-radio {
    border: 2px solid var(--primary-color);
    border-radius: 2px;
    background: var(--bs-gray-100);
}

.ordering-left__delivery .form-check-input:checked+.btn-radio .btn-radio-check {
    display: block;
}

.btn-radio {
    background: var(--bs-gray-100);
    border-radius: 2px;
    position: relative;
}

.btn-radio:hover {
    background: var(--bs-gray-100);
}

.btn-radio-check {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -3px;
    right: -6px;
    display: none;
}

.input-form .delivery-adress-input,
.input-form .delivery-adress-input input {
    background: var(--bs-gray-100);
}

.input-form .delivery-adress-input {
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}


.input-form .delivery-adress-input input {
    padding-right: 10px;
}

.delivery-adress-input-readonly {
    height: 100%;
    min-height: 20px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
    line-height: 20px
}

.input-wrapper .focused,
.input-form .delivery-adress-input .focused {
    background-color: var(--bs-white);
}


.btn-delivery {
    background: var(--bs-gray-100);
    border: 1px solid var(--bs-gray-200);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-delivery:nth-of-type(2) {
    margin-left: 16px;
}

.btn-delivery:nth-of-type(3) {
    margin-top: 16px;
}

.btn-delivery:hover {
    background: var(--bs-gray-200);
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: url(/local/templates/adaptiv/img/icons/calendar.svg) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: -2px;
    border-right: 2px solid var(--primary-color);
}

.input-group-date {
    width: 141px;
    margin: 0;
}

.lift-to-floor {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lift-to-floor .form-check-input {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.lift-to-floor .form-check-input:checked {
    background-color: var(--bs-white);
    border: 1px solid var(--bs-gray-200);
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4L6 8.5L12.5 1' stroke='%23333334' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.lift-to-floor .form-check-label {
    padding-left: 10px;
    padding-top: 1px;
}


@media (min-width:435px) {

    .btn-delivery:nth-of-type(2) {
        margin-left: 8px;
    }

    .btn-delivery:nth-of-type(3) {
        margin-top: 0px;
        margin-left: 8px;
    }
}

@media (min-width:451px) {

    .btn-delivery:nth-of-type(2) {
        margin-left: 16px;
    }

    .btn-delivery:nth-of-type(3) {
        margin-left: 16px;
    }
}

@media (min-width:992px) {

    .ordering-left__delivery .form-select {
        width: 35%;
    }


}

@media (min-width:1100px) {

    .ordering-left__delivery .form-select {
        width: 43%;
    }

}

@media (min-width:1200px) {

    .ordering-left__delivery .form-select {
        width: 45%;
    }

}

@media (min-width:1400px) {

    .ordering-left__delivery .form-select {
        width: 50%;
    }

}

@media (min-width:1600px) {

    .ordering-left__delivery .form-select {
        width: 53%;
    }

}


/* //////////Delivery End */

/* //////////Payment Start */

.ordering-left__payment .btn-radio {
    background-color: var(--bs-white);
    border: 1px solid var(--bs-gray-200);
    border-radius: 2px;
    width: 164px;
}

.ordering-left__payment .form-check-input:checked+.btn-radio {
    border: 2px solid var(--primary-color);
    border-radius: 2px;
    background: var(--bs-white);
}

.ordering-left__payment .form-check-input:checked+.btn-radio .btn-radio-check {
    display: block;
}

.ordering-left__payment .form-check {
    padding-left: 0;
}

.ordering-left__payment .form-check:nth-of-type(2) {
    margin-left: 8px;
}

.ordering-left__payment .form-check:nth-of-type(3) {
    margin-top: 16px;
}

.ordering-left__payment .form-check:nth-of-type(4) {
    margin-top: 16px;
    margin-left: 8px;
}

.ordering-left__payment .form-check-label {
    padding-left: 0;
}

.btn-radio-txt {
    font-size: 13px;
    line-height: 18px;
}

.ordering-left__payment .flex-wrap {
    max-width: 474px;
}




@media (min-width:992px) {
    .ordering-left__payment .flex-wrap {
        max-width: unset;
    }

    .ordering-left__payment .form-check:nth-of-type(2) {
        margin-left: 10px;
    }

    .ordering-left__payment .form-check:nth-of-type(3) {
        margin-top: 0px;
        margin-left: 10px;
    }

    .ordering-left__payment .form-check:nth-of-type(4) {
        margin-top: 0px;
        margin-left: 10px;
    }
}

@media (min-width:1200px) {
    .ordering-left__payment .form-check:nth-of-type(2) {
        margin-left: 16px;
    }

    .ordering-left__payment .form-check:nth-of-type(3) {
        margin-left: 16px;
    }

    .ordering-left__payment .form-check:nth-of-type(4) {
        margin-left: 16px;
    }
}

/* //////////Payment End */


/* Products Start */

.ordering-left__products-header {
    padding-top: 12px;
    padding-bottom: 12px;
}

.ordering-left__products {
    margin-top: 0px;
}

.ordering-left .table-row-item {
    padding: 0px 6px;
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
}

.ordering-left .table-img {
    padding: 0;
}

.table-price {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.ordering-left__products-total {
    margin-top: 2px;
    padding: 0;
}

.ordering-left .table-summ {
    font-size: 24px;
    line-height: 33px;
}

.ordering-left .table-price {
    font-weight: 700;
}




@media (min-width:442px) {
    .ordering-left .table-img {
        width: 60px;
        height: 55px;
        margin: 0 auto;
    }
}

@media (min-width:768px) {
    .g-1-md-custom {
        --bs-gutter-y: 0px;
        --bs-gutter-x: 1px;
    }
}

@media (min-width:768px) {
    .ordering-left__products-total {
        margin-top: 0px;
    }

    .ordering-left .table-row-item {
        height: 76px;
        font-size: 14px;
        line-height: 20px;
    }

    .ordering-left .table-price {
        font-family: 'Raleway';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 21px;
        font-feature-settings: 'pnum' on, 'lnum' on;
    }

    .ordering-left .table-summ {
        font-family: 'Open Sans';
        font-size: 24px;
        line-height: 33px;
        font-feature-settings: normal;
    }

    .ordering-left .table-img {
        width: 60px;
        height: 60px;
    }
}





/* Products End */


/* Right Start */
.ordering-right {
    padding-top: 24px;
    padding-bottom: 24px;
}

.ordering-right .table-row-item {
    height: unset;
}

.ordering-right .discount-input__label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    white-space: normal;
    width: 240px;
}

.ordering-right__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--pz-black);
    margin-top: 16px;
}

.ordering-right__item-name {
    font-weight: 700;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: var(--bs-gray-dark);
    pointer-events: none;
    background-color: var(--bs-gray-200);
    border-color: var(--bs-gray-200);
    opacity: var(--bs-btn-disabled-opacity);
}

.ordering-right hr {
    color: var(--bs-gray-200)
}

.btn-submit-order {
    width: 156px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    line-height: 18px;
}

.ordering-right .table-row-item .form-control {
    width: 336px !important;
}

@media (min-width:768px) {
    .ordering-right .discount-input__label {
        width: 100%;
    }

    .ordering-right .table-row-item .form-control {
        margin-left: 0px;
    }

    .ordering-right .table-summ {
        font-size: 21px;
    }

    .btn-submit-order {
        font-size: 12px;
    }

    .ordering-right .table-row-item .form-control {
        width: 100% !important;
    }
}

@media (min-width:778px) {
    .btn-submit-order {
        font-size: 13px;
    }
}

@media (min-width:992px) {
    .ordering-right .table-summ {
        font-size: 24px;
    }
}

@media (min-width: 1400px) {
    .ordering-right .discount-input__label {
        width: 81%;
    }
}


/* Right End */





/* /////////////////////Ordering Page End///////////////////////// */


/* /////////////////////About Store///////////////////////// */
.about-store-logo {
    width: 195px;
    height: 94px;
}

/* /////////////////////Contacts Page Start///////////////////////// */
.contacts-page__body .container-xl {
    padding-bottom: 16px;
}


.contacts-page__contacts-item {
    display: flex;
    align-items: center;
}

.contacts__item-txt {
    font-size: 14px;
    line-height: 20px;
}

.contacts-page__requisites {
    font-size: 12px;
    line-height: 16px;
}

@media (min-width:768px) {
    .contacts-page__requisites {
        font-size: 14px;
        line-height: 20px;
    }
}

.contacts-page__map-header-btn {
    padding: 12px 16px;
    background: var(--bs-white);
    border: 1px solid var(--bs-gray-200);
    border-radius: 2px;
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: var(--bs-black);
}

.contacts-page__map-header-btn:hover {
    background-color: var(--bs-white);
    border-color: var(--bs-gray-200);
}


.contacts-page__map-header-btn .btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-black);
    background-color: var(--bs-white);
    border: 1px solid var(--primary-color);
}

.contacts-page__map {
    display: none;
    padding: 10px;
}

.contacts-page__map-body .active {
    display: block;
}

/* /////////////////////Contacts Page End///////////////////////// */



/* /////////////////////News Page Start///////////////////////// */

/* Headline */
.news-page .headline {
    font-size: 36px;
}

.news-page .link-colored {
    width: 101px;
}

@media (min-width:576px) {
    .news-page .link-colored {
        width: 205px;
    }
}

.news-page .card {
    height: 120px;
}

@media (min-width:992px) {
    .news-page .card {
        height: 220px;
    }
}


.overwlow-elipsis-multyple {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (min-width:390px) {
    .overwlow-elipsis-multyple {
        -webkit-line-clamp: 2;
    }
}

@media (min-width:450px) {
    .overwlow-elipsis-multyple {
        -webkit-line-clamp: 3;
    }
}

@media (min-width:768px) {
    .overwlow-elipsis-multyple {
        -webkit-line-clamp: 2;
    }
}

@media (min-width:992px) {
    .overwlow-elipsis-multyple {
        -webkit-line-clamp: 3;
    }
}

@media (min-width:1100px) {
    .overwlow-elipsis-multyple {
        -webkit-line-clamp: 4;
    }
}

@media (min-width:1200px) {
    .overwlow-elipsis-multyple {
        -webkit-line-clamp: 5;
    }
}

.border-radius-0 {
    border-radius: 0;
}

.news-page__card-date {
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    color: var(--bs-gray-dark);
}

@media (min-width:1200px) {
    .news-page__card-date {
        font-size: 14px;
        line-height: 20px;
    }
}

.news-page__card-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: var(--primary-color);
}

@media (min-width:1200px) {
    .news-page__card-title {
        font-size: 16px;
        line-height: 22px;
        font-feature-settings: 'pnum' on, 'lnum' on;
    }
}

/* /////////////////////News Page End/////////////////////////// */

/* /////////////////////Reviews Page Start/////////////////////////// */

.reviews-page .headline {
    font-size: 22px;
}

.reviews-page .card-img {
    max-height: 114px;
}

@media (min-width:410px) {
    .reviews-page .headline {
        font-size: 28px;
    }
}

@media (min-width:492px) {
    .reviews-page .headline {
        font-size: 36px;
    }
}

@media (min-width: 576px) {
    .reviews-page .link-colored {
        width: 101px;
    }
}


@media (min-width:630px) {
    .reviews-page .link-colored {
        width: 205px;
    }
}

.reviews-page .overwlow-elipsis-multyple {
    -webkit-line-clamp: 2;
}

@media (min-width:450px) {
    .reviews-page .overwlow-elipsis-multyple {
        -webkit-line-clamp: 3;
    }
}

@media (min-width:504px) {
    .reviews-page .overwlow-elipsis-multyple {
        -webkit-line-clamp: 4;
    }
}

@media (min-width:576px) {
    .reviews-page .overwlow-elipsis-multyple {
        -webkit-line-clamp: 5;
    }
}

@media (min-width:768px) {
    .reviews-page .overwlow-elipsis-multyple {
        -webkit-line-clamp: 10;
    }
}

@media (min-width:992px) {
    .reviews-page .card-img {
        max-height: 188px;
    }
}



/* /////////////////////Reviews Page End/////////////////////////// */


/* Footer Start */
footer {
    background-color: var(--bs-black);
    color: var(--bs-white);
}

.footer-row1 a {
    margin-left: 20px;
}

.footer-row1 a:first-child {
    margin-left: 0px;
}

.footer-row1 img {
    width: 32px;
    height: auto;
}


.footer-row2 a {
    color: var(--bs-white);
}

.footer-call-btn {
    margin-left: 34px;
}

.footer-remark {
    font-size: 11px;
    line-height: 15px;
    color: var(--bs-gray-dark);
}

.footer-trademark {
    font-size: 11px;
    line-height: 15px;
}

.scrollup {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-indent: -9999px;
    background: url(/images/arrow.png) no-repeat;
    border-radius: 50%;
}


/* Footer Media Start */
@media(min-width:768px) {
    .footer-call-btn {
        margin-left: 0;
        margin-top: 30px;
    }

    .footer-remark {
        font-size: 14px;
        line-height: 20px;
    }

    footer .nav-item:nth-of-type(6) {
        display: none;
    }
}

@media(min-width:992px) {
    footer .nav-item:nth-of-type(6) {
        display: block;
    }
}


@media(min-width:1200px) {
    .footer-call-btn {
        margin-left: 34px;
        margin-top: 0;
    }

    .footer-trademark {
        font-size: 14px;
        line-height: 20px;
    }

}

@media (min-width: 1200px) {
    .footer_wrap {
        padding: 0 !important;
    }
}


/* Footer Media End */

/* Footer End */


/* Heights */
.h-48px {
    height: 48px;
}

.h-42px {
    height: 42px;
}

@media (max-width: 767px) {
    .h-48px {
        height: 42px;
    }
}

/* owl-theme */
#owl-example .owl-dots {
    /* position: absolute; */
    width: 100%;
    height: max-content;
    background: #fff;
    padding: 17px;
    text-align: center;
}

#owl-example .owl-dots::before {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
}

#owl-example .owl-dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #04567a none repeat scroll 0 0;
}

#owl-example .owl-dots .owl-dot.active span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #007cc1 none repeat scroll 0 0;
}


.bx_catalog_list_home .bx_catalog_item_images {
    z-index: 1 !important;
}

.bopdr {
    background: #fff;
    border-right: 16px solid #f3f3f3;
}

@media screen and (max-width: 991px) {
    .bopdr {
        border-right: none;
    }

}

.small_time {
    display: none !important;
}


.popup-window-with-titlebar .popup-window-content,
.popup-window-content-gray .popup-window-content {
    background: none;
}

.popup-window.popup-window-with-titlebar span.bx_medium.bx_bt_button {
    background: #00a0e3;
    border-radius: 4px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    height: 44px !important;
    font-size: 22px;
}

.popup-window-titlebar {
    height: 54px !important;
    font-size: 20px !important;
    padding: 16px !important;
    border-bottom: 2px solid #92929224 !important;
}

.wishbtn:not(.in_wishlist) .red,
.wishbtn.in_wishlist .blue {
    display: none;
}


.bx_catalog_list_home .bx_catalog_item_images {
    position: relative;
    z-index: 50;
    display: block;
    padding-top: 47%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-top: 15px;
    margin-bottom: 15px;
}

.list_section .bx_catalog_item_images {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-top: 150px;
    position: relative;
    width: 149px;
    z-index: 910;
    vertical-align: top;
    margin-left: 20px;
    margin-right: 14px;
}

.bx_page {
    /* width: 300px; */
    background: #ffff;
    padding-top: 22px;

}

.bx_content {
    padding: 18px;
    background: #ffff;
    padding-top: 22px;

}

.bx_item {
    width: 100%;
    height: 42px;
    margin-bottom: 5px;
    position: relative;
}

.bx_item_pos {
    position: absolute;
    top: 10px;
}

.bx_item.active {
    background-color: #FAFAFA;
    border-left: 4px solid #00A0E3;
}

.bx_page .bx_titile,
.bx_content .bx_titile {
    color: #333334;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
}

.per_title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 28px;
    margin-left: 16px;
}

.order_title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    margin-top: 28px;
    margin-bottom: 28px;
    margin-left: 16px;
}

@media (max-width : 991px) {
    .d-mob {
        display: none !important;
    }

}


@media (max-width : 767px) {

    .order-box-head {
        height: 78px;
        flex-direction: column !important;
        align-items: stretch;
    }

    .order-content {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 12px;
    }

    .order-stat {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .order-del-item .order-price span {
        font-size: 20px !important;
        margin-left: 0;
    }

    .order-box-body {
        height: 65px;
    }

    .sale-order-sum {
        font-size: 20px;
    }

    .order-price {
        flex-direction: column !important;
        align-items: end !important;
    }

    .order-price span {
        margin-top: 12px;
    }

    .order-dell {
        display: flex;
        flex-direction: column !important;
    }

    .order-dell span {
        margin-top: 12px;
    }

    .sale-order-detail-order-item-content {
        max-width: 230px;
        width: auto;
    }
}

.btn-back {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-back a.tx {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #007CC1;
    margin-top: 28px;
    margin-bottom: 28px;
    margin-right: 28px;
}

#orders,
#whishlist,
#basket,
#auth {
    min-height: 504px;
    height: auto;
}

.hrcout {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 12px;
}

.single .clarify-list {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 5px !important;
}

.toast-blue {
    background: #00a0e3;
    position: fixed;
    right: 0;
    top: 30%;
}

.toast-orange {
    background: #FF5722;
    position: fixed;
    right: 0;
    top: 30%;
}

.popup-window.popup-window-with-titlebar span.bx_medium.bx_bt_button {
    background: #00a0e3;
    border-radius: 4px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    height: 44px !important;
    font-size: 22px;
}

.bx_item_detail .bx_medium.bx_bt_button,
.bx_item_detail .bx_medium.bx_bt_button_type_2 {
    padding: 0 13px;
    height: 25px;
    font-weight: bold;
    line-height: 25px;
}

.bx_item_detail .bx_medium.bx_bt_button {
    height: 27px;
    line-height: 27px;
}

.bx_item_detail .bx_bt_button,
.bx_item_detail .bx_bt_button_type_2 {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    cursor: pointer;
    vertical-align: top;
}

.p_rice {
    position: absolute !important;
    bottom: 12px;
    width: 100%;
}

.p_rice_2 {
    position: absolute !important;
    bottom: 0px;
    width: 100%;
}

.p_rice_3 {
    position: absolute !important;
    bottom: 0px;
    width: 100%;
    background: none;
}

.catalog-main__cads:not(.single) .callme_viewform {
    width: 100%;
    font-size: 12px;

}

.card-stock-and-chosen_1 {
    display: none;
}

.catalog-main__cads:not(.single) .card-stock-and-chosen_1 {
    display: block !important;
    position: absolute;
    bottom: 8px;
}


.cont_new {
    min-height: 500px;
    height: auto;
}

.edit_user {
    cursor: pointer;
    box-sizing: border-box;
    display: block;
    width: 129px;
    height: 42px;
    background: #F3F3F3;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    transition: none;
    text-decoration: none;
}

.edit_user:hover {
    background: #D2D2D2;
}

.btn_edit_user {
    display: block;
    height: 42px;
    line-height: 40px;
    background-image: url(/local/templates/adaptiv/img/icons/pen.svg);
    background-position: 0 1px;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-size: 14px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    text-transform: none;
    text-align: center;
    background: url(/local/templates/adaptiv/img/icons/pen.svg) 0 -2px no-repeat;
    background-size: 20px 45px;
    white-space: nowrap;
    padding-left: 15px;
    margin-left: 15px;
}

.user div {
    margin-bottom: 8px;
}

#myToast {
    position: fixed;
    z-index: 9999;
}

.search_page_section .card-body {
    min-height: 210px;
    height: auto;
}

.search_page_section .catalog-main__cads:not(.single) .card-stock-and-chosen_1 {
    bottom: 5px;
    position: absolute;
}



@media (max-width : 767px) {
    /* .search_page_section .search_page_section .catalog-main__cads:not(.single) .callme_viewform {
        width: 116%;
    } */

    .search_page_section .box-box {
        width: 220px;
    }

    .box-box [class^="btn_feb-"] {
        position: absolute;
        left: 278px;
    }

    .catalog-main__cads:not(.single) .card-stock-and-chosen_1 {
        width: 85%;
    }

    .catalog-main__cads:not(.single) .callme_viewform {
        font-size: 12px;
    }
}

@media(min-width:767px) and (max-width:1199px) {
    /* .search_page_section .search_page_section .catalog-main__cads:not(.single) .callme_viewform {
        width: 100%;
    } */

    .search_page_section .box-box {
        width: 195px;
    }

    .box-box [class^="btn_feb-"] {
        position: absolute;
        left: 200px;
    }

    .catalog-main__cads:not(.single) .card-stock-and-chosen_1 {
        width: 85%;
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    /* .search_page_section .catalog-main__cads:not(.single) .callme_viewform {
        width: 125%;
    } */

    .search_page_section .box-box {
        width: 240px;
    }

    .box-box [class^="btn_feb-"] {
        position: absolute;
        left: 200px;
    }

    .catalog-main__cads:not(.single) .card-stock-and-chosen_1 {
        width: 85%;
    }

    .catalog-main__cads:not(.single) .callme_viewform {
        font-size: 12px;
    }
}

@media(min-width:1400px) {
    /* .search_page_section .catalog-main__cads:not(.single) .callme_viewform {
        width: 145%;
    } */

    .search_page_section .box-box {
        width: 275px;
    }

    .box-box [class^="btn_feb-"] {
        position: absolute;
        left: 200px;
    }

    .catalog-main__cads:not(.single) .card-stock-and-chosen_1 {
        width: 87%;
    }
}

.bx_news_detail span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 20px;
}

.mz {
    position: absolute;
    bottom: 20%;
}

.boxx {
    position: absolute;
    width: 85%;
    bottom: 75px;
}

.boxx_1 {
    position: absolute;
    width: 91%;
    bottom: 75px;
    z-index: 1;
}

.zak_btn {
    position: absolute;
    bottom: 12px;
    width: 90%;
    left: 12px;
}

.nav-page-all{
    display: none;
}

span.bx_medium.bx_bt_button {
    color: #fff;
    line-height: 27px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: top;
    padding: 0 13px;
      padding-top: 0px;
      padding-bottom: 0px;
  }


  @media(max-width:400px) {
    .popup-window.popup-window-with-titlebar span.bx_medium.bx_bt_button{
        font-size: 13px;
    }
  }