@import url(https://fonts.googleapis.com/css2?family=Bebas + Neue&display=swap);
@font-face {
    font-family: BEBAS;
    src: url(../fonts/BEBAS.eot);
    src: url(../fonts/BEBAS.woff2) format("woff2"), url(../fonts/BEBAS.eot?#iefix) format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Bebas;
    src: url(../fonts/Bebas.woff) format("woff"), url(../fonts/Bebas.ttf) format("truetype"), url(../fonts/Bebas.svg#Bebas) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Bebas Neue Pro";
    src: url(../fonts/BebasNeuePro-Bold.eot);
    src: url(../fonts/BebasNeuePro-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/BebasNeuePro-Bold.woff) format("woff"), url(../fonts/BebasNeuePro-Bold.ttf) format("truetype"),
        url(../fonts/BebasNeuePro-Bold.svg#BebasNeuePro-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Bebas Neue Pro";
    src: url(../fonts/BebasNeuePro-Light.eot);
    src: url(../fonts/BebasNeuePro-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/BebasNeuePro-Light.woff2) format("woff2"), url(../fonts/BebasNeuePro-Light.woff) format("woff"),
        url(../fonts/BebasNeuePro-Light.ttf) format("truetype"), url(../fonts/BebasNeuePro-Light.svg#BebasNeuePro-Light) format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Bebas Neue Pro";
    src: url(../fonts/BebasNeuePro-Regular.eot);
    src: url(../fonts/BebasNeuePro-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/BebasNeuePro-Regular.woff) format("woff"), url(../fonts/BebasNeuePro-Regular.ttf) format("truetype"),
        url(../fonts/BebasNeuePro-Regular.svg#BebasNeuePro-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.main-header,
.new-afi-pages {
    padding: 0;
    margin: 0;
    color: #000;
    font-family: BEBAS;
    position: relative;
}
.main-header button.navbar-toggler {
    width: 40px;
    height: 35px;
    position: relative;
    margin: 0;
    transform: rotate(0);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    outline: 0;
    border: 0;
    border-radius: 4px;
    background-color: rgba(3, 127, 229, 0);
    box-shadow: none;
}
.main-header button.navbar-toggler span {
    display: block;
    position: absolute;
    height: 2px;
    width: calc(100% - 16px);
    background: #c41425;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(0);
    transition: 0.25s ease-in-out;
}
.main-header button.navbar-toggler span:first-child {
    top: 12px;
}
.main-header button.navbar-toggler span:nth-child(2),
.main-header button.navbar-toggler span:nth-child(3) {
    top: 19px;
}
.main-header button.navbar-toggler span:nth-child(4) {
    top: 27px;
}
.main-header button.navbar-toggler.open span:first-child {
    top: 18px;
    width: 0;
    left: 50%;
}
.main-header button.navbar-toggler.open span:nth-child(2) {
    transform: rotate(45deg);
}
.main-header button.navbar-toggler.open span:nth-child(3) {
    transform: rotate(-45deg);
}
.main-header button.navbar-toggler.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}

.main-header.expanded button.navbar-toggler span:first-child {
    top: 18px;
    width: 0;
    left: 50%;
}
.main-header.expanded button.navbar-toggler span:nth-child(2) {
    transform: rotate(45deg);
}
.main-header.expanded button.navbar-toggler span:nth-child(3) {
    transform: rotate(-45deg);
}
.main-header.expanded button.navbar-toggler span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}

.new-afi-pages a {
    text-decoration: none;
    font-family: "Bebas Neue Pro" !important;
    color: #000;
}
.new-afi-pages img {
    max-width: 100%;
}
.new-afi-pages ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 99;
}
.new-afi-pages h1 {
    font-size: 60px;
    line-height: 70px;
}
.new-afi-pages h2 {
    font-size: 50px;
    line-height: 60px;
}
.new-afi-pages h3 {
    font-size: 40px;
    line-height: 50px;
}
.new-afi-pages p {
    font-size: 22px;
    line-height: 38px;
    font-family: "Bebas Neue Pro" !important;
}
.new-afi-pages span {
    font-size: 22px;
    line-height: 25px;
    font-family: "Bebas Neue Pro" !important;
}
.new-afi-pages .search-bar-container .cart-box > span {
    display: block;
    width: 100%;
    text-align: right;
}
.w-toplink.pos_right span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.new-afi-pages label {
    font-size: 22px;
    line-height: 25px;
    font-family: "Bebas Neue Pro" !important;
}
.new-afi-pages input::placeholder,
textarea::placeholder {
    color: #afafaf !important;
    font-size: 22px;
    font-family: "Bebas Neue Pro" !important;
}
.new-afi-pages .modal-form-section input {
    font-size: 22px;
    font-family: "Bebas Neue Pro" !important;
}
/* .new-afi-pages .modal-form-section input[type="password" i] {
    font-weight: 900;
    font-family: BEBAS !important;
    font-size: 18px;
} */
.main-footer .container {
    max-width: 1700px;
    width: 100%;
}
.main-header .container {
    max-width: 1800px;
    padding: 0 15px;
    width: 100%;
}
.head-row {
    justify-content: space-between;
    padding: 15px 0 25px;
}
.head-row nav.navbar {
    width: 100%;
}
ul.head-nav-list li {
    margin: 0 26px;
}
ul.head-nav-list li a {
    font-size: 25px;
    text-decoration: none;
    position: relative;
    color: #000;
}
.header-main-page .sticky-center-nav ul li:nth-child(3) a:after,
.header-main-page .sticky-center-nav ul li:nth-child(4) a:after,
.header-main-page .sticky-center-nav ul li:nth-child(5) a:after {
    content: "\f107";
    float: right;
    margin: 0 0 0 6px;
    color: #000;
    font-size: 29px;
    width: 28px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}
.header-main-page .sticky-center-nav ul li:nth-child(3) a:hover:after,
.header-main-page .sticky-center-nav ul li:nth-child(4) a:hover:after,
.header-main-page .sticky-center-nav ul li:nth-child(5) a:hover:after,
.header-main-page .sticky-center-nav ul li:nth-child(3) a.active:after,
.header-main-page .sticky-center-nav ul li:nth-child(4) a.active:after,
.header-main-page .sticky-center-nav ul li:nth-child(5) a.active:after {
    color: #c31122;
}
ul.head-nav-list li a.active:before,
ul.head-nav-list li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #c31122;
    left: 0;
    bottom: -27px;
    opacity: 0;
}
ul.head-nav-list li a.active:before {
    bottom: -7px;
    opacity: 1;
}
ul.head-nav-list li a:hover {
    color: #c31122;
}
ul.head-nav-list li a:hover:before {
    bottom: -7px;
    opacity: 1;
}
ul.contact-list li:first-child a:last-child {
    margin: 0;
}
.head-column .inner-contact-info {
    padding: 0;
    display: flex;
    align-items: flex-end;
    column-gap: 10px;
}
ul.contact-list li {
    padding-bottom: 0;
}
.inner-contact-img img {
    max-width: 110px;
}
ul.contact-list li:first-child a {
    margin: 0 12px 0 0;
}
ul.contact-list li a i {
    color: #c31122;
    margin: 0 7px 0 0;
}
ul.contact-list li a.bold-icon {
    font-weight: 700;
}
ul.contact-list li a {
    font-size: 16px;
    color: #c31122;
}
.mobile-header-sec {
    display: none;
}
.new-afi-pages .modal.show .modal-dialog {
    transform: none;
}
.modal-body .row {
    margin-right: calc(var(--bs-gutter-x) * -0.5) !important;
    margin-left: calc(var(--bs-gutter-x) * -0.5) !important;
}
.new-afi-pages a.go-back-btn span {
    font-size: 25px;
    line-height: 1.2;
    padding-left: 4px;
}
.new-afi-pages .image-box-main .image-content {
    cursor: pointer;
}
.new-afi-pages .image-box-main:hover .image-content span {
    opacity: 0.8;
}
.shoppingcart-page {
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: "Bebas Neue Pro" !important;
}
.shoppingcart-page .inner-wapper-cart {
    display: flex;
    flex-wrap: wrap;
}
.shoppingcart-page .btn-default {
    box-shadow: none;
}
.shoppingcart-page .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.shoppingcart-page .glyphicon-envelope:before {
    content: "\2709";
}
.shoppingcart-page span.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.text-right {
    text-align: right;
}
.shoppingcart-page .cart-box {
    display: flex;
    flex-wrap: wrap;
}
.form-horizontal .control-label {
    padding-top: 0;
    margin-bottom: 0;
    text-align: right;
    margin-right: 5px;
    font-size: 18px;
}
.discount-content-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shoppingcart-page .total-cart {
    display: flex;
    flex-wrap: wrap;
}
.shoppingcart-page .total-cart .col-lg-6 {
    padding-right: 15px;
    padding-left: 15px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.billingInformation-page.full-wrap-main {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.billingInformation-page .main-banner .col-lg-6 {
    padding-right: 15px;
    padding-left: 15px;
}
.billingInformation-page .form-group {
    display: flex;
    margin-bottom: 15px;
}
.billingInformation-page label.col-sm-6.control-label {
    padding-right: 15px;
    padding-left: 15px;
}
.billingInformation-page .filed-heading {
    font-weight: 600;
}
.full-wrap-main.deliveryInformation {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.deliveryInformation .inner-box,
.shippingcalculation-top.inner-box .inner-ups-cart {
    display: flex;
    flex-wrap: wrap;
}
.deliveryInformation .inner-box h3.filed-heading,
.deliveryInformation .inner-box p.inner-dsp {
    width: 100%;
}
.deliveryInformation .inner-box .col-sm-3 {
    padding-left: 15px;
    padding-right: 15px;
}
.shippingcalculation-top.inner-box {
    display: inline-block;
}
.shippingcalculation-top.inner-box .inner-ups-cart .col-md-offset-2 {
    text-align: left;
}
.shippingcalculation-top.inner-box .inner-ups-cart .col-md-offset-3 {
    text-align: left;
}
.filed-heading {
    font-weight: 600;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #eaeaea;
}
.history-table td,
.history-table th {
    padding: 5px;
    font-size: 14px;
    font-weight: 700;
}
.paymentInfo-page .re-set-total .col-sm-offset-10 {
    padding-right: 15px;
    padding-left: 15px;
}
.paymentInfo-page .re-set-total b {
    font-weight: 700;
    font-size: 14px;
}
.paymentInfo-page .re-set-total {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.inner-wapper.paymentInfo .inner-box .table-responsive,
.inner-wapper.paymentInfo .inner-box h1,
.inner-wapper.paymentInfo .inner-box p {
    width: 100%;
}
.inner-wapper.paymentInfo .inner-box {
    display: flex;
    flex-wrap: wrap;
}
.inner-wapper.paymentInfo .inner-box .col-sm-3 {
    padding-left: 15px;
    padding-right: 15px;
}
.inner-wapper.paymentInfo .inner-box.payment-method .cards-info .inner-box {
    display: inline-block;
}
.inner-wapper.paymentInfo .inner-box.payment-method .cards-info .inner-box .form-group {
    display: flex;
    flex-wrap: wrap;
}
.inner-wapper.paymentInfo .inner-box.payment-method .cards-info .inner-box .form-group .col-lg-6,
.inner-wapper.paymentInfo .inner-box.payment-method .cards-info .inner-box .form-group .col-md-12,
.inner-wapper.paymentInfo .inner-box.payment-method .cards-info .inner-box .form-group .col-sm-12 {
    padding: 0 15px;
}
.inner-wapper.paymentInfo .inner-box.payment-method {
    display: inline-block;
}
.paypal-print.authorizePayment .row {
    display: flex;
    flex-wrap: wrap;
}
.paypal-print.authorizePayment {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.new-afi-pages .sort-by-box select {
    background-image: url(/shop/images/down-arrow.png);
    background-size: 13px 8px;
}
.new-afi-pages .left-bar .close-btn {
    display: none;
}
.new-afi-pages .content-section.leadership-content-section .inner-policy-content-section {
    background: 0 0;
    box-shadow: none;
}
.review-modal .modal-header .close {
    opacity: 1;
    background: 0 0;
    border: 0;
}
.review-modal .btn.outline-button.color.round-btn {
    border: 1px solid #c41425;
    transition: 0.5s ease;
    color: #fff !important;
    background: #c41425;
}
.review-modal .btn.outline-button.color.round-btn:hover {
    background: #fff;
    color: #c41425 !important;
}
section.full-wrap-main .container.main-banner.shoppingcart-page {
    padding: 20px !important;
}
.acont-li a {
    background: rgba(0, 0, 0, 0) url(/shop/images/arrow_green.gif) no-repeat scroll left center;
}
.recoverPassword {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    min-height: 57vh;
}
.recoverPassword .col-lg-8 {
    padding: 0 15px;
}
.recoverPassword .acont-heading {
    margin: 40px 0 0 20px;
}
.recoverPassword .eidt-info .form-group {
    display: flex;
    margin-bottom: 15px;
}
.recoverPassword .eidt-info .form-group .col-sm-4,
.recoverPassword .eidt-info .form-group .col-sm-8 {
    padding: 0 15px;
}
section.full-wrap-main.changeAddress-page {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
section.full-wrap-main.changeAddress-page .inner-box-header .text-right {
    padding-bottom: 8px;
}
.inner-wapper.paymentInfo .inner-box .col-sm-3 button.btn.sing-btn {
    white-space: nowrap;
}
section.full-wrap-main.paymentInfo-page {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.new-afi-pages.main-page {
    margin-top: 10px;
}
.range-info span:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 7px;
    background-color: #000;
    left: 0;
    right: 0;
    margin: auto;
    top: -2px;
}
.range-info span {
    font-size: 14px;
    color: #000;
    position: relative;
}
.range-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: -11px 0 0 0;
    padding: 0 7px;
    position: relative;
}
.modal.show .modal-dialog .modal-content {
    border-radius: 4px;
    padding: 0;
    border: 1px solid #aaa;
}
.modal-body.cus-modal-body span.text-white.fs-2 {
    display: block;
    width: 100%;
    text-align: center;
}
.modal.show .modal-dialog .modal-content .modal-header {
    border-radius: 0;
    padding: 0.4em 1em;
}
.modal.show .modal-dialog .modal-content .modal-header .close:hover {
    color: #fff !important;
}
.modal.show .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 20px;
}
#popup2.popup .popup-box-holder {
    margin-bottom: 15px;
}
#popup2.popup h1 {
    font-family: "Bebas Neue";
    color: #c41425;
}
#popup2.popup .popup-box-holder span {
    font-size: 16px;
    display: block;
    margin-top: 10px;
    font-family: "Bebas Neue Pro";
    color: #c41425;
    letter-spacing: 1px;
}
#popup2.popup label.badge img {
    max-width: 150px;
    max-height: 150px;
    transition: transform 0.2s;
    cursor: pointer;
}
#popup2.popup label.badge img:hover {
    transform: scale(1.06);
}
#popup2.popup .popup-box-holder label {
    padding: 0;
}
#popup2.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 100%;
    border: 4px solid #c41425;
    max-width: 580px;
}
#popup2.popup h1 {
    font-family: "Bebas Neue Pro";
    color: #c41425;
    margin-bottom: 15px;
}
#popup2.popup .image-container {
    text-align: center;
    margin-bottom: 20px;
}
#popup2.popup .checkboxes-container {
    text-align: center;
}
#popup2.popup .category-box {
    display: inline-block;
    margin: 0 10px;
}
#popup2.popup .checkbox-container input[type="checkbox"] {
    display: none;
}
#popup2.popup .checkbox-container label {
    display: inline-block;
    padding: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
}
#popup2.popup .checkbox-container input[type="checkbox"]:checked + label {
    background-color: #ccc;
}
.col-sm-12.form-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

@media (min-width: 768px) {
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333% !important;
    }
}

@media screen and (max-width: 1440px) {
    ul.head-nav-list li a {
        font-size: 22px;
    }
}
@media screen and (max-width: 1250px) {
    ul.head-nav-list li {
        margin: 0 12px;
    }
    ul.head-nav-list li a {
        font-size: 18px;
    }
}
.new-afi-pages .container.red-box-container {
    max-width: 1440px;
    width: 100%;
}
.new-afi-pages .container.product-container,
.new-afi-pages .container.store-container,
.new-afi-pages .desktop-header-sec .container {
    max-width: 1700px;
    width: 100%;
}
.new-afi-pages .main-banner {
    background: url(../images/banner-img.png);
    background-size: cover;
    padding: 5% 50px;
}
.new-afi-pages .slide-text h2 {
    font-size: 70px;
    color: #fff;
    text-shadow: 0 0 20px #000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
    margin: 0 0 50px 0;
}
.new-afi-pages .blog-hidden-text p {
    text-shadow: 0 0 10px #000;
    color: #fff;
    -webkit-text-stroke-width: 0.3px;
    -webkit-text-stroke-color: #000;
    font-size: 25px;
}
.new-afi-pages .slide-text h4 {
    font-size: 40px;
    text-shadow: 0 0 10px #000;
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    margin: 0 0 20px 0;
}
.new-afi-pages .banner-text h2,
.new-afi-pages .blog-hidden-text h2 {
    font-size: 70px;
    color: #fff;
    text-shadow: 0 0 20px #000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
}
.new-afi-pages .continue-btn .btn.outline-button span,
.new-afi-pages a.btn.outline-button span {
    display: inline-block;
    width: 100%;
    border: 3px solid #c41425;
    border-radius: 30px;
    padding: 14px 20px;
    color: #c41425;
}
.new-afi-pages .btn.outline-button.signin-btn,
.new-afi-pages .continue-btn .btn.outline-button,
.new-afi-pages a.btn.outline-button {
    background-color: #fff;
    border-radius: 30px;
    padding: 2px;
    color: #c41425;
    font-size: 29px;
    letter-spacing: 2px;
    min-width: 250px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    font-weight: 600;
}
.new-afi-pages .submit-button a.btn.outline-button {
    min-width: 175px;
    text-transform: uppercase;
    font-weight: 700;
}
.new-afi-pages .btn.outline-button.signin-btn:hover span,
.new-afi-pages .continue-btn .btn.outline-button:hover span,
.new-afi-pages a.btn.outline-button:hover span {
    background-color: #c41425;
    color: #fff;
    transition: 0.5s ease;
}
.new-afi-pages .btn.outline-button.signin-btn span,
.new-afi-pages a.btn.outline-red-button span {
    display: inline-block;
    width: 100%;
    border: 3px solid #c41425;
    border-radius: 30px;
    padding: 12px 20px;
    color: #fff;
    background-color: #c41425;
}
.new-afi-pages .btn.outline-button.signin-btn {
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
}
.new-afi-pages .btn.outline-button.signin-btn span {
    padding: 10px 20px;
    background: #fff;
    color: #c41425;
}
.new-afi-pages a.btn.outline-red-button {
    background-color: #fff;
    border-radius: 30px;
    padding: 2px;
    color: #c41425;
    font-size: 29px;
    letter-spacing: 2px;
    min-width: 250px;
    border: 3px solid #c41425;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
.new-afi-pages a.btn.outline-red-button:hover span {
    background-color: transparent;
    color: #c41425;
    transition: 0.5s ease;
}
.new-afi-pages .btn.outline-button.round-btn span {
    border-radius: 15px;
}
.new-afi-pages .btn.outline-button.round-btn {
    border-radius: 15px;
    min-width: 170px;
}
.new-afi-pages .slide-text strong {
    color: #fff;
    font-weight: 400;
    font-size: 25px;
}
.new-afi-pages .inner-blog-column {
    display: inline-block;
    border-radius: 20px;
    position: relative;
}
.new-afi-pages .inner-blog-column .blog-text {
    background-color: #000;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 30px 30px;
}
.new-afi-pages .blog-text a {
    color: #fff;
}
.new-afi-pages .blog-text a {
    color: #fff;
    font-size: 32px;
    display: block;
    text-align: center;
    padding: 10px 14px;
}
.new-afi-pages .blog-hidden-text {
    position: absolute;
    padding: 20px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    justify-content: center;
    flex-direction: column;
}
.new-afi-pages .blog-hidden-text h2 {
    font-size: 80px;
}
.new-afi-pages .blog-hidden-text h2,
.new-afi-pages .blog-hidden-text p {
    color: #fff;
}
.new-afi-pages .content-section.bg-gray {
    background-color: #e0e2e6;
}
.new-afi-pages span.page-recods {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}
.new-afi-pages .search-bar-container .cart-box {
    width: 75px;
}
.new-afi-pages .content-section {
    padding: 110px 0;
    padding-bottom: 45px;
}
.new-afi-pages .content-section.whole-sale {
    background: url(../images/whole-sale-banner.png) no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
}
.new-afi-pages .whole-sale h2 {
    color: #fff;
    margin: 0 0 50px 0;
}
.new-afi-pages .whole-sale p {
    color: #fff;
    font-weight: 500;
}
.new-afi-pages .content-section.family-owned {
    background: url(../images/family-owned-background-image.png) no-repeat;
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 160px;
}
.new-afi-pages .content-section.family-owned .banner-text h2 {
    padding-bottom: 35px;
}
.new-afi-pages .content-section.family-owned .banner-text h2 span {
    background-color: #c41425;
    color: #fff;
}
.new-afi-pages .main-banner.facility-banner {
    background: url(../images/facility-banner.png);
    background-repeat: no-repeat;
    padding: 3% 50px;
    background-size: cover;
}
.inner-policy-content-section,
.new-afi-pages .inner-facility-content-section {
    width: 100%;
    display: inline-block;
    padding: 20px 90px 40px 90px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
.new-afi-pages .red-card-box {
    width: 100%;
    background-color: #c41425;
    text-align: center;
    padding: 20px;
}
.new-afi-pages .red-card-box h1,
.red-card-box p {
    color: #fff;
}
.new-afi-pages .red-card-box h1 {
    margin-bottom: 30px;
    font-size: 60px;
    word-spacing: 10px;
}
.new-afi-pages .facility-row {
    margin-bottom: 70px;
}
.new-afi-pages p.border-bottom-line:after {
    content: "";
    position: absolute;
    width: 300px;
    height: 5px;
    background-color: #c41425;
    left: 0;
    bottom: -30px;
}
.new-afi-pages p.border-bottom-line {
    position: relative;
}
.new-afi-pages .facility-btn-row {
    justify-content: center;
    column-gap: 20px;
    padding: 30px 0 30px 0;
}
.new-afi-pages .facility-column p a {
    font-size: 22px !important;
    font-family: "Bebas Neue Pro";
    color: #c41425;
    font-weight: 600;
}
.new-afi-pages .inner-policy-content-section {
    margin-top: 30px !important;
    padding-bottom: 60px;
}
.new-afi-pages .inner-policy-content-section.product-reviews {
    background: 0 0;
    box-shadow: none;
}
.new-afi-pages .policy-top-box .red-card-box {
    margin: -80px auto 80px auto;
    padding: 25px 20px;
}
.new-afi-pages .main-banner.story-banner {
    background: url(../images/story-banner-image.png);
    background-repeat: no-repeat;
    padding: 3% 50px;
    background-size: cover;
}
.new-afi-pages .content-section.leadership-content-section {
    background-color: #dedede;
}
.new-afi-pages .leadership-content-section .policy-top-box .red-card-box {
    margin: -80px auto 20px auto;
}
.new-afi-pages .leadership-title-box {
    padding: 25px 10px;
}
.new-afi-pages .meet-family-blog-row {
    row-gap: 50px;
}
.new-afi-pages .blog-text-leadership {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 15px 10px;
}
.new-afi-pages .blog-text-leadership a {
    color: #c41425;
    font-size: 25px;
    display: block;
}
.blog-btn-column .inner-blog-column a.btn.outline-button,
.new-afi-pages .blog-btn-column .inner-blog-column a.btn.outline-red-button {
    font-size: 20px;
    min-width: 230px;
}
.blog-btn-column .inner-blog-column a.btn.outline-button span,
.new-afi-pages .blog-btn-column .inner-blog-column a.btn.outline-red-button span {
    padding: 8px 16px;
}
.new-afi-pages .blog-btn-column .inner-blog-column {
    min-height: 243px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 25px;
}
.new-afi-pages .meet-family-blog-column .blog-img {
    position: relative;
}
.new-afi-pages .meet-family-blog-column .blog-hidden-text {
    display: none;
    transition: 0.5s ease all;
    justify-content: start;
}
.new-afi-pages .meet-family-blog-column:hover .blog-hidden-text {
    display: flex;
    transition: 0.5s ease all;
    z-index: 999;
}
.new-afi-pages .blog-img:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 35px;
    opacity: 0;
}
.new-afi-pages .meet-family-blog-column:hover .blog-img:after {
    opacity: 1;
    transition: 0.5s ease all;
}
.new-afi-pages .meet-family-blog-column .blog-hidden-text strong {
    color: #c41425;
    font-size: 20px;
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #fff;
    font-weight: 800;
}
.new-afi-pages .contact-content-row .content-box {
    column-gap: 70px;
    align-items: center;
}
.new-afi-pages .search-bar-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.new-afi-pages .search-bar-box input {
    min-height: 50px;
    border-radius: 50px;
    padding-left: 60px;
    color: #c41425;
    border-color: #c41425;
    border: 3px solid #c41425;
    font-family: "Bebas Neue Pro" !important;
    cursor: pointer;
    font-size: 20px;
}
.new-afi-pages .search-bar-box .search-container .search-btn span {
    padding: 7px 15px !important;
}
.new-afi-pages .search-bar-box img {
    position: absolute;
    top: 10px;
    left: 20px;
    height: 30px
}
.new-afi-pages .sort-by-box {
    width: 100%;
    padding: 10px 0;
    display: flex;
}
.new-afi-pages .prev-next-container {
    width: 100%;
    display: flex;
}
.new-afi-pages .prev-next-btn-box {
    align-items: end;
    display: flex;
    padding: 0 10px 0 10px;
    min-height: inherit;
}
.new-afi-pages .sort-by-box select#specificSizeSelect,
option {
    color: #666;
    font-family: "Bebas Neue Pro";
    box-shadow: rgba(0, 0, 0, 0.25) 0 2px 3px;
    font-weight: 600;
}
.new-afi-pages .sort-box {
    padding: 0 0 0 20px;
    position: relative;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: start;
    column-gap: 15px;
}
.new-afi-pages .sort-box .row label {
    padding: 0 !important;
}
.new-afi-pages .search-bar-box .search-container {
    width: calc(100% - 75px);
    padding-right: 20px;
}
.new-afi-pages .cart-box {
    display: flex;
    align-items: end;
    justify-content: start;
    position: relative;
}
.new-afi-pages .cart-box span a img {
    margin: -10px 10px 0 0;
    left: -40px;
}
.new-afi-pages span.red-icon-span .cart-counter {
    top: 9px;
    right: 25%;
    left: inherit;
    font-size: 16px;
}
.cart-counter {
    position: absolute;
    top: -2px;
    left: 12px;
    transform: translate(0, -50%);
    font-weight: 700;
    font-size: 13px;
    color: #94908d;
    text-shadow: 0 4px 3px rgba(0, 0, 0, 0.1);
    font-family: "Bebas Neue Pro" !important;
    background-color: #cecccb47 !important;
    padding: 5px;
}
.new-afi-pages .cart-box span a span.badge {
    position: absolute;
    top: -12%;
    left: 14%;
    background-color: #cecccb47 !important;
    font-size: 14px;
    color: #94908d;
    line-height: 23px;
    text-shadow: 0 4px 3px rgba(0, 0, 0, 0.1);
    padding: 6px;
}
.new-afi-pages .cart-box span a i {
    font-size: 30px;
    color: #c41425;
    margin: 0 10px 0 0;
}
.new-afi-pages .cart-box span a,
.new-afi-pages .sort-by-box label {
    color: #c41425;
    font-size: 28px;
    font-family: "Bebas Neue Pro" !important;
    font-weight: 600;
    white-space: nowrap;
    position: relative;
}
.new-afi-pages .rate {
    float: left;
    height: 46px;
}
.new-afi-pages .rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
    visibility: hidden;
}
.new-afi-pages .rate:not(:checked) > label {
    float: right;
    width: 0.8em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    color: #d3d2d2;
}
.new-afi-pages .rate:not(:checked) > label:before {
    content: "★";
}
.new-afi-pages .rate > input:checked ~ label {
    color: #c41425;
}
.new-afi-pages .rate.customer-review:not(:checked) > label:hover,
.new-afi-pages .rate.customer-review:not(:checked) > label:hover ~ label {
    color: #c41425;
}
.new-afi-pages .rate.customer-review > input:checked + label:hover,
.new-afi-pages .rate.customer-review > input:checked + label:hover ~ label,
.new-afi-pages .rate.customer-review > input:checked ~ label:hover,
.new-afi-pages .rate.customer-review > input:checked ~ label:hover ~ label,
.new-afi-pages .rate.customer-review > label:hover ~ input:checked ~ label {
    color: #c41425;
}
.new-afi-pages .rate-card {
    float: left;
    height: 46px;
}
.new-afi-pages .inner-secondary-content .rate-card label,
.new-afi-pages .inner-secondary-content .rate-card:not(:checked) > label,
.new-afi-pages .inner-secondary-content .rate:not(:checked) > label,
.new-afi-pages .main-rating-box .rate:not(:checked) > label {
    pointer-events: none !important;
    cursor: default;
}
.inner-secondary-content .rate,
.inner-secondary-content .rate-card,
.new-afi-pages .product-content-box .review-box .rate {
    pointer-events: none !important;
    cursor: default;
}
.new-afi-pages .rate-card:not(:checked) > input {
    position: absolute;
    top: 331px;
    left: 25px;
    opacity: 0;
}
.new-afi-pages .rate-card:not(:checked) > label {
    float: right;
    width: 0.8em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    color: #c41425;
}
.new-afi-pages .rate-card:not(:checked) > label:before {
    content: "★";
}
.new-afi-pages .rate-card > input:checked ~ label {
    color: #c41425;
}
.new-afi-pages .rate-card > label:hover ~ input:checked ~ label {
    color: #c41425;
}
.flash-point-box,
.new-afi-pages .frag-filter-box,
.new-afi-pages .min-max-price-box,
.new-afi-pages .seasom-category-box {
    width: 100%;
    display: inline-block;
    padding: 20px 0;
    border-bottom: 1px solid #d3d3d3;
}
.new-afi-pages .frag-filter-box span {
    display: block;
}
.frag-filter-box span.filter-by-text,
.new-afi-pages .values span {
    color: #afafaf;
}
.new-afi-pages span.total-fragrances {
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    width: 70%;
    margin: auto;
    margin-bottom: 10px;
    color: #c41425;
    font-size: 18px;
}
.new-afi-pages .range-box-container {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}
.new-afi-pages .range-box-container input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: 0;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}
.new-afi-pages .slider-track {
    width: 100%;
    height: 10px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background: #c41425;
}
.new-afi-pages .range-box-container input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 5px;
}
.new-afi-pages .range-box-container input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 5px;
}
.new-afi-pages .range-box-container input[type="range"]::-ms-track {
    appearance: none;
    height: 5px;
}
.new-afi-pages .range-box-container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    background-color: #fff;
    border: 1px solid #c41425;
    cursor: pointer;
    margin-top: -9px;
    pointer-events: auto;
    border-radius: 50%;
}
.new-afi-pages .range-box-container input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #c41425;
    pointer-events: auto;
    border: none;
}
.new-afi-pages .range-box-container input[type="range"]::-ms-thumb {
    appearance: none;
    height: 1em;
    width: 1em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #c41425;
    pointer-events: auto;
}
.new-afi-pages .range-box-container input[type="range"]:active::-webkit-slider-thumb {
    background-color: #fff;
    border: 1px solid #c41425;
}
.new-afi-pages .values {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    width: 100%;
    position: relative;
    margin: auto;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 5px 0 5px 0;
}
.new-afi-pages .min-max-price-box label {
    width: 100%;
    text-align: center;
    margin: 0;
}
.new-afi-pages .checkboxes-container {
    display: flex;
    padding: 10px 0 0 0;
    width: 100%;
    column-gap: 4px;
    flex-wrap: wrap;
    row-gap: 5px;
}
.new-afi-pages .badge {
    background-color: #d3d3d3;
    color: #6f6f6f;
    padding: 6px 10px;
    cursor: pointer;
    font-family: "Bebas Neue Pro";
    font-size: 16px;
}
.new-afi-pages .checkboxes-container input[type="radio"] {
    display: none;
}
.new-afi-pages .checkboxes-container input[type="radio"]:checked + .badge {
    background-color: #c41425;
    color: #fff;
}
.min-max-btn a,
.new-afi-pages .production-sample-btn-box a.btn.outline-button.color,
.production-sample-btn-box a.btn.outline-red-button.color {
    font-size: 16px;
    min-width: 140px !important;
}
.min-max-btn a span,
.new-afi-pages .production-sample-btn-box a.btn.outline-button.color span,
.production-sample-btn-box a.btn.outline-red-button.color span {
    padding: 6px 14px !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0;
}
.new-afi-pages .store-container .inner-facility-content-section {
    width: 100%;
    display: inline-block;
    padding: 20px 20px 20px 10px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
.new-afi-pages .main-card-row {
    width: 100%;
}
.new-afi-pages .card-box {
    width: 25%;
    position: relative;
}
.new-afi-pages .card-header-box img {
    width: 100%;
    max-width: 100%;
    height: 240px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}
.new-afi-pages .card-header-box img:hover {
    transform: scale(1.02) perspective(0);
    transition: 0.7s ease all;
}
.new-afi-pages .card-header-box,
.new-afi-pages .card-inner-cont {
    padding: 5px 10px;
    width: 100%;
    position: relative;
}
.new-afi-pages .card-header-box a {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    display: flex;
    overflow: hidden;
}
.new-afi-pages .card-header-box img.card-img-top {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom center;
}
.new-afi-pages .fragrance-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-height: 50px;
}
.new-afi-pages .fragrance-title a {
    font-weight: 600;
}
.new-afi-pages .fragrance-title span.scnt-price {
    color: #c41425;
    font-size: 18px;
    cursor: pointer;
}
.new-afi-pages .inner-secondary-content span {
    width: 100%;
    display: flex;
}
.new-afi-pages .left-bar {
    width: 18% !important;
    padding-top: 65px;
}
.new-afi-pages .right-bar {
    width: 82% !important;
}
.new-afi-pages span.badge.card-badge {
    background-color: #e8e8e8;
    color: #888;
    font-size: 16px;
    padding: 0 2px;
    word-break: break-word;
    white-space: pre-wrap;
    text-align: left;
    border-radius: 0.25rem;
    line-height: 1.4;
    margin-bottom: 2px;
}
.new-afi-pages .badges-row {
    display: flex;
    column-gap: 8px;
    flex-wrap: wrap;
}
.new-afi-pages .min-max-price-box .form-control,
.new-afi-pages .min-max-price-box .form-control:focus {
    box-shadow: rgba(0, 0, 0, 0.15) 0 3px 9px;
    border: none;
    font-family: "Bebas Neue Pro";
    color: #000;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
}
.new-afi-pages .card-inner-cont .fragrance-title span:first-child {
    width: 200px;
    font-size: 18px;
    word-break: break-word;
}
.new-afi-pages .card-box .card-head-image {
    width: 60px;
    height: auto;
    position: absolute;
    top: 4px;
    right: 21px;
}
.new-afi-pages .card-box .card-btm-truck {
    width: 90px;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 10px;
}
.new-afi-pages .card-box .card-btm-truck img {
    width: 100%;
    height: auto;
    box-shadow: none;
}
.new-afi-pages .card-box .card-head-image img {
    width: 100%;
    height: auto;
    box-shadow: none;
}
.new-afi-pages .card-box .card-header-box:hover .card-head-image {
    transform: scale(1.02) perspective(0);
    transition: 0.7s ease all;
}
.new-afi-pages .form-row:not(:first-child) {
    padding-top: 50px;
}
.new-afi-pages .form-row {
    padding-bottom: 20px;
}
.new-afi-pages .form-row.border-spacing-none {
    padding: 0;
}
.new-afi-pages .form-row.border-spacing-none.other-info {
    padding-top: 50px;
}
.new-afi-pages .form-row .form-title h4 {
    color: #afafaf !important;
    font-size: 30px;
    margin: 0;
    font-family: "Bebas Neue Pro" !important;
    line-height: 40px;
}
.new-afi-pages .inner-form-section input,
.new-afi-pages .inner-form-section select {
    min-height: 55px;
    box-shadow: 0 0 25px 7px #0000002e;
    color: #c41425;
    font-family: "Bebas Neue Pro" !important;
    font-size: 22px;
    border-color: #a2a7a1;
}
.new-afi-pages hr {
    margin: 1rem 0;
    border-top: 3px solid;
    width: 80%;
    margin: auto;
}
.new-afi-pages .inner-form-section select {
    font-size: 22px;
    line-height: 38px;
    font-family: "Bebas Neue Pro" !important;
    color: #afafaf;
}
.new-afi-pages .inner-form-section a.btn.outline-button.color {
    min-width: 130px;
    margin-right: 10px;
}
.new-afi-pages .checkboxes-container.scroll-container {
    height: 195px;
    overflow: hidden;
    overflow-y: scroll;
}
.checkboxes-container.scroll-container::-webkit-scrollbar {
    width: 7px;
}
.new-afi-pages .checkboxes-container.scroll-container::-webkit-scrollbar-track {
    background-color: #e7e7e7;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.new-afi-pages .checkboxes-container.scroll-container::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #c41425;
}
.new-afi-pages .cus-modal-dialog .modal-content {
    background-color: #c41425;
    height: 100vh;
}
.new-afi-pages .modal.show .modal-dialog.cus-modal-dialog {
    margin-left: auto !important;
    margin-right: inherit;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
}
.new-afi-pages .modal-form-section label {
    color: #fff;
    line-height: 35px;
}
.new-afi-pages a.go-back-btn {
    font-size: 25px;
    color: #fff;
    align-items: center;
    display: flex;
}
.new-afi-pages a.go-back-btn i {
    color: #fff;
}
.modal-body.cus-modal-body a.btn.outline-button.color.close-times-btn {
    min-width: inherit;
    display: flex;
    max-width: 50px;
    width: 100%;
    margin-left: auto;
    position: absolute;
    top: 20px;
    right: 20px;
}
.modal-body.cus-modal-body a.btn.outline-button.color.close-times-btn i.fa-close:after {
    content: "\f00d";
}
i.fa.fa-close:after {
    content: "\f00d";
}
.modal-body.cus-modal-body a.btn.outline-button.color.close-times-btn span {
    padding: 6px 10px;
}
.modal-form-section {
    width: 100%;
    padding: 0 20px 30px 20px;
}
.modal-body.cus-modal-body h1 {
    position: relative;
    font-size: 40px;
    word-spacing: 8px;
}
.modal-body.cus-modal-body h2 {
    position: relative;
    font-size: 32px;
    word-spacing: 5px;
    margin-bottom: 15px;
}
.modal-body.cus-modal-body h1:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 5px;
    background-color: #fff;
    bottom: -10px;
    margin: auto;
    left: 0;
    right: 0;
}
.modal-body.cus-modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    flex-wrap: wrap;
    padding: 75px 0 0;
}
.modal-body.cus-modal-body::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.modal-body.cus-modal-body::-webkit-scrollbar{
	width: 8px;
	background-color: #F5F5F5;
}

.modal-body.cus-modal-body::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #8b8b8b;
}
.new-afi-pages .container.product-container .inner-facility-content-section {
    padding: 50px 90px 90px 90px;
}
.new-afi-pages .img-display {
    overflow: hidden;
}
.new-afi-pages .img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}
.new-afi-pages .img-showcase img {
    min-width: inherit;
    position: absolute;
    left: 0;
    top: 0;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    object-position: bottom center;
}
.new-afi-pages .img-select {
    display: flex;
}
.new-afi-pages .img-item {
    margin: 0.3rem;
}
.new-afi-pages .img-item:nth-child(1),
.new-afi-pages .img-item:nth-child(2),
.new-afi-pages .img-item:nth-child(3) {
    margin-right: 0;
}
.new-afi-pages .img-item:hover {
    opacity: 0.8;
}
.new-afi-pages .img-item a img {
    width: 70px;
    height: 70px;
}
.new-afi-pages .main-rating-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.new-afi-pages .product-desc-main-box .main-rating-box {
    column-gap: 0;
}
.new-afi-pages .product-desc-main-box .main-rating-box .rate,
.new-afi-pages .product-desc-main-box .main-rating-box .rate-card {
    pointer-events: none;
    cursor: default;
    height: auto;
}
.new-afi-pages .product-desc-main-box .main-rating-box .reviews-count {
    padding: 0;
    padding-left: 10px;
}
.new-afi-pages .reviews-count {
    padding: 10px 0 0 0;
}
.new-afi-pages .product-code-box {
    display: flex;
    column-gap: 20px;
    padding: 10px 0 10px 0;
}
.new-afi-pages .fragrance-notes-desc span {
    display: block;
    padding-bottom: 10px;
}
.new-afi-pages .fragrance-notes-desc span strong {
    font-family: "Bebas Neue Pro" !important;
    font-size: 30px;
    padding: 0 10px 0 0;
}
.new-afi-pages .fragrance-notes-title h1 {
    color: #909090;
    font-family: "Bebas Neue Pro" !important;
    font-size: 30px;
    line-height: 40px;
}
.new-afi-pages .fragrance-notes-box {
    width: 100%;
    padding: 5px 0 20px 0;
}
.new-afi-pages .product-title-box h1 {
    font-size: 36px;
    font-family: "Bebas Neue Pro";
    font-weight: 600;
    line-height: 46px;
}
.new-afi-pages .product-desc-main-box {
    width: 100%;
    padding: 0 40px 0 40px;
}
.new-afi-pages .product-row .card {
    padding: 0 0 0 80px;
    border: none;
}
.new-afi-pages .social-media-icons {
    width: 100%;
    padding: 10px 70px 10px 0;
    display: flex;
    column-gap: 15px;
    justify-content: end;
}
.new-afi-pages .social-media-icons a {
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.new-afi-pages ul.qty-list li {
    position: relative;
}
.new-afi-pages ul.qty-list li input.radio-input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    cursor: pointer;
    z-index: 9;
}
.new-afi-pages ul.qty-list li p {
    border-radius: 8px;
    padding: 0 20px 0 55px;
    width: 100%;
    margin: 0 0 5px;
    font-weight: 700;
}
.new-afi-pages ul.qty-list li p:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 50%;
    left: 17px;
    top: 8px;
}
.new-afi-pages ul.qty-list li p:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 50%;
    left: 19.5px;
    top: 11.1px;
    opacity: 0;
}
.new-afi-pages .qty-list input.form-check-input.radio-input:checked + p:after {
    opacity: 1;
    background-color: #c41425;
}
.new-afi-pages .qty-list input.form-check-input.radio-input:checked + p {
    background-color: #e8e8e8;
}
.new-afi-pages ul.qty-list li span {
    min-width: 110px;
    display: inline-block;
}
.new-afi-pages .inner-radio-select-box {
    padding: 30px 0 0 0;
    width: 100%;
}
.new-afi-pages .quantity-box-main span input {
    border: 2px solid #ccc;
    border-radius: 15px;
    padding: 7px 10px;
    display: inline-block;
    width: 120px;
}
.new-afi-pages span.red-icon-span {
    border: 3px solid #c41425;
    padding: 4px 8px;
    border-radius: 15px;
    min-width: 100px;
    display: inline-block;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.new-afi-pages span.red-icon-span i {
    color: #c41425;
}
.new-afi-pages span.red-icon-span.mystyle {
    animation: skew-y-shake 1.3s infinite;
}
@keyframes skew-y-shake {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(8deg);
    }
    50% {
        transform: rotate(0eg);
    }
    75% {
        transform: rotate(-8deg);
    }
    100% {
        transform: rotate(0);
    }
}
.new-afi-pages .quantity-box-main {
    width: 100%;
    padding: 15px 20px 0 20px;
    display: flex;
    column-gap: 20px;
    row-gap: 10px;
    align-items: center;
    justify-content: center;
}
.new-afi-pages .products-btns-row a {
    padding: 10px 14px;
    background-color: #c41425;
    border: 2px solid #c41425;
    border-radius: 15px;
    color: #fff;
    font-family: BEBAS !important;
    width: auto;
    display: inline-block;
    text-align: center;
}
.min-max-btn a:hover,
.new-afi-pages .products-btns-row a:hover {
    background-color: transparent;
    border: 2px solid #c41425;
    color: #c41425;
    transition: 0.5s ease all;
}
.new-afi-pages .product-content-box {
    width: 100%;
    padding: 30px 0 0 0;
    display: inline-block;
}
.new-afi-pages .product-content-title span {
    font-weight: 700;
}
.new-afi-pages .product-content-title hr,
.new-afi-pages .product-content-title + hr {
    width: 30%;
    margin-right: auto !important;
    margin: initial;
    border-color: red;
    opacity: 1;
}
.new-afi-pages .product-content-title hr {
    width: 50% !important;
}
.new-afi-pages .product-description.essential-desc p {
    font-size: 30px;
}
.new-afi-pages .product-content-title h1 {
    font-family: "Bebas Neue Pro";
    font-weight: 700;
    font-size: 60px;
    text-transform: uppercase;
}
.new-afi-pages .products-btns-row {
    display: flex;
    column-gap: 10px;
    row-gap: 10px;
    width: 100%;
    flex-wrap: wrap;
}
.new-afi-pages .main-information-box {
    width: 100%;
    display: flex;
    justify-content: center;
}
.new-afi-pages .inner-information {
    width: 70%;
    padding: 30px 60px;
    background-color: #e8e8e8;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0 10px 36px 0, rgba(0, 0, 0, 0.06) 0 0 0 1px;
}
.detail-s-row .inner-information {
    padding: 30px 100px 30px 60px !important;
}
.new-afi-pages span.list-title {
    font-weight: 600;
    display: inline-block;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #c41425;
    width: 100%;
}
.new-afi-pages ul.info-list-items {
    padding-top: 10px;
    padding-bottom: 10px;
}
.new-afi-pages ul.info-list-items li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}
.new-afi-pages span.bold-text {
    font-weight: 600;
}
.new-afi-pages .main-weight-box {
    padding: 0 100px 0 10px;
}
.new-afi-pages .review-box {
    display: inline-block;
    background-color: #fff;
    margin: 20px 0 0 0;
    border-radius: 10px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
.new-afi-pages .review-row .main-review-box .product-content-box .product-content-title {
    column-gap: 150px;
}
.new-afi-pages .review-title > span.title-rev {
    font-weight: 600;
    font-weight: 600;
    color: #000;
}
.new-afi-pages .review-box .rate,
form.write-rev-form .rate {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: start;
    height: initial;
}
.new-afi-pages .review-box .rate:not(:checked) > label {
    color: #c41425;
}
.new-afi-pages .review-title strong {
    font-size: 22px;
    font-weight: 600;
    color: #c41425;
    padding: 0 0 0 20px;
    font-family: "Bebas Neue Pro";
}
.new-afi-pages .review-title span {
    font-weight: 400;
    color: #c41425;
}
.new-afi-pages form.write-rev-form {
    width: 100%;
    padding: 0 30px 30px 30px;
}
.new-afi-pages form.write-rev-form textarea {
    min-height: 170px;
}
.new-afi-pages form.write-rev-form input,
form.write-rev-form textarea {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    border-color: transparent;
    border-radius: 10px;
    font-family: "Bebas Neue Pro";
    font-size: 22px;
    color: #000;
}
.new-afi-pages .main-rating-box .rate {
    height: initial;
}
.new-afi-pages .main-table-box {
    width: 100%;
    padding: 30px 0 0 0;
    position: relative;
}
.new-afi-pages .main-table-box table.table tr th {
    color: #9b9b9b;
    font-family: "Bebas Neue Pro";
    font-size: 30px;
    border-bottom: none;
    text-align: center;
}
.new-afi-pages .main-table-box table.table tr td {
    border: 3px solid #abaaa6;
    border-bottom: none;
    border-top: none;
    text-align: center;
    font-size: 24px;
    padding: 18px 10px;
    color: #9c9c9c;
    font-family: "Bebas Neue Pro";
}
.new-afi-pages .main-table-box table.table tr td a.pay-btn {
    padding: 10px 25px;
    background-color: #c41425;
    border: 1px solid #c41425;
    color: #fff;
    border-radius: 15px;
    font-size: 18px;
}
.new-afi-pages .main-table-box table.table tr td a.pay-btn:hover {
    background-color: transparent;
    border: 1px solid #c41425;
    color: #c41425;
    transition: 0.5s ease;
}
.new-afi-pages tr.back-gray {
    background-color: #eaeaea;
}
.new-afi-pages td.border-left-none {
    border-left: none !important;
    border-radius: 5px 0 0 5px !important;
}
.new-afi-pages td.border-right-none {
    border-right: none !important;
    border-radius: 0 5px 5px 0 !important;
    text-align: left !important;
    border-left: none !important;
}
.new-afi-pages .main-table-box table.table tr td a.view-invo-link {
    color: #c41425;
    display: flex;
    justify-content: center;
}
.new-afi-pages .full-width-accordion {
    width: 100%;
    padding: 10px 0;
}
.new-afi-pages .full-width-accordion .view-invo-link {
    display: block;
    width: 100%;
    text-align: center;
}
.new-afi-pages .full-width-accordion .order-details {
    display: none;
    width: 100%;
}
.new-afi-pages .order-details {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    top: auto;
}
.new-afi-pages .order-details .secondary-table table tr td {
    border: none;
}
.new-afi-pages .main-billing-shipping-box .row {
    padding: 20px;
}
.new-afi-pages .main-billing-shipping-box .row .bill-box {
    padding: 10px;
    border: 3px solid #c41425;
    border-radius: 20px;
    height: 100%;
}
.new-afi-pages .main-billing-shipping-box .row .bill-box .total span {
    font-size: 25px;
}
.b.new-afi-pages ill-box h4,
.bill-box span {
    text-align: left;
    color: #bfbfbf;
}
.new-afi-pages .bill-box span {
    display: block;
    margin-bottom: 3px;
}
.new-afi-pages .short-col {
    width: 10% !important;
}
.new-afi-pages .short-col .bill-box a {
    min-width: 100px;
}
.new-afi-pages .main-billing-shipping-box .row .export-btn-box .bill-box {
    border: 0;
    height: auto;
    min-height: 185px;
}
.new-afi-pages .main-billing-shipping-box .row .main-billing-card:nth-child(3) .bill-box {
    height: auto;
}
.new-afi-pages .main-billing-shipping-box .row .bill-box h4 {
    text-align: left;
    color: #000 !important;
}
.new-afi-pages .main-billing-shipping-box .row .bill-box .payment span {
    font-size: 25px;
    color: #c41425;
}
.new-afi-pages .export-btn-box .bill-box a span {
    margin-bottom: 0;
    padding: 12px 35px;
}
.new-afi-pages .export-btn-box .bill-box a.btn.outline-button.color {
    min-width: initial;
}
.new-afi-pages .main-billing-card {
    width: 28%;
}
.new-afi-pages .export-btn-box {
    width: 16%;
}
.new-afi-pages tr.hide-tr td.singe-td {
    padding: 0 !important;
    border: none !important;
}
.new-afi-pages .hide-tr {
    display: none;
}
.new-afi-pages table.table.hide-tr-inner-table tr td {
    border: none;
    text-align: left;
    border-radius: 0;
    color: #c41425 !important;
}
.new-afi-pages td.expand-details {
    border-right: none !important;
}
.new-afi-pages .show-tr td.singe-td {
    border: none !important;
    padding: 0 !important;
}
.new-afi-pages tr.back-red {
    background-color: #c41425;
}
.new-afi-pages tr.back-red td {
    color: #fff !important;
}
table.table.hide-tr-inner-table tr.back-red td {
    color: #fff !important;
}
.new-afi-pages .invoice-title {
    display: flex;
    padding: 30px 0 30px 0;
    width: 100%;
}
.new-afi-pages .invoice-title h2 {
    font-size: 50px;
    font-family: "Bebas Neue Pro";
    color: #989898;
    text-transform: capitalize;
    font-weight: 600;
}
.new-afi-pages .view-invoice-modal-sec .main-billing-card {
    width: 33.3333%;
    padding: 5px 5px 30px 5px;
}
.new-afi-pages .main-billing-shipping-box .row {
    padding: 0;
    margin: 0;
}
.new-afi-pages .corner-table-main-box {
    width: 100%;
    display: inline-block;
    padding-top: 40px;
}
.new-afi-pages .view-invoice-modal-sec .main-table-box {
    padding: 30px 0 0 0;
}
.new-afi-pages table.corner-inner-table {
    width: 100%;
}
.new-afi-pages table.corner-inner-table tr td {
    font-size: 20px !important;
}
.new-afi-pages .corner-table-main-box .invoice-export-btn {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
    justify-content: end;
    height: 100%;
}
.new-afi-pages table.corner-inner-table tr td.corner-inner-table-td {
    font-size: 20px;
    border-bottom: 4px solid #c41425;
    border-right: none;
    padding: 8px 10px;
    color: #c41425;
    font-weight: 600;
    border-color: #c41425;
    text-align: left;
}
.new-afi-pages table.corner-inner-table tr td.cor-tab-right-bor-none {
    border-left: none !important;
}
.new-afi-pages .table-responsive {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
}
.new-afi-pages .content-section.leadership-content-section .red-card-box,
.new-afi-pages .create-acc-section .policy-top-box .red-card-box {
    width: 73%;
}
.new-afi-pages td.expand-details {
    color: #c41425 !important;
    cursor: pointer;
}
.new-afi-pages .search-bar-box input::placeholder {
    color: #c41425 !important;
    font-family: "Bebas Neue Pro" !important;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 3px;
}
.new-afi-pages .min-max-price-box label {
    margin-bottom: 5px;
    margin-top: 5px;
}
.new-afi-pages .frag-filter-box .rate {
    height: initial;
}
.new-afi-pages .min-max-btn {
    width: 100%;
    display: flex;
    padding: 10px 0 10px 0;
    justify-content: center;
}
.new-afi-pages .min-max-btn a {
    font-size: 24px !important;
}
.new-afi-pages .prev-next-btn-box .row span a {
    margin: 0 5px 0 10px;
}
.new-afi-pages .sort-box select {
    min-width: 240px;
}
.new-afi-pages .form-control:focus {
    border-color: #c41425 !important;
    box-shadow: none;
}
.new-afi-pages .stickey-sec {
    position: sticky !important;
    top: 110px;
    max-height: 80vh;
    overflow-y: auto;
    padding-bottom: 50px !important;
    padding: 10px 20px 0 20px;
}
.new-afi-pages .stickey-sec::-webkit-scrollbar {
    width: 7px;
}
.new-afi-pages .stickey-sec::-webkit-scrollbar-track {
    background-color: #e7e7e7;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.new-afi-pages .stickey-sec::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #c41425;
}
.new-afi-pages #loader {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #c41425;
    padding: 20px 50px;
    border-radius: 10px;
    z-index: 9999;
    color: #fff !important;
    box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0;
}
.new-afi-pages #loader i {
    font-size: 80px;
    margin-right: 10px;
    color: #fff !important;
}
.new-afi-pages #loader p {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;
}
.new-afi-pages table.table.hide-tr-inner-table,
.new-afi-pages td.singe-td .main-billing-shipping-box {
    margin: 15px 0 15px 0;
}
.new-afi-pages .toggle-div {
    display: none;
}
.new-afi-pages .prev-next-btn-box a {
    cursor: pointer;
}
.new-afi-pages .flash-point-box span,
.new-afi-pages .frag-filter-box span,
.new-afi-pages .seasom-category-box span,
.seasom-category-box span {
    font-weight: 600;
}
.new-afi-pages .prev-next-btn-box .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.new-afi-pages .prev-next-btn-box .row > * {
    width: initial;
}
.new-afi-pages .search-bar-box:hover {
    transform: scale(1.02) perspective(0);
    transition: 0.7s ease all;
}
.new-afi-pages .modal-dialog.modal-dialog-right {
    margin-right: 0;
    margin-left: auto;
    transform: translateX(100%);
}
.modal.fade:not(.show) .modal-dialog.modal-dialog-right {
    transform: translateX(100%);
}
.new-afi-pages span.input-group-btn a.btn.btn-default.reset-btn,
.new-afi-pages span.input-group-btn button.btn.btn-default {
    background-color: #c41425;
    border-radius: 0;
    color: #fff;
}
.new-afi-pages .search-by-order-container {
    width: 50%;
    padding: 0 0 30px 0;
    margin: auto;
}
.new-afi-pages .search-by-order-container form {
    width: 100%;
}
.new-afi-pages .desp-main label {
    margin-bottom: 10px;
}
.new-afi-pages .invoice-export-btn {
    padding-left: 0;
    padding-right: 0;
}
.new-afi-pages .invoice-export-btn .invoice-btn {
    background-color: #fff;
    border-radius: 15px;
    padding: 2px;
    color: #c41425;
    letter-spacing: 2px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    font-weight: 600;
}
.new-afi-pages .invoice-export-btn .invoice-btn input.btn-export {
    display: inline-block;
    width: 100%;
    border: 3px solid #c41425;
    border-radius: 15px;
    color: #c41425;
    margin-bottom: 0;
    padding: 10px 25px;
    font-size: 24px;
    line-height: 1.2;
    font-family: "Bebas Neue Pro" !important;
    background: #fff;
    box-shadow: none;
}
.new-afi-pages .invoice-export-btn .invoice-btn input.btn-export:hover {
    background: #c41425;
    color: #fff;
    transition: 0.5s ease;
}
.new-afi-pages .main-image-box-container {
    width: 100%;
    display: inline-block;
    padding: 60px 30px;
}
.new-afi-pages .image-box-main {
    width: 100%;
    display: flex;
    column-gap: 20px;
    margin-bottom: 25px;
    align-items: center;
    padding: 10px 10px 0 10px;
    position: relative;
}
.new-afi-pages .image-content span {
    font-size: 28px;
    color: #fff;
}
.new-afi-pages .image-box-main .image img {
    width: 35px;
}
.new-afi-pages .main-image-box-container .form-check.form-switch {
    position: absolute;
    right: 20px;
    top: 25px;
}
.new-afi-pages .main-image-box-container .form-switch .form-check-input {
    background-color: #cbcbcb;
    border: 3px solid #fff;
    border-color: #fff;
    width: 80px;
    height: 25px;
    border-radius: 8px;
}
.new-afi-pages .main-image-box-container .form-check.form-switch label {
    position: absolute;
    top: -25px;
    left: 0;
}
.new-afi-pages .main-image-box-container .form-check.form-switch label span {
    margin: 0 35px 0 0;
    font-size: 18px;
}
.new-afi-pages .main-image-box-container .form-check-input:focus {
    box-shadow: none;
}
.new-afi-pages div#welcome-home-modal .modal-body.cus-modal-body h1:after {
    width: initial;
}
.new-afi-pages .red-card-box span {
    font-size: 30px;
    display: inline-block;
    padding-top: 15px;
}
.new-afi-pages .facility-top-box .red-card-box span{
    padding-top: 0;
}
.new-afi-pages .invoice-export-btn a.btn.outline-button.color {
    min-width: 140px;
}
.new-afi-pages .form-switch .form-check-input,
.new-afi-pages .form-switch .form-check-input:checked,
.new-afi-pages .form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%231fa71f'/%3e%3c/svg%3e");
}
.new-afi-pages div#sign-in-modal .modal-body.cus-modal-body h1:after {
    display: none;
}
.new-afi-pages .inner-form-section .col > label {
    position: absolute;
    color: #c41228;
    top: -15px;
    left: -15px;
    font-size: 30px;
    font-weight: 500;
}
.new-afi-pages .inner-form-section > .col {
    position: relative;
}
.new-afi-pages .inner-form-section > .important-filed:after {
    content: "*";
    font-size: 30px;
    position: absolute;
    left: -18px;
    top: -9px;
    z-index: 99;
    color: #c41425;
}
.new-afi-pages .create-acc-section .row.form-row + hr {
    border: 1px solid #c41425 !important;
    opacity: 1;
}
.new-afi-pages a.btn.outline-button.color.inner-modal-btns {
    min-width: 140px;
    text-transform: uppercase;
}
.new-afi-pages div#account-modal .cus-modal-dialog .modal-content {
    height: auto;
}
.new-afi-pages div#account-modal .modal-dialog.cus-modal-dialog,
.new-afi-pages div#forgot-pass-modal .modal-dialog.cus-modal-dialog,
.new-afi-pages div#sign-in-modal .modal-dialog.cus-modal-dialog,
.new-afi-pages div#welcome-home-modal .modal-dialog.cus-modal-dialog {
    max-width: 450px;
}
.new-afi-pages span.text-white.before-line {
    padding: 0 0 40px 0;
    display: inline-block;
    position: relative;
    color: #aaa1a8 !important;
}
.new-afi-pages span.text-white.before-line:after {
    content: "";
    position: absolute;
    width: 170px;
    height: 5px;
    background-color: #fff;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
.new-afi-pages p.under-heading-text a {
    display: initial !important;
}
.new-afi-pages a#prev-btn,
.new-afi-pages p.under-heading-text a,
a#next-btn {
    padding: 3px 14px;
    background-color: #c41425;
    display: flex;
    border: 1px solid #c41425;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    border-radius: 5px;
    color: #fff;
}
.new-afi-pages a#prev-btn:hover,
.new-afi-pages p.under-heading-text a:hover,
a#next-btn:hover {
    background-color: transparent;
    border: 1px solid #c41425;
    transition: 0.5s ease;
    color: #c41425;
}
.new-afi-pages .fragrance-title a span:hover {
    color: #23527c;
    transition: 0.5s ease;
}
.new-afi-pages td.expand-details:hover,
.new-afi-pages td.expand-details:hover span {
    color: #000 !important;
    cursor: pointer;
    transition: 0.5s ease;
}
.new-afi-pages .min-max-price-box label {
    font-weight: 600;
}
.new-afi-pages .red-card-box p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
.new-afi-pages div#account-modal .modal-form-section .col-12 > label {
    margin: 10px 0 0 0;
}
.new-afi-pages .total-box-card .bill-box span {
    font-size: 30px;
}
.new-afi-pages .total-box-card .bill-box span.pend-desc {
    font-size: 30px;
    color: #c41425 !important;
}
.new-afi-pages .write-review-modal.fade.show {
    opacity: 1;
}
.new-afi-pages .invoice-modal .modal-dialog.modal-xl,
.new-afi-pages .write-review-modal .modal-dialog.modal-xl {
    max-width: 1140px;
}
.main-footer .container {
    max-width: 1800px;
    padding: 0 15px;
}
ul.contact-list li:first-child a {
    margin: 0 12px 0 0;
}
ul.contact-list li a i {
    color: #c31122;
    margin: 0 7px 0 0;
}
ul.contact-list li a {
    font-weight: 600;
    color: #c41425;
    margin: 0;
    font-family: "Bebas Neue Pro";
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 1px;
}
.main-footer {
    position: relative;
    padding: 25px 0 25px 0;
    border-top: 1px solid #000;
}
.main-footer .footer-row {
    width: 100%;
}
.footer-column.left-social-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 4px;
}
.footer-column.left-social-icon .social-icon {
    display: flex;
}
.fa-facebook-f:before {
    content: "\f39e" !important;
}
.footer-column.right-info {
    padding: 0 220px 0 0;
}
.footer-column.left-social-icon strong {
    font-size: 40px;
    font-family: "Bebas Neue Pro";
    font-weight: 700;
    line-height: 1.2;
}
.social-icon a {
    margin: 0 10px 0 0;
}
.footer-column ul.contact-list li {
    text-align: right;
    font-family: "Bebas Neue Pro";
    font-size: 35px;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 35px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.footer-column.right-info {
    position: relative;
}
.footer-column.right-info:after {
    content: "";
    position: absolute;
    top: -108px;
    right: 44.5px;
    width: 159px;
    height: 251px;
    background: url(/shop/images/footer-image.png) no-repeat;
    background-size: contain;
}
.cart-modal .numeric-modal-header button.close {
    opacity: 1;
    background: 0 0;
    border: 0;
}
.numeric-modal-header .close i {
    color: #fff;
}
.numeric-modal-header .close i:after {
    content: "\f00d";
}
.new-modal-header {
    background-color: #c41425;
}
.new-modal-header button.close {
    background: 0 0;
    border: none;
}
.new-modal-header button.close span {
    font-size: 22px;
    color: #fff;
}
.new-modal-header h5 {
    color: #fff;
}
.cart-modal .numeric-modal-header h5 {
    width: auto;
}
.cart-modal .modal-footer {
    display: none;
}
.FormulaQTyDetailData .ModalHeaderBg {
    flex-direction: row;
}
.FormulaQTyDetailData button.btn {
    background: #c41425;
}
.modal-content .modal-header.ModalHeaderBg button.close {
    background: 0 0;
    border: 0;
}
.modal-content .modal-header.ModalHeaderBg button.close i {
    color: #fff;
}
.button-group {
    display: flex;
}
.button-label {
    position: relative;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 30px;
    padding: 2px;
    color: #c41425;
    letter-spacing: 2px;
    border: 3px solid #c41425;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
.button-label input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.button-label .button {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    border: 3px solid #c41425;
    border-radius: 30px;
    color: #c41425;
    background-color: #fff;
    padding: 6px 36px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0;
}
.button-label input[type="radio"]:checked + .button {
    background-color: #c41425;
    color: #fff;
}
.button-label .button:hover {
    background-color: #c41425;
    color: #fff;
}
.heading-cart h2,
.heading_delivery_information {
    font-weight: 600;
}
.newAddressBookEntry.full-wrap-main {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.newAddressBookEntry .form-horizontal .form-group {
    display: flex;
    margin-bottom: 15px;
    font-size: 14px;
    align-items: center;
}
.newAddressBookEntry .form-horizontal .form-group .col-sm-4,
.newAddressBookEntry .form-horizontal .form-group .col-sm-8 {
    padding: 0 15px;
}
.modal-header .btn-close {
    box-shadow: none;
}
.new-afi-pages .production-sample-btn-box a.btn.outline-button.color.production-samples {
    border-radius: 15px;
}
.new-afi-pages .production-sample-btn-box a.btn.outline-button.color.production-samples span {
    border-radius: 15px;
    font-size: 20px;
    line-height: 1.1;
}
.new-afi-pages .production-sample-btn-box a#readyToShip.btn.outline-button.color.production-samples span{
    padding: 1px 8px !important;
}
.new-afi-pages .production-sample-btn-box a#readyToShip.btn.outline-button.color.production-samples span img{
    height: 30px !important;
}
.new-afi-pages .write-review-modal label.form-label {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
}
.noUi-pips-horizontal {
    padding: 0;
    height: auto;
    top: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    color: #afafaf;
}
.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
    cursor: pointer;
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 7px;
}
.noUi-marker-large {
    background: #afafaf;
    position: absolute;
}
.noUi-value-horizontal {
    transform: translate(-50%, 50%);
    position: absolute;
    white-space: nowrap;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
}
.noUi-value-horizontal:hover {
    color: #c41425;
}
.new-afi-pages table tbody tr.back-gray.late-invoice td {
    background: #c414257a;
    color: #fff;
    border-radius: 0 !important;
}
.new-afi-pages .toggle-div a#myBtn i {
    padding-top: 3px;
    padding-left: 5px;
}
.filter-buttons {
    display: none;
    width: calc(100% - 60px);
    margin-left: auto;
    position: relative;
}
.filter-buttons .filter-buttons-list {
    display: flex;
    width: 100%;
    gap: 10px;
    overflow: hidden;
    overflow-x: auto;
    padding: 5px 0;
}
.filter-buttons .filter-buttons-list::-webkit-scrollbar {
    display: none;
  }
.filter-buttons .filter-buttons-list .multi-categories {
    gap: 10px;
    display: flex
;
}
.filter-buttons .filter-buttons-list .multi-categories .list-button {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px 9px;
    font-size: 14px;
    border-radius: 10px;
    position: relative;
    gap: 14px;
    font-weight: 600;
    background: #fff;
    min-width: auto;
    text-align: center;
    justify-content: center;
    color: #c41425;
    font-family: "Bebas Neue Pro" !important;
    border: 2px solid #c41425;
}
.filter-buttons .filter-buttons-list .multi-categories .list-button .close-button {
    position: absolute;
    padding: 0;
    font-size: 12px;
    top: -6px;
    right: -9px;
    width: 16px;
    height: 16px;
    border: 1px solid #c41425;
    border-radius: 100px;
    background: #c41425;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.filter-buttons .filter-buttons-list .multi-categories .list-button span {
    position: relative;
    white-space: nowrap;
}

.filter-buttons .filter-buttons-list .multi-categories .list-button span:nth-child(2)::after {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 1px;
    background-color: #c41425;
}
.filter-buttons .scroll-arrow {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    border: 1px solid #6b6b6b;
    background: #6b6b6b;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 14px;
    color: #fff;
}
.filter-buttons .scroll-arrow.right-arrow{
    left: inherit;
    right: -13px;
}
.new-afi-pages .modal-customer-review > input:checked ~ label {
    color: #c41425;
}
.new-afi-pages .images-badges-row {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.new-afi-pages .images-badges-row .category-images {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    width: 60%;
}
.new-afi-pages .images-badges-row .category-images img {
    height: 30px;
    width: auto;
    margin: 2px;
    object-fit: contain;
}
.new-afi-pages .images-badges-row .f-code {
    border: 1px solid #c41425;
    padding: 0 8px;
    background-color: #fff;
    cursor: pointer;
}
.new-afi-pages .images-badges-row .f-code:hover {
    background-color: #c41425;
}
.new-afi-pages .images-badges-row .f-code .f-code-text {
    color: #c41425;
}
.new-afi-pages .images-badges-row .f-code:hover .f-code-text {
    color: #fff;
}
.swal-title {
    padding-bottom: 20px !important;
}
i.fas.fa-times {
    cursor: pointer;
}
.subscribe-table tbody td,
.subscribe-table tbody th {
    padding: 5px;
    border: 1px solid #eee;
}
div#popup2.popup.shop-by-cate {
    border: 0;
    border-radius: 0;
    padding: 30px 20px;
    max-width: 600px;
}
div#popup2.popup.shop-by-cate .image-box {
    background: #f6dcdf;
    border-radius: 50%;
    overflow: hidden;
    padding: 10px;
    max-width: 130px;
    max-height: 130px;
    margin: 0 auto;
}
div#popup2.popup.shop-by-cate label.badge img {
    max-width: 110px;
    max-height: 110px;
}
#popup2.popup.shop-by-cate .popup-box-holder span {
    font-size: 24px;
    color: #000;
    letter-spacing: 0;
    text-transform: uppercase;
}
#popup2.popup.shop-by-cate .popup-box-holder .shop-cate-box {
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}
#popup2.popup.shop-by-cate .popup-box-holder .shop-cate-box:hover {
    background: #c41425;
    transition: all 0.3s ease-in;
}
#popup2.popup.shop-by-cate .popup-box-holder .shop-cate-box:hover .image-box {
    background: #fff;
}
#popup2.popup.shop-by-cate .popup-box-holder .shop-cate-box:hover span {
    color: #fff;
}
.popup {
    opacity: 1;
    transition: opacity 0.4s ease-out;
}
.popup.fade-out {
    opacity: 0;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}
.popup {
    z-index: 1000;
}
.popup.show-overlay + .overlay {
    display: block;
}
.submit-btn .btn.btn-danger {
    background: #c41425;
    border-color: #c41425;
}
.faqs-section {
    margin-bottom: 156px;
}
.invoice-modal .modal-dialog .modal-content .modal-header {
    justify-content: flex-end;
}

/* shoppingcart page */
section.full-wrap-main .container.main-banner.shoppingcart-page.shoppingcart-page {
    padding: 30px !important;
    width: 100%;
    display: block;
    box-shadow: 0px 0px 35px 0px #00000026;
    font-family: "Bebas Neue Pro" !important;
}
.shoppingcart-screen .heading-cart h2 {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin: 0;
}

.shoppingcart-screen .cart-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
    /* min-width: 960px; */
}
.product-content-title {
    margin-bottom: 1rem;
}
.shoppingcart-screen .cart-header-row {
    background-color: #C31122;
    color: white;
}

.shoppingcart-screen .cart-header-row th {
    padding: 10px 15px;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
}

.shoppingcart-screen .cart-header-row th:nth-child(2) {
    text-align: left;
}

.shoppingcart-screen .cart-header-row th:nth-child(3) {
    text-align: right;
}
.shoppingcart-screen .cart-row:last-child{
    border-bottom: 0;
}
.shoppingcart-screen .cart-row {
    border-bottom: 1px solid #e0e0e0;
}

.shoppingcart-screen .cart-row:hover {
    background-color: #f9f9f9;
}

.shoppingcart-screen .cart-row td {
    padding: 10px 15px;
    /* vertical-align: top; */
}
.shoppingcart-screen .cart-row td:last-child {
    vertical-align: top;
}
.shoppingcart-screen .cart-row td .combine-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.shoppingcart-screen .cart-table .btn-box {
    display: flex;
    border: 1px solid #C31122;
    font-size: 18px;
    color: #C31122;
    width: 80px;
    height: 35px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.shoppingcart-screen .cart-table .cart-deatils label {
    max-width: 318px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}
.shoppingcart-screen .cart-deatils p {
    /* font-weight: 300; */
    margin-bottom: 5px;
    font-size: 18px;
}
.shoppingcart-screen .cart-table .column-2 select {
    width: 100%;
    height: 44px;
    min-width: 220px;
    font-size: 18px;
}
.column-1 .cart-remove {
    border: 0;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    padding: 6px 0 0;
}
.product-content-box .product-content-title h2 {
    font-size: 36px;
    font-family: "Bebas Neue Pro";
    font-weight: 600;
    line-height: 46px;
}
.product-content-box .product-content-title hr {
    margin-right: auto !important;
    margin: initial;
    border-color: red;
    display: block !important;
    opacity: 1;
    border-top: 3px solid red;
}
.shoppingcart-page .col-sm-12.d-flex .d-block {
    width: 100%;
}
.column-1 p.text-center {
    margin: 0;
    padding-top: 6px;
    font-size: 18px;
}
.shoppingcart-screen.shoppingcart-page .cart-box{
    padding: 0;
    overflow-x: auto;
}
.shoppingcart-screen.shoppingcart-page .cart-info {
    text-align: left;
    max-width: 260px;
    margin-left: auto;
    font-size: 18px;
}
.shoppingcart-screen.shoppingcart-page .cart-info p:first-child {
    font-weight: bold;
}
.shoppingcart-screen.shoppingcart-page .cart-info p:first-child {
    font-weight: 400;
    margin: 0;
}
.shoppingcart-screen.shoppingcart-page .inner-wapper-cart {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    align-items: center;
}
.shoppingcart-screen.shoppingcart-page .cart-info p a {
    color: #c31122;
}

/* shoppingcart page End */

@media screen and (max-width: 1650px) {
    .head-column .inner-contact-info {
        column-gap: 0;
    }
    
    .new-afi-pages .review-row .main-review-box .product-content-box .product-content-title {
        column-gap: 120px;
    }
    .inner-contact-img img {
        width: 90px;
    }
    .new-afi-pages label {
        font-size: 18px;
        line-height: 25px;
    }
    .new-afi-pages input::placeholder,
    textarea::placeholder {
        font-size: 18px;
    }
    .new-afi-pages .cart-box span a,
    .sort-by-box label {
        font-size: 24px;
    }
    .min-max-btn a,
    .new-afi-pages .production-sample-btn-box a.btn.outline-button.color,
    .new-afi-pages .production-sample-btn-box a.btn.outline-red-button.color {
        min-width: 160px;
    }
    .new-afi-pages .production-sample-btn-box a.btn.outline-button.color span,
    .new-afi-pages .production-sample-btn-box a.btn.outline-red-button.color span {
        padding: 6px 10px !important;
        font-size: 14px;
        line-height: 20px;
    }
    .new-afi-pages .sort-by-box select#specificSizeSelect,
    .new-afi-pages option {
        font-size: 18px;
    }
    .new-afi-pages .product-row .card {
        padding: 0 0 0 40px;
    }
    .new-afi-pages .product-desc-main-box {
        padding: 0 20px 0 20px;
    }
    .new-afi-pages .fragrance-notes-desc span strong {
        font-size: 22px;
    }
    .new-afi-pages .main-weight-box {
        padding: 0 50px 0 10px;
    }
    .new-afi-pages .fragrance-notes-title h1 {
        font-size: 24px;
    }
    .new-afi-pages .fragrance-notes-desc span {
        padding-bottom: 5px;
    }
    .new-afi-pages .container.product-container .inner-facility-content-section {
        padding: 50px 30px 50px 30px;
    }
    .new-afi-pages .main-image-box-container {
        padding: 30px 30px 0 30px;
    }
    .new-afi-pages .image-box-main {
        margin-bottom: 10px;
    }
    .new-afi-pages .image-content span {
        font-size: 26px;
    }
}
@media screen and (max-width: 1500px) {
    .new-afi-pages .flash-point-box,
    .new-afi-pages .frag-filter-box,
    .new-afi-pages .min-max-price-box,
    .new-afi-pages .seasom-category-box {
        padding: 10px 0;
    }
    .new-afi-pages .sort-box {
        padding: 0 0 0 20px;
        column-gap: 5px;
    }
    .new-afi-pages .sort-box select {
        min-width: 190px;
    }
    .new-afi-pages .left-bar {
        padding-right: 0;
    }
    .new-afi-pages div#account-modal .modal-dialog.cus-modal-dialog,
    .new-afi-pages div#forgot-pass-modal .modal-dialog.cus-modal-dialog,
    .new-afi-pages div#sign-in-modal .modal-dialog.cus-modal-dialog,
    .new-afi-pages div#welcome-home-modal .modal-dialog.cus-modal-dialog {
        max-width: 420px;
    }
}
@media screen and (max-width: 1440px) {
    .new-afi-pages .sort-box .row label {
        padding: 0 !important;
    }
    .new-afi-pages .cart-box span a img {
        width: 26px !important;
        min-width: 26px;
        height: auto;
        transform: inherit;
    }
    .new-afi-pages .cart-box span a,
    .new-afi-pages .sort-by-box label {
        font-size: 20px;
    }
    .new-afi-pages .search-bar-box input {
        min-height: 50px;
        padding-left: 40px !important;
    }
    .new-afi-pages .search-bar-box img {
        position: absolute;
        top: 10px;
        left: 10px;
        transform: scale(0.6);
    }
    .new-afi-pages .store-container .inner-facility-content-section {
        padding: 20px 130px 20px 20px;
    }
    .new-afi-pages .min-max-btn a,
    .new-afi-pages .production-sample-btn-box a.btn.outline-button.color,
    .new-afi-pages .production-sample-btn-box a.btn.outline-red-button.color {
        min-width: 130px !important;
    }
    .new-afi-pages .main-table-box table.table tr td {
        font-size: 20px;
        padding: 16px 6px;
    }
    .new-afi-pages .main-table-box table.table tr th {
        font-size: 24px;
    }
    .new-afi-pages .main-table-box table.table tr td a.pay-btn {
        padding: 5px 25px;
        border-radius: 10px;
        font-size: 16px;
    }
    .new-afi-pages .red-card-box h1 {
        font-size: 50px;
    }
    .new-afi-pages .invoice-title {
        padding: 10px 0 0 0;
    }
    .new-afi-pages .invoice-title h2 {
        font-size: 40px;
    }
    .new-afi-pages .image-box-main {
        padding: 10px 40px 0 40px;
    }
    .new-afi-pages .image-content span {
        font-size: 24px;
        color: #fff;
    }
    .new-afi-pages .main-image-box-container .form-check.form-switch {
        right: 60px;
        top: 20px;
    }
    .new-afi-pages .main-image-box-container {
        padding: 30px 10px;
    }
}
@media screen and (max-width: 1399px) {
    .eidt-info label.form-label.fragrance-load {
        max-width: 50%;
    }
}
@media screen and (max-width: 1366px) {
    .new-afi-pages .badge {
        padding: 6px 6px;
        font-size: 14px;
    }
    .row.store-front-row .col-md-10.right-bar br {
        display: none;
    }
    .new-afi-pages .review-row .main-review-box .product-content-box .product-content-title {
        column-gap: 110px;
    }
    .new-afi-pages p {
        font-size: 18px;
        line-height: 38px;
    }
    .new-afi-pages span {
        font-size: 18px;
        line-height: 25px;
    }
    .new-afi-pages .quantity-box-main {
        flex-wrap: wrap;
    }
    .new-afi-pages .production-sample-btn-box a.btn.outline-button.color,
    .new-afi-pages .production-sample-btn-box a.btn.outline-red-button.color {
        min-width: 130px;
    }
    .new-afi-pages .left-bar {
        padding-top: 35px;
    }
    .new-afi-pages span.total-fragrances {
        width: 100%;
    }
    .new-afi-pages .search-bar-box {
        margin: 0;
    }
    .new-afi-pages .cart-box span a span.badge {
        top: 0;
    }
    .new-afi-pages .cart-box {
        align-items: end;
    }
    .new-afi-pages .range-box-container input[type="range"]::-webkit-slider-thumb {
        height: 1em;
        width: 1em;
        margin-top: -5px;
    }
    .new-afi-pages .sort-by-box {
        padding: 10px 0 10px 0;
    }
    .new-afi-pages .min-max-btn a {
        font-size: 24px !important;
        display: flex;
    }
    .new-afi-pages .main-weight-box {
        padding: 0 10px 0 10px;
    }
    .new-afi-pages .product-row .card {
        padding: 0;
    }
    .new-afi-pages .product-title-box h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .new-afi-pages .product-content-box {
        padding: 20px 0 0 0;
    }
    .new-afi-pages .product-content-title h1 {
        font-size: 40px;
    }
    .new-afi-pages .product-description.essential-desc p {
        font-size: 24px;
        line-height: 30px;
    }
    .new-afi-pages .product-desc-main-box {
        padding: 0;
    }
    .new-afi-pages table.table.hide-tr-inner-table,
    td.singe-td .main-billing-shipping-box {
        margin: 5px 0 5px 0;
    }
    .new-afi-pages .image-box-main {
        margin-bottom: 5px;
    }
    .new-afi-pages .image-box-main .image img {
        width: 35px;
    }
    .new-afi-pages div#account-modal .modal-dialog.cus-modal-dialog,
    .new-afi-pages div#forgot-pass-modal .modal-dialog.cus-modal-dialog,
    .new-afi-pages div#sign-in-modal .modal-dialog.cus-modal-dialog,
    .new-afi-pages div#welcome-home-modal .modal-dialog.cus-modal-dialog {
        max-width: 400px;
    }
    .header-main-page .sticky-center-nav ul li a {
        font-size: 20px;
    }
    .inner-contact-img img {
        max-width: 75px;
    }
    .head-column .inner-contact-info {
        padding: 0;
    }
    .head-column.left-logo.sticky-left-logo img.header-logo {
        max-width: 155px;
        width: 100%;
    }
    .header-main-page .sticky-right-head-contact-info ul li a.bold-icon {
        font-size: 18px;
        line-height: 30px;
    }
}
@media screen and (max-width: 1300px) {
    .new-afi-pages .store-container .inner-facility-content-section {
        padding: 20px 20px 20px 20px;
    }
    .new-afi-pages .inner-information {
        width: 90%;
        padding: 20px 20px;
    }
    .detail-s-row .inner-information {
        padding: 20px 50px 20px 20px !important;
    }
    .new-afi-pages .inner-radio-select-box {
        padding: 10px 0 0 0;
    }
    .new-afi-pages .content-section {
        padding: 60px 0;
    }
    .new-afi-pages .policy-top-box .red-card-box {
        padding: 20px 20px;
    }
    .new-afi-pages .leadership-content-section .policy-top-box .red-card-box {
        margin: -60px auto 20px auto;
    }
}
@media screen and (max-width: 1250px) {
    .new-afi-pages h1 {
        line-height: 40px;
    }
    .new-afi-pages h2 {
        line-height: 40px;
    }
    .new-afi-pages h3 {
        line-height: 30px;
    }
    .new-afi-pages p {
        font-size: 18px;
        line-height: 38px;
    }
    .new-afi-pages span {
        font-size: 18px;
        line-height: 25px;
    }
    .new-afi-pages label {
        font-size: 18px;
        line-height: 1.2;
    }
    .new-afi-pages .card-inner-cont .fragrance-title span:first-child {
        font-size: 18px;
        line-height: 22px;
    }
    .new-afi-pages input::placeholder,
    textarea::placeholder {
        font-size: 18px;
    }
    .new-afi-pages .store-container .inner-facility-content-section {
        padding: 20px 20px 20px 20px;
    }
    .new-afi-pages span.badge.card-badge {
        font-size: 12px;
        padding: 5px;
        line-height: normal;
    }
    .new-afi-pages .badges-row {
        column-gap: 4px;
    }
    .new-afi-pages .min-max-btn a span,
    .new-afi-pages .production-sample-btn-box a.btn.outline-button.color span,
    .new-afi-pages .production-sample-btn-box a.btn.outline-red-button.color span {
        font-size: 14px;
        line-height: 20px;
    }
    .new-afi-pages .min-max-btn a,
    .new-afi-pages .production-sample-btn-box a.btn.outline-button.color,
    .new-afi-pages .production-sample-btn-box a.btn.outline-red-button.color {
        min-width: 110px;
    }
    .new-afi-pages .main-weight-box {
        padding: 0;
    }
    .new-afi-pages .left-bar {
        width: 18% !important;
    }
    .new-afi-pages .right-bar {
        width: 82% !important;
    }
    .new-afi-pages .red-card-box h1 {
        margin-bottom: 30px;
        font-size: 40px;
    }
    .new-afi-pages .main-billing-card {
        width: 50%;
        margin-bottom: 10px;
    }
    .new-afi-pages .export-btn-box {
        width: 50%;
    }
    .new-afi-pages .export-btn-box .bill-box a.btn.outline-button.color {
        min-width: 200px;
    }
    .new-afi-pages .export-btn-box .bill-box a span {
        text-align: center;
    }
    .new-afi-pages .invoice-export-btn a.btn.outline-button.color {
        min-width: 170px;
    }
    .new-afi-pages .modal-body.cus-modal-body h1 {
        font-size: 35px;
    }
}
.full-wrap-main .container.main-banner {
    padding-top: 20px !important;
}
.inner-form-section .col.d-flex.justify-content-end.continue-btn {
    gap: 10px;
}
.billingInformation-page.full-wrap-main .ceate-acont-heading {
    padding: 0;
}
.eidt-info .ifra-percent {
    margin-top: -24px;
}

.loaderLoad {
    display: none !important;
}
.Prodtext {
    padding-top: 10px;
}
.flashFont {
    font-size: 14px;
}
.flashFontMar {
    font-size: 14px;
    margin-right: -2px;
}
.search-container {
    display: flex;
    align-items: center;
}
.searching-field {
    width: 100%;
}
.suggesstionList {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.serachGo {
    min-width: auto !important;
    margin: 0 0 0 5px;
}
.serachGoSpan {
    padding: 10px 15px !important;
    letter-spacing: 1px;
}
.shoppingSpan {
    line-height: 3;
}
.comName {
    font-weight: 600;
}
.ModAdd {
    height: auto !important;
}
.scrolwrap {
    height: auto;
}
.imgBox {
    width: 100%;
}
.modDia {
    top: 100px;
    width: 79%;
    display: block;
    z-index: 101;
}
.modhead {
    background-color: #c41425;
    color: #fff;
}


 /***
Salesforce signup popup design 
**/

 .sf-modal-user {
     background-color: rgba(6, 6, 6, 0.83);
 }

 .sf-modal-form {
     display: flex;
     flex-direction: column;
     box-sizing: border-box;
     width: 450px;
     min-width: 200px;
     max-width: 1000px;
     border-radius: 0px;
     border-style: solid;
     border-width: 15px;
     border-color: rgb(255, 255, 255);
     background-color: rgb(255, 255, 255);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: 50% 50%;
     padding: 60px 35px;
     flex: 1 1 0%;
 }

 .sf-modal-form .form-group input {
     box-shadow: none;
 }

 .sf-modal-form .form-group input::placeholder {
     color: #000 !important;
 }

 .sf-modal-form .form-group input:hover {
     border-color: rgba(255, 0, 0, 1) !important;
 }

 .sf-modal-form .form-group input:focus-visible {
     outline-width: 2px;
     outline-style: auto;
     outline-color: rgba(255, 0, 0, 1);
     outline-offset: 0;
 }

 .sf-modal-form .form-group .custom-control {
     display: flex;
     align-items: center;
     padding-bottom: 8px;
 }

 .sf-modal-form .form-group .custom-control input {
     height: 20px;
     width: 20px;
     min-width: 20px;
     margin-right: 8px;
     cursor: pointer;
 }

 .sf-modal-form .form-group .custom-control label {
     padding-bottom: 0;
     margin-right: 8px;
     font-size: 16px;
     font-weight: 400;
     letter-spacing: 0px;
 }

 .sf-modal-form .title-bar-user {
     font-size: 28px;
     font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
     font-weight: 400;
     color: rgb(255, 255, 255);
 }

 .sf-modal-form .title-bar-user span {
     color: rgb(255, 255, 255);
     font-size: 28px;
     font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
     font-weight: bold;
 }

 .body-content-user .form-group {
     padding: 10px 6px;
 }

 .body-content-user .form-group label {
     color: rgb(255, 255, 255);
     font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
     font-size: 16px;
     font-weight: 700;
     letter-spacing: 0px;
     padding-bottom: 6px;
 }

 .body-content-user .form-group input {
     box-sizing: border-box;
     border-radius: 2px;
     padding: 0px 0px 0px 16px;
     height: 38px;
     text-align: left;
     color: rgb(0, 0, 0);
     font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
     font-size: 16px;
     font-weight: 400;
     letter-spacing: 0px;
     background-color: rgb(255, 255, 255);
     border: 1px solid rgb(158, 137, 137);

 }

 .sf-modal-user .modal-dialog {
     max-width: 450px !important;
 }

 .sf-modal-user .sf-user-submit {
     text-align: center;
 }

 .sf-modal-user .sf-user-submit button {
     background: #ca2323;
     border-radius: 0px;
     border-style: solid;
     border-color: rgba(255, 255, 255, 0.56);
     border-width: 1px;
     color: rgb(255, 255, 255);
     font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
     font-size: 16px;
     font-weight: 700;
     letter-spacing: 0px;
     line-height: 1;
     white-space: normal;
     padding-top: 11px;
     padding-bottom: 11px;
     text-align: center;
     word-break: break-word;
     align-self: flex-end;
     cursor: pointer;
     pointer-events: auto;
     height: auto;
     width: 100%;
 }
.form-group .form-field {
    position: relative;
}
.form-group .form-field label.error {
    font-size: 16px;
    color: #C41425;
    font-weight: 600;
    letter-spacing: 0.2px;
}

  /***
Salesforce signup popup design END
**/

@media (max-width: 1199px) {
    .main-footer .social-icon {
        display: flex;
        flex-wrap: wrap;
    }
    .new-afi-pages .card-box {
        width: 33%;
    }
    .main-footer .social-icon a {
        display: block;
        width: 40px;
        height: 40px;
    }
    .main-footer .social-icon a img {
        width: 100%;
    }
    .new-afi-pages ul.qty-list li span {
        min-width: 100px;
    }
    .inner-contact-img img {
        display: none;
    }
    .header-main-page .sticky-center-nav ul li a {
        letter-spacing: 1px;
    }
    .billingInformation-page.full-wrap-main .col-lg-6.col-md-offset-3 {
        width: 75%;
        margin: 0 auto;
    }
    .modal-body.cus-modal-body h2{
        font-size: 26px;
        text-align: center !important;
    }
    .new-afi-pages .stickey-sec{
        padding: 10px 5px 10px 0;
    }
    .new-afi-pages .left-bar {
        padding-left: 0;
    }
    .new-afi-pages .search-bar-box input::placeholder {
        font-size: 20px;
        letter-spacing: 1px;
    }
}
@media screen and (max-width: 1023.98px) {
    .filter-buttons {
        display: block;
        min-height: 49px;
    }
    .inner-facility-content-section.pt-5 {
        padding: 0 20px 20px 20px !important;
    }
    .new-afi-pages .row.store-front-row {
        position: relative;
    }
    .new-afi-pages .products-btns-row {
        flex-wrap: wrap;
    }
    .new-afi-pages .products-btns-row a {
        width: 48%;
        padding: 10px 7px;
    }
    body.hideSidebar.new-afi-pages .left-bar {
        width: 0;
        display: none;
    }
    .new-afi-pages .left-bar .close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #c41425;
        border-radius: 100px;
        background: #c41425;
        z-index: 99;
    }
    .new-afi-pages .left-bar .close-btn .close-sidebar {
        color: #fff;
        font-size: 17px;
        margin: 0;
    }
    .new-afi-pages .left-bar {
        position: absolute;
        width: 0 !important;
        background-color: #fff !important;
        z-index: 99;
        box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
        left: -20px;
        top: -48px;
        padding-top: 70px;
        display: block;
        left: -270px;
        visibility: hidden;
    }
    .new-afi-pages .store-front-row.sidebar-toogle .left-bar {
        left: 0;
        visibility: visible;
        width: 250px !important;
        top: -67px;
        position: fixed;
        top: 104px !important;
    }
    .new-afi-pages .right-bar {
        width: 100% !important;
        padding: 0;
    }
    body.hideSidebar.new-afi-pages .right-bar {
        width: 100%;
        padding: 0 10px;
    }
    .new-afi-pages .store-container .inner-facility-content-section {
        padding: 20px 20px 20px 20px;
    }
    .new-afi-pages .toggle-div {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70px;
        height: 36px;
        background: #c41425;
        border-radius: 0 50px 50px 0;
        cursor: pointer;
        z-index: 2;
        margin: 4px 0 0 -20px;
        padding: 0 11px;
    }
    .sticky-filter {
        display: flex;
        align-items: center;
        gap: 10px;
        position: sticky;
        top: 85px;
        left: 0;
        z-index: 99;
        margin: 0 -20px;
        background: #fff;
        padding: 10px 20px;
    }
    .new-afi-pages .toggle-div a {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        width: 100%;
    }
    .new-afi-pages .store-front-row.sidebar-toogle .toggle-div {
        display: none;
    }
    .new-afi-pages .toggle-div .sidebar-btn img {
        max-height: 15px;
    }
    .new-afi-pages .hideSidebar .row.search-bar-container {
        padding: 0 30px 0 60px;
    }
    .new-afi-pages .inner-information {
        width: 100%;
    }
    .new-afi-pages .content-section {
        padding: 40px 0;
    }
    .inner-policy-content-section,
    .new-afi-pages .inner-facility-content-section {
        padding: 20px 50px 50px 50px;
    }
    .new-afi-pages .main-table-box table.table tr th {
        white-space: nowrap;
        padding: 16px 12px;
    }
    .new-afi-pages .main-table-box table.table tr td {
        white-space: nowrap;
        padding: 16px 12px;
    }
    .new-afi-pages .corner-table-main-box .invoice-export-btn {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: start !important;
        column-gap: 20px;
        padding: 0 0 30px 20px;
    }
    .new-afi-pages div#write-rev-modal form.write-rev-form .row .col-2,
    .new-afi-pages div#write-rev-modal form.write-rev-form .row .col-6,
    .new-afi-pages div#write-rev-modal form.write-rev-form .row .col-8 {
        width: 100%;
    }
    .head-column.left-logo img {
        max-width: 130px;
    }
    .header-main-page .sticky-right-head-contact-info {
        display: none;
    }
    .head-row {
        padding: 15px 0;
    }
    #popup2.popup {
        width: 90%;
        padding: 20px 0;
    }
    #popup2.popup h1 {
        font-size: 32px;
    }
    #popup2.popup label.badge {
        padding: 0;
    }
    .billingInformation-page.full-wrap-main .col-lg-6.col-md-offset-3 {
        width: 80%;
    }
    .new-afi-pages .stickey-sec {
        padding: 10px 20px 0 20px;
        max-height: 87vh;
        padding-bottom: 0 !important;
    }
    .shoppingcart-screen .cart-table .column-2 select {
        min-width: 120px;
    }
    .pdf-ifra button {
        width: 45px;
        padding: 2px;
        font-size: 16px;
    }
}
@media (max-width: 991.98px) {
    .head-column.left-logo {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
    }
    .new-shop-screens .card-box .title h2 {
        font-size: 40px;
    }
    .new-afi-pages .product-title-box h1 {
        font-size: 24px;
        line-height: 1.2;
    }
    ul.head-nav-list li a.active:before, ul.head-nav-list li a:before {
        bottom: 1px !important;
    }
    .new-afi-pages .search-bar-box input {
        padding-left: 45px !important;
    }
    .new-afi-pages .search-bar-box img {
        left: 10px;
    }
    .new-afi-pages ul.qty-list li span {
        min-width: 75px;
    }
    .mobile-header-sec {
        display: initial;
    }
    .desktop-header-sec {
        display: none;
    }
    .head-row.mobile-header ul.head-nav-list {
        display: inline-block !important;
        text-align: center;
        width: 100%;
    }
    .head-row.mobile-header .head-column .inner-contact-info {
        display: inline-block;
        padding: 20px;
        width: 100%;
        background-image: none;
    }
    .head-row.mobile-header ul.contact-list li a {
        font-size: 22px;
        color: #c31122;
    }
    .head-row.mobile-header ul.contact-list li {
        margin-bottom: 10px;
    }
    .head-column.right-head-contact-info.for-desktop {
        display: none;
    }
    .head-column.right-head-contact-info.for-mobile {
        margin-left: auto;
        margin-right: 5px;
    }
    .head-column.right-head-contact-info.for-mobile .inner-contact-info {
        padding: 0;
    }
    .head-column.right-head-contact-info.for-mobile ul.contact-list {
        display: flex;
    }
    .head-column.right-head-contact-info.for-mobile ul.contact-list li {
        margin: 0;
    }
    ul.contact-list li a i,
    ul.contact-list li:first-child a {
        margin: 0;
    }
    .footer-column.right-info:after {
        display: none;
    }
    .footer-column ul.contact-list li,
    .footer-column.right-info {
        padding: 0;
    }
    .main-footer .social-icon a {
        display: block;
        margin: 0 5px 0 0;
    }
    .footer-column.left-social-icon strong {
        font-size: 25px;
    }
    .footer-column.center-logo img {
        max-width: 170px;
    }
    .main-header.mobile-header-sec .navbar-collapse {
        position: absolute;
        background: #fff;
        top: 99%;
        left: -15px;
        right: -15px;
        padding-left: 15px !important;
        padding-right: 15px !important;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
        z-index: 999;
        padding-top: 0 !important;
        padding-bottom: 0;
        border-top: 1px solid #000;
    }
    .main-header.mobile-header-sec ul.head-nav-list li a {
        font-weight: 500;
        width: 100%;
        display: block;
        text-align: left;
        /* font-family: Oswald-Regular, sans-serif;
        font-size: 12px !important; */
        padding: 0.7rem;
        padding-left: 8px;
        padding-right: 8px;
        margin: 0;
        text-transform: uppercase;
        font-size: 20px !important;
        letter-spacing: 1px;
        font-family: "Bebas Neue Pro" !important;
        line-height: 1.6em;
        transition: none;
        font-weight: 600;
    }
    ul li.nav-item-mobile.active a.dropdown-toggle {
        color: #c31122;
    }
    ul li.nav-item-mobile ul.mobile-dropdown li:hover {
        background: #000000;
        color: #fff;
    }
    ul li.nav-item-mobile ul.mobile-dropdown li:hover a {
        color: #fff;
    }
    nav.navbar .head-column.left-logo a {
        margin-bottom: 0;
    }
    .head-row.mobile-header .nav.navbar {
        padding: 15px 0;
    }
    ul.head-nav-list li {
        margin: 0;
    }
    .main-header.mobile-header-sec.expanded {
        background: #fff;
    }
    .new-afi-pages .sort-box select {
        min-width: 160px;
    }
    .head-row {
        padding: 0;
    }
    .new-afi-pages .modal-body.cus-modal-body h1 {
        font-size: 26px;
        text-align: center !important;
    }
    .new-afi-pages span.badge.card-badge {
        line-height: 16px;
    }
    .new-afi-pages .content-section.leadership-content-section .red-card-box,
    .new-afi-pages .create-acc-section .policy-top-box .red-card-box {
        width: 100%;
    }
    .new-afi-pages .policy-top-box .red-card-box {
        margin: -80px auto 50px auto;
    }
    .new-afi-pages .red-card-box h1 {
        font-size: 25px;
    }
    .new-afi-pages .red-card-box span {
        font-size: 23px;
        padding-top: 0;
    }
    .new-afi-pages .inner-form-section input,
    .new-afi-pages .inner-form-section select {
        min-height: 50px;
        box-shadow: 0 0 15px 7px #0000002e;
        font-size: 20px;
    }
    .new-afi-pages .inner-form-section > .col {
        padding-bottom: 2rem !important;
    }
    .new-afi-pages .form-row .form-title h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .new-afi-pages .form-row:not(:first-child) {
        padding-top: 15px;
    }
    .new-afi-pages .inner-policy-content-section .inner-form-section .col.pb-5.important-filed:last-child,
    .new-afi-pages .inner-policy-content-section .inner-form-section .col.pb-5:last-child {
        padding-bottom: 0 !important;
    }
    .inner-policy-content-section {
        padding: 10px 10px 20px !important;
    }
    .promo-cart.re-set-total .cart-buttons-row {
        width: auto;
    }
    .shoppingcart-page .cart-box .col-lg-1,
    .shoppingcart-page .cart-box .col-lg-2,
    .shoppingcart-page .cart-box .col-lg-3,
    .shoppingcart-page .cart-box .col-lg-5 {
        padding: 0 10px;
    }
    .deliveryInformation .inner-box .col-sm-3:last-child,
    .deliveryInformation .inner-box .col-sm-3:nth-child(4) {
        width: 33%;
    }
    .deliveryInformation .inner-box .col-sm-3:last-child button {
        white-space: nowrap;
    }
    .mobile-menu {
        display: flex;
        align-items: center;
    }
    .mobile-menu .for-mobile {
        margin: 0;
        color: #c41425;
        margin-right: 10px;
        font-size: 18px;
        width: 30px;
        height: 23px;
        display: inline-block;
        position: relative;
    }
    .mobile-menu .for-mobile .fa-shopping-cart:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(/shop/images/cart-icon-image.png) no-repeat;
        background-size: contain;
        left: 2px;
        top: 8px;
        bottom: 0;
        margin: auto;
    }
    .new-afi-pages .form-row.border-spacing-none.other-info {
        padding-top: 20px;
    }
    .eidt-info label.form-label.fragrance-load {
        max-width: 75%;
    }
    .new-afi-pages .left-bar, .new-afi-pages .store-front-row.sidebar-toogle .left-bar {
        position: fixed;
        top: 85px !important;
    }
    .new-afi-pages .stickey-sec {
        max-height: 90vh;
        padding-bottom: 0 !important;
    }
    .faqs-section {
        margin-bottom: 2rem;
    }
    .form-horizontal.eidt-info .col-md-6.mb-3.d-flex {
        flex-wrap: wrap;
    }
    .new-afi-pages .invoice-modal button.btn.close-times-btn {
        max-width: 40px;
        min-width: 40px;
        height: 40px;
    }
    .new-afi-pages .invoice-modal button.btn.close-times-btn span {
        height: 34px;
        width: 34px;
        font-size: 16px !important;
    }
    .invoice-modal .modal-dialog .modal-content .modal-header {
        margin-bottom: 15px;
    }
    .shoppingcart-screen .cart-table .cart-deatils label{
        max-width: 250px;
        font-size: 18px;
        line-height: 1.2;
    }
    .shoppingcart-screen .cart-deatils p {
        margin-bottom: 0;
        font-size: 18px;
    }
    .shoppingcart-screen .cart-header-row th {
        padding: 10px 15px;
    }
    .billing-screen.new-shop-screens h3.filed-heading {
        font-size: 32px;
    }
}
@media (max-width: 850px) {
    .new-afi-pages ul.qty-list li span {
        min-width: 62px;
    }
    .billing-screen.new-shop-screens h3.filed-heading {
        font-size: 28px;
    }
}
@media (max-width: 767.98px) {
    .billing-screen.new-shop-screens .card-box {
        padding: 30px;
    }
    .billing-screen.new-shop-screens .form-group .form-title label {
        font-size: 18px !important;
    }
    .new-shop-screens .form-group .form-field input.form-control {
        height: 45px;
    }
    .new-afi-pages .search-bar-box input {
        padding-left: 35px !important;
    }
    .new-afi-pages .red-card-box {
        padding: 15px;
    }
    .new-afi-pages .red-card-box p {
        line-height: 20px;
    }
    .new-afi-pages .images-badges-row .category-images img {
        height: 20px;
        margin: 1px;
    }
    
    #popup2.popup .checkboxes-container.new-check-container {
        overflow: hidden;
        overflow-y: auto;
        max-height: 450px;
    }
    .new-afi-pages .card-box .card-btm-truck {
        width: 60px;
    }
    #popup2.popup h1 {
        font-size: 26px;
    }
    .head-column.left-logo img {
        max-width: 120px;
    }
    .new-afi-pages ul.qty-list li span {
        min-width: 100px;
    }
    .main-header .head-column.left-logo {
        padding: 0;
    }
    .head-row.mobile-header ul.contact-list li a {
        font-size: 17px;
        color: #c31122;
        padding: 0 5px;
    }
    .new-afi-pages .prev-next-container {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .deliveryInformation .main-banner .inner-box .col-sm-3:nth-child(4) {
        width: 25%;
    }
    .deliveryInformation .main-banner .inner-box .col-sm-4 {
        width: 37.333333%;
    }
    .new-afi-pages .store-container .inner-facility-content-section {
        padding: 0 5px;
    }
    .new-afi-pages .card-box {
        width: 50%;
        padding: 0;
    }
    .new-afi-pages .card-box .card-head-image {
        right: 12px;
    }
    .new-afi-pages .card-header-box img {
        height: auto;
    }
    .row.search-bar-container {
        align-items: center;
    }
    /* .new-afi-pages .modal.show .modal-dialog {
        margin: 0 auto !important;
    } */
    .new-afi-pages .btn.outline-button.signin-btn,
    .new-afi-pages .continue-btn .btn.outline-button,
    .new-afi-pages a.btn.outline-button {
        font-size: 24px;
    }
    .new-afi-pages .continue-btn .btn.outline-button span,
    .new-afi-pages a.btn.outline-button span {
        padding: 7px 10px;
    }
    .new-afi-pages .card-inner-cont .fragrance-title span:first-child {
        font-size: 16px;
        line-height: 20px;
    }
    .new-afi-pages .fragrance-title span.scnt-price {
        font-size: 16px;
    }
    .new-afi-pages .form-row .form-title h4 {
        margin-bottom: 10px;
    }
    .new-shop-screens .card-box .title h2 {
        font-size: 35px;
    }
    .new-afi-pages .red-card-box h1 {
        font-size: 20px;
    }
    .new-afi-pages .policy-top-box .red-card-box {
        margin: -70px auto 35px auto;
    }
    .new-afi-pages .inner-form-section input,
    .new-afi-pages .inner-form-section select {
        min-height: 40px;
        font-size: 18px;
        line-height: 1.2;
    }
    .promo-cart.re-set-total .cart-buttons-row {
        flex-wrap: wrap;
    }
    .billingInformation-page .container.main-banner {
        max-width: 100%;
    }
    .billingInformation-page .form-group {
        flex-wrap: wrap;
        margin: 0 0 15px !important;
    }
    .billingInformation-page label.col-sm-6.control-label {
        text-align: left;
        padding: 0 0 5px;
    }
    .billingInformation-page .form-group .col-sm-6 {
        width: 100%;
    }
    .deliveryInformation .inner-box .col-sm-3 {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .deliveryInformation .inner-box .col-sm-3:last-child,
    .deliveryInformation .inner-box .col-sm-3:nth-child(4) {
        width: 100%;
    }
    .deliveryInformation .inner-box .col-sm-3:nth-child(3) {
        display: none;
    }
    .detail-s-row .inner-information {
        padding: 20px 20px 20px 20px !important;
    }
    .full-wrap-main .container.main-banner {
        max-width: 100%;
    }
    .deliveryInformation .shippingcalculation-top.inner-box .inner-ups-cart {
        flex-wrap: nowrap;
        justify-content: center;
    }
    .deliveryInformation .shippingcalculation-top.inner-box .inner-ups-cart .col-md-offset-3 {
        width: 33%;
    }
    .recoverPassword .eidt-info .form-group {
        flex-wrap: wrap;
    }
    .recoverPassword .eidt-info .form-group label.control-label {
        text-align: left;
        margin-bottom: 5px;
    }
    .recoverPassword .eidt-info .form-group .col-sm-4,
    .recoverPassword .eidt-info .form-group .col-sm-8 {
        width: 100%;
    }
    .newAddressBookEntry .form-horizontal .form-group .col-sm-4,
    .newAddressBookEntry .form-horizontal .form-group .col-sm-8 {
        width: 100%;
        text-align: left;
        flex: inherit;
    }
    .newAddressBookEntry .form-horizontal .form-group .col-sm-4 {
        margin-bottom: 5px;
    }
    .newAddressBookEntry .form-horizontal .form-group {
        flex-wrap: wrap;
    }
    .inner-wapper.paymentInfo .inner-box.payment-method .cards-info .inner-box {
        margin-bottom: 10px;
    }
    .inner-wapper.paymentInfo .inner-box.payment-method .cards-info .inner-box .form-group .col-lg-6,
    .inner-wapper.paymentInfo .inner-box.payment-method .cards-info .inner-box .form-group .col-md-12,
    .inner-wapper.paymentInfo .inner-box.payment-method .cards-info .inner-box .form-group .col-sm-12 {
        width: 100%;
    }
    .inner-wapper.paymentInfo .inner-box .col-sm-3,
    .inner-wapper.paymentInfo .inner-box .col-sm-6 {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        text-align: left;
    }
    .change-address-btn {
        margin-bottom: 15px !important;
    }
    .billingInformation-page.full-wrap-main .col-lg-6.col-md-offset-3 {
        width: 100%;
        padding: 0;
    }
    .billingInformation-page .form-group .col-sm-6 #submit-button {
        margin: 0 !important;
    }
    .billingInformation-page .form-group .col-sm-6.form-buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .new-afi-pages .modal.show .modal-dialog.cus-modal-dialog {
        width: 100%;
        margin-right: 0 !important;
    }
    .eidt-info .ifra-percent {
        margin-top: 0;
    }
    ul.contact-list li a, .footer-column ul.contact-list li {
        font-size: 25px;
        line-height: 1.2;
    }
    .modal-body.cus-modal-body h2{
        word-spacing: 0;
    }
    .new-afi-pages .social-media-icons{
        justify-content: start;
        padding: 10px 10px 10px 0;
    }
    div#popup2.popup.shop-by-cate {
        padding: 10px 0;
    }
    #popup2.popup .popup-box-holder {
        margin-bottom: 0;
    }
    .col-sm-12.form-buttons button#submit-button {
        margin: 0;
    }
    .col-sm-12.form-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }
    .promo-code-sec.row {
        margin-bottom: 10px;
    }
    .buttoms-buttons.mb-3 {
        margin-bottom: 0.5rem !important;
    }
     .billing-screen.new-shop-screens h3.filed-heading {
        font-size: 26px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 650px) {
    .pdf-ifra button {
        width: 50px;
        padding: 5px;
        font-size: 16px;
    }
}
@media screen and (max-width: 641px) {
    .new-afi-pages a.btn.outline-button {
        min-width: 180px;
    }
    .new-afi-pages .product-content-title h1 {
        font-size: 35px !important;
    }
    .new-afi-pages .min-max-btn a span {
        padding: 10px 5px !important;
    }
    .new-afi-pages .img-item:nth-child(1),
    .new-afi-pages .img-item:nth-child(2),
    .new-afi-pages .img-item:nth-child(3),
    .new-afi-pages .img-item:nth-child(4) {
        margin: 10px 10px 0 0;
    }
    .new-afi-pages .fragrance-notes-desc span img {
        transform: scale(0.8);
    }
    .new-afi-pages .red-card-box span {
        font-size: 20px;
    }
    .modal-body.cus-modal-body h1 {
        font-size: 30px;
    }
    .new-afi-pages .search-by-order-container {
        width: 96%;
        padding: 10px 10px 30px 10px;
        margin: auto;
    }
    .new-afi-pages .view-invoice-row .invoice-export-btn > div {
        justify-content: center !important;
        margin: 0 0 10px 0;
    }
    .main-footer .footer-row {
        flex-wrap: wrap;
    }
    .footer-column.left-social-icon {
        row-gap: 10px;
        width: 100%;
        margin-bottom: 15px;
    }
    .footer-column.center-logo {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }
    .footer-column.right-info {
        width: 100%;
        text-align: center;
    }
    .footer-column ul.contact-list li {
        text-align: center;
    }
    .footer-column.center-logo img {
        max-width: 140px;
    }
    .main-header.mobile-header-sec ul.head-nav-list li a {
        font-size: 20px;
    }
    .new-afi-pages .prev-next-btn-box {
        width: 100%;
        justify-content: center;
        margin-bottom: 15px;
    }
}
@media (max-width: 574.98px) {
    .shoppingcart-page .cart-box {
        justify-content: flex-start;
    }
    .new-afi-pages .store-front-row.sidebar-toogle .left-bar {
        top: 75px !important;
    }
    .new-afi-pages .stickey-sec {
        max-height: 91vh;
    } 
    span#readyToShipMessage {
        /* display: block !important; */
        padding-bottom: 0 !important;
        max-width: 80%;
    }
    .new-afi-pages .sort-by-box{
        padding: 15px 0 10px 0;
    }
    .new-afi-pages .prev-next-container .col-lg-4.col-md-4.p-0 {
        width: 100%;
        padding: 0 15px !important;
    }
    .new-afi-pages .search-bar-box .search-container {
        width: 100%;
        padding-right: 0;
    }
    .promo-cart.re-set-total .discount-content {
        width: 100%;
        text-align: center;
        flex-wrap: wrap;
    }
    section.full-wrap-main .container.main-banner.shoppingcart-page.shoppingcart-page {
        padding: 15px !important;
    }
    .col-lg-6.col-sm-6.text-end, .col-lg-6.col-12.text-start {
        text-align: center !important;
    }
    .promo-cart.re-set-total .cart-buttons-row {
        width: 100%;
    }
    .form-horizontal .form-group {
        flex-wrap: wrap;
        justify-content: center;
    }
    .form-horizontal .control-label {
        text-align: center;
        width: 100%;
        margin-bottom: 5px;
    }
    .head-column.left-logo img, .header-main-page.sticky-header .header-logo {
        max-width: 100px;
    }
    .new-afi-pages .search-bar-box {
        width: 100%;
        padding: 0;
    }
    .new-afi-pages .prev-next-btn-box {
        min-height: auto;
        order: 2;
        margin-top: 10px;
    }
    .new-afi-pages .search-bar-container .cart-box {
        width: 100%;
        justify-content: flex-end;
        padding: 10px 10px;
        margin-top: 15px;
        position: absolute;
        bottom: -65px;
        max-width: 100px;
        right: 0;
    }
    .prev-next-container .absolute-sort-box {
        position: static !important;
        bottom: 65px !important;
        left: 15px !important;
        z-index: 1;
    }
    .new-afi-pages .prev-next-btn-box .row > * {
        padding-left: 0;
    }
    .new-afi-pages .card-inner-cont .fragrance-title span:first-child {
        font-size: 14px;
    }
    .new-afi-pages .fragrance-title span.scnt-price {
        font-size: 14px;
    }
    .inner-policy-content-section,
    .new-afi-pages .inner-facility-content-section {
        padding: 0;
    }
    .new-afi-pages .inner-policy-content-section {
        padding-bottom: 30px;
    }
    .new-afi-pages .review-row .main-review-box .product-content-box .product-content-title {
        column-gap: 0;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center !important;
    }
    .new-afi-pages .container.product-container .inner-facility-content-section {
        padding: 50px 5px;
    }
    .new-afi-pages .product-content-box {
        padding: 0;
    }
    .new-afi-pages .content-section.leadership-content-section .inner-policy-content-section .main-review-box {
        padding: 0;
        text-align: center;
    }
    .new-afi-pages .product-content-box hr {
        display: none;
    }
    .new-afi-pages .product-content-title h1 {
        margin-bottom: 20px;
        font-size: 25px !important;
    }
    .new-afi-pages .product-content-box .show-more-btn-box.continue-btn {
        padding-top: 2rem !important;
    }
    .new-afi-pages .inner-policy-content-section {
        padding-bottom: 0;
    }
    .new-afi-pages .inner-policy-content-section .inner-form-section {
        padding: 0 20px;
    }
    .new-afi-pages .continue-btn .btn.outline-button {
        min-width: 160px;
    }
    .shoppingcart-page .inner-wapper-cart .col-lg-6 {
        width: 100%;
        text-align: center;
    }
    .shoppingcart-page .inner-wapper-cart .col-lg-6 .cart-info {
        text-align: center;
    }
    .new-afi-pages .policy-top-box .red-card-box {
        margin: -70px auto 20px auto;
    }
    .new-afi-pages .view-invoice-modal-sec .main-table-box {
        padding: 70px 10px 10px !important;
    }
    .deliveryInformation .main-banner .inner-box .col-sm-4 {
        width: 100%;
    }
    .deliveryInformation .main-banner .inner-box .col-sm-3:nth-child(4) {
        width: 100%;
        position: relative;
        padding: 90px 0 0;
    }
    .deliveryInformation .main-banner .inner-box .col-sm-3:nth-child(4) .enter-img{
        transform: rotate(90deg);
        position: absolute;
        top: 0;
        left: -20px;
    }
    .enter-img.text-right>img {
        width: 100px;
    }
    .inner-form-section .col.d-flex.justify-content-end.continue-btn {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center !important;
    }
    .billingInformation-page.full-wrap-main .form-horizontal .form-group div input {
        padding: 6px !important;
    }
    .shoppingcart-screen.shoppingcart-page .cart-info {
        max-width: 100%;
    }
    .shoppingcart-screen.shoppingcart-page .inner-wapper-cart .heading-cart {
        margin-bottom: 10px;
    }
}
@media (max-width: 550px) {
    .new-shop-screens .card-box .title h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 525px) {
    .new-afi-pages a.btn.outline-button {
        min-width: 150px;
    }
    .new-afi-pages .product-content-title h1 {
        font-size: 35px;
    }
    .new-afi-pages .sort-box {
        padding: 0;
    }
    .new-afi-pages .prev-next-btn-box {
        padding: 0;
    }
    .new-afi-pages .hideSidebar .row.search-bar-container {
        padding: 0 0 0 40px;
    }
    .new-afi-pages .inner-form-section .col > label {
        top: -20px;
        left: 10px;
        font-size: 20px;
    }
    .sf-modal-form {
        border-width: 10px;
        padding: 20px 10px;
        width: 100%;
    }
    .sf-modal-form .title-bar-user, .sf-modal-form .title-bar-user span {
        font-size: 20px;
    }
    .sf-modal-form .title-bar-user p {
        margin: 0;
    }
    .body-content-user .form-group label {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .new-afi-pages .products-btns-row a {
        width: 100%;
    }
    .new-afi-pages .img-item:not(first-child) {
        margin-right: 0.3rem;
        margin-top: 5px;
    }
    .new-afi-pages ul.qty-list li p {
        padding: 0 0 0 45px;
    }
    .new-afi-pages .social-media-icons a img {
        transform: scale(0.8);
    }
    .new-afi-pages .social-media-icons {
        column-gap: 8px;
    }
    .new-afi-pages a.btn.outline-button {
        min-width: 130px;
    }
    .new-afi-pages .image-box-main {
        padding: 10px 10px 0 10px;
        column-gap: 20px;
    }
    .new-afi-pages .image-box-main .image img {
        width: 30px;
    }
    .new-afi-pages .image-content span {
        font-size: 22px;
    }
    .new-afi-pages .modal-form-section {
        padding: 0 20px 30px 20px;
    }
    .new-afi-pages a#next-btn,
    .new-afi-pages a#prev-btn {
        padding: 2px 6px;
        margin: 0 0 0 5px;
    }
    .new-afi-pages .search-bar-box input::placeholder {
        font-size: 20px;
        letter-spacing: 0;
    }
}
@media screen and (max-width: 425px) {
    .new-afi-pages .main-image-box-container .form-switch .form-check-input {
        width: 60px;
        height: 20px;
        border-radius: 5px;
    }
    .new-afi-pages .main-image-box-container .form-check.form-switch label span {
        margin: 0 25px 0 0;
        font-size: 16px;
    }
    .new-afi-pages .main-image-box-container .form-check.form-switch {
        right: 90px;
    }
    .new-afi-pages div#account-modal .form-label {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 375px) {
    .new-afi-pages .image-box-main {
        padding: 10px 0 0 0;
        column-gap: 12px;
    }
    .new-afi-pages .main-image-box-container .form-check.form-switch {
        right: 60px;
    }
    .new-afi-pages .new-afi-pages .modal-body.cus-modal-body h1 {
        font-size: 25px;
    }
    .modal-body.cus-modal-body a.btn.outline-button.color.close-times-btn span {
        padding: 2px 6px;
    }
    .modal-body.cus-modal-body a.btn.outline-button.color.close-times-btn {
        max-width: 40px;
    }
    .new-afi-pages .sort-box {
        justify-content: center;
    }
}

@media (max-width: 640px) {
    #popup2.popup.shop-by-cate .popup-box-holder span {
        font-size: 20px;
    }
}
@media (max-width: 375px) {
    #popup2.popup.shop-by-cate .popup-box-holder span {
        font-size: 16px;
    }
    .new-afi-pages .search-bar-container .cart-box {
        position: static;
        max-width: 100%;
    }
    .new-afi-pages .sort-by-box {
        padding: 0px 0 10px 0;
    }
}
@media (max-width: 375px) {
    .prev-next-container .absolute-sort-box{
        position: static;
    }
    span#readyToShipMessage{
        text-align: center;
        margin-bottom: 10px;
        padding: 0 5px !important;
        max-width: 100%;
        display: flex;
    }
    .new-afi-pages .prev-next-btn-box {
        padding-right: 0;
        margin-top: 5px;
    }
}

