:root {
    --white: #ffffff;
    --mediumskyblue: #2395BA;
    --green: #6AB439;
    --warning: #FFB21D;
    --heading: #000000;
    --textColor: #000000;
    --buttonBg: linear-gradient(to right, #0C8DB4, #6AB439);
    --buttonHover: linear-gradient(to left, #0C8DB4, #6AB439);
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/latest-icons/icomoon.eot?mgx3ty");
    src: url("../fonts/latest-icons/icomoon.eot?mgx3ty#iefix") format("embedded-opentype"), url("../fonts/latest-icons/icomoon.ttf?mgx3ty") format("truetype"), url("../fonts/latest-icons/icomoon.woff?mgx3ty") format("woff"), url("../fonts/latest-icons/icomoon.svg?mgx3ty#icomoon") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

::selection {
    color: var(--white);
    background-color: var(--mediumskyblue);
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
    content: "\e902";
}

.icon-newsletter:before {
    content: "\e903";
}

.icon-exchange:before {
    content: "\e904";
}

.icon-customer-support:before {
    content: "\e905";
}

.icon-fast-delivery:before {
    content: "\e906";
}

.icon-diploma:before {
    content: "\e900";
}

.icon-verify:before {
    content: "\e901";
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

html {
    margin-top: 0 !important;
}

.container {
    max-width: 1440px;
}

body p {
    font-size: 16px;
    line-height: 1.5;
}

body a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

img {
    max-width: 100%;
}

.h2_style {
    font-size: clamp(1.5625rem, 1.2946rem + 1.3393vw, 2.5rem);
    font-weight: 600;
    color: #000;
}

.row-24 {
    margin-right: -12px;
    margin-left: -12px;
}

.row-24 [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}

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

.text-primary {
    color: var(--mediumskyblue) !important;
}

.text-warning {
    color: var(--warning);
}

.grid-wrapper .grid-item .btn-outline-light {
    color: #ffffff;
    border-color: #ffffff;
    background-color: transparent;
    padding: 12px 20px;
    border-radius: 100px;
}

.grid-wrapper .grid-item .btn-outline-light:hover {
    color: #000000;
    border-color: #ffffff;
    background-color: #ffffff;
}

.hero_banner_new .heroSlider {
    position: relative;
    margin-bottom: 0;
}

.heroSlider .hero_banner_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 560px;
}

.heroSlider .hero_banner_content h2 {
    font-size: clamp(2.125rem, 1.6607rem + 2.3214vw, 3.75rem);
    line-height: 80px;
    color: var(--green);
    font-weight: 700;
}

.heroSlider .hero_banner_content p {
    padding: 10px;
    background-color: var(--mediumskyblue);
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 27px;
}

/* .performance_driven::before, .performance_driven::after{ */
/* display:none !important; */
/* } */
/* .performance_driven { */
/* background-image: none !important; */
/* padding: 0 !important; */
/* background-color: #fff !important; */
/* } */
.home .every-need .slick-slider .slick-prev:hover,
.home .every-need .slick-slider .slick-next:hover {
    background: transparent !important;
}

/* .performance_driven .col-lg-6 { */
/* padding: 0; */
/* } */
/* .performance_driven .container { */
/* width: 100% !important; */
/* max-width: 100% !important; */
/* } */
.hero_banner_content .more_content {
    margin-top: 30px;
    column-gap: 24px;
}

.hero_banner_content .more_content h3 {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

#every-need button.slick-prev:hover,
#every-need button.slick-next:hover {
    background: #2395BA !important;
}

#every-need button.slick-prev {
    height: 40px;
    width: 40px;
    border: 2px solid #2395BA;
    left: -40px;
}

#every-need button.slick-next {
    border: 2px solid #2395BA;
    width: 40px;
    height: 40px;
    right: -40px;
}

.hero_banner_content .more_content h3 span {
    font-size: 29px;
    vertical-align: middle;
    margin-right: 10px;
}

.heroSlider ul.slick-dots {
    bottom: 12px;
}

.heroSlider ul.slick-dots li {
    width: auto;
    height: auto;
}

.heroSlider ul.slick-dots button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border: 1px solid transparent;
    border-radius: 50%;
    position: relative;
    background-color: var(--mediumskyblue);
}

.heroSlider ul.slick-dots button::before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: var(--mediumskyblue);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

.heroSlider ul.slick-dots .slick-active button {
    border-color: var(--green);
    background: transparent;
    width: 16px;
    height: 16px;
}

.heroSlider ul.slick-dots .slick-active button::before {
    background-color: var(--green);
    display: block;
}

.hero_banner_new .heroSlider .hero_banner_img .mobile-slide,
.hero_banner_img .tablet-slide,
.hero_banner_img .mobile-landscape-slide {
    display: none;
}

.hero_banner_new .heroSlider .hero_slider_box .hero_banner_img img {
    width: 100%;
}

.support_latest {
    background-color: var(--mediumskyblue);
    padding: 18px 0;
    color: #fff;
}

.support_latest .support_icon span.icon {
    font-size: 46px;
    margin-right: 16px;
}

.support_latest .support_text h3 {
    font-size: 20px;
    line-height: 30px;
}

.support_latest .support_text p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0.1px;
}

.best_categories {
    padding: 40px 0 70px;
}

.best_categories .categories_box {
    position: relative;
    border-radius: 20px;
    box-shadow: 0 0 26px rgba(0 0 0 / 22%);
    text-align: center;
    height: 100%;
    padding: 0px 10px 30px;
    transition: all 0.5s ease-in-out;
}

.best_categories .categories_box img {
    width: auto;
    height: 250px;
    object-fit: contain;
    margin: -50px auto 12px;
    mix-blend-mode: darken;
    transition: all 0.5s ease-in-out;
}

.best_categories .categories_box:hover img {
    transform: scale(1.05);
}

.categories_box .categories_text h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
    margin-bottom: 4px;
}

.categories_box .view-all {
    position: absolute;
    top: calc(100% - 28px);
    left: 50%;
    transform: translateX(-50%);
}

.categories_box .view-all a {
    background: var(--buttonBg);
    min-width: 160px;
    min-height: 46px;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    position: relative;
    transition: background-color 0.5s ease-in-out;
}

.categories_box .view-all a:hover {
    background: var(--buttonHover);
}

.categories_box .view-all a span.icon {
    vertical-align: middle;
}

.categories_box-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.categories_box-wrapper [class*="col"] {
    width: 100%;
    min-width: 230px;
    max-width: calc(16.666% - 0px);
    flex: none;
}

.sub_title {
    /* background-image: url('https://610weblab.in/clarion/wp-content/uploads/2024/10/sub-title-bg.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: table;
    margin: 0 auto 20px;
    color: #fff;
    padding: 5px 40px;
}

.btn {
    min-width: 180px;
    position: relative;
    display: inline-block;
    font-size: clamp(1.0625rem, 1.0089rem + 0.2679vw, 1.25rem);
    color: #fff;
    line-height: normal;
    text-align: center;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 50px;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    box-shadow: none !important;
    outline: none !important;
}

.btn:hover {
    color: inherit;
    border-color: inherit;
    background-color: inherit;
}

.btn *,
.btn:hover * {
    color: inherit;
}

.btn-primary {
    color: #fff !important;
    border-color: transparent !important;
    background: var(--buttonBg);
    transition: background-color 0.5s ease-in-out;
}

.btn-primary:hover {
    background: var(--buttonHover);
}

.btn-light {
    color: #000000;
    border-color: #ffffff;
    background-color: #ffffff;
}

.btn-light:hover {
    color: #ffffff;
    background-color: transparent;
}

.btn-outline-primary,
.add_to_cart_button {
    color: #4D4C4C;
    border-color: #4D4C4C;
    background-color: #ffffff;
}

.btn-outline-primary:hover,
.add_to_cart_button:hover {
    color: #ffffff;
    background-color: #4D4C4C;
    border-color: #4D4C4C;
}

.btn-outline-light {
    color: #ffffff;
    border-color: #ffffff;
    background-color: transparent;
}

.btn-outline-light:hover {
    color: #000000;
    border-color: #ffffff;
    background-color: #ffffff;
}

.out-of-stock-message,
.btn-sm {
    min-width: 130px;
    height: 42px;
    font-size: 15px;
    padding: 8px 20px;
}

.out-of-stock-message {
    font-size: 15px !important;
    cursor: not-allowed;
}

.section-header {
    width: 100%;
    max-width: 980px;
    text-align: center;
    margin: 0 auto 30px;
    padding-bottom: 30px;
}

.section-header h2 {
    font-size: clamp(1.5625rem, 1.2946rem + 1.3393vw, 2.5rem);
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 18px;
}

.width-100 {
    width: 100%;
    max-width: 100%;
}

.slick-track {
    display: flex;
}

.slick-track .slick-slide {
    height: unset;
}

.Seller_Cooler .slick-list {
    margin: 0 -10px;
}


.Seller_Cooler .grid-column {
    position: relative;
    max-width: 340px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #F5F5F5;
    border-radius: 20px;
    padding: 20px 16px;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.Seller_Cooler .grid-column .social-icon {
    position: absolute;
    top: 0px;
    right: -80px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    padding: 18px 10px;
    transition: all 0.5s ease-in-out;
    z-index: 1000;
    background: transparent;
}

/*.Seller_Cooler .grid-column.hide-liters-tag .social-icon {
    background: linear-gradient(to bottom, #6ab439 40%, #ffffff00 100%);
}*/

.Seller_Cooler .grid-column.liters .social-icon {
    right: -100%;
    flex-direction: row;
    column-gap: 10px;
    background: #dbd9d9;
    padding: 20px 25px;
    border-bottom-left-radius: 15px;
}

/*.Seller_Cooler .grid-column .social-icon a,
.social-icon .woosw-btn-icon {
    font-size: clamp(1.5rem, 1.4464rem + 0.2679vw, 1.6875rem);
    color: #000000;
}*/
.Seller_Cooler .slick-prev,
.Seller_Cooler .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    color: transparent;
    outline: none;
    background: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #2395BA;
    border-radius: 100px;
    transition: all 0.4s ease-in-out;
    transform: translateY(-50%);
    z-index: 9;
}

.Seller_Cooler .grid-column .social-icon a,
.social-icon .woosw-btn-icon {
    font-size: 22px;
    color: #000000;
    /* color: #2395ba; */
    background: #ffffff;
    width: 38px;
    height: 38px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 2px solid #ffffff; */
    /* outline: 2px solid #2395ba; */
}

.share-icon img {
    width: 18px;
    /* filter: invert(1); */
}

.Seller_Cooler .grid-column:hover .social-icon {
    right: 0px;
}

.Seller_Cooler .grid-column .liters {
    position: absolute;
    top: 0;
    left: calc(100% - 85px);
    /*transform: translateX(calc(-50% + 110px));*/
    width: 72px;
    height: 76px;
    background: #6AB439;
    font-size: 33px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #fff;
    border-radius: 0px 0px 50px 50px;
    z-index: 999;
}

.grid-column .trending::before,
.grid-column .selling::before {
    content: "Selling Fast";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    width: 100%;
    background: #2395BA;
    text-align: center;
    padding: 4px;
    transform: rotate(-45deg) translate(calc(-50% + 60px), calc(-50% - 50px));
    outline: 2px solid #2395BA;
    border: 2px solid #f5f5f5;
}

.grid-column .trending::before {
    content: "Trending";
    background-color: #F24437;
    outline-color: #F24437;
}

.Seller_Cooler .grid-column .liters h2 {
    font-size: clamp(1.625rem, 1.4821rem + 0.7143vw, 2.125rem);
    font-weight: 600;
    line-height: 1;
}

.Seller_Cooler .grid-column .liters span {
    font-size: clamp(0.875rem, 0.8571rem + 0.0893vw, 0.9375rem);
    font-weight: 400;
}

.Seller_Cooler .grid-column .seller_img img {
    margin: 0 auto 20px;
    width: auto;
    height: 280px;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
    mix-blend-mode: darken;
    object-fit: contain;
}

.Seller_Cooler .grid-column:hover .seller_img img {
    transform: scale(1.06);
}

.Seller_Cooler .grid-column .grid-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.Seller_Cooler .grid-column .grid-info a.title-link {
    color: #000;
}

.Seller_Cooler .grid-column .grid-info .title {
    /* font-weight: 600; */
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

/*body.tax-product_cat .site-main ul.products li.product h2 {
    font-size: 20px;
    color: #000000 !important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px !important;
    margin-bottom: 0px;
}*/

span.woocommerce-review-count {
    color: #000;
    font-weight: 500;
    margin-left: auto;
}

.Seller_Cooler .grid-column .grid-info .user-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px;
}

.Seller_Cooler .grid-column .grid-info .user-col [class*="fa-"],
.customer-rating [class*="fa-"] {
    color: #FFB21D;
}

.Seller_Cooler .grid-column .grid-info .price {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin: 5px 0px;
}

.Seller_Cooler .grid-column .grid-info .price .product-price {
    font-size: 18px;
    text-decoration: line-through;
    color: #ACABAB;
}

.Seller_Cooler .grid-column .grid-info .price .offer {
    font-size: 16px;
    color: #6AB439;
}

.Seller_Cooler .grid-column .grid-info .btns-Groups {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
    margin-top: 8px;
}

.Seller_Cooler .grid-column .grid-info .btns-Groups form.cart,
.Seller_Cooler .grid-column .grid-info .btns-Groups>.btn.btn-outline-primary,
.Seller_Cooler .grid-column .grid-info .btns-Groups>.btn.btn-primary,
.Seller_Cooler .grid-column .grid-info .btns-Groups.out-of-stock-group>.btn.btn-outline-primary,
.Seller_Cooler .grid-column .grid-info .btns-Groups.out-of-stock-group .out-of-stock-message {
    width: 100%;
    max-width: 50%;
}

.Seller_Cooler .grid-column .grid-info .btns-Groups form.cart .btn.btn-outline-primary {
    width: 100%;
}


.grid-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    grid-auto-rows: minmax(100px, auto);
}

.grid-wrapper .grid-1 {
    grid-column: 1;
    grid-row: 1 / 3;
}

.grid-wrapper .grid-4 {
    grid-column: 2 / 4;
}

.grid-wrapper .grid-4 .grid-inner {
    display: table;
    margin-left: auto;
    margin-right: 100px;
}

.grid-wrapper .grid-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 26px;
    border-radius: 20px;
    min-height: 340px;
}

.grid-wrapper .grid-item .title {
    font-size: clamp(2rem, 1.6786rem + 1.6071vw, 3.125rem);
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 10px;
}

.grid-wrapper .grid-item .sub-title {
    font-size: clamp(1.625rem, 1.5536rem + 0.3571vw, 1.875rem);
    font-weight: 400;
}

.grid-wrapper .grid-item .btn-outline-light {
    min-width: 150px;
}

.trustful_Clients {
    padding: 50px 0px;
    margin: 30px 0px 0px;
    background-color: #F3F9FA;
}

.client_logo {
    text-align: center;
    margin-bottom: 0px;
}

.client_logo .slick-track {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 -15px;
}

.client_logo .slick-track .slick-slide {
    margin: 0 15px;
}

.client_logo img {
    max-height: 120px;
    padding: 12px;
    object-fit: contain;
    margin: 0 auto;
    aspect-ratio: 3/2;
}

.innovations-section {
    padding: 50px 0px;
    background-color: #E9F4F6;
}

.innovations-section .nav-pills {
    justify-content: center;
    gap: 28px;
    padding-bottom: 12px;
}

.innovations-section .nav-pills .nav-item .nav-link {
    font-size: 20px;
    color: #2395BA;
    line-height: normal;
    font-weight: 400;
    padding: 8px 24px;
    border-radius: 100px;
    background: transparent;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}

.innovations-section .nav-pills .nav-item .nav-link.active {
    color: #ffffff;
    background: var(--buttonBg);
}

.innovations-section .tab-content p {
    width: 100%;
    max-width: 710px;
    text-align: center;
    margin: 0 auto 15px;
}

.innovations-section .tab-content .tab-inner {
    padding: 25px;
    border-radius: 20px;
    background-color: #ffffff;
    margin-top: 42px;
}

.img_text {
    display: flex;
    flex-direction: column;
    row-gap: 26px;
    margin-top: 32px;
}

.img_text li {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.support_icon .icon img {
    filter: invert(1);
}

.innovations-section .tab-content .tab-pane .img_text li img {
    width: 78px;
    height: 78px;
    padding: 7px;
    object-fit: cover;
    border-radius: 100px;
    background-color: #2395BA;
    z-index: 1;
    margin-top: 0;
}

.innovations-section .tab-content .tab-pane .img-column img {
    margin-top: 0;
    width: auto;
}

.img_text li span {
    width: calc(100% - 40px);
    background-color: #E9F4F6;
    padding: 15px 14px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    border-radius: 0px 100px 100px 0px;
    margin-left: -40px;
    padding-left: 52px;
    box-shadow: rgb(0 0 0 / 20%) 0px 4px 12px;
}

.blog_Slide,
.Solutions-slider {
    position: relative;
}

.blog_Slide .slick-track,
.Solutions-slider .slick-track {
    display: flex;
    margin: 0 -10px;
}

.blog_Slide .slick-track .slick-slide,
.Solutions-slider .slick-track .slick-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    height: unset;
    margin: 0 15px;
}

.industry-mobile-view .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    margin: 5px 0 15px;
}

.industry-mobile-view .col.hidden {
    display: none;
}

.blog_Slide .slick-track .slick-slide {
    text-align: left;
}

.industry-mobile-view .col img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 20px;
}

.Solutions-slider .slick-track .slick-slide img {
    width: 270px;
    height: 240px;
    object-fit: cover;
    border-radius: 20px;
}

.industry-mobile-view .col span,
.Solutions-slider .slick-track .slick-slide span {
    display: block;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    text-align: center;
}

.industry-mobile-view .col span {
    font-size: 14px;
}

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #2395BA;
    border-radius: 100px;
    transition: all 0.4s ease-in-out;
    transform: translateY(-50%);
}

.Seller_Cooler .slick-prev {
    left: -48px;
}

.Seller_Cooler .slick-next {
    right: -48px;
}

.blog_Slide .slick-prev,
.blog_Slide .slick-next,
.Solutions-slider .slick-prev,
.Solutions-slider .slick-next {
    width: 40px;
    height: 40px;
    border: 2px solid #2395BA;
    border-radius: 100px;
    position: absolute;
    top: -40px;
    right: 0;
    left: auto;
    transition: all 0.4s ease-in-out;
}


.slick-prev:hover,
.slick-next:hover {
    background-color: #2395BA;
}

.blog_Slide .slick-prev,
.Solutions-slider .slick-prev {
    right: 80px;
}

.blog_Slide .slick-next,
.Solutions-slider .slick-next {
    right: 30px;
}

.slick-prev:before,
.slick-next:before {
    color: #2395BA;
    line-height: normal;
    transition: all 0.4s ease-in-out;
}

.slick-prev:hover::before,
.slick-next:hover::before {
    color: #ffffff;
}

.blog_Slide .blog_column {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 40px;
    background: #ffffff;
    border: 1px solid #f7f7f7;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    margin-bottom: 40px !important;
    transition: all 0.4s ease-in-out;
}

.blog_Slide .blog_column .blog_feature-img {
    width: 100%;
    overflow: hidden;
}

.blog_Slide .blog_column .blog_feature-img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.blog_Slide .blog_column:hover .blog_feature-img img {
    transform: scale(1.05);
}

.blog_Slide .blog_column .blog_details {
    display: flex;
    flex-direction: column;
    row-gap: 14px;
    padding: 14px 20px;
}

.blog_Slide .blog_column .blog_details .date {
    color: #7B7979;
}

.blog_Slide .blog_column .blog_details .title {
    font-size: clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem);
    line-height: 1.4;
    color: #000;
}

.blog_Slide .blog_column .blog_details .desc {
    display: -webkit-box;
    font-size: clamp(0.9375rem, 0.9196rem + 0.0893vw, 1rem);
    line-height: normal;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog_Slide .blog_column .blog-btn {
    position: absolute;
    bottom: 17px;
    left: 22px;
}

.blog_Slide .blog_column .view-all {
    position: relative;
    font-size: clamp(0.9375rem, 0.9196rem + 0.0893vw, 1rem);
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    padding-right: 28px;
    transition: all 0.3s ease-in-out;
}

.blog_Slide .blog_column .view-all:hover {
    color: #6ab439;
}

.blog_Slide .blog_column .view-all::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    /* background-image: url('https://610weblab.in/clarion/wp-content/uploads/2024/10/green-right-arrow.png'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.4s ease-in-out;
}

.blog_Slide .blog_column .view-all:hover::after {
    transform: translateX(5px);
}

.welcome-section {
    padding: 80px 0px 100px;
    /*background-image: url('https://610weblab.in/clarion/wp-content/uploads/2024/10/bg-rounded-grey.png');*/
    background-size: cover;
    background-position: center;
    margin-top: 39px;
}

.welcome-section .video-wrapper {
    position: relative;
}

.video-frame {
    position: relative;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 45%;
}

.video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 20px;
}

.video-wrapper .custom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    pointer-events: none;
}

.video-wrapper .custom-overlay .fa-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    font-size: 38px;
    color: #0c8db4;
    font-weight: 900;
    background: #fff;
    border-radius: 100px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
    -moz-animation: rippleOne 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    -ms-animation: rippleOne 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    animation: rippleOne 1.4s infinite cubic-bezier(.85, 1, 1, 1);
    overflow: hidden;
}

@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 70px rgba(244, 68, 56, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0)
    }
}

video:paused+#playButton {
    display: block;
}

video:playing+#playButton {
    display: none;
}

.review-wrapper {
    position: relative;
}

.review-wrapper .review-left {
    margin-bottom: 70px;
}

.review-wrapper .review-left .h2_style {
    margin: 10px 0 20px;
}

.review-wrapper .review-left img {
    width: 100%;
    max-width: 180px;
    height: auto;
    object-fit: contain;
    margin-bottom: 15px;
}

.review-items {
    display: flex;
    gap: 30px;
}

.review-items .slick-track {
    margin: 30px 0px;
}

.review-wrapper .review-items .slick-list {
    width: 100%;
}

.review-item {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    min-height: 380px;
    padding: 20px;
    margin: 0 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.review-items .review-item .review-info .review-Author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.review-items .review-item .review-info .review-Author .author {
    width: 72px;
    height: 72px;
}

.review-items .review-item .review-info .review-Author .author img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 5px;
    border-radius: 100px;
    border: 1px solid #2395BA;
}

.review-items .review-item .review-info .review-Author .author-info .review-rating i {
    color: #FFB21D;
}

.review-items .review-item .review-info .review-Author .author-info p {
    font-size: clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem);
    font-weight: 600;
}

.review-items .review-item .review-info .review-desc p {
    color: #5C5B5B;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.review-items .review-item .product-review {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 25px 0 5px;
    border-top: 1px solid #B1B1B1;
    margin-top: 50px;
}

.review-items .review-item .product-review .product-img {
    width: 100px;
    height: 100px;
    background: #E9F4F6;
    padding: 6px;
    border-radius: 6px;
}

.review-items .review-item .product-review .product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: darken;
}

.review-items .review-item .product-review .product-info {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.review-items .review-item .product-review .product-info .product_No {
    font-size: clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem);
    font-weight: 500;
    text-transform: uppercase;
}

.review-items .review-item .product-review .product-info .product_quentity {
    color: #343535;
    font-weight: 500;
    margin-bottom: 3px;
}

.review-items .review-item .product-review .product-info .buy-now {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    border: 1px solid #2395BA;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 3px 15px;
    transition: all 0.5s ease-in-out;
}

.review-items .review-item .product-review .product-info .buy-now:hover {
    color: #ffffff;
    background-color: #2395BA;
}

.review-wrapper .review-items .slick-prev,
.review-wrapper .review-items .slick-next {
    position: absolute;
    width: 40px;
    height: 40px;
    background: transparent;
    top: calc(100% - 80px);
    left: -69%;
    border-radius: 100px;
    border: 1px solid #2395BA;
    transition: all 0.5s ease-in-out;
}

.review-wrapper .review-items .slick-next {
    left: -63%;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
    background-color: #2395BA;
}

.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
    content: "\f053";
    font-size: 19px;
    color: #2395BA;
    transition: all 0.5s ease-in-out;
    font-family: 'FontAwesome' !important;
    position: initial;
    background: none;
    line-height: normal;
    box-shadow: none;
    width: auto;
    height: auto;
}

.slick-slider .slick-next::before {
    content: "\f054";
}

.slick-slider .slick-prev:hover::before,
.slick-slider .slick-next:hover::before {
    color: #ffffff;
}


.support_slider.slick-slider {
    margin-bottom: 0px;
}

.Seller_Cooler.slick-slider {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    margin-bottom: 0px;
}

.Seller_Cooler.slick-slider .slick-dots {
    bottom: -32px;
}


/*.owl-carousel {
    overflow: hidden;
}

.owl-stage-outer {
    overflow: hidden;
}

.owl-stage-outer .owl-stage {
    display: flex;
}*/

.owl-stage-outer .item {
    width: 100%;
    box-sizing: border-box;
}

.slick-slider .slick-dots li button:before {
    font-size: 20px;
}

.slick-slider .slick-dots li.slick-active button:before {
    color: #2395ba;
}

.share-popup {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1000;
}

.share-popup-content {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

span.close-btn i {
    font-size: 20px;
    display: block;
    text-align: center;
    cursor: pointer;
}

a.copy-link {
    background: #000;
}

a.facebook-link {
    background: #3C589A;
}

a.whatsapp-link {
    background: #14a74a;
}

a.telegram-link {
    background: #229ED9;
}

a.instagram-link {
    background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
}

.share-icons a {
    font-size: 18px;
    display: flex;
    margin-top: 8px;
    align-items: center;
    justify-content: center;
    padding: 8px;
    color: #fff;
    border-radius: 3px;
    transition: all 0.4s ease-in-out;
}

.share-icons a:hover {
    opacity: 0.8;
}

section#main-single-product-section .col-lg-6:first-of-type {
    z-index: 1;
}

.btns-Groups.out-of-stock-group {
    align-items: center;
}

.toggle-button {
    cursor: pointer;
}

/*.know-more-text {
    display: flex;
    align-items: center;
    justify-content: center;
}*/

.know-more-text.active {
    display: block;
}

.know-more-text.active button#toggleButton {
    display: none;
}

.know-more-text p,
.know-more-text div#know-more-content {
    margin: 0 !important;
}

.explore-text {
    margin-top: 20px;
}

button#toggleButton {
    padding: 0;
    border: none;
    background: none;
    color: #6AB439;
}

.know-more-text p a {
    color: #6AB439;
}

a.talkButton {
    position: fixed;
    top: 400px;
    left: -70px;
    z-index: 111;
    padding: 10px 15px;
    color: #fff;
    border-radius: 10px 10px 0 0;
    background: #6ab439;
    transform: rotate(90deg);
}

a#rotate {
    vertical-align: top;
    -webkit-transform: rotate(90deg);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 44px;
    min-width: 100px;
    position: fixed;
    border: 1px solid #0c8db4;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 16px;
    bottom: 200px;
    float: right;
    z-index: 1000;
    background: #0c8db4;
    color: #fff;
    right: -70px;
}

.btns-Groups form button.ajax_add_to_cart.loading::after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    top: 10px;
    right: 1em;
    animation: spin 2s linear infinite;
    position: absolute;
}

.btns-Groups form button.ajax_add_to_cart.loading {
    padding-right: 40px;
}

div#whatsapp-chat-widget .wa-widget-send-button,
div#whatsapp-chat-widget .wa-chat-bubble,
div#whatsapp-chat-widget .wa-chat-box.wa-chat-box-visible {
    left: 20px;
}


.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn,
.xoo-wsc-container .xoo-wsc-btn {
    font-size: 15px;
    border-radius: 100px;
}

.xoo-wsc-cart-active .xoo-wsc-header .xoo-wsch-top .xoo-wscb-icon {
    font-size: 24px;
}

.xoo-wsc-cart-active .xoo-wsc-header .xoo-wsch-top .xoo-wscb-count {
    font-size: 12px;
    line-height: 29px;
}

.xoo-wsc-cart-active .xoo-wsc-header .xoo-wsch-top .xoo-wsch-text {
    font-size: 16px;
}


.slick-dots li button {
    width: 14px !important;
    height: 14px !important;
    background-color: #eaeaea !important;
    border-radius: 100px;
    border: 0;
}

.slick-dots li.slick-active button {
    background-color: #0c8db4 !important;
}


.instagram-gallery-feed .instagram-gallery-list {
    margin-bottom: 40px;
}

.instagram-gallery-feed .swiper-pagination,
.instagram-gallery-feed .instagram-gallery__actions {
    display: none;
}

.instagram-gallery-feed .instagram-gallery-list .instagram-gallery-item .instagram-gallery-item__media-wrap {
    border-radius: 14px;
    overflow: hidden;
}

.instagram-gallery-feed .instagram-gallery-list .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #2395ba;
}

.instagram-gallery-feed .swiper-container [class*="swiper-button-"] {
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100px;
    border: 1px solid #2395ba;
    background-color: #fff;
    outline: none;
    box-shadow: none;
    transition: all 0.5s ease-in-out;
}

.instagram-gallery-feed .swiper-container [class*="swiper-button-"]::after {
    font-size: 15px;
    color: #2395ba;
    font-weight: 600;
    transition: all 0.5s ease-in-out;
}

.instagram-gallery-feed .swiper-container [class*="swiper-button-"]:hover {
    background-color: #2395ba;
}

.instagram-gallery-feed .swiper-container [class*="swiper-button-"]:hover::after {
    color: #ffffff;
}

.instagram-gallery-item__icon {
    font-size: clamp(2.5rem, 2.3571rem + 0.7143vw, 3rem);
    color: #fff !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin: 0;
}

.instagram-gallery-item__wrap {
    background-color: transparent;
}


.view-icon-more {
    position: absolute;
    width: 110px;
    height: 110px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: #e9f4f6;
    border-radius: 100px;
    padding: 12px;
}

.view-icon-more .circle {
    width: 50px;
    height: 50px;
    background-color: var(--mediumskyblue);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1024;
}

.view-icon-more .arrow {
    font-size: 20px;
    color: white;
    line-height: 1;
    text-decoration: none;
}

.view-icon-more .text-circle {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100px;
    height: 100px;
}

.view-icon-more text {
    font-size: 8.5px;
    fill: #000;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 500;
}

@keyframes rotateText {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.view-icon-more .text-circle {
    animation: rotateText 10s linear infinite;
}

.video_Bottom {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-end;
    gap: 12rem;
    background-color: #e9f4f6;
    border-radius: 50px;
    padding: 58px 48px 45px;
    margin-top: -90px;
    border: 1px solid #D6D6D6;
}

.video_Bottom .sub_title {
    background: none;
    color: var(--mediumskyblue);
    margin: 0 0 16px;
    border: 1px solid var(--mediumskyblue);
    border-radius: 8px;
    padding: 6px 18px;
}

.video_Bottom h2 {
    font-size: 36px;
    margin-bottom: 18px;
}

.video_Bottom h2 span {
    color: var(--mediumskyblue);
    background: transparent;
    -webkit-text-fill-color: unset;
}

.video_Bottom .btn.btn-primary {
    background: var(--mediumskyblue) !important;
    border: 2px solid var(--mediumskyblue) !important;
    padding: 10px 20px !important;
    margin-top: 25px;
    transition: all 0.5s ease-in-out;
}

.video_Bottom .btn.btn-primary:hover {
    color: var(--mediumskyblue) !important;
    background: transparent !important;
}

.video_Bottom .col-right {
    padding-left: 6rem;
}

.btn.btn-outline-primary {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #4D4C4C !important;
    border-color: #4D4C4C !important;
    background-color: #ffffff !important;
    border-radius: 100px;
}

a.btn.btn-primary.btn-sm {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    border-radius: 100px;
}

.btn.btn-outline-primary:hover {
    color: #fff !important;
    background: #4D4C4C !important;
}

.support_icon {
    display: flex;
}

@media(max-width: 1599px) {
    .Seller_Cooler .slick-prev {
        left: -10px;
    }

    .Seller_Cooler .slick-next {
        right: -10px;
    }

    .video_Bottom {
        gap: 10rem;
    }

    .video_Bottom h2 {
        font-size: 34px;
    }

    .grid-wrapper .grid-item .title {
        font-size: 40px;
    }

    .grid-wrapper .grid-item .sub-title {
        font-size: 25px;
    }

    .section-header h2,
    .h2_style {
        font-size: 38px;
    }

}


@media(max-width: 1499px) {
    .categories_box-wrapper {
        justify-content: center;
    }

    .categories_box-wrapper [class*="col"] {
        width: 100%;
        max-width: calc(25% - 0px);
        margin-bottom: 120px;
    }

    .best_categories {
        padding-bottom: 0px;
        margin-bottom: -58px;
    }

    .review-wrapper .review-items .slick-next {
        left: -61%;
    }

    .trustful_Clients {
        padding: 36px 0px;
    }

    .welcome-section {
        padding: 15px 0px;
    }

    .Solutions-slider .slick-track .slick-slide img {
        max-height: 210px;
    }


    .categories_box-wrapper {
        margin: 0 -20px;
    }

    .categories_box-wrapper [class*="col"] {
        max-width: 218px;
        padding: 0 10px;
        min-width: auto;
    }

    .best_categories .categories_box img {
        height: 170px;
    }

    .categories_box .view-all a {
        min-width: 145px;
        min-height: 44px;
        line-height: 44px;
    }

    .categories_box .categories_text h3 {
        font-size: 15px;
        line-height: normal;
    }

    .video_Bottom {
        gap: 6rem;
    }

}

@media(min-width: 1440px) {
    .Seller_Cooler .grid-column {
        margin: 0px 10px;
    }
}

@media(max-width: 1399px) {
    .Seller_Cooler .grid-column {
        max-width: unset;
        margin: 0px 10px;
    }

    /*.Seller_Cooler .grid-column .liters {
        transform: translateX(calc(-50% + 130px));
    }*/
    .Solutions-slider.slick-slider {
        margin-bottom: 0px;
    }

    .welcome-section .section-header {
        padding-bottom: 0px;
    }

    .video_Bottom {
        gap: 4rem;
    }

}


@media(max-width: 1360px) {
    .categories_box-wrapper {
        justify-content: center;
        margin: 0 auto;
        max-width: calc(100% - 180px);
    }

    .categories_box-wrapper [class*="col"] {
        max-width: calc(33% - 0px);
        padding: 0px 18px;
    }

    .video_Bottom {
        padding: 48px 34px 38px;
    }

    .video_Bottom h2 {
        font-size: 32px;
    }

    .video_Bottom .sub_title {
        font-size: 15px;
    }

    .video_Bottom .btn.btn-primary {
        font-size: 15px !important;
    }

}

@media screen and (min-width:1200px) and (max-width:1680px) {

    .slick-prev,
    .slick-next {
        width: 33px !important;
        height: 33px !important;
    }

    .Seller_Cooler .slick-prev {
        left: -22px;
    }

    .Seller_Cooler .slick-next {
        right: -22px;
    }
}

@media screen and (min-width:1400px) and (max-width:1439px) {
    .Seller_Cooler .col {
        padding: 0 10px !important;
    }
}

@media screen and (min-width:1200px) and (max-width:1440px) {
    .header_search .search-form input {
        line-height: 44px;
        font-size: 15px;
    }

    .header_search .search-form button {
        width: 34px;
        height: 34px;
    }

    .grid-wrapper .grid-item .title {
        font-size: clamp(2rem, 1.6786rem + 1.6071vw, 2rem);
    }

    .grid-wrapper .grid-item .sub-title {
        font-size: clamp(1rem, 1.5536rem + 0.3571vw, 1.5rem);
    }

    .grid-wrapper .grid-item {
        min-height: 240px;
    }

    .grid-wrapper .grid-item .btn {
        padding: 8px 0px;
        font-size: 16px;
    }

    .section-header h2 {
        font-size: clamp(1.5625rem, 1.2946rem + 1.3393vw, 1.8rem);
        margin-bottom: 7px;
    }

    .categories_box .view-all a,
    body p,
    .img_text li span,
    .footer_main_sec .footer_description,
    .footer_main_sec .footer_menu li a {
        font-size: 14px;
    }

    .h2_style {
        font-size: clamp(1.5625rem, 1.2946rem + 1.3393vw, 1.8rem);
        line-height: 1.1;
        margin-bottom: 10px !important;
    }

    .btn {
        /*font-size: clamp(1.0625rem, 1.0089rem + 0.2679vw, 0.5rem) !important; padding: 8px 10px !important; min-width: 150px !important; height: auto !important;*/
    }

    .blog_Slide .blog_column .blog_details .title {
        font-size: clamp(1.125rem, 1.0893rem + 0.1786vw, 0.75rem);
    }

    .blog_Slide .blog_column .blog_details .desc {
        font-size: 14px;
    }

    .innovations-section .nav-pills .nav-item .nav-link {
        font-size: 16px;
    }

    .Seller_Cooler .grid-column .seller_img img {
        height: 220px;
    }

    .Seller_Cooler .grid-column .liters h2 {
        font-size: clamp(1.625rem, 1.4821rem + 0.7143vw, 2rem);
    }

    .Seller_Cooler .grid-column .grid-info .title,
    .Seller_Cooler .grid-column .grid-info .price {
        font-size: 18px;
    }

    .Seller_Cooler .grid-column .grid-info .price {
        font-size: 17px;
    }

    .client_logo img {
        max-height: 95px;
    }

    .Seller_Cooler .grid-column .grid-info {
        row-gap: 0;
    }

    .img_text {
        row-gap: 16px;
    }

    .innovations-section .tab-content .tab-inner {
        padding: 22px;
        margin-top: 24px;
    }

    .Solutions-slider .slick-track .slick-slide img {
        max-height: 200px;
    }

    .review-wrapper .review-left {
        margin-bottom: 50px;
    }

    .review-item {
        min-height: 370px;
    }

    .innovations-section .tab-content .tab-pane .img_text li img {
        width: 68px;
        height: 68px;
    }

    .blog_Slide .blog_column .blog_details {
        row-gap: 8px;
    }

    .review-items .review-item .review-info .review-Author .author {
        width: 62px;
        height: 62px;
    }

    .review-items .review-item .review-info .review-Author .author-info p {
        font-size: 17px;
        font-weight: 500;
    }

    .review-items .review-item .product-review .product-info .product_No {
        font-size: 16px;
    }

    .footer_main_sec .newsletter_latest p {
        font-size: 15px;
    }

    .categories_box-wrapper [class*="col"] {
        margin-bottom: 90px;
    }

    .best_seller_cooler {
        padding-top: 0px;
    }

    .best_categories .categories_box img {
        height: 150px;
    }

    .innovations-section .tab-content .tab-pane .img-column img {
        max-height: 300px !important;
    }

    .best_categories {
        padding: 30px 0 40px;
    }

    .categories_box .view-all a {
        min-width: 130px;
        min-height: 38px;
        line-height: 38px;
    }

    .Seller_Cooler.slick-slider {
        padding-bottom: 15px;
    }

    .section-header {
        margin: 0 auto 20px;
    }

    .header_logo img {
        max-width: 180px;
    }

    .header_outer .header_main {
        padding: 10px 0;
    }

    .header_search .search-form input {
        line-height: 40px;
    }

    .header_main .header_actions .categories_dropdown,
    .header_main .header_actions .categories_dropdown .dropdown-toggle {
        font-size: 14px;
    }

    .header_top {
        padding: 8px 0;
    }

    .header_shop_link {
        font-size: 14px;
    }

    .section.Product_Sec .mb-0.mb-xl-4 {
        margin-bottom: 0rem !important;
    }

    .welcome-section {
        padding: 40px 0px 50px;
    }

    .video-wrapper .custom-overlay .fa-play {
        width: 80px;
        height: 80px;
        font-size: 26px;
    }

    /*.video-frame { padding-bottom: 40%; width: 100%; max-width: 88%; margin: 0 auto; }*/
    .blog_Slide .blog_column .blog_feature-img img {
        height: 210px;
    }

    .Seller_Cooler .grid-column .grid-info .btns-Groups {
        display: grid;
        grid-template-columns: repeat(2, 48%);
        column-gap: 10px;
    }

    .Seller_Cooler .grid-column .grid-info .btns-Groups>* {
        width: 100% !important;
        max-width: 100% !important;
    }

    .Seller_Cooler .grid-column .grid-info .btns-Groups .btn {
        min-width: fit-content !important;
        font-size: 15px !important;
    }

    .blog_Slide .blog_column {
        margin-bottom: 0px;
    }
}

@media(max-width: 1199px) {
    .Seller_Cooler .grid-column {
        margin: 0px;
    }

    .Seller_Cooler .grid-column .seller_img img {
        /* max-height: 320px; */
    }

    .Seller_Cooler .grid-column .grid-info .price {
        font-size: 18px;
    }

    .Seller_Cooler .grid-column .grid-info .btn-sm {
        font-size: 14px;
        /*min-width: 110px;*/
        /* height: auto; */
    }

    .grid-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .grid-wrapper .grid-item {
        grid-column: auto;
        grid-row: auto;
    }

    .grid-wrapper .grid-4 .grid-inner {
        display: block;
    }

    .support_latest {
        padding: 15px 0;
    }

    .support_latest .support_icon span.icon {
        font-size: 42px;
        margin-right: 20px;
    }

    .support_latest .support_text h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .header_search .search-form input {
        line-height: 42px;
    }

    .innovations-section .tab-content .tab-inner {
        padding: 30px;
    }

    .img_text li span {
        font-size: 14px;
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .innovations-section .tab-content .col>img {
        max-height: 380px;
    }

    .review-items .review-item .product-review .product-info .buy-now {
        font-size: 13px;
        padding: 2px 10px;
    }

    .categories_box-wrapper {
        margin-bottom: -50px;
    }

    .Seller_Cooler.slick-slider,
    .Solutions-slider.slick-slider {
        margin-bottom: 0px;
    }

    .Seller_Cooler.slick-slider {
        padding-bottom: 24px;
    }

    .Product_Sec {
        padding: 10px 0px 30px !important;
    }

    .Seller_Cooler .grid-column .liters {
        width: 68px;
        height: 70px;
        /*transform: translateX(calc(-50% + 100px));*/
    }

    .Solutions-slider .slick-track .slick-slide img {
        max-height: 180px;
    }

    /*.out-of-stock-message, .btn-sm {
        min-width: 120px;
    }*/
    .out-of-stock-message,
    .btn-sm {
        /* min-width: fit-content; 
        width: 100%;*/
        max-width: calc(50% - 10px);
        display: block;
    }

    .Seller_Cooler .grid-column .grid-info .btn-sm,
    .Seller_Cooler .grid-column .grid-info form.cart {
        width: 100%;
        max-width: 100%;
    }

    .Seller_Cooler .grid-column .grid-info .btn-sm {
        font-size: 13px !important;
        padding: 8px 10px;
        /* height: auto; */
    }

    .blog_Slide .slick-track .slick-slide,
    .Solutions-slider .slick-track .slick-slide {
        margin: 0px 10px;
    }

    .innovations-section .nav-pills .nav-item .nav-link {
        font-size: 18px;
    }

    .Seller_Cooler .slick-slide {
        margin: 0;
        padding: 0 5px !important;
    }

    .Seller_Cooler .grid-column .grid-info .user-col {
        justify-content: flex-start;
    }

    .multi-box-custom .grid-item.grid-4 .grid-inner {
        z-index: 9;
        position: relative;
    }

    .multi-box-custom .grid-item.grid-4 {
        background-position: left;
        position: relative;
        border-radius: 10px;
    }

    .multi-box-custom .grid-item.grid-4:before {
        position: absolute;
        content: '';
        background: linear-gradient(262deg, rgba(16, 67, 84, 0.00) 1.97%, #2395ba 99.02%);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .video_Bottom h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .video_Bottom .col-right {
        padding-left: 3rem;
    }

    .video_Bottom p {
        font-size: 15px;
    }

    .video_Bottom .sub_title {
        font-size: 14px;
    }

    .section-header h2,
    .h2_style {
        font-size: 30px;
    }

    .categories_box .view-all a {
        min-width: 132px;
        min-height: 40px;
        line-height: 40px;
    }

    .Seller_Cooler .grid-column .liters h2 {
        font-size: 28px;
    }

    .grid-wrapper .grid-item .title {
        font-size: 36px;
    }

    .grid-wrapper .grid-item .sub-title {
        font-size: 22px;
    }

    .grid-wrapper .grid-item .btn-outline-light {
        min-width: 138px;
        line-height: 1;
    }

    .blog_Slide .blog_column .blog_details .title {
        font-size: 17px;
        line-height: 1.3;
    }

    .review-wrapper .review-left .h2_style {
        line-height: 1.4;
    }

    .blog_Slide .blog_column .blog_details .desc {
        font-size: 15px;
    }

    .blog_Slide .blog_column .blog_details .date {
        font-size: 13px;
    }


}

@media(max-width: 1024px) {
    .container {
        width: 95% !important;
    }

    .categories_box-wrapper {
        max-width: 100%;
    }

    .categories_box-wrapper [class*="col"] {
        max-width: calc(33.333% - 0px);
        padding: 0px 10px;
    }

    .Product_Sec {
        padding: 10px 0px 50px !important;
    }

    .Seller_Cooler.slick-slider .slick-dots {
        bottom: -15px;
    }

    .best_categories .categories_box img {
        height: 200px;
    }

    .blog_Sec .blog_Slide.slick-slider {
        margin-bottom: 0px;
    }

    .best_seller_cooler {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .grid-wrapper .grid-item .title {
        font-size: 26px;
    }

    /*.Seller_Cooler .grid-column .liters {
        transform: translateX(calc(-50% + 160px));
    }*/
    /*.Seller_Cooler .grid-column .grid-info .btn-sm, .out-of-stock-message {
        min-width: auto;
        width: 100%;
        max-width: calc(50% - 20px);
    }*/
    .Seller_Cooler .grid-column .grid-info .btns-Groups {
        gap: 5px;
    }

    .Seller_Cooler .grid-column .grid-info {
        gap: 0px;
    }

    .industry-mobile-view .col span,
    .Solutions-slider .slick-track .slick-slide span {
        font-size: 15px;
    }

    .hero_banner_img .tablet-slide {
        display: block;
    }

    .hero_banner_img .desktop-slide {
        display: none;
    }

    .video_Bottom {
        gap: 2rem;
    }

    .video_Bottom .col-right {
        padding-left: 1rem;
    }

    .video_Bottom h2 {
        font-size: 26px;
    }

    .video_Bottom {
        padding: 78px 34px 34px;
    }

    .review-items .review-item .product-review .product-info .product_No {
        font-size: 18px;
    }


}

@media(max-width: 991px) {
    body p {
        font-size: 15px;
    }

    .Seller_Cooler .grid-column .seller_img img {
        width: 100%;
        /* max-height: 280px; */
    }

    .support_latest {
        padding: 15px 0;
    }

    .love-innoveation .nav-link {
        font-size: 13px !important;
    }

    .innovations-section .nav-pills {
        gap: 18px;
    }

    .innovations-section .tab-content .tab-inner {
        padding: 22px;
    }

    .innovations-section .tab-content .tab-inner .img-column .btn.btn-primary {
        display: none;
    }

    .innovations-section .tab-content .tab-inner .img-column {
        order: 1;
        margin-bottom: 20px;
    }

    .innovations-section .tab-content .tab-inner .img-column img {
        max-height: 320px !important;
    }

    .innovations-section .tab-content .tab-inner .first-text-column {
        order: 2;
    }

    .innovations-section .tab-content .tab-inner .second-text-column {
        order: 3;
    }

    .innovations-section .tab-content .tab-inner .second-text-column ul.img_text {
        margin-top: 8px;
    }

    .innovations-section .tab-content .tab-inner .img_text li img {
        width: 72px;
        height: 72px;
    }

    .innovations-section .tab-content .tab-inner .img_text li>span {
        width: 100%;
        font-size: 16px;
    }

    .review-wrapper {
        margin: 30px 0px 0px;
    }

    .review-wrapper .review-items {
        padding-bottom: 20px;
    }

    .review-wrapper .review-items .slick-prev,
    .review-wrapper .review-items .slick-next {
        /*top: calc(100% - 10px);*/
        top: 100%;
        left: calc(50% - 48px);
    }

    .review-wrapper .review-items .slick-next {
        left: calc(50% + 8px);
    }

    .review-item {
        min-height: 375px !important;
    }

    .know-more-text {
        flex-direction: column;
    }

    .review-wrapper .review-left {
        margin-bottom: 0px;
    }

    .Seller_Cooler.slick-slider {
        padding-bottom: 0px !important;
        margin-bottom: 30px;
    }

    .Product_Sec p:last-child {
        margin-bottom: 0px !important;
    }

    .best_categories {
        padding: 50px 0 0;
        margin-bottom: -40px;
    }

    .Solutions-slider .slick-slider {
        margin-bottom: 10px;
    }

    .welcome-section {
        padding: 30px 0px 20px;
    }

    .Solutions-slider.slick-slider {
        margin-bottom: 20px !important;
    }

    .Seller_Cooler.slick-slider .slick-dots {
        bottom: -40px;
    }

    /*.Seller_Cooler .grid-column .liters {
        transform: translateX(calc(-50% + 120px));
    }*/
    div#whatsapp-chat-widget .wa-widget-send-button {
        bottom: 42px !important;
    }

    div#whatsapp-chat-widget .wa-chat-box.wa-chat-box-visible {
        margin-bottom: 132px;
    }

    div#whatsapp-chat-widget .wa-chat-bubble {
        bottom: 60px !important;
    }

    .woocommerce-shop ul.products li.product span.price {
        gap: 5px;
    }

    span.woocommerce-review-count {
        font-size: 14px;
    }

    .support_latest .support_text h3 {
        font-size: 18px;
        line-height: normal;
    }

    .support_latest .support_text p {
        font-size: 14px;
        line-height: 1.4;
    }

    .support_latest .support_icon span.icon {
        font-size: 45px;
        margin-right: 20px;
    }

    .categories_box .view-all a {
        min-width: 140px;
        min-height: 40px;
        line-height: 40px;
        font-size: 15px;
    }

    .categories_box .categories_text h3 {
        font-size: 14px;
        line-height: normal;
    }

    .footer_main_sec .footer_menu li a,
    .footer_main_sec .footer_description {
        font-size: 14px !important;
    }

    .footer_main_sec .newsletter_latest {
        padding: 20px 10px;
    }

    .footer_main_sec .newsletter_latest h2 {
        font-size: 18px;
    }

    .footer_main_sec .newsletter_latest p {
        font-size: 13px;
        line-height: normal;
    }

    .footer_main_sec .newsletter_latest form {
        margin-top: 14px;
    }

    .footer_main_sec .newsletter_latest .wpcf7 .wpcf7-form .input-group {
        max-height: 44px !important;
    }

    .footer_main_sec .newsletter_latest form input.form-control[type="email"] {
        line-height: 44px;
        min-height: 44px;
        font-size: 13px;
    }

    .footer_main_sec .newsletter_latest form input.form-control[type="submit"] {
        width: 54px;
        background-size: 19px;
        background-position: center;
    }

    .video_Bottom {
        margin-top: -60px;
    }

    .video_Bottom {
        gap: 0;
    }

    .video_Bottom p {
        font-size: 14px;
    }

    .video_Bottom .btn.btn-primary {
        font-size: 14px !important;
    }

    .video_Bottom {
        padding: 70px 24px 34px;
    }

    .section-header h2,
    .h2_style {
        font-size: 26px;
    }

    .Seller_Cooler .grid-column .liters h2 {
        font-size: 26px;
    }

    .Seller_Cooler .grid-column .liters span {
        font-size: 13px;
    }

    .grid-wrapper .grid-item .title {
        font-size: 32px;
    }

    .grid-wrapper .grid-item .sub-title {
        font-size: 20px;
    }

    .grid-wrapper .grid-item .btn-outline-light {
        min-width: 128px;
        line-height: 1;
    }

    .grid-wrapper .grid-item {
        min-height: 300px;
    }


}

@media(max-width: 767px) {

    .btn {
        min-width: 160px;
        padding: 8px 10px;
    }

    .h2_style {
        font-size: 26px !important;
        margin-bottom: 10px !important;
    }

    .coloer-button {
        margin-top: 10px;
    }

    a#seeMoreBtn {
        padding: 12px 20px;
        border-radius: 100px;
    }

    /*.hero_banner_new .heroSlider {
        margin-bottom: -5px;
    }*/
    .hero_banner_new .heroSlider .hero_banner_img .desktop-slide {
        display: none;
    }

    .section-header {
        padding-bottom: 12px;
    }

    .hero_banner_new .heroSlider {
        margin-bottom: -1px;
    }

    .Seller_Cooler .grid-column .grid-info .price {
        font-size: 16px;
    }

    .hero_slide h1,
    .hero_slide h2 {
        font-size: 30px !important;
        line-height: 1.4em !important;
    }

    .hero_slide .container {
        max-width: 100% !important;
        padding: 0 20px !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .Seller_Cooler .grid-column .grid-info .btns-Groups {
        flex-wrap: wrap;
        row-gap: 0px;
    }

    .indus-trail .heroInner .trust-service {
        margin-top: 15px !important;
        padding: 10px !important;
    }

    .hero_section .indus-trail .trust-service p {
        padding: 0px !important;
    }

    .hero_section .indus-trail.hero_slide p {
        font-size: 14px !important;
        line-height: 1.6em !important;
        margin: 20px 0 0 !important;
    }

    .hero_section .indus-trail h2 {
        line-height: 1.2em !important;
        font-size: 22px !important;
    }

    .parent-product-categories {
        display: grid;
        column-gap: 38px;
        row-gap: 30px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .parent-product-categories .category h2 a {
        font-size: 15px;
    }

    .grid-wrapper {
        grid-template-columns: auto;
    }

    .blog_Slide .slick-prev,
    .blog_Slide .slick-next {
        top: -22px;
    }

    .Solutions-slider .slick-prev,
    .Solutions-slider .slick-next {
        top: -52px;
    }

    .blog_Slide .slick-prev,
    .Solutions-slider .slick-prev {
        right: 58px;
    }

    .blog_Slide .slick-next,
    .Solutions-slider .slick-next {
        right: 12px;
    }

    .Solutions-slider .slick-track .slick-slide img {
        width: 100%;
    }

    .Solutions-slider .slick-prev,
    .Solutions-slider .slick-next {
        display: none;
    }

    .video-wrapper .custom-overlay .fa-play {
        width: 74px;
        height: 74px;
        font-size: 30px;
    }

    .support_latest .support_icon span.icon {
        font-size: 50px;
        margin-right: 20px;
    }

    .support_latest .support_text h3 {
        font-size: 18px;
    }

    .support_latest .support_text p {
        font-size: 14px;
    }

    .best_categories .categories_box {
        max-width: 300px;
        margin: 0 auto;
    }

    .categories_box-wrapper [class*="col"] {
        max-width: calc(50% - 0px);
        min-width: unset;
        margin-bottom: 100px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .best_categories .categories_box img {
        height: 160px;
    }

    .categories_box .categories_text h3 {
        font-size: 13px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .categories_box .view-all a {
        min-width: 130px;
        font-size: 15px;
    }

    .Seller_Cooler .grid-column .liters {
        width: 65px;
        height: 62px;
        /*transform: translateX(calc(-50% + 100px));*/
    }

    .trustful_Clients {
        padding: 30px 0px;
        margin: 0px 0px;
    }

    .blog_Slide .slick-track,
    .Solutions-slider .slick-track {
        margin: 0;
    }

    .blog_Slide .slick-track .slick-slide,
    .Solutions-slider .slick-track .slick-slide {
        margin: 0 10px;
    }

    .blog_Slide .slick-prev,
    .blog_Slide .slick-next,
    .Solutions-slider .slick-prev,
    .Solutions-slider .slick-next {
        width: 36px;
        height: 36px;
    }

    .slick-slider .slick-prev::before,
    .slick-slider .slick-next::before {
        font-size: 16px;
    }

    .video-frame iframe {
        border-radius: 10px;
    }

    .review-wrapper .review-left {
        text-align: center;
    }

    .review-wrapper .review-left img {
        max-width: 130px;
    }

    .review-wrapper .review-left span {
        font-size: 14px;
    }

    .support_latest {
        padding: 12px 0px;
    }

    .innovations-section .tab-content .tab-inner .img_text li>span {
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 1.3;
        min-height: 52px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .video-frame {
        padding-bottom: 58%;
    }

    .blog_Slide.slick-slider {
        margin-bottom: 0px;
    }

    .innovations-section .tab-content .tab-inner .img_text li img {
        width: 68px;
        height: 68px;
        padding: 5px;
    }

    .review-item {
        min-height: auto !important;
    }

    .review-items .review-item .product-review .product-info .buy-now {
        font-size: 12px;
    }

    /*a.talkButton {
        display: none;
    }*/
    a#rotate {
        font-size: 16px;
        right: -66px;
    }

    .best_categories {
        padding: 36px 0 0;
        margin-bottom: -40px;
    }

    .Seller_Cooler.slick-slider .slick-dots {
        bottom: -35px;
    }

    .single-product .Seller_Cooler.slick-slider .slick-dots {
        bottom: -15px;
    }

    .slick-dots li {
        width: 10px;
        height: 10px;
    }

    .slick-slider .slick-dots li button:before {
        font-size: 13px;
    }

    .section-header {
        margin: 0 0 20px;
    }

    .innovations-section .tab-content .tab-inner {
        margin-top: 24px;
    }

    .industry-mobile-view .col {
        text-align: center;
    }

    .Seller_Cooler.slick-slider {
        margin-bottom: 12px !important;
        padding-bottom: 0px !important;
    }

    .img_text {
        margin: 10px 0px 18px;
    }

    .review-wrapper {
        margin: 10px 0px 10px;
    }

    div#whatsapp-chat-widget .wa-widget-send-button {
        bottom: 42px !important;
    }

    div#whatsapp-chat-widget .wa-chat-box.wa-chat-box-visible {
        margin-bottom: 132px;
    }

    div#whatsapp-chat-widget .wa-chat-bubble {
        bottom: 60px !important;
    }

    .industry-mobile-view .col img {
        width: 100%;
        height: auto;
    }

    .Seller_Cooler .grid-column .grid-info {
        gap: 4px;
    }

    .Seller_Cooler .grid-column .seller_img img {
        height: 200px;
        /*margin: 0 auto !important;*/
    }

    .Seller_Cooler .grid-column .grid-info .title {
        font-size: 16px;
    }

    .Seller_Cooler .grid-column .grid-info .price,
    .Seller_Cooler .grid-column .grid-info .price .offer,
    p {
        font-size: 15px !important;
    }

    .Seller_Cooler .grid-column .grid-info .price .product-price {
        font-size: 13px;
    }

    .Seller_Cooler .grid-column .grid-info .price .offer {
        font-size: 14px !important;
    }

    .Seller_Cooler .grid-column .grid-info .btn-sm,
    .Seller_Cooler .grid-column .grid-info .out-of-stock-message {
        min-width: 100px;
        /* height: auto; */
        font-size: 13px !important;
        padding: 7px 12px !important;
    }

    .blog_Slide .blog_column .blog_feature-img img {
        object-fit: cover;
        height: 300px;
    }

    .woocommerce nav.woocommerce-pagination ul {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        justify-content: center;
    }

    .woocommerce-shop #secondary #widget_custom_html {
        padding: 0;
    }

    .Seller_Cooler .grid-column .grid-info .btn-sm,
    .Seller_Cooler .grid-column .grid-info form.cart,
    .out-of-stock-message {
        max-width: calc(50% - 8px);
    }

    .Seller_Cooler .grid-column .grid-info form.cart>.btn-sm {
        max-width: 100%;
    }

    .Seller_Cooler .slick-list {
        margin: 0px;
    }

    .support_latest .support_text p {
        font-size: 14px !important;
    }

    .support_latest .support_slider .slick-track {
        align-items: center;
        column-gap: 10px;
    }

    .hero_banner_img .tablet-slide {
        display: none;
    }

    .hero_banner_img .mobile-landscape-slide {
        display: block;
    }

    .Seller_Cooler .grid-column.liters .social-icon {
        padding: 16px 20px;
    }

    .footer_main_sec .newsletter_latest {
        margin-top: 20px;
    }

    .Seller_Cooler .grid-column .grid-info .btns-Groups form.cart,
    .Seller_Cooler .grid-column .grid-info .btns-Groups>.btn.btn-primary,
    .Seller_Cooler .grid-column .grid-info .btns-Groups.out-of-stock-group>.btn.btn-outline-primary,
    .Seller_Cooler .grid-column .grid-info .btns-Groups.out-of-stock-group .out-of-stock-message {
        max-width: calc(50% - 5px);
    }

    .video_Bottom {
        grid-template-columns: 100%;
        row-gap: 10px;
        text-align: center;
    }

    .video_Bottom .col-right {
        padding-left: 0;
    }

    .video_Bottom .sub_title {
        margin: 18px auto 24px;
    }

    .video_Bottom h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .video_Bottom {
        padding: 70px 42px 34px;
    }

    .video_Bottom {
        width: calc(100% - 22px);
        margin-left: auto;
        margin-right: auto;
    }

    .grid-wrapper.text-white {
        padding: 0 10px !important;
    }

    .heroInner .clarion-tag {
        width: 400px !important;
    }

    .hero_section .hero_slider .hero_text {
        top: 30% !important;
    }

    .heroInner .clarion-tag {
        height: 20px !important;
    }

    footer .col-lg-3.col-md-3,
    footer .col-lg-2.col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: left;
    }

    .performance_driven .container {
        max-width: 100% !important;
        padding: 0 !important;
        width: calc(100% - 0px) !important;
    }

    section.performance_driven.driven_two .container-fluid {
        padding: 0;
    }
}

/*@media(max-width: 639px) {
    .Seller_Cooler .grid-column .liters {
        transform: translateX(calc(-50% + 80px));
    }
}*/

@media(max-width: 575px) {
    .container {
        width: calc(100% - 15px) !important;
    }

    .Product_Sec .h2_style,
    .Product_Sec p {
        text-align: center;
    }

    .blog_Slide .blog_column .blog_feature-img img {
        height: 200px;
    }

    .parent-product-categories {
        column-gap: 20px;
        row-gap: 20px;
        grid-template-columns: 1fr 1fr;
    }

    .parent-product-categories>div:last-child {
        grid-column: span 2;
    }

    .tailored-solutions .col-12 {
        padding: 0 !important;
    }

    .hero_section .indus-trail p {
        max-width: 350px !important;
    }

    .performance-text .custom_btn .icon {
        display: none;
    }

    .performance-text .custom_btn {
        background-image: none !important;
        border-radius: 50px !important;
        width: 144px !important;
        min-height: 44px !important;
        height: 44px !important;
        padding: 0 !important;
        background: #0c8db4 !important;
        margin-bottom: 20px;
    }

    .parent-product-categories .category h2 a {
        font-size: 14px;
    }

    .hero_slide .heroInner {
        max-width: 400px;
    }

    .grid-column .trending::before,
    .grid-column .selling::before {
        top: 15px;
        font-size: 10px;
    }

    .section.best_seller_cooler .Seller_Cooler .slick-list {
        padding: 0 50px 0 0 !important;
    }

    .heroInner .clarion-tag {
        width: 100% !important;
    }

    .h2_style {
        font-size: 24px !important;
        margin-bottom: 10px !important;
    }

    .blog_Sec {
        padding: 24px 0px 18px;
    }

    .Seller_Cooler .grid-column .grid-info .price {
        justify-content: flex-start;
    }

    /* .hero_section .hero_slider .hero_slide { */
    /* height: 82vh; */
    /* } */
    .innovations-section .nav-pills {
        align-items: center;
        gap: 5px;
        justify-content: space-between;
        margin: 0 auto 10px !important;
    }

    .innovations-section .nav-pills .nav-item .nav-link {
        font-size: 14px;
        padding: 8px 8px;
        width: 100%;
        max-width: 120px;
        line-height: 1.3;
    }

    .Seller_Cooler.slick-slider .slick-dots {
        bottom: -32px !important;
    }

    .Seller_Cooler .grid-column {
        max-width: 380px;
        padding-bottom: 26px;
        margin: 10px auto 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    /*.Seller_Cooler .grid-column .liters {
        transform: translateX(calc(-50% + 130px));
    }*/
    .Seller_Cooler .grid-column .grid-info .btn-sm,
    .Seller_Cooler .grid-column .grid-info .out-of-stock-message {
        font-size: 13px !important;
        min-width: 100px;
        /* height: auto; */
        padding: 8px 12px !important;
    }

    a.talkButton {
        font-size: 12px;
        font-weight: 300;
        left: -52px !important;
    }

    a#rotate {
        font-size: 12px;
        right: -55px;
        min-width: auto;
        padding: 0 12px;
        height: 36px;
    }

    .wa-chat-bubble-text {
        font-size: 12px !important;
        padding: 5px 12px !important;
    }

    .Seller_Cooler .grid-column .grid-info .user-col {
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
    }

    .Seller_Cooler .grid-column .grid-info .price,
    .Seller_Cooler .grid-column .grid-info .price .offer,
    p {
        font-size: 13px !important;
    }

    .industry-mobile-view .col span,
    .Solutions-slider .slick-track .slick-slide span {
        font-size: 14px;
    }

    .hero_banner_new .heroSlider .hero_banner_img .mobile-slide {
        display: block;
        width: 100%;
    }

    .hero_banner_img .mobile-landscape-slide {
        display: none;
    }

    .video_Bottom {
        padding: 65px 22px 30px;
        margin-top: 60px;
    }

    .video_Bottom h2 {
        font-size: 26px;
    }

    .video_Bottom .sub_title {
        font-size: 13px;
    }

    .welcome-section {
        padding: 0px;
    }


}


@media(max-width: 479px) {

    .woocommerce-cart-form table.shop_table td.actions .coupon input.input-text,
    .woocommerce-cart-form table.shop_table td.actions .coupon .button {
        min-width: 100%;
        max-width: 100%;
    }

    .innovations-section .nav-pills .nav-item .nav-link {
        font-size: 13px !important;
        /*min-width: 110px !important;*/
        padding: 8px 8px !important;
    }

    body.woocommerce-shop ul.products li.product .btns-Groups {
        width: 100%;
    }

    .Seller_Cooler .grid-column .grid-info .btn-sm,
    .out-of-stock-message {
        max-width: calc(50% - 10px);
    }

    .out-of-stock-message,
    .btn-sm,
    .out-of-stock-message {
        min-width: 110px;
        height: 38px;
        font-size: 13px;
        padding: 8px 20px;
    }

    .header_main .header_actions {
        column-gap: 12px;
    }

    .header_main .mobile-header .header_actions svg {
        width: 22px;
        height: 22px;
    }

    .video_Bottom h2 {
        font-size: 22px;
    }
}


@media(max-width: 374px) {

    .Seller_Cooler .grid-column .grid-info .btn-sm,
    .Seller_Cooler .grid-column .grid-info .out-of-stock-message {
        font-size: 12px !important;
        min-width: 100px;
        padding: 8px !important;
    }

    .innovations-section .nav-pills .nav-item .nav-link {
        font-size: 12px !important;
        /*min-width: fit-content !important;*/
    }

    /*.Seller_Cooler .grid-column .liters {
        transform: translateX(calc(-50% + 95px));
    }*/


}