@font-face {
        font-family: "Avenir Next Cyr Regular";
        font-weight: 400;
        font-style: normal;
        src: url("avenir/AvenirNextCyr-Regular.ttf") format("truetype");
        font-display: swap;
}

@font-face {
        font-family: "Avenir Next Cyr Medium";
        font-weight: 500;
        font-style: normal;
        src: url("avenir/AvenirNextCyr-Medium.ttf") format("truetype");
        font-display: swap;
}

@font-face {
        font-family: "Avenir Next Cyr Bold";
        font-weight: 700;
        font-style: normal;
        src: url("avenir/AvenirNextCyr-Bold.ttf") format("truetype");
        font-display: swap;
}


html {
        font-size: 0.95;
}


body {
        font-family: 'Avenir Next Cyr Regular', sans-serif;
        color: #272727;
}

.container-fhd {
        max-width: 1600px;
        margin: 0 auto;
}


h3, .h3, h4, .h4, h5, .h5, h6, .h6, thead th {
        font-weight: 400;
}

h1, .h1, h2, .h2 {
        font-weight: 400;
}

h6, .h6 {
        font-size: 1.15rem;
}

article h4 {
        margin-bottom: 1rem;
}

.fs-6 {
        font-size: 1.15rem !important;
}

.lead {
        font-weight: 400;
        font-size: 1.15rem;
}

.text-line-through, .line-through {
        text-decoration: line-through;
}


small, .small {
        font-size: .95rem;
}

.small-2 {
        font-size: .85rem;
}

.small-3 {
        font-size: .75rem;
}

form .has-error .form-control {
        background-color: #f8d7da !important;
}

.text-uppercase {
        letter-spacing: .075rem;
}

.text-uppercase-2 {
        letter-spacing: .15rem;
        text-transform: uppercase !important;
}

.text-primary {
        color: #ee4c7c !important;
}

.text-light {
        color: #f0ebf4 !important;
}

.fw-500 {
        font-weight: 500 !important;
        font-family: "Avenir Next Cyr Medium";
}

.fw-700 {
        font-weight: 700 !important;
        font-family: "Avenir Next Cyr Bold";
}

.rotate-45 {
        transform: rotate(45deg);
}

img {
        max-width: 100%;
}

textarea.form-control {
        height: 6rem;
}

.border, .border-top, .border-bottom, .border-start, .border-end {

}

hr {

}

.bg-primary {
        background-color: #ee4c7c !important;
}

.bg-light {
        background-color: #f0ebf4 !important;
}

.bg-dark {
        background-color: #272727 !important;
}

.hidden {
        display: none !important;
}


.form-control, .custom-select {
        border-radius: 0 !important;
        box-shadow: none !important;
        outline: none !important;
}

.custom-select {
        border-color: #d1d1d1 !important;
}

.alert {
        border-radius: 0;
        border: 0;
}

.alert a {
        color: #414141 !important;
        text-decoration: none !important;
}


a {
        color: #272727;
        text-decoration: none !important;
        transition: .25s;
}

.bg-dark a {
        color: #f0ebf4;
}

a:hover {
        color: #ee4c7c;
}

a:focus {
        outline: none;
}


.btn {
        font-weight: 400;
        border-radius: 0 !important;
        padding-top: .5rem;
        padding-bottom: .5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        position: relative;
        box-shadow: none;
        outline: none !important;
        font-size: 1.15rem;

}

.btn-primary {
        box-shadow: none !important;
        border: .125rem solid #272727;
        color: #272727;
        background-color: transparent !important;
        text-transform: uppercase;
        letter-spacing: .075rem;
}

.btn-primary:hover {
        border: .125rem solid #ee4c7c;
        color: #ee4c7c;
}

.btn-primary:focus {
        border: .125rem solid #ee4c7c;
        color: #ee4c7c;
}

.btn-primary.disabled, .btn-primary:disabled {
        background-color: #414141;
        color: #c1c1c1 !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #ee4c7c !important;
}

.btn-light {
        box-shadow: none !important;
        border: .125rem solid #fff !important;
        color: #fff !important;
        background-color: transparent !important;
        text-transform: uppercase;
        letter-spacing: .075rem;
}

.btn-light:hover {

}

.btn-light:focus {

}

.btn-light.disabled, .light:disabled {
        background-color: #414141;
        color: #c1c1c1 !important;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
        color: #fff !important;
}

.btn-secondary {
        background-color: #ee4c7c !important;
        color: #fff !important;
        border: 0 !important;
        box-shadow: none !important;
}

.btn-secondary:hover {

}

.btn-secondary:focus {

}


.divider {
        height: .125rem;
}



.ocf-btn-mobile-fixed .btn {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
}

.btn-outline-secondary {
        color: #272727 !important;
        border-color: #c1c1c1 !important;
        box-shadow: none !important;
        padding-left: 1rem;
        padding-right: 1rem;
}

.btn.btn-link {
        color: #414141 !important;
        text-decoration: none !important;
}


.input-group-sm > .form-control, .input-group > .form-control  {
        border-radius: 0 !important;
}


.table > :not(:first-child) {
        border-top: .125rem solid #272727;
}

.table > :not(caption) > * > * {
        border-bottom: 1px solid #c1c1c1 !important;
}
.table thead th {
        vertical-align: top;
}

.table, .table .thead-light th {
        color: #272727;
}

.table td img {
        width: 4.5rem;
}





.logo img {
        width: 11rem;
}

header {
        z-index: 99;
}

header a {
        text-decoration: none !important;
}

header .dropdown-menu {
        min-width: 15rem;
        padding-top: .75rem;
        padding-bottom: .75rem;
        border-top: .125rem solid #272727 !important;
}

header .information .dropdown .show {
        color: #ee4c7c;
}

header .categories .dropdown .show {
        color: #ee4c7c;
        border-color: #ee4c7c;
}

header .dropdown .dropdown-item {
        padding: .125rem 1.5rem;
        color: #272727;
}

header .dropdown .dropdown-item:focus, .dropdown-item:hover {
        color: #272727;
        background-color: #f0ebf4;
}


.header-search .input-group {
        border-color: #d1d1d1 !important;
}

.header-search .input-group .form-control {
        border: 0 !important;
        background-color: transparent !important;
        border-radius: 0 !important;
}

.header-search .input-group .btn {
        border-radius: 0 !important;
        padding-left: 1rem;
        padding-right: 1rem;
        transform: rotate(90deg);
}

.offcanvas {
        background-color: #fafafa;
}


.offcanvas-start {
        min-width: 100vw;
}

.offcanvas-backdrop {
        background-color: #272727 !important;
}

.offcanvas-backdrop.show {
        opacity: .75;
}

.offcanvas .parent {
        border-bottom: 1px solid #ee4c7c;
}


.btn-close {
        box-shadow: none !important;
        outline: 0 !important;
        border: 0 !important;
}



.header-cart button {
        padding: 0 !important;
        margin: 0 !important;
        background-color: transparent;
        border: 0;
        color: #272727;
}

.header-cart span {
        border-radius: 3rem;
}


section.mainslider {
        margin-top: calc(-3rem - 1px);
}


section.mainslider .owl-carousel .owl-nav button, section.categories .owl-carousel .owl-nav button {
        background-color: transparent !important;
        padding: 0 !important;
        outline: none !important;
        position: absolute;
        z-index: 9;
        margin: 0;
        border-radius: 0 !important;
        color: #fff !important;
}

section.mainslider .owl-carousel .owl-nav .owl-prev, section.categories .owl-carousel .owl-nav .owl-prev {
        top: 50%;
        transform: translateY(-50%);
        left: 1.5rem;
}

section.mainslider .owl-carousel .owl-nav .owl-next, section.categories .owl-carousel .owl-nav .owl-next {
        top: 50%;
        transform: translateY(-50%);
        right: 1.5rem;
}

section.mainslider .owl-carousel .owl-nav, section.categories .owl-carousel .owl-nav {
        margin: 0 !important;
}


section.mainslider .sheight-item {
        display: flex;
        flex: 1 0 auto;
        height: 100%;
}

section.mainslider .sheight-box {
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: stretch;
}



section.carousel-products .owl-carousel .owl-nav {
        margin-top: 0;
        position: absolute;
        z-index: 9;
        top: -3rem;
        right: 0;
}

section.carousel-products .owl-carousel .owl-nav .owl-prev {
        margin-left: .25rem;
}

section.carousel-products .owl-carousel .owl-nav .owl-next {
        margin-left: .25rem;
}


section.carousel-products .owl-carousel .owl-stage {
        display: flex;
}


section.mainslider .product-item {
        display: flex;
        flex: 1 0 auto;
        height: 100%;
}
section.mainslider .product-box {
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: stretch;
}





section.category .category-thumb img {
        width: 9rem;
}

section.category .product-list .position-absulute {
        top: 0;
        left: 0;
}


.sticker {
        top: 1rem;
        right: -.25rem;
        z-index: 2;
}

.sticker span {
        font-size: .75rem;
}

.quantity .input-group-append .btn {
       padding-left: 1rem;
       padding-right: 1rem;
}



.bf-sticker {
      z-index: 9;
      top: 0;
      left: 0;
      width: 25%;
      display: block;
}



.catcrumb li {
        margin: 0 !important;
}
.catcrumb li:last-child {
        display: none;
}



.pagination {
        margin-bottom: 0 !important;
        justify-content: center;
}

.pagination li {
        margin-right: .75rem;
}

.pagination .next-point, .pagination .prev-point, .pagination .start-point, .pagination .end-point {
        font-size: 0;
}

.pagination .next-point::before, .pagination .prev-point::before,
.pagination .start-point::before, .pagination .end-point::before {
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 6 Pro";
        font-weight: 300;
        font-size: 1.5rem;
}

.pagination .prev-point::before {
        content: "\f104";
}

.pagination .next-point::before {
        content: "\f105";
}

.pagination .start-point::before {
        content: "\f100";
}

.pagination .end-point::before {
        content: "\f101";
}

.input-group-text {
        color: #605c40;
        background-color: #fff !important;
        border: 0;
        border-radius: 0 !important;
}


.qc-step .form-group {
        width: 100%;
}


.select2-container--bootstrap .select2-selection, .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
        box-shadow: none !important;
        border-radius: 0 !important;
        border: 1px solid #c1c1c1 !important;
        background-color: #fff !important;
        color: #605c40 !important;
        padding: .375rem .75rem !important;
        font-size: 1rem !important;
        line-height: 1.5 !important;
        height: 2.375rem !important;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
        box-shadow: none !important;
        background-color: #fff;
        border: 1px solid #c1c1c1 !important;
        border-radius: 0 !important;
        color: #605c40 !important;
        font-size: 1rem !important;
}

.select2-container--bootstrap .select2-dropdown {
        box-shadow: none !important;
        border-color: #c1c1c1 !important;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
        background-color: #272727 !important;
        color: #fff;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
        border-color: #343a40 transparent transparent !important;
        border-width: 6px 6px 0 !important;
        margin-left: -.75rem !important;
        margin-top: -3px !important;
}


.form-control, .form-select, .input-group .form-select {
        box-shadow: none !important;
        border-radius: 0;
        border: 1px solid #c1c1c1 !important;
        background-color: #fff !important;
        color: #605c40;
}

.form-check-input {
        margin-right: .25rem;
        box-shadow: none !important;
        border: .1rem solid #c1c1c1;
        background-color: #fff;
}

.checkbox .form-check-input {
        border-radius: 0 !important;
}

.form-check-input:focus {
        border-color: #c1c1c1;
}

.form-check-input:checked {
        background-color: #272727;
        border-color: #272727;
        box-shadow: none !important;
}

.input-group.quantity .form-control {
        background-color: #fff !important;
        border-color: #c1c1c1 !important;
        text-align: center;
}

form textarea {
        resize: none;
}

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
        background-color: #605c40;
}


.form-control::-webkit-input-placeholder {
        color: #414141;
}
.form-control:-moz-placeholder {
        color: #414141;
}
.form-control::-moz-placeholder {
        color: #414141;
}
.form-control:-ms-input-placeholder {
        color: #414141;
}
:focus::-webkit-input-placeholder {
        color: transparent;
}
:focus::-moz-placeholder {
        color: transparent;
}
:focus:-moz-placeholder {
        color: transparent;
}
:focus:-ms-input-placeholder {
        color: transparent;
}


.list-group-item:first-child, .list-group-item:last-child {
        border-radius: 0 !important;
}



.liqpay img {
        height: 1.25rem;
}


footer .list-unstyled li + li {
        margin-top: .25rem;
}

footer .zaxidna svg {
        width: 3.6rem;
}


.btn-close {
        color: #fff;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
        border-radius: 0;
        opacity: 1;
}


@media (min-width: 576px) {

.logo img {
        width: 12rem;
}

.buttons .btn.btn-link {
        padding-left: 1rem;
}

.qc-step .border .form-group {
        width: 50%;
}

}


@media (min-width: 768px) {

html {
        font-size: 1;
}

}


@media (min-width: 992px) {

.logo img {
        width: 16rem;
}


.full-width {
        width: auto;
        margin-left: 0;
        margin-right: 0;
}

.select-fix-auto {
        width: auto !important;
}


}


@media (min-width: 1200px) {

.logo img {
        width: 18rem;
}

.header-search .input-group {
        max-width: 12rem;
}

.overflow-hidden img {
        transition: all .25s ease-in-out;
}

section.categories .image:hover img, section.features .image:hover img  {
        transform: scale(1.05);
}

#cat-carousel .item {
        margin-left: -1px;
}


}

@media (min-width: 1400px) {

.header-search .input-group {
        max-width: 16rem;
}


}

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{}.owl-theme .owl-nav [class*=owl-]{color:#FFF;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
