.load-more {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.help-block {
    font-weight: 800;
    color: red;
}

.home_sections_filter_btn {
    position: fixed;
    top: 120px;
    left: 57px;
    z-index: 20000000;
}

.cat-image{
    object-fit: cover;
    height: 200px;
    overflow: hidden;
    border-radius: var(--card_body_border_radius);
}

.product-grid{

    border-radius: var(--card_container_border_radius);
}

.product-grid .product-image{

    border-radius: var(--card_body_border_radius);
}

.cat-image img{
    max-width: 100%;
    min-height: 100%;
}

.kv-upload-progress{
    display: none;
}

.ribbon {
    position: absolute;
    left: -3px;
    top: -8px;
    z-index: 1;
    overflow: hidden;
    width: 102px;
    height: 98px;
}


.ribbon span {
    color: #fff;
    text-align: center;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 140px;
    display: block;
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 29px;
    left: -32px;
    font-weight: 700;
    line-height: 24px;
}

.ribbon .primary {
    background: linear-gradient(#0c81b7 0%,#0c81b7 100%);
}

.ribbon .danger {
    background: linear-gradient(#F70505 0%,#ff4136 100%);
}

figure img {
    width: 100%;
}

.img-block {
    width:100%;
    overflow: hidden;

}

.product_sku {
    color:#9fa6aa !important;
}

.pay-men img{
    max-width: 3rem;
    min-width: 2rem;
    padding: 0px 3px;
}

.iti{
    width: 100% !important;
}
.swal2-title{
    font-size: 1.5rem!important;
}

#country_code{
    height: auto !important;
}

#swal2-validation-message{
    margin: 0px!important;
}

#mobile-search .xdsoft_autocomplete_dropdown div{
    padding: 10px;
    text-align: right;
    border-bottom: 1px solid #eee;
}
.swal2-styled.swal2-confirm{
    color: var(--button_main_color, #ffff) !important;
    border: var(--button_main_border_size, 1px) solid #303942 !important;
    border-radius: var(--button_main_border_rounded, 4px) !important;
}