/* :root {
    --ins_toggle_bg: #e9570a;
    --ins_toggle_hover_bg: #fffdfd;
    --ins_toggle_border: #e9570a;
    --ins_toggle_hover_border: #e9570a;
    --ins_toggle_icon: #e9570a;
    --ins_toggle_icon_hover: #e9570a;
    --ins_toggle_icon_size: 24px;
    --ins_toggle_item_bg: #ffd200;
    --ins_toggle_item_bg_hover: #ffd200;
    --ins_toggle_item_color: #000;
    --ins_toggle_item_color_hover: #000;
    --ins_toggle_item_size: 14px;
} */
.ins-content h1 {
  font-size: 20px !important;
  margin-bottom: 5px !important; }
.ins-content h2 {
  font-size: 18px !important;
  margin-bottom: 5px !important;
  margin: 0; }
.ins-content h3 {
  font-size: 16px !important;
  margin-bottom: 5px !important; }
.ins-content h4 {
  font-size: 14px !important;
  margin-bottom: 5px !important; }
.ins-content h5 {
  font-size: 12px !important;
  margin-bottom: 5px !important; }
.ins-content h6 {
  font-size: 10px !important;
  margin-bottom: 5px !important; }
.ins-content a, .ins-content span, .ins-content p {
  font-size: 16px !important; }
.ins-content .woocommerce-content-box, .ins-content .coupon, .ins-content .cart_totals {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important; }
.ins-content .woocommerce-error {
  background-color: #FFECEB !important; }
.ins-content .woocommerce-error li, .ins-content .woocommerce-error:before {
  color: #DA281C !important; }
.ins-content .shop_table tr {
  height: auto !important;
  border: none !important; }
.ins-content .woocommerce-billing-fields {
  margin-bottom: 0 !important; }
.ins-content .woocommerce-shipping-fields {
  margin-bottom: 8px !important; }
.ins-content #order_comments_field {
  margin-bottom: 0 !important; }
.ins-content button:focus {
  outline: none !important; }
.ins-content .woocommerce-cart #payment, .ins-content .woocommerce-checkout #payment, .ins-content #add_payment_method #payment {
  background: transparent !important;
  border-radius: 5px; }
.ins-content a.button {
  color: #665F5C !important;
  font-weight: 400 !important; }
.ins-content .wc-proceed-to-checkout {
  display: none !important; }
.ins-content #customer_details {
  padding: 0 !important; }

.woocommerce .ins-content a.button {
  color: #665F5C !important;
  font-weight: 400 !important;
  border: none !important; }
.woocommerce .ins-content .wc-proceed-to-checkout {
  display: none !important; }
.woocommerce .ins-content .upsells.products {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.ins-single-cart-wrap::-webkit-scrollbar, .ins-content::-webkit-scrollbar {
  width: 3px; }
.ins-single-cart-wrap::-webkit-scrollbar-track, .ins-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ddd;
  border-radius: 10px; }
.ins-single-cart-wrap::-webkit-scrollbar-thumb, .ins-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: gray;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }

/* Empty cart */
.empty-cart {
  margin-top: 15px; }

.ins-cart-empty {
  display: table;
  width: 100%;
  height: 100%; }
  .ins-cart-empty.hide {
    display: none; }
  .ins-cart-empty span {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    font-size: 24px;
    line-height: 32px;
    color: #4d423d; }
  .ins-cart-empty a {
    text-decoration: underline;
    font-weight: 700;
    color: var(--ins_checkout_theme); }

.ins-checkout-layout.popup .ins-cart-empty {
  height: 410px !important; }

/* Empty cart */
/* Cart Fly Animation */
.woocommerce ul.products .product {
  overflow: inherit !important; }

#ins-cart-fly {
  position: absolute;
  z-index: 9999 !important;
  opacity: 1;
  font-size: 20px;
  line-height: 3;
  width: 40px;
  text-align: center; }
  #ins-cart-fly .ins-cart-fly-icon {
    height: 100%;
    width: 100%;
    max-width: 100px;
    max-height: 100px;
    background-color: #fff !important;
    display: block;
    padding: 20px !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-align: center; }
    #ins-cart-fly .ins-cart-fly-icon svg {
      height: 100%;
      width: 100%; }
    #ins-cart-fly .ins-cart-fly-icon i {
      font-size: 40px; }
  #ins-cart-fly .cart_boom {
    animation: cart_boom 0.3s ease-in-out 200ms 1 forwards; }
@keyframes cart_boom {
  0% {
    transform: scale(1.2); }
  25% {
    transform: scale(0.8); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.ins-product-sell-carousel {
  position: relative !important; }
  .ins-product-sell-carousel::before {
    left: 0 !important; }
  .ins-product-sell-carousel .owl-nav {
    position: absolute;
    top: 0;
    margin-top: -35px;
    right: 12px; }
    .ins-product-sell-carousel .owl-nav .owl-prev,
    .ins-product-sell-carousel .owl-nav .owl-next {
      line-height: 0 !important;
      height: 30px;
      width: 30px;
      background-color: var(--ins_checkout_theme) !important;
      border-radius: 50%;
      margin-left: 15px;
      transition: 0.3s ease-in-out; }
      .ins-product-sell-carousel .owl-nav .owl-prev:hover,
      .ins-product-sell-carousel .owl-nav .owl-next:hover {
        background-color: #4D423D !important; }
      .ins-product-sell-carousel .owl-nav .owl-prev span,
      .ins-product-sell-carousel .owl-nav .owl-next span {
        line-height: 0;
        display: inline-block;
        font-size: 35px !important;
        color: #fff;
        width: 100%;
        text-align: center; }
        .ins-product-sell-carousel .owl-nav .owl-prev span:hover,
        .ins-product-sell-carousel .owl-nav .owl-next span:hover {
          color: #fff; }

/* layouts  */
.ins-checkout-modern.popup {
  height: 100%;
  width: 100%; }
  .ins-checkout-modern.popup .ins-checkout-layout.popup {
    display: none; }
    .ins-checkout-modern.popup .ins-checkout-layout.popup.active {
      display: block; }
.ins-checkout-modern.slide {
  visibility: visible !important;
  opacity: 1 !important; }
.ins-checkout-modern .ins-checkout-layout {
  padding-bottom: 16px;
  background-color: #FCF9F7;
  padding: 35px;
  height: 100vh;
  z-index: 9999;
  position: relative;
  padding: 40px;
  box-shadow: 1px -9px 16px -13px;
  width: var(--ins_panel_width_1200); }
  .ins-checkout-modern .ins-checkout-layout.slide {
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.8s;
    transform: translate(100%, 0) !important;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s; }
    .ins-checkout-modern .ins-checkout-layout.slide .ins-cart-item-wrap {
      overflow: auto; }
      .ins-checkout-modern .ins-checkout-layout.slide .ins-cart-item-wrap::-webkit-scrollbar {
        width: 5px; }
  .ins-checkout-modern .ins-checkout-layout.active {
    visibility: visible;
    z-index: 9999;
    transition: 0.6s;
    transform: translate(0, 0%) !important; }
  .ins-checkout-modern .ins-checkout-layout .ins-cart-item-wrap {
    overflow: auto;
    max-height: 300px; }
  .ins-checkout-modern .ins-checkout-layout .ins-cart-inner.step-1 {
    padding: 16px !important; }

/* layouts  */
.ins-toggle {
  position: fixed;
  right: 30px;
  top: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: -35px;
  background-color: var(--ins_toggle_bg); }

.ins-toggle-icon {
  display: inline-block; }
  .ins-toggle-icon svg {
    height: 40px;
    width: 40px; }

.ins-items-count {
  position: absolute;
  top: -15px;
  right: -15px;
  display: inline-block;
  text-align: center;
  background-color: var(--ins_toggle_item_bg);
  color: var(--ins_toggle_item_color);
  height: 30px;
  width: 30px;
  border-radius: 50%; }

#ins_cart_total {
  display: inline-block;
  line-height: 2.2;
  font-weight: 700; }

.ins-fixed-toogle {
  position: fixed;
  cursor: pointer;
  height: 60px;
  width: 60px;
  right: 2%;
  bottom: 80px;
  z-index: 999999; }
  .ins-fixed-toogle:hover {
    border-color: var(--ins_toggle_hover_border) !important; }
  .ins-fixed-toogle.ins-var-cart-middle .ins-toggle-btn.tog-1 {
    left: auto;
    bottom: 40px; }
  .ins-fixed-toogle.ins-var-cart-middle .ins-toggle-btn.tog-2 {
    top: 50% !important;
    margin-top: -30px !important;
    top: 50% !important;
    margin-top: -30px !important; }
  .ins-fixed-toogle.ins-var-cart-top .ins-toggle-btn.tog-1 {
    top: 5% !important; }
  .ins-fixed-toogle.ins-var-cart-top .ins-toggle-btn.tog-2 {
    top: 10% !important;
    margin-top: -30px !important; }
  .ins-fixed-toogle.ins-hori-right .ins-toggle-btn.tog-2 {
    right: 0 !important; }

.ins-cart-icon {
  line-height: 0; }

.ins-toggle-btn {
  position: fixed;
  height: 80px;
  width: 80px;
  background-color: var(--ins_toggle_bg);
  color: var(--ins_toggle_icon);
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 6px solid var(--ins_toggle_border);
  box-shadow: inset 0px 0px 4px rgba(109, 38, 0, 0.15);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  cursor: pointer; }
  .ins-toggle-btn svg,
  .ins-toggle-btn img {
    height: var(--ins_toggle_icon_size); }
  .ins-toggle-btn i {
    font-size: var(--ins_toggle_icon_size); }
  .ins-toggle-btn:hover {
    background-color: var(--ins_toggle_hover_bg);
    color: var(--ins_toggle_icon_hover);
    border-color: var(--ins_toggle_hover_border) !important; }
    .ins-toggle-btn:hover svg {
      fill: var(--ins_toggle_icon_hover); }
    .ins-toggle-btn:hover .ins-items-count {
      background: var(--ins_toggle_item_bg_hover);
      color: var(--ins_toggle_item_color_hover); }
  .ins-toggle-btn .ins-items-count {
    right: auto;
    left: 50%;
    margin-left: -14px;
    top: -15px !important;
    background-color: #FEF2EB;
    box-shadow: inset 0px 0px 4px rgba(109, 38, 0, 0.15);
    background: var(--ins_toggle_item_bg);
    color: var(--ins_toggle_item_color);
    font-size: var(--ins_toggle_item_size); }
  .ins-toggle-btn.cart-style-2 {
    box-shadow: inset 0px 0px 4px rgba(109, 38, 0, 0.15);
    border-radius: 12px; }
  .ins-toggle-btn.cart-style-3 {
    display: flex;
    flex-direction: column-reverse;
    border: 3px solid var(--ins_toggle_border);
    overflow: hidden; }
    .ins-toggle-btn.cart-style-3 .ins-items-count {
      position: relative !important;
      left: 0;
      top: 0 !important;
      margin-left: 0 !important;
      margin: 5px 0px; }
    .ins-toggle-btn.cart-style-3 .ins-cart-icon {
      width: 100%;
      height: 100%;
      background-color: #fff;
      padding-top: 6px; }
      .ins-toggle-btn.cart-style-3 .ins-cart-icon svg {
        height: var(--ins_toggle_icon_size);
        margin-bottom: 3px; }
        .ins-toggle-btn.cart-style-3 .ins-cart-icon svg path {
          fill: var(--ins_checkout_theme); }
      .ins-toggle-btn.cart-style-3 .ins-cart-icon i {
        color: var(--ins_checkout_theme) !important; }
  .ins-toggle-btn.cart-style-4 {
    transform: rotate(45deg);
    border-radius: 25px;
    height: 70px;
    width: 70px; }
    .ins-toggle-btn.cart-style-4 > span {
      transform: rotate(-45deg); }
  .ins-toggle-btn.hide {
    display: none; }
  .ins-toggle-btn svg {
    width: var(--ins_toggle_icon_size);
    fill: var(--ins_toggle_icon);
    margin: 0 2px 0 0;
    height: auto; }
  .ins-toggle-btn.tog-1 .ins-items-count {
    right: -12px;
    top: -12px;
    position: absolute;
    width: 28px;
    height: 28px;
    box-shadow: 0 0 0 0;
    border-radius: 50%;
    text-align: center;
    letter-spacing: -1px;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    transition: 0.5s; }

.ins-checkout-layout.ins-var-cart-middle .ins-toggle-btn.tog-1 {
  left: -80px;
  bottom: 40px; }
.ins-checkout-layout.ins-var-cart-bottom .ins-toggle-btn.tog-1 {
  bottom: 30px; }
.ins-checkout-layout.ins-hori-left .ins-toggle-btn.tog-1 {
  left: auto;
  right: -90px; }
.ins-checkout-layout.ins-hori-left .ins-toggle-btn.tog-2 {
  left: auto;
  right: -80px !important; }
.ins-checkout-layout.ins-hori-right .ins-toggle-btn.tog-1 {
  left: -90px;
  right: auto; }
.ins-checkout-layout .woocommerce-message {
  margin: 20px; }

.ins-fixed-toogle.ins-hori-left .ins-toggle-btn.tog-1,
.ins-fixed-toogle.ins-hori-left .ins-toggle-btn.tog-2 {
  left: 0px;
  bottom: 40px; }

.ins-checkout-popup.slide.ins-var-cart-middle .ins-toggle-btn.tog-1,
.ins-fixed-toogle.ins-var-cart-middle .ins-toggle-btn.tog-1 {
  top: 50% !important;
  margin-top: -30px !important; }

.ins-checkout-popup.slide.ins-var-cart-top .ins-toggle-btn.tog-1,
.ins-checkout-popup.slide.ins-var-cart-top .ins-toggle-btn.tog-2 {
  top: 5% !important; }

.ins-checkout-popup.ins-var-cart-top .cart-style-4.ins-toggle-btn.tog-2 {
  top: 5% !important;
  margin-top: 0 !important; }
.ins-checkout-popup.ins-var-cart-top.ins-hori-left.ins_animate_two .ins-toggle-btn.tog-2 {
  right: auto;
  left: 0 !important; }
.ins-checkout-popup.ins-var-cart-top.ins-hori-right.ins_animate_two .ins-toggle-btn.tog-2 {
  right: 0 !important;
  left: auto !important; }
.ins-checkout-popup.slide.ins-var-cart-middle .ins-toggle-btn.tog-2 {
  top: 95% !important;
  top: 50% !important;
  bottom: auto !important;
  margin-top: -40px;
  left: -75px; }
.ins-checkout-popup.slide.ins-var-cart-middle.ins-hori-left .ins-toggle-btn.tog-2 {
  right: -80px;
  left: auto !important; }
.ins-checkout-popup.slide.ins-var-cart-top .ins-toggle-btn.tog-2 {
  top: 30px !important;
  bottom: auto !important;
  left: -75px; }
.ins-checkout-popup.slide.ins-var-cart-top.ins-hori-left .ins-toggle-btn.tog-2 {
  right: -80px;
  left: auto !important; }
.ins-checkout-popup.ins-var-cart-bottom .cart-style-4.ins-toggle-btn.tog-2 {
  left: -75px;
  bottom: 35px; }
.ins-checkout-popup.ins-var-cart-bottom .ins-toggle-btn.tog-2 {
  left: -80px;
  bottom: 35px; }
.ins-checkout-popup.ins-var-cart-bottom.ins-hori-left .cart-style-4.ins-toggle-btn.tog-2 {
  right: -75px;
  left: auto !important; }
.ins-checkout-popup.ins-var-cart-bottom.ins-hori-left .ins-toggle-btn.tog-2 {
  right: -80px;
  left: auto !important; }
.ins-checkout-popup.ins-var-cart-bottom.ins-hori-left.ins_animate_two .ins-toggle-btn.tog-2 {
  right: auto;
  left: 0 !important; }
.ins-checkout-popup.ins-var-cart-bottom.ins-hori-right.ins_animate_two .ins-toggle-btn.tog-2 {
  right: 0 !important;
  left: auto !important; }

/* layouts  */
.ins-checkout-modern.popup {
  height: 100%;
  width: 100%; }
  .ins-checkout-modern.popup .ins-checkout-layout.popup {
    display: none; }
    .ins-checkout-modern.popup .ins-checkout-layout.popup.active {
      display: block; }
.ins-checkout-modern.slide {
  visibility: visible !important;
  opacity: 1 !important; }
.ins-checkout-modern .ins-checkout-layout {
  padding-bottom: 16px;
  background-color: #FCF9F7;
  padding: 35px;
  height: 100vh;
  z-index: 9999;
  position: relative;
  padding: 40px;
  box-shadow: 1px -9px 16px -13px;
  width: var(--ins_panel_width_1200); }
  .ins-checkout-modern .ins-checkout-layout.slide {
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.8s;
    transform: translate(100%, 0) !important;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s; }
    .ins-checkout-modern .ins-checkout-layout.slide .ins-cart-item-wrap {
      overflow: auto; }
      .ins-checkout-modern .ins-checkout-layout.slide .ins-cart-item-wrap::-webkit-scrollbar {
        width: 5px; }
  .ins-checkout-modern .ins-checkout-layout.active {
    visibility: visible;
    z-index: 9999;
    transition: 0.6s;
    transform: translate(0, 0%) !important; }
  .ins-checkout-modern .ins-checkout-layout .ins-cart-item-wrap {
    overflow: auto;
    max-height: 300px; }
  .ins-checkout-modern .ins-checkout-layout .ins-cart-inner.step-1 {
    padding: 16px !important; }

/* layouts  */
/* Ins Cart Header */
.ins-checkout-modern {
  width: 0;
  height: 0;
  border: 1px solid #ddd;
  position: fixed; }
  .ins-checkout-modern .ins-checkout-layout {
    padding: 0 !important; }
  .ins-checkout-modern .ins-checkout-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    background-color: #fcf4f2;
    box-shadow: 0px 10px 20px rgba(0, 77, 209, 0.05);
    border-radius: 0px 0px 8px 8px;
    height: 48px; }
  .ins-checkout-modern .ins-checkout-close {
    cursor: pointer;
    position: relative; }
  .ins-checkout-modern .ins-checkout-header-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
    color: #4d423d; }

/* Ins Cart Header */
/* Ins Cart Content  */
.ins-checkout-layout-3.slide.active {
  visibility: visible; }

.ins-checkout-popup {
  visibility: hidden; }
  .ins-checkout-popup.slide {
    visibility: visible !important; }

.ins-checkout-modern.popup .ins-checkout-layout.popup {
  width: 80% !important;
  height: auto !important;
  /* overflow: auto; */ }

/* Ins Cart Content  */
/* Ins Single Cart Item */
.ins-single-cart-item {
  display: flex;
  padding: 10px 0;
  color: #181818;
  border-bottom: 1px solid #f5f5f5; }

.ins-checkout-modern .ins-cart-item-heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 16px;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px; }
  .ins-checkout-modern .ins-cart-item-heading span {
    text-align: center !important; }
.ins-checkout-modern .ins-cart-item-image img {
  height: 65px;
  width: 65px;
  border-radius: 4px;
  object-fit: cover; }
.ins-checkout-modern .ins-cart-price,
.ins-checkout-modern .ins-cart-item-total {
  text-align: center; }
  .ins-checkout-modern .ins-cart-price bdi,
  .ins-checkout-modern .ins-cart-item-total bdi {
    color: #665F5C; }
.ins-checkout-modern .ins-cart-content-wrap {
  padding: 16px;
  background: #fcfcfc;
  border: 1px solid #FEF2EB;
  box-shadow: 0px 10px 20px rgba(75, 26, 0, 0.05);
  border-radius: 8px; }
.ins-checkout-modern .ins-checkout-body {
  /* padding: 16px; */
  font-size: 16px;
  color: var(--ins_checkout_theme);
  width: 100% !important; }
.ins-checkout-modern .ins-single-cart-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #fcf4f2;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 16px; }
  .ins-checkout-modern .ins-single-cart-item:hover {
    background: #FEF2EB; }
.ins-checkout-modern .ins-cart-item-heading span {
  font-size: 16px;
  font-weight: 600;
  color: #665F5C;
  text-align: left;
  line-height: 20px;
  padding-left: 16px;
  padding-right: 16px; }
.ins-checkout-modern .ins-cart-item-product {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  color: var(--ins_checkout_theme);
  text-align: left;
  text-decoration: none; }
.ins-checkout-modern .ins-cart-item-heading-remove {
  width: 5% !important;
  text-align: center; }

.ins-cart-remove {
  width: 5% !important;
  text-align: center; }

.ins-checkout-modern .ins-cart-item-heading-title,
.ins-cart-item-product {
  width: 40% !important; }

.ins-checkout-modern .ins-cart-item-heading span,
.ins-single-cart-item > div {
  width: 20%; }

.ins-checkout-modern .ins-cart-remove {
  cursor: pointer; }
.ins-checkout-modern .plus.ins-cart-plus,
.ins-checkout-modern .minus.ins-cart-minus {
  border: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer; }
.ins-checkout-modern .ins-cart-qty {
  height: 35px;
  width: 35px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  align-items: center;
  line-height: 2;
  font-weight: 700; }
.ins-checkout-modern .ins-cart-item-quantity-input {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between; }
.ins-checkout-modern .ins-cart-item-heading-quantity,
.ins-checkout-modern .ins-cart-item-quantity {
  width: 20% !important; }
.ins-checkout-modern .ins-cart-item-remove {
  position: relative;
  bottom: 0; }
.ins-checkout-modern .ins-cart-item-quantity button:focus,
.ins-checkout-modern .ins-cart-item-quantity input:focus {
  outline: none !important; }
.ins-checkout-modern .ins-cart-item-quantity .qty {
  height: 48px;
  width: 34px !important;
  display: inline-block;
  border-radius: 8px !important;
  background-color: #fcfcfc;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border: 0.2px solid var(--ins_checkout_theme) !important;
  font-weight: 700; }

.ins-single-cart-wrap {
  max-height: 290px;
  overflow: auto;
  padding: 4px; }

/* Ins Single Cart Item */
/* Cart Style overwrite */
.ins-cart-item-quantity {
  display: flex;
  gap: 8px;
  max-width: 200px !important;
  align-items: center; }
  .ins-cart-item-quantity span {
    border: none !important;
    width: 100%; }
  .ins-cart-item-quantity .woocommerce-Price-amount span {
    display: contents;
    text-align: left; }
  .ins-cart-item-quantity .woocommerce-Price-amount bdi {
    display: contents;
    text-align: left;
    display: block !important; }

.ins-cart-qty-wrap {
  display: flex;
  column-gap: 6px;
  align-items: center; }
  .ins-cart-qty-wrap input[type="number"] {
    width: 34px !important;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield; }
    .ins-cart-qty-wrap input[type="number"]::-webkit-inner-spin-button, .ins-cart-qty-wrap input[type="number"]::-webkit-outer-spin-button {
      -webkit-appearance: none; }

.ins-cart-item-quantity .ins-cart-qty-wrap span {
  height: 20px;
  width: 25px;
  display: table;
  text-align: center;
  border: 1px solid #ddd !important;
  float: left; }

.ins-cart-qty-wrap .quantity {
  border: 1px solid transparent;
  border-left: none;
  border-right: 0;
  display: flex; }
  .ins-cart-qty-wrap .quantity input[type="number"] {
    background-color: #fff;
    padding: 0 !important; }

.ins-cart-coupon {
  padding: 10px 0;
  display: flex;
  gap: 5px;
  justify-content: space-between; }

.ins-cart-totals .cart_totals {
  width: 100% !important; }
.ins-cart-totals .wc-proceed-to-checkout {
  display: none !important;
  visibility: hidden !important; }

/* Cart Style overwrite */
/* Ins Cart Footer */
.ins-cart-coupon {
  padding: 10px 0;
  display: flex;
  gap: 5px;
  justify-content: space-between; }

.ins-content .woocommerce-message {
  margin-bottom: 0;
  margin: 16px; }

.ins-footer-cart-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px; }
  .ins-footer-cart-button > div {
    width: 100%; }

.ins-cart-coupon button[name="update_cart"] {
  display: none !important; }

.ins-cart-footer-content {
  padding: 16px;
  background: #fcfcfc;
  border: 1px solid #FEF2EB;
  box-shadow: 0px 10px 20px rgba(75, 26, 0, 0.05);
  border-radius: 8px;
  margin-bottom: 32px;
  margin-top: 16px; }

.ins-cart-coupon .coupon {
  display: flex;
  flex-direction: row; }
  .ins-cart-coupon .coupon button {
    background: var(--ins_checkout_theme) !important;
    border-radius: 0px 8px 8px 0px !important;
    color: #fff;
    border: 1px solid var(--ins_checkout_theme); }
    .ins-cart-coupon .coupon button:focus {
      outline: none; }
    .ins-cart-coupon .coupon button:hover {
      background-color: var(--ins_checkout_theme) !important;
      color: #fff;
      border: 1px solid var(--ins_checkout_theme) !important; }
  .ins-cart-coupon .coupon input:focus {
    outline: none; }
  .ins-cart-coupon .coupon button,
  .ins-cart-coupon .coupon input {
    width: 100% !important;
    margin: 0 !important; }
.ins-cart-coupon > div {
  width: 100% !important; }

.ins-empty-cart-button button {
  padding: 10px;
  width: 100% !important;
  border: 1px solid var(--ins_checkout_theme);
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  transition: 0.4s;
  cursor: pointer;
  line-height: unset !important; }

.ins-footer-cart-button .ins-cart-coupon {
  width: 60% !important; }
.ins-footer-cart-button .ins-empty-cart-button {
  width: 40%; }

.ins-cart-collaterals {
  margin-top: 12px; }
  .ins-cart-collaterals .wc-proceed-to-checkout {
    display: none; }
  .ins-cart-collaterals .cart_totals {
    width: 100%;
    margin-top: 20px;
    width: 100% !important; }
    .ins-cart-collaterals .cart_totals h2 {
      font-size: 20px;
      font-weight: 700;
      padding-left: 0;
      margin-bottom: 0;
      padding: 0; }
    .ins-cart-collaterals .cart_totals td,
    .ins-cart-collaterals .cart_totals th,
    .ins-cart-collaterals .cart_totals table {
      padding: 4px 0 !important;
      background-color: transparent !important;
      font-weight: 400 !important;
      border: none !important;
      font: 16px !important; }
    .ins-cart-collaterals .cart_totals table {
      margin-bottom: 0 !important; }
    .ins-cart-collaterals .cart_totals th {
      text-align: left; }
    .ins-cart-collaterals .cart_totals .order-total td,
    .ins-cart-collaterals .cart_totals .order-total th,
    .ins-cart-collaterals .cart_totals .order-total span {
      font-weight: 700 !important; }
    .ins-cart-collaterals .cart_totals td {
      text-align: right;
      font-weight: 700; }
    .ins-cart-collaterals .cart_totals th {
      position: relative; }
      .ins-cart-collaterals .cart_totals th:after {
        content: ":";
        position: absolute;
        right: 0;
        top: 7px; }

.ins-cart-coupon .coupon input {
  width: auto;
  border-radius: 8px 0px 0px 8px;
  -webkit-border-radius: 8px 0px 0px 8px;
  -moz-border-radius: 8px 0px 0px 8px;
  -ms-border-radius: 8px 0px 0px 8px;
  -o-border-radius: 8px 0px 0px 8px;
  border: 1px solid var(--ins_checkout_theme); }

.ins-checkout-layout.slide .ins-cart-btns {
  position: absolute;
  width: calc(100% - 36px) !important;
  height: auto;
  bottom: 16px;
  bottom: 0;
  width: 100%;
  left: 16px;
  padding: 16px !important;
  background-color: #fcfcfc;
  border: 1px solid #FEF2EB;
  box-shadow: 0px 10px 20px rgba(75, 26, 0, 0.05); }
.ins-checkout-layout.slide .woocommerce-cart-form,
.ins-checkout-layout.slide .ins-cart-inner.shipping,
.ins-checkout-layout.slide .ins-cart-inner.payment {
  margin-bottom: 50px;
  overflow-x: hidden; }
.ins-checkout-layout.slide .ins-cart-inner.shipping,
.ins-checkout-layout.slide .ins-cart-inner.payment {
  margin-bottom: 50px;
  overflow-x: hidden; }
  .ins-checkout-layout.slide .ins-cart-inner.shipping .ins-cart-btns,
  .ins-checkout-layout.slide .ins-cart-inner.payment .ins-cart-btns {
    width: calc(100% - 48px) !important; }
.ins-checkout-layout.slide .ins-cart-inner.shipping .ins-cart-btns {
  width: calc(100% - 32px) !important; }

.ins-cart-btns a,
.ins-cart-btns button {
  padding: 16px;
  border-radius: 8px !important;
  transition: 0.4s;
  font-weight: 700;
  border: 1px solid #e9570a;
  width: 100% !important;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  background-color: var(--ins_checkout_theme);
  padding: 10px;
  line-height: 1.7;
  position: relative; }
  .ins-cart-btns a::after,
  .ins-cart-btns button::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: rgba(0, 0, 0, 0.05);
    z-index: 1;
    transition: width 0.5s ease-in-out;
    display: inline-block; }
  .ins-cart-btns a:hover:after,
  .ins-cart-btns button:hover:after {
    width: 100%; }
.ins-cart-btns a.active,
.ins-cart-btns button.active {
  background-color: #e9570a;
  color: #fff; }

/* Ins Cart Footer */
/* Popup */
.ins-checkout-popup {
  position: fixed;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 999999; }
  .ins-checkout-popup.active {
    visibility: visible;
    opacity: 1; }
  .ins-checkout-popup .ins-checkout-overlay {
    z-index: -1; }

.ins-content {
  height: calc(100% - 157px) !important;
  overflow: auto; }
  .ins-content.hide {
    display: none !important; }

.ins-checkout-layout-3.popup {
  margin: 0 auto;
  position: relative;
  max-height: 90%;
  width: 65% !important; }
  .ins-checkout-layout-3.popup .ins-content {
    height: calc(100% );
    margin-bottom: 0 !important;
    overflow: auto; }
  .ins-checkout-layout-3.popup .ins-cart-item-wrap {
    height: auto !important; }

.ins-checkout-layout.slide.ins-hori-left {
  /* left: -600px; */
  right: auto;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important; }
  .ins-checkout-layout.slide.ins-hori-left.active {
    right: auto; }

.loader-container-fixed {
  display: block !important;
  position: fixed;
  bottom: 0;
  right: 0;
  top: 50%;
  z-index: 9999999; }

.loader-container {
  display: none;
  visibility: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1; }
  .loader-container::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #00000017;
    z-index: -1; }
  .loader-container.active {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 2;
    display: block !important;
    visibility: visible !important; }

.db-spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid transparent;
  border-top-color: #333;
  border-bottom-color: #333;
  -webkit-animation: 0.8s spin linear infinite;
  animation: 0.8s spin linear infinite;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px; }

.ins-checkout-layout.popup .woocommerce-cart-form {
  display: flex;
  gap: 16px;
  padding: 16px; }
  .ins-checkout-layout.popup .woocommerce-cart-form .ins-checkout-body.ins-content {
    flex-basis: 65%;
    height: auto !important; }
  .ins-checkout-layout.popup .woocommerce-cart-form .ins-cart-footer-wrap {
    flex-basis: 35%;
    overflow: hidden; }
  .ins-checkout-layout.popup .woocommerce-cart-form .coupon,
  .ins-checkout-layout.popup .woocommerce-cart-form .ins-cart-coupon {
    width: 100% !important; }
  .ins-checkout-layout.popup .woocommerce-cart-form .ins-footer-cart-button {
    display: inline-block;
    width: 100%; }
    .ins-checkout-layout.popup .woocommerce-cart-form .ins-footer-cart-button > div {
      width: 100%; }

/* Popup */
.ins-label {
  text-align: center;
  margin: 5px; }
  .ins-label svg {
    height: 20px; }

.ins-checkout-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s; }
  .ins-checkout-overlay.active {
    visibility: visible;
    opacity: 0.7;
    width: 100%;
    right: 0;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s; }

.ins-checkout-close {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  cursor: pointer; }
  .ins-checkout-close svg path {
    transition: 0.4s; }
  .ins-checkout-close:hover svg path {
    fill: var(--ins_checkout_theme); }

.ins-single-cart-item {
  display: flex;
  padding: 10px 0;
  color: #181818;
  border-bottom: 1px solid #f5f5f5; }
  .ins-single-cart-item:nth-last-child(1) {
    border-bottom: none;
    margin-bottom: 0; }

.ins-cart-item-img {
  width: 25%; }

.ins-cart-item-content {
  width: 75%;
  position: relative;
  margin-right: 8px; }

.ins-cart-item-img img {
  width: 75px;
  border-radius: 5px; }

.ins-cart-item-price {
  position: absolute;
  right: 0;
  top: 0; }

.ins-cart-title {
  color: #e9570a;
  text-decoration: navajowhite;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  padding-right: 50px; }

.plus,
.minus {
  display: none !important;
  visibility: hidden; }

.ins-cart-plus,
.ins-cart-minus {
  cursor: pointer;
  visibility: visible !important;
  display: block !important;
  padding: 8px 8px !important;
  font-size: 14px;
  line-height: 14px;
  border-color: #e9570a;
  border-radius: 50%;
  height: 30px !important;
  width: 30px !important;
  padding: 0 !important;
  gap: 5px; }

.ins-cart-item-title {
  position: relative; }
  .ins-cart-item-title a {
    color: #665F5C !important; }

.ins-cart-qty {
  width: 40px !important;
  width: 40px !important; }

.ins-empty-cart {
  border: none;
  padding: 10px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  border-radius: 5px;
  transition: 0.4s;
  cursor: pointer;
  background-color: #fcf9f8 !important;
  color: var(--ins_checkout_theme); }
  .ins-empty-cart:hover {
    background-color: var(--ins_checkout_theme) !important;
    color: #fff; }

/* Popup */
/* Remove Cart Items */
.ins-cart-item-remove {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 15px;
  cursor: pointer;
  border-radius: 5px;
  line-height: 1.1;
  transition: 0.4s;
  /* background-color: aqua; */
  border-radius: 50%;
  padding: 7px; }
  .ins-cart-item-remove a .ins-single-item-remove svg {
    display: block !important;
    height: 15px;
    transition: 0.4s; }
  .ins-cart-item-remove a:hover .ins-single-item-remove svg path {
    fill: red; }
  .ins-cart-item-remove a.remove {
    display: flex;
    font-size: unset;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: unset;
    color: #665F5C !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    background: transparent !important; }
    .ins-cart-item-remove a.remove:before, .ins-cart-item-remove a.remove:after {
      display: none !important; }
  .ins-cart-item-remove svg {
    display: none; }
  .ins-cart-item-remove img.remove-img {
    width: 12px; }
  .ins-cart-item-remove:hover {
    color: #e9570a;
    border-color: #e9570a; }

.ins-steps {
  display: flex; }
  .ins-steps button {
    padding: 13px 18px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #ddd;
    border-right: 0;
    width: 100%; }
    .ins-steps button:nth-last-child(1) {
      border-right: 1px solid #ddd !important; }

.ins-step-btn.active {
  border-bottom: 1px solid var(--ins_checkout_theme); }

.ins-empty-cart:hover {
  background-color: var(--ins_checkout_theme);
  color: #fff; }

.ins-cart-btns {
  display: flex;
  gap: 10px;
  /* padding: 16px; */ }
  .ins-cart-btns a,
  .ins-cart-btns button {
    width: 100% !important;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    border: 1px solid #e9570a;
    padding: 8px;
    border-radius: 5px;
    transition: 0.4s;
    cursor: pointer; }

.ins-checkout-popup .ins-cart-btns {
  padding: 0px; }

.ins-cart-btns a.active,
.ins-cart-btns button.active {
  background-color: #e9570a;
  color: #fff; }
.ins-cart-btns a:hover,
.ins-cart-btns button:hover {
  background-color: #e9570a;
  color: #fff; }

/* Remove Cart Items */
/*quick view variable product*/
.ins-quick-view {
  display: none;
  width: 300px;
  padding: 25px;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 999999;
  overflow: hidden;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
  top: 100% !important; }
  .ins-quick-view .woocommerce-variation-description {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important; }
  .ins-quick-view .close {
    position: absolute;
    top: 3px;
    right: 0;
    height: auto;
    width: 25px;
    cursor: url(../img/cursor-x.png), crosshair;
    text-align: center;
    font-size: 18px;
    z-index: 1;
    line-height: 20px; }
    .ins-quick-view .close:before {
      content: "x"; }
  .ins-quick-view table,
  .ins-quick-view td,
  .ins-quick-view th,
  .ins-quick-view tr {
    border: none !important; }
  .ins-quick-view table tbody td {
    padding: 0 0 5px 0; }
    .ins-quick-view table tbody td label {
      color: #333;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0; }
    .ins-quick-view table tbody td.value {
      background-color: transparent !important;
      text-align: right; }
    .ins-quick-view table tbody td a.reset_variations {
      display: none !important; }
  .ins-quick-view .quantity {
    float: left; }
  .ins-quick-view .added_to_cart {
    font-size: 14px;
    margin-top: 3px;
    font-weight: normal;
    background: #333;
    border: 1px solid #333;
    border-radius: 1px;
    height: 35px;
    color: #fff;
    text-decoration: none;
    line-height: 35px;
    text-align: center;
    width: 100%;
    transition: 0.3s;
    padding: 0 !important; }
    .ins-quick-view .added_to_cart:hover {
      background: #e9570a;
      border: 1px solid #e9570a; }
  .ins-quick-view .woocommerce-variation-price {
    text-align: center; }
    .ins-quick-view .woocommerce-variation-price .price {
      display: block;
      padding: 8px 0; }
  .ins-quick-view .variations {
    margin: 0;
    width: 100%; }
  .ins-quick-view .woocommerce-Price-amount.amount {
    font-size: 18px;
    font-weight: bold; }
  .ins-quick-view select {
    font-size: 14px;
    padding: 0 5px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    outline: 0;
    height: 35px; }
  .ins-quick-view .variations_form .single_variation_wrap .woocommerce-variation-description {
    text-align: justify; }
    .ins-quick-view .variations_form .single_variation_wrap .woocommerce-variation-description p {
      margin: 20px 0 10px 0; }
  .ins-quick-view .variations_form .single_variation_wrap .variations_button {
    margin: 20px 0 0 0;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 10px; }
  .ins-quick-view .quantity .qty {
    height: 35px;
    outline: 0;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    width: 100%;
    padding: 0;
    text-align: center; }
  .ins-quick-view .variations_form .single_variation_wrap .variations_button .single_add_to_cart_button {
    font-size: 14px;
    font-weight: normal;
    background: transparent;
    border: 1px solid #e9570a;
    border-radius: 1px;
    height: 35px;
    padding: 0 5px;
    color: #e9570a;
    margin: 0 0 0 5px;
    box-sizing: border-box;
    opacity: 1; }
    .ins-quick-view .variations_form .single_variation_wrap .variations_button .single_add_to_cart_button:hover {
      background: #e9570a;
      border: 1px solid #e9570a;
      color: #fff; }

/* end quick view */
/* Dark Mode CSS */
.ins-layout-dark .ins-checkout-layout {
  background-color: #171514; }
.ins-layout-dark .ins-checkout-header {
  background-color: #262422 !important; }
.ins-layout-dark .ins-checkout-header-icon svg fill {
  color: #fff !important; }
.ins-layout-dark .ins-checkout-header-icon svg path {
  fill: #fff !important;
  color: #fff !important; }
.ins-layout-dark .ins-checkout-header-title,
.ins-layout-dark .ins-checkout-close svg path {
  fill: #fff !important;
  color: #fff !important; }
.ins-layout-dark .ins-checkout-steps.ins-steps-style-3, .ins-layout-dark .ins-checkout-steps.ins-steps-style-4 {
  background-color: transparent; }
.ins-layout-dark .ins-single-step.active .ins-step-icon svg path, .ins-layout-dark .ins-single-step.done .ins-step-icon svg path, .ins-layout-dark .ins-single-step.active .ins-step-title, .ins-layout-dark .ins-single-step.done .ins-step-title {
  fill: #fff !important;
  color: #fff; }
.ins-layout-dark .ins-cart-content-wrap,
.ins-layout-dark .ins-single-product-sell,
.ins-layout-dark .ins-cart-footer-content {
  background-color: #262422 !important;
  box-shadow: 0px 15px 20px rgba(3, 3, 3, 0.15) !important;
  border-color: #33312e !important; }
.ins-layout-dark .ins-single-cart-item {
  background-color: #161413 !important;
  border: none; }
.ins-layout-dark .ins-cart-item-heading span,
.ins-layout-dark .ins-cross-sell-title,
.ins-layout-dark .ins-order-summery-head span,
.ins-layout-dark .woocommerce-billing-fields h3,
.ins-layout-dark .ins-cart-inner.shipping h3,
.ins-layout-dark #ship-to-different-address span,
.ins-layout-dark .ins-order-summery-head h3,
.ins-layout-dark .ins-payment h3,
.ins-layout-dark .ins-delivery-wrap h3,
.ins-layout-dark .ins-single-order-total span,
.ins-layout-dark .ins-cart-btns a {
  color: #F2ECE9 !important; }
.ins-layout-dark .ins-single-item-remove svg path,
.ins-layout-dark .ins-cart-minus svg path,
.ins-layout-dark .ins-cart-plus svg path,
.ins-layout-dark .ins-back-to-edit svg path {
  fill: #F2ECE9 !important; }
.ins-layout-dark .ins-cart-item-title a,
.ins-layout-dark .ins-cart-price bdi,
.ins-layout-dark .ins-cart-item-total bdi {
  color: #CCC7C4 !important; }
.ins-layout-dark .ins-cart-inner.shipping .woocommerce-billing-fields > div p input,
.ins-layout-dark .ins-cart-inner.shipping .woocommerce-billing-fields > div p select {
  background-color: transparent !important;
  color: #fff !important;
  border: none; }
  .ins-layout-dark .ins-cart-inner.shipping .woocommerce-billing-fields > div p input:focus,
  .ins-layout-dark .ins-cart-inner.shipping .woocommerce-billing-fields > div p select:focus {
    background-color: #171514 !important; }
.ins-layout-dark .ins-cart-inner.shipping .woocommerce-shipping-fields > div p input,
.ins-layout-dark .ins-cart-inner.shipping #order_comments,
.ins-layout-dark .ins-cart-inner.shipping .woocommerce-shipping-fields > div p select {
  background-color: transparent !important;
  color: #626269 !important;
  border: none; }
  .ins-layout-dark .ins-cart-inner.shipping .woocommerce-shipping-fields > div p input:focus,
  .ins-layout-dark .ins-cart-inner.shipping #order_comments:focus,
  .ins-layout-dark .ins-cart-inner.shipping .woocommerce-shipping-fields > div p select:focus {
    background-color: #171514 !important; }
.ins-layout-dark .ins-cart-item-quantity .qty {
  background-color: #262422 !important;
  color: #fff !important; }
.ins-layout-dark .ins-cart-coupon .coupon input {
  background-color: #262422;
  color: #999390; }
.ins-layout-dark .ins-order-summery-content span,
.ins-layout-dark .woocommerce-privacy-policy-text p {
  color: #999390 !important; }
.ins-layout-dark .ins-empty-cart-button button {
  background-color: transparent !important; }
.ins-layout-dark .ins-empty-cart:hover {
  border-color: var(--ins_checkout_theme); }
.ins-layout-dark .ins-sell-content h3,
.ins-layout-dark .ins-sell-content-meta .woocommerce-Price-amount.amount {
  color: #CCC7C4 !important; }
.ins-layout-dark .ins-cart-collaterals h2,
.ins-layout-dark .ins-cart-collaterals th,
.ins-layout-dark .ins-cart-collaterals td {
  color: #CCC7C4 !important; }
.ins-layout-dark .ins-cart-item-title a,
.ins-layout-dark .ins-payment-method p,
.ins-layout-dark .ins-cart-price bdi,
.ins-layout-dark .ins-cart-item-total bdi {
  color: #CCC7C4 !important; }
.ins-layout-dark .ins-delivery-wrap {
  color: #CCC7C4 !important; }
  .ins-layout-dark .ins-delivery-wrap p, .ins-layout-dark .ins-delivery-wrap.shipping ul li > label,
  .ins-layout-dark .ins-delivery-wrap span {
    color: #CCC7C4 !important; }
.ins-layout-dark .ins-payment-method li > label {
  color: #CCC7C4 !important; }
.ins-layout-dark .ins-layout-dark .ins-btns-step-next {
  background-color: var(--ins_checkout_theme);
  color: #F2ECE9 !important; }
.ins-layout-dark .ins-btns-step-next:hover {
  border-color: var(--ins_checkout_theme); }
.ins-layout-dark .ins-steps-style-4 .ins-single-step span {
  background-color: #323236 !important; }
.ins-layout-dark .ins-single-cart-item {
  color: #CCC7C4 !important; }
.ins-layout-dark .ins-steps-style-4 .ins-single-step.done .ins-step-icon svg path, .ins-layout-dark .ins-steps-style-4 .ins-single-step.active .ins-step-icon svg path {
  fill: var(--ins_checkout_theme) !important; }
.ins-layout-dark .woocommerce-terms-and-conditions-checkbox-text {
  color: #CCC7C4 !important; }
.ins-layout-dark .ins-checkout-steps-wrap > div {
  background-color: #323236; }
.ins-layout-dark .ins-checkout-steps-wrap > div.active, .ins-layout-dark .ins-checkout-steps-wrap > div.done {
  background-color: var(--ins_checkout_theme); }
.ins-layout-dark .ins-steps-style-4 .ins-checkout-steps-wrap > div.active, .ins-layout-dark .ins-steps-style-4 .ins-checkout-steps-wrap > div.done {
  background-color: #323236; }
.ins-layout-dark .ins-steps-style-4 .ins-single-step::before {
  z-index: 1; }
.ins-layout-dark .ins-steps-style-4 .ins-single-step span {
  z-index: 2; }
.ins-layout-dark .ins-step-icon svg path,
.ins-layout-dark .ins-step-title {
  fill: #626269 !important;
  color: #626269 !important; }
.ins-layout-dark .ins-single-step.done .ins-step-icon svg path, .ins-layout-dark .ins-single-step.active .ins-step-icon svg path, .ins-layout-dark .ins-single-step.done .ins-step-title, .ins-layout-dark .ins-single-step.active .ins-step-title {
  fill: #FCF9F7 !important;
  color: #FCF9F7 !important; }
.ins-layout-dark .ins-cart-btns {
  background-color: #262422 !important;
  box-shadow: 0px 15px 20px rgba(3, 3, 3, 0.15) !important;
  border-color: #33312e !important; }
.ins-layout-dark .ins-cart-empty span {
  color: #FEF2EB !important; }

/* Dark Mode CSS */
/* Gradient Mode CSS */
.ins-layout-gradient.popup .ins-product-sell-carousel .owl-nav {
  margin-top: -40px !important; }
.ins-layout-gradient.popup .ins-cart-btns {
  background: transparent !important; }
.ins-layout-gradient .ins-checkout-layout {
  background: linear-gradient(135deg, #4750D4 0%, #C23395 100%); }
.ins-layout-gradient .ins-steps-style-4 .ins-single-step span {
  background-color: transparent !important; }
.ins-layout-gradient .ins-steps-style-4 .ins-single-step::before {
  display: none; }
.ins-layout-gradient .ins-checkout-header, .ins-layout-gradient .ins-cart-btns {
  background: linear-gradient(135deg, #B959CB 0%, #6A5FCC 100%);
  box-shadow: 0px 10px 20px rgba(75, 26, 0, 0.05);
  border: none !important; }
.ins-layout-gradient .ins-steps-style-3.active .ins-step-icon svg path, .ins-layout-gradient .ins-steps-style-3.done .ins-step-icon svg path, .ins-layout-gradient .ins-steps-style-3.active .ins-step-title, .ins-layout-gradient .ins-steps-style-3.done .ins-step-title {
  fill: #fff !important;
  color: #fff !important; }
.ins-layout-gradient .ins-steps-style-3 .ins-step-icon svg path,
.ins-layout-gradient .ins-steps-style-3 .ins-step-title {
  fill: var(--ins_checkout_theme) !important;
  color: var(--ins_checkout_theme) !important; }
.ins-layout-gradient .ins-steps-style-3 .ins-checkout-steps-wrap > div {
  z-index: 1 !important; }
.ins-layout-gradient .ins-steps-style-2 .ins-single-step.active .ins-step-icon svg path,
.ins-layout-gradient .ins-steps-style-2 .ins-single-step.done .ins-step-icon svg path,
.ins-layout-gradient .ins-steps-style-2 .ins-single-step.active .ins-step-title,
.ins-layout-gradient .ins-steps-style-2 .ins-single-step.done .ins-step-title {
  fill: #fff !important;
  color: #fff !important; }
.ins-layout-gradient .ins-steps-style-4 {
  background-color: transparent !important; }
.ins-layout-gradient .ins-single-step.ins-steps-style-4.active, .ins-layout-gradient .ins-single-step.ins-steps-style-4.done {
  background-color: #FCF9F7; }
.ins-layout-gradient .ins-single-step.ins-steps-style-4 .ins-step-icon svg path,
.ins-layout-gradient .ins-single-step.ins-steps-style-4 .ins-step-title {
  fill: #FCF9F7 !important;
  color: #FCF9F7; }
.ins-layout-gradient .ins-steps-style-1 .ins-single-step.active, .ins-layout-gradient .ins-steps-style-1 .ins-single-step.done {
  background-color: var(--ins_checkout_theme) !important; }
.ins-layout-gradient .ins-cart-content-wrap,
.ins-layout-gradient .ins-single-product-sell,
.ins-layout-gradient .ins-cart-footer-content,
.ins-layout-gradient .ins-cart-content-wrap {
  background-color: #FCF9F75E !important;
  /* mix-blend-mode: soft-light !important; */
  border: none !important; }
.ins-layout-gradient .ins-single-cart-item {
  background-color: #FCF9F7 !important;
  border: none; }
.ins-layout-gradient .ins-cart-coupon .coupon button {
  background-color: #665F5C;
  border-color: #665F5C; }
.ins-layout-gradient .ins-cart-coupon .coupon input {
  border-color: #665F5C; }
.ins-layout-gradient .ins-cart-item-quantity .quantity input[type="number"] {
  background: #FFF5F0 !important;
  border: 0.2px solid #DB5209 !important; }
.ins-layout-gradient .ins-empty-cart {
  border-color: #665F5C !important;
  color: #fff !important;
  background-color: var(--ins_checkout_theme) !important; }
  .ins-layout-gradient .ins-empty-cart:hover {
    background-color: #fff !important;
    border-color: transparent !important; }
.ins-layout-gradient .ins-cart-item-heading span,
.ins-layout-gradient .ins-cross-sell-title,
.ins-layout-gradient .ins-order-summery-head span,
.ins-layout-gradient .woocommerce-billing-fields h3,
.ins-layout-gradient .ins-order-summery-head h3,
.ins-layout-gradient .ins-payment h3,
.ins-layout-gradient .ins-payment p,
.ins-layout-gradient .ins-delivery-wrap,
.ins-layout-gradient .ins-delivery-wrap h3,
.ins-layout-gradient .ins-single-order-total span,
.ins-layout-gradient .ins-cart-btns a {
  color: #FCF9F7 !important; }
.ins-layout-gradient .ins-cart-empty span,
.ins-layout-gradient .ins-cart-empty a {
  color: #FCF9F7 !important; }
.ins-layout-gradient .ins-order-summery-content span {
  color: #FCF9F7 !important; }
.ins-layout-gradient .woocommerce-privacy-policy-text p,
.ins-layout-gradient .woocommerce-privacy-policy-text a {
  color: #FCF9F7 !important; }
.ins-layout-gradient .ins-sell-content h3,
.ins-layout-gradient .ins-sell-content-meta .woocommerce-Price-amount.amount,
.ins-layout-gradient .ins-order-summery-head h3 {
  color: #FCF9F7 !important; }
.ins-layout-gradient .ins-cart-collaterals h2,
.ins-layout-gradient .ins-cart-collaterals th,
.ins-layout-gradient .ins-cart-collaterals td {
  color: #FCF9F7 !important; }
.ins-layout-gradient .ins-delivery-wrap p, .ins-layout-gradient .ins-delivery-wrap.shipping ul li > label {
  color: #FCF9F7 !important; }
.ins-layout-gradient .ins-payment-method li > label,
.ins-layout-gradient #ship-to-different-address span,
.ins-layout-gradient .ins-checkout-modern .ins-checkout-body,
.ins-layout-gradient .ins-order-summery-head span a {
  color: #FCF9F7 !important; }
.ins-layout-gradient .ins-back-to-edit svg path {
  fill: #FCF9F7 !important; }
.ins-layout-gradient .woocommerce-terms-and-conditions-checkbox-text, .ins-layout-gradient .woocommerce-terms-and-conditions-checkbox-text a {
  color: #FCF9F7 !important; }
.ins-layout-gradient .ins-checkout-header svg path {
  fill: #FCF9F7 !important; }
.ins-layout-gradient .ins-checkout-header .ins-checkout-header-title {
  color: #FCF9F7 !important; }
.ins-layout-gradient .ins-payment #payment .payment_methods > li:not(.woocommerce-notice), .ins-layout-gradient .ins-payment #payment .payment_methods > li .payment_box {
  background-color: transparent !important; }
.ins-layout-gradient .ins-payment #payment .payment_methods > .wc_payment_method > label {
  color: #FCF9F7 !important; }
.ins-layout-gradient #order_review {
  background-color: transparent !important; }

/* Gradient Mode CSS */
/* Glass Morphism Mode CSS */
.ins-layout-glass-morphism .ins-checkout-layout,
.ins-layout-glass-morphism .ins-cart-content-wrap,
.ins-layout-glass-morphism .ins-checkout-header,
.ins-layout-glass-morphism .ins-cart-content-wrap .ins-single-cart-item,
.ins-layout-glass-morphism .ins-cart-footer-content,
.ins-layout-glass-morphism .ins-cart-btns,
.ins-layout-glass-morphism .ins-single-product-sell {
  background: rgba(253, 253, 253, 0.4) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: none !important; }
.ins-layout-glass-morphism .ins-checkout-steps.ins-steps-style-4 {
  background-color: #fff !important; }
.ins-layout-glass-morphism .ins-steps-style-4 .ins-single-step span {
  background-color: #fff !important; }
.ins-layout-glass-morphism .ins-steps-style-4 .ins-checkout-steps-wrap > div {
  z-index: 1 !important; }
.ins-layout-glass-morphism .ins-checkout-overlay.active {
  opacity: 0 !important; }
.ins-layout-glass-morphism.popup .ins-checkout-overlay.active {
  background: rgba(253, 253, 253, 0.4) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: none !important;
  opacity: 1 !important; }
.ins-layout-glass-morphism .quantity input[type="number"] {
  box-shadow: inset 0px 4px 4px rgba(211, 73, 0, 0.1) !important; }
.ins-layout-glass-morphism .ins-checkout-steps-wrap {
  background-color: rgba(255, 255, 255, 0.3) !important; }
.ins-layout-glass-morphism .ins-cart-empty span {
  color: #4d423d !important; }

/* Glass Morphism Mode CSS */
.cart_boom {
  animation: cart_boom 0.3s ease-in-out 200ms 1 forwards; }

@keyframes cart_boom {
  0% {
    transform: scale(1.2); }
  25% {
    transform: scale(0.8); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
/* CSS Animation */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.ins-icon-animation-one {
  -webkit-animation-name: shake;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-transform-origin: 50% 100%; }

.ins-icon-animation-two {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-transform-origin: 50% 100%; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-2deg); }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(3deg); }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg); }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-2deg); }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(4deg); }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg); }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg); } }
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }
/* CSS Animation */
/* Animation */
/* Animation One */
.ins_animate_one.ins-checkout-layout.slide {
  transition: 0.6s ease-in !important;
  top: auto;
  bottom: 0;
  height: 0;
  width: 0 !important; }

.ins_animate_two.ins-checkout-layout.slide {
  transition: 0.6s ease-in !important;
  top: auto;
  bottom: 0;
  height: 0; }

.ins_animate_one.ins-checkout-layout.slide.ins-var-cart-top {
  top: 0;
  bottom: auto; }
.ins_animate_one.ins-checkout-layout.slide.ins-var-cart-middle {
  height: 100% !important; }

.ins_animate_two.ins-checkout-layout.slide.ins-var-cart-middle {
  height: 100% !important; }

.ins_animate_one.ins-checkout-layout.slide.active,
.ins_animate_two.ins-checkout-layout.slide.active {
  transition: 0.4s ease-out !important;
  -webkit-transition: 0.4s ease-out !important;
  -moz-transition: 0.4s ease-out !important;
  -ms-transition: 0.4s ease-out !important;
  -o-transition: 0.4s ease-out !important; }

.ins_animate_one.ins-checkout-layout.slide.ins-var-cart-top .ins-click-to-show,
.ins_animate_two.ins-checkout-layout.slide.ins-var-cart-top .ins-click-to-show {
  top: 30px !important; }

.ins_animate_one.ins-checkout-layout.ins-checkout-layout-3.popup,
.ins_animate_two.ins-checkout-layout.ins-checkout-layout-3.popup {
  overflow: hidden !important; }
  .ins_animate_one.ins-checkout-layout.ins-checkout-layout-3.popup .ins-cart-inner.shipping,
  .ins_animate_two.ins-checkout-layout.ins-checkout-layout-3.popup .ins-cart-inner.shipping {
    overflow-x: hidden; }

.ins-checkout-popup.active .ins_animate_two.ins-checkout-layout .ins-checkout-header,
.ins-checkout-popup.active .ins_animate_two.ins-checkout-layout .ins-content,
.ins-checkout-popup.active .ins_animate_two.ins-checkout-layout .ins-checkout-steps {
  -webkit-animation-name: AnimateOneFadeInUp;
  animation-name: AnimateOneFadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.ins-checkout-popup.active .ins_animate_one.ins-checkout-layout .ins-cart-inner .ins_animate_two.ins-checkout-layout.slide.active .ins-cart-inner,
.ins-checkout-popup.active .ins_animate_two.ins-checkout-layout .ins-cart-inner {
  -webkit-animation-name: AnimateOneFadeInUp;
  animation-name: AnimateOneFadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-delay: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.ins_animate_two.ins-checkout-layout.slide.ins-var-cart-top {
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important; }
  .ins_animate_two.ins-checkout-layout.slide.ins-var-cart-top.active {
    transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important; }
.ins_animate_two.ins-checkout-layout-3.slide {
  transform: translate(0, 100%) !important;
  -webkit-transform: translate(0, 100%) !important;
  -moz-transform: translate(0, 100%) !important;
  -ms-transform: translate(0, 100%) !important;
  -o-transform: translate(0, 100%) !important; }
  .ins_animate_two.ins-checkout-layout-3.slide.active {
    transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important; }
.ins_animate_two .ins-click-to-show.ins-toggle-btn.sidecart.tog-1 {
  left: auto;
  right: 90px;
  opacity: 1;
  visibility: visible;
  transition: 0.8s ease-in !important;
  -webkit-transition: 0.8s ease-in !important;
  -moz-transition: 0.8s ease-in !important;
  -ms-transition: 0.8s ease-in !important;
  -o-transition: 0.8s ease-in !important;
  right: auto;
  left: -90px; }
.ins_animate_two.active .ins-click-to-show.ins-toggle-btn.sidecart {
  transition: none !important;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in !important; }
.ins_animate_two.ins-checkout-layout.slide.ins-var-cart-middle {
  height: 100% !important;
  transform: translate(100%, 0) !important;
  -webkit-transform: translate(100%, 0) !important;
  -moz-transform: translate(100%, 0) !important;
  -ms-transform: translate(100%, 0) !important;
  -o-transform: translate(100%, 0) !important; }
  .ins_animate_two.ins-checkout-layout.slide.ins-var-cart-middle.active {
    transform: translate(0, 0) !important; }
.ins_animate_two.ins-checkout-layout.ins-hori-left.slide .ins-click-to-show.ins-toggle-btn.sidecart.tog-1 {
  right: -90px !important;
  left: auto !important; }
.ins_animate_two.ins-checkout-layout.ins-hori-left.slide.ins-var-cart-bottom.active {
  transform: translate(0, 0) !important; }
.ins_animate_two.ins-checkout-layout.slide.ins-var-cart-top {
  bottom: auto !important;
  top: 0 !important; }
  .ins_animate_two.ins-checkout-layout.slide.ins-var-cart-top.active {
    bottom: auto !important;
    top: 0 !important; }
.ins_animate_two .ins-checkout-header,
.ins_animate_two .ins-content,
.ins_animate_two .ins-checkout-steps {
  visibility: hidden;
  opacity: 0; }
.ins_animate_two.active .ins-checkout-header,
.ins_animate_two.active .ins-content,
.ins_animate_two.active .ins-checkout-steps {
  visibility: visible;
  opacity: 1; }
.ins_animate_two.ins-hori-left.ins-var-cart-middle .ins-click-to-show.ins-toggle-btn.sidecart.tog-1 {
  right: -90px !important; }
.ins_animate_two.ins-checkout-layout.slide.ins-hori-left.ins-var-cart-middle {
  transform: translate(0, 0) !important; }
.ins_animate_two.ins-hori-left.ins-var-cart-bottom .ins-click-to-show.ins-toggle-btn.sidecart.tog-1 {
  top: -90px !important;
  left: 60px; }
.ins_animate_two.ins-hori-right .ins-toggle-btn.sidecart.tog-1 {
  left: auto !important;
  right: 60px !important; }

@-webkit-keyframes AnimateOneFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes AnimateOneFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.ins_animate_one.ins-checkout-layout.slide,
.ins_animate_one.ins-checkout-layout.slide.ins-hori-left,
.ins_animate_two.ins-checkout-layout.slide,
.ins_animate_two.ins-checkout-layout.slide.ins-hori-left {
  width: var(--ins_panel_width_1200) !important; }

.ins_animate_one.ins-checkout-layout.slide.ins-hori-left.active,
.ins_animate_one.ins-checkout-layout.slide.active,
.ins_animate_two.ins-checkout-layout.slide.ins-hori-left.active,
.ins_animate_two.ins-checkout-layout.slide.active {
  width: var(--ins_panel_width_1200) !important;
  height: 100%; }

.ins_animate_one.ins-checkout-layout.slide.ins-hori-left.active,
.ins_animate_two.ins-checkout-layout.slide.ins-hori-left.active {
  height: 100%;
  width: var(--ins_panel_width_1200) !important;
  left: 0 !important;
  right: auto; }

/* Animation One */
/* Animation */
.theme-Divi .ins-up-sells .ins-sell-add-to-cart {
  border: none !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  color: var(--ins_checkout_theme) !important; }
  .theme-Divi .ins-up-sells .ins-sell-add-to-cart:after {
    font-size: 18px;
    line-height: 1.3 !important; }

.ins-cart-item-quantity .ct-increase, .ins-cart-item-quantity .ct-decrease {
  display: none !important; }
.ins-cart-item-quantity div.quantity[data-type] input[type="number"] {
  padding: 0px !important; }

.theme-woodmart .ins-product-sell-carousel .owl-nav {
  display: none;
  visibility: hidden; }
.theme-woodmart .ins-cart-coupon .coupon button {
  padding: 0 !important; }
.theme-woodmart .ins-cart-inner.shipping .woocommerce-billing-fields > div p input, .theme-woodmart .ins-cart-inner.shipping .woocommerce-billing-fields > div p select {
  height: auto !important; }
.theme-woodmart .ins-cart-inner.shipping .woocommerce-billing-fields > div p textarea {
  min-height: auto !important; }

.theme-oceanwp .ins-cart-item-quantity .quantity {
  min-width: 34px !important; }
.theme-oceanwp .ins-cart-inner.shipping .woocommerce-billing-fields > div p select {
  height: auto !important;
  min-height: auto !important; }

.theme-betheme .ins-step-icon, .theme-betheme .ins-step-title {
  display: inline-block;
  line-height: 46px !important; }
.theme-betheme .ins-checkout-steps-wrap > div {
  padding: 0px !important; }
.theme-betheme .ins-cart-item-quantity .quantity {
  width: 34px !important; }
.theme-betheme .woocommerce .quantity .qty {
  padding: 0 !important; }
.theme-betheme .ins-checkout-modern .plus.ins-cart-plus, .theme-betheme .ins-checkout-modern .minus.ins-cart-minus {
  display: block !important;
  visibility: visible; }
.theme-betheme .ins-cart-inner.shipping .woocommerce-billing-fields > div p, .theme-betheme .ins-cart-inner.shipping .woocommerce-shipping-fields > div p {
  flex-basis: calc(100%/2 - 14px) !important; }
.theme-betheme .ins-cart-inner.shipping .woocommerce-billing-fields > div p textarea {
  width: 100% !important; }
.theme-betheme .ins-payment-wrap .ins-cart-content-wrap {
  width: auto !important; }

.theme-Avada .ins-checkout-layout.popup .woocommerce-cart-form {
  display: block !important; }
.theme-Avada .ins-checkout-modern.popup .ins-checkout-layout.popup {
  max-width: 50%; }

@media (max-width: 1140px) {
  .theme-Avada .ins-checkout-modern.popup .ins-checkout-layout.popup {
    max-width: 80% !important; } }
/* Breakpoints */
@media (max-width: 1240px) {
  .ins-checkout-modern.popup .ins-checkout-layout.popup {
    width: 90% !important; }

  .ins-checkout-layout {
    width: var(--ins_panel_width_1024) !important; }

  .ins-checkout-modern .ins-cart-item-heading {
    padding: 8px !important; }

  .ins-cart-item-remove {
    padding: 0 !important; }

  .ins-checkout-modern .ins-cart-item-quantity .qty {
    height: 35px !important;
    width: 28px !important; }

  .ins-cart-item-heading span {
    text-align: center !important; }

  .ins-cart-item-heading-title {
    text-align: left !important; }

  .ins-checkout-modern .ins-cart-item-heading-quantity,
  .ins-checkout-modern .ins-cart-item-quantity {
    width: 20% !important; } }
@media (max-width: 1023px) {
  .ins-checkout-layout {
    width: var(--ins_panel_width_767) !important; }

  .ins-cart-item-image a img {
    display: none;
    visibility: hidden; } }
@media (max-width: 992px) {
  .ins-checkout-layout.popup .woocommerce-cart-form {
    display: block; }
    .ins-checkout-layout.popup .woocommerce-cart-form .ins-checkout-body.ins-content {
      width: 100%; }

  .ins-checkout-modern .ins-cart-item-heading span {
    font-size: 13px !important; }

  .ins-checkout-modern .ins-checkout-body {
    font-size: 13px !important; } }
@media (max-width: 768px) {
  .ins-quick-view {
    left: 0 !important;
    margin: 0 auto;
    right: 0; }

  .ins-checkout-layout-3 {
    width: 100% !important; }
    .ins-checkout-layout-3.popup {
      max-height: 100%;
      width: 100%;
      height: 100%; }

  .ins-checkout-modern .ins-checkout-layout-3 {
    width: var(--ins_panel_width_767) !important; }

  .ins-checkout-layout.slide.ins-hori-left.active,
  .ins-checkout-modern .ins-checkout-layout.slide.ins-hori-left.active,
  .ins-checkout-layout.slide.ins-hori-left,
  .ins-checkout-modern .ins-checkout-layout.slide.ins-hori-left {
    left: -var(--ins_panel_width_767) !important; }

  .ins-cart-inner {
    position: relative; }
    .ins-cart-inner form {
      margin-bottom: 0; }

  .ins-cart-footer-content {
    margin-top: 8px;
    padding-top: 8px; }

  .ins-checkout-modern .ins-cart-item-heading-title,
  .ins-cart-item-product {
    width: 29% !important; }

  .ins-checkout-modern .ins-cart-item-heading span,
  .ins-single-cart-item > div {
    width: 13%; }

  .ins-cart-item-remove {
    padding: 0px !important; }

  .ins-cart-item-quantity button svg {
    width: 15px; }

  .ins-checkout-modern .ins-cart-item-quantity {
    width: 20% !important; }
  .ins-checkout-modern .ins-cart-item-heading span,
  .ins-checkout-modern .ins-checkout-body {
    font-size: 12px; }

  .ins-cart-inner form.woocommerce-cart-form .ins-cart-coupon .coupon {
    display: flex;
    flex-direction: row;
    row-gap: 5px; }

  .ins-cart-coupon .coupon input {
    width: 55%; }

  .ins-empty-cart,
  .ins-cart-coupon .coupon input {
    font-size: 11px; }

  .ins-cart-collaterals .cart_totals {
    width: 100%;
    margin-top: 16px; }

  .ins-cart-coupon .coupon button {
    width: 45%;
    font-size: 11px; }
  .ins-cart-coupon .coupon input,
  .ins-cart-coupon .coupon button {
    width: 100%; }

  .ins-cart-collaterals .cart_totals h2 {
    font-size: 16px; }
  .ins-cart-collaterals .cart_totals td,
  .ins-cart-collaterals .cart_totals th {
    padding: 8px 0;
    background-color: transparent !important; }

  .ins-cart-coupon .coupon input {
    max-width: 100%; }

  .ins-cart-inner form.woocommerce-cart-form .ins-cart-coupon .ins-cart-coupon-updated-cart {
    display: none; } }
@media (max-width: 576px) {
  .ins-cart-item-image a img {
    display: none !important; }

  .ins-checkout-layout-3,
  .ins-checkout-modern .ins-checkout-layout-3 {
    width: 420px !important; }

  .ins_animate_one.ins-checkout-layout.slide,
  .ins_animate_one.ins-checkout-layout.slide.ins-hori-left,
  .ins_animate_two.ins-checkout-layout.slide,
  .ins_animate_two.ins-checkout-layout.slide.ins-hori-left {
    width: 420px !important; }

  .ins_animate_one.ins-checkout-layout.slide.ins-hori-left.active,
  .ins_animate_one.ins-checkout-layout.slide.active,
  .ins_animate_two.ins-checkout-layout.slide.ins-hori-left.active,
  .ins_animate_two.ins-checkout-layout.slide.active {
    width: 420px !important;
    height: 100%; }

  .ins_animate_one.ins-checkout-layout.slide.ins-hori-left.active,
  .ins_animate_two.ins-checkout-layout.slide.ins-hori-left.active {
    height: 100%;
    width: 420px !important;
    left: 0 !important;
    right: auto; }

  .ins-steps-style-1 .ins-checkout-steps-wrap > div {
    font-size: 12px; }

  .ins-checkout-modern.popup .ins-checkout-layout.popup {
    width: 100% !important; }

  .ins-cart-icon svg {
    height: 16px !important; }

  .ins-checkout-layout.slide.ins-hori-left.active,
  .ins-checkout-modern .ins-checkout-layout.slide.ins-hori-left.active,
  .ins-checkout-layout.slide.ins-hori-left,
  .ins-checkout-modern .ins-checkout-layout.slide.ins-hori-left {
    left: -420px; }

  .ins-checkout-layout {
    padding: 10px; }
    .ins-checkout-layout.ins-var-cart-middle .ins-toggle-btn.tog-1 {
      left: -53px; }
    .ins-checkout-layout.ins-hori-left .ins-toggle-btn.tog-1 {
      left: auto;
      right: -53px; }

  .ins-content {
    height: calc(100% - 8%); }

  #ins_cart_total {
    line-height: 1.7;
    font-size: 11px; }

  .ins-toggle-btn.tog-1 .ins-items-count {
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    line-height: 0; }

  .ins-cart-item-title {
    margin-left: 5px; }

  .ins-toggle-btn {
    height: 45px;
    width: 45px; }

  .ins-cart-item-quantity {
    max-width: 175px !important;
    margin-left: 5px; }

  .ins-cart-plus,
  .ins-cart-minus {
    line-height: 12px;
    height: 20px !important;
    width: 20px !important; }

  .ins-cart-qty-wrap input[type="number"] {
    width: 28px !important; }

  .ins-cart-item-image a img {
    display: none;
    visibility: hidden; }

  .ins-checkout-modern .ins-cart-item-product {
    font-size: 11px !important; }

  .ins-checkout-layout.popup .woocommerce-cart-form {
    padding: 16px 0 !important; } }
@media (max-width: 422px) {
  .ins-checkout-layout-3,
  .ins-checkout-modern .ins-checkout-layout-3 {
    width: 100% !important; }

  .ins_animate_one.ins-checkout-layout.slide,
  .ins_animate_one.ins-checkout-layout.slide.ins-hori-left,
  .ins_animate_two.ins-checkout-layout.slide,
  .ins_animate_two.ins-checkout-layout.slide.ins-hori-left {
    width: 100% !important; }

  .ins_animate_one.ins-checkout-layout.slide.ins-hori-left.active,
  .ins_animate_one.ins-checkout-layout.slide.active,
  .ins_animate_two.ins-checkout-layout.slide.ins-hori-left.active,
  .ins_animate_two.ins-checkout-layout.slide.active {
    width: 100% !important;
    height: 100%; }

  .ins_animate_one.ins-checkout-layout.slide.ins-hori-left.active,
  .ins_animate_two.ins-checkout-layout.slide.ins-hori-left.active {
    width: 100% !important; }

  .ins-checkout-modern.popup .ins-checkout-layout.popup {
    width: 100% !important; }

  .ins-cart-icon svg {
    height: 16px !important; }

  .ins-checkout-layout.slide.ins-hori-left.active,
  .ins-checkout-modern .ins-checkout-layout.slide.ins-hori-left.active,
  .ins-checkout-layout.slide.ins-hori-left,
  .ins-checkout-modern .ins-checkout-layout.slide.ins-hori-left {
    left: -100%; } }
@media (max-width: 360px) {
  .ins-cart-item-image {
    display: none; }

  .ins-checkout-layout-3.slide.active {
    width: 100% !important; } }
/* End breakpoints */

/*# sourceMappingURL=instantio-style.css.map */
