/** Shopify CDN: Minification failed

Line 26:0 All "@import" rules must come first

**/
.modal_price.subtitle {
display: flex;
flex-wrap: wrap;
}
.price-ui {
order: 0;
}
afterpay-placement {
width: 100%;
order: 2;
}
.discount_feature-ontainer {
order: 1;
width: 100%;
}
.discount_feature-ontainer {
    display: flex;
}

/*----09-09-2022--------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

  .product .product__information .modal_price.subtitle {
     display: initial;
  }
.discount_feature-ontainer {
/*     background-color: #f9ebe5; */
    border-radius: 10px;
    margin-top: 20px;
    max-width: 350px;
    width: 100%;
}
.discount_feature-ontainer .icon-container {
/*     background-color: #edc2af; */
    padding: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.discount_feature-ontainer .icon-container span svg {
    width: 2rem;
    height: 2rem;
}
.discount_feature-ontainer .content-ontainer {
    display: flex;
    align-items: center;
    padding: .7rem;
}
.discount_feature-ontainer .content-ontainer h4.Heading_content {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 18.15px;
}
.product-wrap span.product-thumbnail__price.price.custom-discount-crossed_price span.money {
    position: relative;
    color: #808080;
}
.product-wrap span.product-thumbnail__price.price.custom-discount-crossed_price span.money::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: red;
    transform: rotate(60deg);
    left: 35%;
}
.discount_feature-ontainer .icon-container span {
    display: flex;
}
.custom-discount_price span.c-price {
    color: #ddaa14 !important;
}
.sidebar__block.block__faceted-filtering * {
    cursor: pointer !important;
}
.faceted-filter-group-display__list-item-label {
    align-items: self-start;
}
svg.faceted-filter-group-display__checkmark {
    margin-top: 2px;
}
@media only screen and (min-width: 798.99px){
.faceted-filter-form {
    display: block !important;
}
}
@media only screen and (min-width: 798.99px) and (max-width:1023px){
h3.sidebar-block__heading {
    font-size: 18px;
}
}
@media only screen and (max-width:767px){
.discount_feature-ontainer {
    margin-left: auto;
    margin-right: auto;
}
}
@media only screen and (max-width:798px){
  form.faceted-filter-form {
    position: fixed;
    z-index: 999999999999;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    right: -800px;
    display:block !important;
    transform: translate(800px);
    transition-duration: .45s;
}
  form.faceted-filter-form.filter_drawer-open {
    right: 0;
    transition: all .5s ease;
    transform: translate(0px);
    transition-duration: .45s;
}
.drawer__title {
    font-size: 25px;
}  
 .filter-drawer-close svg {
    width: 25px;
    font-weight: bold;
}
  form.faceted-filter-form.filter_drawer-mobile {
    padding: 30px 20px;
}
  .filter-drawer-close {
    position: absolute;
    right: 27px;
    top: 20px;
}
  .drawer__header {
    border-bottom: 1px solid;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
  .drawer__title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
  .filter-toggle-button {
    position: absolute;
    right: 25px;
    top: -56px;
}
  .filter-toggle-button button {
    border: 1px solid #000;
    padding: 5px 32px;
    background-color: transparent;
    width: 100%;
        height: 40px;
}
  .filter-toggle-button {
    position: absolute;
    right: 10px;
    top: -56px;
}
  .collection__sort-by-filter.select {
    max-width: 47%;
    margin-left: 0px;
}
  .filter-toggle-button {
    width: 45%;
}
  select#sort-by {
    height: 40px;
    width: 50vw;
    border: 1px solid;
    color: #000;
}
  select#sort-by:focus {
    outline: none !important;
    box-shadow: none;
}
  .wrap_mob-filter {
    overflow: auto;
    height: 100%;
    padding-right: 10px;
    margin-right: -10px;
    padding-bottom: 70px;
}
  .filter-toggle-button button h3 {
    font-size: 15px;
}
  .faceted-active-filters a.button {
    width: 100%;
}
  .faceted-active-filters {
    margin-bottom: 15px;
    padding-bottom: 30px;
}
  .faceted-filter-form .clear-filter {
    width: 20px;
    height: 20px;
}
  .faceted-filter-group-display__header span.icon.clear-filter {
    position: relative;
    top: 4px;
}
  ul.faceted-filter-group-display__list {
    padding-left: 10px;
    margin-left: -10px;
}
  li.faceted-filter-group-display__list-item {
    padding-left: 4px;
}
  .faceted-filter-group-display__header {
    margin-top: 10px;
    margin-bottom: 15px;
}
  .filter_drawer-body:before {
        content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e6e6e6;
    z-index: 99;
    opacity: 0.7;
    z-index: 26;
}
  form.faceted-filter-form.filter_drawer-mobile {
    max-width: 350px;
}
  a.faceted-active-filters__remove-filter {
    display: flex;
    justify-content: space-between;
}
  a.faceted-active-filters__remove-filter span.icon.clear-filter {
    order: 2;
    margin-right: 0px !important;
}
  .select:not(.is-multiple):not(.is-loading):not(.is-arrowless):after {
    top: 21px;
}
  .discount_feature-ontainer {
    max-width: 312px;
}
  .discount_feature-ontainer .content-ontainer h4.Heading_content {
    font-size: 13px;
}
}

/* @media only screen and (max-width:480px){
.filter-toggle-button {
    top: -56px !important;
}
  .collection__sort-by-filter.select {
    max-width: 100%;
    margin-left: 0px;
}
  select#sort-by {
    width: 100%;
}
  .filter-toggle-button {
    position: unset;
    width: 100%;
    margin-bottom: 15px;
}
  select#sort-by {
    width: 100%;
    font-size: 14px !important;
    text-align: center;
    padding-right: 0;
}
}
 */

.purchase-details__buttons.purchase-details__spb--false button.button.action_button {
    display: block!important;
}
.purchase-details__buttons.purchase-details__spb--false button.protection_plan_add_btn{
  order:2;
}
.plyr__controls {
    display: none!important;
}
.plyr__control
{
    display: none!important;
}
.plyr__poster {
    pointer-events: none;
}
 .plyr video {
    pointer-events: none!important;
 }
.product-3d-model a.product-a-zoom-feat {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 8px;
    padding-bottom: 8px;
/*     border-radius: 10px; */
    background: #000;
    color: #fff;
    font-size: 15px;
/*     font-weight: bold; */
}
a.product-a-zoom-feat svg {
    height: 0.8rem!important;
    width: 0.8rem!important;
}
.product-3d-model {
    margin: 1.5rem 0;
}
.product .fancybox-toolbar
{
  visibility: visible;
  opacity: 1;
}
.product .fancybox-content
{
    width: 100%;
    height: 100%;
    text-align: center;
  background:transparent;
  padding:0px;
  }
.model-3d-view {
    min-width: 100%;
    min-height: 100%;
}
.product-3d-model {
  text-align: center;
}
.product-3d-model { 
  animation: wiggle 1000ms infinite;
  animation-timing-function: linear;   
}

@keyframes wiggle {
  0% { transform: translate(2px, 0); }
  50% { transform: translate(-2px, 0); }
  100% { transform: translate(2px, 0); }
}
/*----23-03-2023--------*/
.product .product__information .modal_price.subtitle {
    display: flex;
}
.price-ui {
    order: 1;
    width: 100%;
}
afterpay-placement {
    width: 100%;
    order: 3;
}
.right-div-discount {
    order: 2;
    width: 100%;
   padding-top: 5px;
}
.product-3d-model {
    order: 4;
    display: block;
    width: 100%;
}
.swatch-element.color label {
    height: 40px!important;
    width: 40px;
}
.swatch-element .swatch__image {
    filter: brightness(102%);
}

/* .product-block.product-block--price.enable_discount-cls span.money {
    text-decoration: line-through;
} */
.product-block--price .enable_discount-clss .price-ui span.price {
    padding-top: 10px;
}
/* .product-block.product-block--price.enable_discount-cls span.money {
    text-decoration-thickness: 1px;
    text-decoration-color: black;
    color: #808080;
} */
@media only screen and (max-width:767px){
.swatch-element.color label {
    height: 44px!important;
    width: 44px;
}
}

.product-block--price .enable_discount-clss span.money {
    text-decoration: line-through;
    text-decoration-thickness: 1px;
    text-decoration-color: black;
    color: #808080;
}
.product-block--price .enable_discount-clss .price-ui{
    text-decoration: line-through;
    text-decoration-thickness: 1px;
    text-decoration-color: black;
    color: #808080;
}
.afterpay_custom-banner {
    margin-top: 24px;
}
.afterpay_custom-banner .afterpay_custom-image {
    border: 2px solid #efefef;
    border-radius: 20px;
    width: 50%;
}
@media screen and (min-width: 799px) and (max-width: 1130px){
.afterpay_custom-banner .afterpay_custom-image {
    width: 75%;
}
}
@media only screen and (max-width: 798px) {
.afterpay_custom-banner .afterpay_custom-image {
    width: 100%;
}
}
/*----06-04-2023--------*/
.price-ui {
    order: 1;
/*     width: 100%; */
}
.right-div-discount {
    order: 2;
/*     width: 100%;
    padding-top: 5px; */
}
.discount_feature-ontainer {
    order: 3;
}
afterpay-placement {
    width: 100%;
    order: 4;
}

.product-block--price .price-ui span.price {
    padding-top: 10px;
}
.purchase-details .purchase-details__spb--false
{
  display:inline-grid;
}
.purchase-details__buttons .discount-style-bt
{
  order:3;
}
.purchase-details__buttons.purchase-details__spb--false button.button.action_button
{
  order:2;
}
button.customily-personalize-button.ld-over-inverse
{
  order:1!important;
}   
.customily-personalize-button {
    padding: 0 0 0 0 !important;
}



/* 1/8/2023 Start */
.main-section-protection-plan.custom_protection_plan {
    padding: 20px;
    background: #f7f7f3; 
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
}
.template-product .purchase-details {
    max-width: 100%;
}
.main-section-protection-plan.custom_protection_plan h2 {
    font-size: 14px;
    color: #000;
    line-height: 18px;
    font-weight: 500;
    margin: 0 0 21px 0;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
}
.main-section-protection-plan.custom_protection_plan .inner-protection-plan {
    display: flex;
    align-items: center;
    width: 100%;
      flex-direction: column;

   
}
.custom_protection_plan .protection-plan_s {
    display: flex;
    width: 100%;
    align-items: center;
}

.custom_protection_plan .round {
    position: relative;
    width: 25px;
}
.protection_plan_img {
    width: 35%;
}
.product_prize-title {
    width: 75%;
      margin-left: 20px;
}

.custom_protection_plan .round label {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  height:18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}
.custom_protection_plan .round label:after {
    border: 1px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 4px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 5px;
    left: 4px;
    transform: rotate(-45deg);
    width: 8px;
}

.custom_protection_plan .round input[type=checkbox] {
    z-index: 9;
    position: relative;
    opacity: 0;
    height: 18px;
    width: 18px;
    margin: 0;
    cursor: pointer;
}

.custom_protection_plan .round input[type="checkbox"]:checked + label {
  background-color: #000;
  border-color: #000;
}

.custom_protection_plan .round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.custom_protection_plan .product_prize-title h3 {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    color: #000;
    text-transform: capitalize;
}

.custom_protection_plan .protection_plan-price {
    font-size: 14px;
    padding: 7px 0 0;
    letter-spacing: 0;
}
.custom_protection_plan .More-Details-heading {
    font-size: 14px;
    padding: 10px 0 6px;
    position: relative;
    letter-spacing: 0;
    text-transform: capitalize;
}
.More-Details-heading:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #000000;
    font-size: 0;
    line-height: 0;
    float: left;
    content: "";
    right: -16px;
    top: 17px;
    position: absolute;
}
.custom_protection_plan .product-img {
    padding: 0 20px;
    width: 100%;
}
.custom_protection_plan .main-product-protection-plan {
    cursor: pointer;
    width: 100%;
    background: #fff;
    padding: 15px;
}
.custom_protection_plan .main-more-details {
    display: flex;
    align-items: center;
}
.custom_protection_plan .main-more-details  svg {
    width: 14px;
    height: 14px;
}
.inner_main-product-protection-plan {
    width: 100%;
}

.inner_subtotal-price, .total_product-price {
    font-size: 21px;
  width:50%;
    line-height: 25px;
}
.total_product-price{
  text-align:right;
}
.inner_subtotal-price{
  text-align:left;
}
.custom_protection_plan .protection_plan-desc ul {
    margin: 0 0 0 17px;
    font-size: 14px;
    line-height: 15px;
}
.custom_protection_plan li.col-xs-6.label {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 15px;
}
.custom_protection_plan .table_area {
    margin-top: 15px;
    overflow: auto;
}
.custom_protection_plan .table_area table tr th {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    background: #EBE3DC;
}
.custom_protection_plan .table_area table  {
      border-spacing: 0;
      border-collapse: collapse;
}
.custom_protection_plan .table_area table th, td {
    border: 1px solid #000;
  padding:10px;
}
.custom_protection_plan .table_area table span {
    display: flex;
    align-items: center;
}
.custom_protection_plan .table_area table td {
    font-size: 15px;
    line-height: 15.94px;
    text-align: center;
}
.custom_protection_plan .table_area table span img {
    margin-right: 8px;
    width: 30px;
}
.custom_protection_plan .table_area table tr td:last-child {
    background: #f4f0ed;
    font-weight: 400;
}
.custom_protection_plan .layout.read-more-btn p {
    font-size: 12px;
    margin: 7px 0 0;
    line-height: 8px;
}
.custom_protection_plan .layout.read-more-btn span.open-popup {
    font-size: 15px;
    line-height: 1;
}
.custom_protection_plan .protection-plan_button {
    border: 1px solid #c1c1c1;
    padding: 9px 12px 9px 16px;
    margin: 10px 0 0 0;
}
.purchase-details .subtotal-price {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0 0;
   width:100%;
}
.purchase-details .purchase-details__spb--false {
    width: 100%;
}
.custom_protection_plan .protection_plan-desc p span {
    font-size: 15px;
    line-height: 17px;
    font-weight: 300;
}
.custom_protection_plan .protection_plan-desc p {
    margin: 0 0 6px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
}
.table_area  table tr td:first-child span {
    text-align: left;
    display: flex;
    align-items: center;

}
.custom_protection_plan section.popup {
    z-index: 1000;
    max-height: 100%;
    overflow: hidden;
    width: auto;
    max-width: 768px;
    overflow-y: auto !important;
}
.custom_protection_plan .overlay.overlay--bg-black.shown {
    padding: 40px;
}
.custom_protection_plan .overlay ._3NxpX {
    padding: 20px;
}

.custom_protection_plan h3._2PmDQ._1ROeH {
    padding: 20px;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
      background: #f7f7f3;
  text-transform: uppercase;
}
body .custom_protection_plan p.typography__text1 {
    font-size: 15px;
    margin: 0;
    line-height: 20px;
}
.custom_protection_plan .overlay  .block-header-article {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    margin: 20px 0;
      background: #f7f7f3;

}
.custom_protection_plan .overlay .block-header-article img {
    height: 35px;
    width: 35px;
    margin-left: 6px;
}
.custom_protection_plan .overlay .block-header-article span {
    font-size: 16px;
    font-weight: 600;
}
.custom_protection_plan .overlay .popup-close {
    width: 29px;
    height: 29px;
}
.custom_protection_plan .overlay .block-content-footer p {
    font-size: 13px;
    font-weight: 600;
    margin: 15px 0;
}
.custom_protection_plan .overlay .block-content-footer {
    border-top: 1px solid #c1c1c1;
    margin-top: 20px;
}
.protection-plan_button .p_btn-content {
    font-size: 15px;
    line-height: 19px;
}
.custom_protection_plan .protection_plan-desc div img {
    height: auto;
}

body button.protection_plan_add_btn {
    letter-spacing: 3px;
}

@media only screen and (max-width: 1200px){
.product-single__meta {
    padding-left: 20px;
}
  .custom_protection_plan .table_area {
    padding-bottom: 5px;
}
}


@media screen and (min-width: 769px) and (max-width: 991.9px) { 
.custom_protection_plan .product-img {
    padding: 0 10px;
    width: 100%;
    max-width: 350px;
}
.main-section-protection-plan.custom_protection_plan {
    padding: 12px;
}
.main-section-protection-plan.custom_protection_plan h2 {
    font-size: 13.5px;
    line-height: 17px;
    margin: 0 0 15px;
}
.custom_protection_plan .main-product-protection-plan {
    padding: 12px;
}
.custom_protection_plan .product_prize-title h3 {
    font-size: 14px;
    line-height: 18px;
}
.custom_protection_plan .More-Details-heading {
    padding: 8px 0 6px;
}
.inner_subtotal-price, .total_product-price {
    font-size: 19px;
    line-height: 23px;
}
.custom_protection_plan .protection-plan_button {
    padding: 8px 10px 10px 10px;
    margin: 8px 0 0;
}
.More-Details-heading:after {
    top: 16px;
}
.custom_protection_plan .table_area table tr th {
    font-size: 15px;
}
  .custom_protection_plan .table_area table td {
    font-size: 14px;
}
}
@media screen and (min-width: 769px) and (max-width: 900px){
body #product-right .product-single__meta {
    padding-right:0px;
   padding-left:0px;
}
}

@media only screen and (max-width: 768px){
.custom_protection_plan .protection-plan_s {
    justify-content: flex-start;
}
.protection_plan-desc div img {
    width: 100%;
}
  .inner_main-product-protection-plan, .main-section-protection-plan.custom_protection_plan h2 {
    text-align: left;
}
.custom_protection_plan .table_area table tr th {
    font-size: 15px;
}
.custom_protection_plan .table_area table td {
    font-size: 14px;
}
.custom_protection_plan .overlay.overlay--bg-black.shown {
    padding: 20px;
}
  .custom_protection_plan section.popup {
    max-width: 100%;
}
}


@media only screen and (max-width: 450px){
.custom_protection_plan .product-img {
    padding: 0 10px;
    width: 100%;
    max-width: 250px;
}
.custom_protection_plan .product_prize-title h3 {
    font-size: 14px;
    line-height: 19px;
}
.main-section-protection-plan.custom_protection_plan h2 {
    margin: 0 0 18px;
}
.main-section-protection-plan.custom_protection_plan {
    padding: 15px;
}
.custom_protection_plan .main-product-protection-plan {
    padding: 12px;
}
  .inner_subtotal-price, .total_product-price {
    font-size: 19px;
    line-height: 22px;
}
  .purchase-details .subtotal-price {
    margin: 15px 0 0;
}
  .custom_protection_plan h3._2PmDQ._1ROeH {
    font-size: 13px;
}
}


@media (max-width: 798px){
  button.protection_plan_add_btn {
    width: 100% !important;
}
}

.custom_protection_plan .protection-plan_s {
    cursor: pointer !important;
}
.More-Details-heading.heading_detail:before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #000;
    font-size: 0;
    line-height: 0;
    float: left;
    content: "";
    right: -16px;
    top: 17px;
    position: absolute;
}

.More-Details-heading.heading_detail:after {
   display:none;
}
@media screen and (min-width: 799px) and (max-width: 1130px){
body button.protection_plan_add_btn {
    width: 75%;
  letter-spacing:2px;
}
}
@media screen  and (max-width: 408px){
.table_area table tr td:first-child span{
 word-break: break-all;
    flex-direction: column;
    text-align: center;
}
}
@media only screen and (max-width: 518px){
  .protection_plan_img {
    width: 50%;
}
  .product_prize-title {
    width: 50%;  
    margin-left: 0px;

}
  .product-img img {
    width: 110px;
}
}

/* 1/8/2023 Start */

:where(html) {
    --size-25: 0.4rem;
    --size-50: 0.8rem;
    --size-75: 1.2rem;
    --size: 1.6rem;
    --size-125: 2rem;
    --size-150: 2.4rem;
    --size-175: 2.8rem;
    --size-200: 3.2rem;
    --size-225: 3.6rem;
    --size-250: 4rem;
    --size-275: 4.4rem;
    --size-300: 4.8rem;
    --size-325: 5.2rem;
    --size-350: 5.6rem;
    --size-375: 6rem;
    --size-400: 6.4rem;
    --size-450: 7.2rem;
    --size-500: 8rem;
}

.inner-custom_collection-banner {
    /* display: grid;
    grid-template-columns: 100%;
    grid-template-areas: "banner" "categoryInfo"; */
  position:relative;
}

/* @media (min-width: 768px) {
    .inner-custom_collection-banner {
        padding-inline:0
    }
}

@media (min-width: 992px) {
    .inner-custom_collection-banner {
        padding-block:var(--size-250);
        padding-inline:var(--size-125);
        grid-template-columns: 35rem auto;
        gap: 0 var(--size-400);
        grid-template-areas: "categoryInfo banner"
    }
}

.right_custom-collection-banner {
    display: flex;
    flex-direction: column;
    grid-area: categoryInfo;
    align-self: center;
    gap: var(--size-50)
}
.left_custom-collection-banner {
    max-width:100rem;
    width: 100%;
    display: block;
    grid-area: banner;
    justify-self: flex-end
}

#title-custom_banner {
    padding-top: var(--size-125);
    text-align: center
}

@media (min-width: 992px) {
    #title-custom_banner{
        padding-top:0;
        text-align: unset
    }
} */
.left_custom-collection-banner img.right-image-inner {
    width: 100%;
    display: flex;
}
.custom-collection_banner {
    background: #f7f7f3;
}
.right_custom-collection-banner {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 30%;
    background: #ffffff42;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem;
}
.right_custom-collection-banner .h1 {
    font-size: 30px;
    margin-bottom: 10px;
}
@media (max-width: 1200px){
  .right_custom-collection-banner {
    width: 35%;
    padding: 2rem;
}
    .right_custom-collection-banner .h1 {
    font-size: 26px;
}
}
@media (max-width: 798px){
  .right_custom-collection-banner {
    position: relative;
    width: 100%;
}
  .left_custom-collection-banner img.right-image-inner {
    min-height: 200px;
    object-fit: cover;
}
}

/* 15-01-2024 */
.custom_shipping-protection {
    padding-bottom: 20px;
} 
.custom_shipping-subtitle-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 1px;
}
.custom_shipping-title-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
span.shipping-title {
    font-size: 1.25em;
    text-transform: capitalize;
}



label.protection-plan_l {
  display: flex;
  align-items: center;
}
input.protection-checkbox {
  opacity: 0;
}

/* ---- toggle background in active or not active mode ---- */
input.protection-checkbox:checked ~ span {
  background: #000;
}

input.protection-checkbox:checked ~ span:after {
  left: 20px;
  /* background: whitesmoke; */
}

input.protection-checkbox:checked ~ span:active::after {
  left: 17px;
  /* background: whitesmoke; */
}

input.protection-checkbox:not(:checked) ~ span:active {
  background: #a3a3a3;
}

input.protection-checkbox:not(:checked) ~ span:active::after {
  background: rgb(248, 248, 248);
}

.toggle_background {
  display: flex;
  align-items: center;
  width: 40px;
  height: 20px;
  position: relative;
  cursor: pointer;
  background: #6a6a6d;
  border-radius: 0em;
  border: 2px transparent solid;
  transition: all 0.1s;
}

/* ---- toggle switching cricle design code ---- */
.toggle_background::after {
  content: "";
  display: flex;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 1px;
  top: 1px;
  border-radius: 0px;
  background: #f0f5f9;
  transition: all 0.1s;
  /* box-shadow: 2px 2px 5px rgba(110, 110, 110, 0.253); */
}

span:active:after {
  width: 70%;
}

/* circle and vertical line in toggle background code */
.circle-icon {
  position: absolute;
  right: 15%;
  /* border: solid 2px rgb(95, 95, 95); */
  /*content: url("data:image/svg+xml,%3Csvg fill='none' height='2' viewBox='0 0 10 2' width='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 1c0-.552285.447715-1 1-1h8c.55229 0 1 .447715 1 1 0 .55228-.44771 1-1 1h-8c-.552284 0-1-.44772-1-1z' fill='%23fff'/%3E%3C/svg%3E");*/
  border-radius: 50%;
  width: 10px;
  height: 5px;
}

/* .vertical_line {
  position: absolute;
   left: 22%;
   background: rgb(241, 241, 241); 
  content: url("data:image/svg+xml,%3Csvg fill=%27none%27 height=%2712%27 viewBox=%270 0 12 12%27 width=%2712%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath clip-rule=%27evenodd%27 d=%27m10.0796 1.26901c.3347-.439305.9621-.524097 1.4014-.18939.4393.33471.5241.96217.1894 1.40148l-6.69342 8.7851-4.559087-4.55904c-.3905241-.39052-.3905241-1.02369 0-1.41421.390525-.39053 1.023687-.39053 1.414217 0l2.94091 2.94091z%27 fill=%27%23fff%27 fill-rule=%27evenodd%27/%3E%3C/svg%3E");
  height: 12px;
  width: 12px;
  margin-left: 4px;
} */
.shipping-checkbox-main.active .vertical_line {
    display: block;
}
.vertical_line {
    display: none;
}
.cart__item-list .cart__card[data-item-tag="shipping-protection"] {
  display:none!important;
}
div[data-item-tag="shipping-protection"] {
  display:none!important;
}
.cart__checkout {
    width: 100%;
}
.cart__checkout .checkout:focus, .cart__checkout .checkout.is-focused, .cart__checkout .checkout:hover, .cart__checkout .checkout.is-hovered, .cart__checkout .checkout:active, .cart__checkout .checkout.is-active {
  color: #000!important;
  background-color: #f7db3b!important;
  border-color:  #000!important;
  
}

.cart__checkout .checkout:focus:not(:active), .cart__checkout .checkout.is-focused:not(:active)
{
  -webkit-box-shadow: none;
  box-shadow: none; 
}
.loading-overlay__spinner {
    line-height: 1;
    display: flex;
    width: 22px;
    height: 22px;
}
.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: #000;
  animation: dash 1.4s ease-in-out infinite;
}

@media screen and (forced-colors: active) {
  .path {
    stroke: CanvasText;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}
.shipping-checkbox-main .vertical_line:after {
    content: '✓';
    color: #fff;
    line-height: 14px;
    display: block;
    position: relative;
    left: 2px;
    font-size: 15px;
}
.circle-icon:after {
    content: "✕";
    color: #fff;
    line-height: 6px;
    display: block;
    position: relative;
    left: -1px;
    font-size: 15px;
}

.collection .product-image__wrapper .image-element__wrap , .collection .product-image__wrapper .image-element__wrap img {
    max-height: 100% !important;
    width: 100% !important;
}

.swatch .disclamir{
    border-radius: .5rem;
    padding-top: .375rem;
    padding-bottom: .375rem;
    padding-left: .75rem;
    padding-right: .75rem;
    text-transform: capitalize;
    display: inline-block;
}
/* -------------- product gallery video ------------------- */
 .product-gallery__video {
    position: relative;
    display: inline-block;
  }
  .video-control-btn {
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-appearance: none;
    z-index: 2;
    transition: all 200ms ease-in-out;
  }
  .play-button-icon {
    width: 10%;
    transition: all 200ms ease-in-out;
 }
 .play-button-icon  polygon {
    transform-origin: 50% 50%;
    transition: all 200ms ease-in-out;
}
.play-button-icon:hover polygon {
    transform: scale(1.5);
}