@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100..1000&display=swap');
/* font-family: "DM Sans", serif; */

 
@font-face {
    font-family: 'Kenyan Coffee';
    src: url('../fonts/KenyanCoffeeRg-Bold.eot');
    src: url('../fonts/KenyanCoffeeRg-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KenyanCoffeeRg-Bold.woff2') format('woff2'),
        url('../fonts/KenyanCoffeeRg-Bold.woff') format('woff'),
        url('../fonts/KenyanCoffeeRg-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kenyan Coffee';
    src: url('../fonts/KenyanCoffeeRg-Regular.eot');
    src: url('../fonts/KenyanCoffeeRg-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KenyanCoffeeRg-Regular.woff2') format('woff2'),
        url('../fonts/KenyanCoffeeRg-Regular.woff') format('woff'),
        url('../fonts/KenyanCoffeeRg-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
 
@font-face {
    font-family: 'Lumios Marker';
    src: url('../fonts/Lumios-Marker.eot');
    src: url('../fonts/Lumios-Marker.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lumios-Marker.woff2') format('woff2'),
        url('../fonts/Lumios-Marker.woff') format('woff'),
        url('../fonts/Lumios-Marker.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/* html, body{ overflow-x: hidden;} */
body {font-family: "DM Sans", serif; font-size:14px;font-weight:400; }
h1, h2, h3, h4, h5, h6 { font-family: "DM Sans", serif; }
.form-input, .form-select, .form-select--date { border-radius: 20px; line-height: normal; }
.navPages-container .navPages .navPages-list .navPages-item .navPages-action{ font-family: "DM Sans", serif; }
.container {max-width: 1640px;padding:0 20px;}
.containerFull, .dripOnClassesInner{max-width: 1630px;padding:0 15px; margin:0 auto;} 
*{ line-height: normal;}

.btn{ border: 0px; border-radius: 60px; background: #02A2CE; display: inline-flex; height: 50px; align-items: center; justify-content: center; padding: 10px 30px; color: #FFF; font-family: "DM Sans"; font-size: 16px; font-style: normal; font-weight: 500; line-height: 1;  text-transform: uppercase; overflow: hidden; position: relative; z-index: 1;}
.btn::before{ content: ''; position: absolute; inset: 0; background-color: #000; transition: all 0.5s ease; z-index: -1; right: 100%;}
.btn:hover:before{ right: 0;}
 
.slick-arrow { width: 36px; height: 36px; border: 0; }
.slick-next::before, .slick-prev::before { display: none; }
.slick-arrow.slick-prev { background: url(../img/prev-arrow.png) no-repeat; background-size: contain; right: auto; left: -18px;}
.slick-arrow.slick-next { background: url(../img/next-arrow.png) no-repeat; right: -18px; left: auto; background-size: contain;}
.slick-arrow.slick-prev:hover { background: url(../img/prev-arrow-hover.png) no-repeat;  background-size: contain;}
.slick-arrow.slick-next:hover { background: url(../img/next-arrow-hover.png) no-repeat;  background-size: contain;}
.slick-disabled{ opacity: 1; cursor: not-allowed;}
.carousel-tooltip { display: none;}

.announcement-bar{ background-color: #02A2CE;}
.announcement-bar .announcement-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; padding: 10.5px 0;}
.announcement-bar .announcement-col { display: flex; align-items: center; gap: 7px; color: #FFF; font-family: "DM Sans"; font-size: 18px; font-style: normal; font-weight: 400; line-height: normal;  transition: all 0.5s ease;}
.announcement-bar .announcement-col:hover { color: #000;}

.header {  background-color: #000000;}
header.header .main-header { justify-content: space-between !important; }
.header-logo-image-unknown-size { max-width: 282px; } 
.header.left .main-header .leftside-header { display: flex; align-items: center; justify-content: flex-end; }
.header-middle .header-logo.logo-image a .header-logo-image-container:after { padding: 0; }
.form.quick-search { margin: 0; }
.form.quick-search .form-field { margin: 0; }
.form.quick-search .quick-search-input{ border-radius: 10px; background: #2C2C2C; padding: 0px 50px 0px 32px; height: 50px; color: #FFF; font-family: "DM Sans"; font-size: 15px; font-style: normal; font-weight: 400; line-height: normal; text-transform: none; border: 0;}
.form.quick-search .quick-search-input:focus{ border: 0;}
.form.quick-search .quick-search-input::placeholder{color: #FFF; font-family: "DM Sans"; font-size: 15px; font-style: normal; font-weight: 400; line-height: normal; text-transform: none; opacity: 0.6; letter-spacing: normal;}
.header.left .main-header .leftside-header .header-left { width: 100%; max-width: 610px; position: relative;}
.form.quick-search .search-icon-button{ position: absolute; margin: 0; padding: 0; border: 0; background: url(../img/search-ic.svg)no-repeat; position: absolute; right: 14px; top: 14px; height: 22px; width: 22px; transition: all 0.5s ease;}
.form.quick-search .search-icon-button:hover{  background: url(../img/search-ic-hover.svg)no-repeat; }

.quickSearchResults { position:absolute; z-index:99; width:100% !important; margin-top:0; right:0; line-height:normal; background: #2C2C2C; border-radius: 10px; overflow: hidden; box-shadow: none;}
.quickSearchResults .productList{ padding: 20px; border-top: 1px solid #000; border-radius: 10px; background: #2C2C2C; overflow: hidden;}
.quickSearchResults .quickSearchMessage { padding: 20px; text-align: left; margin: 0; border: 0; color: #fff; border-top: 1px solid #000; border-radius: 10px; background: #2C2C2C; overflow: hidden; font-size: 16px;}
.quickSearchResults .search-cust .product { background: #f5f5f5; }
.navUser-section .navUser-item { border: 0px !important; position: relative; }
.header-right .navUser { margin: 0; }
.header-right .navUser .navUser-section--alt { display: flex; align-items: center; margin-left: 22px; width: auto;}
.navUser-action .icon-label{ display: none !important;}
.navUser .navUser-item > .navUser-action { padding: 0; border-left: 1px solid rgba(44, 44, 44, 0.8); display: flex; height: 84px; width: 84px; align-items: center; justify-content: center; color: #fff; transition: all 0.5s ease; position: relative;}
.navUser .navUser-item > .navUser-action:hover { background-color: #21C3F0;}
.navUser .navUser-item > .navUser-action.navUser-action-cart { border-right: 1px solid rgba(44, 44, 44, 0.8); }
.navUser .navUser-item > .navUser-action.navUser-item--compare { display: none;}
.navUser .navUser-action svg{ fill: none;}
.navUser-item.navUser-item--account .account-dropdown.is-open { top: auto; left: auto; right: 0; box-shadow: none; border: 0; background: #2C2C2C !important; }
.navUser-item.navUser-item--account .account-dropdown.is-open::before { left: auto; right: 15px; border-bottom-color: #2c2c2c;}
.navUser-item.navUser-item--cart .navUser-action .countPill { position: absolute; display: inline-flex; align-items: center; justify-content: center; padding: 0px 3px; height: 22px; min-width: 22px; background-color: #2c2c2c; color: #FFF; right: 15px; top: 15px; font-size: 12px; border: 1px solid #fff;}
.navUser-item.navUser-item--cart .navUser-action .countPill::before, .navUser-item.navUser-item--cart .navUser-action .countPill::after{ display: none;}
.navUser-item.navUser-item--account .cross-hover { display: none; }
.navUser-item.navUser-item--cart .dropdown-menu.is-open { border: 0; background-color: #2C2C2C;}
.previewCart .previewCartList { background-color: #2c2c2c !important; }
.previewCartAction { background-color: #2c2c2c !important; border-color: rgba(255, 255, 255, 0.2); }
.previewCartItem + .previewCartItem { border-color: rgba(255, 255, 255, 0.2); }
.navUser .dropdown-menu.is-open:before { border-bottom-color: #2c2c2c;}
.navUser .dropdown-menu.is-open:after { border-bottom-color: #2c2c2c;}
.previewCart-emptyBody { background-color: #2c2c2c; color: #fff; }
.navUser-item.navUser-item--cart .dropdown-menu.is-open { right: 0; z-index: 500;}

.outdoors .navPages-container { border: 0; }
.navPages-container { background-color: #FFF; }
.navPages-container .container { max-width: 100%;}
.navigation-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; max-width: 1600px; margin: 0 auto;}
.navPages-container .navPages { text-align: left; }
.navPages-container .navPages .navPages-list.desktop-menu{ display: flex !important; gap: 40px;}
.navPages-container .navPages .navPages-list .navPages-item .navPages-action { color: #000; font-family: "DM Sans"; font-size: 17px; font-style: normal; font-weight: 700; line-height: normal; text-transform: uppercase; padding: 0; height: 60px; display: flex; align-items: center;}
.navPages-container .navPages .navPages-list .navPages-item .navPages-action.has-subMenu { padding-right: 20px; }
.navPages-container .navPages .navPages-list .navPages-item .navPages-action.has-subMenu .navPages-action-moreIcon { right: 5px; }
.navPages-container .navPages .navPages-list .navPages-item .navPages-action:hover, .navPages-container .navPages .navPages-list .navPages-item .navPages-action.activePage{ background-color: transparent; color: #02A2CE;}
.navPages-container .navPages .navPages-list .navPages-item .navPages-action.has-subMenu .navPages-action-moreIcon .theme-icon:after { position: absolute; border: solid transparent; content: ""; height: 0; width: 0; border-color: rgba(255, 255, 255, 0); border-top-color: #fff; border-width: 4px; margin-left: -4px; margin-top: -3px;}
.navPages-container .navPages .navPages-list .navPages-item .navPages-action.has-subMenu .navPages-action-moreIcon .theme-icon:before { position: absolute;  border: solid transparent; content: ""; height: 0; width: 0;  border-color: rgba(0, 0, 0, 0); border-top-color: #979797; border-width: 5px; margin-left: -5px; margin-top: -2px;}
.navPages-container .navPages .navPages-list .navPages-item .navPages-action.has-subMenu:hover .navPages-action-moreIcon .theme-icon:before {border-top-color: #02A2CE;}
.navPages-container .navPages .navPages-list .navPages-item .navPages-action.has-subMenu.is-open .theme-icon:before {border-top-color: #02A2CE;}
.navPages-action.is-open { background-color: transparent; }
.navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list { max-width: 1620px; }
.navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action, .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-childList-action { text-transform: none; color: #fff; font-weight: 400; line-height: normal; height: auto; font-size: 16px; border-color: rgba(255, 255, 255, 0.2);}
.navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action:hover, .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-childList-action:hover { color: #02A2CE;}
.navPages-container .navPages .navPages-list .navPages-item .navPages-action.has-subMenu.is-open { color: #02A2CE; }

.header-contact-info { display: flex; align-items: center; justify-content: flex-end; }
.header-contact-info p{ margin: 0; padding: 0px 30px; border-left: 1px solid #D9D9D9; height: 60px; display: flex; align-items: center;}
.header-contact-info p:last-child{ border-right: 1px solid #D9D9D9; }
.header-contact-info p a{ color: #000; font-family: "DM Sans"; font-size: 16px; font-style: normal; font-weight: 600; line-height: normal; text-transform: none; display: flex; align-items: center; text-decoration: none; gap: 10px; transition: all 0.5s ease;}
.header-contact-info p a svg{ color: #02A2CE; transition: all 0.5s ease;}
.header-contact-info p a:hover{ color: #02A2CE;}
.header-contact-info p a:hover svg{ color: #000;}

.homeBanner{ text-align: center;}
.heroCarousel .slick-arrow { width: 36px; height: 36px; border: 0; }
.heroCarousel .slick-next::before, .heroCarousel .slick-prev::before { display: none; }
.heroCarousel .slick-arrow.slick-prev { background: url(../img/prev-arrow.png) no-repeat; background-size: contain; right: 8%; left: auto; margin-top: -23px;}
.heroCarousel .slick-arrow.slick-next { background: url(../img/next-arrow.png) no-repeat; right: 8%; left: auto; background-size: contain; margin-top: 23px;}
.heroCarousel .slick-arrow.slick-prev:hover { background: url(../img/prev-arrow-hover.png) no-repeat;  background-size: contain;}
.heroCarousel .slick-arrow.slick-next:hover { background: url(../img/next-arrow-hover.png) no-repeat;  background-size: contain;}
.heroCarousel .slick-disabled{ opacity: 1; cursor: not-allowed;}
.heroCarousel .slick-dots{ display: none !important;}

.which-product-choose{ padding:50px 0; }
.which-product-choose-inner{ max-width:1080px; margin:0 auto; padding:15px; display:flex; background:url(../img/which-product-to-choose.jpg) no-repeat center center; align-items: center; justify-content: center;  }
.which-product-choose-center{ width:45%; text-align:center; padding:0 15px; }
.which-product-choose-center h3{ color: #21C3F0; font-size: 40px; font-weight: 400; font-family: 'Kenyan Coffee'; margin:0 0 15px; }
.which-product-choose-center h3 a{ color: #21C3F0; text-decoration: none;}
.which-product-choose-center h3 a:hover{ color: #000; }
.which-product-choose-center > a{ color: #8F8F8F; font-size: 14px; font-style: normal; font-weight: 500; text-decoration:underline; text-transform:uppercase; }
.which-product-choose-center > a:hover{ color: #000; }
.which-product-choose-inner .which-product-choose-left { display: flex; margin: -24px 0 0 0; }
.which-product-choose-inner .which-product-choose-right img { width: 100%; max-width: 180px; }

.dripOnClassesInner{ text-align:center; }
.dripOnClassesInner h2{ color: #000; font-size: 95px; font-weight: 700; line-height: normal; font-family: 'Kenyan Coffee'; margin: 0; }
.dripOnClassesInner p{ color: #000; font-size: 30px; font-weight: 700;  }

.categoriesHome{ padding:30px 0; }
.categoriesCarousel{ border: 1px solid #CBCBCB; border-radius:20px; }
.categoryBox { padding:5vh 10px; display:flex !important; align-items: center; border-left: 1px solid #CBCBCB; }
.categoryBox.slick-current { border-left: 1px solid transparent; }
.categoryBox *{ transition:all 0.5s ease; }
.categoryBox:nth-child(2+n){ border:0; }
.categoryBox > div{ width:100%; }
.categoryBox.slick-slide img{ display:inline-block; width:auto; } 
.categoryBoxLeft{ text-align:center;  transform:translateY(0); padding-right:12px; }
.categoryBox:hover .categoryBoxLeft{ transform:translateY(-13px); }
.categoryBoxcontent h3{ color: #000; font-size: 30px; font-style: normal; font-weight: 400; margin:0 0 15px; font-family: 'Kenyan Coffee'; }
.categoryBox:hover .categoryBoxcontent h3{ color: #21C3F0; }
.categoryBoxcontent a{ color: #8F8F8F; font-size: 14px; font-style: normal; font-weight: 500; text-decoration:underline; text-transform:uppercase; }
.categoryBoxcontent a:hover{ color: #000; }
.categoriesHome .slick-arrow{ width:36px; height:36px; }
.categoriesHome .slick-prev{ background:url(../img/prev-arrow.png) no-repeat center center; left:-18px; }
.categoriesHome .slick-next{ background:url(../img/next-arrow.png) no-repeat center center; right:-18px; }
.categoriesHome .slick-arrow.slick-prev::before, .categoriesHome .slick-arrow.slick-next::before{ display:none; }

.madeInUSA{ padding:50px 0; text-align: center; }
.madeInUSA h2{ color: #000; font-family: "Kenyan Coffee"; font-size: 95px; font-weight: 700; margin:0; }
.madeInUSA p{ color: #000; font-size: 24px; font-weight: 400; } 
.madeInUSA .container{ max-width:1300px; }

.newproductsSliderHome-bg{ background-color: #161616;}
.newproductsSliderHome-bg > .container{ max-width: 1920px; margin: 0 auto; padding: 0px; }
.newproductsSliderHome { display: flex; flex-wrap: wrap; }
.newproductsSliderHome .new-pro-left{ width: 28.4%;}
.newproductsSliderHome .new-pro-left img{ width: 100%; height: 100%; object-fit: cover;}
.newproductsSliderHome .featured-products{ width: 71.6%; background-color: #161616; padding: 40px 0px 20px 0px;}
.newproductsSliderHome .featured-products .container{ max-width: 1230px; margin-left: 0px;}
.newproductsSliderHome .new-pro-heading{ margin: 0px 0px 30px; color: #FFF; font-family: "Kenyan Coffee"; font-size: 40px; font-style: normal; font-weight: 700; line-height: normal; text-transform: uppercase;}

.newproductsSliderHome .slick-arrow { top: -69px; bottom: auto; transform: none;}
.newproductsSliderHome .slick-arrow.slick-prev {  right: 56px; left: auto; }
.newproductsSliderHome .slick-arrow.slick-next {  right: 10px; left: auto; }

.outdoors .card .card-body { background-color: #fff; }
.outdoors .card:hover .card-body { transform: none; }
.card .card-body .card-figcaption-button-section { opacity: 1; position: relative; transform: none; inset: auto; margin-top: 20px;}
.outdoors .card .card-body .card-figcaption-button-section .card-figcaption-button{ border: 0px; border-radius: 60px; background: #02A2CE; display: inline-flex; height: 50px; align-items: center; justify-content: center; padding: 10px 30px; color: #FFF !important; font-family: "DM Sans"; font-size: 16px; font-style: normal; font-weight: 500; line-height: 1;  text-transform: none; overflow: hidden; position: relative; z-index: 1;}
.outdoors .card .card-body .card-figcaption-button-section .card-figcaption-button:hover{ color: #fff !important;}
.outdoors .card .card-body .card-figcaption-button-section .card-figcaption-button::before{ content: ''; position: absolute; inset: 0; background-color: #000; transition: all 0.5s ease; z-index: -1; right: 100%;}
.outdoors .card .card-body .card-figcaption-button-section .card-figcaption-button:hover:before{ right: 0;}
.outdoors .card .card-body .card-figcaption-button-section .card-figcaption-button .icon-add-to-cart{ display: none;}
.card .sale-flag-sash { width: 71px; top: 0; right: auto; left: 0; transform: unset; transform-origin: unset; color: #FFF; font-family: "DM Sans"; font-size: 15px; font-style: normal; font-weight: 700; line-height: normal; text-transform: uppercase; line-height: 1; padding: 6.5px 0px; border-radius: 5px; background: #2FB047;}
.outdoors .card .card-figure .sale-flag-sash { top: 20px; right: auto; left: 20px; }
.card { color: #000; margin: 0; border-radius: 10px; border-color: rgba(0, 0, 0, 0.1);}
.card:hover {  border-color: rgba(0, 0, 0, 0.1);}
.outdoors .card:hover .card-figure .sale-flag-sash, .outdoors .card:hover .card-figure .new-badge { opacity: 1; }
.card:hover .sale-flag-sash { background: #2FB047; }
.card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button {padding: 0px; border: 0;}
.card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button .card-icon, .outdoors .listItem .listItem-figure .listItem-figureBody .listItem-button .card-icon { background-color: #02A2CE; border: 0px; display: flex; align-items: center; justify-content: center; height: 45px; width: 45px; border-radius: 100%; transition: all 0.5s ease;}
.card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button:hover .card-icon { background-color: #000;}
.outdoors .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button, .outdoors .listItem .listItem-figure .listItem-figureBody .listItem-button { width: 45px; display: flex; border-radius: 100%; margin: 0 0 10px auto; background-color: #02A2CE; padding: 0;}
.card-img-container--slider .card-image { padding: 0px 40px !important; }
.outdoors .newproductsSliderHome .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button.custom-compare{ display: none;}
.card .card-body .card-title { color: #000; text-align: center; font-family: "DM Sans"; font-size: 16px; font-style: normal; font-weight: 700; line-height: normal; min-height: unset; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.outdoors .card .card-body .card-title a { font-size: 16px; font-weight: 700; color: #000;}
.card-image-arrow .theme-icon { background-color: #02A2CE; }
.card .card-body .card-text.product-price .price-section.actual-price { color: #000; text-align: center; font-family: "DM Sans"; font-size: 18px; font-style: normal; font-weight: 700; line-height: normal;}
.card .card-body { padding: 10px 20px 36px;}
.card .card-body .card-text { margin-bottom: 10px; }
.outdoors .card .card-body .card-title { margin-bottom: 12px; }

.review-sec { margin-top: 110px; background: url(../img/review-bg.jpg)no-repeat center center; padding: 60px 0px 200px; }
.review-sec .review-heading{ display: flex; align-items: flex-end; justify-content: space-between; margin: 0px 0px 50px; max-width: 670px;}
.review-sec .review-heading span{color: #02A2CE; font-family: "Kenyan Coffee"; font-size: 80px; font-style: normal; font-weight: 700; line-height: normal; text-transform: uppercase;}
.review-sec .review-heading span strong{ font-size: 140px; line-height: 1; display: block; color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #02A2CE; }
.review-sec .review-heading svg { margin-bottom: 12px; }
.review-sec .review-slider-width{ max-width: 890px;}
.review-sec .slick-list.draggable{ margin: 0px -10px;}
.review-sec .review-box{ padding: 0px 10px;}
.review-sec .reviews-inn{ padding: 35px 45px; border-radius: 10px; border: 1px solid #BBB; background: #FFF;}
.review-sec .review-img { display: flex; width: 95px; height: 95px; border: 5px solid #C5C5C5; align-items: center; justify-content: center; border-radius: 100%; overflow: hidden; margin-bottom: 25px;}
.review-sec .review-img img{ width: auto;}
.review-sec .review-title{ margin: 5px 0px 8px; color: #000; font-family: "DM Sans"; font-size: 18px; font-style: normal; font-weight: 700; line-height: normal;  height: 48px; overflow: hidden;}
.review-sec .review-text{ color: #000; font-family: "DM Sans"; font-size: 15px; font-style: italic; font-weight: 400; line-height: normal; margin: 0px; height: 80px; overflow: hidden;}
.review-sec .review-person{ margin: 20px 0px 0px; color: #000; font-family: "DM Sans"; font-size: 18px; font-style: normal; font-weight: 700; line-height: normal;}

.review-slider{ padding-bottom: 82px;}
.review-slider .slick-arrow { top: auto; bottom: 0; transform: none;}
.review-slider .slick-arrow.slick-prev  { left: 0; right: auto;}
.review-slider .slick-arrow.slick-next  { left: 46px; right: auto;}

.about-blog-sec { padding: 0px; }
.about-blog-sec .about-blog-row { display: flex; flex-wrap: wrap; }
.about-blog-sec .about-col {width: 53%;}
.about-blog-sec .blog-col {width: 47%;}
.about-blog-sec .about-blog-title{ margin: 0px 0px 7px; color: #000; font-family: "Kenyan Coffee"; font-size: 65px; font-style: normal; font-weight: 700; line-height: normal; text-transform: uppercase; }
.about-blog-sec .about-blog-subtitle{ margin: 0px 0px 0px; color: #02A2CE; font-family: 'Lumios Marker'; font-size: 30px; font-style: normal; font-weight: 400; line-height: normal; letter-spacing: normal; max-width: 620px;}
.about-blog-sec .about-col p{ margin: 17px 0px 22px; max-width: 610px; color: #000; font-family: "DM Sans"; font-size: 18px; font-style: normal; font-weight: 400; line-height: 1.44;}
.about-blog-sec .about-col a{ color: #8F8F8F; font-family: "DM Sans"; font-size: 14px; font-style: normal; font-weight: 500; line-height: normal; text-transform: uppercase; text-decoration: underline;}
.about-blog-sec .about-col a:hover{ color: #000;}
.about-blog-sec .about-video{  max-width: 600px; margin-top: 40px;}
.about-blog-sec .about-video .video-wrapper {  position: relative; padding-bottom: 56.25%; height: 0; }
.about-blog-sec .about-video iframe{  position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 20px solid #EEE; border-radius: 10px;}
.about-blog-sec .blog-title-row{ position: relative; margin-bottom: 37px;}
.about-blog-sec .blog-title-row .recent-update-more{ position: absolute; right: 0; bottom: 15px; }
.about-blog-sec .blog-title-row .recent-update-more a{color: #8F8F8F; font-family: "DM Sans"; font-size: 14px; font-style: normal; font-weight: 500; line-height: normal; text-transform: uppercase; text-decoration: underline;}
.about-blog-sec .blog-title-row .recent-update-more a:hover{color: #000;}
.about-blog-sec .blog-box-main{ display: flex; flex-direction: column; flex-wrap: wrap; gap: 20px; }
.about-blog-sec .blog-box-row{ display: flex; border-radius: 10px; background: #F1F1F1; overflow: hidden; align-items: center;}
.about-blog-sec .blog-box-row .blog-left{ width: 50%; overflow: hidden;}
.about-blog-sec .blog-box-row .blog-left img{ max-height: 250px; width: 100%; object-fit: cover; transition: all 0.5s ease;}
.about-blog-sec .blog-box-row:hover .blog-left img{ transform: scale(1.05);}
.about-blog-sec .blog-box-row .blog-right{ width: 50%; padding: 20px 50px;}
.about-blog-sec .blog-right .blog-title { margin: 0px 0px 7px; color: #000; font-family: "DM Sans"; font-size: 20px; font-style: normal; font-weight: 500; line-height: normal; text-transform: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.about-blog-sec .blog-right .blog-date { margin: 0px 0px 8px; text-align: left; color: #02A2CE; font-family: "DM Sans"; font-size: 14px; font-style: normal; font-weight: 500; line-height: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.about-blog-sec .blog-right .blog-date .date-format{display: block; overflow: hidden; text-overflow: ellipsis;}
.about-blog-sec .blog-right .blog-summary{ margin: 0px 0px 20px; color: #000; font-family: "DM Sans"; font-size: 14px; font-style: normal; font-weight: 400; line-height: normal;  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2;  line-clamp: 2;  -webkit-box-orient: vertical;}
.about-blog-sec .blog-right .blog-read-more{ color: #8F8F8F; font-family: "DM Sans"; font-size: 14px; font-style: normal; font-weight: 500; line-height: normal; text-decoration: underline; text-transform: uppercase;}
.about-blog-sec .blog-right .blog-read-more:hover{ color: #000;}

.instaSec { padding: 120px 0px 0px;}
.instaSec .instaTitle{ margin: 0px 0px 30px; text-align: center; color: #000; font-family: "Kenyan Coffee"; font-size: 65px; font-style: normal; font-weight: 700; line-height: normal; text-transform: uppercase;}
.instaSec .instaTitle span{ margin: 0px 0px 30px; display: block; color: #02A2CE; font-family: 'Lumios Marker'; font-size: 60px; font-style: normal; font-weight: 400; line-height: normal; text-transform: none;}
.instaSec .instaRow { display: grid; grid-template-columns: repeat(8, 1fr); margin: 0 auto; gap: 20px; }
.instaSec .instaRow a{ position: relative; overflow: hidden; border-radius: 15px;}
.instaSec .instaRow a:nth-child(1){ grid-column: span 2; grid-row: span 2;}
.instaSec .instaRow a:nth-child(4){ grid-column: span 2; grid-row: span 2;}
.instaSec .instaRow a:nth-child(9){ grid-column: 3/ span 2; grid-row: 2/ span 2;}
.instaSec .instaRow a:nth-child(12){ grid-column: 7/span 2; grid-row:2/ span 2;}
.instaSec .instaRow a img{ height: 100%; width: 100%; object-fit: cover; }
.instaSec .instaRow a::before{ border-radius: 100%; position: absolute; content: ''; height: 0; width: 0; left: 50%; top: 50%; transform: translate(-50%, -50%);  background: linear-gradient(135deg, #f09433 0%,#f09433 25%, #e6683c 37.5%,#dc2743 50%,#cc2366 62.5%, #bc1888 75%,#bc1888 100%);  opacity: 0.7;  transition: all 0.5s ease;}
.instaSec .instaRow a::after{ position: absolute; content: ''; height: 0; width: 0; left: 50%; top: 50%; transform: translate(-50%, -50%); background: url(../img/insta-icon.png) no-repeat center center; background-size: cover; transition: all 0.5s ease;  }
.instaSec .instaRow a:hover:before{height: 100%; width: 100%; border-radius: 15px;}
.instaSec .instaRow a:hover:after{width: 40px; height: 40px; }

.single-line-sec{ padding: 70px 0px 0px;}
.single-line-sec h2{ text-align: center; margin: 0; color: #02A2CE; font-family: "Kenyan Coffee"; font-size: 80px; font-style: normal; font-weight: 700; line-height: normal; text-transform: uppercase;}

.footer { padding: 0; margin: 20px 0 0; background-color: #fff; padding-top: 40px; border-top: 1px solid #ccc;}
.footer .footer-bg{ background: url(../img/footer-bg.png) no-repeat center bottom;}
.footer .footer-row{ display: flex; flex-wrap: wrap; padding-bottom: 60px;}
.footer .footer-col{ width: 100%;}
.footer .footer-col:nth-child(1){ max-width: 28.5%;}
.footer .footer-col:nth-child(2){ max-width: 27.5%;}
.footer .footer-col:nth-child(3){ max-width: 28%;}
.footer .footer-col:nth-child(4){ max-width: 16%;}
.footer .footer-block-heading{ margin: 0px 0px 30px; color: #000; font-family: "Kenyan Coffee"; font-size: 28px; font-style: normal; font-weight: 700; line-height: normal; text-transform: uppercase;}
.footer .footer-menu-list{ margin: 0; padding: 0; list-style: none;}
.footer .footer-menu-list li{ margin: 0px 0px 10px; padding: 0; }
.footer .footer-menu-list li a{ margin: 0px; padding: 0; color: #000; font-family: "DM Sans"; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; transition: all 0.5s ease; position: relative; text-decoration: none;}
.footer .footer-menu-list li a.footer-viewall{ text-decoration: underline;}
.footer .footer-menu-list li a::before{ content: ''; background: url(../img/footer-arrow.png)no-repeat; width: 8px; height: 7px; display: none; position: absolute; left: 0; top: 7px; transition: all 0.5s ease;}
.footer .footer-menu-list li a:hover{ padding-left: 14px;}
.footer .footer-menu-list li a:hover:before{ display: block;}
.footerContactInfo p{ margin: 0px 0px 25px; color: #000; font-family: "DM Sans"; font-size: 16px; font-style: normal; font-weight: 700; line-height: 1.25; transition: all 0.5s ease;}
.footerContactInfo p:hover{ color: #02A2CE;}
.footerContactInfo .footer-contact-row{ display: inline-flex; gap: 15px;}
.footerContactInfo .footer-contact-row svg{ min-width: 20px; color: #02A2CE; margin-top: 3px; transition: all 0.5s ease;}
.footerContactInfo p a{ color: #000; text-decoration: none; transition: all 0.5s ease;}
.footerContactInfo p a:hover{ color: #02A2CE;}
.footerContactInfo .footer-contact-row:hover svg{color: #000;}
.footer .socialLinks { margin: 0; display: flex; flex-wrap: wrap; flex-direction: column; gap: 20px; }
.footer .socialLinks::before, .footer .socialLinks::after{ display: none;}
.footer .socialLinks .socialLinks-item { padding: 0; font-size: 16px;}
.footer .socialLinks .socialLinks-item .icon{ padding: 0; display: inline-flex; gap: 17px; width: auto; height: auto; border: 0; align-items: center; transition: all 0.5s ease; background-color: transparent;}
.footer .socialLinks .socialLinks-item .icon .social-label{color: #000; font-family: "DM Sans"; font-size: 16px; font-style: normal; font-weight: 700; line-height: normal; text-transform: capitalize; transition: all 0.5s ease;}
.footer .socialLinks .socialLinks-item .icon:hover .social-label{color: #02A2CE;}
.footer .socialLinks .socialLinks-item .icon svg { position: relative; inset: unset; transform: none; fill: #000; width: 24px; height: 24px;}
.footer .socialLinks .socialLinks-item .icon:hover svg {  fill: #fff;}
.footer .socialLinks .socialLinks-item .icon .social-icon { display: flex; height: 50px; width: 50px; justify-content: center; align-items: center; border: 1px solid #DFDFDF; border-radius: 100%; transition: all 0.5s ease; background-color: #fff;}
.footer .socialLinks .socialLinks-item .icon:hover .social-icon { border-color: #02A2CE; background-color: #02A2CE; }

.footer-newsletter { padding: 45px 0px;}
.footer-newsletter .container{ max-width: 1310px;}
.footer-newsletter .theme-newsletter { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-newsletter .newsletter-title-row { display: flex; align-items: center; gap: 20px; }
.footer-newsletter .newsletter-title-row svg{ color: #02A2CE;}
.footer-newsletter .newsletter-title-row h5{ margin: 0px; color: #000; font-family: "Kenyan Coffee"; font-size: 30px; font-style: normal; font-weight: 700; line-height: normal; text-transform: uppercase;}
.footer-newsletter .newsletter-title-row p{ margin: 0px; color: #000; font-family: "DM Sans"; font-size: 20px; font-style: normal; font-weight: 400; line-height: normal;}
.footer-newsletter .form-field { margin: 0; }
.footer-newsletter .form-prefixPostfix{ flex-direction: row !important;}
.footer-newsletter .form { width: 100%; max-width: 710px; }
.footer-newsletter .form-prefixPostfix .form-input { width: auto; height: 50px; border-radius: 60px; background: #D9D9D9; border: 0px; padding-left: 30px; color: #000; font-family: "DM Sans"; font-size: 14px; font-style: normal; font-weight: 400; line-height: normal;}
.footer-newsletter .form-prefixPostfix .form-input::placeholder {color: #000; font-family: "DM Sans"; font-size: 14px; font-style: normal; font-weight: 400; line-height: normal; opacity: 0.5; text-transform: none; letter-spacing: normal;}

.copyrightMain{ background: url(../img/copyrigt-bg.png) no-repeat center bottom;}
.copyrightMain .copyright-row{ display: flex; align-items: center; justify-content: space-between; padding: 20px 0px;}
.copyrightMain .copyrightLeft{ color: #FFF; font-family: "DM Sans"; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal;}
.copyrightMain .copyrightLeft a{ color: #FFF; text-decoration: none; transition: all 0.5s ease;}
.copyrightMain .copyrightLeft a:hover{ color: #77D2EB; }
.copyrightMain .copyrightLeft .bull{ color: #77D2EB; padding: 0px 8px;}

.navUser-item.navUser-item-compare a{ position:fixed; top:280px; background:#000; padding:7px; z-index:1; }
.navUser-action.navUser-item--compare.show { display: flex; gap: 10px; }
.navUser-item.navUser-item-compare .navUser-action .countPill--alt{ color:#000000; font-size:14px; background-color: #ffffff; font-weight: normal; position: relative; inset: unset;} 


.theme-btn-primary, .swal2-modal .swal2-confirm, .modal--alert .button-container .confirm { font-family: "DM Sans", serif; color: #fff; background-color: #02A2CE; border-color: #02A2CE; }
.theme-btn-secondary, .swal2-modal .swal2-cancel {  font-family: "DM Sans", serif; }
.new { color: #02A2CE !important; }
.theme-btn-secondary:hover, .theme-btn-secondary:focus, .theme-btn-secondary:active, .swal2-modal .swal2-cancel:hover, .swal2-modal .swal2-cancel:focus, .swal2-modal .swal2-cancel:active { color: #fff !important; background-color: #02A2CE; border: 1px solid #02A2CE; }
.theme-btn-secondary.button--small { font-size: 14px !important; }
body.cart .cart-header { background-color: #02A2CE; }
body.cart .cart-remove:hover svg { fill: #02A2CE; }
body.cart .cart-remove { background-color: #02A2CE; border: 1px solid #02A2CE; }
.category .category-banner .category-banner-title .page-heading { font-family: "DM Sans", serif; text-transform: none;}
.category .category-banner .category-banner-title .breadcrumbs .breadcrumb .breadcrumb-label { font-family: "DM Sans", serif;}
.product-listing-filter-section {  border-top: 1px solid #CBCBCB; border-bottom: 1px solid #CBCBCB; padding: 10px 0; }
.product-listing-filter-section .product-listing-filter-right .product-view-button .product-view-btn.is-active svg { fill: #02A2CE; }
.product-listing-filter-section .product-listing-filter-right .product-view-button .product-view-btn:hover svg { fill: #02A2CE; }
.navList .navList-item.is-open a.is-open, .navList .navList-item .navList-action.is-open.is-open { color: #02A2CE; }
.navList .navList-item .navList-action:hover { color: #02A2CE; }
.category .page-sidebar { margin-top: 25px; }
.category .category-description .category-description-content .read_more_link .toggle-more:before { color: #02A2CE; }

.pagination-item { border-radius: 100%;}
.pagination .pagination-list .pagination-item.pagination-item--current { border-color: #02A2CE; border-radius: 100%; }
.pagination .pagination-list .pagination-item.pagination-item--current:hover { background-color: #02A2CE; }
.pagination .pagination-list .pagination-item.pagination-item--current .pagination-link { color: #02A2CE; padding: 7px 9px; width: 30px; text-align: center;}

.listItem .listItem-figure { border-radius: 10px; }
.listItem .listItem-body .listItem-content .listItem-actions .listItem-price .price-section.actual-price { color: #000; }
/*.theme-btn-primary:hover { color: #02A2CE !important; }*/
ol.breadcrumbs .breadcrumb .breadcrumb-label, .breadcrumbs .breadcrumb .breadcrumb-label, .productView-title, .productView-details .productView-product .price-rating .productView-price .price-section  { 
    font-family: "DM Sans", serif;
}
ol.breadcrumbs .breadcrumb.is-active .breadcrumb-label, ol.breadcrumbs .breadcrumb .breadcrumb-label:hover, .breadcrumbs .breadcrumb.is-active .breadcrumb-label, .breadcrumbs .breadcrumb .breadcrumb-label:hover, .productView-details .productView-product .price-rating .productView-price .price-section.actual-price { color: #02A2CE;  }
.productView-description .tabs .tab.is-active .tab-title, .productView-description .tabs .tab .tab-title:hover  { color: #02A2CE;}
.productView-options .form-wishlist #wishlist-dropdown.is-open .button:hover { background-color: #02A2CE; }
.productView-options .form-wishlist #wishlist-dropdown.is-open .button { margin-bottom: 0px !important; min-width: 375px; width: 50%;}
.productView-options .form-wishlist #wishlist-dropdown.is-open li:last-child .button { border-bottom: 1px solid #000; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;}
.productView-options .form-wishlist .dropdown-menu-button.is-open { border-top-left-radius: 20px; border-top-right-radius: 20px; }
.productView-options .product-purchase-section .form-action #form-action-addToCart { padding: 17px 20px; min-width: 220px; }
.productView-options .form-wishlist .dropdown-menu-button { padding: 15px 30px; min-width: 375px; width: 50%;}
.productView-info-value .theme-btn-secondary.button--small { margin: 0; }
.productView-options .product-purchase-section .form-field--increments .form-increment { padding: 13.5px 20px; min-width: 120px;}
.productView-options .product-purchase-section .form-action { margin: 0px 0 0;  }
#update { min-width: 375px; padding: 17px 20px; margin-top: 10px;}

.section-title .section-heading { font-family: "DM Sans", serif; }
.section-title .section-heading:before, .section-title .section-heading:after { border: 3px solid #02A2CE; }
.section-title .section-sub-heading { color: #02A2CE; font-family: 'Lumios Marker'; font-weight: 400; margin: 0; }

.page-heading { font-family: "DM Sans", serif; }

.navBar--sub .navBar-section .navBar-item a { border: 1px solid #d8d8d8; padding: 0.5rem 1.25rem; display: inline-block; margin-bottom: 1.5rem; background: #eaeaed; border-radius: 4px; -webkit-transition: none; transition: none; }
.navBar--sub .navBar-section .navBar-item a:hover, .navBar--sub .navBar-section .navBar-item a:focus { background: #000; color: #fff; text-decoration: none; }

.previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-brand, .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-price { font-family: "DM Sans", serif;  color: #fff; }
.previewCartItem-name > a { font-family: "DM Sans", serif;  color: #fff; }

.modal .modal-close { font-size: 40px; right: 10px; top: 0;}
.modal .modal-close:before { display: none;}
.modal .modal-close:focus::after { display: none;}

.compareTable-item li{ list-style: disc;}
.cart-actions .button{ min-width: 246px;}
body.cart .cart-item-quantity .form-increment .button:hover svg { fill: #02A2CE;}
.productView-options .product-purchase-section .form-field--increments .form-increment .button:hover svg{ fill: #02A2CE;}
.native-offer-main .bundle-content-product .list-check-order ul li .choose-option .text { font-size: 12px !important; }
.actionBar .form-fieldset .form-field .form-select.form-select--small { min-width: 150px;}



.home_cate_sec { padding: 70px 0 10px 0; position: relative; }
.home_cate_sec .boxs { display: flex; gap: 30px; }
.home_cate_sec .boxs .box { width: 100%; }
.home_cate_sec .boxs .box .box_link { display: block; text-decoration: none; border: 1px solid #02A2CE; border-radius: 6px; }
.home_cate_sec .boxs .box .cat_img { display: block; height: 300px; padding: 10px; }
.home_cate_sec .boxs .box .cat_img img { width: 100%; height: 100%; object-fit: contain; }
.home_cate_sec .boxs .box .cat_heaing { display: block; font-size: 24px; color: #fff; font-weight: 600; text-align: center; line-height: 1.2; padding: 10px; background: #02A2CE; }
.home_cate_sec .boxs .box .box_link:hover .cat_heaing {  background: #000; }
.home_cate_sec .boxs .box .box_link:hover { border: 1px solid #000;  }

div[data-content-region="header_bottom"]{padding-top:20px;}
.previewCartItem-image{padding: 10px;}
.previewCartItem-content{padding-left:10px;}


@media (min-width: 767px){
	
}
@media (min-width: 1024px){
	.productView-images .productView-thumbnails .slick-arrow.slick-prev { top: -18px; left: calc(50% - 15px); }
    .productView-images .productView-thumbnails .slick-arrow.slick-next { bottom: -18px; left: calc(50% - 15px); }
}

@media (max-width: 1600px){
    .navPages-container .navPages .navPages-list.desktop-menu { gap: 25px; }
    .navPages-container .navPages .navPages-list .navPages-item > .navPages-action { font-size: 16px; }
    .header-contact-info p { padding: 0px 20px; }
}
@media (max-width: 1500px){
    .usp-list .usp-list-item .usp-element .usp-content br{ display: none;}
    .single-line-sec h2 { font-size: 72px; }
}
@media (max-width: 1366px){
    .navPages-container .navPages .navPages-list.desktop-menu { gap: 20px; }
    .navPages-container .navPages .navPages-list .navPages-item > .navPages-action { font-size: 15px; }
    .single-line-sec h2 { font-size: 68px; }
}
@media (max-width: 1360px){
    .dripOnClassesInner h2{ font-size:60px; }
    .home_cate_sec .boxs .box .cat_img { height: 220px; }
    .home_cate_sec .boxs .box .cat_heaing { font-size: 18px; }
    .home_cate_sec .boxs { gap: 15px; }
}

@media (max-width: 1279px){
    .announcement-bar .announcement-col { font-size: 15px; }
    .announcement-bar .announcement-col svg { width: 30px; height: 30px; }
    .navUser .navUser-item > .navUser-action { width: 74px; }
    .header-contact-info p a span { display: none; }
    .navPages-container .navPages .navPages-list.desktop-menu { justify-content: space-between; padding-right: 10px; }
    .which-product-choose { padding: 30px 0; }
    .which-product-choose-center h3{ font-size:30px; line-height:normal; }	
    .dripOnClassesInner h2{ font-size:40px; }
    .dripOnClassesInner p { font-size:20px; }
    .categoryBoxcontent h3 { font-size: 24px; }
    .madeInUSA { padding: 0px 0 20px; }
    .madeInUSA h2 { font-size: 70px; }
    .madeInUSA p { font-size: 20px; }
    .newproductsSliderHome .new-pro-left { width: 25%; }
    .newproductsSliderHome .featured-products { width: 75%;  }
    .review-sec { margin-top: 0; padding: 100px 0px 100px; }
    .review-slider { padding-bottom: 50px; }
    .review-sec .review-heading span { font-size: 60px; }
    .review-sec .review-heading span strong { font-size: 110px; }
    .review-sec .review-heading svg { margin-bottom: 10px; max-height: 90px; }
    .review-sec .review-heading { max-width: 500px; margin-bottom: 20px;}
    .review-sec .review-slider-width { max-width: 780px; }
    .review-sec .reviews-inn { padding: 20px 20px; }
    .about-blog-sec .about-blog-title { font-size: 50px; }
    .about-blog-sec .about-blog-subtitle { font-size: 24px; }
    .about-blog-sec .about-col { width: 50%; padding-right: 20px; }
    .about-blog-sec .about-col p { margin: 10px 0px 20px; font-size: 16px; }
    .about-blog-sec .about-video { margin-top: 30px; }
    .about-blog-sec .about-video iframe { border: 10px solid #EEE; border-radius: 5px; }
    .about-blog-sec .blog-col { width: 50%; }
    .about-blog-sec .blog-title-row .recent-update-more { bottom: 8px; }
    .about-blog-sec .blog-box-row .blog-left img { max-height: 225px; }
    .about-blog-sec .blog-title-row { margin-bottom: 20px; }
    .about-blog-sec .blog-box-row { width: 100%; }
    .about-blog-sec .blog-box-row .blog-right { padding: 20px 20px; }
    .instaSec { padding: 50px 0px 0px; }
    .instaSec .instaTitle { margin: 0px 0px 20px; font-size: 50px; }
    .instaSec .instaTitle span { margin: 0px 0px 0; font-size: 48px; }
    .instaSec .instaRow { gap: 10px; }
    .instaSec .instaRow a { border-radius: 10px; }
    .single-line-sec { padding: 20px 0px 0px; }
    .single-line-sec h2 { font-size: 54px; }
    .footer .footer-block-heading { margin: 0px 0px 20px; font-size: 24px; }
    .body { margin-bottom: 40px; }
    .footer .footer-menu-list li a { font-size: 15px; }
    .footerContactInfo p { margin: 0px 0px 20px; font-size: 15px; }
    .footer .footer-col:nth-child(1) { max-width: 28%; }
    .footer .footer-col:nth-child(2) { max-width: 28%; }
    .footer .footer-col:nth-child(3) { max-width: 28%; }
    .footer .footer-col:nth-child(4) { max-width: 16%; }
    .footer .socialLinks { gap: 10px; }
    .footer .socialLinks .socialLinks-item .icon .social-label { font-size: 15px; }
    .footer .footer-row { padding-bottom: 30px; }
    .footer-newsletter { padding: 30px 0px; }
    .footer-newsletter .theme-newsletter { flex-wrap: wrap; }
    .footer-newsletter .form-prefixPostfix-button--postfix { margin: 0 0px 0 10px; }
    .copyrightMain .copyrightLeft { font-size: 14px; }
}

@media (max-width: 1023px){
    .navUser .navUser-item > .navUser-action { width: 60px; height: 60px; }
    .custom-banners.top { display: none;}
    body{ padding-top: 60px !important;}
    .header { top: 0 !important;}
    .navPages-container { background-color: transparent; }
    .navPages-container > .container { padding: 0px; height: 100%;}
    .navigation-row { height: 100%;}
    .header-contact-info { display: none; }
    .header-logo-image-unknown-size { max-width: 240px; max-height: unset;}
    .header.left .main-header .leftside-header .header-right { position: relative; }
    .navPages-container.is-open { padding-top: 60px; }
    .navPages-container .navPages .navPages-quickSearch { border: 0; }
    .navUser-item.navUser-item--cart .navUser-action .countPill { height: 20px; min-width: 20px; right: 5px; top: 7px; font-size: 10px; }
    .quickSearchResults { max-width: calc(100% - 40px); right: 20px;}
    .navPages-container .navPages .navPages-list.desktop-menu { display: none !important; }
    .navPages-container .navPages .navPages-list .navPages-item .navPages-action { display: inline-flex; height: auto; color: #fff; padding: 10px 0; }
    .navPages-container .navPages .navPages-list .navPages-item { border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list { margin: 0; }
    .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item { border-top: 1px solid rgba(255, 255, 255, 0.2); padding-left: 10px !important;}
    .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action, .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-childList-action { font-size: 14px; }
    .navPages-list + .navPages-list { border-top: 0; margin-top: 0; padding-top: 0; }
    .header.left .main-header .navUser-item.navUser-item--account { display: none !important; }
    .header.left .main-header .navUser-item.navUser-item--wishlist { display: none !important; }
    .header.left .main-header .navUser-item.navUser-item--gift { display: none !important; }
    .navPages-container .navPages { width: 100%; }
    .navUser .navUser-item > .navUser-action.navUser-action-cart { border: 0; }
    .header.left .main-header .leftside-header { width: 20%; }
    .navPages-container .navPages .navPages-list .navPages-item.navPages-item-social{ display: none;} 
    .usp-list-row .usp-list-item .usp-element .usp-content { font-size: 14px; }
    .footer .footer-col:nth-child(1) { max-width: 50%; }
    .footer .footer-col:nth-child(2) { max-width: 50%; }
    .footer .footer-col:nth-child(3) { max-width: 50%; }
    .footer .footer-col:nth-child(4) { max-width: 50%; }
    .footer .footer-row { row-gap: 20px; }
    .madeInUSA h2 { font-size: 50px; }
    .madeInUSA p { font-size: 16px; }
    .madeInUSA { padding: 0px 0 0px; }
    .newproductsSliderHome .new-pro-left { display: none; }
    .newproductsSliderHome .featured-products { width: 100%; }
    .card .card-body { padding: 10px 20px 10px; }
    .newproductsSliderHome .new-pro-heading { margin: 0px 0px 20px; font-size: 32px; }
    .newproductsSliderHome .slick-arrow { top: -59px; }
    .review-sec { padding: 50px 0px 50px; background-position: left top; background-size: cover; }
    .review-sec .review-heading span { font-size: 50px; }
    .review-sec .review-heading span strong { font-size: 80px; }
    .review-sec .review-heading svg { max-height: 64px; }
    .review-sec .review-heading { max-width: 360px; }
    .about-blog-sec .about-col { width: 100%; padding-right: 0; }
    .about-blog-sec .about-blog-row { row-gap: 20px; }
    .about-blog-sec .about-col p { max-width: unset; }
    .about-blog-sec .about-video { max-width: unset; }
    .about-blog-sec .blog-col { width: 100%; }
    .about-blog-sec .blog-box-row .blog-left img { max-height: 300px; }
    .about-blog-sec .about-blog-title { font-size: 40px; }
    .instaSec .instaTitle { font-size: 40px; }
    .instaSec .instaTitle span { font-size: 38px; }
    .instaSec .instaRow { grid-template-columns: repeat(6, 1fr); }
    .instaSec .instaRow a{ grid-column: auto !important; grid-row: auto !important; }
    .single-line-sec h2 { font-size: 40px; }
    .footer-newsletter .newsletter-title-row h5 { font-size: 26px; }
    .footer-newsletter .newsletter-title-row p { font-size: 18px; }
    .copyrightMain .copyright-row { flex-wrap: wrap; row-gap: 15px; }
    .copyrightMain .copyrightLeft, .copyrightMain .copyrightLeft .bull, .copyrightMain .copyrightLeft a { color: #000; }
    .copyrightMain .copyrightLeft a:hover { color: #fff; }
    .productView-thumbnails .slick-arrow.slick-prev { left: 0; }
    .productView-thumbnails .slick-arrow.slick-next { right: 0; }
    .home_cate_sec .boxs .box .cat_heaing { font-size: 15px; }
    .home_cate_sec .boxs .box .cat_img { height: 180px; }
    .native-offer-main .bundle-content-product .list-check-order ul li .list-choose-option .size-products{max-width: 100% !important;}
}
@media (max-width: 800px){
    
    .which-product-choose-center{ width:65%; }
    .category .page-sidebar nav { padding: 0; }
    .home_cate_sec .boxs { display: grid; grid-template-columns: repeat(2,1fr); }
    .home_cate_sec { padding: 40px 0 10px 0; }
}

@media (max-width: 767px){
    .madeInUSA h2 { font-size: 40px; }
    .review-sec .review-heading { max-width: 270px; margin-left: auto; margin-right: auto;}
    .review-sec .review-heading span { font-size: 40px; }
    .review-sec .review-heading span strong { font-size: 60px; }
    .review-sec .review-heading svg { max-height: 48px; margin-bottom: 6px; width: auto;}
    .review-sec .review-img { width: 80px; height: 80px; margin-bottom: 10px; padding: 10px; margin-left: auto; margin-right: auto;}
    .review-sec .reviews-inn { text-align: center; }
    .review-sec .review-title { height: auto; white-space: nowrap; text-overflow: ellipsis; }
    .about-blog-sec .about-col { text-align: center; }
    .about-blog-sec .blog-title-row .recent-update-more { position: relative; inset: unset; margin-top: 10px; }
    .about-blog-sec .blog-title-row { text-align: center; }
    .about-blog-sec .blog-box-row .blog-left img { max-height: 250px; }
    .about-blog-sec .about-blog-title { font-size: 32px; }
    .instaSec .instaTitle { font-size: 32px; }
    .instaSec .instaTitle span { font-size: 30px; }
    .instaSec .instaRow { grid-template-columns: repeat(4, 1fr); }
    .single-line-sec h2 { font-size: 32px; }
    .footer-newsletter .theme-newsletter { justify-content: center; gap: 10px;}
    .footer-newsletter .newsletter-title-row { gap: 10px; flex-direction: column; }
    .copyrightMain { background-size: cover; background-color: #d3e6f0; text-align: center;}
    .footer-newsletter .newsletter-title-row h5 { font-size: 22px; text-align: center; }
    .footer-newsletter .newsletter-title-row p { font-size: 15px; text-align: center; }
    .copyrightMain .copyright-row { justify-content: center; }
    .copyrightMain .copyrightLeft .bull { display: block; padding: 2px 0; font-size: 0;}
    .footer-newsletter { padding: 20px 0px; }
    .footer-newsletter .form { margin: 0; }
    .categoryBox { padding: 4vh 10px; }
    .review-slider .slick-arrow { transform: translateX(-50%); }
    .review-slider .slick-arrow.slick-prev { left: 50%; margin-left: -23px; }
    .review-slider .slick-arrow.slick-next { left: 50%; margin-left: 23px; }
    .newproductsSliderHome .new-pro-heading { text-align: center; }
    .newproductsSliderHome .slick-arrow { transform: translateX(-50%); top: auto; bottom: 0;}
    .newproductsSliderHome .slick-arrow.slick-prev { left: 50%; margin-left: -23px; }
    .newproductsSliderHome .slick-arrow.slick-next { left: 50%; margin-left: 23px; }
    .newproductsSliderHome .productGrid { padding-bottom: 50px; }
    .about-blog-sec .blog-right .blog-title { font-size: 18px; }
    .categoriesCarousel { margin-bottom: 50px;}
    .categoriesHome .slick-arrow { transform: translateX(-50%); top: auto; bottom: -50px;}
    .categoriesHome .slick-arrow.slick-prev { left: 50%; margin-left: -23px; }
    .categoriesHome .slick-arrow.slick-next { left: 50%; margin-left: 23px; }
    .product-listing-filter-section .product-listing-filter-left { display: flex; justify-content: space-between; margin-bottom: 0;}
    .product-listing-filter-section .product-listing-filter-left .product-listing-pagination { border-left: 0; }
    .product-listing-filter-section .product-listing-filter-right { justify-content: space-between; display: flex; margin-top: 10px;}
    .product-listing-filter-section .product-listing-filter-right .product-listing-sort-by { text-align: right; }
    .productList .product .listItem { margin: 0; }
}
@media (max-width: 640px){
    .which-product-choose-center{ width:75%; }
    .which-product-choose-center h3{ font-size:24px; }
    .dripOnClassesInner h2{ font-size:30px; }
    .dripOnClassesInner p { font-size:16px; }
}
@media (max-width: 550px){
    .footer .footer-col:nth-child(1) { max-width: 100%; }
    .footer .footer-col:nth-child(2) { max-width: 100%; }
    .footer .footer-col:nth-child(3) { max-width: 100%; }
    .footer .footer-col:nth-child(4) { max-width: 100%; }
    .footer .footer-row { text-align: center; }
    .footerContactInfo .footer-contact-row { text-align: left; }
    .footer .socialLinks .socialLinks-item { margin: 0; }
    .about-blog-sec .blog-box-row .blog-left img { max-height: 200px; }
    .footer .socialLinks { text-align: left; max-width: 140px; margin: 0 auto; }
    .outdoors .card .card-body .card-figcaption-button-section .card-figcaption-button { height: 40px; font-size: 14px; }
    .footer-newsletter .form-prefixPostfix { flex-direction: column !important; align-items: center; row-gap: 10px; }
    .footer-newsletter .form-prefixPostfix .form-input { flex: unset; width: 100%; height: 40px;}
    .btn { height: 40px; font-size: 14px; }
    .footer-newsletter .newsletter-title-row svg { width: 50px; }
    .productView-options .product-purchase-section .form-action #form-action-addToCart { min-width: unset; }
    .productView-options .form-wishlist .dropdown-menu-button { width: 100%; min-width: unset;}
    .productView-options .form-wishlist #wishlist-dropdown.is-open .button { width: 100%; }
    #update { min-width: unset; width: 100%;}
    
    .which-product-choose-inner .which-product-choose-left { margin:0; }
    
}
@media (max-width: 480px){
    .header-logo-image-unknown-size { max-width: 100%; }
    .about-blog-sec .blog-box-row .blog-left img { max-height: 200px; }
    .instaSec .instaRow { grid-template-columns: repeat(3, 1fr); }
    .instaSec .instaRow a:nth-child(n+7) { display: none;}
    .about-blog-sec .blog-box-row { flex-wrap: wrap; }
    .about-blog-sec .blog-box-row .blog-left { width: 100%; }
    .about-blog-sec .blog-box-row .blog-right { width: 100%; text-align: center; }
    .about-blog-sec .blog-right .blog-date { text-align: center; }
    .productView-thumbnail-link { height: 65px; max-width: 65px;}
    .native-offer-main .bundle-content-product .list-check-order ul li .choose-option .text { font-size: 9px !important;}
    .home_cate_sec .boxs .box .cat_heaing { font-size: 13px; }
    .home_cate_sec .boxs .box .cat_img { height: 140px; } 
}


