/*@font-face {
  font-family: 'CustomFont';
  src: url('../../fonts/arial_rounded_mt/arialroundedmtbold.ttf') format('truetype'), 
}
@font-face {
  font-family: 'CustomFont';
  src: url('../../fonts/arial_rounded_mt/arialroundedmtregular.ttf') format('truetype'), 
}

body {
  font-family: "Arial Rounded MT Bold", Arial, sans-serif;
}
*/
* {
    --primary-color: #19975d;
    --secondary-color: #C11E20;
}

.button-warning-outline:focus,
.button-warning-outline:hover,
.button-warning:focus,
.button-warning:hover {
    background-color: #c11e20 !important;
    border-color: #c11e20 !important;
    color: #fff !important;
    outline: 0;
}

.bg-light-grey {

    background-color: #e9ecef;
}

.my-account-section input[type="date"]:not(.has-value):before {
    content: "" !important;
    width: 100%;
}

.subscription-page .col-lg-3:nth-child(2) .pricingTable-header,
.subscription-page .col-lg-3:nth-child(2) .pricingTable-signup a {
    background: #FFD700;
}

.subscription-page .col-lg-3:nth-child(2) .price-value .amount {
    color: #FFD700;
}

.subscription-page .col-lg-3:nth-child(2) .pricing-content li:before {
    color: #FFD700;
}

.subscription-page .col-lg-3:nth-child(3) .pricingTable-header,
.subscription-page .col-lg-3:nth-child(2) .pricingTable-signup a {
    background: #E5E4E2;
}

.subscription-page .col-lg-3:nth-child(3) .price-value .amount {
    color: #E5E4E2;
}

.subscription-page .col-lg-3:nth-child(3) .pricing-content li:before {
    color: #E5E4E2;
}

.subscription-page .col-lg-3:nth-child(4) .pricingTable-header,
.subscription-page .col-lg-3:nth-child(2) .pricingTable-signup a {
    background: #8e5572;
}

.subscription-page .col-lg-3:nth-child(4) .price-value .amount {
    color: #8e5572;
}

.subscription-page .col-lg-3:nth-child(4) .pricing-content li:before {
    color: #8e5572;
}






.img-siz-profilepage img {
    height: 140px;
    width: 140px;
    border: 1px solid var(--primary-color);
    border-radius: 50% !important;
    object-fit: cover;
}

.top-icon {
    font-size: 11px;
    margin-left: 15px;
}

div#collapsingNavbar ul li:first-child ul.subMenu li i {
    display: block;
}

.is-sticky .topbar-right a span {
    color: #000 !important;
}

div#collapsingNavbar ul li ul.subMenu li i {
    display: none;
}

.Enquiry_form td p.bg-light-grey {
    background-color: #e9ecef;
    width: fit-content;
    margin: auto;
    padding: 5px 20px;
}

.multisteps-form__form {
    position: relative;
    height: auto !important;
}

/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, 
h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, 
code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, b, u, center, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
    font-family: Arial Rounded MT Bold !important;
}
*/
.quick_shift input,
ul.Enquiry_form_option.mb-5 input {
    visibility: hidden;
}

.auth-Card-page .auth-Card-123 {
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-top: 10px solid var(--secondary-color);
    background-color: #fff;
    padding: 0 0 38px 0 !important;
    height: auto;
    overflow: hidden;
}

.auth-heading {
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background: #19975d1c;
    color: var(--secondary-color);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.auth-heading-main {
    margin-bottom: 20px;
    border-radius: 5px;
    background: #19975d1c;
    color: var(--secondary-color);
}

.auth-heading-main h3::after {
    content: "";
    height: 3px;
    width: 15%;
    bottom: 5px;
    border-radius: 10px;
    left: 0;
    position: absolute;
    background-color: var(--primary-color) !important;
}

.auth-heading-main h3 {
    font-weight: 700;
    position: relative;
    font-size: 25px;
    text-transform: uppercase;
    width: fit-content;
}

.breadcrumb {
    font-size: 16px !important;

}

.auth-heading-main h3::before {
    content: "";
    height: 3px;
    width: 9px;
    bottom: 5px;
    left: 16%;
    border-radius: 10px;
    position: absolute;
    background-color: var(--primary-color);
}

.auth-heading-main p {
    font-size: 18px;
    color: #000;
}

.auth-heading h3 {
    font-weight: 700;
    position: relative;
    font-size: 23px;
    text-transform: uppercase;
    width: fit-content;
}

section.my-account-section .card {
    padding: 0 10px;
    background: #fff !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin: 15px 0 35px;
}

small {
    font-size: 11px !important;
}

.auth-heading h3::after {
    content: "";
    height: 3px;
    width: 15%;
    bottom: 5px;
    border-radius: 10px;
    left: 0;
    position: absolute;
    background-color: var(--secondary-color);
}

.auth-heading h3::before {
    content: "";
    height: 3px;
    width: 9px;
    bottom: 5px;
    left: 16%;
    border-radius: 10px;
    position: absolute;
    background-color: var(--secondary-color);
}

.auth-heading h4 {
    font-weight: 700;
    position: relative;
    width: fit-content;

}

.auth-heading h4::after {
    content: "";
    height: 3px;
    width: 10%;
    bottom: 5px;
    border-radius: 10px;
    left: 0;
    position: absolute;
    background-color: var(--secondary-color);
}

.auth-heading h4::before {
    content: "";
    height: 3px;
    width: 9px;
    bottom: 5px;
    left: 11%;
    border-radius: 10px;
    position: absolute;
    background-color: var(--secondary-color);
}

.multisteps-form__content .form-coteg {
    width: 33%;
    justify-content: space-between;
    padding: 0 10px;
    display: flex !important;
    align-items: center;
}

html {
    scroll-behavior: smooth;
}

div#everything .item {
    padding: 0 5px;
}

button.multisteps-form__progress-btn {
    cursor: not-allowed;
    pointer-events: none !important;
}

.ribbon4 {
    position: absolute;
    top: -74px;
    left: 14px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding: 8px 35px;
    background: var(--primary-color);
    box-shadow: -1px 2px 3px rgba(0, 0, 0, .3);
}

.ribbon4:before,
.ribbon4:after {
    content: "";
    position: absolute;
}

.ribbon4:before {
    width: 7px;
    height: 100%;
    top: 0;
    left: -6.5px;
    padding: 0 0 7px;
    background: var(--primary-color);
    border-radius: 5px 0 0 5px;
}

.ribbon4:after {
    width: 5px;
    height: 5px;
    bottom: -5px;
    left: -4.5px;
    background: var(--primary-color);
    border-radius: 5px 0 0 5px;
}

.img-siz-header img {
    height: 40px;
    width: 40px;
    border: 1px solid var(--primary-color);
    border-radius: 50% !important;
    object-fit: cover;
}

.main-header-top.is-sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    /*animation: slideDown 0.2s ease-out;*/
}

body {
    padding-top: 150px !important;
}

#header.topper-white {
    top: 0 !important;
    position: absolute;
}

/*.topper-white .for-top-space{
    display:none;
}
.main-header-top.is-sticky .for-top-space{
    padding-top: 100px;
    display: block;
}*/


.main-header-top.is-sticky .topbar {
    display: none !important;
    transition: all 2s;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}


.ribbon1 {
    position: relative;
    margin-bottom: 30px;
}

.auth-Card-page {
    background-color: #f1f1f1;
}

.top-option-indata-page {
    margin-top: 10px;
    /* padding-top: 5px; */
    background-color: var(--secondary-color);
    position: relative;
    z-index: -1;
}

.text-c-brown {
    color: var(--secondary-color) !important;

}

.ic-1top {
    display: flex;
    gap: 10px;
    padding: 7px 0;
    flex-wrap: wrap;
}

.list-unstyled {
    padding-left: 20px;
}

.list-unstyled li {
    list-style-type: disclosure-closed;
    color: var(--primary-color);
}

.ic-1 {
    text-align: center;
    padding: 7px 10px;
    display: flex;
    width: auto;
    gap: 8px;
    align-items: center;
    height: auto;
    border-radius: 8px;
    border: 1px solid #fff;
}

.ic-1 i {
    color: #fff;
    font-size: 20px;
}

.ic-1 p {
    color: #fff;
    line-height: 15px;
    font-size: 15px;
    font-weight: 500;
}

article.quick_shifter h5 a {
    color: #06048c !important;
}


.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: #fff;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.bg-danger {
    background-color: var(--secondary-color) !important;
}

.topbar-right .dropdown:hover .dropdown-menu {
    display: block !important;
    position: absolute;
    z-index: 99;
    top: 0;
    margin-top: 25px !important;
}





[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    border: 1px solid var(--secondary-color) !important;
}

input[type="checkbox"]:checked {
    background-color: var(--primary-color) !important;
    accent-color: var(--secondary-color);
}

input[type="checkbox"] {
    display: inline-block;
    width: 17px;
    height: 17px;
    /* Change this to the desired color */
}

button#send-otp,
button#after-otp {
    width: 100%;
    background-color: var(--primary-color);
    border: none !important;
    padding: 10px 0;
    border-radius: 0;
    /* margin: 0 15px !important; */
}

button.btn.btn-primary.ml-auto.js-btn-next {
    width: 50%;
    background-color: var(--primary-color);
    border: none !important;
    padding: 10px 0;
    /* margin: 0 0 0 15px !important; */
    border-radius: 0 !important;
}

button.btn.btn-primary.js-btn-prev {
    width: 50%;
    background-color: #c1c1c1;
    padding: 10px 0;
    border: none !important;
    /* margin: 0 15px 0 0 !important; */
    border-radius: 0 !important;
}

button.btn.btn-success.ml-auto.submit-form {
    width: 50%;
    background-color: var(--primary-color);
    border: none !important;
    padding: 10px 0;
    border-radius: 0;
    /* margin: 0 15px 0 0 !important; */
}

.swal2-styled.swal2-confirm {
    background: initial;
    background-color: var(--primary-color) !important;
}

.multisteps-form__content label {
    display: flex;
}

.multisteps-form__content label sup {
    top: 0;
}

.form-control {
    border: 2px solid #e2e2e2 !important;
    border-radius: 8px !important;
    font-size: 14px;
    /* margin-bottom: 26px; */

}

.multisteps-form__content label {
    margin: 5px 3px;
    width: 86%;
}

.multisteps-form__content .form-control {
    border: 2px solid #e2e2e2 !important;
    border-radius: 8px !important;
    font-size: 14px;
    /* margin-bottom: 26px; */
    padding: 15px;
}

.multisteps-form__content .form-control:active,
.form-control:focus {
    border: 2px solid var(--primary-color) !important;
    box-shadow: none !important;
    outline: none;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.firstbanner img {
    height: 76vh;
}

.firstbanner .owl-nav .owl-prev {
    left: 40px !important;
}

.firstbanner .owl-nav .owl-next {
    right: 40px !important;
}

.firstbanner .owl-nav .owl-next,
.firstbanner .owl-nav .owl-prev {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 44%;
    display: flex;
    color: #fff !important;
    border-radius: 50%;
    background: #00000069 !important;
    box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
}

.navbar-nav .nav-link .fa-solid {
    margin-left: 5px;
    /* Adjust as per your design */
    transition: transform 0.3s ease;
    /* Add transition for smooth effect */
}


.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {

    padding-left: 20px !important;
    padding-right: 20px !important;

}

.top-nav-category .container-fluid {
    padding: 0 27px !important;
    /*border-bottom: 3px solid #fff;*/
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.category-section {}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.navbar-nav .nav-link.dropdown:hover .fa-solid {
    transform: rotate(180deg);
    /* Rotate the icon on hover */
}

.top-nav-category button.navbar-toggler span {
    font-size: 14px;
    color: #fff;
}

.firstbanner .owl-dots {
    text-align: center;
    position: absolute;
    padding-top: 0;
    bottom: 20px;
    left: 0;
    right: 0;
}

.firstbanner .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.firstbanner .owl-dots button.owl-dot.active {
    background-color: var(--primary-color);
}

.listing-page .menu {
    display: none !important;
}

.firstbanner .owl-dots button.owl-dot:focus {
    outline: none;
}

.col-12.sort-by {
    display: none !important;
}

.filter-bars {
    display: none !important;
}


.section-titel p {
    padding-top: 12px;
}





.navbar .megamenu {
    padding: 1rem;
}

/* ============ desktop view ============ */


@media all and (min-width: 992px) {

    .auth-Card-page {
        background-color: #f1f1f1;
        /*height: -webkit-fill-available;*/
        height: auto;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }

}

/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px) {

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}

/* ============ mobile view .end// ============ */






/* colors */
@media only screen and (min-width: 1200px) {
    .main-content {
        margin: 0 auto;
        max-width: 1320px;
        min-width: 630px;
        padding: 0 16px;
        width: 100%;
    }
}

.badge-primary,
.add-to-cart,
.dark-footer-margin,
.header-categories-nav-wrap,
.topbar-text-color,
.nva-color,
.subscribe-form button,
.custom-row,
.copyright,
.product-grid .social li a:hover,
.button-success,
.button-success:hover,
.button-success:focus,
.button-success-outline:hover,
.button-success-outline:focus,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.toggle-input:checked+.toggle.switch,
.toggle.switch.is-active,
.toggle-input:disabled:checked+.toggle.switch,
.toggle.switch.is-active.is-disabled,
.toggle-input:checked+.toggle.radio,
.toggle.radio.is-active,
.toggle-input:disabled:checked+.toggle.radio,
.toggle.radio.is-active.is-disabled,
.toggle-input:disabled:checked+.toggle.switch,
.toggle.switch.is-active.is-disabled,
.toggle-input:checked+.toggle.checkbox,
.toggle.checkbox.is-active,
.toggle-input:disabled:checked+.toggle.checkbox,
.toggle.checkbox.is-active.is-disabled {
    background: var(--primary-color) !important;
}

div#img_01-zoomContainer {
    height: 0px !important;
}

li.category-span {
    display: flex;
    padding: 5px 0;
}

li.category-span img.svg-icon-image.lazy.loaded {
    height: 42px;
}

.sign-up-image iframe {
    width: 100%;
}

/* .swiper-slide {
    padding: 5px;
} */
.footer-logo-footer img {
    max-height: initial;
    max-width: 100%;
    background: white;
    width: 225px;
    border-radius: 6px;
    padding: 5px;
}


.product-image-container {
    height: 200px;
    line-height: 200px;
    width: 100%;
}

/* owl slider */
.category-sec1 .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.category-sec1 .owl-nav button.owl-prev {
    left: 0;
}

.category-sec1 .owl-nav button.owl-next {
    right: 0;
}

.category-sec1 .owl-dots {
    text-align: center;
    padding-top: 15px;
}

.category-sec1 .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.category-sec1 .owl-dots button.owl-dot.active {
    background-color: #000;
}

.category-sec1 .owl-dots button.owl-dot:focus {
    outline: none;
}

.category-sec1 .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--primary-color) !important;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #fff !important;
}

.category-sec1 .owl-nav button:focus {
    outline: none;
}

/* owl slider end */
div#categoris .item img {
    height: 150px;
}

div#categoris .item {
    border: 2px solid #ccc;
    padding: 0;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
}

div#categoris .item .cat-font-color span {
    font-size: 14px;
    font-weight: 500;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

div#categoris .item .cat-font-color {
    padding: 5px 0;
}

.product-style-1 .product-image-container {
    height: 100% !important;
    line-height: 1 !important;
    margin: 0 auto;
    max-width: 100px;
    position: relative;
    width: 100%;
}

.product-style-1 .product-image {
    height: 170px;
}

.product-grid .product-image img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background: #ffe5dd;
}


.select2-container .select2-selection--single {
    margin-top: 0;
    border: 1px solid gainsboro;
    height: 36px;
    border-radius: 12px;
    padding: 7px 0 0 25px;
}

.top-search {
    position: relative;
}

.top-search i {
    position: absolute;
    left: 27px;
    top: 13px;
}

.rc-anchor-normal .rc-anchor-pt {
    margin: 2px 3px 0 0;
    padding-right: 2px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 276px;
}

.rc-anchor-logo-portrait {
    margin: 4px 0 0 0px;
    width: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.footer-section-footer {
    background: var(--primary-color) !important;
    position: relative;
}

.footer-widget ul li a {
    color: #fff;
    text-transform: capitalize;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

i.fas.fa-phone {
    transform: none !important;
}

.footer-widget-heading h3 {
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-social-icon span {
    color: #000 !important;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

img.error,
img.initial,
img.loaded {
    opacity: 1;
    width: 100%;
}

/*image size profile*/
.my-account-tab a:hover {
    color: var(--primary-color);
}

.orders-section p {
    font-size: 14px;
    margin-bottom: 7px;
    color: #000 !important;
    margin-top: 10px;
}

.media-body .text-dark {
    color: #000 !important;
}

.orders-section p span {
    color: #efefef !important;
}

/*image size profile*/


.button-danger-outline {
    border-color: #ffffff !important;
    color: #ffffff !important;
}

.settings-tab-content .text-muted {
    color: #ffffff !important;
}

.setting-icon {
    display: none;
}

.header-h1 .mobile-app-text {
    color: var(--primary-color);
    font-size: 36px !important;
    line-height: 1.2em;
}

h1.header-h1 p {
    font-size: 24px;
}

.btn-primary {
    color: #fff;
    background-color: #e38254;
    border-color: #e88158;
    box-shadow: none;
}

input#forgot_password_number {
    padding: 15px 84px !important;
}

.send-otp-form .sign-up-verify-number .form-input {
    padding: 15px 0 15px 73px !important;
}

.orders-section a.button.button-primary-outline {
    background: #fff;
    color: var(--primary-color);
}

.brand-logo-link {
    max-height: inherit;
    max-width: 100%;
    width: 150px;
    height: auto;
    object-fit: contain;
}

/*11 july custom css*/
.my-account-tab {
    border: 2px solid var(--primary-color);
    background-color: #ededed !important;
}

.mainview {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mainview .form-control {
    width: 75%;
    margin-right: 15px;
}

.card-header.bg-white {
    background: var(--primary-color) !important;
    color: #fff;
    font-weight: bold;
}

.btnview {
    background: var(--primary-color);
    color: #fff;
    border: 1px;
    padding: 6px 20px;
}

.btnview:hover {
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.borderview {
    border: 1px solid var(--primary-color);
    font-family: inherit;
    padding: 8px;

}

/*end*/
.see-all-category,
.setting-icon,
.single-cta i,
.copyright-text p a,
.link-color,
.featured-section-view-more,
.header-h1 .mobile-app-text,
.icon-hover:hover,
small.transparent-footer-link a,
ul.sub-submenu li:hover,
.footer-menu li:hover a,
.category li:hover .cat-name,
.category li:hover .cat-no,
/*.footer-widget ul li a:hover,*/
.product-grid:hover .title a,
.span-color,
.header-icon:hover,
.header-icon:focus,
.sidebar #leftside-navigation ul li a:hover .link-color circle,
.link-color polyline,
.link-color path {
    color: var(--primary-color) !important;
    stroke: var(--primary-color) !important;
}

.footer-widget ul li a:hover {
    color: #fff !important;
}

.progress-bar {
    background-image: linear-gradient(to right top, var(--primary-color), var(--primary-color), var(--primary-color), var(--primary-color), var(--primary-color)) !important;
}

.subscribe-form button {
    border: var(--primary-color) !important;
}

.footer-widget-heading h3::before,
.swiper-pagination-bullet-active {
    background: #fff !important;
}

.style-3-product-right-lg .product-grid {
    border: 1px solid var(--primary-color) !important;
}

.sidenav .nav-link.active {
    box-shadow: 0 2px 0 var(--primary-color) !important;
}

.button-success,
.button-success:hover,
.button-success:focus,
.button-success-outline:hover,
.button-success-outline:focus {
    border-color: var(--primary-color) !important;
}

.colored-breadcrumb,
.page-footer {
    background-color: var(--secondary-color) 33 !important;
}

.darkmode-layer.darkmode-layer--button {
    display: none;
}

button.darkmode-toggle {
    display: none;
}

a.hide-sec {
    display: none;
}

.navbar-nav {
    float: right;
}

.heading-titel h1 {
    color: #000 !important;
    font-weight: 700;
}

.icon-dark-sec {
    background-color: #fff !important;
    box-shadow: none !important;
}

.icon-swiper .swiper-slide {
    background: #fff !important;
}

.icon-dark-sec .cat-font-color {
    color: #000 !important;
}

.cat-font-color {
    line-height: 18px;
}

.category-section .category-grid {
    margin-bottom: 20px;
}

.icon-dark-sec .cat-font-color {
    padding-top: 10px;
}

.category-image-container img {
    width: 200px;
    height: 130px;
}

.category-section .category-grid {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding-top: 20px;
    /* box-shadow: 0px 0px 30px rgb(73 78 92 / 15%);*/
    border-radius: 5px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -5px;
}

#modal-custom .iziModal-content header a.active {
    background: var(--primary-color);
    color: #fff;
}

#modal-custom .iziModal-content section button {
    background: var(--primary-color) !important;
}

.page-item.active .page-link {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color);
}

.page-link:hover {
    color: var(--primary-color);
}

span.category-line-height {
    color: #000;
    padding: 10px;
    display: inline-block;
    width: 70%;
}

.block {
    background-color: var(--primary-color);
}

.info-icon a i {
    color: var(--primary-color);
}

.button-warning {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.product-grid .product-discount-label,
.product-grid .product-new-label {
    background: var(--primary-color) !important;
}

.category-image img {
    height: 250px;
    width: 230px;
    object-fit: contain;
    max-width: 100%;
    background: #f0ffff;
    margin: auto;
}

.filter-section {
    padding: 20px;
}

.category-image {
    border: 1px solid var(--primary-color);
    margin: 15px 0;
    border-radius: 10px;
    overflow: hidden;
}

.btn.hover-filled-slide-up:active {
    border: 1px solid var(--primary-color);
}

.btn.hover-filled-slide-up:active span {
    color: var(--primary-color) !important;

}

.product-grid .product-new-label {
    color: #fff;

    display: block;
    font-size: 12px;
    left: 0;
    padding: 3px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
}

.product-grid .product-discount-label {

    top: 40px;
    font-size: 12px;
    left: 0;
    padding: 3px 10px;
}

.primary-button {
    background-color: var(--primary-color);
}

.red-button {
    background-color: var(--primary-color);
}

.button-primary-outline {
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.button-primary-outline:focus,
.button-primary-outline:hover,
.button-primary:focus,
.button-primary:hover {
    background-color: var(--primary-color) !important;
    border-color: #fff !important;
    color: #fff !important;
    outline: 0;
}

span.select2.select2-container.select2-container--adwitt {
    background: #fafafa;
    width: 100% !important;
}

.select2-selection__placeholder {
    color: #000;
}

.row.row-fluid.dark-footer-margin {
    background: var(--primary-color)
}

.product-content .title a {
    color: #031838;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.cart-product-desc-list .button-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff;
}

.input-group-append .button-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff;
}

.header-h1 .mobile-app-text {
    color: var(--primary-color);
    font-size: 40px !important;
    line-height: 1.2em;
    word-break: break-all;
}

.product-style-default .product-image .product-image-container {
    width: 100%;
}




.col-md-6.topbar-right .navbar-nav {
    display: flex;
    position: relative;
    gap: 10px;
}

.topbar-right .navbar-nav {
    display: flex !important;
    position: relative;
    align-items: center;
    gap: 10px;
    flex-direction: row;
}

.topbar-right .navbar-nav .inner-ul {
    display: flex !important;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.topbar-right .navbar-nav .inner-ul li a.btn {
    margin: 0 5px;
}

#header.topper-white .topbar {
    color: #fff !important;
    height: auto !important;
    display: flex;
    align-items: center;
    background: #1f3f49 !important;
}

.auth_model.btn {
    background: var(--primary-color);
    color: #fff !important;
}

.topbar .container-fluid {
    padding: 7px 30px !important;
}

.firstbanner .container-fluid {
    padding: 0 !important;
}

.topbar-left i {
    height: 35px;
    width: 35px;
    font-size: 20px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--primary-color);
    border-radius: 50%;
}

.topbar-center span {
    font-size: 18px;
    font-weight: 500;
}

.main-nav ul {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: flex-end;
}

nav.navbar {
    padding: 5px 30px !important;
    border-bottom: 2px solid #19975d;
}

.seller.top-nav-category {
    min-height: 35px;
    background: #19975d !important;
}

.topbar {
    border-bottom: 1px solid rgb(0 0 0/7%);
    font-size: 14px;
    padding: 0 !important;
}

section.category-section .card {
    margin: 20px 0;
    border-radius: 15px;
    overflow: hidden;
}

.about_header_main p {
    font-size: 18px;
    text-align: justify !important;
    text-align: left;
}

.bg-green-dark {
    background-color: var(--primary-color);
}

.top-nav-category .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 15px;
    font-family: '';
    padding: 10px 0;
    font-family: 'Poppins';
    white-space: nowrap;
    text-transform: uppercase;
}

ul.list-unstyled li {
    line-height: normal;
}

.top-nav-category .dropdown {
    background-color: transparent !important;
    border-radius: 0 !important;
    border-width: 2px !important;
    border-left: 1px solid #fff !important;
    width: 100%;
    padding: 8px 20px;
    text-align: center;
}

.top-nav-category ul .dropdown:first-child {
    border-left: 0 !important;
}

.top-nav-category ul .dropdown:first-child {
    border-left: 0 !important;
}

.top-nav-category .col-megamenu .title {
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
}




.categoris-name {
    height: 40px;
    background: linear-gradient(180deg, #2EBA98 0%, var(--primary-color) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px
}

section.packaging-category .packaging-category-top {
    padding-bottom: 20px;
    border-radius: 4px;
    background: #19975d1c;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.my-account-section .container-fluid {
    overflow-x: hidden;
}

.packaging-category-top h4 {
    font-weight: 700;
    padding-bottom: 11px;
    margin: auto;
    position: relative;
    width: fit-content;
}

.packaging-category-top h4::before {
    content: "";
    height: 3px;
    width: 6px;
    bottom: 5px;
    left: 16%;
    border-radius: 10px;
    position: absolute;
    background-color: var(--secondary-color);
}

.packaging-category-top h4::after {
    content: "";
    height: 3px;
    width: 15%;
    bottom: 5px;
    border-radius: 10px;
    left: 0;
    position: absolute;
    background-color: var(--secondary-color);
}

.packaging-category .col-lg-8.pr-lg-0 {
    padding-right: 0 !important;
}

.model-for-query .packaging-category .col-lg-4.pl-lg-0 {
    padding-left: 0 !important;
    margin: auto;
}

.packaging-category .col-lg-4.pl-lg-0 {
    padding-left: 0 !important;
}

.topbar-right .dropdown {
    background-color: transparent !important;
    display: flex;
    align-items: center;
}

.username-on-top {
    width: 120px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-align: end;
}

.topbar-right .dropdown-menu {
    background-color: var(--primary-color) !important;
}

.topbar-right .dropdown-menu i {
    color: #fff !important;
}

.topbar-right .dropdown-menu a:hover {
    background: #fff !important;
    color: var(--primary-color) !important;
}

.topbar-right .dropdown-menu a:hover i {
    color: var(--primary-color) !important;
}

.everything-sec img {
    height: 275px;
    border-radius: 0;
    border: 1px solid var(--secondary-color) !important;
    border-bottom: none !important;
    border-top-left-radius: 20px;
    object-fit: contain;
    border-top-right-radius: 20px;
}

.everything-sec .item .news-title {
    padding: 10px;
    border-bottom: 1px solid var(--secondary-color);
    border-left: 1px solid var(--secondary-color);
    border-right: 1px solid var(--secondary-color);
    border-bottom-left-radius: 20px;
    margin-bottom: 5px;
    border-bottom-right-radius: 20px;
}

.everything-sec .item .news-title a {
    color: var(--primary-color) !important;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.everything-sec .item .news-title h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.owl-nav .owl-next {
    right: -40px;
}

.owl-nav .owl-prev {
    left: -40px;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    height: 20px;
    width: 20px;
    position: absolute;
    color: var(--primary-color) !important;
    top: 44%;
    border-radius: 50%;
    background: #fff !important;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

section.everything-sec {
    background: #f9f9f9;
    padding: 50px 0;
}

div#everything {
    position: relative;
}

.category-section {
    background-color: #fff;
    box-shadow: none !important;
    margin-top: 0px !important;
}

section.category-section img {
    height: 250px;
    object-fit: contain;
    max-width: 100%;
    background: #f0ffff;
    margin: auto;
}

button.btn.cat-font-color.categoris-name:hover {
    background: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.container-fluid {
    padding: 0 100px;
}

.client-testimonial .owl-dots {
    display: none;
}

.navbar.top-nav-category {
    padding: 0px !important;
    /* border-bottom: 2px solid var(--secondary-color) !important; */
    border-bottom: 2px solid #fff !important;
}

.card-solid {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    margin-bottom: 12px;
    width: 100%;
}

.about_header_main {
    margin-top: 100px;
}

.about_header_main h3 {
    margin-top: -5px !important;
    text-align: justify !important
}

.footer-text p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 14px;
    -webkit-line-clamp: 6;
    text-align: start;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.footer-social-icon i {
    border-radius: 50%;
    height: 35px;
    display: flex;
    text-align: center;
    width: 35px;
    background: #fff !important;
    color: var(--primary-color) !important;
    align-items: center;
    justify-content: center;
}

.footer-social-icon {
    display: flex;
    align-items: center;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 7px !important;
}

.copyright-area {
    background: #fff !important;
    padding: 8px 0;
}

.copyright-text p {
    color: #000 !important;
    font-size: 17px !important;
    margin: 0;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    background: var(--secondary-color) !important;
}

#modal-custom .iziModal-content header a {
    font-size: 17px;
    font-weight: bold;
}

.footer-menu li a img {
    height: 25px;
}

.footer-menu li {
    display: inline-block;
    margin-left: 15px !important;
}

a.contact-a {
    display: flex;
    gap: 10px;
    font-size: 14px;
    align-items: center;
    color: #fff;
    margin-bottom: 25px;
}

a.contact-a i {
    font-size: 18px;
}

#header.header-varient .topbar a,
.topbar-text-color {
    color: #fff !important;
}

.topbar-right .dropdown-menu a:hover span {
    color: var(--primary-color) !important;
}

.testimonial {
    text-align: center;
    margin: 6px;
    height: 270px;
    padding: 15px 0px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    border: 1px solid var(--secondary-color);
}

.testimonial .pic {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    margin-bottom: 8px;
    overflow: hidden;
    box-shadow: 0 3px rgba(0, 0, 0, 0.1), 0 5px rgb(0 150 136 / 13%);
}

.testimonial .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial .description {
    padding: 0 20px 0;
    font-size: 15px;
    color: #333;
    line-height: 20px;
    border-radius: 25px;
    margin-bottom: 25px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.testimonial .title {
    display: block;
    margin: 0 0 7px 0;
    font-size: 22px;
    padding: 5px 0;
    font-weight: 700;
    border-left: 5px solid var(--primary-color);
    border-right: 5px solid var(--primary-color);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial .post {
    display: block;
    font-size: 15px;
    color: #e4ac01;
    text-transform: capitalize;
}

.owl-theme .owl-controls {
    margin-top: 0;
}

.owl-theme .owl-controls .owl-page span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--secondary-color);
    opacity: 0.8;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
    transition: all 0.3s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #e4ac01;
}

@media(min-width:1300px) {
    header.p-3.bg-danger {
        padding-top: 27px !important;
    }
}

@media(max-width:1200px) {
    header.p-3.bg-danger {
        padding-top: 50px !important;
        padding-bottom: 0px !important;
    }
}

@media only screen and (max-width: 479px) {
    .testimonial {
        padding: 20px 15px 40px;
    }

    .testimonial .description {
        padding: 0 5px 20px;
    }
}

.navbar .topbar-right {
    display: none;
}

.main-header-top.is-sticky .navbar .topbar-right {
    display: block;
}

.main-header-top.is-sticky .main-nav {
    display: none;
}

.topbar .topbar-right .navbar-nav .nav-item .btn,
.topbar-right .navbar-nav .nav-item .btn {
    background: var(--secondary-color);
    padding: 4px 20px 3px;
    margin-top: 1px;
}

.navbar .topbar-right .btn {
    color: #fff !important;
}

.navbar .topbar-right a {
    color: #000 !important;
}

.topbar .topbar-center {
    display: flex;
    align-items: center;

}

.topbar .topbar-center img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #333;
}

.col-md-3.topbar-right i {
    font-size: 12px;
}

.shopping-cart-sidebar-btn {
    display: none !important;
}

.section-titel h2 {
    text-align: center;
    color: #222;
    text-transform: uppercase;
    color: var(--secondary-color);
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 34px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.section-titel {
    margin-bottom: 40px;
}

.section-titel h2:after,
.section-titel h2:before {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 45px;
    height: 4px;
    content: "";
    right: 45px;
    margin: auto;
    background-color: #ccc;
}

.section-titel h2:before {
    background-color: var(--primary-color);
    left: 45px;
    width: 90px;
}


/* About Us page */

.about-page-title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #222222;
    margin-top: -9px;
    margin-bottom: 59px;
}

.about .main-img {
    margin-bottom: 70px;
}

.about .why-choose .part-txt .part-title {
    font-size: 24px;
    line-height: 100%;
    font-weight: 600;
    color: #333333;
    margin-top: -1px;
    margin-bottom: 26px;
}

.team .single-card {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.team .single-card .part-img {
    position: relative;
}

.team .single-card .part-img img {
    height: 300px;
    width: 100%;
}

.team .single-card {
    margin-bottom: 14px;
}

.team .single-card .part-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: 0.3s;
}

#navbar ul.subMenu li a:hover,
#navbar ul.subMenu li.active>a {
    background: var(--secondary-color) !important;
    padding-left: 1rem;
    color: #fff;
}

#navbar ul.subMenu ul.subMenu li a:hover,
#navbar ul.subMenu ul.subMenu li.active>a {
    background: var(--primary-color) !important;
    padding-left: 1rem;
    color: #fff;
}

.team .single-card .part-txt {
    text-align: center;
    padding: 15px 0;
    border-top: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}

#navbar ul.subMenu ul.subMenu {
    position: absolute;
    top: 5px;
    left: 100.5%;
    width: 100%;
    border: transparent !important;
    max-height: 500px !important;
    border-radius: 8px;
    overflow-y: auto;
}

.team .single-card .part-txt p {
    font-size: 16px;
    line-height: 100%;
    color: #606060;
    margin-bottom: -3px;
}

.team .single-card .social {
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    opacity: 0;
    transition: 0.3s;
}

.team .single-card .social a {
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: var(--primary-color);
    border-radius: 50%;
    color: #ffffff;
    position: relative;
}

.team .single-card .social a::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 160px;
    background: #F9E3D9;
}

.team .single-card .social a:hover {
    background: #ffffff;
    color: var(--primary-color);
}

.team .single-card:hover .part-img::after {
    opacity: 1;
}

.team .single-card:hover .social {
    opacity: 1;
}

.team .single-card:hover .social a:nth-child(1) {
    animation: slideTop 0.2s ease-in;
}

.team .single-card:hover .social a:nth-child(2) {
    animation: slideTop 0.4s ease-in;
}

.team .single-card:hover .social a:nth-child(3) {
    animation: slideTop 0.6s ease-in;
}

.team .single-card:hover .social a:nth-child(4) {
    animation: slideTop 0.8s ease-in;
}

@keyframes slideTop {
    0% {
        transform: translateY(-195px);
    }

    100% {
        transform: translateY(0);
    }
}

.section_all_about ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.img_about {
    overflow: hidden;
    width: 100%;
}

.img_about:hover .about-img {
    transform: scale(1);
    transition: 1s;
}

.section_all_about {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 100vh;
}

.section_all_about .section-title {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.section_all_about .section-subtitle {
    letter-spacing: 0.4px;
    line-height: 28px;
    max-width: 550px;
}

.section_all_about .section-title-border {
    background-color: #000;
    height: 1 3px;
    width: 44px;
}

.section_all_about .section-title-border-white {
    background-color: #fff;
    height: 2px;
    width: 100px;
}

.section_all_about .text_custom {
    color: var(--primary-color);
}

.section_all_about .about_icon i {
    font-size: 22px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fff;
    border-radius: 35px;
    color: var(--primary-color);
    box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);
}

.section_all_about .about_header_main .about_heading {
    max-width: 450px;
    font-size: 24px;
}

.section_all_about .about_icon span {
    position: relative;
    top: -10px;
}

.section_all_about .about_content_box_all {
    padding: 28px;
    height: 100%;
    border: 1px solid #d7d7d7;
}

ul.list-unstyled li a {
    color: var(--primary-color);
}

.prodoct-data-page .active_menu li:nth-child(7) {
    margin-left: 15px;
}

.prodoct-data-page .active_menu li:nth-child(4) {
    margin-left: 15px;
    margin-right: 15px;
}

.prodoct-data-page .active_menu li:nth-child(1) {
    margin-right: 15px;
}

.prodoct-data-page .active_menu {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 0;
}

input:focus {
    outline: 3px solid #FFCC00;
    box-shadow: 0 0 10px #FFCC00;
}

.prodoct-data-page .active {
    color: var(--primary-color) !important;
    font-weight: 600 !important;
}

.prodoct-data-page .active h5 {
    font-weight: 600 !important;
}

.prodoct-data-page .category_packing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 0;
}

.prodoct-data-page .carton_design {
    padding: 0 !important;
    border: 1px solid #000 !important;
    margin: 10px 0;
    border-radius: 5px;
    height: 400px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.prodoct-data-page .carton_design.right-side {
    padding-left: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.prodoct-data-page .carton_design h5 {
    background-color: var(--secondary-color);
    padding: 5px 0;
    margin-bottom: 2px;
    text-align: center;
    color: #fff;
    z-index: 9;
    top: 0;
    position: sticky;
}

.prodoct-data-page .carton_design_img img {
    width: 100%;
}

.prodoct-data-page .quick_shift {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.prodoct-data-page .quick_shifter {
    display: none;
}

.prodoct-data-page .quick_shifter.on {
    display: block;
}

.prodoct-data-page .quick_shifter p {
    margin-bottom: 5px !important;
}

.prodoct-data-page .quick_shift_content {
    margin: 25px 0;
}

.prodoct-data-page .Enquiry_form table td {
    border: 1px solid black;
    padding: 10px;

}

.dashbord-card .card .card-header {
    font-size: 18px;
    font-weight: 700;
}

.dashbord-card .card .card-body i {
    font-size: 25px;
}

/*.prodoct-data-page .Enquiry_form table {
    border: 1px solid black;
}*/

input.filled,
select.filled {
    border: 2px solid #19975D !important;
    /* #19975D border when filled */
}

.order-details-form-submission {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-top: 20px;
    overflow: hidden;
    padding: 0;
    padding-bottom: 20px;
}

.modal-footer button.btn.btn-danger {
    background: #c11e20;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 17px;
}

.order-details-form-submission .row {
    margin: 0 !important;
}

.prodoct-data-page .Enquiry_form table th {
    border: 1px solid black;
    background-color: var(--secondary-color);
    font-size: 16px;
    color: #fff;
}

.prodoct-data-page .Enquiry_form td.mini_input input {
    width: 100px !important;
    margin: .25rem !important;
}

td.mini_input {
    vertical-align: bottom;
}

.prodoct-data-page .Enquiry_form table {
    text-align: center;
    width: 100% !important;
}

.prodoct-data-page .Enquiry_form table tr td:nth-child(2) {
    text-align: start;
}

.prodoct-data-page .form_wrapper {
    select {
        width: 100%;
    }
}

.prodoct-data-page .form_wrapper_splited {
    lable {
        display: block;
        width: 100%;
    }

    .prodoct-data-page select {
        display: inline-block;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.prodoct-data-page .enquiry_table_form {
    padding: 50px 0;
}

/*.prodoct-data-page .Enquiry_form_option {
    display: flex;
} */
.prodoct-data-page .Order_detail_form {
    display: flex;
    justify-content: space-between;
}

.multisteps-form__progress-btn.js-active::before {
    color: var(--primary-color) !important;
}

.multisteps-form__progress-btn.js-active::after {
    color: var(--secondary-color) !important;
}

.multisteps-form__progress-btn.js-active {
    color: var(--primary-color) !important;
}

h5.select-instruction {
    font-size: 16px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #c1c1c1;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
    border-radius: 10px;
}



.carton_design .carton_design-content {
    padding: 0 5px !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow-y: auto;
    height: 87%;
    gap: 1%;
    justify-content: start;
}

.carton_design .carton_design-content .image_container {
    object-fit: contain;
    width: 32%;
    height: 168px;
    margin: 5px 0;
    border: 1px solid #000000;
}

.carton_design .carton_design-content .image_container img {
    width: 100%;
    height: 160px;
    object-fit: contain;
}

.model-for-query .container-fluid {
    padding: 0 !important;
}

.model-for-query input,
.model-for-query select {
    pointer-events: none !important;
    background: #f1f1f1 !important;
}

.model-for-query button.btn.review_btn.submit-model-btn {
    display: block !important;
}

.model-for-query .review_btn.enquiry-modal {
    display: none !important;
}

.image_container p.image_id,
.image_container .image_code {
    visibility: hidden;
}

.carton_design.shown_image img {
    width: 100%;
    height: 89%;
    object-fit: contain;
}

.prodoct-data-page .Order_detail_input {
    display: flex;
    justify-content: start;
}

.prodoct-data-page ul.Enquiry_form_option {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0;
}

.prodoct-data-page ul.Enquiry_form_option li {
    width: 16%;
}

.prodoct-data-page .review_btn {
    display: flex;
    justify-content: center;
}

.prodoct-data-page .review_btn button {
    background-color: var(--primary-color);
    border: none;
    padding: 8px 61px;
    font-size: 19px;
    border-radius: 5px;
    color: #fff;
}

label h6 {
    margin-bottom: 0 !important;
}

.morph-text a {
    color: #333 !important;
    font-size: 16px;
}

.input-group label {
    display: flex;
    margin-bottom: 5px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    padding-left: 35px;
}

input.form-control.other-input {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    padding: 5px !important;
    margin: 15px 0 5px 10px !important;
}

.radio__btn__set {
    align-items: center;
    display: flex;
}

.topbar-left img {
    height: 13px;
}


.footer-widget .footer-text {
    text-align: justify;
}

td.mini_input input {
    margin: auto;
}

.input-group sup {
    top: -.1em !important;
}

ul.list-unstyled li a {
    text-transform: capitalize;
}

ul.list-unstyled li a:hover {
    color: var(--secondary-color);
}

.footer-widget li a:hover {
    color: var(--secondary-color);
}

/* 2.hover-filled-slide-up */
.btn.hover-filled-slide-up::before {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.btn.hover-filled-slide-up:hover::before {
    height: 0%;
}

.btn.hover-filled-slide-up {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, #2EBA98 0%, var(--primary-color) 100%);
    border: none;
    cursor: pointer;
    border-radius: 0;
}

.btn.hover-filled-slide-up span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px 0;
    transition: 0.3s;
    font-size: 14px;
    text-wrap: wrap;
}

.btn.hover-filled-slide-up:active,
.btn.hover-filled-slide-up:hover,
.btn.hover-filled-slide-up:focus {
    outline: 0 !important;
    outline-offset: 0;
}

.btn.hover-filled-slide-up::before,
.btn.hover-filled-slide-up::after {
    position: absolute;
    content: "";
}


#exampleModal123456 .success-card {
    text-align: center;
    margin: auto;
}

#exampleModal123456 .success-card h1 {
    color: var(--primary-color);
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
}

#exampleModal123456.success-card p {
    color: var(--primary-color);
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-size: 20px;
    margin: 0;
}

.top-nav-category .nav-item.dropdown:hover .dropdown-menu {
    max-height: 250px;
    overflow-y: auto;
}

#exampleModal123456 .success-card i {
    color: var(--primary-color);
    font-size: 100px;
    line-height: 200px;
    margin-left: -15px;
}

#exampleModal123456 .success-card {
    background: white;
    padding: 20px 60px;
    border-radius: 4px;
    box-shadow: 0 2px 3px #C8D0D8;
    display: inline-block;
    margin: 0 auto;
}

.modal-footer .review_btn {
    background-color: var(--primary-color);
    border: none;
    padding: 8px 20px;
    font-size: 19px;
    border-radius: 5px;
    color: #fff;
}

.left-side-login {
    width: 200px;
    background: var(--primary-color);
    height: 550px;
}

.radio__btn__set.position-relative.mb-3 {
    padding-right: 3px;
}

.radio-box.mb-4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.input-group.registratiopntion select {
    border: 1px solid #ddd;
    border-radius: 8px !important;
    font-size: 14px;
    margin-bottom: 26px;
    padding: 15px;
    width: 100%;
    background: #EAF4EF !important;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;

}

.side-bar-login {
    display: flex;
    align-items: center;
}

.input-group input.form-control {
    background: #EAF4EF;
    border-radius: 8px !important;
}

div#modal-custom {
    max-width: 734px !important;
}

.set__radio__lable {
    display: flex;
    gap: 15px;
}


#modal-custom .iziModal-content #bg-chnages-login a {
    background: #BDDDCD !important;
}

#modal-custom .iziModal-content #bg-chnages-login a h3 {
    width: fit-content;
    padding: 20px 135px 10px 0px;
    margin-left: 20px;
    color: var(--secondary-color);
}

#modal-custom .iziModal-content header {
    background-color: transparent !important;
}

a.supplier-button {
    display: flex;
    padding: 5px 10px;
    background: var(--primary-color);
    width: 150px;
    height: 44px;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    margin-left: auto;
    margin: 1.5rem auto;
    /* border-radius: 12px 0px 0px 12px; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.breadcrumb-title-bar h1 {

    text-transform: capitalize !important;
}

#modal-custom .iziModal-content section button {
    width: 100% !important;
    /*margin: 0 10px;*/
}

a#forgot_password_link {
    color: var(--primary-color);
    position: relative;
    top: 6px;
}

.user-detail.align-items-center h5 {
    color: var(--secondary-color);
    font-weight: 600;
}

section footer {
    background: #FFF !important;
}

.user-detail {
    display: flex;
    padding: 15px 0;
}

label.btn.btn-default span {
    padding-left: 0px;
}

.col-form-label {
    font-size: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: calc(.375rem + 1px);
    padding-top: calc(.375rem + 1px);
}

/*[type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute;
    left: 26px;
    top: 5px;
    visibility: hidden;
}*/

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* This css is for normalizing styles. You can skip this. */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


.form-group {
    display: block;
    margin-bottom: 15px;
}

.resiration__info__form .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}



.new .form-group label {
    position: relative;
    cursor: pointer;
    display: flex;
}

.new .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid var(--primary-color);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    width: 10px;
}

.new .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid var(--primary-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.ribbon {
    position: absolute;
    width: 2.5rem;
    height: 6.875rem;
    background: var(--secondary-color);
    top: -0.625rem;
    left: 1.563rem;
    transition: opacity 0.3s ease-in;
}

.ribbon::before {
    content: "";
    position: absolute;
    top: 0;
    right: -0.563rem;
    border-left: 0.313rem solid var(--secondary-color);
    border-right: 0.313rem solid transparent;
    border-top: 0.313rem solid transparent;
    border-bottom: 0.313rem solid var(--secondary-color);
}

.ribbon svg {
    width: 0.625rem;
    color: #1b1b1b;
}

.ribbon>div {
    transform: rotate(-90deg);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 2.625rem;
    margin-bottom: 0.625rem;
}

.ribbon::after {
    content: "";
    position: absolute;
    bottom: -0.063rem;
    left: 0;
    border-left: 1.25rem solid transparent;
    border-right: 1.25rem solid transparent;
    border-top: 1.25rem solid transparent;
    border-bottom: 1.25rem solid #ffffff;
}





.packaging-paper-linear ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.packaging-paper-linear ul li {
    font-weight: 700;
}

a.btn.btn-primary.detail_btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--primary-color);
    border: var(--primary-color);
}

.pagenation-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
}

.pagenation-section ul.pagination .page-link {
    color: var(--secondary-color);
}

.packaging-paper-linear p {
    margin-bottom: 1rem;
}



.pagenation-section ul.pagination .page-link:focus {
    background-color: var(--primary-color);
    color: #FFF;
    box-shadow: none;
}

.quotation_place p {
    color: var(--primary-color);
    font-size: 1.3rem;
    font-weight: 700;
}

.heading-enquery-tittle h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.packaging-paper-linear ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.location-textenquery p {
    line-height: 2;
}

.packaging-paper-linear ul li {
    font-weight: 700;
}

a.btn.btn-primary.detail_btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--primary-color);
    border: var(--primary-color);
    justify-content: center;
}

.packaging-paper-linear p {
    margin-bottom: 1rem;
}

.pagenation-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
}

.pagenation-section ul.pagination .page-link {
    color: var(--secondary-color);
}


.pagenation-section ul.pagination .page-link:focus {
    background-color: var(--primary-color);
    color: #FFF;
    box-shadow: none;
}

.dimension-setup {
    width: 100px !important;

}

.dimention-section {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.form-group.dimention-meter {
    display: flex;
    align-items: flex-end;
}


.form-group.dimention-meter p {
    margin-bottom: 0;
    margin: auto 5px;
    padding-left: 7px;
}

.paper-type {
    width: 250px;
}


.heading-enquery-tittle h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.form-group input.form-control {
    display: block !important;
    padding: 0.375rem 0.75rem !important;

}


.review_input {
    color: gray;
    background-color: #E9ECEF;
    padding: 10px;
    border: 2px solid #E2E2E2
}

.breadcrumb-title-bar {
    margin-top: 50px;
}

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin-bottom: 30px;
    }
}


/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .top-nav-category .dropdown-menu li {
        position: relative;
    }

    .top-nav-category .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .top-nav-category .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .top-nav-category .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }

    .top-nav-category .dropdown-menu>li:hover>.submenu {
        display: block;
    }

}

/* ============ desktop view .end// ============ */
@media (max-width:1400px) {
    .top-nav-category .navbar-nav .nav-link {
        font-size: 11px !important;
        padding: 8px 0 !important;
    }

    body {
        padding-top: 158px !important;
    }

    .category-image img {
        height: 150px;
        margin: auto;
    }

    .btn.hover-filled-slide-up span {
        font-size: 13px !important;
        padding: 0;
        word-wrap: break-word;
    }


    .topbar-center span {
        font-size: 11px !important;
        font-weight: 500 !important;
    }

    .top-nav-category .container-fluid {
        padding: 0 12px !important;
    }

    .top-nav-category .dropdown {
        padding: 5px 10px !important;
    }

    section.firstbanner img {
        max-height: 74vh !important;
    }

    .section-titel p {
        padding-top: 25px;
    }
}


@media (max-width:992px) {
    .firstbanner .swiper-container {
        height: 251px !important;
    }

    .sidebar #leftside-navigation ul li a .category-span {
        display: flex;
    }

    .navbar .link-color {
        outline: none;
        font-size: 24px;
    }

    .top-nav-category .dropdown {
        width: 100% !important;
        padding-left: 17px;
        text-align: left !important;
        border-left: none !important;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg-white {
        flex-direction: row-reverse;
    }

    .add-to-cart {
        background: var(--primary-color);
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        padding: 5px 10px;
    }

    .product-style-1 .product-grid .rating-sm {
        font-size: 10px !important;
        margin-top: 15px;
    }

    .inline-element {
        display: flex;
        vertical-align: middle;
    }

    .listing-page .filter-nav,
    .listing-page .filter-nav.open {
        background-color: #fff;
        position: absolute;
        visibility: hidden;
    }

    .sign-up-image iframe {
        width: 450px;
    }

    section.breadcrumb-title-bar.colored-breadcrumb {
        display: none !important;
    }

    .filter-section {
        margin-top: 90px;
    }

}

@media(max-width:769px) {
    .brand-logo-link {
        max-height: 63px;
        max-width: 165px;
    }

    .enquiry_table_form .form-control {
        margin: 5px 0;
    }

    .ic-1 i {
        color: #fff;
        font-size: 13px;
    }

    section.packaging-category h4 {
        font-size: 18px;
    }

    .ic-1 {
        width: 100%;
        height: 48px;
        border-radius: 7px;
        padding: 6px;
    }

    .heading-enquery-tittle {
        margin-top: 25px;
    }

    ul.active_menu.my-3 h5 {
        font-size: 12px;
    }

    .mx-auto.product-image.img-siz-profilepage {
        width: 100%;
    }

    .user-detail.align-items-center div {}

    .user-detail.align-items-center div h3 {
        font-size: 20px;
        text-transform: capitalize;
    }

    .img-siz-profilepage img {
        height: 80px;
        width: 80px;
    }

    .user-detail.align-items-center .ic-1 p {
        color: #fff;
        line-height: 12px;
        font-size: 10px;
        font-weight: 500;
    }

    section.packaging-category .pr-lg-0,
    section.packaging-category .pl-lg-0 {
        padding: 0px !important;
        margin: 0 5px !important;
    }

    .footer-widget .footer-text {
        text-align: left !important;
    }

    .my-account-section .card-header.bg-white {
        margin-top: 20px;
    }

    .container-fluid {
        padding: 0 15px !important;
    }

    .breadcrumb-title-bar h1 {
        font-size: 1rem;
    }

    .top-nav-category .dropdown {
        width: 100%;
    }

    .category-image {
        margin: 5px 0;
    }

    .everything-sec img {
        height: 230px !important;
    }

    section.everything-sec {
        padding: 8px 0 !important;
    }

    .topbar-center span {
        font-size: 15px !important;
        line-height: normal;
        margin-bottom: 16px;
    }

    .top-nav-category .dropdown {
        padding: 5px 25px !important;
    }

    .product-listing .h3 {
        font-size: 14px;
        font-weight: 700;
    }

    .category-section .category-image {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        height: 100px;
    }

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

    .prodoct-data-page .quick_shift {

        gap: 10px !important;
    }

    ul.category_packing li {
        display: flex !important;
        width: 100%;
    }

    .prodoct-data-page .quick_shift_content {
        display: block !important;
        margin: 18px 0 !important;
    }

    .prodoct-data-page .Enquiry_form table td {
        padding: 5px;
    }

    .form-control {
        padding: .275rem .5rem;

    }

    .prodoct-data-page .carton_design h5 {
        font-size: 18px;
    }

    .prodoct-data-page .carton_design {
        height: 250px;
    }

    .prodoct-data-page .Enquiry_form table td {
        white-space: nowrap;
    }

    .quick_shift_content h5 {
        font-size: 14px;
    }

    [type="radio"]:checked+label:before,
    [type="radio"]:not(:checked)+label:before {
        width: 18px;
        height: 18px;
    }

    .quick_shift h6 {
        font-size: 14px;
    }

    .prodoct-data-page .Enquiry_form table th {
        font-size: 13px;
        padding: 5px;
        white-space: pre;
    }

    .prodoct-data-page .review_btn button {
        padding: 7px 40px;
    }

    [type="radio"]:checked+label:after,
    [type="radio"]:not(:checked)+label:after {
        content: '';
        width: 10px;
        height: 10px;
        background: var(--secondary-color);
    }

    section.enquiry_table_form .my-5 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    section.enquiry_table_form h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .container-fluid h5 {
        font-size: 16px;
    }

    .prodoct-data-page ul.Enquiry_form_option li {
        width: 47%;
    }

    .form-control {

        font-size: 0.81rem;

    }

    .section-titel h2:after,
    .section-titel h2:before {
        bottom: -10px !important;
    }

    .prodoct-data-page .enquiry_table_form {
        padding: 10px !important;
    }

    .contact_us .contact_info_sec {
        position: relative !important;
        border-radius: 15px !important;
        width: 100% !important;
        padding: 30px !important;
        margin: 10px auto;
    }

    #modal-custom .iziModal-content header a {
        height: 45px !important;
        line-height: 45px !important;
    }

    .contact_us .contact_field {
        padding: 20px 15px !important;
    }

    .contact_us {
        padding: 120px 0px !important;
    }

    .contact_us .right_conatct_social_icon {
        height: 40px !important;
    }

    .contact_us .socil_item_inner {
        padding: 10px !important;
        margin: auto;
    }

    .contact_us .socil_item_inner i {
        font-size: 20px;
    }

    .contact_us .contact_field h3 {
        font-size: 25px !important;
        margin-bottom: 0px !important;
    }

    .topbar .topbar-right .navbar-nav .nav-item .btn {
        padding: 5px 40px !important;
        font-size: 18px;
    }

    .topbar-right .navbar-nav .inner-ul {
        justify-content: center;
    }

    .about_header_main p {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .brand-logo-link {
        width: 125px;
    }

    .topbar-right .navbar-nav {
        float: none;
        justify-content: center;
    }

    .firstbanner img {
        height: 160px;
    }

    .firstbanner .owl-nav .owl-prev {
        left: 20px !important;
    }

    .firstbanner .owl-nav .owl-next {
        right: 20px !important;
    }

    .firstbanner .owl-dots {
        bottom: 10px;
    }

    .section-titel h2 {
        font-size: 22px !important;
    }

    .section-titel {
        margin-bottom: 30px !important;
    }

    .top-nav-category button.navbar-toggler {
        margin-left: auto;
        margin-right: 10px;
    }

    .top-nav-category .container-fluid {
        padding: 5px 0 !important;
    }

    section.category-section img {
        height: 190px !important;
    }

    .top-nav-category .navbar-nav {
        background: var(--primary-color);
    }

    section.category-section .card {
        margin-top: 15px;
    }

    .owl-nav .owl-prev {
        left: 0 !important;
    }

    .owl-nav .owl-next {
        right: 0 !important;
    }

    .card-solid .mt-4,
    .my-4 {
        margin-top: 0px !important;
    }

    .product-grid {
        border: 1px solid rgba(0, 0, 0, .1);
        font-family: Raleway, sans-serif;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        padding: 0 0 82px;
        position: relative;
        text-align: center;
        z-index: 1;
    }

    .card-solid .w-100 {
        width: auto !important;
    }

    .my-account-section .product-grid .product-image img {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        top: 25px;
        max-width: 100%;
        max-height: 100%;
    }

    .my-account-section .product-grid .rating-sm {
        font-size: 14px !important;
        margin-top: 25px;
    }

    .product-page-details {
        padding-left: 7px;
        padding-right: 7px;
    }

    #nav-tabContent .product-image-container {
        height: auto;
    }

    .topbar-right ul.list-inline {
        margin-left: 38px;
    }

    .firstbanner .swiper-container {
        height: 150px !important;
    }

    .product-style-1-left .featured-section-title {
        padding-top: 50px;
    }

    .category-sec1 .h2 {
        font-size: 25px;
    }

    .product-style-1 {
        padding-top: 0px !important;
    }

    .featured-section-title .section-title {
        font-size: 15px;
        width: 70%;
        padding-top: 14px;
    }

    .call-to-action-section .text-area {
        margin-left: 0px;
        margin-top: 0px;
        /* font-size: 19px; */
    }

    .header-h1 .mobile-app-text {
        color: var(--primary-color);
        font-size: 30px !important;
        line-height: 1.2em;
        word-break: break-all;
    }

    h1.header-h1 p {
        font-size: 20px;
    }

    .text-area a img {
        max-width: 30%;
    }

    .sidebar #leftside-navigation ul li a .category-span {
        display: flex;
    }

    .footer-cta .cta-text {
        display: flow-root;
        padding-left: 15px;
        padding-bottom: 20px;
    }

    .input-group-append .button-primary {
        background-color: var(--primary-color) !important;
        border-color: var(--primary-color) !important;
        color: #fff;
    }

    .product-page-content .product-title {
        font-size: 20px !important;
        font-weight: 900;
    }

    .product-page-details .text-center {
        text-align: left !important;
        font-size: 10px !important;
        margin-top: 15px;
    }

    .product-page-details .button-sm {
        font-size: 10px;
    }

    .product-page-content .extra-small {
        font-size: 11px !important;
        line-height: 16px;
    }

    .footer-section-footer .footer-cta {
        padding-top: 0px !important;
    }

    .footer-widget-heading h3 {
        color: #fff !important;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 28px;
        position: relative;
        margin-top: 10px;
    }

    .navbar-collapse {
        height: 45px;
        margin-bottom: 10px;
    }

    .card-solid {
        min-height: auto !important;
    }

    .filter-section {
        padding: 5px;
    }

    .ribbon {
        width: 2.5rem;
        height: 5.5rem;
        top: -0.625rem;
        left: 0.563rem;
    }

    .h2 {
        font-size: 1rem;
    }

    .footer-logo-footer img {
        width: 150px;
    }

    .ribbon>div {
        margin-top: 1.625rem;
        margin-bottom: 0.625rem;
    }

    .subscription-table table th,
    .subscription-table table td {
        width: 60%;
        min-width: 60%;
    }

}

@media (max-width:1420px) {
    #carousel-thumbs .thumb {
        width: 33% !important;
    }

    body {
        padding-top: 158px !important;
    }

    .prodoct-data-page .carton_design {
        height: 340px !important;
    }
}

@media (max-width:1380px) {
    #carousel-thumbs .thumb {
        width: 33% !important;
    }

    body {
        padding-top: 158px !important;
    }

    .prodoct-data-page .carton_design {
        height: 340px !important;
    }

    .pricingTable .pricing-content li {
        font-size: 12px !important;
    }

    .pricingTable .price-value .amount {
        font-size: 18px !important;
    }

    .pricingTable .title {
        font-size: 16px !important;
    }

    .pricingTable .pricingTable-signup a {
        font-size: 15px !important;
    }

    .pricingTable .pricing-content li:before {
        left: 3px !important;
    }

}

/* ============ small devices ============ */
@media (max-width: 991px) {

    .top-nav-category .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }

}

.quick_shift h6 {
    font-weight: 600;
    color: #000;
    font-size: 19px;
}

.modal-header .close {
    margin: -1rem -1rem -1rem auto;
    padding: 1rem;
    position: absolute;
    top: 11px;
    right: 15px;
}






/*=========================*/





.packaging-paper-linear ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.packaging-paper-linear ul li {
    font-weight: 700;
}

a.btn.btn-primary.detail_btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--primary-color);
    border: var(--primary-color);
}

.pagenation-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
}

.pagenation-section ul.pagination .page-link {
    color: #CE4D4E;
}


.pagenation-section ul.pagination .page-link:focus {
    background-color: var(--primary-color);
    color: #FFF;
    box-shadow: none;
}

.dimension-setup {
    width: 100px;

}

.dimention-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-group.dimention-meter {
    display: flex;
    align-items: flex-end;
}


.form-group.dimention-meter p {
    margin-bottom: 0;
}

.packaging-paper-linear p {
    margin-bottom: 1rem;
}


.paper-type {
    width: 250px;
}

.heading-enquery-tittle h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}



.quotation_place p {
    font-size: 1.2rem;
    color: var(--primary-color);
    font-weight: 700;
    margin-top: 1rem;
}





.multisteps-form__progress {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.multisteps-form__progress-btn {
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    position: relative;
    padding-top: 20px;
    padding-left: 7px;
    color: rgba(108, 117, 125, 0.7);
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
}

@media (min-width: 500px) {
    .multisteps-form__progress-btn {
        text-indent: 0;
    }
}

.multisteps-form__progress-btn:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 13px;
    height: 13px;
    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 1;
}

.multisteps-form__progress-btn:after {
    position: absolute;
    top: 5px;
    left: calc(-50% - 13px / 2);
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: 2px;
    content: '';
    background-color: var(--secondary-color);
    z-index: 0;
}

.multisteps-form__progress-btn:first-child:after {
    display: none;
}

.multisteps-form__progress-btn.js-active {
    color: #007bff;
}

.multisteps-form__progress-btn.js-active:before {
    -webkit-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2);
    background-color: var(--primary-color);
}

.multisteps-form__form {
    position: relative;
}

.multisteps-form__panel {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.multisteps-form__panel.js-active {
    height: auto;
    opacity: 1;
    visibility: visible;
    display: block;
}

.empty {
    border-color: #ff0000;
}

/* Style for filled input */
.filled {
    border-color: var(--primary-color);
}



/* From here you can start to copy */

.calendar {
    padding: 8px;
    background: #ffffff;
    border-radius: 4px;
    font-size: 18px;
    border: 1px solid #333333;
    box-shadow: 0px 20px 40px rgba(59, 60, 56, 0.05);
}

.ui-datepicker {
    background: #ffffff;
    border-radius: 15px;
}

.ui-datepicker-header {
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    background: #31639c;
    margin-bottom: 10px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    width: 20px;
    height: 20px;
    text-indent: 9999px;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 12px;
}

.ui-datepicker-prev {
    float: left;
    margin-left: 12px;
}

.ui-datepicker-prev:after {
    transform: rotate(45deg);
    margin: -43px 0px 0px 8px;
}

.ui-datepicker-next {
    float: right;
    margin-right: 12px;
}

.ui-datepicker-next:after {
    transform: rotate(-135deg);
    margin: -43px 0px 0px 6px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
    border-color: #333333;
}

.ui-datepicker-title {
    text-align: center;
    font-size: 25px;
}

.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
}

.ui-datepicker-calendar thead tr th span {
    display: block;
    width: 40px;
    color: #31639c;
    margin-bottom: 5px;
    font-size: 18px;
}

.ui-state-default {
    display: block;
    text-decoration: none;
    color: #333333;
    line-height: 40px;
    font-size: 16px;
}

.ui-state-default:hover {
    color: #ffffff;
    background: #31639c;
    border-radius: 50px;
    transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}

.ui-state-highlight {
    color: #ffffff;
    background-color: #31639c;
    border-radius: 50px;
}

.for-discoutn-value {
    left: 0 !important;
}

.ui-state-active {
    color: #ffffff;
    background-color: #31639c;
    border-radius: 50px;
}

.ui-datepicker-unselectable .ui-state-default {
    color: #eee;
    border: 2px solid transparent;
}

.icon {
    margin-left: -30px;
    margin-top: -26px;
    position: relative;
    color: #31639c;
    font-size: 20px;
}



input[type="date"] {
    position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button {
    z-index: -10;
}

input[type="date"]::-webkit-input-placeholder {
    z-index: 99;
}

input[type="date"]:placeholder {
    z-index: 99;
}

/*input[type="date"]:not(.has-value):before {
    content: attr(placeholder);
    width: 100%;
  }*/
.navbar .topbar-right a span {
    color: #fff;
}

button.submit_btn {
    font-size: 17px;
    padding: 4px 60px;
    margin: auto;
}

.enquiry-reply-form {
    background-color: #fff;
    padding: 10px;
    padding-top: 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/*.Order-Closing span{
    border-bottom: 3px solid #C11E20;
}*/

.Order-Closing i {
    color: #C11E20;
}

#ribbon {
    border-top-right-radius: 5px;
    background: #C11E20;
    height: 30px;
    width: auto;
    display: inline-block;
    position: absolute;
    color: #FFF;
    z-index: 9;
    right: 21px;
    top: 0px;
    line-height: 30px;
    padding: 0px 20px;
}

#ribbon:after {
    content: "";
    height: 0;
    width: 0;
    top: 0px;
    left: -30px;
    position: absolute;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #C11E20;
}

#ribbon:before {
    content: "";
    height: 0;
    width: 0;
    top: 0px;
    left: -30px;
    position: absolute;
    border-style: solid;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #C11E20;
}


/* CUSTOM CSS START FROM HERE */
.topbar-left ul {
    display: flex;
}

.activeTabSection {
    margin-top: 30px;
}

.activeTabSection h3 {
    color: #C00000;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.activeTabBtn {
    justify-content: center;
    gap: 10px;
}

.tabCard {
    transition: .3s ease all;
}

.tabCard:hover {
    cursor: pointer;
    background-color: #1F3F49;
}

.tabCard:hover .tabCardBody,
.tabCard:hover .tabCardHead {
    color: #fff;
}

.activeTabBtn button {
    border: 1px solid #003300;
    border-radius: 0 !important;
    padding: 10px 30px;
}

.activeTabBtn button.nav-link.active {
    background: #003300 !important;
}

.tabCardContainer {
    display: flex;
    justify-content: center;
    align-items: start;
}

.tabCardContainer .tabCardBody {
    border: #6ED56E 1px solid;
}

.tabCardHead {
    border: #6ED56E 1px solid;
    padding: 15px 10px;
}

.tabCardContainer .tabcardLidt {
    padding: 15px 10px;
    border-top: 1px solid #e7e7e7;
}

.tableLabel small {
    margin-top: -10px;
}

.tableLabel {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: normal;
    margin-bottom: 9px;

}

@media only screen and (max-width: 1500px) {
    .topbar-center span {
        font-size: 17px;
        font-weight: 500;
    }

    .top-nav-category .dropdown {
        padding: 8px 5px;
    }
}

@media only screen and (max-width: 1281px) {
    #navbar a {
        font-size: 13px;
    }

    .footer-text p {
        font-size: 12px;
        line-height: 1.7;
        text-align: start;
    }

    .copyright-text p {
        font-size: 13px !important;
    }

    section.category-section img {
        height: 225px;
    }

    .everything-sec img {
        height: 225px;
    }

}

@media only screen and (max-width: 1200px) {
    .top-nav-category .dropdown {
        padding: 5px 1px !important;
        font-size: 10px;
    }

    .topbar-left i {
        height: 25px;
        width: 25px;
        font-size: 14px;
    }

    .morph-text a {
        font-size: 14px;
    }

    .footer-text p {
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
    }

    .footer-widget ul li {
        font-size: 12px;
        font-weight: 300;
    }

    .copyright-text p {
        font-size: 12px !important;
    }

    .footer-logo-footer img {
        width: 180px;
        padding: 5px;
    }

    .footer-widget-heading h3 {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 1025px) {
    #navbar a {
        font-size: 11px;
        width: 100%;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .firstbanner img {
        height: 500px;
        max-height: unset !important;
    }

    section.firstbanner img {
        max-height: unset !important;
    }

    section.category-section img {
        height: 185px;
    }

    .everything-sec img {
        height: 185px;
    }

    .testimonial .description {
        padding: 0 10px 0;
        font-size: 12px;
    }

    a.contact-a {
        font-size: 12px;
    }
}

@media only screen and (max-width: 992px) {
    .topHeadDiv {
        justify-content: space-between;
    }
}

@media(max-width:767.97px) {
    section.firstbanner {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 450px) {
    .topbar-center span {
        font-size: 10px !important;
        margin-bottom: 10px;
    }

    .topbar .topbar-right .navbar-nav .nav-item .btn {
        padding: 2px 25px !important;
        font-size: 12px;
    }

    .inner-ul li {
        font-size: 12px;
    }

    .owl-item.active {
        width: 375px !important;
    }

    .top-nav-category .dropdown {
        padding: 10px 20px !important;
    }

    .top-nav-category .dropdown {
        border-left: none !important;
    }

    .topbar-right .navbar-nav {
        justify-content: end;
    }

    .topbar .topbar-center {
        display: none;
    }

    .top-nav-category button.navbar-toggler {
        margin-right: 35px;
    }

    .ic-1 {
        width: 100%;
        height: 40px;
    }

    .ic-1top {
        padding: 8px 0;
    }

    .firstbanner img {
        height: auto;
        max-height: unset !important;
        object-fit: contain;
        width: 100% !important;
    }

    .firstbanner .owl-carousel.owl-drag .owl-item .item {
        height: 150px;
        overflow-y: hidden;
    }

    .firstbanner .owl-carousel.owl-drag .owl-item {
        width: 445px !important;
        margin-right: 0 !important;
    }

    section.firstbanner {
        margin-top: 120px;
    }

    .home_faq_sec {
        background-color: #f8f9fa;
        padding: 0;
    }

    .breadcrumb-title-bar {
        margin-top: 10px;
    }

    .breadcrumb-title-bar {
        padding: 1rem 0;
    }

    section.listing-page {
        margin-top: 15px;
    }

    section.my-account-section {
        margin-top: 135px;
    }

    section.subscription-table.my-5 {
        margin-top: 100px !important;
    }

    .section_all_about {
        padding-top: 140px;
    }

    .quick_shift h6 {
        font-size: 13px;
    }
}

@media only screen and (max-width: 400px) {
    .owl-item.active {
        width: 325px !important;
    }

    .copyright-text p {
        font-size: 11px !important;
    }

    .responsive-breadcrumb {
        text-align: center;
        margin-top: 15px !important;
    }

    .ic-1 {
        width: 95px;
    }

    .ic-1 p {
        font-size: 8px;
    }
}




/* CUSTOM CSS START */
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border: 1px solid #a9a9a9;
    border-radius: 10px;
    padding: 8px;
}

.select2-result-repository {
    padding-bottom: 3px;
    padding-top: 4px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
}


/* #navbar ul.subMenu ,#navbar ul.subMenu ul.subMenu {
    border: 1px solid #cfcfcf !important;
} */

span.add-btn {
    width: 10px;
    height: 10px;
    margin: 0px 10px;
    position: relative;
    transition: all 0.5s ease-in-out;
    transform: rotate(0deg);
}

.accordion span.add-btn:after {
    content: "+";
    position: absolute;
    top: -10px;
    left: -2px;
    font-size: 21px;
    color: #009861;
}

.accordion.active span.add-btn {
    transform: rotate(180deg);
}

.accordion.active span.add-btn:after {
    content: "-";
}

label.sub-categories-bold {
    font-weight: bold;
}

.ic-1top a .ic-1:hover {
    background: #FFFDD0;
}

.ic-1top a .ic-1:hover.ic-1 p,
.ic-1top a .ic-1:hover.ic-1 i {
    color: #000;
}

.accordion-body {
    height: 300px;
    overflow-y: auto;
}

.prodoct-data-page {
    padding-top: 80px;
}



#ribbon .ribbonPara {
    max-width: 250px;
    text-align: center;
    min-width: 250px;
}

.subscription-table .table-wrapper {
    display: flex;
    justify-content: center;
}

div#myModal p {
    text-wrap: wrap;
    word-wrap: anywhere;
}