/* -------------- Home page -------------*/
/*body {*/
/*    background-color: var(--white) !important;*/
/*}*/
/*.hero-title{*/
/*    color: var(--white);*/
/*    font-family: var(--roboto-bold);*/
/*    font-size: 36px;*/
/*    font-weight: 900;*/
/*    letter-spacing: 2.25px;*/
/*    line-height: 42px;*/
/*    text-align: right;*/
/*    text-transform: uppercase;*/
/*}*/
/*.cms-home .columns  {*/
/*    width: 100%;*/
/*    max-width: 100%;*/
/*    padding: 0;*/
/*}*/
/*.hero-content{*/
/*    color: var(--white);*/
/*    font-family: var(--roboto-regular);*/
/*    font-size: 18px;*/
/*    font-weight: 600;*/
/*    letter-spacing: 1.13px;*/
/*    line-height: 21px;*/
/*    text-align: right;*/
/*    padding-top: 20px;*/
/*    padding-bottom: 30px;*/
/*}*/
/*.hero-button{*/
/*    color: var(--white);*/
/*    text-align: right;*/
/*    font-family: var(--roboto-regular);*/
/*    padding: 10px 30px;*/
/*    border: 2px solid var(--white);*/
/*    border-radius: 5px;*/
/*    font-size: 13px;*/
/*    font-weight: 700;*/
/*    letter-spacing: 1.5px;*/
/*    float: right;*/
/*    clear: both;*/
/*    text-transform: uppercase;*/
/*}*/
/*.hero-button:hover{*/
/*    background-color: var(--hover-link-color);*/
/*    color: var(--white);*/
/*    border-color:var(--hover-link-color);*/
/*}*/
/*.hero-filter{*/
/*    max-width: 360px;*/
/*    height: 380px;*/
/*    background-color: var(--white);*/
/*    border-radius: 5px;*/
/*}*/
/*.filter-content{*/
/*    color: var(--black);*/
/*    font-family: var(--roboto-bold);*/
/*    font-size: 22px;*/
/*    font-weight: 900;*/
/*    letter-spacing: 1.38px;*/
/*    line-height: 28px;*/
/*    text-transform: uppercase;*/
/*    margin-top: 20px;*/
/*    text-align: left;*/
/*}*/
/*.hero-title-button{*/
/*    justify-content: flex-end;*/
/*}*/
.category-boxes{
    max-width: 440px;
    height: 240px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
    width: 32%;
}
.category-boxes:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.categories-section .pagebuilder-column-group{
    justify-content: space-between;
}
.category-image img{
    float: right;
    align-items: center;
    vertical-align: middle;
    margin: 0;
    padding-right: 50px;
}
.services-subtitle-home{
    color: var(--secondary-font-color);
    font-family: var(--roboto-regular);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 18px;
    text-align: center;
    padding-bottom: 25px;
}
.services-title{
    color:var(--black);
    font-family: var(--roboto-bold);
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 2.63px;
    line-height: 49px;
    text-align: center;
    padding-bottom: 25px;
}
.services-content{
    color: var(--grey-font-color);
    font-family: var(--roboto-regular);
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 26px;
    text-align: center;
    padding-bottom: 25px;
}
.services-section{
    max-width: 880px;
    margin: 0 auto;
}
.services-images{
    max-width: 320px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%23DEDEDEFF' stroke-width='5' stroke-dasharray='11%2c 11' stroke-dashoffset='100' stroke-linecap='butt'/%3e%3c/svg%3e");
    border-radius: 4px;
    height: 223px;
}
.services-button a{
    background-color: var(--link-color);
    color: var(--white);
    height: 40px;
    width: 210px;
    text-align: center;
    font-family: var(--roboto-bold);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.5px;
    line-height: 15px;
}
.home-service-section .row-full-width-inner{
    max-width: 1380px !important;
    margin: 0 auto;
}
.home-service-section .pagebuilder-column-group{
   justify-content: space-between;
}
.services-images img{
    margin: 0 auto;
    padding-bottom: 25px;
    height: 225px;
}
.services-box-content{
    color: var(--black);
    font-family: var(--roboto-regular);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.75px;
    line-height: 16px;
    text-align: center;
}
.provide-title{
    font-family: var(--roboto-bold);
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 2.5px;
    line-height: 24px;
    text-align: center;
    color: var(--white);
    padding-bottom: 15px;
    z-index: 5;
}
.provide-text{
    color: var(--white);
    font-family: var(--roboto-regular);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 26px;
    text-align: center;
    padding-bottom: 25px;
    max-width: 560px;
    margin: 0 auto;
    z-index: 5;
    min-height: 105px;
}
.provide-read-more{
    padding: 10px 45px;
    text-transform: uppercase;
     color: var(--black);
    font-family: var(--roboto-bold);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 15px;
    text-align: center;
    border-radius: 5px;
    z-index: 5;
    background-color: var(--white);
}
.provide-read-more:hover{
    background-color: var(--link-color);
    color:var(--white);
}
.provide-header-title{
    color: var(--secondary-font-color);
    font-family: var(--roboto-regular);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 18px;
    text-align: center;
    padding: 20px 0;
    z-index: 5;
}
.provide-section-image{
    width: 49% !important;
    border-radius: 3px;
    position: relative;
    height: 452px;
}
.provide-section-image:before{
    content: '';
    display: block;
    height: 100%;
    background-color: var(--black);
    width: 100%;
    position: absolute;
    opacity: .7;
    z-index: 1;
    border-radius: 5px;
}
.provide-services-section,
.categories-section{
    max-width: 1366px;
    margin: 0 auto;
}
.provide-services-section div{
    z-index: 10;
}
.provide-services-section .pagebuilder-column-group{
    justify-content: space-between;
}
.provide-section{
    padding-bottom: 40px;
}
.testimonials-title{
    color: var(--secondary-font-color);
    font-family: var(--roboto-regular);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 18px;
    text-align: center;
    padding-bottom: 30px;
    white-space: nowrap;
}
.testimonial-author{
    color: var(--black);
    font-family:var(--roboto-bold);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.94px;
    line-height: 28px;
    text-align: center;
}
.testimonials-content{
    color: var(--black);
    font-family: var(--roboto-regular);
    font-size: 18px;
    letter-spacing: 1.13px;
    line-height: 28px;
    text-align: center;
    padding-bottom: 30px;
    max-width: 620px;
    margin: 0 auto;
}
.testimonials-row{
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
}
.testimonials-row .pagebuilder-slide-wrapper .pagebuilder-poster-content div {
    overflow: visible !important;
}
.services-button{
    border-radius: 5px;
    padding: 12px 55px;
    background-color: var(--link-color);
    color: var(--white);
    font-family: var(--roboto-regular);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 15px;
    text-align: center;

}
.services-button:hover{
    background-color: var(--hover-link-color);
}
.testimonials-section {
    position: relative;
}
.testimonials-row .pagebuilder-slider .carousel-nav{
    position: absolute;
    --tw-bg-opacity: 1;
     background-color: transparent;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    top: 0;
    padding: 0;
}
.hero-section{
    position: relative;
}
.hero-section div{
   z-index: 10;
}
.hero-section:before{
    content: '';
    display: block;
    height: 100%;
    background-color: var(--black);
    width: 100%;
    position: absolute;
    opacity: .4;
    z-index: 1;
    border-radius: 5px;
}
.read-more-services{
    margin: 46px 0;
}
.provide-title-section{
    padding: 20px 0 24px 0;
}
.social-footer-icons ul li svg path:hover{
    fill:var(--link-color);
}
/* -------------- CMS Pages Design -------------*/
/*.cms-page-view  .return-form {*/
/*    max-width: 1200px;*/
/*    margin: 0 auto;*/

/*}*/
/*.cms-page-view  .hbspt-form form field span,*/
/*.cms-page-view  .hbspt-form form label span{*/
/*    font-family: var(--roboto-semi-bold);*/
/*}*/
/*  .hbspt-form .hs_submit .actions .hs-button{*/
/*    height: 40px;*/
/*    width: 200px;*/
/*    border-radius: 4px;*/
/*    background-color: #FB4143 !important;*/
/*    font-family: var(--roboto-semi-bold);*/
/*    border: none;*/
/*}*/
/*.cms-page-view  .hbspt-form .hs-button:hover{*/
/*    background-color: #E90609;*/
/*}*/
/*.cms-page-view p strong{*/
/*    color: var(--black);*/
/*    font-family:var(--roboto-bold);*/
/*}*/
.shadow-box{
    box-shadow: rgb(0 0 0 / 25%) 0px 5px 15px;
}
/*.cms-page-view  .column.main h3,*/
/* .cms-medium-title {*/
/*     font-size: 24px;*/
/*    font-family: var(--roboto-semi-bold);*/
/*     line-height: 35px;*/
/*     letter-spacing: 0.8px;*/
/* }*/
/*.cms-page-view li,*/
/*.cms-page-view p,*/
/*.cms-p-text {*/
/*    font-size: 16px;*/
/*    line-height: 25px;*/
/*    font-family: var(--roboto-regular) !important;*/
/*    letter-spacing: 0.5px;*/
/*}*/
/*.cms-page-view  .column.main a{*/
/*    color:#FB4143;*/
/*}*/
.warranty-row-section{
    padding: 0 !important;
}
/*.cms-small-title{*/
/*    font-size:22px !important;*/
/*    font-family: var(--roboto-semi-bold);*/
/*    line-height: 30px;*/
/*    letter-spacing: 0.8px;*/
/*}*/
/*.cms-contact-title{*/
/*    font-size: 16px;*/
/*    font-family: var(--roboto-semi-bold);*/
/*    line-height: 30px;*/
/*}*/
/*.cms-button span{*/
/*    color:#fff;*/
/*}*/
/*.cms-button{*/
/*    border-radius: 4px;*/
/*    background-color: #FB4143;*/
/*    color:#fff;*/
/*    font-family: var(--roboto-semi-bold);*/
/*}*/
/*.cms-button:hover{*/
/*    background-color: #E90609;*/
/*}*/
/*.cms-images{*/
/*    margin :0 auto;*/
/*}*/
.testimonials-row .pagebuilder-slider .carousel-nav .glider-prev:hover,
.testimonials-row .pagebuilder-slider .carousel-nav .glider-next:hover{
    fill: #2295FC;
}
.contact-information-section,
.contact-form-page{
    padding:30px;
}
/*.page-main{*/
/*    margin: 0 !important;*/
/*}*/
.message.company-warning{
    display:none;
}
/*.pagebuilder-button-primary {*/
/*    height: 45px;*/
/*    border-radius: 4px;*/
/*    background-color: #2295FC !important;*/
/*    padding-top: 8px !important;*/
/*}*/
/*.pagebuilder-button-primary:hover{*/
/*    background-color: #0065C0 !important;*/
/*}*/
/*.pagebuilder-button-primary span{*/
/*    color: #fff !important;*/
/*    font-family: var(--roboto-semi-bold);*/
/*}*/

/*Homepage Slider */

.hero-section .pagebuilder-slider .hero-section-content {
    max-width: 1280px;
    margin: auto;
    text-align: center;
    padding: 0 20px;
    overflow: visible;
}
.hero-section.home-slider:before {
    z-index: 11;
}
.hero-section.home-slider div {
    z-index: initial;
}
.hero-section.home-slider .carousel-nav  {
    z-index: 12;
}
.hero-section.home-slider .pagebuilder-poster-content [data-element='content'] {
    overflow:  visible;
}
.hero-section.home-slider .carousel-nav {
    background-color: transparent;
    position: absolute;
    left: auto;
    top: -50px;
    transform: none;
    width: 100%;
}
.hero-section.home-slider  .glider-dots .glider-dot {
    background-color: #fff
}
.hero-section.home-slider .glider-next svg,
.hero-section.home-slider .glider-prev svg{
    fill: #fff;
}
.hero-section.home-slider .glider-dots {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.hero-section.home-slider .glider-next ,
.hero-section.home-slider .glider-prev {
    position: absolute;
}
.hero-section.home-slider .glider-next {
    right: 10px;
}
.hero-section.home-slider .glider-prev  {
    left: 10px;
}
.hero-section.home-slider .pagebuilder-poster-content {
    z-index: 13;
    max-width: calc(100% - 100px);
}
.categories-section  .pagebuilder-column-line,
.home-service-section  .pagebuilder-column-line,
.provide-services-section  .pagebuilder-column-line{
    justify-content: space-between;
}
.forgot-password-container {
    padding: 24px;
    box-shadow: rgb(0 0 0 / 25%) 0px 5px 15px;
}
.add-to-cart-listing{
    border: 1px solid #262626;
    border-radius: 4px;
    background-color: #FFFFFF;
    color: #262626;
    max-height: 36px;
}
.add-to-cart-listing svg{
    max-width: 18px;
}
.add-to-cart-listing.is-loading,
.add-to-cart-listing:hover{
    border: 1px solid transparent;
    background-color: #262626;
    color: #ffffff;
}
.swatch-attribute.swatch-layered.condition .absolute {
    display: none;
}
.reset-password-main{
    box-shadow: rgb(0 0 0 / 25%) 0px 5px 15px;
    padding: 30px;
}
.wishlist-index-index .product-item .product-item-actions a {
    color: #000 !important;
}
.safari-browser #header {
    background-image: url('/media/wysiwyg/fd824d39-3b4b-481a-9e6a-f1f3d587a7cd.jpeg') !important;
}
.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 5px 0;
}
.glide * {
    box-sizing: inherit;
}
.glide__track {
    overflow: hidden;
}
.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
}
.glide__slides--dragging {
    user-select: none;
}
.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    text-align: center;
}
.glide__slide a {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.glide__arrows {
    -webkit-touch-callout: none;
    user-select: none;
}
.glide__bullets {
    -webkit-touch-callout: none;
    user-select: none;
}
.glide--rtl {
    direction: rtl;
}
.glide__arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    opacity: 1;
    cursor: pointer;
    transition: opacity 150ms ease,border 300ms ease-in-out;
    transform: translateY(-50%);
    line-height: 1;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background-color: #f3f3f3;
    text-align: center;
}
.glide__arrow:focus {
    outline: none;
}
.glide__arrow:hover {
    border-color: white;
}
.glide__arrow--left {
    left: 0;
}
.glide__arrow--right {
    right: 0;
}
.glide__arrow svg {
    margin: auto;
    width: 35px;
    height: 28px;
    fill: #333333;
}
.glide__arrow:hover {
    background-color: #333333;
}
.glide__arrow:hover svg {
    fill: #ffffff;
}
.glide__track,
.glide__track .glide__slides {
    overflow: visible;
}
.glide__arrow--disabled {
    opacity: 0.33;
}
.glide__bullets {
    position: absolute;
    z-index: 2;
    bottom: 2em;
    left: 50%;
    display: inline-flex;
    list-style: none;
    transform: translateX(-50%);
}
.glide__bullet {
    background-color: rgba(255, 255, 255, 0.5);
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    line-height: 0;
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
    margin: 0 0.25em;
}
.glide__bullet:focus {
    outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
    background-color: white;
}
.glide--swipeable {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.glide--dragging {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
div#glide-popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 11112;
    text-align: center;
}
div#glide-popup.open {
    display: block;
}
/* Modal Content */
.glide-container {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: auto;
    position: relative;
    text-align: center;
    display: inline-block;
}
div#glide-popup.open.video iframe,
div#glide-popup.open.image img {
    display: block;
}
div#glide-popup.open.image iframe,
div#glide-popup.open.video img {
    display: none;
}
#glide-popup span.close {
    position: absolute;
    top: -40px;
    right: 5px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}
.glide__slide img {
    width: 100%;
    object-fit: contain;
    max-height: 300px;
    max-width: calc(100% - 25px);
    margin: auto;
    padding: 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    transition: ease-in-out 200ms;
    aspect-ratio: 418/235;
}
.glide__slide img:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    transform: scale(1.02);
}
.glide-container iframe {
    width: 90vw;
    height: auto;
    aspect-ratio: 16/9;
    max-width: 1440px;
}
body .column.main .glide__slides .glide__slide a {
    font-family: var(--roboto-bold)!important;
    font-size: 18px!important;
    color: #3a3a3a;
    display: inline-block;
    width: calc(100% - 25px);
    margin: 15px auto 30px;
    text-align: left;
}
@media screen and (max-width: 800px) {
    body .column.main .glide__slides .glide__slide a {
        font-size: 12px!important;
        line-height: 16px;
    }
}
/* -------------- Tablet Design -------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
    /*.home-service-section .services-images {*/
    /*    flex-basis: 45%;*/
    /*    margin: 10px;*/
    /*}*/
    /*.home-service-section .pagebuilder-column-group{*/
    /*    display: flex;*/
    /*    flex-wrap: wrap;*/
    /*    justify-content: center;*/

    /*}*/
    /*.category-boxes{*/
    /*    width: 32% !important;*/
    /*    height: 150px;*/
    /*}*/
    .category-boxes.cat-acer{
        background-image: url('/media/wysiwyg/Bitmap_13_.png');
    }
    .category-boxes.cat-asus{
        background-image: url('/media/wysiwyg/Bitmap_14_.png');
    }
    .category-boxes.cat-dell{
        background-image: url('/media/wysiwyg/Bitmap_15_.png');
    }
    .category-boxes.cat-hp{
        background-image: url('/media/wysiwyg/Bitmap_16_.png');
    }
    .category-boxes.cat-lenovo{
        background-image: url('/media/wysiwyg/Bitmap_17_.png');
    }
    .category-boxes.cat-samsung{
        background-image: url('/media/wysiwyg/Bitmap_18_.png');
    }
    .category-image img {
        padding-right: 10px;
        width: 45%;
    }
   .hero-section-content{
      padding-right: 20px;
   }
    .categories-section-2{
        padding-bottom: 20px;
    }
    .provide-text{
        min-height:160px;
    }
    /*.sidebar-main .block-title,*/
    /*.filter-content-main-title{*/
    /*    display:none;*/
    /*}*/
}

/* -------------- Mobile Design -------------*/


@media only screen and (max-width: 768px) {
    .glide__slide img {
        aspect-ratio: 418/418;
    }
    .category-boxes{
        width: 100%;
        padding: 0;
        max-height: 100px;
        margin-bottom: 10px;
        max-width: 100%;
        background-position:20px !important;
    }
    .categories-section {
        padding: 0 !important;
        margin-bottom: 0 !important;
    }
    .categories-section div{
        justify-content: space-around;
    }
    .services-section{
       padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 10px;
    }
    .services-images{
        max-width: 100%;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-around !important;
        height: 85px;
        margin-bottom: 10px;
    }
    .services-box-content{
        max-width: 175px;
        text-align: left;
    }
    .services-images img{
        padding-bottom: 0;
    }
    .services-title{
        font-size: 30px;
        letter-spacing: 1.88px;
        line-height: 35px;
        text-align: center
    }
    .services-subtitle-home{
        font-size: 13px;
    }
    .provide-services-section{
        padding: 0 !important;
    }
    .provide-section-image{
        height: 342px;
        margin-bottom: 10px;
    }
    .testimonials-row{
        padding: 0;
    }
    .provide-section{
        padding-bottom: 50px;
        max-width: 280px;
        margin: 0 auto;
    }
    .hero-title,
    .hero-content{
        text-align: center;
    }
   .services-images{
       background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23DDDDDDFF' stroke-width='4' stroke-dasharray='11%2c 13' stroke-dashoffset='13' stroke-linecap='square'/%3e%3c/svg%3e");
   }
   .hero-button{
       float: unset;
   }
    .categories-section-2{
        padding-bottom: 20px !important;
    }
    .warranty-section{
        margin-left:0 !important;
        margin-right:0 !important ;
        margin-bottom:20px;
    }
    .cms-page-view [data-content-type='row'][data-appearance='contained']{
        padding-right:0;
        padding-left:0;
    }
    .cms-small-title {
        font-size: 16px !important;
    }
    .cms-column-sections{
        padding: 20px !important;
    }
    .hero-section-content{
        padding-bottom: 150px;
    }
    .categories-section .pagebuilder-column-line,
    .home-service-section .pagebuilder-column-line,
    .provide-services-section .pagebuilder-column-line{
        flex-direction: column;
    }
    .provide-section-image{
        width: 100% !important;
        min-height: 342px ;
    }
    .services-images{
        min-height:82px;
    }
    .category-boxes {
        width: 100% !important;
    }
    .category-boxes {
        width: 100% !important;
        min-height: 100px;
    }
    .add-to-cart-listing{
        max-height: 35px;
        max-width: 130px;
        font-size: 13px;
    }
    .add-to-cart-listing svg{
        min-width: 15px;
    }
    .footer-container .pagebuilder-column-group .pagebuilder-column-line {
        flex-wrap: wrap !important;
    }
    .footer-container .pagebuilder-column {
        width: 100% !important;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1500px){
    /*.category-image img{*/
    /*    padding-right: 10px !important;*/
    /*}*/
    .category-boxes{
        max-height:220px;
    }
}
@media only screen and (min-width: 1025px){
    /*.categories-section .pagebuilder-column-line {*/
    /*    gap: 25px;*/
    /*}*/
    /*.product-info-main .flex.flex-wrap.flex-col.lg\:flex-row.order-first.w-full {*/
    /*    gap: 15px;*/
    /*    flex-wrap: nowrap !important;*/
    /*}*/
}
@media only screen and (max-width: 1380px) and (min-width: 1024px){
    /*.submenu-level-4{*/
    /*    max-width: 750px !important;*/
    /*}*/
    /*.submenu-level-4:hover{*/
    /*    max-width: 750px  !important;*/
    /*}*/
    /*.main-desktop-menu .level-0 .submenu-level-4 .level-1 .level-1 {*/
    /*    padding: 0 !important;*/
    /*}*/
}
