/** Shopify CDN: Minification failed

Line 436:0 Unexpected "}"

**/

/* =====// Cart Popup \\===== */
.cart-side-panel {
  padding: 0;
  width: 450px;
  max-width: 100%;
  overflow-y: auto;
  z-index: 999999999;
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transform: all 0.5s ease-in-out;
  background: #fff;
/*   transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%); */
  right: -100%;
}
.CartOpen .cart-side-panel {
/*   transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0); */
  right: 0;
}
.cart-side-panel .cart-middle-items {
  width: 100%;
  float: left;
  padding: 15px 29.5px 30px;
  overflow: auto;height: auto !important;
}
.cart-side-panel .block-cart-header {
  width: 100%;
  float: left;
  padding: 0;
}
.cart-side-panel .block-cart-header h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  font-family: var(--Roboto_Condensed);
    line-height: 32px;
    color: #383d3f;
    letter-spacing: 0;
    margin: 0;
    display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex; display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;margin-bottom: 15px;
    }
.cart-side-panel .block-cart-header h2 a svg{width: 19px;height: 18px;vertical-align:middle;}
.cart-side-panel .block-cart-header h2 a {
  display: inline-block;margin-right: 10px; color: #383d3f;
   
    float: left;
    padding: 0 0;
    }
.cart-container {
  width: 100%;
  float: left;
  padding: 29px;
}
.empty_cart .cart-container{padding:0 29px;}
.cart-container .CartItem:first-child{border-top:0 !important}
.empty_cart_slide_cls{
  display: inline-block;
  margin: 0 0 24px;
  padding: 0;
  width: 100%;
  text-align: center;
}
.empty_cart {
  display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex; display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /*   height: calc( 100vh - 97px); */
  width: 100%;
  text-align: center;
}
.shipping-method {
  width: 100%;
  float: left;
  background: #1CC186;
  padding: 11px 20px;
  text-align: center;
}
.shipping-method h4 {
  margin: 0;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  vertical-align: middle;
  color: #fff;
  font-weight: 400;
  padding-left: 15px;
}
.shipping-method .shipping-icon {
  display: inline-block;
  vertical-align: middle;
}
.subToggle .cart-middle-items {
  width: 100%;
  float: left;
}
.subToggle .items_row {
  width: 100%;
  padding: 29px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid rgb(56 61 63 / 10%);
}
.subToggle .items_row:last-child {
  border-bottom: 1px solid rgb(56 61 63 / 10%);
}
.cart-middle-items .cart-container{padding: 0;}
.cart-middle-items .cart-title{
  margin: 0;
  padding-right: 18px;
}
.subToggle .items_row .cart-left {
  width: 100px;height: 100px;
  display: inline-block;
  vertical-align: middle;
}
.subToggle .items_row .cart-left .cart-image-part {
  position: relative;
  line-height: 0;    height: 100%;
}
.subToggle .items_row .cart-left .cart-image-part a.cart-image {
  width: 100%;
  display: inline-block;
  position: relative;
  border-radius: 4px;
  height: 100px;
}
.items_row .cart-right .cart-remove {
  position: absolute;
  top: 4px;
  right: 0;
}
.items_row .cart-right .cart-remove a{height: 10px;
  display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex; display: flex;}
.items_row .cart-right .cart-remove em {
  height: 20px;
  width: 20px;
  background: #e60000;
  display: block;
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
}
.subToggle .items_row .cart-left img {
  width: 100%;;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.subToggle .cart-right {
  width: calc(100% - 100px);
  display: inline-block;
  padding-left: 19px;
  vertical-align: middle;
  position: relative;
}
.subToggle .cart-right .cart-title a {
  display: block;
  color:#000;text-decoration: none;
  font-size: 15px;
  font-family: 'Nimbus Sans L' , 'Nimbus Sans L Cyrillic';
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 20px;
}
.subToggle .cart-right .product_variant {
  padding: 4px 0 3px 0;
  display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex; display: flex;
  flex-direction: column;
}
.subToggle .cart-right .product_variant span {
  font-size: 12px;
  line-height: 16px;
  color: #000;
  padding-right: 20px;
}
.subToggle .cart-right .product_variant span em {
  font-style: normal;
}
.subToggle .cart-right .cart_p_count {
  padding: 10px 0 0;
  position: relative;
  display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex; display: flex;
  justify-content: space-between;
  align-items: center;
  /*   width: 100%;
  float: left; */
}
.cart-right .product-form--atc-qty{
  float: left;
  width: 95px;
  margin: 0;
}
.cart-right .ajaxcart__qty-num{
  border: 1px solid #cacaca;
  padding: 5px 13px;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.cart-right .n_row{
  justify-content: space-between;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex; display: flex;
  flex-direction: column;
  height: 100%;
}
.cart-right .form-fields--qty .form-field{
  opacity: 1;
}
.cart-right .form-fields--qty .form-field--qty-select .form-field-select-wrapper{
  position: relative;
  width: auto;
}
.cart-right .form-field-select-wrapper .form-field-select{
  padding: 6px 13px;
}
.cart-right .form-field-select-wrapper svg{
  top: 50%;
}
.subToggle .cart-right .cart_p_count span.cart_price {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  padding: 0 0 0;
  text-transform: uppercase;
  /*   float: right; */
  color: #383D3F;
}
.subToggle .cart-right .cart_p_count ul.QuantityBox {
  /*   width: 100%;
  float: left; */
  max-width: 80px;
  display: table;
  margin: 0px;
  /*   border: solid 1px #eaeaea; */
  padding: 0;
  list-style: none;border: 1px solid #E2E0E0;
}
.subToggle .cart-right .cart_p_count ul.QuantityBox li {
  height: 24px;
  /*   float: left; */
  text-align: center;
  padding: 0px;
  border-bottom: 0px;
  padding: 0px;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
}
.subToggle .cart-right .cart_p_count ul.QuantityBox li a {
  /*   font-size: 16px;
  line-height: 20px;
  color: #8d8d8d;
  text-decoration: none; */
}

.subToggle .cart-right .cart_p_count ul.QuantityBox li.plus-box,
.subToggle .cart-right .cart_p_count ul.QuantityBox li.minus-box {
  width: 24px;
  text-align: center;
  padding: 0;
  /*   border: 1px solid rgb(56 61 63 / 10%); */
  /*   border-radius: 50%; */
  line-height: 0;
}
.subToggle .cart-right .cart_p_count ul.QuantityBox li.input-box {
  width: auto;
}
.subToggle .cart-right .cart_p_count ul.QuantityBox li.input-box input {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #383D3F;font-family: var(--font-body-family);
    margin: 0px;
    padding: 0;
    text-align: center;
    background: transparent;
    border: none;
    height: 24px;
    width: 100%;
    }
.ajaxcart__qty-adjust svg path{stroke: #e2e0e0;stroke-width: 2px;}
.subToggle .block-cart-footer {
  width: 100%;
  float: left;
  /*   left: 0;
  bottom: 0;
  position: absolute;
  right: 0; */
}
.block-cart-footer .cart-container{
  padding: 0px 30px 12px;

}
.subToggle .block-cart-footer .subtotal,.subToggle .block-cart-footer .shipping {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 9px;
}
.subToggle .block-cart-footer .shipping span,.subToggle .block-cart-footer .subtotal span{
  font-size: 13px;
  line-height: 16px;
  color:#000;
  font-weight: bold;
}
.subToggle .block-cart-footer .shipping span + span, .subToggle .block-cart-footer .subtotal span + span{
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #000;
  text-transform: unset;
}
.subToggle .block-cart-footer .shipping span + span{
  font-weight:500;
}
.subToggle .block-cart-footer .shipping span.not_elgib{font-size: 11px;}
.subToggle .block-cart-footer .cart-btn,.subToggle .block-cart-footer .cart-shop {
  width: 100%;
  float: left;
  padding: 0;
  position: relative;
}
.subToggle .block-cart-footer .button-primary, .subToggle .block-cart-footer a.button-primary {
  width: 100%;
  margin: 0;
  text-transform: capitalize;
  text-align: center;
}
.subToggle .block-cart-footer .button-primary{
  padding: 9px 23px;
}
.subToggle .block-cart-footer .cart-btn .button-primary{
  padding: 13px 23px;
  font-size: var(--font-size-button-medium);
    min-height: 45px;
    }
.slick-slide{
  outline: none !important;
}
.subToggle .block-cart-footer .button-primary svg{
  margin-top: -2px;
  margin-right: 5px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.subToggle .block-cart-footer .addupsell svg{
  margin: 0;
}
body.CartOpen {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  height: auto;
}
body.CartOpen:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transform: all 0.5s ease-in-out;
}

.CartItem,.cart-btn .col-12 {
  width: 100%;
}
.cart-btn .col-12 .button{
  min-width: 100%;
}
.checkout-text svg{
  margin-bottom: -3px;
}
.cart-btn .col-12{margin: 20px 0 0;}
/* .header__icon--cart .cart_qty_cls {
position: absolute;
right: 10px;
left: auto;
top: -3px;
bottom: auto;
background: #74d8cf;
color: #fff;
height: 15px;
border-radius: 50%;
width: 15px;
font-size: 10px;
font-weight: 400;
line-height: 15px;
text-align: center;
/*   z-index: 1; */
}
*/


.discount-step ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex; display: flex;
  flex-wrap: wrap;
  position: relative
}

.discount-step ul::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  height: 8px;
  background: #F5F5F5
}

.discount-wrap {

  padding: 0 0 0;
  margin-bottom: 12px
}

.offer-txt {
  margin: 18px 0 0;
  font-size: 13px;
  line-height: 16px;
  color: #383d3f
}
.discount-step .discount-wrap ul{display: flex;}
.discount-step ul li {
  position: relative;
  max-width: 20%;
  flex: 0 0 20%;
  text-align: center;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0 !important;
  line-height: 12px
}

.discount-step ul li.active {
  font-weight: 600
}

.discount-step ul li.active::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  height: 8px;
  background:#091626
}

.discount-step ul li.active::after {
  background: url(//cdn.shopify.com/s/files/1/1862/6649/t/37/assets/verified.svg?v=3906525137354312886) no-repeat 0 0
}

.discount-step ul li::after {
  content: '';
  position: absolute;
  right: 0;
  top: -13px;opacity: 0;
  left: 50%;
  bottom: auto;
  width: 28px;
  height: 28px;
  background: url(//cdn.shopify.com/s/files/1/1862/6649/t/37/assets/locked.svg?v=9553912765653577916) no-repeat 0 0;
  transform: translateX(-50%);
  z-index: 1
}

.discount-step ul li.active:last-child::before {
  border-radius: 0 8px 8px 0
}

.discount-step {
  width: 100%;
  float: left;
  padding: 0 30px
}

#cart_accessories {
  padding-bottom: 172px
}

.cart-shop a {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: rgb(56 61 63 / 50%);
  display: inline-block;
  margin-top: 12px;
  text-align: center
}

.mobile-cart {
  display: none
}

@media screen and (max-width:989px) {
  .max-container {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px
  }


  .quiz-btn {
    display: none!important
  }
  .header__heading,
  .header__heading-link {
    text-align: center
  }
  .mobile-cart {
    display: block;
    text-align: right
  }
  .header__icons {
    justify-self: self-start
  }
  .header__icon--cart {
    padding: 0
  }
  .header__icon--cart .cart_qty_cls {
    right: -5px
  }
  .image_block {
    padding: 0;
    margin: 0
  }
  .image_block li {
    width: 100%
  }
  .menu-drawer__navigation~.site-nav__childlist {
    margin-bottom: 0;
    width: 100%;
    display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex; display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
    padding: 16px
  }
  .mobile_inner_nav {
    position: relative;
    width: 100%;
    text-align: center;
    display: inline-block;
    background: #e6f2f9;
    margin: 0 0 32px;
    padding: 0
  }
  .mobile_inner_nav .sub-heading {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    line-height: 16px;
    color: #383d3f;
    padding: 24px 0;
    margin: 0 16px;
    border-bottom: 2px solid transparent
  }
  .mobile_inner_nav .sub-heading.active {
    border-bottom-color: #383d3f;
    border-radius: 4px 4px 0 0
  }
  .menu-drawer__menu.nav_list {
    display: none
  }
  .menu-drawer__menu.nav_list.active {
    display: block
  }
  .image_content h5 {
    margin: 0 0 16px;
    max-width: 131px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px
  }
  .image_block .mega_nav_img .img_figure {
    -ms-flex: 0 0 31.5%;
    flex: 0 0 31.5%;
    max-width: 31.5%
  }
  .image_block .mega_nav_img .image_content {
    -ms-flex: 0 0 68.5%;
    flex: 0 0 68.5%;
    max-width: 68.5%;
    padding-left: 33px
  }
  .mobie_nav_header {
    display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex; display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 19px 17px;
    width: 100%;
    margin-bottom: 15px
  }
  .close-menu svg {
    width: 20px;
    height: 20px
  }
  .close-menu {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    line-height: 0
  }
  .menu-drawer__navigation {
    width: 100%
  }
  .menu-drawer__navigation-container,
  .mobie_nav_wrap {
    height: 100%;
    display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex; display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1;
    position: relative
  }
  .mobie_inner_wrap {
    width: 100%
  }
  .mobie_nav_wrap .site-nav__childlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
    padding: 16px
  }
  .shop-all-nav {
    padding: 24px 32px 0
  }
  .bundle-offer p {
    font-size: 8px;
    margin-left: 8px
  }
}

@media screen and (max-width:749px) {
  .cart-container {
    padding: 24px
  }
  /* 	.offer-txt {
  font-size: 11px;
  margin: 16px 0 0
}
  .discount-step ul li {
  font-size: 10px;
  padding-top: 16px
} */
  /* 	.cart-side-panel {
  width: 375px
} */
  .cart-side-panel .cart-middle-items {
    /* 		padding: 12px 0 0 */
  }
  .discount-wrap {
    /* 		padding: 0 0 16px */
  }
  /* 	.cart-side-panel .block-cart-header h2 {
  font-size: 24px
} */
  /* 	.subToggle .cart-right .cart-title a {
  line-height: 16px
} */
}

.cart_drawer_cart_item{text-align:center;}
.cart_icons_{position:relative;display:inline-block;}
.cart_icons_ .cart_qty_cls{position: absolute;right:9px;margin: 0 auto;bottom:9px;font-size: 12px;font-weight: 600;line-height: 22px;}
.free_shipping_txt span{margin-right:13.2px;}
.free_shipping_txt{text-transform:uppercase;font-size:14px;/*font-family: var(--Roboto_Condensed);*/display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex; display: flex;justify-content: center;margin-top: 0;}
.free_shipping_txt strong{margin-right:5px;}
.full-width{width:100%;}
.bordered_button{/*border:2px solid #000;font-family:var(--font-heading-family);color: #000;padding: 8px 10px;*/width: 100%;text-align: center;display: block;margin-bottom: 9px;}
/*.cart-btn .bordered_button, .cart-btn .checkout-btn, .cart-btn .checkout-btn .checkout-text{border-radius: 4px;letter-spacing:2px;font-size:14px;font-weight:600;text-transform: uppercase;} */
.cart-btn .checkout-btn svg{display:none;}
.preorder_cartdrawer{width: 100%;float: left;padding:30px 40px 46px 40px;}
.preorder_cartdrawer h4{;/*font-size:16px;font-family: var(--Roboto_Condensed);line-height:28px;letter-spacing: 0;*/margin: 0 0 10px 0;}
.preorder_cartdrawer p{font-size:12px;}

.subscribe_form_cart_drawer .close_subscribe{}
.subscribe_form_cart_drawer{width: 100%;float: left;padding:15px 30.5px 30px 30.5px;}
.subscribe_form_cart_drawer__outer{background-color:#000;border-radius: 3px;padding: 21px;position: relative;text-align: center;}
button.close_subscribe{color: #fff;background: #000;box-shadow: unset;border: 0;position: absolute;right: 5px;top: 10px;font-weight: 600;cursor:pointer}
.subscribe_form_cart_drawer h3{/*font-size: 20px;*/color: #fff;margin: 0 0 10px 0;/*font-family: var(--Roboto_Condensed);*/}
.subscribe_form_cart_drawer p{font-size: 12px;color: #fff;max-width: 248px;margin: 0 auto;}

.subscribe_form_cart_drawer__outer .newsletter-form{flex-direction: column !important;margin-top:15px;margin-left: 0;}
.subscribe_form_cart_drawer__outer .newsletter-form__button{margin:11px 0 0 0!important;width: 100%;/*font-size: 12px;background: #fff;box-shadow: unset;color: #000;font-weight: 600;letter-spacing: 2px;border-radius: 2px;padding: 0 0;min-height: 29px;*/}

.you-may-also-like-popup_main{position:fixed;height: 100vh;z-index: 99999;width: calc(100% - 450px);display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex; display: flex;align-items: center;transition:0.9s ease all;opacity:0;visibility:hidden;top:0;}
.you_may_also_like_div{max-width: 933px;margin: 0 auto;padding: 0 30px;width: 100%;}
.you_may_also_like_div h2{font-size:16px;font-weight:600;text-transform:uppercase;color:#fff;/*font-family: var(--Roboto_Condensed);*/ }
.CartOpen .you-may-also-like-popup_main{opacity:1;visibility:visible;}
.also_like_div{background-color:#fff;padding:9.8px;}
.also_like_li{padding:0 5px;}
.you_also_like_ul{margin:0 -5px;}
.also_like_div_ingrid figure{position:relative;padding-bottom:100%;margin-bottom:12px;}
.also_like_div_ingrid figure img{position:absolute;height: 100%;width: 100%;object-fit: cover;}
.you_may_like_content h5 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;font-size:15px;font-weight:600;font-family: var(--font-body-family);color:#000;margin:0 0 0 0;min-height: 40px; line-height:20px;}
.product_option__{font-size:14px;margin: 5px 0;color:#000;}
.price__regular{font-size:14px;font-weight:600;color:#000;}
.also_like_div_ingrid{padding-bottom:5px;}
.you_also_like_ul{position:relative;}
/*.subToggle .block-cart-footer .cart-btn .checkout-btn{background-color:#000; color:#fff;}
.subToggle .block-cart-footer .cart-btn .checkout-btn:hover, .subToggle .block-cart-footer .cart-btn .checkout-btn:focus{background-color:#707070;}*/

.shipping-bar span{height: 8px ;background: #000 ;width: 100% ;display: inline-block ;vertical-align: middle ;position: absolute ;top: 0 ;bottom: auto ;right: 0 ;left: 0;}
.shipping-bar{margin: 0 ;background: #dbdbdb ;height: 5px ;width: 100% ;position: relative;}
.shipping-msg {text-align: center; margin-bottom: 9px;}

.reward__cart_drawer_box{width: 100%;float: left;padding: 15px 0 10px 0;}
.reward__cart_drawer_inside{background: linear-gradient(to right bottom, #193f6c, #1f3659, #202d46, #1f2535, #1b1d24);border-radius: 6px;padding: 20px 20px;position: relative;text-align: left;}
.reward__cart_drawer_box .Rewards_logo_grid{margin-bottom: 15px;text-align: center;}
.reward__cart_drawer_box .Rewards_logo_grid svg{width: 240px;}
.reward__cart_drawer_box .Rewards_values_grid{color: #fff;font-size: 14px;line-height: 16px;text-transform: uppercase;font-family: 'Roboto', sans-serif;opacity: 50%;letter-spacing: 0.5px;}
.reward__cart_drawer_box .Rewards_points_grid{font-family: URW DIN;color: #0081FF;text-transform: uppercase;font-size: 20px;line-height: 27px;}
.reward__cart_drawer_box .d_btn_black_1{border: 2px solid #fff;background: #1A1Cf21;margin-top: 15px;}
.yotpo-widget___outer_sided{display:none}
.Reward_content_desc__row{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;margin-top: 8px;margin-bottom: -3px;;}
.cart-side-panel{width: 500px;}

.reward__cart_drawer_inside_grid{border: 2px solid #18457B;border-radius: 6px;margin-bottom: 15px;padding: 15px 15px;}
.Rewards_heading_grid{color: #fff;font-family: URW DIN;font-size: 20px;text-transform: uppercase;line-height: 22px;font-weight: bold;letter-spacing: 0.5px;}
.reward__cart_drawer_inside_grid .link_url{text-transform: uppercase;font-weight: 600;font-size: 14px;letter-spacing: 0.3px;color: #0080ff;font-family: 'Roboto', sans-serif;}
.subToggle .block-cart-footer .subtotal span, .subToggle .block-cart-footer .subtotal span + span{font-size: 28px;text-transform: uppercase;line-height: 30px;font-family: URW DIN;letter-spacing: -1px;}
.subToggle .block-cart-footer .subtotal span + span{color: #0742d5;font-weight: 700;letter-spacing: 0;}
.reward__cart_drawer_inside_grid:last-child{margin-bottom:0;}
.block-cart-footer .cart-btn .col-12{display: grid;grid-template-columns: 1fr 1fr;gap: 10px;}
.block-cart-footer .cart-btn .bordered_button{margin-bottom: 0;}
.reward__cart_drawer_box .Rewards_points_grid .not_elgib_canada{font-size: 17px;}
.cart-btn .d_btn_black_1, .cart-btn .d_btn_black_5{font-size: 16px;font-family: 'Roboto', sans-serif;font-weight: 700;letter-spacing: 2px;margin: 0;}

@media screen and (max-width:576px) {
  .cart-side-panel{width: 95%;}
  .reward__cart_drawer_box .Rewards_values_grid{font-size: 16px;line-height: 20px;}
  .Rewards_heading_grid, .reward__cart_drawer_box .Rewards_points_grid{line-height: 23px;font-size: 19px;}
  .reward__cart_drawer_inside_grid .link_url{font-size: 11px;}
  .Reward_content_desc__row{margin: 3px 0;}
  .reward__cart_drawer_inside_grid{padding: 10px 10px;margin-bottom: 9px;}
  .reward__cart_drawer_inside{padding: 20px 12px;}
  .cart-btn .d_btn_black_1, .cart-btn .d_btn_black_5{font-size: 14px;}
}

@media screen and (max-width:480px) {
  .cart-container, .discount-step, .cart-side-panel .cart-middle-items, .block-cart-footer .cart-container, .subscribe_form_cart_drawer{padding-left:15px;padding-right:15px;}
  .preorder_cartdrawer{padding: 10px 30px 15px 30px;}
  .subToggle .block-cart-footer .subtotal span, .subToggle .block-cart-footer .subtotal span + span{font-size: 25px;}
}
@media screen and (max-width:340px) {
  .free_shipping_txt span{margin-right: 6.2px;}
  .free_shipping_txt span svg{width: 35px;}
  .free_shipping_txt{font-size: 13px;}
}
/* UPdated */
.CartOpen .subToggle .block-cart-footer .cart-btn.fixed{
  position: fixed;
  bottom: 0;
  max-width: 500px;
  z-index: 10;
  background: white;
  padding-top: 10px;
  padding-bottom: 10px;
  right: 0;
  padding: 10px 30px;
  width: 100%;
}
.CartOpen .subscribe_form_cart_drawer{
  padding-bottom: 100px;
}
@media screen and (max-width:576px) {
  .CartOpen .subToggle .block-cart-footer .cart-btn.fixed{
    max-width: 95%;
  }
  
}

.reward__cart_drawer_box.show_reward_is_can{
  display:none;
}