img {
  outline: 0;
  height: auto;
  max-width: 100%;
}

.desc.d-flex.flex-column.justify-content-center {
  display: none !important;
}

/* :root {
  --GREY: gray;
  --GREY2: #c6c6c6;
  --DISCOUNT: #c6c6c6;
  --TAB_INACTIVE: #b8b8b8;
  --PRIMARY_COLOR: #00bf8d;
  --DARKGRAY: #999;
  --WHITE: #fff !important;
  --LIGHT_GRAY: #f7f8fa;
  --COUPON: #f0f0f0;
} */

.radio {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  font-size: 14px;
}

.radio .label {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid var(--GREY);
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
}

.radio .label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none;
}

.radio:hover .label:after {
  transform: scale(3.6);
}

input[type="radio"]:checked+.label:after {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}

.hidden {
  display: none;
}

.si-desctop-parent-cart {
  overflow: hidden;
}

.si-cart button.ripple_div {
  overflow: visible;
}

header .si-cart .si-dropdown-toggle .si-badge-cart {
  width: 16px;
  height: 16px;
  line-height: 18px;
  right: 0;
  top: 0;
}

.sign_in_icons ul li a .fa {
  width: 18px;
  text-align: center;
  font-size: 18px;
}

.svg_icon {
  width: 18px;
}

.cate_par {
  margin-bottom: -30px;
}

.si_cate_wrapper .cate_box {
  margin-bottom: 30px;
}

.si_cate_wrapper .cate_box a {
  width: 100%;
  height: 100vh;
  max-width: 150px;
  max-height: 150px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.si_cate_wrapper .cate_box a img {
  max-width: 90px;
  max-height: 90px;
}

.si_cate_wrapper .cate_box strong {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  margin-top: 16px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slider-counter {
  z-index: 99;
  bottom: 1%;
  position: absolute;
  text-align: center;
  right: 4%;
  font-size: 120px;
  color: var(--GREY);
  font-weight: 700;
}

@media (max-width: 767px) {
  .slider-counter {
    font-size: 80px;
    font-weight: 600;
    bottom: 0;
  }
}

@media (max-width: 576px) {
  .slider-counter {
    font-size: 30px;
    font-weight: 500;
    bottom: 0;
  }
}

.hero-img {
  max-height: 400px;
}

.si-shop_ad .owl-nav button.owl-prev,
.si-shop_ad .owl-nav button.owl-next,
.hero_carosel .owl-nav button.owl-prev,
.hero_carosel .owl-nav button.owl-next {
  position: absolute;
  bottom: calc(50% - 22px);
  right: 50%;
  color: var(--BLACK);
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.si-shop_ad .owl-nav button.owl-prev,
.hero_carosel .owl-nav button.owl-prev {
  left: 0;
}

.si-shop_ad .owl-nav button.owl-next,
.hero_carosel .owl-nav button.owl-next {
  right: 0;
}

.si-shop_ad i.owl-direction,
.hero_carosel i.owl-direction {
  margin: 0 13px;
  font-size: 3em;
  padding: 0;
  color: #607d8b;
}

.si-shop_ad .owl-nav button.owl-next,
.si-shop_ad .owl-nav button.owl-prev,
.hero_carosel .owl-nav button.owl-next,
.hero_carosel .owl-nav button.owl-prev {
  outline: 0;
  background: var(--WHITE);
}

.hero_carosel .item {
  position: relative;
}

.hero_carosel .item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.hero_carosel .desc {
  padding: 15px 15px 27px 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero_carosel h2 {
  color: var(--WHITE);
  font-size: 63px !important;
  line-height: 1em !important;
  margin: 0 !important;
  padding: 0 !important;
}

.carsl_cnt {
  font-size: 18px;
  color: var(--WHITE);
  margin-top: 0 !important;
}

.si-shop_ad .owl-nav button.owl-next,
.si-shop_ad .owl-nav button.owl-prev,
.hero_carosel .owl-nav button.owl-next,
.hero_carosel .owl-nav button.owl-prev {
  background: transparent;
  border-radius: 5px;
  margin: 0 15px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: inherit;
  color: inherit;
  text-decoration: none;
}

.owl-theme .owl-nav [class*="fa-"] {
  background: rgba(0, 0, 0, 0.5);
  color: var(--WHITE);
  margin: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 21px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.si-desktop-header {
  padding: 8px 0;
}

header .si-search.active .si-dropdown-menu>.container {
  padding: 0;
}

.si-search .si-col {
  position: relative;
}

.si-obj-options {
  width: 100%;
  max-width: 540px;
  display: flex;
  align-items: center;
  top: inherit !important;
}

.si-desctop-parent-search {
  margin-right: 18px;
  flex: 1;
}

.si-desktop-header .si-dropdown-obj {
  margin: 0;
  padding-bottom: 0;
}

.si-search.si-dropdown-obj,
.si-dropdown-menu {
  width: 100%;
}

.si-dropdown-toggle span {
  font-size: 13px;
  text-transform: uppercase;
}

button.si-dropdown-toggle>span {
  margin-top: 3px;
}

.si-product:not(.si-view).thumbprod-center .si-description .si-rating,
.si-product:not(.si-view).thumbprod-center .si-description .si-options-swatch {
  display: none;
}

.cate_par .si-block-title,
.prod_par .si-block-title,
.brands_par .si-block-title {
  padding-bottom: 15px;
}

.prod_par .si-tab-wrapper.si-ajax-tabs {
  margin-top: 0 !important;
}

.prod_slide {
  margin: 0 -10px !important;
  display: flex;
}

.prod_slide.slick-slider .slick-list {
  display: flex;
  width: 100%;
}

.prod_slide.slick-slider .slick-track {
  display: flex;
  flex: 0 0 auto;
}

.prod_slide.slick-slider .col-2.col-md-4 {
  display: flex;
  flex: 0 0 auto;
  height: 100% !important;
}

.prod_slide.slick-slider .si-product {
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.prod_slide .si-image-box {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.prod_slide .si-image-box a {
  display: flex;
  align-items: center;
}

.prod_slide.slick-slider .si-product:not(.si-view) .si-description {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: space-between;
}

.prod_slide.slick-slider .si-description .d-flex.align-items-center {
  margin-top: auto;
}

.pri_strike {
  color: #c6c6c6;
  text-decoration: line-through;
  margin: 0 auto 0 7px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}

.pr_strike {
  text-decoration: line-through;
  color: #c6c6c6;
}

.slick-list .product .si-title,
.si-product:not(.si-view) .si-description .si-title a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.brands_par {
  margin-bottom: 30px;
}

.brands_logo {
  margin-top: 0;
}

.brands_logo .si-img-box {
  padding: 15px;
}

.brands_logo .slick-slide {
  height: auto;
}

.brands_logo.slick-slider img {
  width: auto;
}

.si-stuck-nav .si-header-row .si-parent-box:last-child .si-dropdown-toggle {
  padding-right: 0 !important;
  margin-right: 25px;
}

.brands_par .si-img-box-listing .si-img-box {
  margin-top: 0;
}

.brands_par .si-block-title {
  margin-bottom: 15px;
}

.view_all {
  text-transform: uppercase;
  font-weight: 600;
}

@media (min-width: 521px) {

  .back_btn,
  .inner_pg_title {
    display: none !important;
  }
}

.back_btn a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  font-size: 20px;
  border-radius: 4px;
}

.back_btn a img {
  user-select: none;
  pointer-events: none;
}

.inner_pg_title {
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  margin: 0;
  padding: 0;
  color: #191919;
  margin-right: auto;
  position: relative;
  top: 1px;
  white-space: nowrap;
  /* Prevent text wrapping */
  overflow: hidden;
  /* Hide overflow */
  text-overflow: ellipsis;
}

.si_order_list {
  width: 100%;
  max-width: 450px;
}

.si_order_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.si_order_list ul li,
.d_order_items ul li,
.crt_list,
.address_list_par ul li,
.pay_opt ul li,
.avai_coupons ul li {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 15px;
  margin-bottom: 13px;
}

.si_order_list ul li:last-child,
.d_order_items ul li:last-child,
.crt_list:last-child,
.address_list_par ul li:last-child,
.pay_opt ul li:last-child,
.avai_coupons ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.si_order_list ul li div,
.track_order {
  color: var(--BLACK);
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.order_id {
  color: var(--BLACK);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.order_status {
  background: rgba(0, 0, 0, 0.1);
  color: var(--BLACK);
  padding: 4px 5px;
  line-height: 18px !important;
  border-radius: 4px;
  font-size: 13px !important;
}

.order_amt {
  font-size: 20px !important;
  line-height: 26px;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.order_pay {
  color: var(--GREY) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}

.si_order_detail {
  width: 100%;
  max-width: 650px;
}

.cencel_btn {
  border: 1px solid var(--GREY);
  color: var(--GREY);
  padding: 5px 15px 4px;
  line-height: normal !important;
  border-radius: 4px;
  font-size: 13px !important;
  font-weight: 500;
}

.si_order_detail ul {
  list-style: none;
  padding: 0;
}

.track_order {
  font-weight: 600;
}

.track_bubble span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: relative;
  z-index: 5;
}

.track_bubble.tb_g,
.track_bubble.tb_c,
.track_bubble.tb_d,
.track_bubble.tb_live {
  padding-bottom: 36px;
  position: relative;
}

.track_bubble.tb_g span:after {
  content: "\f00c";
  font-family: "FontAwesome";
  color: var(--WHITE);
  font-size: 14px;
}

.track_bubble.tb_c span:after {
  content: "X";
  font-family: "FontAwesome";
  color: var(--WHITE);
  font-size: 14px;
}

.track_bubble.tb_g:before,
.track_bubble.tb_c:before,
.track_bubble.tb_d:before,
.track_bubble.tb_live:before {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.track_bubble.tb_d span,
.track_bubble.tb_d:before,
.track_bubble.tb_live:before {
  background: #c6c6c6;
}

.track_bubble.tb_d~.track_word strong {
  color: #c6c6c6;
}

.tracking_order ul li:last-child .track_bubble[class*="tb_"] {
  padding-bottom: 0;
}

.tracking_order ul li:last-child .track_bubble[class*="tb_"]:before {
  display: none;
}

.track_word strong,
.d_order_items strong,
.crt_title_box strong {
  font-weight: 500;
  color: var(--BLACK);
  font-size: 18px;
}

.tw_2 {
  color: #c6c6c6;
  font-size: 16px;
}

.title_note {
  color: var(--GREY);
  font-size: 14px;
}

.d_order_items ul {
  margin-top: 15px;
}

.do_img,
.crt_img {
  background: rgba(0, 185, 160, 0.15);
  width: 55px;
  height: 55px;
  flex: 0 0 55px;
  padding: 10px;
  margin-right: 15px;
  border-radius: 4px;
}

.d_order_items .order_amt {
  margin-left: auto;
}

.si-breadcrumb {
  display: none !important;
}

.pagination {
  position: relative;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagination li a {
  background: #e9e7e7;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-left: 7px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.flex_1_auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.si-search .si-col.flex_1_auto {
  width: 100%;
}

#ajax_search {
  width: calc(100%);
  margin: 0 auto;
  top: 35px;
  left: 0;
  right: 0;
}

.srch_prod_par ul {
  padding: 0 15px;
  list-style: none;
}

.srch_prod_par ul li a strong {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.amt_cur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.amt_cur:before {
  content: "\f156";
  font-family: "FontAwesome";
  margin-right: 5px;
}

.srch_prod_par .amt_cur:before {
  font-size: 18px;
}

.btn_submit,
.sticky_btn .btn.btn-lg {
  border-radius: 4px;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 13px 15px 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 47px !important;
  height: 50px;
}

.btn_submit_outline {
  border-radius: 4px;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 13px 15px 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.si_login_div .si-item {
  border: 0;
  padding: 5px;
}

.si_varient ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 5px;
}

.si_varient ul li {
  padding: 0 5px 10px;
}

.si_varient li a {
  width: fit-content;
  border: 1px solid #cfd9e0;
  border-radius: 4px;
  background: transparent;
  /* color: var(--GREY); */
  color: #000;
  font-weight: 600;
  line-height: normal;
  padding: 5px 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.si-product-single-info i.fas.fa-rupee-sign {
  font-size: 27px;
}

.detl_title {
  font-weight: 600;
  font-size: 16px;
  color: var(--BLACK);
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}

.si_login_div .form-control {
  background: var(--WHITE);
  border: 1px solid var(--COUPON);
}

.crt_title_box {
  flex: 1;
}

.crt_title_box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.crt_title_box ul li {
  margin-left: 0 !important;
}

.si-shopcart-table-02 .crt_title_box .si-price.subtotal {
  margin-left: 0;
}

.crt_last .si-btn-close {
  margin-left: 5px;
}

.prod_slide.slick-slider .col-2.col-md-4 .si-input-counter.style-01 {
  max-width: 90px;
  min-width: inherit;
}

.prod_slide.slick-slider .col-2.col-md-4 .si-input-counter.style-01 span {
  width: 27px;
}

.prod_slide.slick-slider .col-2.col-md-4 .si-input-counter.style-01 input {
  height: 35px;
}

/* .prod_slide.slick-slider .col-2.col-md-4 .si-input-counter.style-01 .minus-btn::before,
.prod_slide.slick-slider .col-2.col-md-4 .si-input-counter.style-01 .plus-btn::before {
  line-height: 35px;
} */

.no_filter_icon.si-filters-options .si-btn-toggle a::before {
  display: none;
}

.no_filter_icon a img {
  max-height: 20px;
  margin-right: 5px;
}

.apply_coupon_par {
  background: var(--COUPON);
  color: var(--BLACK);
  /* padding: 8px 10px; */
  border-radius: 4px;
  margin-top: 15px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.maincoupRip {
  padding: 8px 10px;
}

.apply_coupon_par span {
  font-weight: 600;
  font-size: 15px;
}

.apply_coupon_par:hover,
.apply_coupon_par:focus {
  background: #ececec;
}

.subtotal_par>.d-flex>.d-flex * {
  line-height: 1.2rem;
}

.subtotal_par .btn.btn-lg {
  border-radius: 25px;
}

.total_items {
  color: var(--BLACK);
  font-size: 14px;
  font-weight: 400;
}

.subtotal_par .title_note {
  font-size: 12px;
}

.address_list_par {
  width: 100%;
}

.address_list_par ul {
  padding: 0;
  list-style: none;
}

.address_list_par .btn_submit_outline {
  max-width: 450px;
}

.act_icon {
  background: var(--COUPON);
  color: var(--GREY) !important;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.address_list_par .order_status {
  padding: 2px 5px;
  font-weight: 500;
  font-size: 12px !important;
}

.address_list_par .order_item strong,
.pay_opt strong.order_item,
.order_placed strong.order_item {
  color: var(--BLACK);
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.adr_text,
.order_item span {
  color: var(--GREY);
  font-size: 15px;
}

header .si-search .si-dropdown-menu .si-btn-search#search_button_sbt::before {
  display: none;
}

.btn_link {
  background: transparent;
  border: 0;
  padding: 4px 10px;
  position: relative;
}

.order_sum_par.si-shopcart-col .si-shopcart-box {
  padding: 0;
  border: 0;
}

.order_sum_par .d-flex strong {
  color: var(--BLACK);
  font-size: 16px;
  font-weight: 600;
}

.os_list * {
  color: var(--BLACK);
}

.pay_opt ul {
  padding: 0;
  list-style: none;
}

.pay_img {
  max-width: 25px;
  max-height: 25px;
}

.order_placed h2:not(.small):not([class^="si-title"]):not([class^="si-collapse"]):not([class^="si-aside"]) {
  font-size: 27px !important;
  font-weight: 600;
  text-align: center;
  margin: 15px 0 0 0 !important;
  padding-bottom: 0;
}

.op_img {
  position: relative;
}

.op_img img {
  max-width: 160px;
  filter: grayscale(100%);
}

.logo-img {
  filter: none !important;
}

.op_img i {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  bottom: 0;
  z-index: 5;
  font-size: 50px;
  margin-left: 25px;
}

.cou_input {
  position: relative;
}

.cou_input .form-control {
  height: 45px;
}

.aply_coupon {
  font-weight: 600;
  padding: 3px 12px;
  line-height: normal;
  border-radius: 4px;
  position: absolute !important;
  right: 10px;
  top: 8px;
}

.ca_btn {
  font-weight: 600;
  padding: 3px 12px;
}

.avai_coupons ul {
  padding: 0;
  list-style: none;
}

.coupon_box {
  border: 1px dashed #707070;
  padding: 3px;
  border-radius: 4px;
}

.coupon_box span {
  background: #ebebeb;
  color: var(--BLACK);
  padding: 2px 5px;
  border-radius: 4px;
  font-weight: 600;
}

.coupon_box span img {
  max-height: 15px;
}

.avai_coupons strong {
  font-weight: 600;
  font-size: 15px;
  color: var(--BLACK);
}

.avai_coupons li a {
  color: var(--BLACK);
  white-space: nowrap;
}

.coupon_modal .modal-dialog {
  width: 100%;
  max-width: 650px;
}

.login_link {
  font-weight: 600;
}

.si-product-listing .si-product:not(.si-view) .si-image-box img {
  width: auto;
}

.si-product-listing .si-image-box a {
  background: #f7f8fa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .si-account ul li a img {
  width: 16px;
}

.empty_state_par {
  padding: 30px 0 0 0;
  text-align: center;
}

.grey_text {
  color: var(--GREY);
  margin-top: 20px;
  font-size: 27px !important;
}

@media (min-width: 1025px) {
  header .si-search .si-dropdown-menu .si-btn-search {
    font-size: 18px;
    right: 7px;
    top: 4px;
  }

  .si-stuck-parent-search {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: 15px;
  }

  .si-search .si-btn-close,
  .desk_hide {
    display: none !important;
  }
}

@media (max-width: 1024px) {

  header .si-search .si-dropdown-menu form,
  .si-mobile-header .si-search .si-dropdown-menu form {
    height: 66px;
  }

  .si-header-row {
    max-height: 65px;
  }

  .desk_logo {
    display: none;
  }

  .top_logo {
    margin-right: auto !important;
  }

  #ajax_search {
    width: calc(100% + 40px);
    margin: 0 auto;
    top: 66px;
    left: 0;
    right: 0;
  }

  header .si-search .si-dropdown-menu .search-results {
    display: none !important;
  }

  .si-search .si-col.flex_1_auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .aside.leftColumn {
    z-index: 23;
    overflow-y: auto;
  }
}

@media (max-width: 991px) {
  .si_cate_wrapper .col-sm-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  h2:not(.small):not([class^="si-title"]):not([class^="si-collapse"]):not([class^="si-aside"]) {
    /* font-size: 54px !important; */
    margin-bottom: 15px !important;
  }
}

@media (max-width: 768px) {
  .si_cate_wrapper .col-sm-2 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .owl-stage .container {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .owl-theme .owl-nav {
    display: none;
  }

  .pagination {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .pagination li a {
    margin: 0 7px 7px 0;
  }

  #product_details .slick-slide {
    height: auto;
  }

  #product_details .slick-slider img {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .carsl_cnt {
    display: none;
  }

  /* h2:not(.small):not([class^="si-title"]):not([class^="si-collapse"]):not(
      [class^="si-aside"]
    ) {
    font-size: 36px !important;
  } */

  .owl-stage .btn.btn-border {
    height: 36px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .si_cate_wrapper .cate_box a {
    max-width: 120px;
    max-height: 120px;
  }

  .si_cate_wrapper .cate_box a img {
    max-width: 81px;
    max-height: 81px;
  }

  .cate_par {
    margin-bottom: 0;
  }
}

@media (min-width: 521px) {
  .cart_chk_par .sticky_btn .d-flex.align-items-center.justify-content-between {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .cart_chk_par .sticky_btn .d-flex.align-items-center.justify-content-between>div {
    width: 100%;
    margin-bottom: 15px;
  }

  .crt_last {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .crt_last>div {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .crt_last>div:last-child {
    margin-bottom: 15px;
  }

  .crt_last>div:last-child {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .apply_coupon_par {
    margin-top: 30px;
  }

  .address_list_par {
    max-width: 100%;
  }

  .address_list_par ul {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    width:100%;
  }

  .address_list_par ul li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0px;
    padding-right: 15px;
    margin: 0px;
  }

  .ua_wrap .address_list_par ul li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .address_list_par ul li.mt-3.mr-auto.ml-auto {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 15px auto 0 !important;
    text-align: center;
  }

  .order_sum_par {
    margin-top: 0;
  }

  .order_sum_par .sticky_btn {
    margin-top: 15px;
  }

  .order_placed .sticky_btn {
    width: 18%;
    margin: 15px auto 0;
    text-align: center;
  }

  .order_placed .sticky_btn .btn_submit {
    width: auto;
  }

  #si-pageContent>.container-indent:not(.nomargin):not([class^="si-offset"]) {
    margin-top: 10px;
  }

  #si-pageContent {
    padding-top: 10px;
  }

  .crt_img {
    width: 105px;
    height: 105px;
    flex: 0 0 105px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .desk_cart {
    background: var(--DISCOUNT);
    padding: 15px !important;
    border-radius: 8px;
  }

  .apply_coupon_par {
    margin-top: 0;
  }

  .mobile_none {
    display: none !important;
  }

  .desk_cart .os_list {
    margin: 10px 0;
  }

  .desk_cart .os_list * {
    color: var(--BLACK);
    font-size: 18px;
    line-height: 27px;
  }

  .crt_list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ua_wrap {
    width: 100%;
    max-width: 990px;
    border: 1px solid var(--COUPON);
    margin: 0 auto;
  }

  .ua_wrap .si-block-title {
    border-bottom: 1px solid var(--COUPON);
    padding: 10px 15px;
  }

  .ua_left_menu,
  .ua_right_menu {
    padding: 15px;
  }

  .ua_left_menu {
    border-right: 1px solid var(--COUPON);
    width: 100%;
    max-width: 250px;
  }

  .ua_left_menu ul {
    list-style: none;
    padding-left: 0;
  }

  .ua_left_menu ul li a {
    color: var(--GREY);
    font-size: 16px;
    line-height: 27px;
  }

  .ua_right_menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .ua_right_menu .si_order_list {
    max-width: 100%;
  }

  .empty_state_par .sticky_btn .btn.btn-lg {
    width: auto;
    padding: 3px 18px 1px;
  }
}

.alert.bg-success {
  color: #fff;
  padding: 10px;
}

.alert.bg-success a {
  color: #fff;
}

@media (max-width: 520px) {
  .owl-carousel .owl-item img {
    height: 180px;
    /* object-fit: cover; */
  }

  .otp_div input.form-control {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }

  .si_cate_wrapper .col-sm-2 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .cate_par .col-sm-2 {
    margin-bottom: 0 !important;
  }

  /* div#si-pageContent {
    padding-bottom: 68px;
  } */

  .si_cate_wrapper .cate_box a {
    max-width: 100px;
    max-height: 100px;
  }

  .si_cate_wrapper .cate_box a img {
    max-width: 72px;
    max-height: 72px;
  }

  .si_cate_wrapper .cate_box {
    margin-bottom: 11px;
  }

  .si-dropdown-toggle span {
    display: none !important;
  }

  header .si-cart .si-dropdown-toggle .si-badge-cart {
    display: inline-block !important;
  }

  .hero_carosel .owl-nav button.owl-next,
  .hero_carosel .owl-nav button.owl-prev {
    display: none;
  }

  .si-block-title .si-title {
    font-size: 18px;
  }

  .sticky_btn {
    background: var(--WHITE);
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    z-index: 20;
    margin-bottom: 0 !important;
    box-shadow: 0px -3px 25px 0px #0000001A;
    padding: 20px;
  }

  .sticky_btn1 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .slick-slide img {
    width: auto;
  }

  #product_details .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0;
  }

  .si-product-single-info .si-title {
    margin-top: 0;
  }

  .srch_prod_par ul {
    padding: 0;
  }

  .si-mobile-parent-search .si-dropdown-menu .container {
    padding: 0;
  }

  header .si-search .si-dropdown-menu form,
  .si-mobile-header .si-search .si-dropdown-menu form {
    margin-left: -20px;
  }

  header .si-search .si-dropdown-menu form .si-search-input {
    padding-left: 10px;
  }

  #ajax_search {
    left: -20px;
    width: calc(100% + 65px);
    padding: 0 10px;
  }

  .crt_img {
    margin-right: 7px;
  }

  .crt_last {
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  .crt_last .si-input-counter.style-01 {
    min-width: auto;
    width: 90px;
  }

  .crt_last .si-input-counter.style-01 input {
    height: 30px;
  }

  .crt_last .si-input-counter.style-01 .minus-btn:before,
  .crt_last .si-input-counter.style-01 .plus-btn:before {
    line-height: 30px;
  }

  .crt_last .si-input-counter.style-01 span {
    width: 30px;
  }

  .crt_title_box strong strong {
    font-size: 14px;
    line-height: 20px;
  }

  .si-footer-col.si-color-scheme-01 {
    display: none;
  }

  .subtotal_par .si-shopcart-box {
    padding: 0;
    border: 0;
  }

  .si-back-to-top {
    display: none;
  }

  header .si-search .si-dropdown-menu form,
  .si-mobile-header .si-search .si-dropdown-menu form {
    height: 53px;
  }

  #si-pageContent>.container-indent:not(.nomargin):not([class^="si-offset"]) {
    margin-top: 0;
  }

  .no_div {
    display: none !important;
  }

  .sum_f {
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .os_list * {
    font-size: 15px;
  }

  .sum_l {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .crt_list .crt_img {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: flex-start;
    -ms-grid-row-align: flex-start;
    align-self: flex-start;
  }

  .crt_img {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
  }

  .crt_list .crt_title_box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .apply_coupon_par {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .crt_list .crt_title_box strong {
    font-size: 16px;
    line-height: 20px;
  }

  .crt_list .order_amt {
    font-size: 16px !important;
    line-height: 19px;
  }

  .ua_wrap .si-block-title {
    display: none;
  }

  .ua_left_menu {
    display: none;
  }

  .hidem {
    display: none !important;
  }

  .paddingm {
    margin-top: 10px;
  }

  .ua_right_menu {
    width: 100%;
  }

  .ua_right_menu .si_order_list {
    max-width: 100%;
  }
}

.cate_par .col-sm-2 {
  margin-bottom: 0;
}

@media (max-width: 480px) {

  .top_logo a,
  .si-logo.si-mobile-parent-menu {
    max-width: 116px;
    margin-right: auto;
  }

  .si-stuck-nav .si-header-row {
    padding-left: 0;
    padding-right: 0;
  }

  header .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .si-mobile-header .si-header-row .si-parent-box:last-child .si-dropdown-toggle,
  header .si-dropdown-obj .si-dropdown-toggle {
    padding: 5px 10px;
  }

  .si-dropdown-toggle span {
    font-size: 9px;
  }

  h2:not(.small):not([class^="si-title"]):not([class^="si-collapse"]):not([class^="si-aside"]) {
    font-size: 20px !important;
    margin-bottom: 5px !important;
  }

  .owl-stage .btn.btn-border {
    height: 25px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .prod_slide .si-image-box {
    height: 150px;
  }

  .si-btn-addtocart span {
    /* display: none; */
  }

  .si-product:not(.si-view).thumbprod-center .si-description .si-price {
    font-size: 12px;
  }

  .pri_strike {
    font-size: 11px;
  }

  .si-img-box {
    height: 70px;
  }

  .do_img {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
  }

  .d_order_items strong {
    font-size: 14px;
    line-height: 20px;
  }

  .d_order_items .order_amt {
    /* font-size: 32px !important; */
  }

  header .si-search .si-dropdown-menu form .si-search-input {
    padding-left: 18px;
  }

  #ajax_search {
    padding: 0 20px;
  }
}

@media (max-width: 420px) {
  .si_cate_wrapper .cate_box a {
    max-width: 70px;
    max-height: 70px;
  }

  .si_cate_wrapper .cate_box a img {
    max-width: 45px;
    max-height: 45px;
  }

  .si_cate_wrapper .cate_box strong {
    font-size: 17px;
  }
}

@media (max-width: 360px) {

  .top_logo a,
  .si-logo.si-mobile-parent-menu {
    max-width: 110px;
  }

  .si_cate_wrapper .cate_box a {
    max-width: 55px;
    max-height: 55px;
  }

  .si_cate_wrapper .cate_box a img {
    max-width: 36px;
    max-height: 36px;
  }

  .si_cate_wrapper .cate_box strong {
    font-size: 11px;
  }

  .si_varient li {
    /* width: 100%; */
  }

  .si_varient li a {
    width: 100%;
  }
}

.material_block {
  top: calc(50% - 45px);
  position: absolute;
  left: calc(50% - 45px);
  margin: auto;
}

.spinner {
  -webkit-animation: rotation 1.35s linear infinite;
  animation: rotation 1.35s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

.circle {
  stroke-dasharray: 180;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: turn 1.35s ease-in-out infinite;
  animation: turn 1.35s ease-in-out infinite;
}

@-webkit-keyframes turn {
  0% {
    stroke-dashoffset: 180;
  }

  50% {
    stroke-dashoffset: 45;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 180;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}

@keyframes turn {
  0% {
    stroke-dashoffset: 180;
  }

  50% {
    stroke-dashoffset: 45;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 180;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}

svg:nth-child(1) {
  stroke: rgba(0, 185, 160, 1);
}

.footer-contact-icon {
  text-align: center;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-contact-icon a {
  display: inline-block;
  height: 25px;
  width: 25px;
  background-color: transparent;
  color: white;
  font-size: 13px;
  text-align: center;
  line-height: 25px;
  border-radius: 3px;
  margin-right: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.btn_submit,
.si-btn-addtocart {
  position: relative;
  overflow: hidden;
}

.ripple_div {
  display: inline-block;
  /* position: relative; */
  overflow: hidden;
}

.ripple {
  content: " ";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  display: inline-block;
  border-radius: 100%;
  animation: ripple 0.5s;
}

@keyframes ripple {
  to {
    opacity: 0;
    margin: -250px;
    width: 500px;
    height: 500px;
  }
}

.ripple_div {
  vertical-align: top;
}

.footer-copyright-data a {
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}

.footer-copyright-data svg {
  width: 158px;
  padding-left: 10px;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #ddd;
}

.table-bordered {
  border: 1px solid #ddd;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.otp_box_list .form-control {
  text-align: center;
}

.otp_div .row {
  margin-left: -10px;
  margin-right: -10px;
}

.otp_div input.form-control {
  width: 100%;
  height: 40px;
  max-width: 40px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid;
}

.hide_desktop {
  display: none;
}

@media (max-width: 766px) {
  .hide_mobile {
    display: none;
  }

  .hide_desktop {
    display: block;
  }
}

.Instagram.nobackg {
  background-color: transparent !important;
}

.customsurprise {
  display: grid;
  grid-template-columns: 0.1fr 1fr 0.2fr;
  align-items: center;
}

.fullcompl_cont {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  padding-bottom: 5px;
}

.apply_coupon_par {
  margin-bottom: 13px !important;
}

input.otp[type="text"]::-webkit-outer-spin-button,
input.otp[type="text"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.otp[type="text"] {
  -moz-appearance: textfield;
}

.viwc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.viwc .arrow_cont {
  display: flex;
  gap: 1rem;
}

.ousnew {
  height: 40px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  font-size: 14px;
}