/** Shopify CDN: Minification failed

Line 1326:0 Unexpected "}"

**/


.returnprime .customer__search .search__wrapper .form__wrapper .info__text {
    color: #000;
    opacity: 1!important;
}
a.btn.btn-primary.addbutton {
    background-color: #000!important;
    border-color: #000!important;
}
.currency-converter-currency-button.cbb-mobile-view.cbb-tablet-view.skiptranslate.notranslate img.cbb-currency-updown-icon {
    margin-left: 12px!important;
}
.product_recommendation_div{
  opacity: 0;
}
/* ul.menu-drawer__menu.list-menu  {
    transition: transform 1s cubic-bezier(.165,.84,.44,1) .22s,opacity 1s cubic-bezier(.165,.84,.44,1) .32s;
    opacity: 0;
    transform: translateY(100px);
}
.menu-opening ul.menu-drawer__menu.list-menu  {
    transition: transform 1s cubic-bezier(.165,.84,.44,1) .22s,opacity 1s cubic-bezier(.165,.84,.44,1) .32s;
    opacity: 1;
    transform: translateY(0px);
} */

.js .menu-drawer__submenu {
    visibility: visible!important;  
/*   animation: MoveUpDown 1s linear infinite; */
    animation: MoveUpDown 1s linear infinite !important;
}
.js details[open]>.menu-drawer, .js details[open]>.menu-drawer__submenu {
  
}
.js details .menu-drawer__submenu {
    animation: none !important;
    height: 0;
    transition: 1s;
    opacity: 0;
    display: block !important;
}
.js details[open] .menu-drawer__submenu {
    height: 100%;
    opacity: 1;
}
.js .menu-drawer__submenu .menu-drawer__submenu {
    overflow: visible;
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 100px;
  }
}


.menu-drawer__navigation ul.main_menu_list {
    display: inline-block;
    width: 100%;
    padding: 0 0px;
    margin: 0;
    list-style: none;
    border-top: 1px solid #e8e8e1;
    border-bottom: 1px solid #e8e8e1;
}
ul.main_menu_list li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e8e8e1;
    opacity: 0;
    transform: translateY(60px);
    transition: transform 1s cubic-bezier(.165,.84,.44,1) .22s,opacity 1s cubic-bezier(.165,.84,.44,1) .32s;  
}

.js details.menu-opening ul.main_menu_list li {
    opacity: 1;
    transform: translateY(0px);
}


.hamburger_section.open_pop ul.main_menu_list li {
    opacity: 1;
    transform: translateY(0px);
}


ul.main_menu_list li:last-child {
    border: none;
}
ul.main_menu_list li .menu_drawer_menu_item {
    padding: 10px 20px;
    display: inline-block;
    font-size: 16px!important;
    color: rgb(var(--color-foreground));
    width: 100%;
    position: relative;
}
ul.main_menu_list li .menu_drawer_menu_item span.icons {
    position: absolute;
    width: 10px;
    height: 10px;
    right: 23px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;    
    transform: rotate(45deg);    
    top: 16px;
}
ul.main_menu_list li .menu_drawer_menu_item.change_icon span.icons {
    transform: rotate(-135deg);
    top: 20px;    
}
ul.main_menu_list li span.menu_drawer_menu_item:after {
    content: "";
    right: 50px;
    height: 30px;
    background: #e8e8e1;
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
}
ul.main_menu_list li.child_list li {
    border: none !important;
}

/* 
.js .menu-drawer__submenu {
    transition: transform 2s cubic-bezier(.165,.84,.44,1);
    opacity: 0;
    transform: translateY(100px);
    animation: fadeIn .8s;
}
.js details[open]>.menu-drawer__submenu {
    opacity: 1;
    transform: translateY(0px);
     transition: transform 2s cubic-bezier(.165,.84,.44,1);
    animation: fadeIn .8s;
} */
.paypal-animation-container-expanded {
    display: none!important;
}

#zoid-paypal-button-1ec24d1e1a.paypal-button-size-responsive {
    text-align: center;
    display: none;
}
.menu-drawer {
    height: calc(100vh - 150px) !important;
    left: -400px;
    width: 100%;
    max-width: 400px;
    transition: .5s;
}
.menu-drawer-container.menu-opening .menu-drawer {
    left: 0
    transition: .5s;
}


ul.main_menu_list .mega_menu .menu_drawer_submenu {
    height:0px;
    visibility: hidden;
    overflow: hidden;
/*     -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s; */
  
    transition: opacity .3s cubic-bezier(.25,.46,.45,.94),height .3s cubic-bezier(.25,.46,.45,.94),top .3s cubic-bezier(.25,.46,.45,.94);
  
/*     -moz-transition: height .5s ease, top .5s ease-in-out, opacity .5s ease-in-out;
    -webkit-transition: height .5s ease, top .5s ease-in-out, opacity .5s ease-in-out;
    -o-transition: height .5s ease, top .5s ease-in-out, opacity .5s ease-in-out;
    transition: height .5s ease, top .5s ease-in-out, opacity .5s ease-in-out;   */
    top: 30px;
    opacity: 0;
    position: relative;
}
ul.main_menu_list .mega_menu .menu_drawer_submenu.active_item {
    overflow: visible;
    visibility: visible;
/*     -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s; */
    transition: opacity 1s cubic-bezier(.25,.46,.45,.94),height .35s cubic-bezier(.25,.46,.45,.94),top .35s cubic-bezier(.25,.46,.45,.94);
/*     -moz-transition: height .5s ease-in-out, top .5s ease-in-out, opacity .5s ease-in-out;
    -webkit-transition: height .5s ease-in-out, top .5s ease-in-out, opacity .5s ease-in-out;
    -o-transition: height .5s ease-in-out, top .5s ease-in-out, opacity .5s ease-in-out;
    transition: height .5s ease-in-out, top .5s ease-in-out, opacity .5s ease-in-out;  */
    top: 0;
    opacity: 1;
}
ul.main_menu_list li .mega_menu ul.menu_drawer_menu {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.js details .menu_drawer_sec .menu-drawer__inner-container {
    position: fixed;
    left: -300px;
    top: 0;
    height: 100% !important;
    z-index: 9999999;
    background: #fff;
    width: 0;
    transition: .7s;
    overflow: hidden;
    box-shadow: 0 0 150px #0000001a;
    opacity: 0;
    padding: 60px 0 0 0;
    display: inline-block;
}
.js details.menu-opening .menu_drawer_sec .menu-drawer__inner-container {
    left: 0px;
    opacity: 1;
    padding: 0;
    width: 300px;
}
.hamburger_section {
    position: fixed;
    left: -300px;
    top: 0;
    height: 100% !important;
    z-index: 9999999;
    background: #fff;
    width: 300px;
    transition: .25s cubic-bezier(.165,.84,.44,1);
    overflow: hidden;
    box-shadow: 0 0 150px #0000001a;
    opacity: 0;
    padding: 60px 0 0 0;
    display: inline-block;
}
.hamburger_section.open_pop {
    left: 0px;
    opacity: 1;
    padding: 0;
    overflow: auto;
    transition-duration: .45s;
}
.hamburger_open {
    display: none;
    position: absolute;
    left: 0;
    top: 7px;
    height: 50px;
    width: 50px;
    text-align: center;
    z-index: 9999;
    padding: 15px;
}
.menu-drawer-container summary.header__icon.menu_hamburger {
    opacity: 0;
}
.hamburger_section .drawer_overlay {
    display: none;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #ffffff7a;
    z-index: 9;
}
.hamburger_section.open_pop .drawer_overlay {
    display: inline-block;
}
.menu-drawer__inner-container {
    z-index: 999;
}

.menu-drawer__navigation-container {
    position: relative;
}
.menu-drawer__navigation-container span.close_main_menu path {
    fill: #111111;
    stroke: #111111;
    stroke-width: 2px;
}
.menu-drawer__navigation-container span.close_main_menu {
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-block;
    height: 30px;
    width: 30px;
}
.menu-drawer__navigation-container nav.menu-drawer__navigation {
    padding: 70px 0 0;
}
.menu-drawer__navigation-container .menu-drawer__utility-links ul {
    justify-content: left;
    padding: 0 0 0 10px;
}
.menu_drawer_sec .menu-drawer__inner-container .menu-drawer__utility-links {
    padding: 30px 0 0 0 !important;
}
span.cbb-price-digits, span.cbb-price-symbol {
    color: #808080!important;
    font-size: 16px;
}
form#create_customer button {
    width: 100%;
    display: block;
    background: #000;
    color: #fff;
    margin: 15px 0;
    position: unset;
    padding: 15px 0;
}
.customer_login_guest .field .txt_div_inner span {
    display: none!important;
}
.spf-product__swatchs_container .slick-track {
    width: 100%!important;
    display: flex!important;
}
.spf-product__swatchs_container .slick-slide.slick-current.slick-active {
    width: 100%!important;
}
.spf-product__swatchs_container .slick-initialized .slick-slide {
    width: 100%!important;
}
/*=====================================font-family_css_start===============================*/

/*=====================================font-family_css_end===============================*/


body.gradient.product .product_page {display:none;}
body.gradient.product .tab.page-width {display:none;}
body.gradient.product .section.subscription_image_section {display:none;}
body.gradient.product section.logo_image {display: none;}
body.gradient.product .page-width.newsletter_sec {display: none;}
.preload_product_page { 
  width:100px;
  height: 500px;
  position: fixed;
  top: 45%;
  left: 50%;
}
svg.icon.icon-plus.zoom_icon {
  margin-left: 4px;
  margin-top: 4px;
}


.thumbnail__badge {
  display: none!important;
}
.tem-hide_cls h1.main-page-title.page-title.h0 {
  text-align: center;
  font-family: Crimson Text;
  font-weight: 400;
  font-size: 32px;
  text-transform: uppercase;
}
.returnprime .customer__search .search__wrapper .form__wrapper .text__wrapper .title {
  text-align: center;
  font-family: Crimson Text;
  font-weight: 400;
  font-size: 32px;
  text-transform: uppercase!important;
}
.tem-hide_cls.page section.logo_image {display: none;}

.tem-hide_cls.page section.subscription_image_section {display: none;}

#order-lookup-by-hulkapps .btn {
  text-transform: capitalize!important;
}
#order-lookup-by-hulkapps .find-order .order-track-form {
  padding: 14% 20%!important;
}
.tem-hide_cls.collection section.logo_image {
  display: block;
}

/*=========================================22-03-2022_css start================================*/
.gfqv-modal-content span.gfqv-product-card__oldprice span.money {
  color: #656566;
}

.gfqv-modal-content span.gfqv-product-card__saleprice span.money {
  color: #FF0000;
}



span.spf-product-card__saleprice span.money {
  color: #ff0000;
}
span.spf-product-card__price span.money {
  font-size: 14px;
  color: #000;
}
button.thumbnail.thumbnail--narrow img {
  display: none;
}
.thumbnail {

  height: 8px!important;
  width: 8px!important;
  background-color: #80808066!important;
  border: 0.1rem solid rgba(var(--color-foreground),.04);
    border-radius: 10px;
    }
button.slider-button.slider-button--prev.medium-hide.large-up-hide {
  display: none;
}
button.slider-button.slider-button--next.medium-hide.large-up-hide {
  display: none;
}
.card__badge {
  display: none!important;
}
span.price-item.price-item--sale.price-item--last span.money {
  color: #ff0000;
  font-size: 14px;
  font-weight: 700;
}
.thumbnail[aria-current] {
  background: #000!important;
}
.footer .image_mb img {
  width: 170px!important;
  max-width: 100%;
}

section.logo_image .inner_image_section img {
  width: 100%;
  padding-top:30px;
}
section.new_featured_collection {
  padding: 50px 0px 20px 0px;
}

section.new_featured_collection .inner_div:first-child {
  width: 66%;
}
.footer__column.footer__localization {
  display: none;
}
p.product__text.caption-with-letter-spacing {
  font-size: 16px;
  font-weight: 900;
}

.product__text.caption-with-letter-spacing+.product__title {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 500;
}
span.badge.price__badge-sale.color-accent-2 {
  display: none;
}
.tab button.tablinks {
  width: 49%;
  padding: 12px 0;
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
  margin-left: -6px;
}
.tab button.tablinks.active {
  background: #000;
  color: #fff;
}
.viewed_products .image img {
  width: 100%!important;
  padding: 20px;
  /*     border: 1px solid #0000000f; */
  height: 400px;
  object-fit: contain;
}
/* .recently-viewed_collection {
clear: both;
padding-top: 20px;
display: grid;
grid-template-columns: repeat(4,4fr);
grid-gap:20px;
} */

button.tablinks:hover {
  background: #666;
  color: #fff;
}
.recently-viewed_collection .viewed_products .title {
  display: block;
  line-height: 16px;
  font-size: 13px;
  color: #121212;
  font-weight: 600;
  margin: 10px 0px;
}
.recently-viewed_collection .viewed_products .price {
  display: block;
  line-height: 16px;
  font-size: 13px;
  color: #121212;
  font-weight: normal;
}
/* new clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*=========================================22-03-2022_css-end================================*/
.card.card--product.card--outline {
    height: 377px;
}
/* 
div#productthird {
display: none;
} */


.tabcontent{
  overflow: hidden;
  height: 0;
  opacity: 0;
}
.tabcontent.active {
  overflow: visible;
  height: auto;
  opacity: 1;
}
/* ul.outer_div_rel_pro {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4,4fr);
} */
ul.outer_div_rel_pro li.inner_silder {
  padding: 0 10px;
}
ul.outer_div_rel_pro li.inner_silder .card-information__wrapper {
  text-align: right;
}
ul.outer_div_rel_pro li.inner_silder .price {
  justify-content: right;
}
.recent_viewed_products .viewed_products {
  padding: 0 10px;
}
.recent_viewed_products .viewed_products .details {
    text-align: left;
}


summary.header__menu-item.list-menu__item.link.focus-inset span{
  font-size:16px;
}

.close-CartDrawer {
    display: flex;
    justify-content: end;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
}
.cv-ajaxcart-popup {
  display: none;
  transform: translateY(-100%);
  position: fixed;
  width: 100%;
  max-width:400px;
  background-color: #fff;
  z-index: 9999;
  border: 0.0625rem solid #cacbcc;
  transform: translateY(0);
  transition: all .45s cubic-bezier(.29,.63,.44,1);
  top: 47px;
  right: 9%;
}
div#cartPopup2 {
  padding: 0 25px;
}
.active_cart_drawerto {
  text-align: center;
}
.cart-popup__dismiss {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
/*   .fixed_hder {
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 9;
} */
span.spf-product__label.spf-product__label-sale{
  display:none;
}
/*   #MainContent{
padding-top:220px;
} */

/*   .cv-ajaxcart-popup .cart-popup__dismiss {
margin-bottom: 15px;
} */

.cv-ajaxcart-popup .cart-popup__cta-link {
  width: 92%;
  margin: 0 auto;
  display: block;
  background: #000;
  color: #fff;
  margin-bottom: 14px;
  padding: 6px;
}
div#CartContainer {
  text-align: center;
}
.active_cart_drawer {
  display: block;
  position: fixed;
  width: 100%;
  max-width:400px;
  background-color: #fff;
  z-index: 9999;
  border: 0.0625rem solid #cacbcc;
  transform: translateY(0);
  transition: all .45s cubic-bezier(.29,.63,.44,1);
  top: 50px;
  right: 10%;
}
#CartPopupHeading2{
  display:none;
}
.active_cart_drawerto #CartPopupHeading{
  display:none;
}
.active_cart_drawerto  #CartPopupHeading2{
  display:block;
  position: relative;
}
.active_cart_drawerto  #CartPopupHeading2:before {
  content: "";
  background-image: url(https://cdn.shopify.com/s/files/1/1108/6114/files/Screenshot_7.png?v=1647692177);
  width: 50px;
  height: 50px;
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
}
.cv-ajaxcart-popup.active_cart_drawer.active_cart_drawerto .popup_cart_lp {
  border-top: 2px solid #dfdfdf;
}

.active_cart_drawerto .cart-popup-item{
  display:none;
}

.active_cart_drawerto .cart-popup-item:first-child{
  display:block;
}

.active_cart_drawerto .mn_hidinj{
  display:none;
}
.active_cart_drawerer #cvform2 {
  height: 100%;
  overflow-Y: scroll;
  min-height: 200px;
  max-height: 400px;
}
.active_cart_drawerer .cart-popup-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 15px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.active_cart_drawerer .cart-popup-item .image_pp_t {
  width: 20%;
}

.active_cart_drawerer .cart-popup-item .mn_hidinj {
  width: 80%;
  text-align: left;
  padding: 0 0 0 10px;
}

.active_cart_drawerer .cart-popup-item .image_pp_t img {
  width: 100%;
  /*     max-width: 70%; */
}
h2#CartPopupHeading {
  text-align: center;
}
.active_cart_drawerer a.btn--secondarysd.cart__removedc {
  position: absolute;
  top: 20px;
  right: 10px;
}
.active_cart_drawerer .cart-popup-item h5 {
  margin: 0;
}
.active_cart_drawerer .cart-popup-item h3.cart-popup-item__title {
  margin: 0;
  padding: 0 0 5px 0;

}
.active_cart_drawerer .popup_cart_lp {
  border-top: 1px solid #e5e5e5;
}
.active_cart_drawerer div#cartPopup2{
  padding: 0 0px;
}
.active_cart_drawerer .cart-popup-item:last-child{
  border-bottom: unset;
}


.shopify-policy__container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width:100%;
}

.media.media--square.media--hover-effect.overflow-hidden img:hover {
  filter: brightness(0.5);
}

.product-recommendations.first.page-width .media--adapt.media--hover-effect img {
    height: 310px;
    object-fit: contain;
}
input::-webkit-inner-spin-button {
  appearance: none;
}

.collection-hero__description.rte {
  margin: 0 auto;
}
.collection-hero .collection_images_banner {
  display: flex;
  justify-content: center;
  grid-gap: 74px;
  align-items: center;
  border-bottom: 1px solid #0000001a;
  padding-bottom: 50px;
}
.collection-hero .collection_images_banner img {
  height: 400px;
  object-fit: contain;
}

section.return_policy, section.privacy_policy, .rte .about_us {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

.terms-condition {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

section.contact_us {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

.recommendation-modal__button {
  background-color: #000!important;
}
.footer_contact_detail h2 {
  color: #12121294;
}
.footer_contact_detail a {
  color: #12121294;
}
.recommendation-modal__container {
  border-radius: 0!important;
  background-color: #f8f5ee!important;
}

.collection-hero__image-container.media img {
  object-fit: contain;
  background-color: #f3f3f3;
}

div#currencySwitcher-floating {
  display: none;
}
.currency-converter-currency-button {
  position: absolute;
  left: 155px;
  top: 24px;
}

.coll_product_with_silder .cbb-currency-flag {
  background-image: none!important;
  display: none!important;
}

.coll_product_with_silder span.cbb-price-code {
  display: none;
}
.coll_product_with_silder img.cbb-currency-updown-icon {
  display: none!important;
}

span.currency-converter-amount-box {
  border: none!important;
}
.gf-scroll .cbb-currency-flag {
  display: none!important;
}
.gf-scroll span.cbb-price-code {
  display: none!important;
}

.gf-scroll img.cbb-currency-updown-icon {
  display: none!important;
}

.spf-product__info .cbb-currency-flag {
  display: none!important;
}

.spf-product__info span.cbb-price-code {
  display: none!important;
}

.spf-product__info img.cbb-currency-updown-icon {
  display: none!important;
}
.tl-switcher {
  box-shadow: none!important;
  border:1px solid #000;
}

.currency-converter-currency-button.cbb-mobile-view.cbb-tablet-view.skiptranslate.notranslate {
  /*     border: 1px solid #000; */
  width: 100%;
  max-width: 110px;
}
.product .price .cbb-currency-flag {
  display: none!important;
}
.product .price span.cbb-price-code {
  display: none!important;
}
.product .price img.cbb-currency-updown-icon {
  display: none!important;
}
span.currency-converter-currency-button-text {
  margin-right: 20px!important;
}
span.currency-converter-currency-button-text {
  margin: 0px 10px;
}
.recently-viewed_collection .viewed_products .price {
  display: none;
}

.footer .footer-block.grid__item.footer-block--menu:nth-child(2n) h2.footer-block__heading {
  display: none;
}
.footer .footer-block.grid__item.footer-block--menu:nth-child(3) h2.footer-block__heading {
  display: none;
}

.tl-dropdown {
  padding: 12px 0px 13px!important;
}

h4.announcement-bar__message.h5 {
  display: none;
}
.cart-items .cbb-currency-flag, .cart__footer .cbb-currency-flag, .price .cbb-currency-flag, .cv-ajaxcart-popup .cbb-currency-flag, .gfqv-product-details .cbb-currency-flag {
  display: none!important;
}
.cart-items span.cbb-price-code, .cart__footer span.cbb-price-code, .price span.cbb-price-code, .cv-ajaxcart-popup span.cbb-price-code, .gfqv-product-details span.cbb-price-code  {
  display:none;
}
.cart-items img.cbb-currency-updown-icon, .cart__footer img.cbb-currency-updown-icon, .price img.cbb-currency-updown-icon, .cv-ajaxcart-popup img.cbb-currency-updown-icon, .gfqv-product-details img.cbb-currency-updown-icon {
  display:none!important;
}

.gust_checkout .customer_login_guest label.label {
  display: none!important;
}
.contact_us_form {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
.contact_us a {
  color: #121212;
}
.contact_us_form select#ContactFormenquiry {
  border: none;
  color: #121212bf;
  font-family: Amiri;
  font-size: 16px;
  letter-spacing: 1px;
  appearance: none;
  width: 100%;
}
.contact_us_form select:focus-visible {
  box-shadow:none;
  outline: none;
}
.contact_us_form .field__input:before {
  content: "";
  top: 13px;
  right: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url(https://img.icons8.com/external-dreamstale-lineal-dreamstale/16/000000/external-down-arrow-arrows-dreamstale-lineal-dreamstale-2.png);
}


.outlet .collection_list_outer_flx .inner_div .coll_txt p {
  color: #121212;
  text-decoration: none;
  font-size: 24px;
}
.outlet .collection_list_outer_flx .inner_div .coll_txt {
  position: relative;
  text-align: center;
  bottom: 0;  
}
.outlet {
  padding: 30px 0px 40px;
}
.outlet h2 {
  font-size: 50px;
  margin: 0 0 30px;
}
.currency-converter-cart-note.cbb-desktop-view.translatable {
  display: none;
}


.login_custom_main .login_form input {
  width: 100%;
  padding: 8px 0;
}
.new_wrap_login .field {
  display: block;
}

/* .new_blog_post img {
  width: 100%;
} */
.new_blog_post p {
    font-size: 18px;
}
.new_blog_post img {
    width: 100%;
}
.new_blog_post {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}
h1.article-template__title {
    text-align: center;
}
.article-template__hero-container {
    max-width: 1020px!important;
}
share-button.share-button {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    justify-content: center;
    display: flex;
}
.caption-with-letter-spacing {
/*     justify-content: center; */
    display: flex;
}
.caption-with-letter-spacing time {
    display: none;
}




.empty-wishlist {
  color: #fff!important;
  background-color: #000!important;
}
.gradient.tem-hide_cls.account.cbb-desktop-button .announcement_bar_color {

    display: none;
}
:is(.account,.order) {
    margin: 0 auto!important;
    max-width: 1920px!important;
}
.customer.account {
    margin-top: 50px!important;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}

nav.header__inline-menu .header__menu-item .icon-caret {
    right: .8rem;
    display: none;
}
.cart__footer a.checkout_link {
    color: #fff;
}
.customer_login_guest button#Subscribe a {
    color: #fff;
}

.product .accordion__content {
    color: #121212;
}
.product .accordion__content span {
    color:#000;
}

 a.menu-drawer__menu-item.list-menu__item.link, summary.menu-drawer__menu-item.list-menu__item.link.link--text.focus-inset {
    border-bottom: 1px solid #80808017;
}
summary.menu-drawer__menu-item.list-menu__item.link.link--text.focus-inset:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 34px;
    background:#80808017;
    right: 45px;
}
.blog-post-index-div .inner_div span {
    display: none;
}
ul.list.list-payment {
    display: none;
}
table.cart-items th.caption-with-letter-spacing {
    display: table-cell;
}
.header .header__icons img.cart_img {
    width: 18px;
}


@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .active_cart_drawer {
    right: 15%;
  }
}
@media only screen and (min-width: 1401px) and (max-width: 1600px) {
  .active_cart_drawer {
    right: 11%;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .active_cart_drawer {
    right: 7%;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .active_cart_drawer {
    right: 5%;
  }

}
/*-------Cart-Page--------*/

/*-------Login-page---------*/
.login_custom_main {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 80px 15px 60px 15px;
}
.login_custom_main span.check {
  width: 13px;
  height: 13px;
  border: 1px solid #000;
  display: block;
  border-radius: 50%;
  cursor: pointer;
}
.login_custom_main .outer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px;
}
.main_div .login_form, .main_div .gust_login {
  display: none;
}
.main_div.active .login_form, .main_div.active .gust_login{
  display: block;
}
.main_div.active span.check {
  border: 3px solid #000;
}
.login_custom_main .outer h3 {
  margin: 0;
}

.login_custom_main .outer .txt {
  padding: 0 0 0 15px;
}
.login_custom.main_div, .gust_checkout.main_div {
  border: 1px solid #000;
  margin: 10px 0;
}
.login_custom_main .login_form {
  padding: 0 15px 15px 15px;
}
.login_custom_main label.label {
  display: block;
}
.login_custom_main .outer .txt p {
  margin: 0;
}
.login_custom_main .login_form input {
  width: 100%;
  padding: 8px 0;
}
.login_custom_mainp .forgot_div {
  margin: 0;
  padding: 10px 0;
}

.login_custom_main p.forgot_div a {
  display: block;
  text-align: left;
  width: 100%;
  color: #000;
}
.login_custom_main .login_form input.btn {
  background: #000;
  color: #fff;
  box-shadow: unset;
  border: unset;
  padding: 15px 0 !important;
}
.recover_main_div p.note {
  margin: 0;
}

.recover_main_div h2.page-title {
  margin: 0;
}
.recover_main_div .input-row {
  text-align: center;
}

.recover_main_div .input-row input.btn {margin: 15px 0 0 0;}


.recover_main_div .input-row span.note a {
  color: #000;
  border: 1px solid #000;
  width: 100%;
}
.customer_login_guest .field {
  display: block;
}
.customer_login_guest .field button {
  width: 100%;
  display: block;
  background: #000;
  color: #fff;
  margin: 15px 0;
  position: unset;
}
.customer_login_guest .field .txt_div_inner span {
  display: block;
  padding-left: 22px;
  color: #929292;
}

.customer_login_guest .field .txt_div_inner {
  padding: 10px 0 0 0;
}
.customer_login_guest  p.custom_txt {
  margin: 0;
}

.customer_login_guest  p.custom_txt a {
  display: inline-block;
  text-decoration: underline;
  color: #000;
}
/*-------End-Login-page---------*/
.cart-item cart-remove-button img {
  width: 12px;
}
cart-remove-button .button span {
  padding: 0 0 0 5px;
}
.gust_checkout.main_div .gust_login {
  padding: 0 15px 15px 15px;
}
/*-------End-Cart-Page--------*/

/* mega-menu */

.cmn {
  display: none;
}
.cmn.first-mega-menu.hover {
  display: block !important;
}
.fixed_hder {
  position: relative;
}


.fixed_hder .mega__test__menu .cmn {
  position: absolute;
  width: 100%;
  top: 156px;
  background: #ffff;
  z-index: 9;
}
ul.list-menu.list-menu--inline li {
  padding: 0 0 10px 0;
}
nav.header__inline-menu {
  margin-bottom: 0;
}
.header-megamenu .outer_flx {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}


.header-megamenu .outer_flx .header-megamenu-listing {
  width: 25%;
}

.header-megamenu-images {
  width: 25%;
}


.header-megamenu-images .image img {
  width: 100%;
}
.header-megamenu .outer_flx ul.menus {
  padding: 0;
  margin: 0;
}
.header-megamenu .outer_flx ul.menus li {
  list-style-type: none;
}
.header-megamenu .outer_flx ul.menus li a.link {
  text-decoration: none;
}
.header-megamenu {
  padding: 20px 0;
}
.header-megamenu-images h3 {
  margin: 0;
  padding: 5px 0 0 0;
}
.header-megamenu-images a {
  text-decoration: underline;
  color: #000;
}
/* end-mega-menu */
body.gradient.product .product-form__submit {
  margin-bottom: 1rem;
  background: #000;
  color: #fff;
}
body.gradient.product .shopify-payment-button__button{
  background: transparent;
  color: #000;
}
/* span.smartwishlist.sw_tooltip.tooltip.unbookmarked.tooltipstered, span.smartwishlist.sw_tooltip.tooltip.tooltipstered.bookmarked {
  position: absolute;
  top: 0px;
  z-index: 9999!important;
  right: 10px;
} */
span.topbadge {
  padding: 3px 5px !important;
  font-size: 8px;
  height: auto;
}
.header .header__icons img {
    width: 22px;
}
/* .gradient.cart span.smartwishlist.sw_tooltip.tooltip.unbookmarked.tooltipstered, span.smartwishlist.sw_tooltip.tooltip.tooltipstered.bookmarked {
  position: absolute;
  top: 0px;
  z-index: 9999!important;
  /*     right: -2px; */
} */
/*-----collection-page------*/
.spf-product__swatchs{
  display: block !important;
}
.hide{
  display:none !important;
}
.gf-left #gf-tree {
  float: right;
  clear: right;
  padding-left: 30px;

}
.gf-left #gf-tree:not(.spf-hidden)+#gf-grid {
  float: left;
  clear: left;
  padding-left: 0px !important;
  padding-right: 20px !important;
}

.spf-product-card__inner .spf-product__swatchs_container{
  position:unset !important;
  opacity: 0;
  /*   height: 0; */
}
.spf-product-card__inner .spf-product__swatchs_container:before {
  content:unset !important;
}
#gf-products .spf-product-card .spf-product__form a.open-quick-view{
  position: absolute !important;
  bottom: 30px !important;
  top: unset;
  right: 15px !important;
  border: unset !important;
  height: auto !important;
}
.spf-product-card.spf-product-card__template-5 a.open-quick-view:hover{
  background: unset !important;
  color: #000!important;
}
.spf-product__form{
  position: unset !important;
}
span.spf-product__swatch{
  margin: unset !important;
  position:unset !important;
  cursor: unset !important;
  box-shadow: unset !important;
  overflow: unset !important;
  border-radius: unset !important;
  border: unset !important;
  padding: 0 5px;
  width: auto !important;
}
span.spf-product__swatch-text {
  width: unset !important;
  height:unset !important;
  line-height:unset !important;
  min-width:unset !important;
  padding:unset !important;
  display:unset !important;
  min-height:unset !important;
  text-align:unset !important;
  font-size:unset !important;
  background: unset !important;
  cursor: pointer;
  color: #000;
}
span.spf-product__swatch-inner{
  overflow: unset !important;
  display: unset !important;
}
.spf-product__swatchs_container .slick-next:before {
  content: ""!important;
  background-image: url(https://cdn.shopify.com/s/files/1/1108/6114/files/Shape_6.webp?v=1647260763);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  opacity: 1 !important;
}
.spf-product__swatchs_container .slick-prev:before {
  content: ""!important;
  background-image: url(https://cdn.shopify.com/s/files/1/1108/6114/files/Shape_6_abbabc61-2a85-4fa3-9005-8266fff72d28.webp?v=1647260763);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  opacity: 1 !important;
}
.spf-product__swatchs_container .slick-prev, .spf-product__swatchs_container .slick-next{
  top: 40% !important;

}


.spf-product-card__vendor a, .gf-block-title h3 span {
  font-size: 18px;
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  
}
.h4.spf-product-card__title a, .gf-option-block ul li a {
  font-size: 13px !important;
  color: #000!important;
  text-transform: capitalize;
  opacity: .75!important;
}
/* .spf-product__info span.money {
font-weight: 600;
} */
body.collection .pagination-wrapper {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.gf-block-title h3:before {
  content: "-";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 40px;
  color: #000000;
}
.is-collapsed .gf-block-title h3:before {
  content: "+";
  font-size: 20px;
}
.gf-left .gf-option-block .gf-block-title h3:after, .gf-offcanvas .gf-option-block .gf-block-title h3:after{
  content: unset !important;
}
.gf-range-inputs {
  display: none;
}
#gf-tree .noUi-handle, .noUi-connects{
  background: #000000 !mportant;
}
#gf-tree .noUi-base, #gf-tree .noUi-connects{
  height: 5px;
  background: #000 !important;
}
#gf-tree .noUi-handle{
  background: #000 !important;
  top: -9px !important;
}

body.collection section.logo_image .inner_image_section img {
  width: 100%;
}
body.collection #gf_pagination_wrap {
  padding: 20px 0 40px 0 !important;
}
.collection #gf-controls-container .gf-filter-selection{
  display: none !important;
}
.collection .gf-block-title{
  flex-wrap: wrap;
}

.spf-product__swatchs_container p {
  margin: 0;
}
.spf-product__info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.spf-product__info .spf-product-card__vendor {
  width: 100%;
}

.spf-product__info .h4.spf-product-card__title {
  width: 100%;
}

.spf-product__info .spf-product-card__price-wrapper {
  width: 100%;
}

.spf-product__info form.spf-product__form {
  width: 100%;
  order: -1;
}


.spf-product__swatchs_container {
  width: 100%;
}
#gfqv-modal .quantity .decrease, #gfqv-modal .quantity .increase{
  position: unset !important;
  border-left: unset !important;
  margin: 0 10px;
}
#gfqv-modal .quantity .qty{
  pointer-events: none;
  text-align: center !important;
  border-right: unset !important;

}
#gfqv-modal .gfqv-modal-content .gfqv-product-wrapper .gfqv-product-details .quantity input.input-text.qty.text {
  padding-left: 0 !important;
}
#gfqv-modal .quantity .decrease {
  border-top: unset !important;
}
#gfqv-modal .owl-carousel .owl-item img {
  max-height: 400px !important;
}
#gfqv-btn{
  cursor: pointer;
}
ul.gfqv-swatch-values {
  padding: 0 !important;
}



.append_coll {
    display: inline-block!important;
    width: 100%;
    height: 87%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: -9;
    background-image: url('//cdn.shopify.com/s/files/1/1108/6114/files/Comp_1_1.gif');
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
}
.active_slide .append_coll {
  	z-index: 9;
}
.collection .list_loop {
    position: absolute;
    top: 0;
    z-index: 9;
    left: 11px;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.collection .active_slide .list_loop {
  opacity: 1;
}
.collection .list_loop .item {
  width: 100%;
  display: inline-block;
}
.collection .list_loop .item img {
  width: 100%;
}
.collection .list_loop .item {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  opacity: 0;  
  z-index:1;
}
.collection .list_loop .item.active {
  opacity: 1;
  z-index:3;
}
.collection .list_loop .item .img_sec {
  height: 100%;
  display: inline-block !important;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
}


/*===============================================newsletter-popup-css-start================================*/
.newsletter-Popup-section span.icon-ramskull_close.aw-refresh-cookie-policy__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 26px;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
  z-index: 99;
}
.newsletter-Popup-section {
  width: 100%;
  max-width: 500px;
  margin: auto;
  background: #f8f5ee;
  padding: 60px;
  border: 1px solid #00000087;
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9999;
}
.newsletter-Popup-section .cart-popup__heading {
  text-align: center;
  font-weight: 800;
}
.newsletter-Popup-section .Newsletter-popup {
  text-align: center;
}
.newsletter-Popup-section .newsletter-popup-bottom {
  justify-content: center;
  text-align: center;
  display: block;
  margin-top: 90px;
}
.newsletter-Popup-section .newsletter-form__field-wrapper {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
.newsletter-Popup-section .newsletter-form__button.field__button {
  width: 100%;
  background: #000;
  color: #fff;
  margin-top: 15px;
  padding: 25px;
}
.newsletter-Popup-section .newsletter-popup-bottom p {
  margin: 0;
}
.newsletter-Popup-section .newsletter-popup-bottom a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 4px;
}

div#cookie-policy {
  display: inline-block;
  width: 100%;
  position: fixed;
  z-index: 99999;
  background: #ffffff7d;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slideshow__text.banner__box.color-background-1 h2.banner__heading.h1 {
  color: #fff;
  font-size: 60px;
  text-transform: capitalize;
}
/* .slider.slider--everywhere .slider__slide {
max-width: 50%;
}
.slideshow__controls.slider-buttons.no-js-hidden {
display: none;
} */
/*===============================================newsletter-popup-css-end================================*/

#AppFrameMain form .Polaris-TextField input::placeholder {
  color: #000 !important;
  opacity: 1;
}

#AppFrameMain form .Polaris-TextField input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #000 !important;
}

#AppFrameMain form .Polaris-TextField input::-ms-input-placeholder { /* Microsoft Edge */
 color: #000 !important;
}






@media screen and (min-width: 767px) {

  .spf-product-card.spf-product-card__left .spf-product__info {

    padding: 0 20px 20px 20px;
  }
  button.spf-product__form-btn-addtocart {
    opacity: 0;
  }
  .spf-product-card:hover button.spf-product__form-btn-addtocart{
    opacity: 1;
  }
  .collection #gf-controls-container {
    display: none !important;
  }
  .spf-product-card:hover .spf-product__swatchs_container {
    opacity: 1;
    height: auto !important;
    text-align:center;
  }
  .active_slide .spf-product__swatchs_container {
    opacity: 1;
    height: auto !important;
    text-align:center;
    z-index:999;
  }
.spf-product-card .spf-product__swatchs_container .slick-prev {
    left: -10px !important;
}
  .spf-product-card .spf-product__swatchs_container .slick-next {
    right: -10px !important;
  }
  .spf-product-card__inner .spf-product__swatchs_container .spf-product__swatchs {
    max-width: 230px;
    margin: 0 auto;
  }

  .spf-product-card:hover{
    /*     box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px; */
    padding: 0px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  body.gradient.collection .collection.page-width {
    height: auto !important;
  }
  body.collection #gf_pagination_wrap {
    padding: 0px 0 0px!important;
  }
  ul.outer_div_rel_pro li.inner_silder .card-information__wrapper {
    text-align: center;
  }
  ul.outer_div_rel_pro li.inner_silder .price {
    justify-content: center;
  }
  .recent_viewed_products .viewed_products .details {
    text-align: center;
  }
  .blog-post-index-div ul {
    margin: 30px 0px 10px 0px;
  }

  #gf-products .spf-product-card .spf-product__form a.open-quick-view {
    position: absolute !important;
    bottom: unset !important;
    top: 10px;
    right: 15px !important;
    border: unset !important;
    height: 20px;
    width: 20px;
    display: none;
  }
  .active_cart_drawer{
    right: 0;
  }
  .spf-product-card.spf-product-card__right .spf-product__info {
    text-align: center !important;
  }
  .spf-product-card__inner .spf-product__swatchs_container {
    opacity: 1;
    height: 80px;
    text-align: center;
    padding: 0 20px;
    display: none;
  }
  .spf-product-card .spf-product__swatchs_container .slick-prev {
    left: -5px !important;
  }
  .spf-product-card .spf-product__swatchs_container .slick-next {
    right: -10px !important;
  }
}
/*-----end-collection-page------*/

/*==========Home-page===========*/
.page-width {
  margin: 0 auto;
  max-width: 1920px!important;
  width:100%;
}
.gradient.overflow-hidden-tablet {
  overflow: hidden!important;
}
.header{
  padding-top:10px;

}
.header__icon--cart {

  margin-right:0px ;
}

.header__icons details-modal.header__search {
  display: none;
}
.header .menu-drawer{
  /* height:auto!important; */
  border:1px solid #80808017!important;

}
.ryt .field__input, .select__select, .customer .field input, .customer select {

  height: 40px!important;
}
div#qab_container {
  display: none !important;
}
.outer_flx_header {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.outer_flx_header .lyt {
  width: 25%;
}
.outer_flx_header .ryt {
  width: 25%;
}
.outer_flx_header .center {
  width: 50%;
  margin-top: -40px;
}
.header_login_sign_up .header__icons {
  display: flex;
  grid-area: icons;
  width: 25%;
  flex-wrap: wrap;
  justify-content: space-around;
  float: right;
  align-items: center;
}
.header_login_sign_up a.account_login {
  display: flex;
}
nav.header__inline-menu {
  text-align: center;
}
.announcement_bar_color {
  background: #000;
}
ul.list-menu.list-menu--inline li a {
  font-size: 16px;
}

nav.header__inline-menu {
  margin: 10px 0px;
}

#shopify-section-announcement-bar {
  z-index: 2;
}
.announcement_bar_color .outer_flx {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.announcement_bar_color .outer_flx .announcement-bar {
  width: 100%;
  padding: 16px 0 10px;
}

.announcement_bar_color .outer_flx .announcement-bar h4 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.announcement_bar_color .outer_flx .announcement-bar p {
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 14px;
}

.coll_product_with_silder .inner_div .image_div img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  padding: 0px 18px;
}
/* .coll_product_with_silder .inner_div {
padding: 0 10px;
} */
.collection_list_outer_flx {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;

}
.collection_list_outer_flx .inner_div {
  width: 32.3%;
  /*     padding: 0 10px; */
  position: relative;
}
.collection_list_outer_flx .inner_div .image_div img {
  width: 100%;
  height: 550px;
  object-fit: contain;
  object-position: center;
}
.collection_list_outer_flx .inner_div .image_div {
  position: relative;
  line-height: 0;
}
.collection_list_outer_flx .inner_div .image_div:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000070;
}
.collection_list_outer_flx .inner_div .coll_txt {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.collection_list_outer_flx .inner_div .coll_txt p {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 10px;
}
.collection_list_outer_flx .inner_div .coll_txt span {
  display: block;
  color: #fff;
}
.collection_list_outer_flx .inner_div .coll_txt a {
  color: #fff;
  text-underline-offset: 10px;
}
.blog-post-index-div ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
/*   align-items: center; */
  justify-content: space-between;
  margin:0;
}
.blog-post-index-div ul img {
  width: 100%;
}
.blog-post-index-div ul li {
  list-style-type: none;
  width: 24.3%;

}
.index_blog_first {
  position: relative;
}
.index_blog_first .inner_text {
  width: 60%;
  position: absolute;
  top: 0;
  left: 40%;
  background: #1b1931eb;
  height: 98%;
}

.blog-post-index-div .blog-post-index-div ul li img {
  width: 100%;
}
.blog-post-index-div .index_blog_first .inner_text .txt{
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.blog-post-index-div .index_blog_first .image_div img {
  width: 100%;
}
.coll_silder_div_second {
  display: flex;
  flex-wrap: nowrap;
}

section.subscription_image_section .inner_info {
  display: flex;
  align-items: center;
}
section.subscription_image_section .right_side_emailsubscription {
  width: 50%;
  position:relative;
}

section.subscription_image_section .right_side_emailsubscription {
  width: 50%;
  position: relative;
  margin-left: 10rem;
}
.slideshow__text.banner__box {
  background-color: transparent;
}
.slideshow__text h2.banner__heading.h0 {
  color: #fff;
  font-size: 60px;
  text-transform: capitalize;
}
.slideshow__text span.fst_heading {
  color: #fff;
  text-transform: uppercase;

}
.slideshow__text .banner__text span {
  color: #fff;
}
.coll_product_with_silder .heading_div h2 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: normal;
}
.coll_product_with_silder .contant_div {
    text-align: left;
    padding: 16px 2px 16px 16px;
    position: relative;
    height: 180px;
}
.coll_product_with_silder .contant_div h2 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform:uppercase;
}
.coll_product_with_silder .contant_div p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: auto;
    top: 72px;
}
.coll_product_with_silder .contant_div span.currency-converter-wrapper-amount-box.cbb-desktop-view.skiptranslate.notranslate {
    position: absolute;
    bottom: 0;
}
.coll_product_with_silder .button_div_coll {
  display: flex;
  justify-content: space-around;
  margin: 20px 0px;

}

.coll_product_with_silder .button_div_coll a {
  background: #000;
  padding: 8px 28px;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}
.blog-post-index-div ul li .txt_div {
    position: relative;
    height: 175px;
}
.blog-post-index-div .btn {
    margin-top: 26px;
    position: relative;
    bottom: 0;
}

.blog-post-index-div .heading {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.blog-post-index-div .heading h2 {
  font-size: 36px;
  letter-spacing: normal;
  line-height: 40px;
  margin: 16px 0px 36px 0px;
}
.inner_text .txt h2 {
  color: #fff;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  font-size: 40px;

}
.inner_text .txt span {
  color: #fff;
}
.inner_text .btn a {
  color: #fff;
  text-underline-offset: 10px;
}
.txt_div .inner_div h2 {
  letter-spacing: normal;
  margin: 0;
}
.inner_div .btn a {
  color: #000;
  font-size: 14px;
  text-underline-offset: 10px;
}
.featured_collections .featured_inner_collection {
  display: flex;
  flex-wrap: nowrap;
}
.featured_collections .left_featured_collection {
  width: 60%;
}
.featured_collections .right_featured_collection {
  width: 40%;
}

section.subscription_image_section .page-width {
  width: 100%;
  max-width: 1140px;
}
section.subscription_image_section {
  background-color: #8080801f;
  clear: both;
  padding: 0px 0px 6px 0px;
}
.footer .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet {
  display: grid;
  grid-template-columns: repeat(5,5fr);
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.grid--4-col-tablet .grid__item {
  width: 100%;
}

.footer .address h2, .footer .Contact_us h2 {
  margin: 0;
  font-size: 17px;

}

.footer .footer-block__details-content.footer-block-image.center {
  text-align: left;
  padding-bottom: 7px;
}
.footer .address p {
  font-size: 14px;
  margin: 5px 0;
  line-height:20px;
}

.subscription_image_section .newsletter-form__button {
  width: 15.4rem;
  margin: 0;
  background: #000;
  color: #fff;
}
.subscription_image_section .newsletter-form {
  align-items: flex-start;
  margin: 0;
  max-width: 100%;
}
.subscription_image_section .field__input, .select__select, .customer .field input, .customer select {
  height: 4.4rem;

}
.right_side_emailsubscription p {
  font-size: 14px;
  letter-spacing: normal;
  line-height: 16px;

}

.subscription_image_section .left_side_image img {
  width: 100%;
  max-width: 100%;
}
footer .list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.footer .footer-block__details-content.rte h2 {
  margin: 10px 0px 0px 0px;
  font-size: 17px;

}
.footer .rte ul {
  padding-left: 0rem;
}
.footer .list-menu__item--link{
  padding-bottom: 0;
  padding-top: 0;
}
.footer .Contact_us p {
  margin: 0;
}
.footer .list-social__link {

  padding: 10px 12px 0px 0px;

}
.footer__content-top .grid__item:nth-child(1) {
  padding-left: 0px;
}

.footer .Contact_us {
  margin: 12px 0px;
}
.footer .footer-block__details-content.rte p {
  font-size: 14px;
}
.footer-block.grid__item:nth-child(5) {
  padding-left: 6rem;
}
.footer__blocks-wrapper_mobile {
  display: grid;
  grid-template-columns: repeat(5,5fr);
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

.footer__blocks-wrapper_mobile {
  display: none;
}
.coll_product_with_silder .button_div_coll a:hover {
  background: #242428;
}
.inner_image_section_mb img {
  display: none;
}

.footer .address {
  display: none;
}
.product .product_stock {
  margin: 20px 0px;
}
.subscription_image_section .left_side_image {
  width: 50%;
  flex: 0 0 50%;
}
.product-recommendations .price.price--on-sale {
  display: none;
}
.product-recommendations h3.card-information__text.h5 {
  text-align: left;
  padding: 0px 25px;
}
.product-recommendations .price {
  display: none;
}
/*==========End-Home-page===========*/

/*==========collection-page-css-start=============*/
.collection-hero__text-wrapper h1.collection-hero__title {
  text-align: center;
}
div.snize div.snize-filters-sidebar {
  float: right!important;

}
div.snize ul.snize-product-size-filter li {

  width: 70px!important;
  height: 33px!important;
  margin: 14px!important;
}
div.snize ul.snize-product-filters-list li.snize-filters-show-more div, div.snize ul.snize-product-size-filter li.snize-filters-show-more div, div.snize ul.snize-product-color-filter li.snize-filters-show-more div {
  width: 100%;
}

#snize-search-results-grid-mode li.snize-product span.snize-title {
  font-size: 14px!important;
  font-weight:400!important;
  order:6;
  text-align:center!important;
  color:#121212!important;
  opacity:0.75!important;

}
#snize-search-results-grid-mode span.snize-overhidden {
  padding: 30px 10px 5px 3px!important;

}
#snize-search-results-grid-mode span.snize-description {
  font-size: 14px!important;
  font-weight: 400!important;

}
#snize-search-results-grid-mode .snize-price-list {
  font-size: 18px!important;
  color: #000!important;

}
div.snize div.snize-pagination {
  float: left!important;
}
#snize-search-results-grid-mode span.snize-thumbnail img {
  left: 0%!important;
  right: 0%!important;
  top:0%!important;
  bottom:0%!important;
  /*   width:90%!important; */
}
#snize-search-results-grid-mode .snize-price-list {
  text-align: center!important;

}

div.snize-collection-mode div.snize-main-panel-collection-results-found {
  font-size: 16px!important;
}
div.snize .snize-filters-sidebar div.snize-product-filters-title {
  font-size: 18px!important;
}
div.snize ul.snize-product-filters-list li label>span {
  font-size: 16px!important;

}
div.snize ul.snize-product-size-filter li label .snize-size-filter-checkbox>span {
  font-size: 14px!important;

}
div.snize .snize-price-range input.snize-price-range-input {
  font-size: 14px!important;
}
.snize-main-panel-view-mode {
  display: none;
}
div.snize .snize-horizontal-right {
  margin-left: 50px!important;
  display: flex;
  order: 0;
  width: 100%;
}
div.snize .snize-horizontal-left {
  width: 100%;
  display: flex;
  justify-content: end;
  order: 1;
}
#snize-search-results-grid-mode span.snize-sku, #snize-search-results-grid-mode span.snize-attribute {
  order: 4;
}
#snize-search-results-grid-mode .snize-price-list {
  order: 10;
}

#snize-search-results-grid-mode span.snize-sku, #snize-search-results-grid-mode span.snize-attribute {
  font-size: 18px!important;
  color: #000!important;
  font-weight: 600!important;
  text-align: center!important;
  text-transform: capitalize;
}
/*==========collection-page-css-end=============*/
/*=============================product-page-css-start===============================*/
.product_page variant-radios.no-js-hidden {
  position: relative;
}
.product_page variant-radios.no-js-hidden span.size_pop_up {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  border-bottom: 1px solid;
}
span.size_pop_up {
  cursor: pointer;
  border-bottom: 1px solid;
  color: #000;
  font-size: 12px;
}
section.page-width.product_page modal-opener.product-popup-modal__opener.no-js-hidden {
  display: none;
}
.slider-mobile-gutter ul li {
  max-width: 50%!important;
}
.product__info-wrapper.grid__item .product-form__input .select {
  max-width: 100%;
}
.product__info-wrapper.grid__item .product-form__input {
  max-width: 100%;
}
.product-form__input.product-form__input--dropdown .select__select {
  border: 1px solid #000;
}
button.product-form__button.button.button--full-width {
  background: transparent;
  color: #000;
}
.product__info-wrapper.grid__item .shop_the._look {
  margin-top: 10px;
}
button.product-form__button.button.button--full-width span a {
  color: #000;
}
.uwl-wishlist.wishlist-selected, .uwl-wishlist:hover {
  background: #ffff!important;
  color: #000!important;
  border-color: #000!important;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
}
.uwl-wishlist {
  color: #000!important;
  border-color: #000!important;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
}

.gradient.product section.subscription_image_section {
  display: none;
}
.tooltip-store-theme {
  display: none!important;
}
.gradient.article .image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.mobileview_show {
  display: none;
}








/*=============================product-page-css-end===============================*/

/*================================11-03-2022_css_start=======================================*/



.coll_product_with_silder {
  padding: 40px 0px 50px 0px;
}


/*================================11-03-2022_css_end=======================================*/


.innerslider .grid--quarter-max.grid--4-col-desktop.match-it-slide-wrap .grid__item{
  max-width: 100% !important;
}

/*==========Media_Query_Start===========*/
@media only screen and (max-width: 990px){
  .hamburger_open {
    display: block;
    top:25px;
}
  .recently-viewed_collection {

    grid-template-columns: repeat(2,2fr);

  }

  .menu-drawer__menu-item {
    padding: 1rem 3.2rem!important;
    font-size: 16px!important;
  }
  .menu-drawer .list-social {
    margin-top: 2rem!important;
  }
  .menu-drawer__utility-links {
    padding: 10px!important;
  }
  /*     .header_login_sign_up .header__icons {
  display: flex;
  grid-area: icons;
  width: auto!important;
  flex-wrap: wrap;
  justify-content: end;
} */
  .menu-drawer-container {
    /* display: flex; */
    float: left;
  }
}
@media only screen and (max-width: 880px)
{
  .subscription_image_section .newsletter-form__button {
    width: 10.4rem;
  }
  .footer .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet {
    grid-template-columns: repeat(3,3fr);
  }

  .preload_product_page {
    width: 100px;
    height: 800px;
    position: fixed;
    top: 36%;
    left: 42%;
  }
  .collection-hero .collection_images_banner {
    display: block;
}
  .collection-hero__text-wrapper {

    text-align: center!important;
}
}
@media only screen and (max-width: 769px)
{
  .coll_product_with_silder .contant_div p {
    position: unset;
}
  .coll_product_with_silder .contant_div span.currency-converter-wrapper-amount-box.cbb-desktop-view.skiptranslate.notranslate {
    position: unset;
    bottom: unset;
}
}
@media only screen and (max-width: 768px)
{
  
  
.subscription_image_section .left_side_image {
    width: 100%;
    flex: 0 0 0%;
}
  
  
  
button.spf-product__form-btn-addtocart {
    display: none;
}
  .banner__media {
    position: absolute;
  }
  .inner_text .txt h2 {
    font-size: 28px;
  }
  .txt_div .inner_div h2 {
    font-size: 18px;
  }
  header-drawer {
    justify-self: start;
    margin-left: 0!important;
  }
  span.spf-product-card__oldprice span.money {
    font-size: 12px;
  }

  span.spf-product-card__saleprice span.money {
    font-size: 14px;
  }

  .slider-mobile-gutter ul li {
    max-width: 100%!important;
  }
  .thumbnail-list__item.slider__slide {
    margin: 0px!important;
    padding: 0!important;
    width: 5%!important;
  }
  .thumbnail-list.slider {
    justify-content: center;
  }
  section.subscription_image_section .inner_info {
    display: inline-block;
  }
  section.subscription_image_section .right_side_emailsubscription {
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 640px){
  .hamburger_open {
    top: 11px;
}
  section.subscription_image_section .inner_info {
    display: block;
  }
  section.subscription_image_section .right_side_emailsubscription {
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
  }

  .slideshow__text h2.banner__heading.h0 {
    font-size: 30px;
  }
  .coll_product_with_silder .contant_div {
    text-align: center;
  }
  .collection_list_outer_flx {
    display: block;
  }
  .collection_list_outer_flx .inner_div {
    width: 100%!important;
    padding: 15px;
  }
  .blog-post-index-div .heading h2 {
    font-size: 16px;
    line-height: 26px;
  }
  .inner_text .txt h2 {
    font-size: 16px;
  }



  .footer .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet, .footer .list-menu__item {
    display: block;
    text-align: center;
  }
  footer .list-social {
    justify-content: center;
  }
  .footer .list-menu__item {
    display: block;
  }
  .blog-post-index-div ul {
    display: grid;
    grid-template-columns: repeat(2,2fr);
    margin-top: 20px;
  }
  .blog-post-index-div ul li {
    list-style-type: none;
    width: 100%;
    padding: 0px 10px;
  }
  .footer-block.grid__item:nth-child(5) {
    padding-left: 0rem;
  }
  .footer .footer-block__details-content.footer-block-image.center {
    text-align: center;
    display: none;
  }

  .footer__blocks-wrapper_mobile {
    display: block!important;
    text-align: center;
    margin: 20px 0px 5px 0px;
  }
  .footer__content-top.page-width {
    padding: 10px;
  }
  .coll_product_with_silder .heading_div h2 {
    font-size: 20px;
  }

  .tab button.tablinks {

    font-size: 11px;
  }
  .spf-product__swatchs_container p {
    font-size: 12px;
  }
  span.spf-product__swatch-text {
    font-size: 10px!important;
  }

  .thumbnail-list {
    flex-wrap: wrap;
    grid-gap: 10px!important;
  }
  .card.card--product.card--outline {
    height: auto;
  }
  .slick-next:before {
    display:none;
  }
  .slick-prev:before {
    display:none;
  }
  .small-hide {
    display: none !important;
  }
  .coll_product_with_silder {
    padding: 0;
  }
  .tem-hide_cls h1.main-page-title.page-title.h0 {
    font-size: 24px;

  }
/*   .desktopview_show {
    display: none;
  } */
  .mobileview_show {
    display: block;
    padding: 14px 24px;
  }
  .mobileview_show .tl-switcher {
    position: relative;
    width: 41%;
    margin-top: -70px;
    box-shadow: none;
  }

.header_login_sign_up a.account_login {
    display: none;
}
  .desktopview_show .tl-wrapper {
    top: 0px!important;
    left: 52px!important;
}
  header.header.header--top-center.page-width.header--has-menu {
    padding: 7px 0px!important;
}
  .desktopview_show div#languageSwitcher-floating {
    margin-left: 0!important;
}
  .currency-converter-currency-button {
    position: absolute;
    left: 128px;
    top: 10px;
}
  .outer_flx_header .center {
    width: 50%;
    margin-top: -11px;
}
  .customer.account {
    margin-top: 50px!important;
    display: block;
    text-align: center;
}
  .spf-product-card__vendor a, .gf-block-title h3 span {
  height:70px;
}
 span.cbb-price-digits {
    font-size: 15px!important;
}
div#order-lookup-by-hulkapps {
    width: 100%!important;
    max-width: 326px;
}
#order-lookup-by-hulkapps .find-order .order-track-form {
    padding: 14% 5%!important;
}  
.product-recommendations.first.page-width .media--adapt.media--hover-effect img {
    height: auto;
}  
}
@media only screen and (max-width: 480px){
.currency-converter-currency-button {
    left: 40%!important;
    top: 10px!important;
}

  .slideshow__text.banner__box.color-background-1 h2.banner__heading.h1 {
    color: #000;
    font-size: 36px;
    margin: 0;
  }
  a.button.button--primary {
    background: #000;
    color: #fff;
  }
  .banner__box>*+.banner__buttons {
    margin-top: 1rem!important;
  }


  .main_div .spf-product-card__price-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .banner__media {
    position: relative!important;
  }
  .slideshow__text .banner__text span {
    color: #000;
  }
  .slideshow__text h2.banner__heading.h0 {
    color: #000;
  }
  .slideshow__text span.fst_heading {
    color: #000;
  }

  .index_blog_first .inner_text {
    width: 100%;
    position: relative;
    top: 0px;
    left:0;
  }
  .blog-post-index-div .index_blog_first .inner_text .txt {
    top: 0;
    transform: translateY(0%);
  }
  .ryt input#Search-In-Modal {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .ryt label.field__label{
    display:none;
  }
  .inner_image_section_mb img {
    display: block;
    width: 100%;
  }
  .inner_image_section img {
    display: none;
  }
  ul.snize-search-results-content.clearfix {
    display: grid!important;
    grid-template-columns: repeat(1,1fr)!important;
  }

  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product {
    min-width: 100%!important;

  }
  span.smartwishlist.sw_tooltip.tooltip.unbookmarked.tooltipstered, span.smartwishlist.sw_tooltip.tooltip.tooltipstered.bookmarked {
    top: 0px;

  }
  .header_login_sign_up .header__icons {
    width: 50%;
    justify-content: end;
  }
  .outer_flx_header .center {
    margin-top: 0px;
  }
  .tab button.tablinks {
    width: 50%;
}
span.smartwishlist.sw_tooltip.tooltip.unbookmarked.tooltipstered {
    position: absolute;
    bottom: 690px;
    z-index: 999!important;
    right: 4px;
}
}


/*==========Media_Query_end===========*/