@import url("https://fonts.cdnfonts.com/css/poppins");

.mark-as-delivered,.text-white2{
    color: #fff !important;
}
.countdown {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    color: #000;
}
.countdown-item {
    text-align: center;
}
.mt-5  {
    margin-top: 15px !important;
}
.countdown .label {
    font-size: 14px;
    margin-bottom: 5px;
}
.countdown .num {
    font-size: 28px;
    font-weight: bold;
}
.countdown .colon {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #ec1a1f;
}
.border-r-red {
    border-left: 10px solid #ec1a1f;
    font-size: 18px;
    font-weight: 500;
}
.border-r-red span {
    color: #ec1a1f;
}
.text-bold{
font-weight: 600 !important;
}
.text-md{
    font-size: 14px !important;
    letter-spacing: normal !important;
}
.mb-3{
    margin-bottom: 13px !important;
}
.mb-5{
    margin-bottom: 20px !important;  
}

.mt-3{
    margin-top: 13px !important;
}
.mt-5{
    margin-top: 20px !important;  
}
.d-none-kayd{
    display: none !important;
}
.label-flash {
    font-size: 24px !important;
    color: #000;
}
.text-light {
    color: #fff !important;
}
.bg-primary {
    background-color: #ec1a1f !important;
}

.btn-dark {
    background-color: #000 !important;
}

.text-danger {
    color: #ec1a1f !important;
}

.text-gray {
    color: #666 !important;
}

.new-mt-5 {
    margin-top: 5% !important;
}
.service-box {
    background-color: #fff !important;
    padding: 20px;
    border-radius: 5px;
    align-items: center;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.009);
    margin-bottom: 20px;
}

.service-box-md {
    background-color: #fff !important;
    border-radius: 6px;
    padding: 10px 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.009);
}

.bg-black {
    background-color: #000 !important;
}
.category-image {
    height: 120px;
    width: 100%;
}

.outer-circle {
    background: #f5f5f5;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.inner-circle {
    background: #343a40;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-danger {
    background-color: #ec1a1f !important;
}

.icon-size {
    font-size: 2rem;
}

.country-card-me {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    align-items: center;
    text-align: center;
    font-size: 16px;
    border: 1px solid #000 !important;
    margin-bottom: 20px;
}
.text-small {
    font-size: 12px !important;
}

.text-white {
    color: #fff !important;
}

.price-text {
    font-size: 14px !important;
}

.text-big {
    font-size: 16px !important;
}
.service-box h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.wide-padding {
    padding: 13px 24px;
}

.wider-padding {
    padding: 13px 24px;
}

.product-slider {
    padding: 20px 0;
}

@media screen and (max-width: 768px) {
    .product-card {
        margin-top: 20px !important;
    }

    .wide-padding {
        padding: 5px 10px;
        font-size: 14px;
    }
    .label-flash {
        font-size: 14px !important;
        color: #000;
    }

    .deal-navigation {
        top: -30px !important;
    }

    .padding-kayd {
        padding: 5px 10px !important;
        background-color: #ec1a1f;
        color: white;
        border-radius: 10px !important;
    }
}

.today-section {
    padding-top: 30px;
    padding-bottom: 10px;
}

.deal-navigation button {
    border: none;
    background: #f5f5f5;
    color: #000;
    border-radius: 50%;
    font-size: 18px;
}

.category-navigation button {
    border: none;
    background: #f5f5f5;
    color: #000;
    border-radius: 50%;
    font-size: 18px;
}

.supply-navigation button {
    border: none;
    background: #f5f5f5;
    color: #000;
    border-radius: 50%;
    font-size: 18px;
}

.text-md {
    font-size: 13px !important;
}
.new-product-image {
    height: 300px;
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease;
    overflow: hidden;
}

.new-discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 20px;
    z-index: 2;
}

.icon-circle {
    background: white;
    color: #333 !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
    cursor: pointer !important;
}

.new-add-to-cart {
    position: absolute;
    bottom: -50px;
    left: 0;
    transition: all 0.3s ease;
    z-index: 1 !important;
}

.new-product-image:hover .new-add-to-cart {
    bottom: 0;
}

.checkout-btn {
    background: #ccc !important;
}
.wrap-right-coupon,
.getcoupons-box-global {
    display: none;
}
.add-address-book .input-group-addon {
    width: 30%;
    background-color: #fff;
    padding: 0;
}

.add-address-book .input-group-addon select {
    width: 100% !important;
    border: unset;
    height: 30px;
}

.display-none {
    display: none;
}

.text-light {
    color: #fff !important;
}
/*product detail*/
.supplier-card .image_flag {
    width: 20px;
}

/*product detail*/

.manditory {
    color: red;
}

/*seller's country*/
.seller-country-section .feature-brand a {
    padding-left: 10px;
}

.seller-country-section .feature-brand a .country-brand-img {
    width: auto;
}

.seller-country-section .feature-brand a .country-brand-img img {
    width: calc(100% - 70px);
}

.seller-country-section .feature-brand a .country-brand-img {
    width: auto;
}

.seller-country-section .feature-brand a .country-brand-img {
    display: flex;
    text-align: center;
    align-items: center;
}

.seller-country-section .feature-brand a .country-brand-img span {
    font-size: 20px;
    font-weight: 500;
    margin-left: 5px;
}

.seller-country-section .feature-brand a .country-brand-img {
    display: flex;
    text-align: center;
    align-items: center;
    border: 2px solid #ec1a1f;
    height: 60px;
    border-radius: 10px;
    color: #ec1a1f;
    padding: 0 16px;
    transition: 0.7s;
}

.seller-country-section .feature-brand a .country-brand-img:hover {
    background: #ec1a1f;
    color: #fff;
}

/*seller's country*/

/*shreya 02Feb2024*/
/*    ready to ship*/
.wrapper-ship {
    margin: 50px auto;

    background-color: #eee;
    width: 100%;
    border-radius: 5px;
    box-shadow:
        3px 10px 15px -12px #333333,
        -3px 0px 15px -12px #333333;
}

.ship-content.tab-content {
    padding: 10px 20px;
}

.ready-ship.nav-tabs a {
    border: 0 !important;
    background-color: transparent !important;
}

.ready-ship.nav-tabs li.active {
    border-bottom: 2px solid #ec1a1f;
}

.ready-ship.nav-tabs li {
    border-bottom: 2px solid transparent;
}

.ready-ship.nav-tabs li a {
    width: 100%;
    text-align: center;
}

.ready-ship.nav-tabs li a:hover {
    color: #ec1a1f;
    font-weight: 600;
}

ul.nav.ready-ship.nav-tabs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    margin: 0px 30px;
}

.ready-ship.nav-tabs li {
    min-width: 212px;
    display: flex;
    align-items: flex-start;
    margin: 0 !important;
}

.tabs-wrapper {
    position: relative;
}

span.left,
span.right {
    position: absolute;
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ec1a1f;
    border-radius: 50%;
    left: 0px;
    top: 8px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin: 0px 10px;
}

span.right {
    right: 0px;
    left: unset;
}

.scroller-btn.inactive {
    opacity: 0.3;
    pointer-events: none;
}

.ready-ship > li > a {
    color: #000;
    padding: 10px 6px !important;
}

.ready-ship > li.active > a,
.ready-ship .nav-tabs > li.active > a:focus,
.ready-ship .nav-tabs > li.active > a:hover {
    color: #ec1a1f !important;
    font-weight: 600;
    font-size: 14px;
}

/*    ready to ship*/

/*wishlist button*/

.favourites table thead tr th,
.favourites table thead tr td {
    text-align: center;
}

.favourites table .f_product {
    /* display: inline-flex; */
    align-items: center;
}

.favourites table .f_product img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.favourites table .f_product p,
.favourites table p {
    font-size: 14px;
    padding-left: 4px;
}

.buttons-container {
    display: inline-flex;
    justify-content: space-evenly;
}

.buttons-container button,
.buttons-container button a {
    margin-left: 5px;
    color: #fff;
}

.wishlist-image {
    width: 50px;
}

.wishlist-btn {
    background: unset;
    border: unset;
    outline: unset;

    position: absolute;
    right: 40px;
}

/* .wishlist-btn i.fa-heart-o {
    color: #ccc;
    font-size: 18px;
} */

.wishlist-btn i.fa-heart-o {
    font-size: 15px;
    position: absolute;
    top: 4px;
    height: 30px;
    width: 30px;
    background: #cccccc;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    border-radius: 50%;
    color: #fff;
    /*    z-index: 9999;*/
}

.wishlist-btn i.fa-heart-o:hover {
    background-color: #ec1a1f;
}

.wishlist-btn i.fa-heart-o .wishlist-btn i.fa-heart:before {
    color: #ec1a1f;
    font-size: 18px;
}

/*wishlist button*/
/*company profile page*/

.company-profile-page .card {
    background: #f3f3f336;
    padding: 0px 0px;
    margin-bottom: 0px;
}

.company-profile-page .card .card-header h1 span {
    color: #ec1a1f;
}

/*company profile page*/

.color-red-theme {
    color: #ec1a1f;
}

/*product order rating*/
.productNameText {
    font-size: 13px;
}

.product-rating-container .rating {
    /*  margin-top: 40px;*/
    border: none;
    float: left;
}

.product-rating-container .rating > label {
    color: #90a0a3;
    float: right;
}

.product-rating-container .rating > label:before {
    margin: 5px;
    font-size: 2em;
    font-family: FontAwesome;
    content: "\f005";
    display: inline-block;
}

.product-rating-container .rating > input {
    display: none;
}

.product-rating-container .rating > input:checked ~ label,
.product-rating-container .rating:not(:checked) > label:hover,
.product-rating-container .rating:not(:checked) > label:hover ~ label {
    color: #f79426;
}

.product-rating-container .rating > input:checked + label:hover,
.product-rating-container .rating > input:checked ~ label:hover,
.product-rating-container .rating > label:hover ~ input:checked ~ label,
.product-rating-container .rating > input:checked ~ label:hover ~ label {
    color: #fece31;
}

/*product order rating*/

/*orderfull page*/
.viewfullOrderDetail-container {
    min-height: 400px;
    overflow: hidden;
    height: 400px;
    width: 100%;
    overflow-y: scroll;
}

.container-fullorder .table > tbody > tr > td {
    padding: 15px;
}

.pb-0 {
    padding-bottom: 0;
}

.mb-0 {
    margin-bottom: 0;
}

/*orderfull page*/
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
    clear: right;
}

.flex_bts .ans_dt {
    text-align: center;
}

/*address book*/
.address-box {
    position: relative;
}

.address-box .address-type {
    position: absolute;
    background: #ec1a1f;
    color: #fff;
    right: 0px;
    top: 0px;
    border-top-right-radius: 15px;
    padding: 2px 20px;
    border-bottom-left-radius: 15px;
    font-size: 13px;
    font-weight: 600;
    line-height: 28px;
}

/*address book*/
button.set-default-address.set-default-active {
    background: green;
    color: #fff;
    /*    border-radius: 15px;*/
}

.address-book-main .main-add {
    color: #000;
    margin: 10px 0px;
    font-size: 16px;
}

.address-book-main .col-form-label {
    color: #000;
    font-weight: 500;
}

.address-book-main .add-ad-body {
    padding: 0px 15px 15px 15px;
}

.address-book-main .add-ad-title {
    font-size: 22px;
    color: #000;
}

.address-book-main .opa-address {
    opacity: inherit;
}

.address-book-main .save-add {
    border-radius: 7px;
    background: #ec1a1f;
    border: none;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 14px 20px;
}

.message-text-success {
    color: green;
}

.message-text-error {
    color: red;
}

.product-image-container.second_img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 220px;
    padding: 0px 0px;
}

.FilterSearch,
.FilterSearch:focus,
.FilterSearch:hover {
    border: unset;
    outline: unset;
    padding-left: 20px;
    border-bottom: 1px solid #ccc;
}

.gog-ad {
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
}

.gog-ad img {
    object-fit: contain;
    object-position: center;
    height: 200px;
}

/*product detail*/
.thumb-vertical-outer.product-gallery ul li .thumbnail img {
    height: 98px;
    width: 98px;
    object-fit: contain;
}

/*product detail*/

/*Abhishek 02Feb2024*/
.help-center-card-tab .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #ec1a1f;
    border: 1px solid #dddddd00;
    border-bottom-color: transparent;
    border-radius: 0px !important;
    /* font-size: 18px; */
    font-weight: 600;
}

.help-center-card-tab .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.help-center-card-tab-heading-bg {
    background-color: #6d6f73 !important;
}

.help-center-card-tab .nav > li > a:focus,
.help-center-card-tab .nav > li > a:hover {
    text-decoration: none;
    background-color: #ec1a1f;
    color: #e0e0e0;
}

.help-center-card img {
    width: 80px;
    margin: 20px 0px 10px 0px;
    filter: invert(14%) sepia(93%) saturate(4451%) hue-rotate(351deg)
        brightness(96%) contrast(93%);
}

.help-center-card {
    background-color: #eeeeee;
    padding: 5px 10px;
    border-radius: 10px;
    height: 250px;
}

.help-center-heading h3 {
    font-size: 30px;
    font-weight: 600;
    color: #333;
}

.self-service-icon-bg {
    background-color: #ec1a1f42;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.help-center-card-d-flex {
    display: flex;
    align-items: center;
    color: #ec1a1f;
}

.self-service-icon a i {
    color: #ec1a1f;
}

.help-center-a-p ul li a {
    color: #333;
    font-size: 15px;
}

.help-center-card:hover {
    background-color: #fff;
    box-shadow:
        rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.help-center-card h5 {
    font-size: 18px;
    color: #000;
}

.header-gb-banner {
    width: 100%;
    height: 300px;
    background-image: url(../image/consumer-banner.png);
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}

.header-gb-banner h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 800;
}

.self-service-icon-bg-2 {
    background-color: #ed3021;
    /* background-color: #ec1a1f42; */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bolder;
    font-size: 30px;
}

.help-center-card-text {
    font-size: 16px;
    color: #333;
}

.help-center-card-text ul li p {
    font-size: 16px;
    color: #333;
}

.help-center-card-22 {
    background-color: #eeeeee !important;
    padding: 5px 10px;
    border-radius: 10px;
    height: 180px;
}

.help-center-card-22:hover {
    background-color: #fff;
    box-shadow:
        rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.ans_dt {
    cursor: pointer;
}

.ans_dt1 {
    width: 45px;
    cursor: auto;
}

.btn-sels {
    color: #fff;
}

.price-active {
    color: #ec1a1f;
    font-weight: 500;
}

.cart-product-image {
    background-color: #f2f2f2;
    border: 1px solid #ededed;
    border-radius: 8px;
    display: inline-block;
    height: 100px;
    vertical-align: middle;
    width: 100px;
    object-fit: contain;
}

.cart-dis {
    background-color: #ffffff;
    border: 1px solid #ededed;
    border-radius: 8px;
    margin: 5px 15px;
}

.cart-dis h1,
.cart-dis h2,
.cart-dis h3,
.cart-dis h4,
.cart-dis h5,
.cart-dis .h6 {
    margin-top: 4px;
    margin-bottom: 4px;
}

.cross {
    cursor: pointer;
}

.variation-txt {
    margin: 10px 0px;
}

.delete-cart-item,
.delete-cart-varient {
    float: right;
    color: #ec1a1f;
    cursor: pointer;
}

.label-select {
    margin-left: 5px;

    padding: 1px 12px;
    background: #ec1a1f;
    color: #fff !important;

    font-weight: 600;

    padding: 1px 12px;
    border: 1px solid #ec1a1f;
    color: red;

    font-weight: 600;
}

.hidden-radio-btn {
    visibility: hidden;
    position: absolute;
}

.option-active,
.option-selected {
    /*    border:2px solid #F44336;*/
    border: 2px solid #f44336;
    color: #fff;
    background: #f44336;
}

.option-active,
.option-selected {
    border: 2px solid #f44336;
}

li.sub-category-section.activeTab a {
    color: red !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.spinner-loader {
    display: none;
    position: fixed;
    background: #fff;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 999999;
}

span.gender-text-danger {
    color: red;
    font-size: 12px;
}

input.form-control.not-correct {
    border: 1px solid red;
    box-shadow: 0 0 2px 0px red;
}

.pwd {
    position: relative;
}

span.text-error {
    color: red;
}

span.text-success {
    color: green;
}

.p-viewer {
    z-index: 99;
    position: absolute;
    top: 30%;
    right: 10px;
}

/*.loader-td {
    display: none;
    position: fixed;
    background: #fff;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 999999;
}*/

   .loader-td {
        display: none;
        position: fixed;
        background: #fff;
        height: 100%;
        width: 100%;
        opacity: 0.9;
        top: 0;
        left: 0;
        text-align: center;
        z-index: 999999;
    }
    
    .loader-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 300px;
    }
    
    .loader-logo {
        max-width: 200px;
        margin-bottom: 15px;
    }
    
    .loading-message {
        font-size: 18px;
        color: #333;
        font-weight: 500;
        margin-bottom: 15px;
    }
    
    .sub-message {
        font-size: 14px;
        color: #777;
        margin-top: 10px;
        font-style: italic;
    }
    
    .progress-container-c {
        width: 100%;
        height: 4px;
        background: #f1f1f1;
        border-radius: 2px;
        overflow: hidden;
    }
    
     .progress-bar-c {
        height: 100%;
        width: 20%;
        background: linear-gradient(90deg, #ec1a1f, #ff6b6b);
        animation: loading 1.5s infinite ease-in-out;
        opacity: 1;
        display: block;
    }

    @keyframes loading {
        0% { width: 0%; }
        50% { width: 100%; }
        100% { width: 0%; }
    }


.fa-eye {
    color: #000;
}

.currencies-block {
    text-transform: uppercase;
    z-index: 999;
}

.languages-block {
    text-transform: uppercase;
}

span.invalid-feedback.text-danger {
    font-size: 12px;
    /* background: unset;
    color: red; */
    font-weight: 400;
}

span.send-otp-btn {
    display: none;
    cursor: pointer;
    color: green;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 600;
}

.form-sign.sign-num {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.form-sign.sign-num1 {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

/*select2*/
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 55px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 16px !important;
    height: 60px !important;
    padding-left: 3px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 25% !important;
    right: 10px !important;
    width: 20px;
}

/*abhishek*/

.create-account-hed-slide {
    margin: 200px 0px 150px 0px;
}

.create-account-top-btn {
    width: 223px;
    height: 56px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 30px;
    font-size: 22px;
    transition: 0.3s;
}

.create-account-top-btn:hover {
    width: 223px;
    height: 56px;
    color: #fff;
    padding: 10px 30px;
    font-size: 22px;
    box-shadow: 0px 0px 2px 2px #fff;
}

.create-account-top h3 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    line-height: 54.46px;
}

.create-account-top p {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 26.63px;
    margin-bottom: 30px;
}

.create-account-section-1 h3 {
    font-weight: 400px;
    font-size: 35px;
    line-height: 24px;
    color: #232859;
}

.create-account-section-1 h4 {
    font-weight: 400px;
    font-size: 25px;
    line-height: 24px;
    color: #232859;
}

.create-account-section-1-icon-div {
    display: flex;
}

.create-account-section-1-icon-div-a {
    width: 10%;
    padding-top: 10px;
}

.create-account-section-1-icon-div-a img {
    width: 30px;
}

.create-account-section-1-icon-div-b {
    width: 80%;
    margin-left: 10px;
}

.create-account-section-1-icon-div-b p {
    font-size: 15px;
    color: #616161;
}

.wish {
    width: 200px;
    align-items: center;
    background: #10101000;
    padding: 0px 0px !important;
    border-radius: 10px;
    margin-left: 50px;
}

.create-account-top-btn-2 {
    width: 200px;
    height: 56px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 12px;
    font-size: 22px;
    transition: 0.3s;
}

.create-account-top-btn-2 {
    position: relative;
}

.create-account-top-btn-2 .fa {
    position: absolute;
    right: 15px;
    top: 18px;
}

.create-account-top-btn-2 a.btn.btn-xs.dropdown-toggle {
    font-size: 20px;
    color: #fff;
}

.shopcart {
    display: flex;
    background: #ffffff !important;
    align-items: center;
    color: #000 !important;
    border-radius: 10px;
    height: 47px;
    padding: 10px 15px;
}

.shopcart a.btn.btn-xs.dropdown-toggle {
    font-size: 20px;
    color: #000;
}

.shopping_cart .btn-group {
    display: block;
    z-index: 5;
    /*    width: 200px;*/
}

.create-account-top-btn-3 {
    width: 200px;
    height: 56px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 12px;
    font-size: 22px;
    transition: 0.3s;
}

.create-account-top-btn-3 a.btn.btn-xs.dropdown-toggle {
    font-size: 20px;
    color: #000;
}

.create-account-section-1-business p b {
    font-size: 16px;
    color: #252525;
}

.business-select form select {
    border: none;
    width: 100%;
    border: 1px solid #d3d3d3;
    padding: 10px;
}

.business-select form select option .value {
    border: none;
    width: 100%;
    border: 1px solid #d3d3d3;
    padding: 10px !important;
    background-color: aqua !important;
}

.mg-top-10 {
    margin-top: 10px;
}

.business-select {
    width: 70%;
}

.business-information-type {
    border-left: 1px solid #787878;
    margin: 30px 20px;
    padding-left: 20px;
}

.business-information-type h5 {
    color: #232859;
    font-size: 16px;
    font-weight: 600;
}

.business-information-type p {
    color: #787878;
    font-size: 16px;
    font-weight: 500;
}

.agree-btn {
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #ec1a1f;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 10px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px !important;
}

.i-text {
    font-size: 16px;
    font-weight: 500;
    color: #616161;
}

.please-ensure {
    padding: 20px;
    background-color: #eaeaea;
}

.please-ensure-text-balck {
    color: #252525;
    font-weight: 400;
    font-size: 16px;
}

.please-ensure-text {
    color: #ec1a1f;
    font-weight: 400;
    font-size: 16px;
}

/* .please-ensure-text-balck-icone{
    width: 150px;
    margin-right: 10px;

} */
.business-input input[type="text"] {
    border: none;
    border: 1px solid #d3d3d3;
    padding: 15px;
}

.business-select-selecter select {
    border: none;
    width: 100%;
    border: 1px solid #d3d3d3;
    padding: 10px;
}

.wish .dropdown-menu > li > a {
    width: 200px !important;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.business-select-selecter select .dropdown-select {
    outline: none;
    border: none;
}

.business-select-selecter select {
    display: block;
    width: 100%;
    font-size: 1em;
    padding: 1.8rem 1.5rem;
    border: 1px solid #dbdbdb;
    font-family: "Poppins", sans-serif;
    /** for the dropdown indicator */
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}

.Modal-popu h3 {
    color: #232859 !important;
    font-size: 22px;
    font-weight: 600;
    line-height: 12px;
}

.Modal-popu p {
    color: #616161 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.Modal-popu-otp input {
    width: 100%;
    border: 1px solid #616161;

    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.Modal-popu-otp-m-3 {
    margin: 5px 0px 20px;
}

.Modal-popu-otp-btn {
    width: 100%;
    text-align: center;
    background-color: red;
    color: #fff;
    padding: 10px;
    margin-top: 10px !important;
}

.otp-submit-register {
    width: 100%;
    text-align: center;
    background-color: red;
    color: #fff;
    padding: 10px;
    margin-top: 10px !important;
    border: unset;
}

/*abhishek*/

.loader-td {
    display: none;
    position: fixed;
    background: #fff;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 999999;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden;
    /* Hidden by default. Visible on click */
    min-width: 250px;
    /* Set a default minimum width */
    margin-left: -125px;
    /* Divide value of min-width by 2 */
    background-color: #333;
    /* Black background color */
    color: #fff;
    /* White text color */
    text-align: center;
    /* Centered text */
    border-radius: 2px;
    /* Rounded borders */
    padding: 16px;
    /* Padding */
    position: fixed;
    /* Sit on top of the screen */
    z-index: 99999;
    /* Add a z-index if needed */
    left: 50%;
    /* Center the snackbar */
    bottom: 30px;
    /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible;
    /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
    -webkit-animation:
        fadein 0.5s,
        fadeout 0.5s 2.5s;
    animation:
        fadein 0.5s,
        fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

/*toast message*/

.strong-password {
    font-size: 12px;
    color: #c75705;
}

p.strong-text-password {
    font-size: 12px;
    color: #b30000c4;
}

span.color-red {
    color: red;
}

.text-right-desktop {
    text-align: right;
}

@media screen and (min-width: 320px) and (max-width: 520px) {
    .text-right-desktop {
        text-align: left;
    }
    #snackbar {
        left: 20%;
        bottom: 130px;
        margin-left: 0;
        right: 20%;
    }
}

/*ready to ship shreya*/
.wrapper-ship {
    margin: 50px auto;

    background-color: #eee;
    width: 100%;
    border-radius: 5px;
    box-shadow:
        3px 10px 15px -12px #333333,
        -3px 0px 15px -12px #333333;
}

.tab-content.ship-content {
    padding: 10px 20px;
}

.ready-ship.nav-tabs a {
    border: 0 !important;
    background-color: transparent !important;
}

.ready-ship.nav-tabs li.active {
    border-bottom: 2px solid #ec1a1f;
}

.ready-ship.nav-tabs li {
    border-bottom: 2px solid transparent;
}

.ready-ship.nav-tabs li a {
    width: 100%;
    text-align: center;
}

ul.nav.ready-ship.nav-tabs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    margin: 0px 30px;
}

.ready-ship.nav-tabs li {
    min-width: 212px;
    display: flex;
    align-items: flex-start;
    margin: 0 !important;
}

.tabs-wrapper {
    position: relative;
}

span.left,
span.right {
    position: absolute;
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ec1a1f;
    border-radius: 50%;
    left: 0px;
    top: 8px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin: 0px 10px;
}

span.right {
    right: 0px;
    left: unset;
}

.scroller-btn.inactive {
    opacity: 0.3;
    pointer-events: none;
}

.ready-ship > li > a {
    color: #000;
    padding: 10px 6px !important;
}

.ready-ship > li.active > a {
    color: #ec1a1f !important;
    font-weight: 600;
    font-size: 14px;
}

/*ready to ship shreya*/

/*request to quotation shreya*/

/* Sherya CSS Start */

.page-title-arya {
    position: relative;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 110px 0 110px;
    min-height: 250px;
}

.page-title-arya:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #1313;
    opacity: 0.6;
    content: "";
}

.about-head h3 {
    color: #000;
    border-bottom: 0 !important;
    margin-left: 10px !important;
    font-family: "Poppins", sans-serif;
    font-size: 32px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.title-outer .title {
    color: #fff;
    font-size: 40px;
    margin-top: 10px;
}

.title-outer {
    text-align: center;
}

.about-us.pb-80 {
    padding-bottom: 50px;
}

.who_arya p {
    font-size: 16px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
}

.about-us.pt-80 {
    padding-top: 60px;
}

.about-us.pb-40 {
    padding-bottom: 40px;
}

.about-us.pt-40 {
    padding-top: 20px;
}

.pt-40 {
    padding-top: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.section-title-about:before {
    content: url("../image/section-shape.png");
    position: absolute;
    left: -32px;
    top: 2px;
    bottom: auto;
}

.section-title-about h2 {
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 38px;
}

.section-title-about h2 span {
    color: #eb2235;
    font-weight: 400;
}

.section-title-about p {
    font-size: 16px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
}

.mt-45 {
    margin-top: 45px;
}

.pb-40 {
    padding-bottom: 40px;
}

.who_arya h2 {
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 38px;
}

.help-center-card-222 {
    background-color: #eeeeee !important;
    padding: 5px 10px;
    border-radius: 10px;
    height: 200px;
}

.help-us-improve {
    box-shadow: 0px 0px 10px 0px;
    padding: 10px 20px;
    border-radius: 10px;
}
.help-center-card-text ol {
    padding-left: 0;
    margin-left: 0;
}
.help-center-card-text ul {
    padding-left: 0;
}
@media screen and (max-width: 767px) {
    .progres-tec-rev {
        display: flex;
        flex-direction: column-reverse;
    }
    .header-gb-banner {
        height: 200px;
    }

    .about-us.pt-80 {
        padding-top: 30px;
    }

    .about-us.pb-80 {
        padding-bottom: 30px;
    }

    .about-content .mb-30 {
        margin-bottom: 0;
    }

    .about-content .fav-green-btn {
        margin-bottom: 20px;
    }

    .about-us.pt-40 {
        padding-top: 00px;
    }

    .about-us.pb-40 {
        padding-bottom: 0px;
    }

    .social-media {
        margin: 0px;
        width: 100%;
    }

    .page-title-arya {
        padding: 70px 0 70px;
        min-height: 0px;
    }

    .header-gb-banner h1 {
        font-size: 25px;
        color: #fff;
        font-weight: 800;
    }

    .who_arya h2 {
        font-size: 20px;
        font-weight: bold;
        margin: 0 0 0px;
        line-height: 38px;
        color: #000;
    }
    .product-image-container.second_img img {
        object-fit: contain;
    }
}

/* Sherya CSS End*/

/*blog*/
.article-image.banners.blgs {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.blog-header h3 {
    font-weight: 600 !important;
    text-transform: uppercase;
    margin: 0;
    color: #000;
    font-size: 22px;
    font-family: "Poppins", sans-serif;
}

.blog-listitem .blog-item .itemBlogContent .article-title h4 a {
    font-family: "Poppins", sans-serif;
}

.text-black {
    color: #000;
}

.blog-listitem .blog-item .itemBlogContent .article-title h4 a:hover {
    color: #ec1a1f !important;
}

.blog-category ul li.list-group-item a:hover {
    color: #ec1a1f !important;
}

.blog-listitem .blog-item .itemBlogContent .blog-meta > span.comment_count a {
    color: #ec1a1f !important;
    line-height: 10px;
}

.pagination {
    padding-left: 15px !important;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ec1a1e !important;
    border-color: #ec1a1f !important;
}

.latest-product .media:hover .media-left {
    border-color: #ec1a1f !important;
}

.latest-product .media .media-body h4 a:hover {
    color: #ec1a1f !important;
}

.blog-comment-info {
    color: #000;
}

.blog-comment-info h3 {
    font-size: 22px;
    font-weight: 700;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-7 {
    margin-top: 7px;
}

div.article-info .related-comment #button-comment {
    background: #ec1a1f !important;
    border-color: #ec1a1f !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.latest-product .media .media-body h4 {
    margin-bottom: 4px;
}

.font-30 {
    font-size: 30px !important;
}

.blg-detail h1 {
    color: #fff;
}

.comments-container .item {
    border-bottom: 1px solid #cccccc47;
    margin-bottom: 20px;
}

.comments-container .item .name {
    text-align: left;
}

.comments-container .item .name h4 {
}

.comments-container .item .time {
    text-align: right;
}

.comments-container .item img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.comments-container .item p {
    text-align: justify;
}

/*blog*/
/*shreya 02Feb2024*/
.design_text a,
.product-layout a {
    color: #555555 !important;
}

.deal-of-the-day-countdown {
    transition: 0.3s;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding: 12px 12px;
    border-radius: 20px;
    text-align: center;
    background: #000000d6;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.deal-of-the-day-countdown:hover {
    background: #ec1a1f;
    color: #fff;
}

.form-lab1 {
    font-weight: 500;
    font-size: 18px;
}

.sign--up.get-quo {
    background: whitesmoke;
    padding: 16px 22px;
    border-radius: 20px;
    margin-bottom: 35px;
}

.sign--up.get-quo h3 {
    margin-bottom: 30px;
}

textarea.txt-get {
    border-radius: 20px;
}

.btn-sign2 button {
    border-radius: 16px;
    background: #ec1a1f;
    border: none;
    color: #fff;
    padding: 16px 30px;
    font-size: 16px;
    margin-bottom: 20px;
}

/*request to quotation shreya*/

/*buyer partner shreya*/
.buyer_partner h3 {
    font-size: 22px;
    margin-top: 20px;
    color: #000;
}

.buyer_partner h4 {
    font-size: 16px;
    margin-top: 20px;
    color: #000;
}

.buyer_partner p {
    margin-bottom: 6px;
    font-size: 1.5rem;
}

.buyer_partner ul li {
    font-size: 1.5rem;
}

/*buyer partner shreya*/

/*product details*/
.btn-clickable {
    cursor: pointer;
}

#accordionExample .card .card-header {
}

#accordionExample .card {
}

#accordionExample .card .collapse.show {
    padding-left: 10px;
    border: 1px solid #ec1a1f;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#accordionExample .card .card-header {
    background: #ec1a1f;
}

#accordionExample .card .card-header button {
    text-align: left;
    padding-left: 10px;
    color: #fff;
}

/*product details*/

/*buyer profile order tab*/
#ongoing-order .ongoing-box .ongoing-first {
    border-bottom: 1px solid #dedede4a;
}

#ongoing-order .ongoing-box {
    border: none;
    padding: 15px;
    margin-top: 20px;
    box-shadow: 0 3px 6px 0px #cccc;
    border-radius: 12px;
}

#ongoing-order .ongoing-box:hover {
    box-shadow: 0 6px 10px 0px #cccc;
}

#ongoing-order .ongoing-box .ongoing-btn1 {
    padding: 8px;
    font-size: 14px;
    border-radius: 20px;
}

#ongoing-order .ongoing-box .td-flex {
    display: inline-flex;
}

.width100 {
    width: 100%;
}

#ongoing-order .ongoing-box .card .card-body table tbody tr {
    border-bottom: 1px solid #cccc;
}

#ongoing-order .ongoing-box .card .card-body table tbody tr td a {
    color: #000;
}

#ongoing-order .ongoing-box .card .card-body table tbody tr td a:hover {
    color: #ec1a1f;
}

/*buyer profile order tab*/

/*get coupons*/
.getcoupons-box {
    display: none;
}

.getcoupons-box.display-block {
    display: block !important;
}

.getcoupons-box.display-block {
    display: block !important;
    position: absolute;
    width: 92%;
    top: 40px;
    opacity: 1;
    z-index: 9;
}

.getcoupons-box.display-block ul {
    list-style: none;
    padding-left: 0;
}

.getcoupons-box.display-block ul li {
    text-align: left;
    width: 100%;
    position: relative;
    background: #ff818129;
    padding: 10px 10px;
    border: 2px solid #ec1a1f;
    border-radius: 10px;
    margin-top: 5px;
}

.getcoupons-box.display-block ul li button {
    position: absolute;
    right: 6px;
    top: 6px;
    padding: 2px 6px;
    background: #fff;
    color: #ec1a1f;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}
.coupon_c {
    color: #ec1a1f;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
}
.coupon_d {
    color: #000;
    font-weight: 500;
    font-size: 12px;
}

/*get coupons*/

/*get global coupons*/
.getcoupons-box-global {
    display: none;
}

.getcoupons-box-global.display-block {
    display: block !important;
}

.getcoupons-box-global.display-block {
    display: block !important;
    position: absolute;
    width: 92%;
    top: 32px;
    opacity: 1;
    z-index: 9;
}

.getcoupons-box-global.display-block ul {
    list-style: none;
    padding-left: 0;
}

.getcoupons-box-global.display-block ul li {
    text-align: left;
    width: 100%;
    position: relative;
    background: #ff818129;
    padding: 10px 10px;
    border: 2px solid #ec1a1f;
    border-radius: 10px;
    margin-top: 5px;
}

.getcoupons-box-global.display-block ul li button {
    position: absolute;
    right: 6px;
    top: 6px;
    padding: 2px 6px;
    background: #fff;
    color: #ec1a1f;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

/*get global coupons*/

/*deal section*/
.deal-section .label-select {
    border: unset;
    margin-left: 5px;
    padding: 0px 12px;
    background: none;
    color: #000 !important;
    margin-bottom: 0;
    margin-top: 1px;
    font-weight: 600;
}
.deal-section .table > tbody > tr > td {
    text-align: center;
}
.deal-section .table_us table {
    border: unset;
}

.deal-section .table_us table tr:first-child {
    background: #595858;
    color: #fff;
    text-align: center;
    border: unset;
}

.deal-of-the-day-countdown p {
    margin-bottom: 0;
}

.deal-flex-row {
    display: flex;
    align-items: center;
}

/*deal section*/

.popular-category-section .product-layout .product-item-container {
    border: 1px solid #dddddd;
}

/* bootstrap margin and padding all css styles */

.help-center-card-py-5 {
    padding: 100px 0px;
}

.help-center-card-py-4 {
    padding: 80px 0px;
}

.help-center-card-py-3 {
    padding: 20px 0px;
}

.help-center-card-py-2 {
    padding: 20px 0px;
}

.help-center-card-py-1 {
    padding: 10px 0px;
}

.help-center-card-px-5 {
    padding: 0px 100px;
}

.help-center-card-px-4 {
    padding: 0px 80px;
}

.help-center-card-px-3 {
    padding: 0px 50px;
}

.help-center-card-px-2 {
    padding: 0px 20px;
}

.help-center-card-px-1 {
    padding: 0px 10px;
}

.help-center-card-my-5 {
    margin: 100px 0px;
}

.help-center-card-my-4 {
    margin: 80px 0px;
}

.help-center-card-my-3 {
    margin: 50px 0px;
}

.help-center-card-my-2 {
    margin: 20px 0px;
}

.help-center-card-my-1 {
    margin: 10px 0px;
}

.help-center-card-mt-5 {
    margin-top: 100px;
}

.help-center-card-mt-4 {
    margin-top: 50px;
}

.help-center-card-mt-3 {
    margin-top: 30px;
}

.help-center-card-mt-2 {
    margin-top: 20px;
}

.help-center-card-mt-1 {
    margin-top: 10px;
}

.help-center-card-mb-5 {
    margin-bottom: 100px;
}

.help-center-card-mb-4 {
    margin-bottom: 80px;
}

.help-center-card-mb-3 {
    margin-bottom: 50px;
}

.help-center-card-mb-2 {
    margin-bottom: 20px;
}

.help-center-card-mb-1 {
    margin-bottom: 10px;
}

.help-center-card-mb-5 {
    margin-bottom: 100px;
}

.help-center-card-mb-4 {
    margin-bottom: 80px;
}

.help-center-card-mb-3 {
    margin-bottom: 50px;
}

.help-center-card-mb-2 {
    margin-bottom: 20px;
}

.help-center-card-mb-1 {
    margin-bottom: 10px;
}

/* bootstrap margin and padding all css styles END */
/*Abhishek 02Feb2024*/

/* ------started-code-by-anjnai--- */
@media screen and (max-width: 767px) {
    .deal-flex-row {
        display: block;
    }

    /* .lead_time {
        display: block;
    } */
    .mobile_678 {
        width: 35% !important;
    }

    .mobile-567 {
        display: flex;
        align-items: center;
    }

    .mobile-568.w-45 {
        text-wrap: nowrap;
    }

    .mobile_678 h4 {
        font-size: 11px;
    }

    .label-select {
        padding: 1px 5px;
        min-width: 45px;
    }

    .table_us {
        margin-left: 0px;
    }

    .magni-price {
        display: block;
    }

    .magni_color-detail2 h3 {
        margin-left: 0px;
    }

    .magni_color-detail1 {
        width: 100%;
        margin-right: 5px;
    }

    .deal-of-the-day-countdown {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        padding: 8px 8px;
        border-radius: 3px;
    }

    .help-center-card-tab .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover {
        font-size: 12px;
    }
}

.faq-det #accordion {
    max-width: 100%;
}

.faq-det .panel-default > .panel-heading {
    color: #ec1a1f;
    background-color: #fff;
}

.faq-det .panel-heading a {
    &::after {
        content: "";
        border: solid #ec1a1f;
        border-width: 0px 2px 2px 0;
        display: inline-block;
        padding: 5px;
        position: absolute;
        right: 0;
        top: 0px;
        transform: rotate(45deg);
    }
}

@media screen and (max-width: 767px) {
    .self-service-icon-bg-2 {
        height: 40px;
        width: 40px;
        font-size: 20px;
    }
    /* ----09-07-2024-------- */

    .select2-container--default .select2-selection--single {
        height: 45px !important;
    }

    .select2-container--default
        .select2-selection--single
        .select2-selection__rendered {
        color: #444;
        line-height: 45px !important;
    }

    .mgt-20 {
        margin-top: 10px;
    }

    .sign--up h3 {
        font-size: 16px;
    }

    .sign--up {
        margin-bottom: 10px;
    }

    .sign--up h5 {
        font-size: 16px;
    }

    .sign--up p {
        font-size: 14px;
    }

    .module {
        margin-top: 5px;
    }

    .copyright-text {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .fot-logo h2 {
        font-size: 14px;
    }

    .cart-mob {
        text-align: center;
    }

    .two-block.ban h2 {
        font-size: 20px;
        margin-top: 20px;
    }

    .producttab .tabsslider .nav-tabs li a {
        font-size: 11px;
    }

    .producttab .tabsslider.details-tabb {
        margin-top: 20px;
    }

    .tab-pane h3 {
        font-size: 14px;
    }

    .signin_back {
        padding-bottom: 10px;
    }
    .two-block.ban button {
        padding: 10px 15px;
        border-radius: 10px;
        width: auto;
        height: auto;
    }
    .two-block.ban h3 {
        font-size: 16px;
        position: absolute;
        left: 24px;
        margin-top: 0px;
        padding: 12px;
        width: auto;
        height: auto;
        border-radius: 12px;
    }
    .create-account-top h3 {
        font-size: 22px;
        line-height: 35px;
    }

    .create-account-hed-slide {
        margin: 50px 0px 50px 0px;
    }

    .create-account-section-1 h3 {
        font-size: 22px;
    }

    .create-account-section-1 h4 {
        font-size: 18px;
    }

    .create-account-top-btn:hover {
        font-size: 14px;
        box-shadow: 0px 0px 2px 2px #fff;
    }

    .business-select {
        width: 100%;
    }

    .business-select-selecter select {
        padding: 1rem 1.5rem;

        border-radius: 15px;
    }

    .i-text {
        font-size: 14px;
        font-style: normal;
    }

    .mb-60 {
        margin-bottom: 20px;
    }

    /*mohit 10Jyly2024*/
    .currencies-block .dropdown-backdrop {
        display: none;
    }

    .title-outer .title {
        font-size: 22px;
        padding: 0px 15px;
    }

    .buyer_partner p {
        text-align: justify;
    }

    .buyer_partner h3 {
        font-size: 18px;
        margin-top: 15px;
        color: #000;
    }

    .help-center-card-mt-4 {
        margin-top: 15px;
    }

    .section-title-about h2 {
        font-size: 22px;

        margin: 0px;
        line-height: 30px;
    }

    .help-center-card-py-3 {
        padding: 5px 0px;
    }

    .help-center-card-tab .nav-tabs > li > a {
        font-size: 12px;
    }

    .help-center-card-px-3 {
        padding: 0px 0px;
        margin: 0px !important;
    }

    .help-center-card-d-flex {
        margin-bottom: 10px;
    }

    .tab-content {
        padding: 15px 0px;
    }

    .help-center-card-mt-3 {
        margin-top: 0px;
    }

    .navbar-header {
        display: none !important;
    }
}

.magni-price.bdr-clr h3 {
    margin: 0 0 5px;
}
.pd-0 {
    padding: 0;
}
.agree-btn:hover {
    color: #fff !important;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.megamenu {
    scrollbar-width: thin;
    scrollbar-color: #ec1a1f #ffffff;
}
