/** Shopify CDN: Minification failed

Line 523:9 Expected ":"
Line 535:7 Expected ":"
Line 3229:23 Unexpected "`"

**/
body {
    margin: 0 auto;
    overflow-x: hidden;
    font-family: Open Sans!important;
}
.menu-cross{
  margin: 0;
}
.menu-cross img{
  filter: none !important;
}
/* #ham .hamimg{
  filter: invert(100%) sepia(0%) saturate(7436%) hue-rotate(76deg) brightness(94%) contrast(113%);
}
#ham:hover .hamimg{
  filter: invert(77%) sepia(88%) saturate(1195%) hue-rotate(351deg) brightness(100%) contrast(102%);
} */
 .nav-top {
  color: #fff;
  padding: 0 10px 0 0;
  display: none;
}
.nav-top .hamburger {
  /* margin-left: auto; */
  color: #fff;
  cursor: pointer;
}

 .nav-drill {
  margin-top: 50px;
  transform: translateX(100%);
}

 .nav-is-toggled .nav-drill {
  transform: translateX(0);
  left: 0;
}
 .nav-is-toggled::after {
  opacity: 1;
  visibility: visible;
}
 .nav-drill {
  margin-top: 50px;
  transform: translateX(100%);
}

 .nav-is-toggled .nav-drill {
  transform: translateX(0);
  left: 0;
}
 .nav-is-toggled::after {
  opacity: 1;
  visibility: visible;
}

 .nav-drill {
  display: flex;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  /* background-color: #fff; */
  background: rgba(23, 38, 81, 0.89);
  /* backdrop-filter: blur(20px); */
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: 0.45s;
}
.top-header-area .nav-items {
  flex: 0 0 100%;
  /* padding: 20px; */
}

.top-header-area .nav-link {
  display: block; 
  color: #fff;
  font-size: 18px;
}
 .nav-expand-content {
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: 0.3s;
  visibility: hidden; */
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top-header .nav-expand-content .nav-back-link {
  /* display: flex; */
  align-items: center;
  color: #fff;
  font-size: 18px;
  display:none;
}
.sub-menu-area .nav-link{
  color: #fff;
  font-size: 18px;
}
 .nav-expand-content .nav-back-link::before {
  content: "\f053";
  margin-right: 0.5em;
  font-family: "FontAwesome";
}
 .nav-expand-link {
  display: flex;
  justify-content: space-between;
}
.nav-expand-link::after {
  content: "\f054";
  flex: 0 1 auto;
  font-family: "FontAwesome";
  float: inline-end;
  display:none;
}
 .nav-expand.active > .nav-expand-content {
  transform: translateX(0);
  visibility: visible;
       z-index: 1111;
}
 /* .nav-expand .nav-expand-content {
  background: rgba(23, 38, 81, 1);
} */
.menu-cut{
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: #fff;
  font-size: 18px;
  font-family: 'Open Sans';
  /* margin: 0 20px; */
  padding: 15px 5px 15px 20px !important;
  align-items: center;
}
.menu-cut span {
  font-size: 30px;
  font-weight: 600;
}
/* Hover style
********************************/ 
.navbar .nav > li > a, .mega-menu a
 { 
  -webkit-transition: all 200ms ease;
	 -moz-transition: all 200ms ease;
	  -ms-transition: all 200ms ease;
	   -o-transition: all 200ms ease;
	      transition: all 200ms ease; 
	
		 /* -webkit-transform: translate3d(0, 0, 0); Webkit Hardware Acceleration*/ 
	     -webkit-backface-visibility: hidden; /* Safari Flicker Fix #2 */
	     -webkit-transform: translateZ(0);
}	

.nav-collapse{
    display: block;
    margin: 0 25px;
}
.navbar-header {
  margin: 0 auto;
  /* padding: 10px 0; */
  border-bottom: 1px solid var(--Stroke, rgba(0, 0, 0, 0.10));
  /* background: var(--White, #FFF); */
  box-shadow: 0px 4px 44px 0px rgba(23, 38, 81, 0.06);
}
.navbar-header-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar-header-area .navbar{
  padding: 0.5rem 0;
}
.navbar {
    position: static;
}
 .megamenu  {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  background: rgb(23 38 81 / 93%);
  /* backdrop-filter: blur(20px); */
  color: #fff;
  padding: 30px 80px !important;
  /* transform: translateX(-10%); */
  transform: translate3d(0, 105px, 0px)!important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu p{
  line-height: 20px;
  font-size: 14px;
  font-family: 'Open Sans';
}
.navbar-expand-lg .navbar-nav .dropdown-menu  h5{
  color: #FFF;
  font-family: Bebas Neue;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item{
  color:  #FFF;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-wrap: wrap;
  white-space: inherit;
}
.navbar-expand-lg .navbar-nav .dropdown-menu img{
    border-radius: 11px;
}
/* .navbar-expand-lg .navbar-nav .dropdown-menu .row:nth-last-child(2) .border-right{
  border:none !important;
} */
.navbar-expand-lg .dropdown-item:focus,.navbar-expand-lg .dropdown-item:hover {
  background: none !important;
}
.navbar-expand-lg .dropdown-item {
  padding: 0.25rem 0;
  color: #fff;
}
.nav-drill .nav-link{
  margin: 10px 0;
}
.sub-manu-ul li .nav-link{
  font-size: 14px !important;

}
.nav-level-1 .nav-item {
  /* padding: 20px 0; */
  border-bottom: .5px solid #fff;
}
.sub-manu-ul li{
  border: none !important;
}
.stopnav{
  display: none;
}


.border-right{
  border-color: rgba(255, 255, 255, 0.12);
}
.search-box {
    padding: 10px 10px;
    border: 1px solid #C1C1C1;
    background-color: white;
    border-radius: 5px;
    transition: .2s;
    display: flex;
  }

  
  .search-box:hover {
    border-color: #AAAAAA;
  }
  
  .search-box input{
    font-size: 1em;
    width: 265px;
  }
  
  input {
     color: #000;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.14px;
    border: none;
  }
  
  button:hover {
    cursor: pointer;
  }
  
  input:focus {
    outline: none;
  }
  
  input[type='search']::-webkit-search-cancel-button {
      -webkit-appearance: none;	
  }
  
  .clear:not(:valid) ~ .search-clear {
      display: none;
  }

  .desktop-nav-area  li a{
    color: #172651;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.195px;
  }
  
  .desktop-nav-area  li{
    margin-right: 35px !important;
  }
  .desktop-nav-area li a:hover{
    color: #EDA804 !important;
    text-decoration: none;
  }
.megamenu h5{
      color: #fff;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.195px;
    padding: 5px 0;  
}
.megamenu .dropdown-item {
    color: #fff;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.195px;
    padding: 5px 0;
  }
.megamenu .dropdown-item:hover{
  background:none
}
  .dropdown.show .dropdown-toggle{
    color:#EDA804;
  }
  .megamenu-li {
    position: static;
  }
  
  .megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
  }
  .cart-indecator{
    position: absolute;
    top: -3%;
    right: -19%;
    filter: none !important;
  }
  .navstick{
    position: fixed;
    width: 100%;
    z-index: 11111111;
    background: #fff;
    top: 0;
  }

  @media (max-width:767.5px) {
    .desktop_view{
        display: none;
    }
    .navbar-header-area {
      flex-direction: column;
    }
    .top-header-area a span{
      display: none;
    }
    .sa_cart_qty {
      display: block !important;
    }
    .top-header-area {
      justify-content: center;
    }
    .search-box {
      width: 100%;
    }
    .search-box input {
      width: 95% !important;
    }
    .banner-info h1 {
      font-size: 76px;
    }
    .top-header-area a {
      margin: 0 20px;
    }
    .menu-cut{
      padding: 15px 5px 25px 20px !important;
    }
    .navbar-header {
      padding: 10px 0 20px;
    }
  }
  @media (min-width:768px) and (max-width:1024.5px) {
  .navbar-expand-lg .navbar-collapse{
    display: none !important;
  }
  .navbar-header {
    padding: 10px 0 20px;
  }
  }

  @media (max-width:1024.5px){
    .nav-top{
      display: block;
    }
  }
  @media (min-width:1025px) and (max-width:1280px) {
    .search-box input {
      width: 200px;
    }
    .desktop-nav-area li {
      margin-right: 5px;
    }
    
  }

.stopscroll{
  overflow-y: hidden;
}
.navbar-nav{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex: auto;
    margin-top: 7px;
}
.desktop_view .collapse{
  display:flex;
}

.header{
    display: flex;
    flex-wrap: wrap;
}
.header__heading{
    order: 1;
}
.custom_search{
    order: 2;
    width: 70%;
    margin:0 25px 0 15px;
}
.header__icon--account account-icon{
    display: flex;
    align-items: center;
}
.menu-drawer-container .icon-close path {
    stroke: #fff!important;
}
@media screen and (min-width: 990px) {
    .search-modal__form {
        max-width: 100%;
    }
}
.header__inline-menu, .mega_menu_wrapper{
    /* position: relative; */
    width: 100% !important;
    order: 4;
    text-align: center;
}

.custom_about_link{
  order: 3;
}
.header__icons {
    order: 5;
    /* padding-right: 0;
    justify-content: end; */
    position: absolute;
    right: 3%;
    top: 19%;
}

.header__search{
  display:none!important;
}

@media screen and (min-width: 990px) {
    .header:not(.drawer-menu).page-width {
        padding-left: 0;
        padding-right:0;
    }
}
.custom_about_link a{
  color:#172651;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.195px;
}

.header__icon:not(.header__icon--summary), .header__icon span {
    justify-content: end;
}
.custom_search .search .field input{
    border-radius: 11px;
    border: 2px solid #172651;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
    padding: 5px 5px 5px 20px;
    color #172651;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
}
.custom_search .search .field input:focus{
    box-shadow: none;
}
.custom_search .search .field input::placeholder, .field__label{
  color #172651;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  /* line-height: normal; */
  letter-spacing: -0.16px;
}
.custom_search .search .field:before, .custom_search .search .field:after{
  display:none;
}
.custom_search .search__button{
    border-radius: 7px!important;
    background: #FECE08!important;
    width: 38px!important;
    height: 38px!important;
    top: 12%!important;
    right: 1%!important;
}
.search__button .icon {
    height: 24px;
    width: 24px;
    color: #000;
    font-weight: bold;
}
.slider-buttons {
    position: absolute;
    top: -18%;
    right: 4%;
}
.slider-button--prev {
    background: url(/cdn/shop/t/13/assets/arrow-left.png?v=1718201111) !important;
    background-repeat: no-repeat  !important;
    background-position: center  !important;
    border-radius: 7px !important;
    background-color:#F6F7FA !important;
    margin-right:10px;
}
.slider-button--next{
  background: url(/cdn/shop/t/13/assets/arrow-right.png?v=1718201132) !important;
    background-repeat: no-repeat  !important;
    background-position: center  !important;
    border-radius: 7px !important;
    background-color:#F6F7FA !important;
}
.slider-button svg{
  display:none;
}
.slider-counter{
   display:none !important;
}

.header__menu-item span{
    color: #172651;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.195px;
}
@media screen and (min-width: 750px) {
   .banner.banner--large:not(.banner--adapt) {
        min-height: 420px!important;
    }
}
.section-collection-list .collection-list-title{
    color:#000;
    font-family: "Bebas Neue";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
    text-align:center;
}
.card__media .media img {
    object-fit: contain!important;
    background: #fff;
}
@media screen and (min-width: 990px) {
  .section-collection-list .title-wrapper-with-link {
        align-items: center;
        justify-content: center;
    }
}
@media screen and (min-width: 990px) {
    .slider--desktop.grid--5-col-desktop .grid__item {
        width: 30%!important;
    }
}
@media(min-width:992px){
.collection-list{
  justify-content: center;
}
.collection-list .collection-list__item{
  width: 12%;
  flex-grow: inherit;
  margin:0 15px;
}
}
.collection-list .card {
    align-items: center;
    border:none;
}
.collection-list .card__inner{
    width: 140px !important;
    height: 140px !important;
    border-radius: 7px !important;
    border: 1px solid rgba(0, 0, 0, 0.10) !important;
    background: lightgray !important;
    overflow: hidden !important;
}
.collection-list .collection-list__item a{
    color: #000;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.collection-list .collection-list__item a .icon-wrap{
    display: none;
}
.collection .collection__title h2{
    color: #000;
    font-family: "Bebas Neue";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.72px;
}
.product-card-wrapper .card__heading a{
    color: #000;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 134%; /* 20.1px */
    margin-bottom: 20px;
}
.product-card-wrapper .price-item--regular{
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.product-card-wrapper .price-item--sale{
    color: #45800A;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: strikethrough;
}
.product-card-wrapper .price-item--last{
    color: #45800A;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.collection .grid__item .card__inner{
    border-radius: 7px;
    border: 1px solid var(--Stroke, rgba(0, 0, 0, 0.10));
    background: #fff;
    height: 226px;
    overflow: hidden;
}
.collection .grid__item .card__media img{
  object-fit: contain;
}
.amazing_block_section {
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
}
@media (min-width: 1025px) and (max-width:1599px){
   #shopify-section-template--17915999912174__amazing_apparel_section_VMwAJq .page-width {
        padding: 0 1rem;
   }
  #shopify-section-template--17915999912174__image_with_text_YEKWAG .page-width {
    padding: 0 1rem;
  }
  /* .header__icons {
    width: 13%;
   } */
}
@media (min-width: 1600px){
  .page-width {
        padding: 0;
    }
}
   .amazing_img_div img{
    width: 100%;
   }
   .amazing_divs{
     width: 33.333%;
      display: flex;
      flex-direction: column;
      /* justify-content: space-between; */
   }
.amazing_divs:not(:first-child){
  margin-left:20px;
}
   .amazing_divs h4{
       color: #000;
       font-family: "Bebas Neue";
       font-size: 36px;
       font-style: normal;
       font-weight: 400;
       line-height: normal;
       letter-spacing: 0.72px;
     margin:0!important;
   }
   .amazing_divs p{
       color: #172651;
       font-family: "Open Sans";
       font-size: 15px;
       font-style: normal;
       font-weight: 400;
       line-height: 134%; /* 24.12px */
       margin-top: 10px;
       margin-bottom: 25px;
   }
.amazing_divs:last-child p{
      margin-top: 40px;
}
   .amazing_divs a{
       border-radius: 7px;
       background:  #FECE08;
       padding: 16px 50px 16px 28px;
       color:  #000;
       font-family: "Open Sans";
       font-size: 15px;
       font-style: normal;
       font-weight: 700;
       line-height: normal;
       letter-spacing: 0.15px;
       text-transform: uppercase;
       text-decoration:none;
       margin-bottom:30px;
       width: fit-content;
       background-image: url(/cdn/shop/t/13/assets/move-right2.png?v=1718622623);
       background-size: 20px 20px;
       background-repeat:no-repeat;
       background-position:center right 11%;
   }


#shopify-section-template--17915999912174__image_with_text_YEKWAG .image-with-text__heading{
    color: #172651;
    font-family: "Bebas Neue";
    font-size: 66px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 100px;  */
    letter-spacing: 0.66px;
}
#shopify-section-template--17915999912174__image_with_text_YEKWAG .rte p{
    color:#172651;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%; /* 24.12px */
}
#shopify-section-template--17915999912174__image_with_text_YEKWAG .button {
    border-radius: 7px;
    background: #172651;
    padding: 16px 58px 16px 28px;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.15px;
    text-transform: uppercase;
    opacity: 1;
    background-image: url(/cdn/shop/t/13/assets/move-right.png?v=1718284257);
    background-size: 20px 20px;
    background-repeat:no-repeat;
    background-position:center right 9%;
    margin-top: 30px !important;
}
#shopify-section-template--17915999912174__image_with_text_YEKWAG .button:after{
  display:none;
}
/* #shopify-section-template--17915999912174__image_with_text_YEKWAG .button:before {
    content: '';
    opacity: 1 !important;
    position: absolute;
    right: 10%;
    top: 19%;
    
}  */
#shopify-section-template--17915999912174__image_with_text_YEKWAG .button:before, #shopify-section-template--17915999912174__image_with_text_YEKWAG .button:after{
  display:none;
}
#shopify-section-template--17915999912174__image_with_text_YEKWAG .image-with-text__content>*+* {
    margin-top: 1.5rem;
}
@media screen and (min-width: 990px) {
    #shopify-section-template--17915999912174__image_with_text_YEKWAG .image-with-text__content {
        padding: 60px 50px;
    }
}
#shopify-section-template--17915999912174__image_with_text_YEKWAG .image-with-text .grid {
    background: #FECE08;
    border-radius: 7px;
    overflow: hidden;
}
#shopify-section-template--17915999912174__image_with_text_YEKWAG .image-with-text__media-item{
      overflow: hidden;
}
#shopify-section-template--17915999912174__image_with_text_YEKWAG .image-with-text__media-item:before{
  content: '';
  position: absolute;
    left: 0;
    top: 0;
    z-index: 1111;
    bottom: 0;
    /* height: 343px; */
    background: url(/cdn/shop/t/13/assets/cone.png?v=1718259513);
    background-repeat: no-repeat;
    background-size: 100% 102%;
    width: 167px;
}
@media screen and (min-width: 990px) {
    .slider--desktop .slider__slide:first-child {
        margin-left: 0px!important;
    }
}

@media screen and (min-width: 990px) {
  .collection  .product-grid {
    width: 93%;
    margin: 0 auto;
    padding: 0 0.5rem 0 0rem;
  }
   #shopify-section-template--17915999912174__featured_collection .collection__title.title-wrapper--self-padded-tablet-down , #shopify-section-template--17915999912174__featured_collection_NrzFaG .collection__title.title-wrapper--self-padded-tablet-down{
        padding: 0 2rem;
    }
  .container{
    max-width:93%;
    padding: 0 !important;
  }
}
.card{
  border:none;
}

.testimonial-area{
        padding: 80px 0px 40px;
        background: #FAFAFA;
    }
    .testimonial-area h2{
        color: #000;
        font-family: Bebas Neue;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align:center;
        margin-bottom: 15px;
    }
    
      .testimonial {
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #3d5a80;
        color: #3d5a80;
      }
      .testimonial-slide {
        padding: 40px 20px;
      }
      .testimonial_box-top {
        background-color: #fff;
        padding: 30px;
        border-radius: 15px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.03);
        height: 290px;
        min-height: 290px;
        max-height: 290px;
        overflow: hidden;
        overflow-y: scroll;
      }
 .testimonial_box-top::-webkit-scrollbar-track
{
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	background-color: #fff;
}

 .testimonial_box-top::-webkit-scrollbar
{
	width: 6px;
	background-color: #fff;
}

 .testimonial_box-top::-webkit-scrollbar-thumb
{
	background-color: #000000;
}
      .testimonial_box-icon {
        padding: 10px 0;
      }
      .testimonial_box-icon i {
        font-size: 25px;
        color: #14213d;
      }
      .testimonial_box-text {
        padding: 10px 0;
      }
      .testimonial_box-text p {
        color: #000;
        font-family: Open Sans;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 168.814%; /* 23.634px */
      }
      
      .testimonial_box-name {
        padding-top: 10px;
      }
      .testimonial_box-name h4{
        color: #000;
        font-family: Open Sans;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
      }
      .slick-prev:before, .slick-next:before {
        color: #000;
       }
       .slick-prev, .slick-prev:hover, .slick-prev:focus {
        background: url("https://cdn.shopify.com/s/files/1/0668/8040/5748/t/3/assets/left-arrow.png?v=1702471774") 0 0 / 60% no-repeat;
         opacity: .4;
      }
      .slick-next , .slick-next:hover, .slick-next:focus{
        background: url("https://cdn.shopify.com/s/files/1/0668/8040/5748/t/3/assets/right-arrow.png?v=1702471914") 0 0 / 60% no-repeat;
         opacity: .4;
      }
      .slick-prev:before, .slick-next:before{
        content: "" !important;
      }

 @media(max-width:767.5px) {
        .testimonial-area {
          padding: 60px 20px;
        }
        .testimonial-area h2 {
          font-size: 32px;
        }
       .slick-prev {
          left: -4% !important;
        }
        .slick-next {
          right: -4% !important;
        }
 }

.shop-favorate-area{
    padding: 50px 0;
}
.section-title{
    color: #000;
    font-family: Bebas Neue;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
}
.favorite-block{
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: cover;
    height: 450px;
    border-radius: 11px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
 }
 .favorite-block h4{
    color: #FFF;
    text-align: center;
    font-family: Bebas Neue;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
 }

/* Bananas Overlay */

 .fblock1-overlay{
    background: linear-gradient(137deg, rgba(252, 205, 1, 0.70) -1.63%, rgba(4, 7, 7, 0.70) 109.87%), lightgray 50% / cover no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 80px 30px;
    opacity: .7;
 }

/* Party Animals Overlay */
 .fblock2-overlay{
   background: linear-gradient(137deg, rgba(0, 0, 0, 0.70) -1.63%, rgba(237, 18, 114, 0.70) 109.87%), lightgray -80px -419.857px / 112.49% 384.314% no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 80px 30px;
    opacity: .7;
 }

/* Firefighters Overlay */
 .fblock3-overlay{
    background: linear-gradient(137deg, rgba(238, 46, 36, 0.70) -1.63%, rgba(4, 7, 7, 0.70) 109.87%), lightgray 50% / cover no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 80px 30px;
    opacity: .7;
 }

/* Tailgaters Overlay */
 .fblock4-overlay{
    background: linear-gradient(137deg, rgba(56,92,199) -1.63%, rgba(14,29,73) 109.87%), lightgray 50% / cover no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 80px 30px;
    opacity: .7;
 }


 /* Clowns Overlay */
 .fblock5-overlay{
    background: linear-gradient(137deg, rgb(159, 51, 36) -1.63%, rgb(159, 51, 36) 109.87%), lightgray 50% / cover no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 80px 30px;
    opacity: .7;
 }

 /* Coconuts Overlay */
 .fblock6-overlay{
    background: linear-gradient(137deg, rgb(73, 192, 186) -1.63%, rgb(73, 192, 186) 109.87%), lightgray 50% / cover no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 80px 30px;
    opacity: .7;
 }

.favorite-block div:empty{
  display:block!important;
}
 .favorite-block-content{
    position: absolute;
    z-index: 1;
    margin: auto;
 }
 .logo-img-area{
    margin-bottom: 20px;
 }
 .feature-area{
    padding: 50px 0;
 }
 .feature-form-area{
    /* -webkit-box-shadow: 4px 9px 31px -7px rgb(207 207 207);
    -moz-box-shadow: 4px 9px 31px -7px rgb(207 207 207);
    box-shadow: 4px 9px 31px -7px rgb(207 207 207); */
   -webkit-box-shadow: 1px 1px 16px -1px rgb(207 207 207);
    -moz-box-shadow: 1px 1px 16px -1px rgb(207 207 207);
    box-shadow:1px 1px 16px -1px rgb(207 207 207);
    border-radius: 20px;
    overflow: hidden;
 }
 .feature-form-area-form h3, .feature-form-area-form h3 a{
    color:#000;
    font-family: Bebas Neue;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
 }
 .feature-form-area-form p{
    color: #000;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 168.814%; /* 23.634px */
    margin: 10px 0;
 }
 .feature-form-area-form h5{
    color: #000;
    font-family: Open Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: uppercase;
 }
 .feature-form-area-form{
    padding: 25px;
 }
 .quantity-area .form-control {
  width: 17%;
  line-height: 2;
 }
  .quantity-area label{
    margin: 0 0 10px;
    color: #172651;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
.btn-primary,.feature-btn1{
    color: #000;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.15px;
    text-transform: uppercase;
    height: 50px;
    padding: 16px 50px;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    background: #FECE08;
    width: 45%;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    border: none;
}
.btn-primary:not(:disabled):not(.disabled):active
{
  background: #FECE08;
}
input.spr-button.spr-button-primary.button.button-primary.btn.btn-primary:hover {
    background: #fece08 !important;
}
.feature-btn2{
    width: 45%;
    margin-left: 10px;
    color: #000;
    text-align: center;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.15px;
    text-transform: uppercase;
    height: 50px;
    padding: 16px 50px;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    background-color: #5A31F4;
}
.feature-btn2 img {
    display: inline !important;
    width: auto !important;
}
.more-payment{
    color: #000;
    text-align: center;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    display: flex;
    justify-content: center;
    margin: 10px 0;
}
.feature-select{
  width:200px;
}
.feature-select .form-control{
    border-radius: 11px;
}
.feature-form-area-img{
    height: 430px;
}
.feature-form-area-img img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.fdiv {
  display: none;
}
.feture-div-1{
  display: block;
}
.feature-slider .item {
    text-align: left !important;
  }

.carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
  }
  
  /* fix blank or flashing items on carousel */
  .owl-carousel .item {
    position: relative;
    z-index: 100; 
    -webkit-backface-visibility: hidden; 
    text-align: center;
    padding: 5px;
  }
  
  /* end fix */
  .owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
  }
  
  .owl-nav i {
    font-size: 52px;
  }
  
  .owl-nav .owl-prev {
    left: -30px;
  }
  
  .owl-nav .owl-next {
    right: -30px;
  }
  .product-img-option{
      background: #f5f5f5;
      border-radius: 20px;
      margin-bottom: 20px;
  }
  .product-name-option{
      font-size: 16px;
      font-weight: 500;
  }
  .owl-carousel .item.active{
      border: 1px solid #dab94a;
      border-radius: 20px;
  }
  
  .owl-carousel .item .form-check{
      position: absolute;
      width: 90%;
      height: 100%;
      z-index: 111;
      margin: 0 auto;
      text-align: center;
      opacity: 0;
  }
  .owl-carousel .item .form-check input{
      width: 100%;
      height: 100%;
      margin: 0 auto;
      text-align: center;
      cursor: pointer;
  }
  .shop-slider1-imgbox h5{
    color: #FFF;
    text-align: center;
    font-family: Open Sans;
    font-size: 22px;
    padding: 0 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    position: absolute;
  }
  .shop-slider1-imgbox{
    border-radius: 11px;
    overflow: hidden;
    height: 220px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    border: 1px solid var(--Stroke, rgba(0, 0, 0, 0.10));
    background:  lightgray 50% / contain no-repeat, var(--White, #FFF);
 }
    .shop-slider1-imgbox img{
        height: 100%;
        object-fit: cover;   
    }
    .shop-slider1-imgbox-overlay{
        background: rgba(0,0,0,.7);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
    }
    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block;
        position: relative;
    }
    .owl-theme .owl-nav {
        margin-top: 10px;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        transform: translateY(35%);
    }
    .owl-carousel2 .owl-nav {
      transform: translateY(24%);
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: -2%;
        position: absolute;
        font-size: 45px;
         opacity: .5; 
    }
    .owl-carousel .owl-nav button.owl-next{
        right: -2%;
        position: absolute;
        font-size: 45px;
        opacity: .5; 
    }
    /* .owl-carousel .item {
        padding: 10px 20px;
    } */
    .owl-theme .owl-nav [class*=owl-]:hover {
        background: none;
        color: #000;
        text-decoration: none;
    }
    button:focus{
        outline: none;
    }
    .shop-slider2{
        padding: 50px 0;
    }
    .shop-slider2-info{
        margin-top: 20px;
    }
    .shop-slider2-info h5{
        color: #000;
        text-align: center;
        font-family: Open Sans;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }
    .shop-slider2-info p{
        color: #000;
        text-align: center;
        font-family: Open Sans;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 134%; /* 21.44px */
    }
    .shop-slider2 .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .owl-carousel .owl-stage-outer{
      z-index: 111111;
    }
    .owl-carousel .item a:hover{
      text-decoration:none;
    }
 @media (max-width:767.5px) {
        .feature-form-area-img img {
            height: auto;
        }
       
        .section-title {
          font-size: 32px;
          text-align: center;
        }
        .favorite-block {
          height: 350px!important;
          margin-bottom: 20px;
        }
        .title-area{
          flex-direction: column;
        }
        select.form-control:not([size]):not([multiple]) {
          height: calc(2.25rem + 18px);
        }
        .feature-form-area-form h3 {
          font-size: 36px;
        }
        .feature-form-btn-area {
            flex-direction: column;
        }
        .feature-btn1, .feature-btn2 {
            width: 100%;
            margin-bottom: 10px;
            margin-left: 0;
            margin-right: 0;
        }
        .feature-form-btn-area span{
            display: none;
        }
        .form-control {
          font-size: 1.3rem;
        }
        .testimonial-area {
          padding: 60px 20px 30px;
        }
        .testimonial-area h2 {
          font-size: 32px;
        }
        .owl-theme .owl-nav {
         transform: translateY(30%);
          height: 50px;
          top: 30%;
          z-index: 1111111111;
        }
        .shop-slider1 .owl-nav {
         transform: translateY(30%);
          height: 50px;
          top: 30%;
          z-index: 1111111111;
        }
        .shop-slider3 .owl-nav {
         transform: translateY(30%);
          height: 50px;
          top: 35%;
          z-index: 1111111111;
        }
        .shop-slider1-imgbox {
          height: 250px;
        }
        .feature-form-area-img{
            height: auto;
        }
        .owl-carousel .owl-nav button.owl-next {
          right: -6%;
        }
        .owl-carousel .owl-nav button.owl-prev {
            left: -6%;
        }
      }
      @media (min-width:768px) and (max-width:991px) {
        .feature-form-area-img{
                  height: auto;
              }
      }
      @media (min-width:768px) and (max-width:1024.5px) {
        .owl-theme .owl-nav {
          transform: translateY(30%);
        }
        .favorite-block {
          height: 320px;
        }
      }


  /**footer**/

  
.main_footer  {
  background: #172651;
  padding: 80px 15px 60px 15px;
}
.main_footer a{
  text-decoration:underline;
}
.bbf-box .subtitle {
  margin: 30px 0px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}

.fcon-det {
  display: flex;
  flex-direction: column;
}

.fcon-det a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  display: flex;
    align-items: center;
}

.fcon-det a img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.f-heading {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #fff;
  font-family: 'Bebas Neue', sans-serif;
}

.bbf-box address {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
}
.store-time{
    margin-top: 15px;
}
.store-time p strong{
    font-weight: bold;
}
.bbf-box address span {
  text-decoration: underline;
}

.store-time p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0px;
}

.direct-btn .btn {
  display: flex;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  padding: 16px 50px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 11px;
  background: #FECE08;
  margin-top: 45px;
  text-decoration:none;
}

.bbf-box .footer-links {
  padding-left: 0px;
}

.bbf-box .footer-links li {
  list-style: none;
}

.bbf-box .footer-links li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0px;
}

.bbf-box {
  padding: 0px 20px;
}

.hr {
  height: 0.5px;
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  margin: 60px 0px;
}

.fo-mo {
  margin-bottom: 60px;
}

.fo-mo p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0px;
  color: #fff;
}

.fo-mo a {
  font-size: 40px;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  text-decoration:none;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  padding-left: 0px;
}

.footer-social li {
  list-style: none;
  margin: 0 40px;
}

.footer-social li a img {
  filter: invert(100%) sepia(0%) saturate(7436%) hue-rotate(76deg) brightness(94%) contrast(113%);
}

.footer-social li a:hover img {
  filter: invert(77%) sepia(88%) saturate(1195%) hue-rotate(351deg) brightness(100%) contrast(102%);
}

.cr-txt p,
.cr-txt p a {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration:none;
}
.amazing_divs div:empty {
    display: none!important;
}
#bb-footer div:empty {
    display: block;
}

@media screen and (max-width:1024px) {
  .main_footer .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .bbf-box {
    margin-bottom: 30px;
  }
}

@media screen and (max-width:767.5px) {
  .footer-social li {
    margin: 0 15px;
  }
  .footer-social li a img{
    width: 30px;
  }
  .fo-mo p {
    margin-bottom: 20px;
  }
  .fo-mo a {
    font-size: 30px;
  }
  .bbf-box {
    padding: 0px 0px;
  }
  .feature-area {
    padding: 50px 20px;
  }
}

@media screen and (max-width:650px) {
  .main_footer  .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bbf-box{
    text-align: left;
  }
  .hr {
    margin: 30px 0px;
  }
}

.custom_col_logo .header__heading-logo-wrapper{
  height: 40px;
    width: 166px;
}
.custom_col_logo .header__heading-logo-wrapper img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}




/*responsive*/
@media(min-width:1400px){
   .page-width{
    /* width: 100%; */
    max-width: 100%;
    margin: 0 60px;
  }
}
@media(min-width:992px) and (max-width:1200px){
  .custom_search {
    width: 63%!important;
  }
  .header__heading-logo {
    height: auto;
    max-width: 96%;
    padding-left: 29px;
  }
}
@media(min-width:1200px) and (max-width:1250px){
      .collection .product-grid {
        width: 87%;
      }
      .slider-buttons {
        right: 6%;
      }
}
@media(min-width:1251px) and (max-width:1299px){
      .collection .product-grid {
        width: 91%;
      }
      .slider-buttons {
        right: 6%;
      }
}
@media(min-width:1400px) and (max-width:1599px){
      .slider-buttons {
        right: 5%;
      }
  .custom_search {
    width: 72%;
  }
}
@media(min-width:1600px) and (max-width:1699px){
  .custom_search {
    order: 2;
    width: 76%;
    margin: 0 25px 0 15px;
}
}
@media(min-width:1700px) and (max-width:3000px){
  .custom_search {
    order: 2;
    width: 80%;
    margin: 0 25px 0 15px;
  }
}
@media(min-width:1400px) and (max-width:3000px){
  .amazing_divs {
    justify-content: space-between;
  }
}
@media(min-width:1400px) and (max-width:1900px){
      .collection .product-grid {
        width: 91%;
      }
}
@media(min-width:768px) and (max-width:1024px){
 .section-collection-list .collection-list .collection-list__item {
      width: 27%;
  }
  .grid--1-col-tablet-down.grid--peek .grid__item {
      width: 70%;
  }
  .card__inner {
    height: 350px;
  }
  #shopify-section-template--17915999912174__image_with_text_YEKWAG .image-with-text__heading {
    font-size: 34px;
  }
  .amazing_divs h4 {
    font-size: 20px;
   }
  .amazing_divs p {
    font-size: 12px;
  }
  .amazing_divs a {
    padding: 12px 12px;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .amazing_divs:last-child p {
    margin-top: 10px;
  }
  .amazing_divs p {
    margin-bottom: 14px;
  }
  .favorite-block h4 {
    font-size: 24px;
  }
  .title-wrapper-with-link {
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
   /* .section-collection-list .grid--2-col-tablet-down .grid__item {
        width: 12%;
    } */
    .amazing_divs {
      justify-content: space-between;
    }
}
@media(max-width:991px){
  .header__heading, .custom_col_logo, .header__heading-link {
    width:77%;
  }
  .header__heading, .header__heading-link {
        text-align: left;
  }
  .custom_about_link{
    order: 2 !important;
  }
  .header__icons {
    order: 3 !important;
    width: 14%;
    justify-content: end;
    position: relative;
  }
  header-drawer{
    order: 4 !important;
    margin-left: 13px !important;
    width: 24%;
    text-align: center;
    display: flex;
    justify-content: start;
  }
  .custom_search {
    order: 5!important;
    width: 69%;
    margin: 0 0 0 15px;
  }
  .header {
    padding: 10px 10px 10px 10px!important;
  }
  .header__icon--menu  {
    border-radius: 11px;
    background: #172651;
    color: #fff;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
  }
  .header__icon--menu .icon {
      left: 4.5% !important;
      right: 0 !important;
  }
  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: 54%;
  }
  .amazing_block_section {
    margin: 40px 20px!important;
  }
}
@media(max-width:767px){
  .header__heading, .custom_col_logo, .header__heading-link {
    width:69%;
  }
  .banner--large:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
        min-height: 200px!important;
    }
  #shopify-section-template--17915999912174__collection_list_BpjACG .collection-list-title {
    font-size: 24px;
    text-align: left;
  }
  .slider-buttons {
    top: -19%;
  }
  #shopify-section-template--17915999912174__image_with_text_YEKWAG .image-with-text__media-item:before{
    display:none;
  }
  #shopify-section-template--17915999912174__image_with_text_YEKWAG .image-with-text__heading {
    font-size: 30px;
  }
  .amazing_block_section {
    flex-direction: column;
  }
  .amazing_divs {
    width: 100%;
    /* margin-bottom:30px; */
  }
  .amazing_divs:not(:first-child) {
    margin-left: 0;
  }
  /* .amazing_divs-content{
    margin-bottom:30px;
  } */
  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item, .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
        width: 70% !important;
        margin-left: 20px;
    }
    /* .section-collection-list .grid--2-col-tablet-down .grid__item {
        width: 24%;
        margin: 16px;
        overflow: hidden;
    } */
  .collection-list {
    justify-content: left;
  }
  .collection-list .collection-list__item a {
    font-size: 13px;
  }
  .section-collection-list .collection-list:not(.slider) {
        padding-left: 0;
        padding-right: 0;
  }
  .collection .collection__title h2 {
    font-size: 24px;
  }
  .slider-button {
    width: 34px;
    height: 34px;
 }
  .feature-form-area-form h3, .feature-form-area-form h3 a {
    font-size: 30px;
    line-height: 35px;
  }
  .collection-list .card__inner {
    width: 94px !important;
    height: 94px !important;
  }
  .amazing_divs{
    margin-bottom:30px;
  }
  .testimonial_box-top {
        height: 300px;
        min-height: 300px;
        max-height: 300px;
  }
  #shopify-section-template--17915999912174__image_with_text_YEKWAG .button {
    padding: 16px 48px 16px 16px;
    font-size: 13px;
  }
  .image-with-text__content {
    padding: 4rem calc(3rem / var(--font-body-scale)) 5rem !important;
   }
  .header__icons {
      width: 14%;
  }
  header-drawer {
        order: 4 !important;
        margin-left: -8px !important;
        width: 20%;
        text-align: center;
        display: flex;
        justify-content: center;
  }
  .header__icon--menu .icon {
      left:7.5% !important;
      right: 0 !important;
  }
  .custom_search {
        order: 5 !important;
        width: 73%;
        margin: 0 0 0 15px;
    }
  .custom_search .search__button {
    right: 3% !important;
  }
  .shop-favorate-area {
    padding: 50px 0 20px;
  }
  .section-collection-list .collection-list:not(.slider) {
        padding-left: 0 !important;
        padding-right: 0 !important;
  }
  
}
@media(min-width:700px) and (max-width:767px){
  .collection-list .grid--2-col-tablet-down .grid__item {
        width: 27%;
        margin: 16px;
        overflow: hidden;
    }
  header-drawer {
        order: 4 !important;
        margin-left: -8px !important;
        width: 12%;
  }
      .custom_search {
        order: 5 !important;
        width: 81%;
        margin: 0 0 0 15px;
    }
  .header__heading, .custom_col_logo, .header__heading-link  {
        width: 75%;
    }
  .header__icon--menu .icon {
      left:4.5% !important;
      right: 0 !important;
  }
}
@media(max-width:350px){
  .grid--2-col-tablet-down .grid__item {
        width: 24%;
        margin: 14px;
        overflow: hidden;
  }
  .collection-list .collection-list__item a {
    font-size: 12px;
   }  
  .header__icon--menu .icon {
      left: 11% !important;
      right: 0 !important;
  }
  .header__heading, .custom_col_logo, .header__heading-link  {
        width: 66%;
    }
  .header__icon--menu .icon {
      left:7.5% !important;
      right: 0 !important;
  }
}
@media(min-width: 1750px) {
    #shopify-section-template--17915999912174__image_banner .banner--large:not(.banner--adapt) {
        min-height: 528px !important;
    }
  .collection-list .collection-list__item {
    width: 9%;
    flex-grow: inherit;
    margin: 0 15px;
  }
}
@media screen and (min-width: 990px) {
    .header:not(.header--middle-left,.header--middle-center) .header__inline-menu {
        margin-top: 0;
    }
  .header {
        padding-top: 20px;
        padding-bottom: 6px!important;
    }
}

/*collection page*/

.facets-container {
  background: #F6F7FA;
  border-radius: 7px;
  /* padding: 40px 20px; */
}
#FacetsWrapperDesktop details summary, #FacetsWrapperDesktop details .facets__display-vertical, .active-facets-vertical-filter{
  margin:0 20px;
}
.facets__heading, .facets__summary  span{
color: #172651;
font-family: "Open Sans";
font-size: 13px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.195px;
  text-decoration: none !important;
} 
.active-facets-vertical-filter, .active-facets {
  display:none !important;
}
#FacetsWrapperDesktop .facets__disclosure-vertical{
  border:none!important;
  border-bottom:1px solid rgba(23, 38, 81, 0.05) !important;
}
#FacetsWrapperDesktop .facets__disclosure-vertical:last-child{
  border:none!important;
}
.facet-checkbox__text-label, .facets__selected, .facets__display-vertical, .label-show-more{
  color: #172651;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.195px;
  text-decoration: none !important;
}

.collection-hero__title {
    color: #000;
    font-family: "Bebas Neue";
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: 0.72px;
    margin-bottom: 0;
    text-align: center;
}
.collection_custom_wrapper {
    display: flex;
    width: 50%;
    flex: auto;
}
.collection_filter_title  {
    width: 40%;
} 
.collection_filter_title p{
  color: #000;
  font-family: "Bebas Neue";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
}
.view_all_collection{
  text-align:center;
  margin:30px auto;
}

.view_all_collection a{
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    color:  #172651;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.13px;
    text-transform: uppercase;
    padding:13px 20px;
}
.facet-checkbox.active> svg{
  background-color: #172651;
}
.icon-checkmark path{
  stroke: #fff;
}
.pagination__list {
  display: flex;
  flex-wrap: nowrap !important;
  justify-content: end !important;
}
.pagination {
    justify-content: end;
}
.pagination__item{
    border-radius: 7px;
    background: #F6F7F;
    width: 44px;
    height: 44px;
    color: #172651;
    font-variant-numeric: ordinal;
    font-feature-settings: 'ss03' on, 'ss08' on, 'cv05' on, 'cv11' on;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none !important;
}
.pagination__item:hover{
  color: #172651;
  text-decoration: none !important;
}
.pagination__item--current {
  border: 2px solid #172651;
  color: #172651!important;
  text-decoration: none !important;
}
.pagination__item--current:after, .pagination__item:hover:after{
  display:none !important;
}
#shopify-section-template--17915999617262__product-grid .facet-filters__field{
    height: 45px;
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    width: 250px;
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 20px;
    color: #000;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 134%; /* 17.42px */
}
.product-count__text{
    color: #000 !important;
    font-family: "Open Sans"  !important;
    font-size: 13px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 45px !important; /* 17.42px */
    height:45px !important;
}
#shopify-section-template--17915999617262__product-grid .facet-filters__label label{
  margin-bottom:0 !important;
  color: #000;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
}
.facet-filters__sort:focus-visible {
    outline: 0 !important;
    box-shadow:none !important;
}
.facet-filters__sort{
  color: #000;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
}
.related_sec_title p{
  color:#000;
  font-family: "Bebas Neue";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
}

.related-slider .owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}
.related-slider .owl-nav{
  position: absolute;
  top: -14%;
  right: 0;
  display: flex!important;
}
.related-slider .owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}
.related-slider .owl-nav i {
  font-size: 52px;
}
.related-slider .owl-nav span{
  display:none;
}
.related-slider .owl-nav button{
    color: rgba(var(--color-foreground), .75);
    background: transparent;
    border: none;
    cursor: pointer;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1!important;
}
.related-slider .owl-next{
    position:relative !importante;
    background: url(/cdn/shop/t/13/assets/arrow-right.png?v=1718201132) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 7px !important;
    background-color: #F6F7FA !important;
}
.related-slider .owl-prev{
    position:relative !important;
    background: url(/cdn/shop/t/13/assets/arrow-left.png?v=1718201111) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 7px !important;
    background-color: #F6F7FA !important;
    margin-right: 10px;
    left: -78% !important;
}
.related_items{
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  padding-top:80px;
  padding-bottom:80px;
}
.facets-vertical .collection .product-card-wrapper .card__heading a {
    color: #000;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 134%;
    margin-bottom: 0px;
  text-align:left;
} 
.related-slider .item h3{
  color: #000;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 134%; /* 20.1px */
  text-align:left;
  margin-bottom: 20px;
}
.related-slider .item  p{
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align:left;
}
/* .related-slider .owl-item {
      margin-right: 8px!important;
} */
.product_img_div{
    overflow: hidden;
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background:  #fff;
    height: 216px;
    margin-bottom: 20px;
}
.product_img_div img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.collection-banner_area{
  padding: 0;
}
.banner_imag {
    position: relative;
    /* border-radius: 20px; */
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    margin-bottom: 40px;
}
.banner_imag div:empty{
  display:block !important;
}
/*collection theme color css start*/
/*---default--*/
.csot_default .fblock2-overlay, .collection-banner_area .fblock2-overlay{
      background: linear-gradient(137deg,rgba(252,205,1,.7) -1.63%,rgba(4,7,7,.7) 109.87%),lightgray 50% / cover no-repeat;
}
/*---savannah_bananas---*/
.breadcrumb li.csot_savannah_bananas{
  color:#fccd01 !important;
}
.csot_savannah_bananas .fblock2-overlay{
      background: linear-gradient(137deg,rgba(252,205,1,.7) -1.63%,rgba(4,7,7,.7) 109.87%),lightgray 50% / cover no-repeat;
}
/*---party_animals--*/
.breadcrumb li.csot_party_animals{
  color:#ED1272 !important;
}
.csot_party_animals .fblock2-overlay{
     background: linear-gradient(137deg, rgba(0, 0, 0, 0.70) -1.63%, rgba(237, 18, 114, 0.70) 109.87%), lightgray -80px -419.857px / 112.49% 384.314% no-repeat;
}
/*---firefighters--*/
.breadcrumb li.csot_firefighters{
  color:#ee2e24fc !important;
}

.csot_firefighters .fblock2-overlay{
      background: linear-gradient(137deg, rgba(238, 46, 36, 0.70) -1.63%, rgba(4, 7, 7, 0.70) 109.87%), lightgray 50% / cover no-repeat;
}


/*collection theme color css end*/


/*collection theme color css end*/

.banner_text {
    position: absolute;
}
.banner_text h3 {
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: 0.72px;
    margin-bottom: 0;
}
.banner_text h5 {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.sub_collection_url{
  margin:0 15px;
}
.sub_collection_url:hover{
  text-decoration:none;
}
.subcollections{
  margin-top:40px;
}
.all_subcollections{
    display: flex;
    justify-content: center;
    margin: 30px auto;
}
.subcollection_title p{
  color: #000;
  font-family: "Bebas Neue";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  text-align:center;
}
.sub_collection_img{
    width: 140px !important;
    height: 140px !important;
    border-radius: 7px !important;
    border: 1px solid rgba(0, 0, 0, 0.10) !important;
    background: lightgray !important;
    overflow: hidden !important;
    margin-bottom:10px;
}
.sub_collection_img img{
  width:100%;
  height:100%;
  object-fit: contain !important;
  background: #fff;
}
.sub_collection_url p {
    color: #000;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.mobile-backpage{
  display:none;
}
.breadcrumb {
    background: none;
}
.breadcrumb-item a{
  color:#000 !important;
  font-family: "Open Sans" !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 134%; /* 17.42px */
  text-decoration-line: underline !important;
}
.breadcrumb-item.active {
  color: #000 !important;
  font-family: "Open Sans";
  font-size: 13px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 134%;
}
.collection_breadcrumb .title-area{
    line-height: 30px;
}
.breadcrumb {
    background: none;
    display: flex;
    align-items: center;
}

@media(max-width:767px){
  .related-slider .owl-nav {
    top: -16%;
  }
  .sub_collection_img {
    width: 96px !important;
    height: 96px !important;
  }
  .all_subcollections {
     flex-wrap: wrap;
  }
  .sub_collection_url {
    margin: 0 10px 20px;
  }
  .sub_collection_url p {
    font-size: 12px;
  }
}
@media screen and (min-width: 991px) {
    .facets-vertical  .collection .product-grid {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 0 0rem;
    }
}

@media(max-width: 991px) {
 .mega_menu_wrapper{
  display:none;
} 
.facets-container {
    background: none;
    border-radius: 0;
}
.collection_filter_title p {
    font-size: 23px;
}
.collection_custom_wrapper {
    align-items: center;
}  
#shopify-section-template--17915999617262__product-grid .facet-filters__field {
  width: 200px!important;
  padding: 5px!important;
  justify-content: center;
}
.facet-filters__label {
   margin: 0 1rem 0 0!important;
}
.facet-filters__sort {
  font-size: 11px!important;
}
#shopify-section-template--17915999617262__product-grid .facet-filters__label label {
  font-size: 11px!important;
}
.product-count__text {
  font-size: 11px !important;
}
.product-count-vertical {
    margin-left: 0 !important;
}
}

@media(min-width:1700px){
  .collection_filter_title {
    width: 20%;
}
}
/* @media(min-width: 768px) {
    .facets-vertical-form {
        justify-content: flex-start !important;
    }
} */
@media(min-width:992px){
  .custom_col_logo{
    position: relative;
    width: 183px;
  }
  .custom_col_logo .header__heading-logo-wrapper {
    height: 78px;
    width: 166px;
    position: absolute;
    top: -124%;
  }
}
@media(min-width:1700px) and (max-width:1799px){
  .collection_filter_title {
    width: 23%;
}
}
@media(min-width:1650px) and (max-width:1699px){
  .collection_filter_title {
    width: 25%;
}
}
@media(min-width:1600px) and (max-width:1649px){
  .collection_filter_title {
    width: 24%;
}
}
@media(min-width:1500px) and (max-width:1599px){
  .collection_filter_title {
    width: 30%;
}
}
@media(min-width:1400px) and (max-width:1500px){
  .collection_filter_title {
    width: 34%;
  }
}
@media(min-width:1025px) and (max-width:1200px){
  .collection_filter_title {
    width: 52%;
  }
  .direct-btn{
    margin-bottom:30px;
  }
}
@media(min-width:992px) and (max-width:1024.5px){
  .collection_filter_title {
    width: 50%;
  }
}
@media(min-width:768px) and (max-width:1024.5px){
  .sub_collection_img {
    width: 94px !important;
    height: 94px !important;
  }
  .sub_collection_url {
    margin: 0 10px;
    width: 10%;
  }
  .sub_collection_url p {
    font-size: 13px;
  }
  .product-count-vertical {
    margin-left: 0!important;
  }
  .product-count__text {
    font-size: 10px !important;
  }
}
/*mobile-menu-dwar*/
.menu-drawer {
    background: #172651e3 !important;
}
.menu-drawer .link--text {
    color: #fff;
}
.menu-drawer__menu-item:hover, .menu-drawer__close-button:hover {
  color: #fff !important;
}
.js .menu-drawer__submenu {
    position: relative !important;
    top: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    background: none !important;
    z-index: 1;
    transform: translate(0%) !important;
    visibility: visible !important;
}
 .js .menu-drawer__navigation .submenu-open {
    visibility: visible !important;
} 
.menu-drawer__submen{
  visibility:visible!important;
}
.js details[open].menu-opening>.menu-drawer, details .menu-opening>.menu-drawer__submenu {
    transform: translate(0);
    visibility: visible;
}
.menu-drawer__close-button, .menu-drawer__menu-item>.icon-arrow{
  display:none!important;
}
.menu-drawer__menu-item{
    color: #fff;
    font-family: "Open Sans";
    font-size: 15px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    letter-spacing: -0.195px;
    padding: 5px 0;
}
.menu-drawer__menu ul li ul li a {
  font-size:13px;
}

.menu-opening>.menu-drawer__menu-item{
  border-bottom: .5px solid #fff;
}
.menu-drawer__utility-links{
  display:none;
}
.body-scroll-off{
    overflow-y: hidden !important;
    overflow: hidden;
    overflow-x: hidden;
}
html{
  header-height: 125px !important; 
  padding-bottom: 60px !important; 
  header-bottom-position: 124px !important; 
  viewport-height: 1120px !important;
}

/*product details page*/

.product__text.inline-richtext{
    text-transform: capitalize!important;
}
.product__info-container .product__title h1 {
    margin: 0;
    color: #000;
    font-family: Bebas Neue;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product__info-container p, .product__info-container .product__tax{
      color: #000;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 168.814%;
    margin: 5px 0;
}
.product__info-container .price__regular .price-item--regular{
    margin-right: 0;
    color: #000;
    font-family: Open Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .56px;
    text-transform: uppercase;
}
.product-form__input .form__label {
    color: #172651;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product-form__input .select:before, .product-form__input .select:after{
  display:none;
}
.product-form__input select {
    border-radius: 11px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #ced4da;
  font-family: Open Sans;
}

.product-form__submit{
    margin-bottom: 1rem;
    color: #000;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .15px;
    text-transform: uppercase;
    height: 50px;
    padding: 16px 50px;
    justify-content: center;
    align-items: center;
    border-radius: 7px !important;
    background: #fece08;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #FECE08 !important;
    overflow: hidden;
    box-shadow: none;
    outline: 0;
    border: none !important;
    --border-offset: none !important;
}
.shopify-payment-button__button{
  font-family: Open Sans !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .15px;
    text-transform: uppercase;
    height: 50px;
    padding: 16px 50px;
    justify-content: center;
    align-items: center;
    border-radius: 7px !important;
}
.product-form__submit:before, .product-form__submit:after{
  display:none;
} 
.shopify-payment-button__button:before, .shopify-payment-button__button:after{
  display:none;
}
.product__info-container .product__description {
    color: #000;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 168.814%;
    margin: 5px 0;
}
.share-button__button {
    font-size: 22px;
    display: flex;
    align-items: center;
    color: rgb(var(--color-link));
    margin-left: 0;
    padding-left: 0;
    min-height: 4.4rem;
}
.share-button__button .icon-share {
    height: 20px;
    margin-right: 1rem;
    min-width: 21px;
}
.related-products  .related-products__heading {
    margin: 0 0 3rem;
    color: #000;
    font-family: Bebas Neue;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
    text-align: center;
}
.related-products  .card--standard .card__inner {
    overflow: hidden;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    border: 1px solid var(--Stroke, rgba(0, 0, 0, .1));
    background: url(<path-to-image>), #d3d3d3 50% / contain no-repeat, var(--White, #FFF);
}
.related-products  .card__heading a {
    color: #000;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 134%;
    text-align: left;
    margin-bottom: 20px;
}
.related-products .price__regular .price-item--regular {
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
}
.product-form__quantity{
  margin-top:25px!important;
  margin-bottom:35px!important;
}
.select__select:focus {
    box-shadow:none!important;
    outline: 0;
    border-radius: 11px!important;
}
.collection-breadcrumbs{
    background: none;
    padding: .75rem 0;
    display: flex;
    align-items: baseline;
    list-style:none;
    margin-top:40px;
    flex-wrap: wrap;
}
.collection-breadcrumbs li a {
    color: #000;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 134%; /* 17.42px */
    text-decoration-line: underline;
}
.collection-breadcrumbs li a.active {
    color: #000;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 134%;
    text-decoration:none;
}
.collection-breadcrumbs li a::after {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/"!important;
}
.collection-breadcrumbs li a.active::after {
    content: ""!important;
}
@media (max-width: 767px) {
    .product .slider-mobile-gutter .slider-buttons {
        top: 0;
        position: relative;
        right: 2%;
        justify-content: end;
    }
}

/*mobile collection filter*/

@media(max-width:767px){
 #FacetFiltersFormMobile .mobile-facets__inner {
    width: 100%;
    height: 90%;
    max-width: 100%;
    top: 10%;
    position: absolute;
}
.js .mobile-facets__submenu {
    position: relative !important;
    transform: translate(0%) !important;
    background: #F6F7FA!important;
    border-radius: 7px;
    margin:10px auto;
    width:90% !important;
    padding:14px;
}
.js .mobile-facets .submenu-open {
    visibility: visible !important;
}
.mobile-facets__summary span{
  color: #172651;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.195px;
}
.mobile-facets__close {
    top: 11% !important;
}
.mobile-facets__close-button{
  display:none !important;
}
.mobile-facets__info, .mobile-facets__sort{
  color: #172651;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.195px;
}
.mobile-facets__header-inner {
    text-align: left;
}
.mobile-facets__heading{
  color: #000;
  font-family: "Bebas Neue";
  font-size: 24px!important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
}
.js .mobile-facets__submenu{
  color: #172651;
  font-family: "Open Sans"!important; 
  font-size: 13px;
  font-style: normal;
  font-weight: 600!important;
  line-height: normal;
  letter-spacing: -0.195px;
}
.mobile-facets__footer .button.button--primary{
  font-family: "Open Sans"!important; 
  font-size: 13px!important;
  font-style: normal;
  font-weight: 600!important;
  line-height: normal;
  letter-spacing: -0.195px;
}
.mobile-facets__label>input[type=checkbox]:checked~.icon-checkmark {
    background: #172651 !important;
}
.mobile-facets__label>input[type=checkbox]:checked~ svg {
    background-color: #172651;
}
.mobile-facets__footer {
    position: relative !important;
}
.mobile-facets__arrow svg{
  display:none;
}
.mobile-facets__arrow {
  background: url('/cdn/shop/t/13/assets/Frame%20(2).png?v=1718971003') no-repeat !important;
  background-position: center right;
  background-size: cover;
  height: 10px;
  width: 10px;
}
.mobile-facets__highlight{
  background:none !important;
}
.arrow-rotate .mobile-facets__arrow{
    transform: rotate(180deg);
}
.mobile-facets__header {
    padding: 2rem 2.5rem !important;
}
.mobile-facets__sort .select .icon-caret {
    right: 6% !important;
}
}

/*other page matching css*/

cart-items .title{
  color: #000;
    font-family: Bebas Neue;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
}
cart-items .underlined-link{
  color: #172651;
  font-family: "Open Sans"!important; 
  font-size: 16px;
  font-style: normal;
  font-weight: 500!important;
  line-height: normal;
}
.cart-items thead th{
  color: #172651;
  font-family: "Open Sans"!important; 
  font-size: 16px;
  font-style: normal;
  font-weight: 400!important;
  line-height: normal;
}
.cart-item__name{
  margin: 0;
    color: #172651;
    font-family: "Open Sans"!important;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
}
.product-option {
  margin: 0;
    color: #000;
    font-family: "Open Sans"!important;
    font-size: 22px!important;
    font-style: normal;
    font-weight: 400!important;
    line-height: 32px!important;
} 
.product-option dt {
    font-weight: 400;
} 
.cart-item__price-wrapper .price {
  margin: 0;
    color: #000;
    font-family: "Open Sans"!important;
    font-size: 26px!important;
    font-style: normal;
    font-weight: 400!important;
    line-height: 38px!important;
} 
.cart__checkout-button{
    background: #172651;
    font-size: 22px;
    line-height: 29px;
    font-weight: 400;
    padding: 0 3rem;
}
.js-contents{
  color: #172651;
  font-family: "Open Sans"!important; 
  font-size: 13px;
  font-style: normal;
  font-weight: 600!important;
  line-height: normal;
  letter-spacing: -0.195px;
}
#customer_login  button{
  background: #172651 !important;
}
.customer .field input::placeholder{
  font-family: "Open Sans"!important; 
}
.login .field+a, .login a, #login{
  font-family: "Open Sans"!important; 
}
.shopify-policy__container{
  margin:30px auto;
  max-width: 60%;
}
.shopify-policy__container .shopify-policy__title h1{
    color: #000;
    font-family: "Bebas Neue";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
}
.shopify-policy__body p{
    color: #000;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 168.814%; /* 23.634px */
}

@media(max-width:767px){
  .shopify-policy__container {
    max-width: 100%;
  }
}
/*search page*/
.template-search__search{
  display:none;
}
#main-search-filters .facets-container {
    margin-bottom: 30px;
    padding: 15px 20px 10px !important;
}
#main-search-filters .facets__heading {
    margin: 0!important;
}
#main-search-filters .facet-filters {
    align-items: center !important;
}
#main-search-filters .product-count__text {
    line-height: normal !important;
    height: auto !important;
}
#main-search-filters  .facets__form .product-count {
    align-self: center!important;
}
.quantity__input:focus-visible {
    outline: 0 !important;
    box-shadow: none!important;
    border: 1.5px solid #6a6a6a !important;
}
@media(max-width:991px){
      #main-search-filt`.facets__disclosure {
    margin-right: 0.5rem !important;
  }
  #main-search-filters .facets__form {
    gap: 0 1.5rem !important;
  }
  #main-search-filters .facet-filters {
      padding-left: 0.5rem !important;
  }
  #main-search-filters .facets__disclosure {
    margin-right: 0.5rem !important;
  }
  #FacetsWrapperDesktop details summary {
    margin: 0 15px !important;
  }
}

/* Customer Reviews */
.customer-review-section{
  padding: 20px 0;
}
.customer-review-area{
  padding: 30px;
  background: #F6F7FA;
}
.customer-review-area h3{
  color: #000;
  font-family: Bebas Neue;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.customer-review-btn-area{
  margin-top: 48px;
}
.customer-review-btn-area  p{
  color:  #172651;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 168.814%; /* 23.634px */
}
.write-review-btn{
  color: #172651;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 168.814%; /* 23.634px */
  text-decoration-line: underline;
}

/* Custom Category Message */

.custom-collection-message {
  color: #ffffff;
  background-color: #172651;
  border-color: #172651;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 7px !important;
  max-width: 44rem;
  text-align: center;
}

.custom-collection-message p {
  color: #ffffff !important;
}