/* Theme colors */

body {
    --bs-bg: #8200FF;
    --bs-bg-dark: #6A00CD;
    --bs-bg-light: #FFFFFF;
    --bs-link: #8200FF;
    --bs-line-light: #DEE2E6;
    --bs-menu: #FFFFFF;
}
a {
    text-decoration: none;
}
.color-link {
    color: var(--bs-link, #8200FF)!important;
}
.bg-menu {
    background-color: var(--bs-link, #8200FF)!important;
}
.form-group.mandatory label::after {
    margin-left: 0.25rem;
    white-space: nowrap;
    content: " *";
}
.top-menu {
    display: flex;
}
.top-menu a {
    font-size: 1.25rem;
}
.top-menu a.dropdown-toggle {
    color: white;
    font-weight: bold;
}
.top-menu .dropdown-item {
    color: var(--bs-link, #8200FF);
}
.top-menu a.dropdown-toggle:hover,
.top-menu a.dropdown-toggle:focus {
    color: white;
    background-color: var(--bs-bg-dark, #6A00CD);
}
.top-menu-left,
.top-menu-right {
    display: flex;
}
.top-menu-catalog {
    width: 250px;
    position: relative;
}
.top-menu-left {
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
}
.top-menu-right {
    width: 320px;
}
.top-menu-search {
    margin-left: 20px;
    margin-right: 20px;
    width: -webkit-calc(100% - 290px);
    width: calc(100% - 290px);
    position: relative;
}
.search-input {
    width: 100%;
    border: 1px solid transparent;
    background: rgba(255,255,255,0.85);
    height: 40px;
    padding-left: 15px;
    display: inline-flex;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 40px;
    border-radius: 36px;
    margin-top: 3px;
}
.search-btn {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: transparent;
    outline: none;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    color: #6c757d;
}
.search-btn:hover {
    background: #fff;
}
.act-search.fa:before {
    content: "\f002";
}
.top-menu-catalog .dropdown-item {
    width: 300px;
    white-space: normal;
}
.top-menu-catalog .dropdown-menu li {
    border-bottom: 1px solid rgba(0,0,0,.15);
}
.top-menu-catalog .dropdown-menu li:last-of-type {
    border-bottom: none;
}
.extended-menu {
    display: none;
    position: absolute;
    right: -320px;
    top: 0;
    min-height: 281px;
    background-color: #fff;
    z-index: 99;
}
.extended-menu .card {
    border-left: none;
}
.extended-menu.active {
    display: block;
}
.extended-menu a {
    color: var(--bs-link, #8200FF);
}
.extended-menu .list-group-item:hover {
    background-color: #e9ecef;
}
.yz-list li:hover .extended-menu {
    display: block;
}
.menu-img-item {
    display: none;
}
.extended-menu .list-group-item:hover .menu-img-item {
    display: block;
}
.extended-menu .list-group-item {
    position: static;
}
.menu-img {
    position: absolute;
    left: 21rem;
    top: 0;
    width: 20rem;
}
footer a {
    display: block;
    color: var(--bs-link, #8200FF);
}
.categories .card {
    width: 280px;
}
.best-sellers .card {
    width: 280px;
}
.sticker {
    position: absolute;
    border-radius: 13px;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.35;
    color: white;
}
.sticker-price {
    top: 5px;
    left: 5px;
    background-color: var(--bs-link, #8200FF);
}
.btn-basket {
    background-color: var(--bs-link, #8200FF)!important;
    color: #fff;
    width: max-content;
    border-radius: 36px;
    padding: 6px 20px 10px;
    display: block;
    margin: 2px 0 2px auto;
}
.btn-basket-inv {
    background-color: #fff;
    color: var(--bs-link, #8200FF);
    width: max-content;
    border-radius: 36px;
    border:2px solid var(--bs-link, #8200FF);
    padding: 6px 20px 10px;
    display: block;
    margin: 2px 0 2px auto;
}
.btn-basket-inv:hover {
    background-color: #ECD9FF;
    color: var(--bs-link, #8200FF);
}
.card-title {
    min-height: 42px;
}
.list-page {
    display: flex;
    justify-content: center;
}
.list-page .page-link {
    color: var(--bs-link, #8200FF);
}
.list-page .page-item.active .page-link {
    background-color: var(--bs-link, #8200FF);
    border-color: var(--bs-link, #8200FF);
}
.home-menu {
    position: relative;
}
.home-menu ul {
    z-index: 100;
    min-width: 10rem;
    max-width: 100%;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.yz-list {
    position: relative;
}
.yz-list li {
    white-space: normal;
    border-bottom: 1px solid rgba(0,0,0,.15);
    font-size: 1.25rem;
}
.yz-list li:last-of-type {
    border-bottom: none;
}
.yz-list li:hover {
    color: #1e2125;
    background-color: #e9ecef;
}
.yz-list li a {
    color: var(--bs-link, #8200FF);
    white-space: normal;
    display: block;
}
.products .card {
    width: 300px;
    padding: 5px 10px;
}
.slider-product-box {
    width: 28rem;
    margin: 0 auto;
}
.slider-product img {
    max-width: 28rem;
    max-height: 28rem;
}
.slider-product-nav {
    margin: 20px 67px;
}
.slider-product-nav img {
    max-width: 80px;
    max-height: 80px;
}
.box-price {
    position: relative;
    padding-top: 30px ;
}
.box-price .sticker-price {
    left: 0;
}
.quantity-wrapper {
    position: relative;
    width: 78px;
    height: 32px;
}
.count-minus,
.count-plus,
.number-less,
.number-more {
    width: 25px;
    height: 31px;
    position: absolute;
    background-color: var(--bs-bg-dark, #6A00CD);
    color: #fff;
    text-align: center;
}
.count.count-oneclick,
.count.count-basket,
.number-quantity {
    width: 28px;
    height: 31px;
    position: absolute;
    left: 25px;
    text-align: center;
}
.count-plus,
.number-more {
    left: 52px;
}
.product-other {
    margin: 40px 0;
}
.product-other a {
    color: var(--bs-link, #8200FF);
}
.product-other .navbar-content {
    background-color: #F5F5F4;
}
.property-row {
    padding: 5px 10px;
    width: 100%;
    margin-left: 0;
}
.property-row:nth-of-type(2n+1) {
    background-color: #F8FAFC;
}
.basket-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0 10px;
    border: 1px solid #d6d5d5;
    border-radius: 8px;
    font-size: 15px;
    background-color: #f4f4f4;
}
.basket-info .btn-basket {
    margin: 0;
}
.basket-img {
    width: 60px;
}
.basket-box-count {
    position: relative;
}
#basket-count {
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 9999;
    color: red;
    font-weight: bold;
    border-radius: 50%;
    padding: 2px 7px;
    text-align: center;
    background-color: #fff;
    font-size: 18px;
    display: none;
}
.price-wrapper {
    width: 120px;
}
.basket-sum {
    width: 80px;
}
.sum-block {
    width: 300px;
}
.compare-remove i,
.product-remove {
    color: red;
    cursor: pointer;
}
.compare-remove {
    background-color: transparent;
    border: none;
    display: block;
    margin: 0 0 0 auto;
}
.basket-link,
.compare-link {
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
}
.basket-link:hover,
.compare-link:hover {
    background-color: var(--bs-bg-dark, #6A00CD);
    color: #fff;
}
.step {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.step.active{
    font-weight: bold;
    color: var(--bs-link, #8200FF);
}
.step-number {
    color: #fff;
    border-radius: 50%;
    background-color: #5c636a;
    padding: 4px;
    min-width: 34px;
    height: 34px;
    text-align: center;
    margin: 5px 10px;
}
.step.active .step-number {
    background-color: var(--bs-link, #8200FF);
}
.step.ready .step-number {
    /*padding-top: 8px;*/
    background-color: green;
}
.step.ready a {
    color: var(--bs-link, #8200FF);
}
.order-basket {
    display: flex;
    justify-content: flex-start;
}
.order-basket-icon {
    color: var(--bs-link, #8200FF);
    font-size: 48px;
    margin: 0 15px 0 10px;
}
.order-basket-block {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.order-basket-block span {
    font-weight: bold;
}
.order-basket-count {
    border-bottom: 1px dotted;
}
.btn-basket .fa {
    font-size: small;
}
.nav-tabs .nav-link.active {
    background-color: #fff;
    color: var(--bs-link, #8200FF);
    border-bottom: 2px solid #8200FF;
    border-radius: 0;
    font-weight: bold;
}
.nav-tabs .nav-link:hover {
    background-color: var(--bs-link, #8200FF);
    color: #fff;
    text-decoration: none;
}
.form-control-label {
    justify-content: flex-start;
    padding-left: 0;
}
.form-check-input:checked {
    background-color: var(--bs-link, #8200FF);
    border-color: var(--bs-link, #8200FF);
}
.entity-block,
.name-block {
    display: none;
}
.entity-block.active,
.name-block.active {
    display: block;
}
#entity {
    border: 2px solid var(--bs-link, #8200FF);
    width: 20px;
    height: 20px;
}
.sum-login .item-auth {
    display: none;
}
.sum-login.auth .item-auth {
    display: block;
}
.sum-login .item-reg {
    display: none;
}
.sum-login.reg .item-reg {
    display: block;
}
.banner-block {
    top: 5px;
    right: 5px;
    position: absolute
}
.banner-item {
    display: block;
    border-radius: 13px;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.35;
    color: white;
    background-color: green;
    margin-bottom: 3px;
}
.bredcrumb {
    margin: 0;
    padding: 0;
}
.bredcrumb li {
    display: inline;
}
.bredcrumb li a {
    color: var(--bs-link, #8200FF);
}
#description h2 {
    font-size: 1.5rem;
}
.det-box {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}
.det-box > * {
    flex-shrink: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
}
.vertical {
    padding: 3em 0;
}
.descImg {
    text-align: center;
    padding: 1em 0;
}
.descImg img {
    border-radius: 16px;
}
.rating-area {
    overflow: hidden;
    width: 210px;
    margin: 0 auto;
}
.rating-area:not(:checked) > input {
    display: none;
}
.rating-area:not(:checked) > label {
    float: right;
    width: 42px;
    padding: 0;
    cursor: pointer;
    font-size: 32px;
    line-height: 32px;
    color: lightgrey;
    text-shadow: 1px 1px #bbb;
}
.rating-area:not(:checked) > label:before {
    content: '★';
}
.rating-area > input:checked ~ label {
    color: gold;
    text-shadow: 1px 1px #c60;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
    color: gold;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
    color: gold;
    text-shadow: 1px 1px goldenrod;
}
.rate-area > label:active {
    position: relative;
}
.rating-result {
    min-width: 110px;
}
.rating-result span {
    padding: 0;
    font-size: 21px;
    line-height: 1;
    color: lightgrey;
    text-shadow: 1px 1px #bbb;
}
.rating-result > span:before {
    content: '★';
}
.rating-result > span.active {
    color: gold;
    text-shadow: 1px 1px #c60;
}
#sort option:active {
    background-color: #0c4128;
}
.slick-slider-item img {
    width: 100%;
}
.sidebar-filter {
    position: relative;
}
.sidebar-filter-card {
    min-width: 250px;
    background-color: #ECD9FF;
    margin-right: 20px;
    margin-bottom: 16px;
    position: sticky;
    top: 80px
}
.sidebar-filter-head {
    background-color: #8200FF;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: .25rem;
}
@media (max-width: 1192px) {
    .slider-product-box {
        width: 100%;
    }
    .order-title .step > .fa-chevron-right {
        display: none;
    }
}
@media (max-width: 992px) {
}

@media (max-width: 768px) {
    .top-menu {
        flex-direction: column;
    }
    .top-menu-left {
        width: 100%;
    }
    .home-menu {
        display: none;
    }
}
@media (max-width: 576px) {
    .top-menu-left {
        flex-direction: column;
    }
    .top-menu-search {
        width: calc(100% - 20px);
    }
    .slider-product-box {
        width: 100%;
    }
}
