/**
cart
*/
.input-number .number {
    border: 1px solid;
    display: inline-block;
    padding: 5px;
}

.input-number .number span {
    font-size: 12px;
}

.input-number .number span:hover {
    font-size: 12px;
    cursor: pointer;
}

.input-number .number input[type="number"] {
    width: 40px;
    text-align: center;
    border: none;
    font-size: 15px;
}

.remove-item-cart {
    font-size: 18px;
}

.remove-item-cart:hover {
    cursor: pointer;
}

.delivery-info .card {
    border: none;
}

.delivery-info .card-header {
    border-bottom: 1px solid #C9C9C9;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 24px;
    color: #DCA83A;
    background: #FFF;
    padding-left: 0;
}

table .cart-total {
    font-size: 24px !important;
    color: #DCA83A !important;
    font-weight: bold;
}

.blogs-wrapper {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    margin: 0 10px;
    /* transition: 0.2s all;/ */
    padding: 10px;
}

/* .blogs-wrapper:hover {
    transform: scale(0.9);
    transition: 0.2s all;
} */

.blogs-img-wrapper img {
    width: 100%;
    border-radius: 10px;
}

.blogs-text-wrapper {
    padding: 20px 30px;
    text-align: left;
}

.blogs-text-wrapper h4 {
    font-weight: 600;
    font-size: 18px;
    color: #2B2B2B;
}

.blogs-text-wrapper p {
    font-weight: 400;
    font-size: 16px;
    color: #2B2B2B;
    opacity: 0.5;
    margin: 0;
    padding: 10px 0px;
}

.blogs-read-more {
    font-weight: 500;
    font-size: 16px;
    text-align: right;
    color: #2B2B2B;
    position: relative;
    transition: .2s all;
}

.blogs-read-more:hover {
    color: #1f908b;
}

.blogs-read-more img {
    width: 20px !important;
    display: inline-block !important;
}

.social-bg {
    border-radius: 30px;
}

.social-date {
    padding: 30px 0px;
    position: relative;
}

.social-date a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    padding: 0px 10px;
}

.social-date::after {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50.8%;
}

.social-icons {
    padding: 20px 0px;
}

.s-icons {
    font-size: 18px !important;
    color: #2B2B2B;
    background: #fff;
    border-radius: 100%;
    padding: 10px 12px;
    margin: 0 5px;
    transition: 0.2s all;
}

.s-icons:hover {
    background-color: rgba(67, 41, 23, 1) !important;
    color: #fff;
}

.social-icons a:nth-child(2) i {
    padding: 10px 14px;
}

/* recent-artical-wrapper starts */

.recent-artical-wrapper {
    padding: 100px 0px;
    position: relative;
}

.recent-artical-wrapper .row:nth-child(1)::before {
    content: "";
    width: 400px;
    height: 480px;
    position: absolute;
    right: 0;
    top: -400px;
}

.recent-artical-wrapper .row:nth-child(1)::after {
    content: "";
    width: 400px;
    height: 480px;
    position: absolute;
    left: 0;
}

.artical-heading {
    position: relative;
}

.artical-heading::after {
    content: "";
    border-bottom: 3px solid rgba(1, 94, 51, 0.12);
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
    width: 300px;
    height: 3px;
    position: absolute;
}

/**
product detail*/
.tailoring-charges {
    display: none;
}

.tailoring-charges__plus::before {
    content: '+';
    font-size: 30px;
    margin-right: 5px;
}

.tailoring-charges p {
    font-weight: 700;
    color: #DCA83A;
    display: flex;
    align-items: center;
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    border-radius: 15px;
}

.noUi-handle::after,
.noUi-handle::before {
    height: 10px;
    left: 9px;
    top: 5px;
}

.noUi-horizontal {
    height: 10px;
    margin-bottom: 5px;
}
.noUi-connect{
    background: #dca83a;
}
#input-slider-range-value-low,
#input-slider-range-value-high {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #434043;
    opacity: 0.5;
}

.profile-right .card{
    margin-bottom: 10px;
    border: none;
}
.profile-wrapper .profile-right h5 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 24px;
    color: #DCA83A;
}
.profile-right .card-header {
    background-color: #fff;
}
.profile-right .aiz-pagination {
    margin-top: 15px;
}
del{
    text-decoration: line-through !important;
}
.profile-right .address-wrapper{
    margin: 0px;
}

/**
alert
*/
.alert-success{
    --bs-alert-bg: #E9C368;
}
.alert{
    color: #1A1A1A;
    font-weight: 500;
    font-family: 'Quando';
}
.green-btn,
.btn-primary.theme-btn {
    text-transform: uppercase;
}

/**
whatsapp*/

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
.btn-whatsapp-pulse-border:hover{
    color: #fff;
}
@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}
@media (max-width: 567px) {
    .btn-whatsapp-pulse {
        font-size: 30px;
        padding: 25px;
    }
    .btn-whatsapp-pulse-border {
        bottom: 100px;
    }
}

.category-popup .nav-link.choose-category {
    text-align: center;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 8px;
    color: #373737;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 5px 5px 0px;
}
.category-popup .nav-link.choose-category.active{
    background: #373737;
    color: #fff;
}
.category-popup .menus .product-categories h2 {
    padding: 10px 0;
}

@media only screen and (max-width: 576px) {
    .bottom-toolbar-inner-wrapper a .sup{
        top: 3px;
        right: -9px;
        padding: 2px 6px 3px 6px;
    }
}

.border-right{
    border-right: 1px solid #565252;
}

.category-popup .sb-sidenav-menu-nested {
    max-height: 400px;
    overflow-x: auto;
}
.category-popup .sb-sidenav-menu>.nav {
padding: 0 10px;
}
@media (max-width: 992px) {
    .category-popup.show-popup {
        height: 100%;
        bottom: 0;
    }

    .filter-btn-wrapper {
        margin-top: 20px;
    }
}
#layoutSidenav_nav .nav,
.menus {
    padding-left: 10px;
}

#sidenavAccordionProd .product-categories-list{
    height: 100%;
}
#sidenavAccordionProd #layoutSidenav_nav .nav,
.menus {
    padding: 0px;
    height: 100%;
}
@media (max-width: 992px) {
    #sidenavAccordionProd .product-categories-list{
        min-height: 800px;
        max-height: 800px;
        overflow-x: auto;
    }
}
@media (max-width: 400px) {
    #sidenavAccordionProd .product-categories-list {
        min-height: 700px;
        max-height: 700px;
        overflow-x: auto;
    }
}
@media (max-width: 380px) {
    #sidenavAccordionProd .product-categories-list {
        min-height: 530px;
        max-height: 530px;
        overflow-x: auto;
    }
}
@media (max-width: 320px) {
    #sidenavAccordionProd .product-categories-list {
        min-height: 445px;
        max-height: 445px;
        overflow-x: auto;
    }
}
@media (max-width: 240px) {
    #sidenavAccordionProd .product-categories-list {
        min-height: 205px;
        max-height: 205px;
        overflow-x: auto;
    }
}
@media only screen and (max-width: 767px) {
    .logo-header-row-one a img{
        width: 150px;
    }
}
/** slider */
#carouselExampleCaptions .d-flex.justify-content-center.align-items-start.flex-column {
    min-height: 247px;
}
.banner-wrapper{
    background-size: cover;
}
@media only screen and (max-width: 480px) {
    .banner-heading-wrapper {
        padding: 12px;
    }
}
/* end slider**/
/** menu  */
.search-wrapper {
    top: 6px;
}
@media only screen and (max-width: 991px) {
    .navbar-nav .nav-item {
        margin: 10px 0px;
    }
    .dropdown-menu.show{
        padding: 10px;
        position: absolute;
    }
}

/* end menu **/