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

:root {
    --base-color: #000557;
    --primary-color: #ff0000;
    --white: #fff;
    --black: #000;
    --global-font: "Roboto", sans-serif;
    /* --primary-font: "Playfair Display", serif; */
}

html {
    box-sizing: border-box;
}

html,
body {
    font-family: var(--global-font);
}

/* Global CSS */
h1,
h2,
h3,
h4,
h5,
h5 {
    font-family: var(--global-font);
}

[hidden]:where(:not([hidden=until-found])) {
    display: none;
}
/** Override Menu Pointer Display hiding unnecessary elements **/
.main-menu>.menu:hover>.menu-body>.menu-pointer{
    display: none !important;
}

.blue-border {
    border-color: var(--base-color);
}


.base-color {
    color: #19005b;
}

.w-auto {
    width: auto;
}

.align-start {
    align-items: start;
}

.red-btn {
    border: none;
    border-radius: 0;
    background: #e31914;
    padding: 12px 10px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 600;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.wide-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.items-end {
    align-items: end;
}

button:focus,
button:focus-visible {
    outline: none;
}

.border-primary {
    border-color: var(--primary-color);
}

.hover\:border-primary-dark:hover {
    border-color: #306a00;
}

.hover\:bg-primary-dark:hover {
    background-color: #306a00;
}

.text-green {
    color: var(--primary-color);
}

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

.cgrid {
    display: grid;
}

.cgrid-4 {
    grid-template-columns: 100%;
}

.topHeader {
    align-items: center;
}

.main-logo {
    width: 40%;
}

.phoneNum {
    font-size: 0;
    font-weight: 600;
    color: #001760;
    line-height: 1;
}

.bal {
    color: var(--primary-color);
    font-size: 18px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 600;
}

.allLoginIcon {
    background: var(--white);
    padding: 0px 5px 0px 5px;
    color: var(--white);
    text-transform: uppercase;
    font-size: 10px;
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    gap: 5px;
    max-width: 150px;
    width: 100%;
    border: 1px solid #e1e1e1;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    text-align: center;
}

.allLoginIcon a {
    color: var(--black);
    display: flex;
    flex-direction: column;
    font-weight: 600;
    justify-content: center;
    gap: 5px;
    margin-bottom: 5px;
}

.allLoginIcon a img {
    height: 17px;
    width: auto;
    max-width: max-content;
    margin: 0px auto;
    display: none;
}

.allLoginIcon a.cart-icon-count{
    display: none;
}

.cart-count {
    position: absolute;
    right: -6px;
    top: 5px;
    background: #e31914;
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-search {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0px auto;
    width: 100%;
    padding: 0;
    display: none;
}

.search-box-wrap input {
    padding: 10px;
    border-color: var(--base-color);
    height: 55px;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
}

.search-box-wrap form {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.search-box-wrap .searchIcon {
    width: 50px;
}

.right-side-icon {
    margin-left: auto;
}

/* Main Menu */

.main-menu>.menu>.menu-body>.mega-menu .menu-body .mega-menu picture img {
    width: 100%;
}

.main-menu>.menu>.menu-title {
    z-index: 1;
}

.close-icon {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

/* Mobile Menu */
#model-content-menu-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    opacity: 1;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

#model-content-menu-close:before,
#model-content-menu-close:after {
    position: absolute;
    left: 13px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: var(--white);
}

#model-content-menu-close:before {
    transform: rotate(45deg);
}

#model-content-menu-close:after {
    transform: rotate(-45deg);
}

.mobile-menu>.menu .menu-title .menu-caret {
    display: inline-block;
}

.mobile-menu>.menu .menu-body>.mega-menu {
    display: none;
}

.mobile-menu>.menu .menu-body>.mega-menu.active-menu {
    display: block;
}

.mobile-menu>.menu .menu-title {
    margin-bottom: 1.25rem;
    font-weight: 500;
}

.mobile-menu>.menu .menu-title {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.mobile-menu>.menu .menu-body>.mega-menu>p {
    background-color: var(--base-color);
    padding: 3px;
    color: var(--white);
    margin-bottom: 10px;
}

.edit-link {
    margin-left: auto;
}

.edit-link a.admin-edit-button {
    background: var(--primary-color);
    color: var(--white);
    padding: 10px 35px;
    border-radius: 5px;
    font-size: 12px;
    display: block;
    text-decoration: none;
}

.search_block_div {
    left: 0;
    background: var(--white);
    padding: 34px 28px 28px;
    top: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 0 20px 0;
    overflow-y: scroll;
    max-height: 750px;
    z-index: 99;
    border: solid 1px var(--base-color);
    box-shadow: 0px 5px 10px rgb(0, 0, 0, 0.1);
}

.active-search-list {
    max-width: 100%;
}

.search-product-list .card-wrap {
    border: solid 1px #ddd;
    position: relative;
}

.search-product-list .CardContent {
    padding: 10px 10px 10px 10px;
}

.search-product-list .cartBtn.moreInfo {
    margin-left: 0;
    /* margin-top: 10px; */
}


.newsletterOuter {
    background: #a4a4a4;
    color: var(--white);
    padding: 25px 0;
    text-align: center;
}

.newsletter-top {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.newsletter-box:first-child {
    width: 100%;
    text-align: center;
    color: var(--white);
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.newsletter-box:not(:first-child) {
    max-width: 300px;
    display: inline-block;
    width: 100%;
}

.newsletter-box a {
    border: 2px solid var(--white);
    color: var(--white);
    padding: 6px 30px;
    text-transform: none;
    font-weight: 100;
    display: block;
}

.bottom-footer {
    margin: 0;
    background: #000956;
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}

.bottom-footer .footer-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}

.footer-box.menu-links .menu-pointer {
    display: none;
}

.footer-box.menu-links .mega-menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-box.menu-links .mega-menu a,
.footer-box.menu-links .mega-menu p {
    color: var(--white);
    line-height: 30px;
    font-size: 16px;
    font-weight: 300;
}

.footer-box.menu-links:last-child .mega-menu a {
    display: inline-block;
    width: fit-content;
}

.footer-box.menu-links:last-child .mega-menu a img {
    width: 32px;
}

.footer-box.menu-links:last-child .mega-menu a[title="Payment Options"] img {
    width: 300px;
    margin-top: 20px;
}

.copyright-wrap {
    padding: 20px 0;
}

.copyright-wrap .container {
    display: flex;
    justify-content: center;
}

.copyright-wrap p {
    margin-bottom: 0;
    font-size: 12px;
}

.copyright-wrap p a {
    text-decoration: underline;
}

.cargo-blog-post__body h1,
.cargo-blog-post__body h2,
.cargo-blog-post__body h3,
.cargo-blog-post__body h4,
.cargo-blog-post__body h5,
.cargo-blog-post__body h6 {
    margin: 10px 0;
}

.cargo-blog__grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
}

.home-hero-banner-wrap {
    gap: 2%;
    row-gap: 30px;
    justify-content: start;
    align-items: self-start;
}

.home-hero-banner-inner {
    overflow: hidden;
    width: 100%;
}

.home-hero-banner {
    padding-top: 20px;
    position: relative;
}

.home-hero-item {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.home-hero-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.home-hero-item a {
    display: block;
}

.home-hero-item a img {
    height: unset;
    object-fit: cover;
}

.slide-hero-image img {
    height: 100%;
    object-fit: cover;
    max-height: 690px;
    max-width: 1860px;
    width: 100%;
}

.homepageHeroBanner-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border: 3px solid #e5e5e5;
    background-color: #636363;
    opacity: 1;
}

.homepageHeroBanner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--base-color);
}

.homepageHeroBanner-pagination {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 20px !important;
    z-index: 1;
}

.brandscats-box-wrap {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 10px;
}

.brandscats-box {
    text-align: center;
}

.brandscats-box img {
    width: 100%;
}

.brandscats-box p {
    margin: 5px;
}

.product-listing {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}

.card-wrap {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    border: solid 3px #19005b;
    padding: 20px;
}

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

.cardImage {
    width: 100%;
}

.CardContent {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    width: 100%;
}

.CardContentInner {
    margin-left: auto;
    max-width: 100%;
    width: 100%;
    text-align: right;
}

.CardContent h3 {
    color: #000557;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 5px;
    font-size: 20px;
}

.item-available {
    margin-bottom: 20px;
}

.item-available .items {
    color: #19005b;
    font-size: 18px;
}

.CardContent h3 a {
    color: #000557;
}

.CardContent h4 {
    color: #767676;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.product-exerpt {
    margin-bottom: 20px;
}

table.CardTable {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
}

table.CardTable td,
table.CardTable th {
    padding: 8px;
}

table.CardTable thead td,
table.CardTable thead td {
    color: var(--black);
}

table.CardTable tbody td:first-child {
    background-color: #eee;
}

table.CardTable th {
    background-color: #eee;
    border-bottom: solid 1px #ddd;
    font-weight: 400;
}

table.CardTable thead td {
    border-bottom: solid 1px #ddd;
    background-color: #f7f7f7;
}

table.CardTable tbody th,
table.CardTable tbody td {
    color: #787878;
    border-bottom: solid 1px #ddd;
    background-color: #f7f7f7;
}

table.CardTable tbody td:first-child {
    background-color: #eee;
}

.product-middle-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.product-right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 30px;
}

.priceWrap {
    text-align: right;
    margin-bottom: 15px;
}

.priceWrap span {
    font-size: 12px;
    color: #026b9d;
}

.priceWrap span.m-price {
    font-size: 30px;
}

.priceWrap>.flex {
    align-items: end;
}

.qtyAndBtnWrap {
    display: flex;
    justify-content: start;
    gap: 10px;
    flex-direction: unset;
    align-items: start;
    width: 100%;
    flex-wrap: wrap;
}

.qtyBtn {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
}

.qtyBtn label {
    margin-bottom: 15px;
    max-width: 320px;
    width: 100%;
}

.qtyBtn p {
    font-size: 9px;
    margin: 5px 0 0 0;
}

.qtyBtn .aero-quantity__control button {
    color: var(--black);
    background-color: #ddd;
    border: 0;
    border-radius: 0;
    padding: 10px;
    width: 40px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qtyBtn .quantity input {
    width: 50px;
    border: solid 1px #ddd;
    height: 35px !important;
    color: var(--black);
    font-style: normal;
    font-size: 14px;
}

.addCartbutton {
    border: none;
    border-radius: 0;
    background: #e31914;
    padding: 12px 10px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 600;
    width: 100%;
    display: block;
    height: 35px;
}

.addCartbutton:hover {
    background: #e31914;
    color: var(--white);
}

.cartBtn.moreInfo {
    margin-left: 0;
}

.moreInfo-wrap {
    max-width: 150px;
    width: 100%;
}

.moreInfoBtn {
    background-color: #c3c3c3;
    width: 100%;
    padding: 12px 10px;
    color: var(--white);
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    height: 35px;
}

#bulk-pricing-container {
    position: relative;
    padding-left: 0;
    margin-top: 30px;
}

.bestTag {
    background-color: rgb(235 0 22 / var(--tw-bg-opacity));
    display: none;
}

.bestTag span {
    left: -86px;
    position: absolute;
    bottom: 3.2rem;
    background-color: rgb(235 0 22 / var(--tw-bg-opacity));
    text-align: center;
    width: 5rem;
    height: 1.5rem;
    color: var(--white);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 2;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    z-index: 1;
}

.bestTag span:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 100%;
    right: -11px;
    top: 0;
    bottom: 0;
    border-left: 12px solid #eb0016;
    border-top: 12px solid transparent;
    border-bottom: 11px solid transparent;
}

.best-price-row {
    position: relative;
}

.best-price-row:after {
    content: 'Best Price';
    left: -85px;
    position: absolute;
    background: transparent url(../images/tag-arrow.png) no-repeat;
    background-size: 100%;
    top: 10px;
    text-align: left;
    padding: 5px 9px;
    width: 91px;
    height: 26px;
    color: var(--white);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4;
    z-index: 1;
    display: none;
}

.cartBtn {
    max-width: 116px;
    width: 100%;
}

.brand-small-logo {
    margin-bottom: 10px;
}

.single-product-details{
    padding: 0 20px;
}

.single-product-details h1 {
    color: #19005b;
    font-size: 2rem;
}

.p-price {
    color: var(--base-color);
    /* font-size: 2rem; */
    font-weight: 600;
}

.p-price-text {
    color: var(--base-color);
    /* font-size: 2rem; */
    font-weight: 600;
}

.total-price {
    color: var(--base-color);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
}

.detailBtnWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
    width: fit-content;
}

.detailBtnWrap .qtyBtn .cart-quantity-input {
    width: 70px;
    border: solid 1px #ddd;
    height: 35px !important;
}

.product-tab-wrap {
    padding: 0px 0 50px 0;
}

.product-tabs {
    border: 1px solid var(--black);
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    margin: 0px auto;
}

.product-tabs .tab {
    display: none;
}

.product-tabs .tab.activeTab {
    display: block;
}

.product-tabs .tab-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-tabs .tab-links li {
    display: block;
}

.product-tabs .tab-links li a {
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    font-size: 22px;
    text-transform: uppercase;
    color: #555555;
    font-weight: 600;
}

.product-tabs .tab-links li.activeTab a {
    color: #001760;
}

.tab-content {
    border-top: solid 1px #dddddd;
    padding: 1em 1.4em;
}

.product-tabs .tab-links li a.btn-ask.button {
    border: none;
    border-radius: 0;
    background: var(--base-color);
    text-transform: uppercase;
    color: var(--white);
    font-weight: 600;
    width: 100%;
    display: block;
}

.single-thumb-image .slick-prev.slick-arrow,
.single-thumb-image .slick-next.slick-arrow {
    font-size: 0;
}

.single-thumb-image .slick-prev.slick-arrow,
.single-thumb-image .slick-next.slick-arrow {
    background: url('../images/right-arrow.svg');
    content: "";
    font-size: 0;
    background-size: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin: -3px 0 0 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    z-index: 1;
    left: auto;
    right: 0;
    cursor: pointer;


}

.single-thumb-image .slick-prev.slick-arrow {
    transform: translateY(-50%) rotate(180deg);
    left: 0;
    right: auto;
}

.slider--vertical.slick-slider .thumb-item {
    height: 120px;
    border-radius: 5px;
    border: solid 1px #ddd;
    overflow: hidden;
    text-align: center;
}

.slider--vertical.slick-slider .thumb-item img {
    width: auto;
    height: 120px;
    margin: 0px auto;
    object-fit: cover;
}


.slider-img-large {
    margin-bottom: 15px;
}

/* Force main MagicZoom image area to stay within 400x400 */
#product img,
#product .mz-figure img,
#product .mz-figure {
    max-width: 600px !important;
    max-height: 600px !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
}

/* .slider-img-large img {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
    max-height: 620px !important;
    object-fit: cover;
} */


.slider-img-large picture {
    display: flex;
    justify-content: center;
}

.slider--vertical {
    padding-left: 20px;
    padding-right: 20px;
}

.slider--vertical .slick-slide {
    margin-right: 5px;
}

.slider--vertical .slick-list {
    margin-right: -5px;
}

.alertMessage {
    border-color: #19005b;
}

.product-tabs h3 {
    font-size: 18px;
    color: #19005b;
    margin-bottom: 20px;
    font-weight: 600;
}

.faqContent {
    color: #19005b;
}

h4.question {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}

.answer p {
    font-weight: 400;
}

.faqContent hr {
    margin: 15px 0;
}

.specification-content .table-responsive {
    text-align: left;
    width: 100%;
    display: block;
}

.specification-content .table-responsive table {
    width: 100%;
    display: block;
}

.specification-content table tbody {
    display: block;
}

.specification-content table tr th {
    padding: 5px;
}

.specification-content table tr td {
    padding: 5px;
    white-space: nowrap;
}

.specification-content table tr td label {
    font-weight: 500;
}

.btn1,
.checkout .btn {
    background-color: #33009C !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    font-size: 12px;
}

body .bpa-button {
    background-color: #33009C !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    font-size: 12px;
}

.product-cart-image img {
    width: 60px;
}

/*
    Form style
*/

.field {
    position: relative;
}

.fieldInput {
    width: 100%;
    padding: 12px 8px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.fieldLabel {
    position: absolute;
    left: 8px;
    top: 20px;
    font-size: 16px;
    background: white;
    color: #718096;
    padding: 0 4px;
    transition: 0.3s ease all;
    pointer-events: none;
    line-height: 1;
}

.fieldInput:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    border-width: 1px;
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
    box-shadow: 0 0 0 1px #a0aec0, 0 0 0 3px #edf2f7;
}

.fieldInput:focus {
    padding: 1.4rem .75rem .4rem;
}

.fieldInput:focus+.fieldLabel,
.fieldInput:not(:placeholder-shown)+.fieldLabel {
    top: 8px;
    font-size: 12px;
    color: #718096;
}

.faqFormWrap {
    width: 100%;
}

.field-group {
    margin-bottom: 20px;
}

.field-group {
    display: grid;
    grid-gap: 20px;
}

.form-field input {
    border: solid 1px #ddd;
    border-radius: 4px;
    padding: .9rem .75rem;
    width: 100%;
    display: block;
    font-size: 16px;
}

.form-field textarea {
    border: solid 1px #ddd;
    padding: .9rem .75rem;
    width: 100%;
    display: block;
    resize: none;
    min-height: 100px
}

.form-field.two-field {
    grid-gap: 20px;
}

.submit-field .btn {
    background-color: var(--base-color);
    color: var(--white);
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 20px;
    max-width: 200px;
    width: 100%;
}

.groupfaq h3 {
    font-size: 18px;
    color: #19005b;
    margin-bottom: 20px;
    font-weight: 600;
}

.askquestion-wrap {
    border: solid 1px #ddd;
    padding: 20px;
    margin-bottom: 30px;
}

.askquestion-btn {
    border: none;
    border-radius: 0;
    background: #e31914;
    padding: 12px 10px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 600;
    display: block;
}

.askquestion-form {
    display: none;
    padding: 20px 0;
}

.askquestion-form.active {
    display: block;
}

.askquestion-form input {
    border: solid 1px #eee;
    padding: 10px;
    font-size: 16px;
}

.askquestion-form button[type="submit"] {
    border: none;
    border-radius: 0;
    background: var(--base-color);
    padding: 12px 10px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 600;
    display: block;
}



.subcategory-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    max-width: 100%;
    margin: 0 auto;
}

.subcategory-icon-container {
    width: 180px;
    position: relative;
    margin: 15px;
    height: 180px;
}

.subcategory-icon {
    width: 180px;
    display: block;
    /* border: 2px solid #ddd; */
    position: absolute;
    height: 180px
}

.subcategory-name {
    position: absolute;
    bottom: -26px;
    left: 0;
    height: 100%;
    align-items: flex-end;
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    padding-bottom: 3px;
    /* color: #ff924f; */
    /* font-weight: bold; */
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}

.default-page h1,
.default-page h2,
.default-page h3,
.default-page h4{
    margin: 15px 0;
}
.default-page h1 {
    font-size: 1.8rem;
}

.default-page h2 {
    font-size: 1.5rem;
}

.default-page h3 {
    font-size: 1.2rem;
}

.default-page h4 {
    font-size: 1.0rem;
}

.default-page ul li {
    list-style-type: disc;
    list-style-position: inside;
}

.default-page ol li {
    list-style-type: decimal;
    list-style-position: inside;
}

.sitemap-wrap {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 50px;
}

.sitemap-wrap h3{
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
}

.sitemap-box ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-gap: 10px;
}

.sitemap-box ul li {
    position: relative;
}

.blog-container .blog-posts-grid {
    grid-template-columns:100%;
    gap: 1rem;
}

.blog-container .blog-post-filter-container{
    flex-direction: column;
    gap: 10px;
}

/* Media Query */

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }

    .cgrid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .cargo-blog__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .brandscats-box-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .card-wrap {
        flex-wrap: nowrap;
    }

    .cardImage {
        width: 200px;
    }

    .CardContent {
        margin-top: 0;
        width: calc(100% - 200px);
    }

    /* .CardContentInner {
        margin-left: auto;
        max-width: 300px;
    } */

    .bulkwrap {
        margin-left: auto;
        max-width: 300px;
    }

    .addCartbutton-wrap {
        display: flex;
        justify-content: end;
        max-width: 200px;
        margin-left: auto;
        width: 100%;
    }

    .search-product-list .CardContent {
        padding-left: 0;
    }

    .single-detail-outer {
        grid-template-columns: 48% 51%;
        align-items: start;
    }

    .product-right-wrap {
        max-width: 70%;
        display: flex;
        flex-direction: column;
        justify-content: end;
        margin-left: auto;
    }

    .sitemap-box ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-container .blog-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }

    .main-logo {
        width: 20%;
    }

    .topHeader {
        justify-content: space-between;
    }

    .right-side-icon {
        width: fit-content;
    }

    .allLoginIcon {
        font-size: 12px;
    }

    .allLoginIcon a img {
        height: 34px;
    }

    .search-category-list {
        width: 18%;
    }

    .active-search-list {
        width: 79%;
    }

    .bottom-footer .footer-top {
        grid-template-columns: repeat(3, 1fr);
    }

    .cargo-blog__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .slide-hero-image img {
        /* max-height: 315px; */
        max-height: 690px;
        max-width: 1860px;

    }

    .brandscats-box-wrap {
        grid-template-columns: repeat(4, 1fr);
    }

    .home-hero-item {
        grid-template-columns: repeat(3, 1fr);
    }

    .best-price-row:after {
        display: block;
    }

    .faqFormWrap {
        max-width: 800px;
    }

    .field-group.two-field {
        grid-template-columns: repeat(2, 1fr);
    }

    .subcategory-icon-container {
        width: 165px;
        height: 165px;
    }

    .subcategory-icon {
        width: 165px;
        height: 165px;
    }

    .subcategory-name {
        font-size: 14px;
    }

    .sitemap-box ul {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .sitemap-box ul {
        grid-template-columns: repeat(4, 1fr);
    }

    .blog-container .blog-post-filter-container{
        flex-direction: row;
    }

    .cart-count {
        width: 20px;
        height: 20px;
        font-size: 15px;
    }

}

@media (min-width: 1024px) {
    .lg\:flex {
        display: flex;
    }

    .main-logo {
        width: 45%;
    }

    .phoneNum {
        font-size: 25px;
    }

    .custom-search {
        position: static;
        transform: none;
        padding: 0 30px;
        display: block;
    }

    .allLoginIcon {
        display: flex;
        position: static;
        max-width: 100%;
        width: 100%;
        border: none;
        box-shadow: none;
    }

    .allLoginIcon a {
        color: var(--black);
    }

    .allLoginIcon a img {
        display: block;
    }

    .allLoginIcon a.cart-icon-count{
        display: flex;
    }

    .main-menu {
        background-color: var(--base-color);
    }

    .main-menu>.menu:hover:after {
        display: none;
    }

    .main-menu>.menu>.menu-body {
        width: 100%;
        left: 0;
        max-width: 1940px;
        right: 0;
        margin: 0 auto;
    }

    .main-menu>:hover {
        background-color: transparent;
    }

    .main-menu>.menu>.menu-title a,
    .main-menu>.menu>.menu-title {
        color: var(--white);
        font-weight: 600;
        text-align: center;
    }

    .main-menu>.menu>.menu-title svg {
        fill: var(--white);
    }

    .main-menu>.menu>.menu-title a:hover,
    .main-menu>.menu>.menu-title:hover {
        color: var(--primary-color);
    }

    .main-menu>.menu>.menu-title:hover svg {
        fill: var(--primary-color);
    }

    .main-menu>.menu>.menu-body {
        background-color: #002496;
        border-radius: 0;
        margin-top: 0;
    }

    .main-menu>.menu:hover .menu-body,
    .main-menu>.menu:hover .menu-body a {
        color: var(--white);
    }

    .main-menu>.menu>.menu-body>.mega-menu .menu-body .mega-menu {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .main-menu>.menu>.menu-body>.mega-menu .menu-body .mega-menu>a {
        position: relative;
    }

    .main-menu>.menu>.menu-body>.mega-menu picture.imageTag {
        position: relative;
        padding-top: 25px;
        display: block;
    }

    .main-menu>.menu>.menu-body>.mega-menu picture.imageTag::after {
        position: absolute;
        content: attr(data-title);
        top: 0;
        left: 0;
        color: var(--white);
        font-family: var(--global-font);
    }

    .main-menu>.menu>.menu-body .mega-menu>.menu>.menu-body {
        margin-left: 0;
    }

    .main-menu>.menu>.menu-body .mega-menu>.menu>.menu-title {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: solid 1px var(--white);
    }

    .main-menu>.menu>.menu-body .mega-menu {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 20px;
    }

    .main-menu>.menu>.menu-body .mega-menu p {
        grid-column: 1 / -1;
        background-color: var(--white);
        color: var(--black);
        padding: 5px;
        font-size: 18px;
        text-align: center;
    }

    .bottom-footer .footer-top {
        grid-template-columns: repeat(4, 1fr);
    }

    .copyright-wrap .container {
        justify-content: flex-end;
    }

    .lg\:gap-y-7 {
        row-gap: 4.5rem;
    }

    .product-listing {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 40px;
        grid-row-gap: 80px;
    }

    .blog-container .blog-posts-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    .cgrid-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .home-hero-banner-inner {
        width: 100%;
    }

    .home-hero-item {
        width: 30%;
        grid-template-columns: repeat(3, 1fr);
    }

    .home-hero-item img {
        height: 150px;
    }

    .single-detail-outer {
        grid-template-columns: 33% 66%;
    }

    .product-middle-wrap {
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .product-right {
        flex-wrap: nowrap;
        flex-direction: row;
        gap: 4rem;
    }

    .detailBtnWrap{
        gap: 33px;
    }

    .product-right .addCartbutton-wrap .addCartbutton{
        width: 200px;
    }

    .price-qty-wrap{
        text-align: center;
    }

    .single-product-details {
        max-width: 1100px;
        width: 100%;
    }

}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }

    .main-logo {
        width: 20%;
    }

    .cartBtn.moreInfo {
        margin-left: auto;
    }

    .qtyAndBtnWrap {
        flex-direction: unset;
        flex-wrap: wrap;
        width: auto;
        justify-content: end;
    }

}

@media (min-width: 1600px) {
    .container {
        max-width: 1500px;
    }

    .blog-container{
        max-width: 1566px !important;
    }
}

@media (min-width: 1900px) {
    .container {
        max-width: 1900px;
    }

    .main-logo {
        width: 24%;
    }
}

/* 
@media screen and (max-width: 369px) {
    .subcategory-icon-container {
        width: 140px;
        height: 140px;
    }

    .subcategory-icon {
        width: 140px;
        height: 140px;
    }

    .subcategory-name {
        font-size: 12px;
    }
} */


