/* base color */
.top-blocks {
    white-space: nowrap
}
.horizontal-menu>li+li {
    margin-left: 27px
}
a {
    color: #1b54b4
}
a:focus, a:hover {
    color: #0e3577
}
a:not(.btn):focus, a:not(.btn):hover{
    color: #08a826;
    text-decoration: none;
}
/* Bootstrap styles */
.tooltip-inner {
    background-color: #212529
}
.menu-shadow.visible {
    cursor: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='white' viewBox='0 0 512 512'%3e%3cg transform='rotate(45 256 256)'%3e%3crect id='r' x='16' y='216' width='480' height='80' rx='14'/%3e%3cuse href='%23r' transform='rotate(90 256 256)'/%3e%3c/g%3e%3c/svg%3e") 16 16,pointer;
    fill: white
}

/* basic styles */
.btn-buy,
.catalog-button {
    box-shadow: 0 4px 8px rgb(135 135 135 / 20%);    
    border-radius: 40px;
}
.btn.btn-border.catalog-button{
    box-shadow: 0px 4px 12px rgb(69 249 140 / 39%);
}
.top-panel__search input[type=text]{
    border-radius: 40px;
}
.top-panel__search .btn{
    border-radius: 0 40px 40px 0;
}
#form-currency button.dropdown-toggle, 
#form-language button.dropdown-toggle {
    background: #f5f7f9;
    border-radius: 3px;
}

.list-informations .li-name {
    color: #999
}

.product-item__heading a:hover,
.product-item__heading a:focus {
    text-decoration: none
}

.swiper-wrapper .product-layout {
    height: auto;
}

.product-item__rating {
    margin-top: 9px
}

.product-item-price-stock {
    flex-wrap: wrap
}

.main-price {
    font-size: 29px;
    margin-top: 15px;
}
.price-special.price-new{
    color: red;
}
.catalog-list{
    position: relative;
}
.catalog-list .product-item__image{
    overflow: hidden;
}
.catalog-list .product-item__container{
    margin-bottom: 20px;
}
.catalog-list .quickview{
    top: auto;
    left: -100%;
    z-index: 999;
    width: 60%;
}
.catalog-list .product-item__image a img {
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    width: 180px;
    border-radius: 10px 0px 0 10px;
}

.text-empty p {
    font-size: 29px;
    font-weight: 300
}

.review-answer {
    padding: 10px 15px;
    background: rgb(150 202 88 / 6%);
    border: 1px solid rgb(139 195 74 / 64%);
    color: #000;
    font-weight: 500;
    line-height: 24px
}

.fake-checkbox .option-name, 
.fake-radio .option-name {
    border: 1px solid #e8edef;
}

.top-panel__logo img {
    max-height: 70px;
    filter: drop-shadow(0px 2px 10px #33a71559);
}

.contacts-item__comment {
    padding: 15px 20px;
    border-radius: 8px;
    border: 1px solid #ffc107;
    font-size: 15px;
    max-width: 600px;
    background: #fff;
}

.contacts-item__comment:before {
    background: #ffc107;
}

.product-rewards .reward-description h3 {
    font-size: 31px;
    font-weight: 300;
    line-height: 1.2
}

.catalog .additional-сategories {
    padding: 4px;
    margin-left: -4px;
}

.catalog-sections .catalog-section__item {
    background: #f5f7f9;
    transition: all .3s;
}

.header-submenu__col--grey {
    max-height: calc(100vh - 95px)
}

.header-submenu__rightside {
    max-height: calc(100vh - 27px)
}

.header-submenu__col--grey, .header-submenu__rightside {
    overflow-x: hidden;
    overflow-y: auto
}

@media only screen and (min-width: 1200px) {
    .product .main-title {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
}

.product-sku.product-item__text_sku {
    font-size: 14px;
    display: inline-block;
    padding: 2px 8px;
    margin-block-end: 25px;
    margin-inline-end: 15px;
    color: #000;
}
.product-sku.product-item__text_sku.weight{
    display: flex;
    align-items: center;
    margin-bottom: 0;
    border-radius: 6px;
    border: 1px solid #ddd;
}
.product-sku.product-item__text_sku span {
    background: #f1f8ff;
    padding: 7px;
}

.table-list .h3 {
    font-weight: 800
}

.category-section__list {
    padding-bottom: 0
}

.catalog-section__item__title {
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.container-push {
    position: relative;
    margin-bottom: 35px;
}

.counter-style-1 .counter-input {
    border-radius: 12px;
    height: 42px;
    border: 0;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .mini-cart>a {
        min-width: 70px;
    }
}

.product-button__container .btn {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 7px 16px;
    font-size: 14px;
    border-radius: 8px;
    transition: background-color 0.1s ease;
    width: 50%;
    height: 40px;
    /*background: #232f3e;*/
}

@media (max-width: 600px) {
    .product-busket .btn-cart, .product-basket-cart, .product-basket-cart .btn,
    .product-button__container .btn {
        width: 100%;
    }
}

.header-submenu__col--grey {
    width: 268px;
}

.top-panel__title {
    line-height: 18px;
}

.price-tax {
    padding-bottom: 6px;
    margin-top: -3px;
    font-size: 12px;
    font-weight: 400;
}

.dropdown-menu {
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 18%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 18%);
}

.title-module {
    border-radius: 3px 3px 0 0;
    height: 44px;
}

.toolbar-form__input__title {
    font-size: 13px;
    font-weight: 500;
}

.top-panel__wrapper {
    /*border-bottom: 1px solid #e7e7e7;*/
    box-shadow: 0 3px 4px #0000000f;
}

.header-nav__catalog__menu {
    padding-top: 15px;
}

.catalog-button span {
    text-transform: uppercase;
    letter-spacing: .05em;
}

.product-item__delay i:active, .product-item__delay i:hover {
    color: #5a5a5a;
}

.accordeon > li > ul {
    padding-left: 8px;
    padding-top: 5px;
}

.contacts-item__title h3 {
    font-size: 22px;
    font-weight: 600;
}

.contacts-item__caption {
    display: flex;
    flex-wrap: wrap;
}

.contacts-item {
    min-width: 20%;
}

.catalog-section__item__count {
    color: #000;
    background: #ffffff;
    font-weight: 800;
}

.top-header {
    margin-bottom: 20px;
}

.add-cart-block button.btn {
    border-radius: 12px;
}

.modal-content {
    border-radius: 20px;
}

.modal-body {
    padding: 40px 48px 48px;
}

.product-item-price-old {
    position: relative;
    text-decoration: none;
}

.product-item-price-old:before {
    background-color: #f1222e;
    border-radius: 20px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    top: 8px;
    -webkit-transform: rotate(172deg);
    -ms-transform: rotate(172deg);
    transform: rotate(172deg);
    width: 100%;
}

.table-list .table-list__item div:first-child {
    color: #999;
}

.contacts-item__row {
    max-width: 200px;
    align-items: baseline;
}

.product-price__main .price-new {
    color: inherit;
}

.product-price__current {
    font-weight: 700;
    font-size: 23px;
}

.top-info__blocks .btn-group>button>strong {
    margin-right: 5px;
}

.product-item-marker,
.card-percent span {
    line-height: 20px;
    background-color: #00bcd4;
    transform: 0;
    font-weight: 700;
    box-shadow: none;
    border-radius: 0;
    color: #222;
    background-color: #ffe300;
    border-radius: 6px;
}

.btn-addtools button:hover, .product-share .dropdown-toggle:hover, .product-share.open .dropdown-toggle {
    border-color: #e5e8eb;
}

.btn-addtools button, .product-share .dropdown-toggle {
    height: auto;
    border: 2px solid #eee;
}

.btn-addtools i {
    font-size: 19px;
    display: inline-block;
}

.btn-addtools button span {
    padding-left: 8px;
    vertical-align: 1px;
}

.btn-addtools button:hover, 
.product-share .dropdown-toggle:hover, 
.product-share.open .dropdown-toggle {
    border-color: #bfc2c5;
}

.product-item__delay {
    padding: 8px;
    border-radius: 8px;
    background: #ffffff;
    cursor: pointer;
    /*border: 1px solid #ededed;*/
    width: 42px;
    height: 40px;
    display: inline-flex;
    align-items: center;
}

.product-item__delay:hover i {
    color: #5a5a5a;
}
.product-item__delay:hover{
    background: #f1f1f1;
}
.product-item__delay+.product-item__delay {
    margin-top: 0px;
}

.header-submenu__info {
    flex-direction: column;
}

.header-submenu__image {
    margin-bottom: 15px;
}

.product-right {
    display: flex;
    flex-wrap: wrap;
}

.product-option,
.product-busket {
    flex: 50;
}
.product-button__container{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
@media (max-width:600px){
    .product-button__container{
        align-items: center;
        justify-content: center;
    }
}
.product-item__bg {
    background: #fff;
    border: 1px solid #eee;
    bottom: 0;
    /*display: none;*/
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.product-item__image,
.product-item__basket {
    z-index: 2;
}

.product-item__image a img {
    margin-top: 0px;
    margin-bottom: 10px;
    mix-blend-mode: multiply;
    width: 100%;
    padding: 0;
    border-radius: 10px 10px 0 0;
}

.product-item__delay i {
    font-size: 20px;
    color: #999
}

.product-top-info {
    margin-top: 10px;
}
.mdsku, .product-item__title, .product-item__info{
    padding: 0 12px;
}
.product-item__info{
    padding-bottom: 12px;
}
.product-item-price-stock .product-item-price-economy {
    color: white;
    background: #212529;
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;
}

@media only screen and (max-width: 767px) {
    .product-price__current {
        font-size: 15px
    }
    .product-item-price-old {
        font-size: 13px;
        line-height: 16px
    }
    .catalog-section__item__title {
        line-height: 16px;
        font-size: 13px;
        word-break: normal
    }
    .btn-addtools button, 
    .product-share .dropdown-toggle,
    .fake-checkbox .option-name, 
    .fake-radio .option-name,
    .breadcrumb>li {
        font-size: 13px;
    }
    .main-price {
        font-size: 23px;
    }
    .product-right {
        flex-direction: column;
        padding-top: 30px;
    }
    .product .main-title {
        font-size: 18px;
        line-height: 22px;
    }
    .product-item {
        padding: 5px;
    }
}

@media only screen and (min-width: 768px) {
    .product-item__sku .product-item__text_sku {
        color: #111;
        font-size: 12px;
    }
    .product-item__heading {
        font-size: 19px;
        line-height: 22px;
    }
    .product-right-block {
        box-shadow: 0 7px 14px rgb(0 22 44 / 16%), 0 0 0 rgb(0 20 40 / 5%);
        border-radius: 16px;
        width: 100%;
    }
    .product-option {
        margin-right: 20px;
        display: flex;
        flex-wrap: wrap;
    }
    /*.product-item__bg {
        box-shadow: 0 0 0 transparent;
        display: block;
        transition: all .2s ease;
    }
    .product-grid:hover .product-item__bg {
        border: 1px solid #ededed;
        bottom: -10px;
        box-shadow: 0 0 5px rgb(0 0 0 / 10%);
        left: -10px;
        right: -10px;
        top: -10px;
        z-index: 2;
    }
    .catalog .product-item:hover {
        z-index: 2;
        box-shadow: none;
    }*/
    .product-item__caption-block {
        padding-top: 30px;
    }
}

.catalog-section .xdstickers_wrapper.position_upleft {
    top: 20px;
    left: 20px;
}

.catalog-section .xdstickers_wrapper.position_upright {
    top: 20px;
    right: 20px;
}

.product-button__container .btn>i {
    font-size: 21px;
}

.brands-new .brand-link {
    margin-bottom: 20px;
}

/* style paginations */

.pagination {
    box-shadow: none;
    display: flex;
    justify-content: center
}

.pagination>li>a, .pagination>li>span {
    font-size: 14px;
    color: #111;
    border: 0;
    float: none;
    font-weight: 500;
    background-color: #fff;
    margin: 0;
    line-height: 100%;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid #ededed
}

.pagination li {
    display: inline-block;
    margin: 5px
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    background: #ccc;
    border-color: #ccc;
}

/* style breadcrumb */

.navigation-content {
    position: relative;
    padding-top: 0;
}

@media (max-width: 1024px) {
    .navigation-content:after {
        content: '';
        display: block;
        position: absolute;
        height: 25px;
        width: 30px;
        left: auto;
        background: linear-gradient(90deg,rgba(255,255,255,0) 0%,#fff 100%);
        z-index: 1;
        top: 0;
        right: 0;
    }
}

.breadcrumb {
    padding-left: 3px;
}

.breadcrumb::-webkit-scrollbar {
    height: 0;
}

/* btn */

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    filter: none
}

/* Extension category */

.list-module-item.active {
    margin: 5px 0 5px 0
}

.list-module__item .list-module__link {
    color: #212529;
    font-size: 16px;
    padding: 0;
    font-weight: 700;
    /*margin: 20px 0 5px 0;*/
    max-width: 90%;
    line-height: normal;
}

/*.list-module__item .list-module__link:hover{
    background: #ddd;
}*/

.category-section {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(203px, 1fr));
    grid-auto-flow: dense;
    gap: 16px;
}
.account-module .list-module__link {
    font-weight: 400;
}

.list-module-item:hover {
    color: #000000;
}

.list-module__item.has-item .list-module__link:after {
    content: "\f3b9";
    font-family: uicons-regular-rounded !important;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 9px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #bab7b7;
    border-radius: 50px;
}

.list-module__item.has-item.slide .list-module__link:after {
    content: "\f374"
}

.list-module__item.has-item.slide > ul {
    display: block
}

@media only screen and (max-width: 991px) {
    .list-module__item .list-module__link {
        font-size: 13px;
        margin: 10px 0;
        word-break: break-all;
        margin-left: -5px
    }
    .list-module__item {
        padding: 0 15px
    }
    .list-module-item {
        padding-top: 0;
        font-size: 13px;
    }
}

.list-module__link:hover {
    opacity: .8
}

.list-module__wrap {
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.list-module-item {
    padding: 3px 0;
    color: #515151;
    font-size: 15px;
}

.product-item__brand img,
.manufacturer-logo__img img {
    border: 0;
    border-radius: 8px;
}

.product-item__brand img,
.manufacturer-logo__img img,
.manufacturers .manufacturer-link {
    box-shadow: 0 2px 4px rgb(0 0 0 / 14%);
}

.fake-checkbox input:checked+label .option-name, .fake-radio input:checked+label .option-name {
    border-color: #212529;
    color: #212529;
    background: transparent;
}

/* Accordeon styles */

.accordeon > li > ul {
	display: none
}

.accordeon > li.active > ul {
	display: block
}

/* Custom styles swiper navigation */

.swiper-nav-next,
.swiper-nav-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.swiper-nav-next {
    right: -15px
}

.swiper-nav-prev {
    left: -15px
}

.swiper-button-disabled {
    display: none
}

.navigation-button {
    align-items: center;
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 15%);
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.navigation-button:hover {
    box-shadow: 0 8px 16px rgb(0 0 0 / 21%);
}

@media only screen and (max-width: 767px) {
    .swiper-buttons {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .swiper-extension .product-item {
        padding: 0;
        box-shadow: none;
        background: #fbfbfb;;
    }
}

.product-item__container {
    height: 100%;
    border-radius: 10px;
    transition: box-shadow ease .3s, border ease .3s, background ease .3s;
    background: #fff;
    padding: 12px;
}
.shadow-hover:hover {
    box-shadow: 0 0 29px 0 rgb(0 0 0 / 10%);
}/*
@media (min-width: 768px) {*/
    .product-item__container {
        padding: 0px;
        border: 1px solid #eeeeee;
    }
/*}*/
.swiper-extension{
    padding: 20px 15px !important;
}
svg.icon-special{
    width: 14px;
    height: 15px;
    fill: red;
}
.btn-addtools{
    justify-content: end;
}
.swiper-viewport{
    border-radius: 10px !important;
}
#toast-container>.toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}
#toast-container>div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    border-radius: 10px;
    background-position: 15px center;
    background-repeat: no-repeat;
    box-shadow: 0 2px 7px #11111124;
    color: #FFF;
    opacity: .9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: alpha(opacity=80);
}
#slideshow0{
    margin-bottom: 40px;
}
#featureds{
    margin-bottom: 80px;
}
.swiper-slide {
    cursor: grab;
}

.btn-quick-view {
  display: block !important;
  background: red;
  color: white;
  z-index: 9999;
}
.modal-content {
    border-radius: 20px;
    border-radius: 10px;
}
.modal-body {
    padding: 40px 48px 48px;
}
/** quick view **/
.modal-footer button.btn-block{
    height: 40px;
}
.modal-footer .btn[disabled]{
    height: 40px !important;
    margin-top: 20px;
}
.quick .form-control{
    height: 44px;
    margin-right: 20px;
}
.prtabs .product-tabs {
    margin: 30px auto 20px;
}
.prtabs .product-tabs .tab-content {
    padding: 20px 0;
}
.modal-body.notpad {
    padding: 0px 0px 0px 15px;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.4375rem - 1px);
    border-top-right-radius: calc(0.4375rem - 1px);
}
.modal-title{
    font-size: 17px;
}
.modal-title a{
    color: #242424;
}
.ft-icon-24 {
    width: 24px;
    height: 24px;
    margin: calc((1.5rem - 24px) / 2) 0;
}
[class*=ft-icon] {fill: #adb5bd;transition: filter .15sease-in-out;}
[class*=line-clamp-] {display: -webkit-box !important;overflow: hidden;-webkit-box-orient: vertical;}
.line-clamp-1 {-webkit-line-clamp: 1;}
.border-right {border-right: 1px solid #dee2e6 !important;}
.qview-description > *{
    padding: 10px;
    margin: 0;
}
.quick-content{
    height: 290px;
    overflow-y: auto;
}
.qview-description .btn-addtools{
    height: unset;
}
.qview-description .btn-addtools button{
    height: 40px;
}
.product-tabs.quicktabs{    
    margin-top: 14px;
    margin-bottom: 20px;
}
.product-tabs.quicktabs .tab-content{
    padding: 12px 0;
}
.qview-description hr{
    padding: 0;
}
.product-options h4{
    margin: 8px 0;
}
.product-options label{
    font-size: 14px;
}
.qprice{
    font-size: 22px;
}
.qmanuf{
    padding-bottom: 0;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    /*border-bottom-right-radius: calc(0.4375rem - 1px);
    border-bottom-left-radius: calc(0.4375rem - 1px);*/
    padding-block-end: 12px;
    padding-block-start: 0;
    width: 100%;
}
.alcenter{
    align-items: center;
    padding-top: 15px;
}
.quantity.qquant{
    margin-top: 0px;
    display: table !important;
    padding: 0 !important;
}
a.btn-light:not(:disabled):not(.disabled):active,
a.btn-light{
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
    height: 40px;
    line-height: 1.5;
}
.product-image-slider {
    position: relative;
    overflow: hidden;
}
.product-image-slider .swiper-button-next, .product-image-slider .swiper-button-prev{
    color: #111 !important;
}
.prtabs .slider-main div img {
    width: 100% !important;
    height: auto;
}
.prtabs .slick-prev {
    left: 10px;
}
.prtabs .slick-next {
    right: 10px;
}
.product-image-slider .slick-next:before{
    background-image: url("data:image/svg+xml,%3Csvg class='d-block ft-icon-24 m-0 text-gray-500 darker-on-hover' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: 24px;
    content: '' !important;
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    left: 8px;
}
.product-image-slider .slick-prev:before{
    background-image: url("data:image/svg+xml,%3Csvg class='d-block ft-icon-24 m-0 text-gray-500 darker-on-hover' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: 24px;
    content: '' !important;
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    left: 8px;
}
.btn-buy:hover{
    color: white;
}
.quickview {
    line-height: 27px;
    margin-left: 10px;
    background: #15ab6e;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    border-radius: 35px;
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 999;
    width: auto;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 1px 10px 2px;
}
.quickview i{
    margin-right: 4px;
}
.product-item:hover .quickview{
    opacity: 1;
    color: white;
}
.catalog-button:hover{
    color: white;
}
/*.slick-current.slick-active{
    box-shadow: none !important;
}*/
.quick-content .tab-content{
    font-size: 14px;
}
#information-contact .panel-default {
    border-color: #e8edef;
    height: 100%;
    background: #fbfbfb;
}
#information-contact form{
    height: 100%;
    background: #252f3f05;
    border: 1px solid #e8edef;
}
#information-contact fieldset{
    padding: 20px;
}
#information-contact fieldset legend{
    margin: 0px 0 20px;
    border: 0;
    padding-block-start: 10px;
}
#information-contact .buttons{
    padding-inline-end: 20px;
}
#information-contact .row.stl > div{
    padding: 0 0px 0 15px;
    font-size: 16px;
}

.recent .product-item__container{
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    height: auto;
}
.recent{
    padding: 40px 0 0;
}
.recent h4{
    margin: 5px 0;
    font-size: 17px;
}
.recent .caption{
    text-align: center;
}
.recent .product-button__container{
    justify-content: center;
}
.recent img{
    border-radius: 10px 0 0 10px;
}
.recent .product-price__current{
    font-size: 18px;
}
@media only screen and (min-width: 768px){
    .recent .catalog-section-grid{
       gap: 12px;
    }
}

.payments-shpping-mth{
    border-radius: 10px;
    padding: 5px 10px;
    background: #eefcf6;
    background: #f9fcee99;
    margin: 10px 0 15px;
}
.payments-shpping-mth ul li:before{
    font-family: "uicons-regular-rounded";
    content: "\f16a";
    font-size: 14px;
    color: #08a826;
    margin-right: 8px;
}
.payments-shpping-mth ul{
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.payments-shpping-mth h3{
    font-size: 16px;
    margin: 5px 0;
}

/* For the "only one left" message */
.alert-danger.stock-alert {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-weight: bold;
    animation: pulse 1.5s infinite;
    font-size: 16px;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

/* For the low stock message (2-5 items) */
.stock-alert {
    color: #ad2929;
    background-color: transparent;
    border-color: #ffeeba;
    border-radius: 10px;
    font-size: 17px;
    padding: 5px 0 15px;
}
.alert-warning.stock-alert:before{
    display: none;
}

@media (max-width: 650px){
    #information-contact form{
        margin-top: 25px;
    }
    .recent .catalog-section-grid{
       gap: 12px;
       grid-template-columns: 1fr;
    }
    .top-panel__logo img{
        max-height: 50px;
    }
}
.product-images__thumb img{
    border-radius: 10px;
    cursor: zoom-in;
}
.footer-news{
    padding: 45px 0 30px;
}
.newsletter{
    display: flex;
    color: white;
    justify-content: space-around;
    gap: 0px 25px;
}
.footer-news input,
.footer-news .col-sm-1 .btn.btn-primary{
    height: 52px;
}
.footer-news .col-sm-1 .btn.btn-primary{
    width: 100%;
}
.title-nl.newsletter-title-type2{
    text-align: right;
    line-height: 1.8;
    font-size: 16px;
}
.page-header{
    border: 0;
}
.media {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    overflow: hidden;
    padding: 12px 20px;
    background: #fff;
    transition: all 0.15s ease-in-out;
    display: flex;
    align-items: center;
    height: 100%;
    background: #f4f2f287;
}
.myblock{
    padding: 0px 0 50px;
    gap: 20px 0;
}

.sticky-product-panel {
  position: fixed;
  top: 86px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  box-shadow: 0 9px 13px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  z-index: 9999;
  display: none;
  transition: transform 0.3s ease;
  transform: translateY(100%);
}
.sticky-product-panel.show {
  transform: translateY(0);
  display: block;
}
.sticky-product-info {
  display: flex;
  align-items: center;
}
.sticky-product-image {
  width: 55px;
  margin-right: 15px;
}
.sticky-product-image img {
  max-width: 100%;
  height: auto;
  padding: 4px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.sticky-product-title h4 {
  margin: 0 0 5px;
  font-size: 16px;
}

.sticky-product-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.sticky-product-actions button {
  width: 90%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #152539;
  color: #ffffff;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
}
.sticky-product-actions button:hover {
  color: #fff;
  background-color: #152539;
  text-decoration: none;
  cursor: pointer;
}
.product-buy__btn .stick{
    line-height: 1;
}
.product-buy__btn .stick i{
    margin-right: 10px;
}
.btn-group i{
    font-size: 18px;
    margin: 0 8px 0 0;
}
.sticky-options-btn, .sticky-descr-btn{
  margin-right: 20px;
}
.sticky-prices .main-price{
    margin: 0 12px 0 0;
    font-size: 17px;
}

@media (max-width: 767px) {
  .rcenter{
    text-align: center;
  }
  .sticky-product-actions {
    margin-top: 10px;
    justify-content: center;
  }  
  .sticky-product-info {
    justify-content: center;
  }
}

/** css black color **/
.top-panel__search input[type=text]{background: #eaeaea;}
.btn.btn-border.catalog-button {box-shadow: 0px 4px 12px rgb(0 0 0 / 34%);background: #232323;color: #c8a35b;}
.catalog-button span{font-weight: 900;}
.top-menu__wrapper {background-color: #353535;height: 40px;}
.horizontal-menu>li>a{color: white;}
.header-open, .header-social{color: white;}
.header-phone{color: white;}
.top-panel__wrapper{background: #f6f6f6;}
.media-body, .media-left, .media-right{color: #ffc022;color: #ecbe65;}
.media-object{filter: brightness(0) saturate(100%) invert(80%) sepia(34%) saturate(1042%) hue-rotate(344deg) brightness(86%) contrast(99%);}
.media{background: #232323;}
.content-title span:before{background: goldenrod;}
.product-button__container .btn{background: #1e1e1e;}
.site-footer{background: #060b10;}
.footer-column__title{color: #a87c0c;}
.bottom-menu li a{color: whitesmoke;}
.footer-news .btn-primary{background: goldenrod;border-color: goldenrod;color: black;}
.footer-bottom__powered a{color: goldenrod;}
.product-item__sku{background: white;}
.product-item__caption-block{padding-top: 0;} /* #c8a35b*/
.newsletter svg{filter: brightness(0) saturate(100%) invert(80%) sepia(34%) saturate(1042%) hue-rotate(344deg) brightness(86%) contrast(99%);}
.top-info__blocks .phone-link:hover,.horizontal-menu>li>a:hover{color: goldenrod;}
svg.icon-special{filter: brightness(0) saturate(100%) invert(80%) sepia(34%) saturate(1042%) hue-rotate(344deg) brightness(86%) contrast(99%);}
.top-panel__col .icon-box i{color: #a87c25;}
.btn-primary{background: black;border-color: black;}
.product-tabs .nav-tabs>li.active>a, .product-tabs .nav-tabs>li.active>a:focus, .product-tabs .nav-tabs>li.active>a:hover{background-color: #ccad68;}
.payments-shpping-mth ul li:before{color: goldenrod;}
.product-item__quantity-icon.icon-success{filter: brightness(0) saturate(100%) invert(80%) sepia(34%) saturate(1042%) hue-rotate(344deg) brightness(86%) contrast(99%);}
.content-title{font-size: 30px;}
.quickview{background: darkgoldenrod;}
.config-instagram.social-color, .config-telegram.social-color, .config-facebook.social-color, .config-whatsapp.social-color, .config-youtube.social-color{background: darkgoldenrod;}
.top-panel__logo img{filter:none;}
.count{background: #202020;}
.submenu-link.link-bold:hover, .header-submenu .category-link:hover, .list-module__link.list-module-item:hover {color: #e8ac3e;}
.list-module__link.list-module-item:hover{color: #e8ac3e;}
a:not(.btn):focus, a:not(.btn):hover{color: #e8ac3e;}

