body{
    background-color: #d4dde9 !important;
}
.page{
    padding: 150px 0;
}
.products-item{
    padding: 10px;
}
.products-item .img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 30vh;
}
.products-item .price{
    margin: 20px 0;
    font-size: 20px;
}
.page table{
    width: 100%;
}
.page table td{
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.page table img{
    max-width: 80px;
}
.page table a{
    color: #333;
}
img{
    max-width: 100%;
}
.hidden{
    display: none;
}
.single .price{
    margin: 15px 0;
    font-size: 20px;
}
.stock.in{
    color: green;
}
.view{
    padding-bottom: 60px;
}
.page input, .page textarea{
    width: 100%;
    display: block;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 20px;
}
.page textarea{
    height: auto;
}

.page .container{
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
}
.order label{
    display: inline-block;
}
.alert{
    font-size: 12px;
    opacity: 1;
}
.basket form{
    display: inline-block;
}
.basket .btns .btn-wrap{
    text-align: right;
}
.single{
    padding-bottom: 0px;
}
.related{
    padding: 30px 0;
}
.single .descr{
    margin-top: 40px;
}
.related .container, .viewblock .container{
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
}
.coupon{
    margin-top: 40px;
}
.coupon form{
    width: 100%;
    display: block;
}
.coupon .form-group{
    width: 100%;
}
.coupon label{
    display: block;
}
.coupon input{
    display: inline-block;
    width: 60%;
}
.coupon button{
    display: inline-block;;
}
.basket .more{
    display: block;
    margin: 0 auto;
    padding: 20px 35px;
    background-color: var(--color-orange);
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: 0.2s ease;
}
.shoppingcart__card-price-num{
    margin-bottom: 20px;
}
.shoppingcart__card-price{
    display: block;
    text-align: center;
}
.shoppingcart__card-price form{
    display: inline-block;
    width: auto;
    margin: 0 15px;
}
.shoppingcart__card-price button{
    padding: 2px 10px;
    border: none;
}
.shoppingcart__card-price .badge{
    display: inline-block;
    width: auto;
}
.alert{
    position: fixed;
    top: 55px;
    right: 0;
    padding: 20px;
    background-color: var(--color-orange);
    z-index: 9999;
    max-width: 300px;
    font-size: 12px;
    opacity: .5;
}
header .search button{
    border: none;
}


#navbar__dropup-content-1{
    height: 80vh;
    overflow-y: scroll;
}
.not-found{
    margin-top: 60px;
    font-size: 20px;
    text-align: center;
}
.modal-form input{
    margin-bottom: 15px;
}
.modal-form-title{
    margin-bottom: 20px;
}
.modal-form button{
    font-size: 14px;
    display: block;
    text-align: center;
    margin-top: 10px;
    width: 100%;
}
.product-card-img{
    max-width: 300px;
}
.product__card-description-one img{
    margin: 0 !important;
}
.catalog__icon{
    border: 2px solid #ddd;
}
.main ul.pagination{
    margin-top: 40px;
}
.main ul.pagination li{
    display: inline-block;
    padding: 0;
    border-radius: 20px;
}
.main ul.pagination li::after{
    display: none;
}
.main ul.pagination li a, .main ul.pagination li span{
    color: #333;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #0641a1;
    transition: all .3s ease;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
}
.main ul.pagination li:hover a, .main ul.pagination li.active span{
    background-color: #0641a1;
    color: #fff;
}
.main ul.pagination li.disabled{
    opacity: .5;
}
.call-button {
    /*bottom: 0;*/
    /*right: 30px;*/
    /*-webkit-transform: translate(-50%,-50%);*/
    /*-ms-transform: translate(-50%,-50%);*/
    /*transform: translate(-50%,-50%);*/
    /*z-index: 10*/
    height: 70px;
}

.anim-phone,.bloc,.pulse {
    position: absolute;
    width: 70px;
    height: 70px;
    color: #fff;
    text-align: center;
    border-radius: 50%
}

.bloc {
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
    border: 3px solid #fff
}

.pulse {
    background: #faca02;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.pulse::before {
    content: '';
    position: absolute;
    border: 1px solid #faca02;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    -webkit-animation: pulse 1.8s linear infinite;
    animation: pulse 1.8s linear infinite;
    opacity: 0
}

.pulse::after {
    content: '';
    position: absolute;
    border: 1px solid #faca02;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    -webkit-animation: pulse 1.8s linear infinite;
    animation: pulse 1.8s linear infinite;
    opacity: 0;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.pulse .soc-list {
    position: absolute;
    bottom: 2px;
    left: 3px;
    background-color: #28a745;
    padding: 17px;
    border-radius: 50px;
    display: none;
    z-index: 10
}

.pulse .soc-list.active {
    display: block
}

.pulse .soc-list ul {
    padding-left: 0;
    margin: 0
}

.pulse .soc-list li {
    display: block;
    margin: 10px 0;
}

.pulse .soc-list li .fa,.pulse .soc-list li a {
    color: #fff;
    font-size: 30px;
    cursor: pointer
}

.pulse .soc-list li .fa:hover,.pulse .soc-list li a:hover {
    color: #fff;
    opacity: .6;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.anim-phone {
    font-size: 40px;
    line-height: 75px;
    -webkit-animation: phone .9s ease-in-out infinite;
    animation: phone .9s ease-in-out infinite
}

.text {
    position: absolute;
    opacity: 0;
    text-transform: uppercase;
    font-weight: 700;
    top: 24px;
    font-size: 12px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    line-height: 1.2
}

.anim-phone i {
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.pulse:hover {
    background: #28a745
}

.pulse:hover i {
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.pulse:hover .text {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    opacity: 1
}

.pulse:hover::before {
    content: '';
    position: absolute;
    border: 1px solid #28a745;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    -webkit-animation: pulse 1.8s linear infinite;
    animation: pulse 1.8s linear infinite;
    opacity: 0
}

.pulse:hover::after {
    content: '';
    position: absolute;
    border: 1px solid #28a745;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    -webkit-animation: pulse 1.8s linear infinite;
    animation: pulse 1.8s linear infinite;
    opacity: 0;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.pulse:hover .soc-list li a,.pulse:hover .soc-list li i {
    color: #fff;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

@-webkit-keyframes phone {
    0%,100% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }

    50% {
        -webkit-transform: rotate(21deg);
        transform: rotate(21deg)
    }
}

@keyframes phone {
    0%,100% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }

    50% {
        -webkit-transform: rotate(21deg);
        transform: rotate(21deg)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}
.submenu.active ul{
    padding-left: 15px;
}
.fotorama__nav, .fotorama__stage{
    display: block;
    margin: 0 auto;
}
.fotorama{
    max-width: 300px;
}
.filter-actions{
    padding: 20px 20px 0;
}
.catalog form button, .catalog form .reset {
    color: var(--color-white);
    background-color: var(--color-blue-light);
    padding: 14px 30px;
    border-radius: 50px;
    font-size: var(--font-size-5);
    font-weight: var(--font-regular);
    text-align: center;
    text-transform: uppercase;
    transition: 0.2s ease;
    border: none;
    display: block;
    width: 100%;
}

.catalog form .reset {
    background-color: #faca00;
    color: #000;
    width: 100%;
    display: inline-block;
    padding: 5px 30px;
    margin-top: 10px;
}
.catalog__address-path h1, .catalog__address-path h2{
    padding: 0;
    margin: 0;
    font-size: 24px;
}
b, strong{
    font-weight: 700;
}
.product__card .brand a, .product__card .cat a{
    color: #4767b8;
}
input[type="checkbox"],
input[type="radio"]{
    appearance: none;
    width: 1.2rem;
    height: 1.2rem;
    outline: 1px solid #4767b8;
    outline-offset: 2px;
    border-radius: 50%;
    margin-right: 5px;
}
input[type="checkbox"]:checked {
    background: #4767b8;
}

input[type="radio"] {
    outline: 1px solid rebeccapurple;
}
input[type="radio"]:checked {
    background: rebeccapurple;
}
.empty h1{
    text-align: center;
}

.search-results .container, .brand .container{
    max-width: 1000px;
    border-radius: 50px;
}
.brand h1{
    text-align: center;
}
.order input, .order textarea{
    padding: 0 20px;
}
.order .form-group input[type="radio"]{
    width: 14px;
    height: 14px;
    position: relative;
    top: 1px;
}
.order input[type="radio"]:checked{
    background-color: #4767b8;
}
.category .catalog, .catalog-page .catalog{
    justify-content: flex-start;
}
.category .right-panel, .catalog .right-panel{
    width: 100%;
}
.catalog-page select, .category select{
    text-transform: none;
    border-radius: 20px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 5px;
}
.catalog-page h2{
    text-align: center;
    justify-content: center;
    display: flex;
    width: 100%;
}


/* Currency dropdown container */
.currency-dropdown {
    position: relative;
    display: inline-block;
}

/* Current selected currency button */
.currency-btn {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

.currency-btn:hover {
    background-color: #f8f8f8;
}

/* Down arrow icon */
.currency-btn:after {
    content: '';
    display: inline-block;
    margin-left: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
}

/* Currency dropdown menu */
.currency-menu {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 180px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    display: none;
    z-index: 100;
}

/* Show dropdown when container is hovered */
.currency-dropdown:hover .currency-menu {
    display: block;
}

/* Dropdown header */
.currency-header {
    padding: 8px 12px;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #eee;
}

/* Currency list */
.currency-list {
    list-style: none;
    max-height: 250px;
    overflow-y: auto;
}

/* Currency item */
.currency-item {
    border-bottom: 1px solid #eee;
}

.currency-item:last-child {
    border-bottom: none;
}

/* Currency link */
.currency-link {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: background-color 0.2s;
}

.currency-link:hover {
    background-color: #f5f5f5;
}

/* Currency code */
.currency-code {
    font-weight: bold;
    margin-right: 8px;
}

/* Currency name */
.currency-name {
    color: #666;
    font-size: 13px;
}

/* Currency exchange rate */
.exchange-rate {
    margin-left: auto;
    font-size: 12px;
    color: #888;
}