.main-banner-group{
    padding-left: 5%;
    padding-right: 5%;
}
.main-banner-group .main-banner-col .first-col .banner-contents .explore-but a,
.main-banner-group .main-banner-col .sec-col .sec_col_content .shop-now-but a{
    padding: 13px 25px;
}
/* first column */
.main-banner-group .main-banner-col .first-col .banner-contents .explore-but:hover a,
.main-banner-group .main-banner-col .sec-col .sec_col_content .shop-now-but:hover a{
    background: #C81786!important;
}
.main-banner-group .main-banner-col .first-col .small-title{
    border: 10px solid;
    border: 10px solid;
    border-width: 4px;
    border-image-source: linear-gradient(90deg, #32BDEE 0%, #C81786 100%);
    padding: 8px 15px;
    border-image-slice: 1;
    display: inline-block;
}
.main-banner-group .main-banner-col .first-col .banner-contents {
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
}
/* sec column */
.main-banner-group .main-banner-col .sec-col .sec_col_content{
    margin-top: -16.5em;
}
.main-banner-group .main-banner-col .sec-col .discount-box{
    top: 198px;
    left: 22%;
    display: inline-block;
    padding: 6px 15px;
    width: 60%;
}
.main-banner-group .main-banner-col .sec-col .discount-box p{
    margin-bottom: 0px;
  }
/* third column */
.main-banner-group .main-banner-col .third-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.main-banner-group .main-banner-col .third-banner-up{
    background-color: #F2F6FE;
    padding: 25px 10px;
    max-height: 381px;
    overflow: hidden;
}
.main-banner-group .main-banner-col .third-banner-bottom{
    padding: 25px 10px;
    overflow: hidden;
    max-height: 153px;
}
.main-banner-group .main-banner-col .third-banner-up .third-col-img img{
    height: 140px;
    width: 100%;
    object-fit: contain;
}
.main-banner-group .main-banner-col .third-banner-up p a{
    text-decoration: none !important;
}
.main-banner-group .main-banner-col .third-col .progress {
    height: 5px;
    border-radius: 4px;
    background: #DCDDE2;
    margin: 10px 0;
}
.main-banner-group .main-banner-col .third-col .third-banner-up .stock-info .wp-block-group__inner-container{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 5px;
}
/* category section */
.category-sec .custom-product-cat ul.products li.product-category {
    position: relative;
    overflow: hidden;
  }
.category-sec .custom-product-cat ul.products li.product {
    padding: 0px;
    border: unset;
    margin: 0px!important;
    border-radius: 0!important;
    box-shadow: unset;
}
.category-sec .custom-product-cat li.product-category .count {
    display: none;
}
.custom-product-cat {
    width: 123vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.category-sec .custom-product-cat ul.products li.product a img {
    width: 340px;
    margin: 0;
    border-radius: 0;
    height: 400px;
}
.category-sec .custom-product-cat .product-category h2{
    font-size: 20px!important;
    font-weight: 600!important;
    position: absolute;
    bottom: 63px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    color: #fff;
}
.category-sec .custom-product-cat ul.products li.product-category::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.5;
    z-index: 1;
    transition: opacity 0.3s ease-in-out
}
  .category-sec .custom-product-cat ul.products li.product-category:hover::before {
    border: 12px solid hsla(43, 100%, 27%, 1);
}
  #category-section .category-name-btn, #category-section .item:hover .category-button{
    display: block;
    text-align: center;
    color: #ffffff;
}
  .custom-product-cat ul.products li.product-category::after {
    content: 'DISCOVER NOW';
    position: absolute;
    bottom: 166px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #32BDEE 0%, #C81786 100%) 0% 0% no-repeat padding-box;
    padding: 13px 22px;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    font-size: 15px;
    pointer-events: none;
    z-index: 3;
    opacity: 0;
}
.custom-product-cat ul.products li.product-category:hover::after {
    opacity: 1;
    pointer-events: auto;
}
.custom-product-cat ul.products li.product-category:hover h2.woocommerce-loop-category__title {
    bottom: 245px;
}
.category-sec .custom-product-cat ul.products {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
@media screen and (max-width: 575px){
    .main-banner-group .main-banner-col {
        display: grid!important;
    }
    .third-col .third-banner-bottom .play-remote img {
        width: auto!important;
    }
    .category-sec .custom-product-cat ul.products li.product {
        width: 100%!important;
    }
    .category-sec .custom-product-cat ul.products li.product a img {
        width: 81%!important;
        height: 470px;
        object-fit: fill;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px){
    .category-sec .custom-product-cat ul.products li.product {
        width: 41%!important;
    }
    .category-sec .custom-product-cat ul.products li.product a img {
        width: -webkit-fill-available!important;
    }
}
@media screen and (max-width: 767px){
    .main-banner-group .main-banner-col .first-col .banner-heading{
        font-size: 23px!important;
    }
    .main-banner-group .main-banner-col .first-col .banner-contents {
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
        text-align: center;
        padding: 0 10px;
    }
    .main-banner-group .main-banner-col .first-col .banner-contents .wp-block-buttons{
        justify-content: center;
    }
}
@media screen and (min-width: 576px) and (max-width: 991px){
    .main-banner-group .main-banner-col{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        grid-template-areas:"first first" "second third";
    }
    .main-banner-col .first-col{
        grid-area: first;
    }
    .main-banner-col .sec-col 
    {
        grid-area: second;
    }
    .main-banner-col .third-col{
        grid-area: third;
    }
    .third-col .third-banner-bottom .play-remote img {
        width: auto!important;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .main-banner-group .main-banner-col .first-col .banner-heading{
        font-size: 30px!important;
    }
    .main-banner-group .main-banner-col .first-col .banner-contents {
        left: 5%;
        width: 67%;
    }
    .category-sec .custom-product-cat ul.products li.product {
        width: 28%!important;
    }
    .category-sec .custom-product-cat ul.products li.product a img {
        width: -webkit-fill-available!important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1400px){
    .main-banner-group .main-banner-col .sec-col .discount-box {
        left: 13%;
        width: 82%;
    }
    .category-sec .custom-product-cat ul.products li.product a img {
        width: 232px;
        height: 320px;
        object-fit: fill;
    }
    .main-banner-group .main-banner-col .third-banner-bottom .new_prod_para{
        font-size: 14px!important;
    }
}
