@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --black: 0, 0, 0;
}
.text-highlight {
    color: var(--secondary-base) !important;
}
.grecaptcha-badge {
    display: none;
}
.noto-display-font {
    font-family: "Noto Serif Display", serif !important;
}
.highlighted-child-span > span {
    background-color: var(--primary);
    color: var(--secondary-base);
    font-family: var(--default-font-family);
    font-weight: 700;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}
.font-img-titles {
    font-size: 72px;
}
.black-color {
    color: rgb(var(--black));
}
.black-color-70 {
    color: rgba(var(--black), .7);
}
.black-color-60 {
    color: rgba(var(--black), .6);
}
.black-color-50 {
    color: rgba(var(--black), .5);
}
.text-white-70 {
    color: rgba(255, 255, 255, .7) !important;
}
.gradient-portrait {
    position: absolute;
    inset: 0;
    z-index: 2;
    background-image: url("/public/assets/img/linear-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*background:*/
    /*    linear-gradient(*/
    /*        150deg,*/
    /*        #f5a000 0%,*/
    /*        rgba(245, 160, 0, 0.7) 28%,*/
    /*        transparent 60%*/
    /*    ),*/
    /*    linear-gradient(*/
    /*        30deg,*/
    /*        #1f315d 0%,*/
    /*        rgba(31, 49, 93, 0.9) 35%,*/
    /*        transparent 72%*/
    /*    );*/
}
/*Terms Pages*/
.terms-res-item:last-child {
    margin-bottom: 0;
}
.terms-res-item a {
    color: inherit;
    display: flex;
    line-height: 1;
    /*text-transform: capitalize;*/
}
.terms-res-item a::after {
    content: "";
    flex: 1;
    border-bottom: 2px dotted;
    margin-left: 8px;
}
.terms-res-item a:hover {
    color: var(--hov-primary);
}
.terms-content *,
.terms-content {
    line-height: 1.3 !important;
}
.terms-content  a {
   color: var(--secondary-base) !important;
    transition: all .5s ease !important;
}
.terms-content  a:hover {
    color: var(--body-color) !important;
}
.home-checkout-general-btn.disabled {
    pointer-events: none !important;
    opacity: .5 !important;
}
.default-inputs input:not(.radio-hidden):not(.otp-input),
.login-phone-box {
    height: 40px !important;
    font-size: 16px !important;
    color: rgba(var(--black), .6) !important;
    border-radius: 3px !important;
    background: none !important;
    outline: none;
    /*border: 2px solid var(--secondary-base-50) !important;*/
    border: 2px solid var(--primary) !important;
    padding:  0 0 0 15px !important;
    margin: 0 !important;
    transition: all .5s ease;
}
.default-inputs input:not(.radio-hidden):not(.otp-input)::placeholder,
.default-inputs input:not(.radio-hidden):not(.otp-input):focus,
.login-phone-box:focus {
    font-size: 16px !important;
    color: rgba(var(--black), .6) !important;
}
.default-inputs input:not(.radio-hidden):not(.otp-input):focus,
.login-phone-box:focus {
    /*border-color: var(--primary) !important;*/
    border-color: var(--secondary-base-50) !important;
}
.default-inputs input:not(.radio-hidden):not(.otp-input):not(:placeholder-shown) {
    /*border-color: var(--primary) !important;*/
    border-color: var(--secondary-base-50) !important;
}
.default-inputs .form-default,
.default-inputs .form-group {
    position: relative;
}
/**
Login page
*/
.login-terms {
    width: 75%;
    text-align: center;
}
.login-term-link {
    color: var(--secondary-base);
    transition: all .5s ease;
}
.login-term-link:hover {
    color: var(--body-color);
}
.error-box{
    width: 240px;
}
.agree-login-error {
    position: absolute;
    bottom: -15px;
    right: 0;
    width: max-content;
}
.login-portal {
    z-index: 1;
    margin-top: 105px;
}
.login-portal:before {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 77px;
    height: 16px;
    z-index: -1;
    background-color: var(--primary);
}
.login-wrapper {
    height: 100vh;
}
.login-bg-image {
    background-image: var(--login-img);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*margin-top: 38px;*/
    /*border-top-left-radius: 3px;*/
    overflow: hidden;
}
.login-img-text {
    margin-left: 75px;
    margin-bottom: 38px;
    line-height: 1.2;
    position: relative;
    z-index: 100;
}
.globe-login-icon {
    z-index: 5;
    margin-right: 20px;
    margin-bottom: 32px;
}
.globe-login-icon img {
    height: 76px;
}
.login-logos {
    margin-top: 63px;
}
.login-logo img,
.admin-login-logo img {
    /*height: 150px;*/
    height: 85px;
}
.login-logos {
    column-gap: 30px;
}
.admin-login-container {
    padding-left: calc(var(--grid) + var(--grid) + var(--grid));
    padding-right: calc(var(--grid) + var(--grid) + var(--grid));
}
.info-box-img > img {
    height: 16px;
    opacity: .7;
    transition: all .5s ease;
    cursor: pointer;
}
.info-box-img:hover > img {
    opacity: 1;
}
.error-msg-login {
    position: absolute !important;
    left: 0 !important;
    /*bottom: -40px !important;*/
    top: 5px !important;
}
.error-msg-login-phone {
    position: absolute !important;
    left: 0 !important;
    bottom: -20px !important;
}
.login-input,
.login-phone-box,
.button-with-arrow {
    width: 240px !important;
}
.button-with-arrow {
    padding: 6px 15px;
    transition: all .5s ease;
    background-color: var(--secondary-base);
    color: white;
    width: 100%;
    position: relative;
    border: 2px solid var(--secondary-base) !important;
    border-radius: 3px !important;
    outline: none !important;
}
.button-with-arrow:hover {
    background-color: white !important;
    color: var(--secondary-base) !important;
    border-color: var(--secondary-base-50) !important;;
}
.button-arrow-dark {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.button-arrow-dark img {
    width: 12px;
    margin-top: 1px;
    filter: grayscale(1) brightness(4);
    -webkit-filter: grayscale(1) brightness(4);
    transition: all .5s ease;
}
.button-with-arrow:hover .button-arrow-dark img {
    filter: none;
    -webkit-filter: none;
}
.info-box {
    position: absolute;
    top: 31px;
    right: -13px;
    width: 240px;
    padding: 9px 14px 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .3);
    background-color: white;
    z-index: -1;
    opacity: 0;
    transition: all .5s ease;
}
.info-box-arrow {
    position: absolute;
    right: 0;
    top: -21px;
}
.info-box-arrow-content {
    position: relative;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid rgba(0, 0, 0, .3);
    display: block;
}
.info-box-arrow-content::after {
    content: "";
    position: absolute;
    left: -5px;
    top: 2px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid white;
}
.info-box-img:hover .info-box {
    opacity: 1;
    z-index: 50;
}
.radio-hidden {
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 5px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.check-rounded {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 10;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid var(--secondary-base);
    transition: all .5s ease;
}
.login-phone-box {
    cursor: pointer;
}
.login-phone-box:has(input[type="radio"]:checked) {
    /*border-color: var(--primary) !important;*/
    border-color: var(--secondary-base-50) !important;
}
.login-phone-box:has(input[type="radio"]:checked) .check-rounded {
    /*border: 4px solid var(--primary);*/
    border: 4px solid var(--secondary-base-50);
}
.otp-input-wrapper {
    gap: 11px;
}
.otp-input {
    width: 48px !important;
    height: 48px !important;
    border-radius: 2px !important;
    border: 2px solid var(--secondary-base-50) !important;
    background-color: white;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 24px;
    color: white;
    transition: all .5s ease;
    caret-color: var(--secondary-base);
}
.otp-input:focus {
    border-color: var(--primary);
    color: white;
}
.otp-input:not(:placeholder-shown) {
    background-color: var(--secondary-base-50);
}
.error-msg-login-otp {
    position: absolute;
    bottom: -22px;
    left: 0;
}
.vertical-line-login {
    position: absolute;
    left: 40px;
    width: 7px;
    background-color: var(--primary);
    height: 0;
    top: 0;
    transition: all .9s ease;
    z-index: 40;
}
.vertical-line-login.active {
    /*height: 100vh;*/
    /*height: 95.6vh;*/
    height: 97.6vh;
}

.horizontal-line-login {
    position: absolute;
    left: 40px;
    height: 7px;
    background-color: var(--primary);
    /*top: 100vh;*/
    /*top: 95.6vh;*/
    top: 97.6vh;
    transition: all .9s ease;
    width: 0;
    z-index: 40;
}
.horizontal-line-login.active {
    /*width: 100vw;*/
    width: calc(100vw - 40px);
}
/**
Header
*/
.nav-logos {
    column-gap: 25px;
}
.header-box {
    margin-top: 30px;
    margin-left: 30px;
    background-image: var(--header-img);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.header-user-box {
    position: absolute;
    right: 0;
    top: -30px;
    background-color: white;
    padding: 10px 40px 10px 20px;
    z-index: 100;
    column-gap: 75px;
}
.header-user-icon {
    border-radius: 50%;
    background-color: var(--secondary-base-20);
    width: 40px;
    height: 40px;
    overflow: hidden;
}
.nav-cart-box  img{
    height: 32px;
}
.header-logo img {
    height: 97px;
}
.header-box-content {
    /*margin-top: 80px;*/
    margin-top: 173px;
}
.header-box-content-title {
    /*padding-bottom: 13px;*/
    padding-top: 13px;
}
.header-box-content-title:before {
    content: "";
    position: absolute;
    left: 0;
    /*top: -2px;*/
    top: -1px;
    height: 3px;
    background-color: white;
    z-index: 5;
    width: 200px;
}
.header-box-content-line:before {
    content: "";
    position: absolute;
    left: var(--min-grid);
    right: var(--min-grid);
    top: 0;
    height: 1px;
    background-color: white;
    z-index: 1;
}
.header-details {
    z-index: 50;
}
.header-img-overlay {
    position: absolute;
    inset: 0;
    z-index: 10;
    background: #FAA61A;
    background: -webkit-linear-gradient(50deg, rgba(250, 166, 26, 1) 0%, rgba(27, 50, 95, 1) 25%, rgba(255, 255, 255, 0) 70%);
    background: -moz-linear-gradient(50deg, rgba(250, 166, 26, 1) 0%, rgba(27, 50, 95, 1) 25%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(50deg, rgba(250, 166, 26, 1) 0%, rgba(27, 50, 95, 1) 25%, rgba(255, 255, 255, 0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FAA61A", endColorstr="#FFFFFF", GradientType=0);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

/**
Footer
*/
.text-black-70 {
    color: rgba(0, 0, 0, .7) !important;
}
.footer-link {
    transition: all .5s ease;
}
.footer-link:hover {
    color: var(--secondary-base) !important;
}
.footer-top-box {
    padding-top: 38px;
    padding-bottom: 38px;
}
.footer-bottom-box {
    padding-top: 33px;
    padding-bottom: 33px;
}
.footer-top-box:before {
    content: "";
    position: absolute;
    left: var(--min-grid);
    right: var(--min-grid);
    height: 1px;
    background-color: rgb(var(--black));
    bottom: 0;
}
.footer-top-box:after {
    content: "";
    position: absolute;
    left: 0;
    height: 5px;
    bottom: -2px;
    background-color:  rgb(var(--black));
    width: 200px;
}
.footer-boxes:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: rgb(var(--black));
}
.footer-boxes:not(:last-child) {
    padding-right: 30px;
    margin-right: 30px;
}
.footer-logo-box img {
    height: 70px;
}
.footer-logo-box.third img {
    height: 40px;
}
.fixed-footer {
    /*padding-top: 81px;*/
    margin-top: 112px;
}
.footer-top {
    padding-bottom: 65px;
}
.footer-logo img {
    height: 95px;
}
.footer-media-box {
    column-gap: 15px;
}
.footer-media {
    border-radius: 50%;
    border: 1px solid white;
    background: transparent;
    width: 56px;
    height: 56px;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-media.fb-icon img,
.footer-media.ig-icon img,
.footer-media.linkedin-icon img {
    height: 32px;
}
.footer-media.yt-icon img {
    height: 28px;
}
.footer-media img {
    filter: grayscale(1) brightness(4);
    -webkit-filter: grayscale(1) brightness(4);
}
.footer-media:hover {
    background-color: var(--primary);
    border-color: var(--primary);
}
.footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-bottom:before {
    content: "";
    position: absolute;
    top: 0;
    left: var(--min-grid);
    right: var(--min-grid);
    height: 1px;
    background-color: white;
    z-index: 5;
}
.footer-bottom:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    height: 4px;
    background-color: white;
    width: 200px;
    z-index: 10;
}
.globe-icon {
    height: 32px;
}
.miur-icon {
    height: 20px;
    opacity: .5;
}
.footer-sponsors {
    column-gap: 10px;
    opacity: .5;
}

/**
Homepage
*/
.text-secondary-base-80 {
    color: var(--body-color-80) !important;
}
.text-secondary-base-70 {
    color: var(--body-color-70) !important;
}
.text-secondary-base-50 {
    color: var(--body-color-50) !important;
}
.home-user-box {
    border: 1px solid var(--secondary-base-40);
    padding: 10px 31px 14px 20px;
    margin-top: 97px;
    margin-bottom: 97px;
    border-radius: 3px;
}
.home-user-box > div {
    position: relative;
}
.home-user-box > div:not(:last-child) {
    padding-right: 29px;
    margin-right: 23px;
}
.home-user-box > div:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: var(--secondary-base-40);
}
.home-user-icon img,
.home-year-icon img{
    height: 38px;
}
.home-school-icon img {
    height: 40px;
}
.home-user-icon img,
.home-year-icon img,
.home-school-icon img {
    opacity: .7;
}
.home-cat-box {
    border: 1px solid var(--soft-secondary-base);
    border-radius: 8px;
    /*cursor: pointer;*/
    padding: 15px 25px;
    overflow: hidden;
}
.home-cat-box:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background-color: var(--secondary-base);
    transition: all .5s ease;
}
.home-cat-box.active:before {
    background-color: var(--primary);
}
.home-cat-box-name {
    transition: all .5s ease;
}
.home-cat-box.active .home-cat-box-name{
    color: var(--secondary-base) !important;
}
.home-cat-box-counter-main {
    border: 1px solid var(--soft-secondary-base);
    border-radius: 50px;
    padding: 10px 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cat-box-arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 2px solid var(--secondary-base);
    border-bottom: 2px solid var(--secondary-base);
    transform: rotate(45deg);
    transition: all .5s ease;
    margin-right: 30px;
}
.home-cat-box.active .cat-box-arrow {
    transform: rotate(227deg);
    border-right-color: var(--primary) !important;
    border-bottom-color: var(--primary) !important;
}
.home-cat-box > :first-child {
    transition: all .5s ease;
}
.home-cat-box:hover > :first-child,
.home-cat-box.active > :first-child {
    color: var(--primary) !important;
}
.home-cat-box:hover > :nth-child(2) {
    border-bottom-color: var(--primary) !important;
}
.home-cat-box-content {
    border: 1px solid var(--soft-secondary-base);
    border-top: transparent;
    display: none;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: -6px;
    padding-top: 34px;
}
.home-cat-wrapper {
    row-gap: 30px;
}
.home-cat-box-content.active {
    display: block;
}
.next-cat-btn,
.previous-cat-btn,
.default-custom-btn {
    border: 1px solid var(--secondary-base);
    background-color: var(--secondary-base);
    color: white;
    transition: all .5s ease;
    padding: 8px 15px 9px 15px;
    border-radius: 3px;
}
.next-cat-btn:hover,
.previous-cat-btn:hover,
.default-custom-btn:hover {
    color: var(--secondary-base);
    background-color: white;
}
.record-card {
    border: 1px solid var(--soft-secondary-base);
    border-radius: 2px;
    padding: 10px;
    box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.25);
}
.record-card-top {
    /*border: 1px solid var(--secondary-base);*/
    height: 200px;
    border-radius: 3px;
    overflow: hidden;
    width: 160px;
    min-width: 160px;
}
.record-card-top img {
    transition: all .5s ease;
}
/*.record-card:hover .record-card-top img {*/
/*    transform: scale(1.1);*/
/*}*/
.record-card-title {
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*line-height: 1em;*/
    /*height: 2em;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/

}
.records-row {
    /*row-gap: 88px;*/
    row-gap: 50px;
}
.plus-box {
    /*width: 24px;*/
    /*height: 24px;*/
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.plus-box:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    border-radius: 5px;
    background-color: var(--secondary-base);
    top: 0;
    height: 100%;
}
.plus-box:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 5px;
    background-color: var(--secondary-base);
}
.plus-box.primary:before,
.plus-box.primary:after {
    background-color: var(--primary) !important;
}
.plus-box.primary {
    width: 32px;
    height: 32px;
}
.home-extra-container {
    padding-left: 4%;
    padding-right: 4%;
}
.card-add-to-cart-info {
    display: flex !important;
}
.record-card.no-multiple:hover .record-card-add-to-cart,
.record-card.active.no-multiple .record-card-add-to-cart {
    opacity: 1;
    pointer-events: all;
    z-index: 50;
    visibility: visible;
}
.record-card-add-to-cart.active .card-add-to-cart-info {
  display: none !important;
}
.card-added-to-cart-info {
    display: none !important;
}
.record-card-add-to-cart.active .card-added-to-cart-info {
    display: flex !important;
}
.check-mark {
    display: inline-block;
    width: 17px;
    height: 33px;
    border-right: 5px solid white;
    border-bottom: 5px solid white;
    transform: rotate(45deg);
}
.record-card-add-to-cart {
    position: absolute;
    inset: 0;
    background-color: var(--secondary-base-80);
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    visibility: hidden;
}
.plus-box-toggle.active {
    display: none !important;
}
.remove-from-cart-multiple {
    margin-right: 15px;
}
.remove-from-cart-multiple img {
    height: 12px;
    filter: grayscale(1) brightness(0) opacity(.3);
    -webkit-filter: grayscale(1) brightness(0) opacity(.3);
    transition: all .5s ease;
}
.remove-from-cart-multiple:hover img  {
    filter: none;
    -webkit-filter: none;
}
.plus-minus-wrapper {
    display: none;
}
.plus-minus-wrapper.active {
    display: flex;
    align-items: center;
    justify-content: start;
}
.sk-plus-minus {
    width: 75px;
    height: 30px;
    border: 1px solid rgba(68, 48, 135, .2) !important;
}
.sk-plus-minus-btns {
    padding: 0 !important;
    width: 20px !important;
    height: 30px !important;
    background: transparent !important;
    border: none !important;
    color: var(--secondary-base) !important;
    opacity: 1 !important;
}
.sk-plus-minus-btns:not(:disabled):hover {
    color: var(--primary) !important;
    background: transparent !important;
}
.sk-plus-minus-btns[disabled] {
    opacity: .7 !important;
}
.load-more-btn {
    border-radius: 3px;
    padding: 10px 35px;
    background-color: var(--secondary-base);
    color: white;
    transition: all .5s ease;
}
.load-more-btn:hover {
    color: white;
    background-color: var(--primary);
}

/**
My cart
*/
body.my-cart-opened,
html.my-cart-opened {
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
}
.cart-count {
    position: absolute;
    top: -6px;
    right: -16px;
    z-index: 10;
    border-radius: 50%;
    color: white;
    background-color: var(--secondary-base);
    min-width: 16px;
    min-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.my-cart-backdrop {
    position: fixed;
    inset: 0;
    z-index: -1;
    background-color: var(--secondary-base-20);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .5s ease;
}
body.my-cart-opened .my-cart-backdrop {
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.cart-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    /*right: -740px;*/
    right: -633px;
    width: 633px;
    /*width: 740px;*/
    background-color: white;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    pointer-events: none;
    transition: all .5s ease;
    border-left: 7px solid var(--primary);
}
body.my-cart-opened .cart-popup {
    right: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 2000;
}
.cart-popup-scroll {
    height: 100%;
    overflow-y: auto;
}
.cart-popup-title {
    padding-bottom: 16px;
    margin-bottom: 33px;
    margin-top: 58px;
}
.cart-popup-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: -40px;
    height: 2px;
    background-color: var(--secondary-base-50);
}
.cart-popup-product-img {
    min-width: 130px;
    width: 130px;
    height: 160px;
}
.cart-info-alert {
    position: absolute;
    right: 0;
    top: 100%;
    width: max-content;
    opacity: 0;
    z-index: -1;
    transition: all .5s ease;
}
.cart-info-alert-content {
    padding: 6px 5px 8px 5px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 5px;
}
.cart-info-alert-arrow {
    position: absolute;
    right: 0;
    top: 0;
}
.cart-info-alert-arrow-content {
    position: relative;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid rgba(0, 0, 0, .3);
    display: block;
}
.cart-info-alert-arrow-content::after {
    content: "";
    position: absolute;
    left: -2px;
    top: 2px;
    width: 0;
    height: 0;

    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 4px solid white;
}
.cart-info-alert.active {
    opacity: 1;
    z-index: 20;
}
.my-cart-popup-bottom {
    padding-top: 36px;
    padding-bottom: 36px;
    box-shadow: 0px -7px 9px -3px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px -7px 9px -3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px -7px 9px -3px rgba(0,0,0,0.25);
}
.cart-pop-up-btn {
    border-radius: 3px;
    background-color: var(--secondary-base);
    padding: 7px 20px 7px 20px;
    color: white;
    transition: all .5s ease;
    border: 1px solid var(--secondary-base);
    width: 240px;
    /*width: 390px;*/
}
.cart-pop-up-btn:hover {
    border-color: var(--secondary-base);
    color: var(--secondary-base) !important;
    background-color: white;
}
.cart-pop-up-btn img{
    filter: grayscale(1) brightness(4);
    -webkit-filter: grayscale(1) brightness(4);
    width: 12px;
}
.cart-pop-up-btn:hover img {
    filter: none;
    -webkit-filter: none;
}
.cart-pop-delete-btn img {
    height: 12px;
    filter: grayscale(1) brightness(0) opacity(.3);
    -webkit-filter: grayscale(1) brightness(0) opacity(.3);
    transition: all .5s ease;
}
.cart-pop-delete-btn:hover img {
    filter: none;
    -webkit-filter: none;
}
.close-cart-popup img{
    height: 24px;
}


.cart-required-alert {
    display: flex;
    align-items: center;
    gap: 14px;

    padding: 12px 16px;
    margin-bottom: 25px;

    /*background: #fff5f5;*/
    background: #ffe9e9;
    border: 1px solid #f3cccc;

    border-radius: 5px;

    color: #c62828;

    font-size: 14px;
}

.cart-required-alert-icon i {
    font-size: 25px;
}








.checkout-btn {
    background-color: var(--secondary-base);
    padding: 15px 17px 16px 17px;
    border: 1px solid var(--secondary-base);
    color: white;
    border-radius: 3px;
    transition: all .5s ease;
    cursor: pointer;
}
.checkout-btn:hover {
    color:  var(--secondary-base);
    background-color: white;
    border-color: var(--secondary-base);
}
.checkout-btn img {
    height: 24px;
}
.summary-head {
    padding: 28px 36px 13px 36px !important;
    position: relative;
    margin-bottom: 33px;
}
.summary-head:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--soft-secondary-base);
}
.summary-body {
    padding: 14px 36px 30px 36px !important;

}
.cart-total-box {
    padding-top: 24px;
    padding-bottom: 26px;
    margin-top: 28px;
    margin-bottom: 28px;
}
.cart-total-box:before,
.cart-total-box:after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: var(--soft-secondary-base);
    left: -36px;
    right: -36px;
}
.cart-total-box:before {
    top: 0;
}
.cart-total-box:after {
    bottom: 0;
}
.checkout-main-box {
    padding: 20px 30px 20px 30px !important;
    background-color: var(--soft-secondary-base) !important;
}
.checkout-main-box-body {
    padding: 20px 25px !important;
}
.btn-change-address {
    padding: 6px 20px;
    transition: all .5s ease;
    background-color: var(--secondary-base);
    color: white !important;
    border: 1px solid var(--secondary-base);
}
.btn-change-address:hover {
    background-color: white;
    color: var(--secondary-base) !important;
}
.btn-add-address {
    min-height: 143px;
    background-color: var(--soft-secondary-base);
    color: var(--secondary-base);
    transition: all .5s ease;
    border-radius: 0 !important;
}
.btn-add-address:hover {
    background-color: var(--secondary-base);
    color: white;
}
.addresses-row {
    row-gap: 30px;
}
.addresses-box {
    padding: 10px 13px 5px 13px !important;
}
.edit-address-btn {
    position: absolute;
    right: 10px;
    top: 10px;
}
.box-availability-header {
    background-color: var(--soft-secondary-base);
    color: var(--secondary-base);
    padding: 20px 45px 20px 45px;
}
.in-stock-box {
    color: #39b54a;
}
.out-of-stock-box {
    color: #f15a24;
}
.availability-box {
    border: 1px solid var(--soft-secondary-base);
    border-radius: 3px;
}
.box-availability-header {
    border-bottom: 1px solid var(--soft-secondary-base);
}
.availability-product-row {
    padding: 24px 45px 24px 45px;
}
.availability-product-row:not(:last-child) {
    border-bottom: 1px solid var(--soft-secondary-base);
}
.out-of-stock-warning-box {
    padding: 10px 45px 10px 45px;
}
.out-of-stock-warning-box img {
    height: 16px;
}
.product-row-w {
    width: 35%;
}
.agree-error-payment {
    position: absolute;
    right: 0;
    bottom: -15px;
}
.header-box:not(.home) .header-details {
    background-color: var(--primary);
}
.header-box:not(.home) .header-logo img {
    height: 72px;
}
.pages-top {
    margin-top: 110px;
}
.btn-loader {
    background-color: rgba(255, 255, 255, .5);
    color: var(--secondary-base);
}
.cart-popup-content-h {
    height: 70%;
}

/*acs css*/
.acs-shipping-box {
    border: 1px solid #222;
    padding: 10px;
    background: #fff;
    margin-bottom: 15px;
    cursor: pointer;
}

.acs-shipping-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 2px solid #222;
    font-size: 15px;
    cursor: pointer;
}
.acs-shipping-header label {
    cursor: pointer;
}
.acs-shipping-price {
    border-left: 1px solid #ddd;
    padding-left: 14px;
    margin-left: 14px;
    white-space: nowrap;
}

.acs-title {
    font-weight: 600;
    font-size: 13px;
    color: #777;
    padding: 12px 0 8px;
    border-bottom: 1px solid #222;
}

.acs-list {
    max-height: 210px;
    overflow-y: auto;
}

.acs-list-item {
    padding: 9px 2px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    color: #777;
    font-size: 15px;
}

.acs-list-item:hover,
.acs-list-item.selected {
    color: #000;
    font-weight: 600;
}

.acs-back {
    cursor: pointer;
    color: #777;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 0 8px;
    border-bottom: 1px solid #222;
}

.acs-selected-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #222;
    color: #666;
    font-weight: 600;
}

.acs-edit-selection {
    border: 0;
    background: transparent;
    color: #777;
    cursor: pointer;
    padding: 0;
}

.acs-edit-selection:hover {
    color: #000;
}




/* payment radio select similar to acs*/

.payment-box {
    border: 1px solid #222;
    padding: 10px;
    background: #fff;
    margin-bottom: 15px;
    cursor: pointer;
}

.payment-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 2px solid #222;
    font-size: 15px;
    cursor: pointer;
}
.payment-header label {
    cursor: pointer;
}


/**
order confirmed
*/
.order-confirmed-icon {
    height: 40px;
}
.order-confirmed-btn-icon {
    border: 1px solid var(--secondary-base);
    min-width: 240px;
    padding: 7px 10px 7px 10px;
    color: var(--secondary-base);
    transition: all .5s ease;
    border-radius: 3px;
}
.order-confirmed-btn-icon.reversed {
    border: 1px solid var(--secondary-base);
    background-color: var(--secondary-base);
    color: white;
    padding: 10px 10px 10px 10px;
}
.order-confirmed-btn-icon.reversed:hover {
    border-color: var(--secondary-base);
    background-color: white;
    color: var(--secondary-base);
}
.order-confirmed-btn-icon:hover {
    color: white;
    background-color: var(--secondary-base);
}
.order-confirmed-btn-icon img {
    height: 24px;
    transition: all .5s ease;
}
.order-confirmed-btn-icon:hover img {
    filter: grayscale(1) brightness(4);
    -webkit-filter: grayscale(1) brightness(4);
}

/**
Dashboard
*/
.close-profile img {
   height: 30px;
}
.dashboard-top:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -4%;
    right: -4%;
    height: 1px;
    background-color: var(--primary);
    z-index: 1;
}
.dashboard-top-title {
    padding-bottom: 13px;
}
.dashboard-top-title:before {
    content: "";
    position: absolute;
    left: 60px;
    bottom: -2px;
    height: 4px;
    background-color: var(--primary);
    width: 200px;
    z-index: 5;
}
.dashboard-extra-container {
    padding-left: 4%;
    padding-right: 4%;
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
}
/*.dashboard-top {*/
/*    overflow-x: hidden;*/
/*}*/
.sk-user-sidenav-link {
    padding: 15px 36px 15px 36px;
    transition: all .5s ease;
    color: var(--secondary-base-50);
}
.sk-user-sidenav-link:hover,
.sk-user-sidenav-link.active {
    color: var(--secondary-base) !important;
}
.sk-user-sidenav-link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 4px;
    background-color: var(--primary);
    opacity: 1;
    transition: all .5s ease;
}
.sk-user-sidenav-link:hover:before,
.sk-user-sidenav-link.active:before {
    color: var(--secondary-base);
    height: 100%;
}
.sk-user-sidenav-wrap {
    padding: 0 !important;
}
.sk-user-sidenav-link-text:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    transition: all .5s ease;
    height: 1px;
    background-color: var(--secondary-base);
}
.sk-user-sidenav-link:hover .sk-user-sidenav-link-text:before,
.sk-user-sidenav-link.active .sk-user-sidenav-link-text:before {
    width: 100%;
}
.sk-user-sidenav-link img {
    filter: grayscale(1) brightness(0) opacity(.4);
    -webkit-filter: grayscale(1) brightness(0) opacity(.4);
    transition: all .5s ease;
}
.sk-user-sidenav-link.orders img {
    height: 20px;
}
.sk-user-sidenav-link.track img {
    height: 24px;
}
.sk-user-sidenav-link:hover img,
.sk-user-sidenav-link.active img {
    filter: none;
    -webkit-filter: none;
}
.logout-icon img {
    height: 16px;
    filter: grayscale(1) brightness(0) opacity(.4);
    -webkit-filter: grayscale(1) brightness(0) opacity(.4);
    transition: all .5s ease;
}
.logout-icon:hover img {
    filter: none;
    -webkit-filter: none;
}
.contact-mail-box img {
    height: 31px;
    transition: all .5s ease;
    filter: brightness(1) opacity(.8);
    -webkit-filter: grayscale(1) opacity(.8);
}
.contact-mail-box:hover img  {
    filter: none;
    -webkit-filter: none;
}
.contact-form-details-box {
    margin-bottom: 134px;
}
.dashboard-contact img {
    height: 19px;
}
.dashboard-contact.mail img {
    height: 15px;
}
.sk-user-sidenav-wrap-outer {
    -ms-flex: 0 0 272px;
    flex: 0 0 272px;
    max-width: 272px;
}
.purchase-history-box {
    padding: 24px 43px 20px 43px;
    border: 1px solid var(--soft-secondary-base);
    border-radius: 2px;
}
.purchase-history-box-header{
    letter-spacing: .5px;
    padding-bottom: 19px;
}
.purchase-history-box-header:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--primary);
}
.order-row {
    padding-top: 26px;
    padding-bottom: 26px;
}
.order-row:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--soft-secondary-base);
}
.order-pagination-box .pagination {
    margin: 0 !important;
    column-gap: 10px;
}
.order-pagination-box .pagination:first-child,
.order-pagination-box .pagination:last-child {
    min-width: auto !important;
    min-height: auto !important;
    line-height: 24px !important;
}
.order-pagination-box .pagination > :first-child {
    margin-right: 15px;
    margin-left: 0;
}
.order-pagination-box .pagination > :last-child {
    margin-left: 15px;
    margin-right: 0;
}
.order-pagination-box .pagination .page-item {
    margin: 0 !important;
}
.order-pagination-box .pagination .page-item .page-link{
    min-width: 27px !important;
    min-height: 27px !important;
    line-height: 27px !important;
    text-align: center !important;
    padding: 0 !important;
    font-size: 16px !important;
    border-radius: 2px !important;
    color: rgba(0, 0, 0, .3) !important;
    border: none !important;
    transition: all .5s ease !important;
    margin: 0 !important;
}
.order-pagination-box .pagination .page-item:not(.disabled):hover .page-link,
.order-pagination-box .pagination .page-item.active .page-link {
    color: white !important;
}
.order-download img {
    height: 11px;
}
.order-view img {
    height: 9px;
}
.order-download img,
.order-view img {
    filter: opacity(.3);
    -webkit-filter: opacity(.3);
    transition: all .5s ease;
}
.order-download,
.order-view {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .3);
    transition: all .5s ease;
}
.order-download.active:hover,
.order-view.active:hover {
    border: 1px solid rgba(0, 0, 0, .3);
    background-color: transparent;
}
.order-download:hover,
.order-view:hover,
.order-download.active,
.order-view.active{
    border-color: var(--secondary-base);
    background-color: var(--secondary-base);
}
.order-download:hover img,
.order-view:hover img,
.order-download.active img,
.order-view.active img {
    filter: invert(1) brightness(4) opacity(1);
    -webkit-filter: invert(1) brightness(4) opacity(1);
}
.order-download.active:hover img,
.order-view.active:hover img {
    filter: opacity(.3);
    -webkit-filter: opacity(.3);
}
.order-icons {
    column-gap: 7px;
}
.order-details-box .order-details-border-bottom:not(:last-child) {
    border-bottom: 2px solid var(--soft-secondary-base);
}
.new-order-box {
    border-radius: 2px;
    padding: 1px 4px 1px 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 10;
}

/**
Track order
*/
.track-form-container {
    padding: 31px 45px 72px 45px;
}
.track-input {
    border: 1px solid var(--soft-secondary-base);
    height: 55px;
    border-radius: 2px;
    padding: 0 15px 0 15px;
    width: 100%;
    transition: all .5s ease;
    color: rgba(0, 0, 0, .8);
    font-size: 16px;
}
.track-input::placeholder {
    font-size: 16px;
    color: rgba(0, 0, 0, .8);
}
.track-input:focus {
    border-color: var(--soft-secondary-base);
}
.track-btn {
    height: 55px;
    background-color: var(--secondary-base);
    color: white;
    border: 1px solid var(--secondary-base);
    border-radius: 2px;
    transition: all .5s ease;
}
.track-btn:hover {
    background-color: white;
    color: var(--secondary-base);
}
.track-input:not(:placeholder-shown) {
    border-color: var(--soft-secondary-base);
}
.track-download {
    background-color: var(--secondary-base);
    border: 1px solid var(--secondary-base);
    border-radius: 2px;
    color: white;
    transition: all .5s ease;
    padding: 10px 15px 10px 15px;
}
.track-download:hover {
    background-color: white;
    color: var(--secondary-base);
}

/**
Contact
*/
.top-title-page-box {
    padding-left: calc(var(--grid) + var(--grid) + 16px);
}
.top-title-page {
    padding-bottom: 13px;
}
.top-title-page:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 4px;
    background-color: var(--primary);
    width: 200px;
}
.top-title-page-box:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: var(--primary);
}
.contact-img {
    overflow: hidden;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.contact-img.success {
    padding-top: 68%;
    height: auto !important;
}
.contact-img-text {
    position: absolute;
    bottom: 37px;
    left: 32px;
    z-index: 100;
}
.default-main-inputs .form-group {
    position: relative;
    margin: 0 !important;
}
.default-main-inputs input,
.default-main-inputs textarea {
    border-radius: 2px !important;
    border: 1px solid var(--soft-secondary-base) !important;
    font-size: 16px !important;
    color: var(--secondary-base) !important;
    transition: all .5s ease !important;
}
.default-main-inputs input:not(input[type="tel"]) {
    padding: 0 0 0 15px !important;
}
.default-main-inputs input[type="tel"] {
    padding: 0 0 0 15px;
}
.default-main-inputs input {
    height: 55px !important
}
.default-main-inputs input.invalid-input,
.default-main-inputs textarea.invalid-input {
    border-color: #ff0000 !important;
}
.default-main-inputs textarea {
    height: 125px !important;
    resize: none !important;
    padding-top: 15px !important;
}
.default-main-inputs input::placeholder,
.default-main-inputs textarea::placeholder {
    font-size: 16px !important;
    color: var(--secondary-base) !important;
}
.default-main-inputs input:focus,
.default-main-inputs input:not(:placeholder-shown),
.default-main-inputs textarea:focus,
.default-main-inputs textarea:not(:placeholder-shown) {
    border-color: var(--soft-secondary-base) !important;
}
.contact-form-box {
    padding-right: calc(var(--grid) + var(--grid) + 26px);
}
.contact-submit{
    padding: 10px 20px 11px 25px;
    background-color: var(--secondary-base);
    color: white;
    transition: all .5s ease;
    border: 1px solid var(--secondary-base);
}
.contact-submit img {
    width: 13px;
    filter: grayscale(1) brightness(4);
    -webkit-filter: grayscale(1) brightness(4);
    transition: all .5s ease;
}
.contact-submit:hover {
    background-color: white;
    color: var(--secondary-base);
}
.contact-submit:hover img {
    filter: none;
    -webkit-filter: none;
}
.error-msg {
    position: absolute;
    left: 0;
    bottom: -25px;
}
.contact-form-error-agree {
    position: absolute;
    right: 0;
    bottom: -16px;
}
.contact-details-box {
    padding-left: 18%;
}
.contact-resend-btn {
    padding: 10px 20px 10px 20px;
    border-radius: 2px;
    border: 1px solid var(--secondary-base);
    color: var(--secondary-base);
    transition: all .5s ease;
}
.contact-resend-btn:hover {
    color: white;
    background-color: var(--secondary-base);
}
.contact-form-success {
    display: none;
}
.contact-form-success.active {
    display: flex;
}

/**
Cart page
*/
.cart-product-img {
    min-width: 53px;
    width: 53px;
    height: 80px;
    overflow: hidden;
    border-radius: 2px;
}
.cart-delete-icon img {
    height: 9px;
    filter: grayscale(1) brightness(0) opacity(.3);
    -webkit-filter: grayscale(1) brightness(0) opacity(.3);
    transition: all .5s ease;
}
.cart-delete-icon:hover img {
    filter: none;
    -webkit-filter: none;
}
.cart-product-row {
    padding: 11px 28px 12px 28px;
}
.cart-product-rows > .cart-product-row:nth-child(odd) {
    background-color: rgba(40, 54, 96, .05);
}
.product-qty-input {
    background: transparent;
}
.cart-details-row {
    padding-left: 28px;
    padding-right: 28px;
}
.cart-subtotal {
    padding-right: 82px;
}
.cart-subtotal-box{
    padding-right: 28px;
}
.cart-home-btn {
    border: 1px solid var(--secondary-base) !important;
    border-radius: 2px;
    transition: all .5s ease;
    padding: 10px 35px 10px 35px;
    background-color: white;
    color: var(--secondary-base);
}
.cart-home-btn:hover {
    background-color: var(--secondary-base);
    color: white;
}
.cart-checkout-btn {
    border: 1px solid var(--secondary-base) !important;
    border-radius: 2px;
    transition: all .5s ease;
    padding: 8px 15px 9px 15px;
    background-color: var(--secondary-base);
    color: white;
    min-width: 240px;
}
.cart-checkout-btn:hover {
    background-color: white;
    color: var(--secondary-base);
}
.cart-checkout-btn img {
    width: 12px;
    filter: grayscale(1) brightness(4);
    -webkit-filter: grayscale(1) brightness(4);
    transition: all .5s ease;
}
.cart-checkout-btn:hover img {
    filter: none;
    -webkit-filter: none;
}
.cart-btns-box {
    margin-top: 79px;
}
.cart-extra-container {
    padding-left: 3.5%;
    padding-right: 3.5%;
}
.renew-cookiebot {
    position: fixed;
    bottom: 10px;
    margin-left: 10px;
    cursor: pointer;
    z-index: 10000000;
}
.renew-cookiebot img {
    width: 40px;
}

/*Media*/

/*Min-width*/
@media(min-width: 1750px) {

}

@media(min-width: 1500px) {

}

@media(min-width: 1300px) {

}

@media(min-width: 1200px) {

}

@media(min-width: 992px) {

}

@media(min-width: 768px) {

}

@media(min-width: 576px) {

}

/*Max-width*/
@media(max-width: 1749.98px) {
    .dashboard-extra-container {
        padding-left: 0;
        padding-right: 0;
    }


    .dashboard-top:before {
        left: 0 !important;
        right: 0 !important;
    }

    .home-extra-container {
        padding-left: 0;
        padding-right: 0;
    }

    .font-img-titles {
        font-size: 70px;
    }
}

@media(max-width: 1499.98px) {

    .footer-logo-box img {
        height: 70px;
    }

    .gradient-portrait {
        background-position: bottom center;
    }
    .contact-form-box {
        padding-right: var(--grid);
    }
    .contact-details-box {
        padding-left: 13%;
    }

    .cart-extra-container {
        padding-left: 0;
        padding-right: 0;
    }

    .records-row {
        row-gap: 70px;
    }

    .header-logo img {
        height: 90px;
    }

    .footer-logo img {
        height: 90px;
    }

    .font-img-titles {
        font-size: 65px;
    }
    .login-logo img,
    .admin-login-logo img {
        /*height: 120px;*/
        height: 75px;
    }
    .login-img-text {
        margin-left: 55px;
    }
    .fixed-footer {
        /*padding-top: 70px;*/
        margin-top: 82px;
    }
}

@media(max-width: 1349.98px) {
    .purchase-history-box {
        padding: 20px 20px 20px 20px;
    }
    .sk-user-panel {
        padding-left: 30px !important;
    }
    .order-row {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media(max-width: 1299.98px) {
    .admin-login-container {
        padding-left: calc(var(--grid) + var(--grid));
        padding-right: calc(var(--grid) + var(--grid));
    }
    .contact-img.success {
        padding-top: 75%;
    }

    .font-img-titles {
        font-size: 60px;
    }
    .login-img-text {
        margin-left: 35px;
    }

    .footer-top .desc br{
        display: none;
    }
    .footer-logo img {
        height: 80px;
    }
}

@media(max-width: 1199.98px) {

    .footer-logo-box img {
        height: 70px;
    }
    .footer-logo-box.third img {
        height: 45px;
    }

    .contact-form-details-box {
        margin-bottom: 100px;
    }

    .sk-user-panel {
        padding-left: 0 !important;
    }
    .sk-user-panel {
        width: 100%;
    }

    .sk-user-sidenav-wrap-outer,
    .sk-user-sidenav-wrap {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100%;
    }

    .summary-body {
        padding: 0 15px 18px 15px !important;
    }
    .cart-total-box::before,
    .cart-total-box:after {
        left: -15px;
        right: -15px;
    }
    .btn-add-address {
        min-height: 131px;
    }
    .product-row-w {
        width: 45%;
    }
    .availability-product-row {
        padding: 24px 25px 24px 25px;
    }
    .box-availability-header {
        padding: 20px 25px 20px 25px;
    }
    .out-of-stock-warning-box {
        padding: 10px 25px 10px 25px;
    }

    .header-logo img {
        height: 80px;
    }

    .font-img-titles {
        font-size: 55px;
    }
    .login-logo img,
    .admin-login-logo img {
        /*height: 100px;*/
        height: 65px;
    }
}

@media(max-width: 991.98px) {
    .contact-mail-box img {
        height: 25px;
    }

    .footer-logo-box.first img {
        height: 51px;
    }
    .footer-logo-box.second img {
        height: 50px;
    }
    .footer-logo-box.third img {
        height: 40px;
    }

    .login-terms {
        width: 85%;
    }
    .contact-form-details-box {
        margin-bottom: 40px;
    }
    .nav-logos {
        column-gap: 15px;
    }

    .terms-content h1 {
        font-size: 1.5rem !important;
    }
    .home-cat-wrapper {
        row-gap: 15px;
    }
    .gradient-portrait {
       display: none;
    }
    .admin-login-container {
        padding-left: var(--grid);
        padding-right: var(--grid);
    }

    .top-title-page:before {
        width: 100px;
    }
    .top-title-page-box {
        padding-left: var(--grid);
    }
    .contact-form-success {
      padding-left: var(--grid);
      padding-right: var(--grid) !important;
    }
    .contact-form-success .desc {
        line-height: 1.4;
    }
    .contact-details-box {
        padding-left: 8%;
    }
    .contact-form-box {
        padding-right: 0;
    }
    .res-details-contact {
        padding-left: var(--grid);
        padding-right: var(--grid);
    }
    .contact-img,
    .contact-img.success {
        padding-top: 50%;
    }
    .contact-img-text {
        bottom: var(--grid);
        left: var(--grid);
    }
    .default-main-inputs input {
        height: 40px !important;
    }
    .contact-submit {
        padding: 13px 20px 14px 25px;
    }

    .cart-btns-box {
        margin-top: 65px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .cart-subtotal {
        padding-right: 25px;
    }
    .cart-product-row {
        padding: 13px 15px 14px 15px;
    }
    .cart-subtotal-box {
        padding-right: 15px;
    }

    .order-row-res-arrow {
        min-width: 12px;
        width: 12px;
    }
    .order-row-res-arrow img {
        width: 10px;
        filter: opacity(.4);
        -webkit-filter: opacity(.4);
        transition: all .5s ease;
    }
    .toggle-res-order-row-content {
        display: none;
    }
    .order-row.active .toggle-res-order-row-content {
        display: block;
    }
    .order-row {
        padding: 0 10px 0 10px;
        transition: all .5s ease;
    }
    .order-row:last-child:before {
        content: none;
    }
    .purchase-history-box {
        padding: 0 0 0 0;
    }
    .order-row.active {
        background-color: rgba(40, 54, 96, .05);
    }
    .order-row.active .order-row-res-arrow img {
        transform: rotate(90deg);
    }
    .toggle-res-order-row-content:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 1px;
        background-color: var(--primary);
    }
    .order-row.active .toggle-res-order-row-content:before {
        width: 100%;
    }
    .toggle-res-order-row-content {
        margin-top: 10px;
        padding-top: 20px;
    }
    .toggle-res-order-row {
        padding-top: 16px;
        padding-bottom: 11px;
        cursor: pointer;
    }
    .dashboard-top:before {
        left: 0;
        right: 0;
    }
    .track-form-container {
        padding: 25px 13px 32px 13px;
    }
    .track-download {
        padding: 5px 8px 6px 8px;
    }
    .close-profile img {
        height: 18px;
    }



    .sk-user-sidenav-wrap-outer,
    .sk-user-sidenav-wrap {
        width: auto;
    }
    .sk-user-panel {
        padding-left: 0;
    }
    .sk-user-sidenav-wrap-outer {
        margin: auto;
    }
    .sk-user-sidenav-wrap {
        padding: 17px 0 0 0 !important;
    }
    .sk-user-sidenav-link {
        padding: 0 23px 16px 23px;
        margin-left: 4px;
        margin-right: 4px;
    }
    .sk-user-sidenav-link:before {
        left: 0;
        top: auto;
        height: 5px;
        width: 0;
        bottom: 0;
    }
    .sk-user-sidenav-link:hover:before,
    .sk-user-sidenav-link.active:before {
        width: 100%;
        height: 5px;
    }
    .sk-user-sidenav-link.orders img {
        height: 30px;
    }
    .sk-user-sidenav-link.track img {
        height: 32px;
    }
    .logout-icon img {
        height: 28px;
    }
    .sk-user-sidenav-link-res {
        padding: 0 23px 16px 23px;
        margin-left: 4px;
        margin-right: 4px;
    }
    .sk-user-sidenav-link-res:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 5px;
        width: 0;
        background-color: var(--primary);
        transition: all .5s ease;
    }
    .sk-user-sidenav-link-res:hover:before{
        width: 100%;
    }
    .dashboard-top-title:before {
        left: 0;
        width: 100px;
    }



    .addresses-row {
        row-gap: 10px;
    }
    .pages-top {
        margin-top: 62px;
    }
    .addresses-box {
        padding: 6px 10px 4px 10px !important;
    }
    .btn-add-address {
        min-height: 112px;
    }
    .box-availability-header {
        padding: 20px 12px 20px 12px;
    }
    .availability-product-row {
        padding: 15px 12px 18px 12px;
    }
    .product-row-w {
        width: 65%;
    }
    .out-of-stock-warning-box {
        padding: 10px 12px 10px 12px;
    }
    .summary-body {
        padding: 9px 11px 18px 11px !important;
    }
    .cart-total-box:before,
    .cart-total-box:after {
        left: -12px;
        right: -12px;
    }
    .checkout-btn {
        padding: 15px 5px 16px 5px;
    }
    .cart-summary-details {
        box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
        -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
    }
    .header-box:not(.home) .header-logo img {
        height: 42px;
    }

    .home-user-box > div:not(:last-child) {
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 14px;
        margin-bottom: 12px;
    }
    .home-user-box > div:not(:last-child):before {
        right: 0;
        left: 0;
        top: auto;
        bottom: 0;
        width: auto;
        height: 1px;
    }
    .home-user-icon img,
    .home-year-icon img {
        height: 30px;
    }
    .home-school-icon img {
        height: 32px;
    }
    .home-user-box {
        padding: 17px 10px 11px 10px;
        margin-top: 65px;
        margin-bottom: 65px;
    }
    .records-row {
        row-gap: 50px;
    }
    .cat-box-arrow {
        width: 8px;
        height: 8px;
        border-right: 2px solid var(--secondary-base);
        border-bottom: 2px solid var(--secondary-base);
        margin-left: 5px;
        margin-right: 10px;
    }
    .home-cat-box-content {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
    }
    .home-cat-box-counter-main {
        padding: 6px 10px 3px 10px;
        min-width: 85px;
    }
    .home-cat-box {
        padding: 10px 10px;
    }
    .home-cat-box-counter {
        font-size: 13px;
        min-width: 0;
        min-height: 0;
        flex-shrink: 0;
    }

    body.my-cart-opened .cart-popup {
        right: 50%;
        transform: translateX(50%);
    }
    .cart-popup {
        right: 50%;
        transform: translateX(50%);
        /*width: 90%;*/
        width: 96%;
        border-left: 3px solid var(--primary);
        border-bottom: 3px solid var(--primary);
        top: 60px;
        bottom: 60px;
    }
    .cart-popup-title {
        padding-bottom: 7px;
        margin-bottom: 28px;
        margin-top: 20px;
    }
    .cart-popup-title:before {
        right: -15px;
        height: 1px;
    }
    .cart-popup-product-img {
        min-width: 80px;
        width: 80px;
        height: 100px;
    }
    .cart-pop-up-btn {
        padding: 7px 10px 7px 10px;
        width: auto;
    }
    .my-cart-popup-bottom {
        padding-top: 13px;
        padding-bottom: 8px;
    }
    .close-cart-popup img {
        height: 14px;
    }
    .cart-popup-content-h {
        height: 77%;
    }

    .footer-logo img {
        height: 75px;
    }
    .fixed-footer {
        /*padding-top: 57px;*/
        margin-top: 64px;
    }
    .footer-top {
        padding-bottom: 74px;
    }
    .footer-bottom:after {
        width: 100px;
    }
    .footer-bottom {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .header-box-content {
        margin-top: 65px;
    }
    .header-box-content-title:before {
        width: 100px;
    }
    .header-user-box {
        top: -15px;
        column-gap: 36px;
        padding: 10px 10px 7px 15px;
    }
    .header-box {
        margin-top: 15px;
        margin-left: 10px;
    }
    .nav-cart-box img {
        height: 28px;
    }
    .header-user-icon {
        width: 30px;
        height: 30px;
    }
    .header-logo img {
        height: 70px;
    }
    .header-box-content-title {
        line-height: 1.1;
    }


    .font-img-titles {
        font-size: 50px;
    }
    .login-wrapper {
        padding-left: var(--grid);
        padding-right: var(--grid);
    }
    .login-logo img,
    .admin-login-logo img {
        height: 65px;
    }
    .login-logos {
        margin-top: 45px;
    }
    .button-with-arrow {
        border-radius: 8px !important;
        padding: 4px 10px;
    }
    .login-phone-box {
        border-radius: 8px !important;
        height: 49px !important;
    }
    .check-rounded {
        right: 21px;
    }
    .otp-input {
        width: 40px !important;
        height: 40px !important;
    }
    .otp-input-wrapper {
        gap: 7px;
    }
    .vertical-line-login {
        left: 20px;
    }
    .vertical-line-login.active {
        height: 98vh
    }

    .horizontal-line-login {
        left: 20px;
        top: 98vh;
    }
    .horizontal-line-login.active {
        width: calc(100vw - 20px);
    }
}

@media(max-width: 767.98px) {
    .contact-mail-box img {
        height: 21px;
    }

    .footer-boxes:not(:last-child):before {
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        width: auto;
        height: 1px;
    }
    .footer-boxes:not(:last-child) {
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .footer-top-box {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer-top-box:after {
        width: 120px;
    }
    .footer-bottom-box {
        padding-top: 20px;
        padding-bottom: 20px;
    }


    .record-card-top {
        height: 147px;
        width: 100px;
        min-width: 100px;
    }
    .contact-img,
    .contact-img.success {
        padding-top: 60%;
    }

    .order-row-res-arrow {
        min-width: 7px;
        width: 7px;
    }
    .order-row-res-arrow img {
        width: 6px;
        filter: opacity(.4);
        -webkit-filter: opacity(.4);
    }

    .sk-user-sidenav-link.orders img {
        height: 20px;
    }
    .sk-user-sidenav-link.track img {
        height: 24px;
    }
    .logout-icon img {
        height: 16px;
    }

    .cart-popup-product-img {
        min-width: 70px;
        width: 70px;
        height: 100px;
    }
    .records-row {
        row-gap: 26px;
    }
    .home-user-icon img,
    .home-year-icon img {
        height: 27px;
    }
    .home-school-icon img {
        height: 31px;
    }
    .home-user-box {
        margin-top: 46px;
        margin-bottom: 46px;
    }
    .sk-plus-minus {
        width: 56px;
        height: 24px;
    }
    .sk-plus-minus-btns {
        width: 13px !important;
        height: 24px !important;
    }


    .footer-logo img {
        height: 69px;
    }
    .nav-cart-box img {
        height: 20px;
    }
    .header-user-icon {
        width: 24px;
        height: 24px;
    }
    .header-logo img {
        /*height: 55px;*/
        height: 42px;
    }
    .header-box-content {
        margin-top: 30px;
    }

    .vertical-line-login {
        left: 20px;
    }
    .horizontal-line-login {
        left: 20px;
    }
    .font-img-titles {
        font-size: 40px;
    }
    .login-logo img,
    .admin-login-logo img {
        height: 37px;
    }
    .login-logos {
        column-gap: 10px;
    }
    .otp-input {
        width: 35px !important;
        height: 35px !important;
    }
}

@media(max-width: 575.98px) {
    .contact-img,
    .contact-img.success {
        padding-top: 70%;
    }

    .cart-summary-details {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }

    .home-user-icon img,
    .home-year-icon img {
        height: 25px;
    }

    .home-school-icon img {
        height: 27px;
    }

    .header-box-content .desc br {
        display: none;
    }

    .font-img-titles {
        font-size: 30px;
    }
    .info-text-main br {
        display: none;
    }
    .info-text-main {
        max-width: 90%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}
