/* CSS Document */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none !important;
  }
  body,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  span,
  ul,
  ol,
  li,
  dl,
  dt,
  dd,
  form {
    padding: 0;
    margin: 0;
  }
  
  input, input:focus {
    outline: none;
    border: none;
    background: none;
    box-shadow: none;
  }
  
  button {
    border: none;
    background: none;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  a{
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  textarea {
    border: none;
    outline: none;
    overflow: auto;
    resize: none;
  }
  
  select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  
  select::-ms-expand {
    display: none;
  }
  
  li {
    list-style: none;
  }
  
  a,
  a:active,
  a:hover, a:focus {
    text-decoration: none;
    outline: none !important;
  }
  
  .clearfix {
    clear: both;
    display: block;
  }
  
  .clearfix::before {
    content: "";
    clear: both;
    display: block;
  }
  
  .clearfix:after {
    content: "";
    clear: both;
    display: block;
  }
  
  a,
  span, strong, b {
    display: inline-block;
  }
  
  .container {
    max-width: 1780px;
    width: 100%;
    margin: auto;
    padding: 0;
  }
  @font-face {
    font-family: "Jost-Black";
    src: url("../fonts/Jost-Black.eot");
    src: url("../fonts/Jost-Black.eot?iefix") format("embedded-opentype"), url("../fonts/Jost-Black.woff") format("woff"), url("../fonts/Jost-Black.ttf") format("truetype"), url("../fonts/Jost-Black.svgJost-Black") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Jost-Bold";
    src: url("../fonts/Jost-Bold.eot");
    src: url("../fonts/Jost-Bold.eot?iefix") format("embedded-opentype"), url("../fonts/Jost-Bold.woff") format("woff"), url("../fonts/Jost-Bold.ttf") format("truetype"), url("../fonts/Jost-Bold.svgJost-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Jost-Light";
    src: url("../fonts/Jost-Light.eot");
    src: url("../fonts/Jost-Light.eot?iefix") format("embedded-opentype"), url("../fonts/Jost-Light.woff") format("woff"), url("../fonts/Jost-Light.ttf") format("truetype"), url("../fonts/Jost-Light.svgJost-Light") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Jost-Medium";
    src: url("../fonts/Jost-Medium.eot");
    src: url("../fonts/Jost-Medium.eot?iefix") format("embedded-opentype"), url("../fonts/Jost-Medium.woff") format("woff"), url("../fonts/Jost-Medium.ttf") format("truetype"), url("../fonts/Jost-Medium.svgJost-Medium") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Jost-Regular";
    src: url("../fonts/Jost-Regular.eot");
    src: url("../fonts/Jost-Regular.eot?iefix") format("embedded-opentype"), url("../fonts/Jost-Regular.woff") format("woff"), url("../fonts/Jost-Regular.ttf") format("truetype"), url("../fonts/Jost-Regular.svgJost-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Jost-SemiBold";
    src: url("../fonts/Jost-SemiBold.eot");
    src: url("../fonts/Jost-SemiBold.eot?iefix") format("embedded-opentype"), url("../fonts/Jost-SemiBold.woff") format("woff"), url("../fonts/Jost-SemiBold.ttf") format("truetype"), url("../fonts/Jost-SemiBold.svgJost-SemiBold") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Petemoss-Regular";
    src: url("../fonts/Petemoss-Regular.eot");
    src: url("../fonts/Petemoss-Regular.eot?iefix") format("embedded-opentype"), url("../fonts/Petemoss-Regular.woff") format("woff"), url("../fonts/Petemoss-Regular.ttf") format("truetype"), url("../fonts/Petemoss-Regular.svgPetemoss-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  /* ==================================================================================================================================== */
  h1,h2,h3,h4,h5,h6{
    font:40px/45px Jost-Medium;
    color: #000;
  }
  p{
    font: 17px/25px Jost-Regular;
    color: #000;
  }
.toast {
    text-align: center;
    width: 100%;
    border-radius: unset;
    box-shadow: unset;
    border: unset;
    padding-top: 30px;
  }
 .toast .toast-body{
    padding: 0;
        background-color: #000;
    padding: 7px 20px;
}
 .toast ul{
    display: flex;
    align-items: center;
}
 .toast ul li{
    color: #fff;
    position: relative;
    font: 16px/21px Jost-Medium;
}
 .toast ul li span{
    text-transform: uppercase;
}
 .toast ul li:not(:last-child){
    padding-right: 20px;
    border-right: 1px solid #fff;
}
 .toast ul li:not(:first-child){
    padding-left: 20px;
}
header {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
header .mob_head{
  display: none;
}
header .mob_head .bur_  img{
  width: 35px;
  height: 35px;
  object-fit: contain;
}
header .mob_head .centr img {
    width: 70px;
    height: 56px !important;
    object-fit: contain;
}
header .mob_head .rgt {
    display: flex;
    align-items: center;
    margin-left: auto;
}
header .mob_head .rgt .frst ul{
    display: flex;
    align-items: center;
}
header .mob_head .rgt .frst ul li a{
    font: 14px/19px Jost-Medium;
    color: #000;
}
header .mob_head .rgt .frst ul li a:hover{
    color: #E9018B;
}
header .mob_head .rgt .frst ul li:not(:last-child){
    border-right: 1px solid #E1E1E1;
    padding-right: 15px;
}
header .mob_head .rgt .frst ul li:not(:first-child){
    padding-left: 15px;
}
header .mob_head .rgt .last{
    margin-left: 15px;
}
header .mob_head .rgt .last ul{
    display: flex;
    align-items: center;
}
header .mob_head .rgt .last ul li{
    position: relative;
}
header .mob_head .rgt .last ul li:not(:last-child){
    margin-right: 10px;
}
header .mob_head .rgt .last ul li img {
    width: 21px;
    height: 18px !important;
    object-fit: contain;
}
header .mob_head .rgt .last ul li a{
    position: relative;
}
header .mob_head .rgt .last ul li span {
    position: absolute;
    top: 0;
    right: -6px;
    padding: 4px;
    background-color: #E9018B;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    line-height: 17px;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mob_logo {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: end;
}
header .deskt_head .remv_{
  display: none;
  width: 40px;
}
header .deskt_head .remv_ img{
  width: 22px;
  height: 22px;
  object-fit: contain;
}
header .mid-head {
    border-bottom:1px solid #E1E1E1;
    padding: 10px 0;
}
.mid-head .mid_head_inr{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mid-head .mid_head_inr .lft ul {
    display: flex;
    align-items: center;
}
.mid-head .mid_head_inr .lft ul li a{
    text-transform: uppercase;
    font: 15px/20px Jost-SemiBold;
    color: #000;
}
.mid-head .mid_head_inr .lft ul li a:hover{
    color: #E9018B;
}
.mid-head .mid_head_inr .lft ul li:not(:last-child){
    margin-right: 12px;
}
.mid-head .mid_head_inr .centr a img{
    width: 70px;
    height: 56px;
    object-fit: contain;
}
.mid-head .mid_head_inr .rgt {
    display: flex;
    align-items: center;
}
.mid-head .mid_head_inr .rgt .frst ul{
    display: flex;
    align-items: center;
}
.mid-head .mid_head_inr .rgt .frst ul li a{
    font: 14px/19px Jost-Medium;
    color: #000;
}
.mid-head .mid_head_inr .rgt .frst ul li a:hover{
    color: #E9018B;
}
.mid-head .mid_head_inr .rgt .frst ul li:not(:last-child){
    border-right: 1px solid #E1E1E1;
    padding-right: 15px;
}
.mid-head .mid_head_inr .rgt .frst ul li:not(:first-child){
    padding-left: 15px;
}
.mid-head .mid_head_inr .rgt .last{
    margin-left: 15px;
}
.mid-head .mid_head_inr .rgt .last ul{
    display: flex;
    align-items: center;
}
.mid-head .mid_head_inr .rgt .last ul li{
    position: relative;
}
.mid-head .mid_head_inr .rgt .last ul li:not(:last-child){
    margin-right: 10px;
}
.mid-head .mid_head_inr .rgt .last ul li img{
    width: 21px;
    height: 18px;
    object-fit: contain;
}
.mid-head .mid_head_inr .rgt .last ul li a{
    position: relative;

}
.mid-head .mid_head_inr .rgt .last ul li span {
    position: absolute;
    top: 0;
    right: -6px;
    padding: 4px;
    background-color: #E9018B;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    line-height: 17px;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* main_header_style */
.main_header .main_header_inr ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1470px;
    margin: 0 auto 0;
    padding: 18px 0 15px;
}
.main_header .main_header_inr ul li:not(:last-child){
  margin-right: 40px;
}
.main_header .main_header_inr ul li a{
  font: 14px/19px Jost-Medium;
  color: #000;
  text-transform: uppercase;
}
/* bottom_header_style */
.bottom_header {
  background-color: #259898;
}
 .bottom_header ul{
  display: flex;
  align-items: center;
}
 .bottom_header ul li {
    text-align: center;
    width: 33.3%;
    font: 16px/20px Jost-Medium;
    color: #fff;
    padding: 7px 20px;
}
 .bottom_header ul li.dark_bak{
  background-color:#008080 ;
}
/* ==================================================================================================== */

  body .banner-blk {
      background: url(../images/banner_back.png)repeat center center;
      background-size: cover;
  }
  #wrapper {
    width: 980px;
    margin: 0 auto;
    text-align: left;
    padding: 10px; 
  }
  .hero-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
    position: relative;
  }
 .hero-section .hero-text {
    width: 20%;
  }
 .hero-text b {
    position: absolute;
    top: 30px;
    left: 0px;
    font-size: 300px;
    line-height: 300px;
    font-family: Petemoss-Regular;
    color: #7A5C58;
    font-weight: unset;
}
.hero_btm_blk{
    position: relative;
    bottom: -110px;
}
  .hero-text strong {
    font: 50px/55px Jost-Medium;
    /* margin: 10px 0; */
}
.center-bottom{
  font-size: 15px;
  line-height: 20px;
  fill: #fff;
}
  .hero-text p {
    margin-top: 15px;
  }
  .hero-text .btn {
    background: #ff1493;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    margin-top: 60px;
    font: 15px/20px Jost-SemiBold;
  }
  .hero-image {
    width: 80%;
    position: relative;
    bottom: 0;
  }
.hero-image img {
    width: fit-content !important;
    object-fit: cover;
    height: 854px;
    margin-left: -90px;
}
.brand-name {
    position: absolute;
    bottom: 180px;
    right: 70px;
    font-size: 300px;
    line-height: 300px;
    font-family: Petemoss-Regular;
    color: #7A5C58;
}
.banner_slider .owl-dots {
    display: block !important;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.banner_slider  .owl-dots .owl-dot:not(:last-child){
  margin-right: 8px;
}
.banner_slider  .owl-dots .owl-dot span{
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  border-radius: 50%;
}
.banner_slider  .owl-dots .owl-dot.active span{
  background-color: #000000;
}
.hero_shape {
    /* display: flex; */
    justify-content: center;
    /* align-items: center; */
    /* height: 100vh; */
    position: absolute;
    top: 100px;
    right: 200px;
}
.hero_shape::after {
    content: "";
    position: absolute;
    left: -100px;
    bottom: -20px;
    width: 60px;
    height: 41px;
    background: url(../images/arw_banner.svg)no-repeat center center;
    background-size: 60px;
    transform: rotate(-9deg);
}
.hero_shape .outer-circle {
    width: 244px;
    height: 244px;
    border-radius: 100%;
    position: relative;
    background: transparent;
    outline-offset: 8px;
    outline: 2px solid #000 !important;
}
.hero_shape .outer-circle::before {
    content: '';
    position: absolute;
    width: 115%;
    height: 115%;
    border-radius: 100%;
    background: transparent;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.hero_shape .inner-circle {
    width: 170px;
    height: 170px;
    border-radius: 100%;
    background-color: #E9018B;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 40px 10px;
    color: white;
}
.hero_shape .inner-circle ::before {
    position: absolute;
    content: "";
    background: url(../images/discount_back.svg)no-repeat center center;
    left: 50%;
    bottom: 0px;
    background-size: 64px;
    width: 64px;
    height: 48px;
    transform: translateX(-50%);
}
.hero_shape .inner-circle strong {
    display: block;
    font: 40px/45px Jost-Bold;
    color: #fff;
    font-weight: bold;
}
.hero_shape .inner-circle strong >b {
    font-size: 21px;
    line-height: 26px;
    display: block;
    text-transform: uppercase;
}
.hero_shape .inner-circle span {
    font: 15px/20px Jost-Medium;
    color: #fff;
    text-transform: uppercase;
}
.hero_shape p {

    height: 100%;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
      animation: rotateText 15s linear infinite;

}
@keyframes rotateText {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.circle-text {
    position: absolute;
    left: 50%;
    transform-origin: 0 124px;
    font: 15px/20px Jost-Bold;
    color: #000;
    text-transform: uppercase;
}
.circle-text.dot-text{
    font-size: 40px;
}
  /* usp_blk_style */
  .usp_blk{
    padding: 90px 0;
  }
  .usp_blk .usp_inr ul{
    display: flex;
    align-items: center;
  }
  .usp_blk .usp_inr ul li{
    width: 20%;
    display: flex;
    align-items: center;
  }
  .usp_blk .usp_inr ul li .img_blk{
    width: 60px;
    margin-right: 20px;
  }
  .usp_blk .usp_inr ul li .img_blk img{
    width: 100%;
    height: 35px;
    object-fit: contain;
  }
   .usp_blk .usp_inr ul li .txt_blk{
    width: calc(100% - 80px);
   }
   .usp_blk .usp_inr ul li .txt_blk b {
    display: block;
    margin-bottom: 5px;
    font: 20px/25px Jost-Medium;
    color: #000;
  }
   .usp_blk .usp_inr ul li .txt_blk span{
    font: 15px/20px Jost-Regular;
    color: #000;
   }
  /* arrival_slider_style */
  .arrival_slider .arrival_boxes{
    position: relative;
  }
  .arrival_boxes button.owl-next{
    right: 0;
    position: absolute;
}
  .arrival_slider .arrival_boxes .arrival_itm{
    position: relative;
    transition: 0.5s ease-in-out;

  }
.arrival_slider .arrival_boxes .arrival_itm::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0)10%,rgba(0, 0, 0, 1) 107%);
    z-index: 1;
    transition: 0.5s ease-in-out;
    opacity: 1;
}
.arrival_slider .arrival_boxes .arrival_itm:hover::before{
  opacity: 0;
}
.arrival_slider .arrival_boxes .arrival_itm::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0)71%,rgb(255, 20, 147) 115%);
    z-index: 1;
    transition: 0.5s ease-in-out;
    opacity: 0;
}
.arrival_slider .arrival_boxes .arrival_itm:hover::after{
  opacity: 1;
}
  .arrival_slider .arrival_boxes .arrival_itm .img_blk{
    position: relative;
  }
  .arrival_slider .arrival_boxes .arrival_itm .img_blk img{
    width: 100%;
    height: 460px;
    object-fit: cover;
  }
  .arrival_slider .arrival_boxes .arrival_itm .tx_btn {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 2;
  }
  .arrival_slider .arrival_boxes .arrival_itm .tx_btn span{
    color: #fff;
    display: block;
    font:25px/30px Jost-Medium ;
  }
  .arrival_slider .arrival_boxes .arrival_itm .tx_btn b {
      font: 15px/20px Jost-SemiBold;
      text-transform: uppercase;
      padding: 13px 25px;
      background-color: #fff;
      margin-top: 20px;
      color: #000;
      cursor: pointer;
  }
  .arrival_slider .arrival_boxes .owl-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
}
.arrival_slider .arrival_boxes .owl-nav button {
    width: 70px;
    height: 108px;
    pointer-events: auto;
    background-size: cover !important;
  }
  .arrival_slider .arrival_boxes .owl-nav button span {
    text-indent: -9999px;
  }
  .arrival_slider .arrival_boxes .owl-nav button.owl-prev {
      /* margin-right: 40px; */
      background: rgba(255, 255, 255, 0.6)url(../images/prev_icn.png)no-repeat center center;
      background-size: 16px !important;
  }
  .arrival_slider .arrival_boxes .owl-nav button.owl-next {
    background:rgba(255, 255, 255, 0.6)url(../images/next_icn.png)no-repeat center center;
    background-size: 16px !important;
  }
  /* new_Arrival_style */
  .new_Arrival_blk .new_Arrival_inr{
    padding: 90px 0;
  }
  .new_Arrival_blk .new_Arrival_inr .tp_hd{
    margin-bottom: 40px;
  }
  .new_Arrival_blk .new_Arrival_inr  .new_Arrival_boxes{
    position: relative;
  }
  .new_Arrival_boxes .owl-nav {
    position: absolute;
    top: -70px;
    right: 20px;
  }
  .new_Arrival_boxes .owl-nav button {
    width: 11px;
    height: 20px;
    background-size: cover !important;
  }
  .new_Arrival_boxes .owl-nav button span {
    text-indent: -9999px;
  }
  .new_Arrival_boxes .owl-nav button.owl-prev{
    margin-right: 40px;
    background:url(../images/prev_icn.png)no-repeat center left;
  }
  .new_Arrival_boxes .owl-nav button.owl-next {
    background:url(../images/next_icn.png)no-repeat center left;
  }
  /* top_seller_blk_style */
    .top_seller_blk{
      background-color:#259898 ;
    }
  .top_seller_blk .top_seller_inr {
      display: flex;
      flex-wrap: wrap;
      overflow: hidden;
      align-items: center;
      padding-top: 30px;
  }
  .top_seller_blk .top_seller_inr .lft {
      width: 55%;
      margin-right: 130px;
  } 
  .top_seller_blk .top_seller_inr .lft .img_blk{
    position: relative;
    bottom: -30px;
  }
  .top_seller_blk .top_seller_inr .lft img{
      width: 100%;
      height:722px ;
      object-fit: contain;
  }
  .top_seller_blk .top_seller_inr .rgt {
      width: 33.6%;
  }
  .top_seller_blk .top_seller_inr .rgt .top_content_blk span {
      font: 130px/75px Petemoss-Regular;
      color: #6EF3F3;
      display: block;
      position: relative;
  }
   .top_seller_blk .top_seller_inr .rgt .top_content_blk strong{
    display: block;
    color: #fff;
    font:60px /65px Jost-Medium;
   }
   .top_seller_blk .top_seller_inr .rgt .top_content_blk p{
    color: #fff;
    margin-top: 25px;
   }
   .top_seller_blk .top_seller_inr .rgt .btm_info{
    margin-top: 60px;
    padding-top: 43px;
    border-top: 1px solid #D9D9D9;
   }
    .top_seller_blk .top_seller_inr .rgt .btm_info ul{
      display: flex;
      flex-wrap: wrap;
    }
     .top_seller_blk .top_seller_inr .rgt .btm_info ul li:not(:last-child){
      border-right: 1px solid #D9D9D9;
      padding-right: 66px;
     }
      .top_seller_blk .top_seller_inr .rgt .btm_info ul li:not(:first-child){
        padding-left: 66px;
      }
      .top_seller_blk .top_seller_inr .rgt .btm_info ul li b{
        font: 30px/35px Jost-Medium;
        margin-bottom: 15px;
      }
       .top_seller_blk .top_seller_inr .rgt .btm_info ul li span{
        font: 17px/22px Jost-Regular;
       }
     .top_seller_blk .top_seller_inr .rgt .btm_info ul li b,.top_seller_blk .top_seller_inr .rgt .btm_info ul li span{
      color: #fff;
      display: block;
     }
  /* uneven_blk_style */
  .uneven_blk .uneven_inr{
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px;
  }
  .uneven_blk .uneven_inr .lft {
      width: 65.6%;
      display: flex;
  }
  .uneven_blk .uneven_inr .uneven_item{
    padding: 20px;
    overflow: hidden;
  }
  .uneven_blk .uneven_inr .lft .uneven_item{
    width: 49%;
    height: fit-content;
  }
  .uneven_blk .uneven_inr .lft .uneven_item.fst_itm{
    background-color:#F6F3EE ;
    margin-right: 20px;
  }
.uneven_blk .uneven_inr .lft .uneven_item.fst_itm .img_blk {
    position: relative;
    margin-top: -93.8px;
    right: -36px;
    bottom: -30px;
}
  .uneven_blk .uneven_inr .lft .uneven_item .txt_blk{
    max-width: 420px;
  }
  .uneven_blk .uneven_inr  .uneven_item .txt_blk span{
    font: 13px/18px Jost-Medium;
    text-transform: uppercase;
    color: #000;
    display: block;
    margin-bottom: 12px;
  }
  .uneven_blk .uneven_inr .lft .uneven_item .txt_blk b{
    font: 40px/45px Jost-Medium;
    color: #000;
  }
  .uneven_blk .uneven_inr .lft .uneven_item .txt_blk b>strong{
    display: block;
    font: 40px/45px Jost-Medium;
    color: #000;
  }
  .uneven_blk .uneven_inr .uneven_item .txt_blk p{
    margin-top: 13px;
    color: #000;
    max-width: 235px;
    font: 15px/23px Jost-Regular;
  }
.uneven_blk .uneven_inr .uneven_item .txt_blk a {
    font: 15px/20px  Jost-SemiBold;
    color: #000;
    background: url(../images/arw_icn.svg)no-repeat;
    background-position-x: 70px;
    background-position-y: center;
    padding-right: 70px;
    margin-top: 20px;
}
  .uneven_blk .uneven_inr .lft .uneven_item  .img_blk img{
    width: 100%;
    height: 450px;
    object-fit: contain;
  }
  .uneven_blk .uneven_inr .lft .uneven_item.scd_itm{
    background-color:#EDEBEA;
  }
   .uneven_blk .uneven_inr .lft .uneven_item.scd_itm .img_blk {
    position: relative;
    right: -76px;
    bottom: -30px;
   margin-top: -93.8px;
}
.uneven_blk .uneven_inr .rgt {
    width: 33.2%;
    margin-left: 20px;
}
.uneven_blk .uneven_inr .rgt .uneven_item {
    display: flex;
    padding-right: 30px;
}
.uneven_blk .uneven_inr .rgt .uneven_item:not(:last-child){
    margin-bottom: 30px;
}
.uneven_blk .uneven_inr .rgt .uneven_item.right_fst_uneven{
  background-color:#FEE3ED;
  overflow: hidden;
}
.uneven_blk .uneven_inr .rgt .uneven_item.right_secn_uneven{
  background-color:#F7DDD6;
  overflow: hidden;
}
.uneven_blk .uneven_inr .rgt .uneven_item .txt_blk{
  width: 45.5%;
}
  .uneven_blk .uneven_inr .rgt .uneven_item .txt_blk b{
    font: 30px/35px Jost-Medium;
    color: #000;
  }
  .uneven_blk .uneven_inr .rgt .uneven_item .txt_blk b>strong{
    display: block;
    font: 30px/35px Jost-Medium;
    color: #000;
  }
.uneven_blk .uneven_inr .rgt .uneven_item .img_blk {
    position: relative;
    bottom: -20px;
    width: 55.5%;
}
.uneven_blk .uneven_inr .rgt .uneven_item .img_blk img {
    width: 100%;
    height: 253px;
    object-fit: contain;
}
  /* best_seller_style */
  .best_seller_blk{
    padding: 90px 0;
  }
  .best_seller_blk .tp_content{
    text-align: center;
    margin-bottom: 40px;
  }
 .best_seller_blk .tp_content p {
    max-width: 835px;
    margin: 0 auto;
    margin-top: 20px;
    color: #000;
  }  
  .best_seller_blk .best_seller_boxes{
    display: flex;
    flex-wrap: wrap;
  }
  .best_seller_blk .best_seller_boxes .best_seller_itm {
      width: 15.3%;
      margin-bottom: 30px;
  }
  .best_seller_blk .best_seller_boxes .best_seller_itm:not(:nth-child(6n)) {
      margin-right: 29px;
  }
   .best_seller_itm .top_img {
      background-color: #E1E1E1;
      position: relative;
      padding: 5px;
      overflow: hidden;
  }

 .best_seller_itm .top_img .img_blk img {
    width: 100%;
    height: 378px;
    object-fit: contain;
    transition: 0.5s ease-in-out;

}
   .best_seller_itm:hover .top_img .img_blk img{
    scale: 1.2;
   }
 .best_seller_itm .top_img .img_blk {
    position: relative;
    /* bottom: -30px; */
    padding-top: 10px;
  } 
.best_seller_itm .top_img .img_blk a {
    position: relative;
    bottom: -30px;
    display: block;
}
   .top_label{
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .top_label li {
      background-color: #fff;
      padding: 4px 8px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
   .top_label li:not(:last-child){
    margin-right: 10px;
  }
  .top_label li b{
    font:11px/16px Jost-Regular ;
    color: #000;
    text-transform: uppercase;
  }
   .top_label li>span{
    font: 11px/16px Jost-Medium;
    color:#008080 ;
  }
  .best_seller_itm .btm_conten {
    margin-top: 20px;
    text-align: left;
    padding: 5px 5px 15px;
  }
    .top_revw b, .top_revw span {
    margin-left: 10px;
    font: 14px/19px Jost-Medium;
    color: #000;
  }
   .best_seller_itm .btm_conten .top_blk{
    padding: 30px;  
  }
  .best_seller_itm .btm_conten .top_revw {
    margin-top: 10px;
    height: 24px;
    }
  .top_revw {
      margin-bottom: 6px;
      display: flex;
      align-items: center;
  }
 .top_revw .product-rating{
    display: flex;
    align-items: center;
}
.top_revw .product-rating .star-rating span::before{
  content: none;
}
  .best_seller_itm .btm_conten strong{
    font: 17px/22px Jost-Regular;
    color: #000;
  }
 .top_revw img {
    width: 17px !important;
    height: 17px;
    object-fit: contain;
}
.best_seller_itm .btm_conten .price_blk {
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 12px;
}
   .best_seller_itm .btm_conten .price_blk del span{
    color:#B6B6B6 ;
    text-decoration: line-through;
    margin-right: 12px;
    font: 14px/19px Jost-SemiBold;
  }
   .best_seller_itm .btm_conten .price_blk span{
    font: 17px/22px Jost-SemiBold;
    color:#000 ;
  }
  .new_Arrival_blk .btm_conten .price_blk span{
     color:#B6B6B6 ;
    text-decoration: line-through;
    margin-right: 12px;
    font: 14px/19px Jost-SemiBold;
  }
  .new_Arrival_blk .btm_conten .price_blk b{
    font: 17px/22px Jost-SemiBold;
    color:#000 ;
  }
  .new_Arrival_blk
  /* latest_banner_style */
  .lastest_banner {
      background-color: #F0F0F0;
      padding-top: 46px;
      overflow: hidden;
  }
  .lastest_banner .lastest_banner_inr{
    display: flex;
    justify-content: space-between;
  }
  .lastest_banner .lastest_banner_inr .lft_imag_blk,.lastest_banner .lastest_banner_inr .rgt_imag_blk{
    position: relative;
    bottom: -20px;
  }
  .lastest_banner .lastest_banner_inr .lft_imag_blk img,.lastest_banner .lastest_banner_inr .rgt_imag_blk img{
    width: 100%;
    height: 457px;
    object-fit: contain;
  }
  .lastest_banner .lastest_banner_inr .content_blk{
    text-align: center;
    max-width: 840px;
  }
  .lastest_banner .lastest_banner_inr .content_blk span{
    font: 130px/135px Petemoss-Regular;
    color:#259898;
  }
  .lastest_banner .lastest_banner_inr .content_blk p{
    font: 60px/70px Jost-Medium;
    color: #000;
    margin-top: 15px;
  }
  .lastest_banner .lastest_banner_inr .content_blk a{
    font: 15px/20px Jost-SemiBold;
    text-transform: uppercase;
    color: #fff;
    background-color: #E9018B;
    padding: 10px 30px;
    margin-top: 25px;
  }
  /* latest_style */
  .lastest_blk{
    padding: 90px 0;
  }
.lastest_blk .top_hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
 .lastest_blk .top_hd .rgt {
    width: 43.6%;
  }
  .lastest_blk .top_hd .rgt p{
    color: #000;
  }
  .lastest_blk .lastese_boxes{
    display: flex;
    flex-wrap: wrap;
  }
  .lastest_blk .lastese_boxes .lastest_item {
    width: 32.2%;
  }
  .lastest_blk .lastese_boxes .lastest_item:not(:nth-child(3n)){
    margin-right: 30px;
  }
.lastest_blk .lastese_boxes .lastest_item {
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 20px;
}
.lastest_blk .lastese_boxes .lastest_item .lft {
    background-color: #E1E1E1;
    width: 47.7%;
    position: relative;
    padding: 10px;
}
.lastest_blk .lastese_boxes .lastest_item .lft .img_blk img {
    width: 100%;
    height: 378px;
    object-fit: contain;
}
.lastest_blk .lastese_boxes .lastest_item .lft .img_blk {
    position: relative;
    bottom: -30px;
    padding-top: 10px;
  } 
  .top_label{
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .top_label li{
    background-color: #fff;
    padding: 7px 8px;
  }
  .top_label li:not(:last-child){
    margin-right: 10px;
  }
  .top_label li>span{
    color:#008080 ;
  }
  .lastest_blk .lastese_boxes .lastest_item .rgt{
    width: 52.3%;
  }
  .lastest_blk .lastese_boxes .lastest_item .rgt .top_revw b,.lastest_blk .lastese_boxes .lastest_item .rgt .top_revw span{
    margin-left: 10px;
    font: 14px/1px Jost-Medium;
  }
  .lastest_blk .lastese_boxes .lastest_item .rgt .top_blk{
    padding: 30px;  
  }
  .lastest_blk .lastese_boxes .lastest_item .rgt .top_revw{
    margin-bottom: 14px;
  }
  .lastest_blk .lastese_boxes .lastest_item .rgt strong{
    font: 17px/22px Jost-Medium;
    color: #000;
  }
  .lastest_blk .lastese_boxes .lastest_item .rgt .price_blk {
      display: flex;
      align-items: center;
      margin-top: 12px;
  }
  .lastest_blk .lastese_boxes .lastest_item .rgt .price_blk span{
    color:#B6B6B6 ;
    text-decoration: line-through;
    margin-right: 12px;
    font-size: 14px;
    line-height: 19px;
  }
  .lastest_blk .lastese_boxes .lastest_item .rgt .price_blk b span{
    font-size: 17px;
    line-height: 22px;
    color:#000 ;
    text-decoration: unset;

  }
  .lastest_blk .lastese_boxes .lastest_item .rgt .btm_blk{
    padding: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .lastest_blk .lastese_boxes .lastest_item .rgt .btm_blk p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 72px;
    font-size: 15px;
  }
  .lastest_blk .lastese_boxes .lastest_item .rgt .count_blk{
    margin: 15px 0;
  }
  .lastest_blk .lastese_boxes .lastest_item .rgt .count_blk strong{
    font: 17px/22px Jost-Medium;
    display: flex;
    margin-bottom: 12px;
  }
  .lastest_blk .lastese_boxes .lastest_item .rgt .count_blk ul{
    display: flex;
    align-items: center;
  }
  .lastest_blk .lastese_boxes .lastest_item .rgt .count_blk ul li b{
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E1E1E1;
    color: #000;
    font:17px /22px Jost-Medium;
    margin-right: 5px;
  }
  .lastest_blk .lastese_boxes .lastest_item .rgt .count_blk ul li{
    display: flex;
    align-items: center;
    color: #000;
    font-size:17px ;
    line-height: 22px;
  }
  .lastest_blk .lastese_boxes .lastest_item .rgt .count_blk ul li:not(:last-child){
    margin-right: 12px;
  }
  .lastest_blk .lastese_boxes .lastest_item .rgt .avai_itm b{
    display: flex;
    margin-right: 5px;
    font: 14px/19px Jost-Light;
  }
  .lastest_blk .lastese_boxes .lastest_item .rgt .avai_itm b>span{
    font-family: Jost-Regular;
  }
  /* discount_style */
  .discount_banner{
    background-color:#FEE3ED;
    text-align: center;
    padding: 20px 0;
  }
  .discount_banner .discount_banner_inr p{
    color: #E9018B;
    font-size: 16px;
    line-height: 21px;
  }
  .discount_banner .discount_banner_inr p>strong{
    font: 20px/25px Jost-Medium;
  }
  .discount_banner .discount_banner_inr p>span{
    font: 20px/25px Jost-Bold;
  }
 .discount_banner .discount_banner_inr p>b {
    border: 1px dotted #E9018B;
    padding: 4px;
    font: 15px/20px Jost-SemiBold;

}
  /* review_style */
  .review_blk {
    background-color: #000;
    padding: 90px 0;
  }
  .review_blk .review_inr .review_hd{
    text-align: center;
    margin-bottom: 40px;
  }
  .review_blk .review_inr .review_hd strong{
    color: #fff;
    font: 60px/65px Jost-Medium;
  }
  .review_blk .review_inr .review_hd strong>span{
    display: block;
  }
  .review_blk .review_inr .review_hd p{
    margin-top: 20px;
    color: #fff;
  }
  .review_blk .review_inr .review_boxes .review_box{
    background-color: rgba(255, 255, 255, 0.15);
    padding: 20px;
  }
  .review_blk .review_inr .review_boxes .review_box .top_hd{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .review_blk .review_inr .review_boxes .review_box .top_hd .rgt{
    display: flex;
    align-items: center;
  }
  .review_blk .review_inr .review_boxes .review_box .top_hd b{
    color: #fff;
    font: 30px/35px Jost-Medium;
  }
  .review_blk .review_inr .review_boxes .review_box .top_hd .rgt img{
    width: 16px;
    height: 16px;
    object-fit: contain;
  }
  .review_blk .review_inr .review_boxes .review_box .top_hd .rgt span{
    margin-left: 5px;
    color: #fff;
    font:16px/21px Jost-Medium;
  }
 .review_blk .review_inr .review_boxes .review_box p {
    margin-top: 30px;
    height: 100px;
    overflow-y: auto;
    color: #CCCCCC;
  }
.review_blk .review_inr .review_boxes .review_box p::-webkit-scrollbar {
  width: 5px;
}
.review_blk .review_inr .review_boxes .review_box p::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.review_blk .review_inr .review_boxes .review_box p::-webkit-scrollbar-thumb {
  background: #888;
}
.review_blk .review_inr .review_boxes .review_box .rew_details{
  margin-top: 30px;
}
.review_blk .review_inr .review_boxes .review_box .rew_details strong{
  display: block;
  color: #fff;
  margin-bottom: 10px;
  font:23px/28px Jost-Medium;
}
.review_blk .review_inr .review_boxes .review_box .rew_details span{
  color: #CCCCCC;
  font: 17px / 25px Jost-Regular;
}
.review_blk .review_inr .review_boxes .owl-dots{
  display: block !important;
}
  /* blog_style */
  .newest_blk{
    padding: 90px 0;
  }
  .newest_blk .newest_inr{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
  }
  .newest_blk .newest_inr .lft{
    width: 25%;
    margin-right: 50px;
  }
  .newest_blk .newest_inr .lft strong{
    display: block;
  }
  .newest_blk .newest_inr .lft p{
    margin-top: 14px;
  }
  .newest_blk .newest_inr .rgt{
    width: 70%;
  }
   .blog_box{
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
  }
 .newest_blk .newest_inr .rgt .owl-nav {
    display: block !important;
    position: absolute;
    left: -500px;
    bottom: 220px;
  }
.newest_blk .newest_inr .rgt .owl-nav button {
    width: 11px;
    height: 20px;
    background-size: cover !important;
  }
  .newest_blk .newest_inr .rgt .owl-nav button span {
    text-indent: -9999px;
  }
  .newest_blk .newest_inr .rgt .owl-nav button.owl-prev{
    margin-right: 40px;
    background:url(../images/prev_icn.png)no-repeat center left;
  }
  .newest_blk .newest_inr .rgt .owl-nav button.owl-next {
    background:url(../images/next_icn.png)no-repeat center left;
  }
  .blog_box .badge_blk {
    background-color: #259898;
    padding: 8px 15px;
    width: fit-content;
    margin-bottom: 12px;
  }
   .blog_box .badge_blk span {
    color: #fff;
    font: 15px/20px Jost-SemiBold;
    text-transform: uppercase;
  }
   .blog_box .blog_conten{
    margin-bottom: 40px;
  }
   .blog_box .blog_conten strong {
    display: block;
    margin-bottom: 40px;
    font: 30px/37px Jost-Medium;
        display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 100px;
    text-overflow: ellipsis;
  }
   .blog_box .blog_conten img {
      width: 100%;
      height: 300px;
      object-fit: cover;
  }
   .blog_box .blog_conten p {
    padding-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 92px;
    text-overflow: ellipsis;
  } 
   .blog_box .btm_date {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
  }
   .blog_box .btm_date span{
    font-family: Jost-SemiBold;
    padding-left: 4px;
  }
  /* footer_style */
  footer{
    background-color: #E1E1E1;
  }
  footer .main_footer{
    padding:50px 0 ;
    border-bottom:1px solid rgba(0, 0, 0, 0.3);
  }
  .main_footer .main_foot_inr {
    display: flex;
  }
  .main_footer .main_foot_inr .foot_box strong{
    font: 16px/21px Jost-Medium;
    color: #000;
    text-transform: uppercase;
  }
  .main_footer .main_foot_inr .foot_box ul li {
    margin-bottom: 12px;
  }
  .main_footer .main_foot_inr .foot_box ul li a{
    font: 15px/20px Jost-Regular;
    color: #000;
    transition: 0.5s ease-in-out;
  }
  
  .main_footer .main_foot_inr .foot_box .inp {
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 8px 12px;
}
  .main_footer .main_foot_inr .foot_box .inp input[type=email]{
    width: 100%;
  }
   input::placeholder,textarea::placeholder{
    color: #B6B6B6;
  }
  input{
    color: #000;
  }
  .main_footer .main_foot_inr .foot_box .inp button{
    background-color:#E9018B;
    color: #fff;
    padding: 10px 15px;
  }
  footer .main_footer .main_foot_inr .foot_box:last-child{
    width: 25% !important;
  }
   footer .main_footer .main_foot_inr .foot_box:nth-last-of-type(2){
    width: 20%;
   }
  .main_footer .main_foot_inr .foot_box:not(:last-child :nth-last-of-type(2)){
    width: 18%;
  }
 .main_footer .main_foot_inr .foot_box .social_icn strong {
    margin-bottom: 12px;
    margin-top: 40px;
  }
  .main_footer .main_foot_inr .foot_box .social_icn ul{
    display: flex;
    align-items: center;
  }
  .main_footer .main_foot_inr .foot_box .social_icn ul li:not(:last-child) {
      margin-right: 10px;
  }
  .main_footer .main_foot_inr .foot_box .social_icn ul li a img{
    width: 25px;
    height: 25px;
    object-fit: contain;
  }
  .main_footer .main_foot_inr .foot_box .address_blk strong{
    margin-bottom: 12px;
  }
  .main_footer .main_foot_inr .foot_box .address_blk b{
    display: block;
    font:16px/21px Jost-Regular;

  }
  .main_footer .main_foot_inr .foot_box .address_blk b>span{
    font-family: Jost-Medium;
  }
  .main_footer .main_foot_inr .foot_box .address_blk ul {
    display: flex;
    align-items: center;
    margin-top: 6px;
  }
   .main_footer .main_foot_inr .foot_box .address_blk ul li{
   font:16px/21px Jost-Regular;
   }
  .main_footer .main_foot_inr .foot_box .address_blk ul li:not(:last-child){
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    padding-right:12px;
  }
  .main_footer .main_foot_inr .foot_box .address_blk ul li:not(:first-child){
    padding-left: 12px;
  }
  .main_footer .main_foot_inr .foot_box>strong{
    margin-bottom: 20px;
    display: block;
  }
  .bottom_footer{
    padding: 12px 0;
  }
  .bottom_footer .copy_right_blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bottom_footer .copy_right_blk  .lft p{
    font-size: 16px;
  }
  .bottom_footer .copy_right_blk .rgt{
    margin-left: 20px;
  }
  .bottom_footer .copy_right_blk .rgt ul{
    margin-left: 10px;
  }
  .bottom_footer .copy_right_blk .rgt p{
    font-size: 16px;
  }
  .bottom_footer .copy_right_blk .rgt,.bottom_footer .copy_right_blk .rgt ul{
    display: flex;
    align-items: center;
  }
  .bottom_footer .copy_right_blk .rgt ul li:not(:last-child){
    margin-right: 10px;
  }
  .bottom_footer .copy_right_blk .rgt ul li img{
    width: 50px;
    height: 30px;
  }

  /* faq_page */
  .faq_part .inr_faq {
  padding: 100px 0 100px;
}
.faq_part .inr_faq .Freq_blk .inr_blk h1 {
  text-align: center;
}
.faq_part .inr_faq .Freq_blk .inr_blk > p {
    max-width: 800px;
    margin: 25px auto 45px;
    text-align: center;
}
.faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .nav {
  justify-content: center;
  margin-bottom: 40px;
}
.faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .nav .nav-item {
  background: unset;
  padding: 0;
}
.faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .nav .nav-item:not(:last-child) {
  margin-right: 20px;
}
.faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .nav .nav-item .nav-link {
  font: 18px/23px Jost-SemiBold;
  color: #000;
  padding: 14px 35px 13px 37px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  border: 1px solid #000 !important;
  border-radius: unset !important;
}
.faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .nav .nav-item .nav-link.active {
  background: #000;
  color: #fff;
}
.faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .nav .nav-item .nav-link:hover {
  background: #000;
  color: #fff;
}
.faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .tab-content .tab-pane .inr_part {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .tab-content .tab-pane .inr_part .inr_blk {
  width: 49%;
  padding: 0;
}
.faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .tab-content .tab-pane .inr_part .inr_blk .faq-box:not(:last-of-type) {
  margin-bottom: 20px;
}
.faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .tab-content .tab-pane .inr_part .inr_blk .faq-box .fqbx_hd {
  display: flex;
  align-items: center;
  background: #F0F0F0;
  padding: 10px 10px 10px 28px;
  transition: 0.5s;
}
.faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .tab-content .tab-pane .inr_part .inr_blk .faq-box .fqbx_hd span {
  display: inline-block;
  font: 20px/25px Jost-SemiBold;
  color: #000;
  width: calc(100% - 75px);
  transition: 0.5s;
}
.faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .tab-content .tab-pane .inr_part .inr_blk .faq-box .fqbx_hd .img_arw {
  width: 52px;
  height: 52px;
  margin-left: 22px;
  position: relative;
  transition: 0.5s;
}
.faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .tab-content .tab-pane .inr_part .inr_blk .faq-box .fqbx_hd .img_arw::after {
    content: "";
    position: absolute;
    width: 21px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/faq_arw.svg)no-repeat center center;
    background-size: 21px !important;
}
.faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .tab-content .tab-pane .inr_part .inr_blk .faq-box .fqbx_txt {
  display: none;
}
.faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .tab-content .tab-pane .inr_part .inr_blk .faq-box .fqbx_txt p {
    padding: 0px 13px 30px 30px;
}
.faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .tab-content .tab-pane .inr_part .inr_blk .faq-box.active{
  box-shadow:0 4px 4px rgba(0, 0, 0, 0.25);
}
.faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .tab-content .tab-pane .inr_part .inr_blk .faq-box.active .fqbx_hd {
  background: unset;
}
.faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .tab-content .tab-pane .inr_part .inr_blk .faq-box.active .fqbx_hd .img_arw::after {
    transform: translate(-50%, -50%) rotate(99deg);
}
/* over-view */
.prt_over .prt_inr {
  padding: 100px 0;
}
.prt_over .prt_inr .prt_itms .inr_blk {
  display: flex;
  align-items: flex-start;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft {
    width: 17%;
    margin-right: 1.6%;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_ .cls_btn {
  display: none;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .tp_hd{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .tp_hd strong{
  font: 25px/30px Jost-Medium;
  color: #000000;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .tp_hd span{
    font: 15px/20px Jost-Medium;
  color: #B6B6B6;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div:not(:last-child) {
  margin-bottom: 15px;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one, .prt_over .prt_inr .prt_itms .inr_blk .lft .acto_div .sm_one {
    padding: 20px 10px 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .acto_div{
  margin-bottom: 30px;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one > strong,.prt_over .prt_inr .prt_itms .inr_blk .lft .acto_div strong {
  font: 16px/22px Jost-Medium;
  color: #000000;
  text-transform: uppercase;
  display: block;
  padding: 0 10px 0 0;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one > strong.active::after {
  transform: translateY(-50%) rotate(45deg);
  margin-top: -2px;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one > strong.active::before,.prt_over .prt_inr .prt_itms .inr_blk .lft .acto_div strong::before {
  width: 0%;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one > strong::before,.prt_over .prt_inr .prt_itms .inr_blk .lft .acto_div strong::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  bottom: -10px;
  left: 0;
  transition: 0.5s all;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one > strong::after {
  content: "";
  border-width: 0px 3px 3px 0px;
  position: absolute;
  top: 50%;
  right: 10px;
  height: 12px;
  width: 12px;
  border-color: #333;
  border-style: solid;
  transform: translateY(-50%) rotate(225deg);
  margin-top: 2px;
  transition: 0.5s all;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .acto_div ul {
    margin: 25px 10px 0;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one ul {
    margin: 35px 0px 0;
    height: 455px;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one .color-options,.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one .size-options{
  padding-top: 18px;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one .color-options label{
  display: inline-block;
  margin: 5px;
  position: relative;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one .color-options label.clor_1 span{
background-color: #000000;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one .color-options label.clor_2 span{
background-color: #E0AE27;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one .color-options label.clor_3 span{
background-color: #635448;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one .color-options label.clor_4 span{
background-color: #E06A34;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one .color-options label.clor_5 span{
background-color: #674545;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one .color-options label.clor_6 span{
background-color: #628074;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one .color-options label.clor_7 span{
background-color: #D8D4D3;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one .color-options label.clor_8 span{
background-color: #8B9F94;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one .color-options label.clor_9 span{
background-color: #C1A1BA;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one .color-options label.clor_10 span{
background-color: #A89A9A;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one .color-options label.clor_11 span{
background-color: #C392CE;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one .color-options label.clor_12 span{
background-color: #F4E7E2;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one .color-options label input[type=checkbox],.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one .size-options label input[type=checkbox]{
  appearance: none;
  position: absolute;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one .color-options label:has(input[type=checkbox]:checked) span{
  border: 2px solid #000;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one .color-box {
  display: inline-block;
  width: 42px;
  height: 42px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.5s ease-in-out;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one .color-box:hover {
  border-color: #000;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one ul li,.prt_over .prt_inr .prt_itms .inr_blk .lft .acto_div ul li {
  font: unset;
  padding: 0;
  background: unset;
  margin: 0;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one .size-options{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one .size-options label{
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  margin-bottom: 7px;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one .size-options label:has(input[type=checkbox]:checked){
  border-color: #000;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one .size-options label span{
  font: 15px/20px Jost-Regular;
  color: #000000;
  text-transform: uppercase;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one ul li:not(:last-child),.prt_over .prt_inr .prt_itms .inr_blk .lft .acto_div ul li:not(:last-child) {
  margin-bottom: 19px;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one ul li label {
    display: flex;
    align-items: center;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one ul li label input[type=checkbox]{
   -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  background-color: #D9D9D9;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one ul li label input[type=checkbox]::after {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    height: 11px;
    width: 5px;
    left: 8px;
    top: 3px;
    border-bottom: 3px solid #ff1493;
    border-right: 3px solid #ff1493;
    opacity: 0;
    visibility: hidden;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one ul li label input[type=checkbox]:checked::after{
    opacity: 1;
  visibility: visible;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one ul li a ,.prt_over .prt_inr .prt_itms .inr_blk .lft .acto_div ul li a,.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one ul li a span{
  font: 16px/25px Jost-Regular;
  color: #000000;
  transition: 0.5s all;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one ul li a:hover {
  color: #e4227e;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one.filt_ .fli {
  margin-top: 35px;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one.filt_ .fli .img_blk img {
  width: 100%;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one.filt_ .fli .int_ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt {
    width: 81.3%;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft {
  display: flex;
  align-items: center;
  width: calc(100% - 230px);
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft > .widget_berocket_lgv_widget div a {
  width: 42px;
  height: 42px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all;
  border: 1px solid #000;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft > .widget_berocket_lgv_widget div{
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft > .widget_berocket_lgv_widget div a:not(:last-child) {
  margin-right: 10px;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft > div > img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
     transition: 0.5s ease-in-out;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft > div:hover img,.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft > div.active img{
  filter: invert(1);
}
/* .prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft > div:hover {
  background-color: #000000;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft > div.active {
  background-color: #000000;
} */
.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft > div.fil_bur {
  display: none;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft p {
  font-size: 16px;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .rgt {
    width: 270px;
    display: flex;
    align-items: center;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .rgt form{
  margin-bottom: 0;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .rgt > span {
    font: 16px/22px Jost-Medium;
    color: #000000;
    width: 70px;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .rgt select {
    font-family: Jost-Regular;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    background: transparent url(../images/sect_arw.svg) no-repeat right 20px center;
    background-size: 11px;
    padding: 4px 13px;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt button.item {
  width: 23.5%;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0px 0px 10px transparent;
  transition: 0.5s all;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt button.item:not(:nth-child(4n)){
  margin-right: 28px;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt button.item:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt.list_view button.item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: 0 !important;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt.list_view button.item .img_blk {
  width: 50%;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt.list_view button.item .txt_blk {
  width: 50%;
}
 .pagination_ {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
 .pagination_ li {
  padding: 0;
  margin: 0;
  background: unset;
}
 .pagination_ li:not(:last-child) {
  margin-right: 10px;
}
 .pagination_ li:nth-last-child(2) {
  margin: 0;
}
 .pagination_ li.prv_ a img,  .pagination_ li.nxt_ a img {
  transition: 0.5s all;
}
 .pagination_ li.prv_ a:hover,  .pagination_ li.nxt_ a:hover {
  background-color: #000000 !important;
}
 .pagination_ li.prv_ a:hover img,  .pagination_ li.nxt_ a:hover img {
  filter: invert(1);
}
 .pagination_ li.nxt_ a {
  margin-left: 15px;
}
 .pagination_ li a , .pagination_ li span{
    width: 45px;
    height: 45px;
    font: 15px/20px Jost-SemiBold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    transition: 0.5s all;
}
 .pagination_ li:not(:first-child :last-child){
  border: 1px solid rgba(0, 0, 0, 0.1);
}
 .pagination_ li:has(span){
  border: unset !important;
}
 .pagination_ li a.active {
  background-color: #000000;
  color: #fff;
}
 .pagination_ li a:hover {
  background-color: #000000;
  color: #fff;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt.list_view button.item .best_seller_itm{
  width: 100%;
  display: flex;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt.list_view button.item .best_seller_itm .top_img{
  width: 50%;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt.list_view button.item .best_seller_itm .btm_conten {
    width: 50%;
    padding: 20px;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt.list_view button.item .best_seller_itm .btm_conten .add-to-cart{
  text-align: left;
}
.bread_crumb {
    background-color: #E1E1E1;
    padding: 7px 0;
}
.bread_crumb ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bread_crumb ul li:not(:last-child){
  padding-right: 20px;
  position: relative;

}
.bread_crumb ul li:not(:first-child){
  padding-left: 20px;
}
.bread_crumb ul li:not(:last-child)::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #000000;
    rotate: 20deg;
}
.bread_crumb ul li a{
  font: 15px/20px Jost-Regular;
  color: #000000;
}
.bread_crumb ul li span{
  font: 15px/20px Jost-SemiBold;
  color: #000000;
}
/* blog */
.ons_blog .inr_blk{
  padding: 100px 0;
}
.ons_blog .inr_blk .blogs_blk {
  display: flex;
  flex-wrap: wrap;
}
.ons_blog .inr_blk .blogs_blk .item {
    border: 1px solid #e6e6e6;
    width: 23.7%;
    transition: 0.5s;
    overflow: hidden;
    margin-bottom: 28px;
}
.ons_blog .inr_blk .blogs_blk .item:not(:nth-child(4n)) {
    margin-right: 30px;
}
.ons_blog .inr_blk .tp_hd{
  text-align: center;
  margin-bottom: 30px;
} 
#price-range {
  margin: 20px 0;
}
.ui-slider-horizontal {
  height: 4px;
  background: #e0e0e0;
  border: none;
}
.ui-slider-range {
  background: #000;
  height: 4px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #000;
    background: #000 !important;
    font-weight: normal;
    color: #454545;
    width: 9px !important;
    height: 18px !important;
    border-radius: unset !important;
}
.price-filter  {
    margin: 30px 20px 20px;
}
.price-filter  .range-values {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.price-filter  .range-values strong{
     font: 15px/20px Jost-Regular;
     color: #000;
    padding: 0 10px;
}
.price-filter .range-values b {
    font: 15px/20px Jost-Regular;
    color: #000;
    border: 1px solid rgba(0,0,0,0.1);
    display: inline-block;
    padding: 7px 10px;
    width: 46%;
}
.contact_blk {
    background-image: linear-gradient(to bottom,#F0F0F0 73%,#259898 27%);
    padding: 100px 0;
}
.contact_blk .top_con_info .inr_blk ul{
  display: flex;
  flex-wrap: wrap;
}
.contact_blk .top_con_info .inr_blk ul li{
  width: 23%;
  background-color: #fff;
  padding: 40px;
      display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact_blk .top_con_info .inr_blk ul li:not(:last-child) {
    margin-right: 30px;

}
.contact_blk .top_con_info .inr_blk ul li .img_blk {
    margin-bottom: 30px;
}
.contact_blk .top_con_info .inr_blk ul li .img_blk img{
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.contact_blk .top_con_info .inr_blk ul li .txt_blk b{
  font: 20px/25px Jost-Medium;
  color: #000000;
  display: block;
  margin-bottom: 10px;
}
.contact_blk .top_con_info .inr_blk ul li .txt_blk strong{
  font: 25px/30px Jost-Medium;
  color: #000000;
  display: block;
}
.contact_blk .top_con_info .inr_blk ul li .txt_blk strong>a{
  color: #000000;
}
.contact_blk .contact_form_block{
  padding-top: 100px;
}
.contact_blk .contact_form_block .hd_top {
    text-align: center;
    margin-bottom: 40px;
}
.contact_blk .contact_form_block .hd_top p{
  margin-top: 24px;
}
.contact_blk .contact_form_block .form_flx{
  width: 100%;
  max-width: 1476px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}
.contact_blk .contact_form_block .form_flx .wpcf7.js{
  width: 62.3%;
  padding: 47px;
}
.contact_blk .contact_form_block .form_flx .lft .inpu_flx{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.contact_blk .contact_form_block .form_flx .lft .inpu_flx .frm_prt {
    width: 48.1%;
}
.contact_blk .contact_form_block .form_flx .lft .inpu_flx .frm_prt:not(:last-child){
  margin-right: 30px;
}
.contact_blk .contact_form_block .form_flx .lft .inpu_flx .frm_prt input {
    width: 100%;
    font: 16px/21px Jost-Regular;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 13.7px 20px;
}
textarea{
   font: 16px/21px Jost-Regular;
    color: #000000;
}
.contact_blk .contact_form_block .form_flx .lft .inpu_flx .frm_prt input::placeholder,.contact_blk .contact_form_block .form_flx .lft textarea::placeholder{
  font: 15px/21px Jost-Regular;
    color: #b6b6b6;
}
.contact_blk .contact_form_block .form_flx .lft textarea{
  height: 130px;
  width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.contact_blk .contact_form_block .form_flx .lft label{
  display: block;
}
.contact_blk .contact_form_block .form_flx .lft label b{
  font: 17px/22px Jost-Regular;
  color: #000000;
  display: block;
  margin-bottom: 10px;
}
.contact_blk .contact_form_block .form_flx .lft .chx_fld{
    display: flex;
    align-items: center;
    margin-top: 28px;
}
.contact_blk .contact_form_block .form_flx .lft .chx_fld p{
  font-size: 16px;
}
.contact_blk .contact_form_block .form_flx .lft .btn_sum{
margin-top: 38px;
}
.contact_blk .contact_form_block .form_flx .lft .btn_sum input[type=submit] {
    font: 15px/20px Jost-SemiBold;
    color: #fff;
    background-color: #ff1493;
    padding: 12px 42px;
}
input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #d3d3d3;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
    padding: 0;
    background-color: #D9D9D9;
}
 input[type=checkbox]::after {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  height: 11px;
  width: 5px;
  left: 5px;
  top: 2px;
  border-bottom: 3px solid #ff1493;
  border-right: 3px solid #ff1493;
  opacity: 0;
  visibility: hidden;
}
 input[type=checkbox]:checked::after {
  opacity: 1;
  visibility: visible;
}
.contact_blk .contact_form_block .form_flx .rgt{
  width: 37.7%;
}
.contact_blk .contact_form_block .form_flx .rgt iframe{
  width: 100%;
  height:620px ;
  object-fit: cover;
}
.ck_out{
  background-image: linear-gradient(to right,#fff 50%,#F0F0F0 50%);
  padding: 100px 0;
}
.chk_header{
  display: flex;
  align-items: center;
}
.chk_header .lft{
  display: flex;
  align-items: center;
  width: fit-content;
}
.chk_header .lft a {
    font: 18px / 23px Jost-Medium;
    color: #000;
    display: flex;
    align-items: center;
}
.chk_header .lft a img{
  margin-right: 12px;
  object-fit: contain;
}
.ck_out .chk_inner{
  display: flex;
  flex-wrap: wrap;
}
.ck_out .chk_inner>.lft{
  width: 50%;
  padding-right: 68px;
}
.ck_out .chk_inner .lft>strong{
  display: block;
  margin-top: 40px;
  font: 25px/30px Jost-Medium;
}
.ck_out .chk_inner .lft .frm_blk {
  margin-top: 40px;
}
.frm_blk .frm_flx{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.frm_blk .frm_flx .flx_inr {
    width: 48.1%;
    margin-bottom: 30px;
}
.frm_blk .frm_flx .flx_inr:not(:last-child) {
    margin-right: 30px;
}
.frm_blk .frm_ful {
    margin-bottom: 30px;
}
.frm_blk .inp_flx {
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}
.frm_blk .inp_flx select {
    border: unset;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 13px 20px;
    font: 18px / 23px Jost-Medium;
    color: #000000;
    background-position-x: 57px;
}
.frm_blk .inp_flx input{
  border: unset;
}
.frm_blk label{
  display: block;
}
.frm_blk .frm_ful label select,.frm_ful_flx .flx_inr select{
    width: 100%;
    padding: 13px 20px;
    border: 1px solid rgba(0,0,0,0.1) !important;
  }
   select{
    background: url(../images/slect_arw.svg)no-repeat right 10px center;
  }
  .frm_ful_flx{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
.frm_ful_flx .flx_inr {
    width: 30.9%;
    margin-bottom: 30px;
}
textarea::-webkit-scrollbar {
  width: 5px;
}
textarea::-webkit-scrollbar-track {
  background: #f1f1f1;
}
textarea::-webkit-scrollbar-thumb {
  background: #888;
}
  .frm_ful_flx .flx_inr:not(:last-child){
    margin-right: 30px;
  }
.frm_blk  label input {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 13px 20px;
    width: 100%;
}
.frm_blk .chk_box{
  display: flex;
  align-items: center;
}
.frm_blk .chk_box p {
    font-size: 16px;
    width: calc(100% - 30px);
}
.frm_ful textarea{
   border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 13px 20px;
    width: 100%;
    height: 130px;
    overflow-y: auto;
}
.ck_out .chk_inner .lft label b{
  font: 17px/22px Jost-Regular;
  color: #000000;
  display: block;
  margin-bottom: 10px;
}
.ck_out .chk_inner .lft label b>span{
  font:15px/20px Jost-Light;
}
/* .payment_blk {
  margin-top: 46px;
} */
.payment_blk strong{
  font: 25px / 30px Jost-Medium;
  color: #000;
  display: block;
  margin-bottom: 35px;
}
.payment_blk .int_{
  margin-bottom: 20px;
}
.payment_blk .int_ label{
    background-color: #F0F0F0;
    border-radius: 5px;
    padding: 15px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.payment_blk .int_ label > input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ccb7ae;
    padding: 0;
    position: relative;
    top: -2px;
}
.payment_blk .int_ label > input[type=radio]::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E9018B;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
}
.payment_blk .int_ label > input[type=radio]:checked::after {
    opacity: 1;
    visibility: visible;
}
.payment_blk .int_ label > p {
    font-size: 16px;
    color: #000000;
    padding-left: 10px;
}
.payment_blk .int_ label > .img_blk {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.payment_blk .int_:first-child label > .img_blk img {
    padding: 7px 12px;
}
.payment_blk .int_ label > .img_blk img {
    background-color: #fff;
    width: 60px;
    height: 30px;
    object-fit: contain;
}
.payment_blk input[type=submit] {
    padding: 17px 20px;
    text-align: center;
    width: 100%;
    color: #fff;
    background-color: #E9018B;
    font: 16px/21px Jost-SemiBold;
}
.ck_out .chk_inner>.rgt{
  width: 50%;
  padding-left: 68px;
}
.chk_order_blk{
  margin-top: 36px;
}
.chk_order_blk .indu_blk{
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 15px 30px 15px 15px;
}
.chk_order_blk .indu_blk:not(:last-child){
  margin-bottom: 10px;
}
.chk_order_blk .indu_blk .img_blk {
    width: 90px;
    height: 90px;
    background-color: #E1E1E1;
    margin-right: 20px;
    overflow: hidden;
}
.chk_order_blk .indu_blk .img_blk img{
  position: relative;
    bottom: -12px;
    width: 100%;
    height: 80px;
}
.chk_order_blk .indu_blk .txt_blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 110px);
}
.chk_order_blk .indu_blk .txt_blk .lft b{
  font: 17px/22px Jost-Regular;
  color: #000000;
  display: block;
  margin-bottom: 10px;
}
.chk_order_blk .indu_blk .txt_blk .lft .prc_blk{
  display: flex;
  align-items: center;
}
.chk_order_blk .indu_blk .txt_blk .lft .prc_blk del{
    font: 14px/19px Jost-SemiBold;
  color: #B6B6B6;
}
.chk_order_blk .indu_blk .txt_blk .lft .prc_blk strong{
    font: 17px/22px Jost-SemiBold;
  margin-left: 10px;
}
.chk_order_blk .indu_blk .txt_blk .rgt {
  text-align: end;
}
.chk_order_blk .indu_blk .txt_blk .rgt span{
    font: 15px/20px Jost-Regular;
  color: #000000;
  display: block;
  margin-bottom: 10px;
}
.chk_order_blk .indu_blk .txt_blk .rgt  b{
  font: 17px / 22px Jost-Medium;
    color: #000;
}
.shipping_det{
  padding: 46px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.shipping_det .inr_ship:not(:last-child){
  margin-bottom: 10px;
}
.shipping_det .inr_ship{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shipping_det .inr_ship span{
  font: 17px/22px Jost-Regular;
  color: #000000;
}
.shipping_det .inr_ship b{
  font: 17px/22px Jost-Medium;
  color: #000;
}
.shipping_det .inr_ship strong{
  font: 17px/22px Jost-Medium;
  color: #259898;
}
.tot_blk{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0 46px;
}
.tot_blk span{
  font: 22px/27px Jost-Regular;
  color: #000000;
}
.tot_blk b{
  font: 22px/27px Jost-Medium;
  color: #000;
}
.inpu_coup {
    background-color: #fff;
    padding: 10px 10px 10px 20px;
    display: flex;
    align-items: center;
}
.inpu_coup input[type=text]{
  width: 100%;
  padding-right:20px ;
}
.inpu_coup input[type=submit]{
  font: 15px/20px Jost-SemiBold;
  background-color:#000000 ;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
}
.prd_det .prd_slider {
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
}
.prd_det .prd_slider .lft {
    width: 42.7%;
}
.prd_det .prd_slider .lft .product-gallery {
    display: flex;
    height: 688px;
    overflow: hidden;
}
.prd_det .prd_slider .lft .product-gallery .swiper.thumb-swiper {
    width: 20%;
    margin-right: 10px;
}
.prd_det .prd_slider .lft .product-gallery .swiper.thumb-swiper .swiper-wrapper .swiper-slide{
  width: 130px;
  height: 130px !important;
  background-color: #E1E1E1;
  overflow: hidden;
}
.prd_det .prd_slider .lft .product-gallery .swiper.thumb-swiper .swiper-wrapper .swiper-slide:not(:last-child){
  margin-bottom: 20px;
}
.prd_det .prd_slider .lft .product-gallery .swiper.thumb-swiper .swiper-wrapper .swiper-slide img{
  width: 100%;
  position: relative;
  bottom: -14px;
  height: 120px;
  object-fit: contain;
}
.prd_det .prd_slider .lft .product-gallery .swiper.main-swiper{
  width: 80%;
}
.prd_det .prd_slider .lft .product-gallery .swiper.main-swiper .zoom_act {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.prd_det .prd_slider .lft .product-gallery .swiper.main-swiper .swiper-slide {
    background-color: #E1E1E1 !important;
}
.prd_det .prd_slider .lft .product-gallery .swiper.main-swiper .swiper-slide  img {
    width: 100%;
    object-fit: contain;
    height: 100%;
    position: relative;
    bottom: -55px;
}
.prd_det .prd_slider .lft .product-gallery .swiper.thumb-swiper .swiper-slide-thumb-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  z-index: 1;
}
.prd_det .prd_slider .rgt {
    width: 52.4%;
    margin-left: 87px;
}
.prd_det .prd_slider .rgt .badge_blk{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 38px;
}
.prd_det .prd_slider .rgt .badge_blk ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.prd_det .prd_slider .rgt .badge_blk ul li{
    font: 14px / 19px Jost-Medium;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 20px
}
.prd_det .prd_slider .rgt .badge_blk ul li.pnk{
  background-color:#E9018B ;
}
.prd_det .prd_slider .rgt .badge_blk ul li.bck{
  background-color:#000 ;
}
.prd_det .prd_slider .rgt .badge_blk ul li.ble{
  background-color:#259898 ;
}
.prd_det .prd_slider .rgt .badge_blk ul li:not(:last-child){
  margin-right: 10px;
}
.prd_det .prd_slider .rgt .prd_det .top_revw {
    margin: 20px 0;
}
.prd_det .prd_slider .rgt .prd_det .prc_blk {
    display: flex;
    align-items: center;
    margin-top: 18px;
}
.prd_det .prd_slider .rgt .prd_det .prc_blk strong{
  font:32px/37px Jost-SemiBold;
  color: #000000;
  display: block;
  margin-right: 10px;
}
.prd_det .prd_slider .rgt .prd_det .prc_blk del{
    font:16px/21px Jost-SemiBold;
  color: #B6B6B6;
}
.prd_det .prd_slider .rgt .prd_det{
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.color-selector {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.color-selector .color-label span {
    font: 15px/20px Jost-Regular;
  color: #000;
  display: block;
}
.color-selector .color-label strong {
  display: block;
   font: 20px/25px Jost-medium;
  color: #000;
margin-top: 12px;
}
.prt_over input[type=checkbox]{
  border: unset;
  background-color: unset;
}
.color-selector .color-options {
  display: flex;
  margin-left: 40px;
}
.color-selector .color-options .color-option {
  border: 2px solid transparent;
  padding: 2px;
  cursor: pointer;
  border-radius: 4px;
  transition: border-color 0.3s;
  width: 90px;
  height: 90px;
  background-color: #E1E1E1;
  overflow: hidden;
}
.color-selector .color-options .color-option:not(:last-child){
  margin-right: 10px;
}
.color-selector .color-option.selected {
  border-color: black;
}
.color-selector .color-option img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    position: relative;
    bottom: -4px;
}
.prd_quan {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.prd_quan .lft{
  display: flex;
  align-items: center;
}
.prd_quan span{
     font: 15px/20px Jost-Regular;
  color: #000;
}
.prd_quan .lft .add_fun {
    background-color: #F0F0F0;
    display: flex;
    padding: 2px;
    /* align-items: center; */
    margin-left: 40px;
}
.prd_quan .lft .add_fun button {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prd_quan .lft .add_fun span{
  font:15px/20px Jost-SemiBold;
  color: #000000;
  padding: 10px 20px;

}
.prd_quan .lft .add_fun button:first-child{
  background-color:#C9C9C9 ;
}
.prd_quan .lft .add_fun button:last-child{
  background-color: #fff;
}
.prd_det .prd_slider .prd_quan .rgt .size-options {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.prd_det .prd_slider .prd_quan .rgt .size-options label {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    margin-bottom: 7px;
}
.prd_det .prd_slider .prd_quan .rgt .size-options label input[type=checkbox] {
    border: unset;
    background-color: unset;
    width: unset;
    height: unset;
    display: none;
}
.prd_det .prd_slider .prd_quan .rgt .size-options label input[type=checkbox]::after{
  content: none;
}
.prd_det .prd_slider .prd_quan .rgt .size-options label:has(input[type=checkbox]:checked) {
    background-color: #000;
}
.prd_det .prd_slider .prd_quan .rgt .size-options label:has(input[type=checkbox]:checked) span{
  color: #fff;
}
.prd_det .prd_slider .prd_quan {
    padding: 40px 0;
}
.prd_det .prd_slider .prd_quan .rgt {
    display: flex;
    align-items: center;
    margin: 0;
}
.prd_det .prd_slider .prd_quan .rgt .size-options{
  margin-left: 30px;
}
.prd_det .prd_slider .prd_quan .rgt .size-options label span {
    font: 15px/20px Jost-Regular;
    color: #000000;
    text-transform: uppercase;
}
.prd_det .prd_slider .btn_blk{
  display: flex;
  align-items: center;
}
.prd_det .prd_slider .btn_blk button {
    font: 16px/21px Jost-SemiBold;
    text-transform: uppercase;
    padding: 15px 40px;
    color: #000000;
    display: flex;
    align-items: center;
    width: 300px;
    justify-content: center;
}
.prd_det .prd_slider .btn_blk button:first-child{
  background-color: #E9018B;
  border: 1px solid #E9018B;
  color: #fff;
  margin-right: 10px;
}
.prd_det .prd_slider .btn_blk button:last-child{
  border: 1px solid #000;
}
.prd_det .prd_slider .btn_blk button img{
  margin-right: 10px;
}
.review_rating_blk {
  padding: 100px 0;
}
.review_rating_blk .review_rate_inr .tp_hd{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.review_rating_blk .review_rate_inr .tp_hd strong{
  font: 25px/30px Jost-medium;
  color: #000;
}
.review_rating_blk .review_rate_inr .tp_hd button {
    background-color: #E9018B;
    font: 16px/21px Jost-SemiBold;
    color: #fff;
    padding: 12px 40px;
}
.review_rating_blk .review_rate_inr .rewv_det {
    display: flex;
    flex-wrap: wrap;
}
.review_rating_blk .review_rate_inr .lft {
    width: 72%;
}
.review_rating_blk .review_rate_inr .lft .rew_box .img_blk{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.review_rating_blk .review_rate_inr .lft .rew_box .img_blk img{
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.review_rating_blk .review_rate_inr .lft .rew_box b{
  font:20px/25px Jost-Medium;
  color: #000000;
  display: block;
}
.review_rating_blk .review_rate_inr .lft .rew_box{
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.review_rating_blk .review_rate_inr .lft .rew_box .det_blk ul{
  display: flex;
  align-items: center;
  margin:12px 0 25px;
}
.review_rating_blk .review_rate_inr .lft .rew_box .det_blk ul li{
  position: relative;
  font:16px/21px Jost-medium;
  color: #B6B6B6;
  display:flex ;
  align-items: center;
}
.review_rating_blk .review_rate_inr .lft .rew_box .det_blk ul li b,.review_rating_blk .review_rate_inr .lft .rew_box .det_blk ul li span{
   font:16px/21px Jost-medium;
  color: #B6B6B6;
}
.review_rating_blk .review_rate_inr .lft .rew_box .det_blk ul li:not(:last-child){
  padding-right: 20px;
}
.review_rating_blk .review_rate_inr .lft .rew_box .det_blk ul li:not(:last-child)::before{
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #B6B6B6;
  right: 0;
}
.review_rating_blk .review_rate_inr .lft .rew_box .det_blk ul li:not(:first-child){
  padding-left: 20px;
}
.review_rating_blk .review_rate_inr .lft .rew_box .det_blk .img_blk{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.review_rating_blk .review_rate_inr .lft .rew_box .det_blk .img_blk .lft{
  width: fit-content;
  margin-right: 30px;
}
.review_rating_blk .review_rate_inr .lft .rew_box .det_blk .img_blk .lft img{
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.review_rating_blk .review_rate_inr .lft .rew_box .det_blk .img_blk .lft img:not(:last-child){
  margin-right: 12px;
}
.review_rating_blk .review_rate_inr .lft .rew_box .det_blk .ryt a{
  font:15px/20px Jost-Medium;
  color: #B6B6B6;
  text-transform: uppercase;
}
.review_rating_blk .review_rate_inr .lft .rew_box ul.rew_info li:not(:last-child){
  margin-right: 20px;
}
.review_rating_blk .review_rate_inr .lft .rew_box ul.rew_info {
    display: flex;
    align-items: center;
    margin-top: 35px;
    flex-wrap: wrap;
}
.review_rating_blk .review_rate_inr .lft .rew_box ul.rew_info li{
  display: flex;
  align-items: center;
}
.review_rating_blk .review_rate_inr .lft .rew_box ul.rew_info li span{
      font:14px/19px Jost-light;
  color: #000000;
}
.review_rating_blk .review_rate_inr .lft .rew_box ul.rew_info li b{
    font:14px/19px Jost-Medium;
  color: #000000;
}
.review_rating_blk .review_rate_inr .lft .vw_all{
  margin-top: 36px;
}
.review_rating_blk .review_rate_inr .lft .vw_all a {
    font: 15px/20px Jost-SemiBold;
    color: #fff;
    text-transform: uppercase;
    background-color: #000000;
    padding: 13px 30px;
}
        .swiper-slide img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.product_content_part{
    background-color:#F0F0F0;
    padding: 100px 0;
}
.product_content_part .prd_bottom_content ul.nav-pills li:not(:last-child){
    margin-right: 10px;
}
.product_content_part .prd_bottom_content ul.nav-pills li button{
    font: 16px/21px Jost-SemiBold;
    color: #000;
    border: 1px solid #000;
    border-radius: unset;
}
.product_content_part .prd_bottom_content ul.nav-pills li button.active{
    background-color: #000;
    color: #fff;
}
.product_content_part .prd_bottom_content .table_content{
    margin-top: 20px;
}
.product_content_part .prd_bottom_content .table_content table{
    width: 100%;
}
.product_content_part .prd_bottom_content .table_content tr td {
    padding-bottom: 12px;
}
.product_content_part .prd_bottom_content .table_content tr td:first-child{
    width: 10%;
    font: 17px/25px Jost-Regular;
    color: #000;
}
.product_content_part .prd_bottom_content .table_content tr td:nth-child(2){
    width: 2%;
}
.product_content_part .prd_bottom_content .table_content tr td:last-child{
    width:88%;
    font: 17px / 22px Jost-Medium;
    color: #000;
}
.product_content_part .prd_bottom_content .tab-content{
    margin-top: 40px;
}
.product_content_part .prd_bottom_content .tab-content .inr_part .inr_blk strong{
font: 25px / 30px Jost-Medium;
color: #000;
display: block;
}
.product_content_part .prd_bottom_content .tab-content .inr_part .inr_blk p{
    margin-top: 20px;
}
.review_rating_blk .review_rate_inr .rgt {
    width: 23.8%;
    margin-left: 70px;
}
.review_rating_blk .review_rate_inr .rgt  .review-summary {
    background-color: #259898;
    position: sticky;
    top: 2px;
}
.review-summary .overall-rating {
    padding: 80px 50px;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.review-summary .overall-rating .circle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.review-summary .overall-rating .circle-container .circle-progress {
    width: 165px;
    height: 165px;
    border-radius: 50%;
    background: conic-gradient(#ffffff 0% 85%, rgba(255,255,255,0.1)0% 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.review-summary .overall-rating .circle-container .circle-progress::before {
    content: "";
    position: absolute;
    width: 148px;
    height: 150px;
    background-color: #279797;
    border-radius: 50%;
}
.review-summary .overall-rating .circle-container .circle-progress .inner-text {
  position: absolute;
  font:60px/65px Jost-Medium;
  color: #fff;
}
.review-summary .overall-rating .stars {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 33px 0 18px;
}
.review-summary .overall-rating .stars img{
  object-fit: contain;
  width: 20px;
  height: 20px;
}
.review-summary .overall-rating .stars img:not(:last-child){
  margin-right: 6px;
}
.review-summary .overall-rating p{
  font:20px/25px Jost-Medium;
  color: #fff;
}
.review-summary .overall-rating span{
  font: 15px/20px Jost-Regular;
  color: #fff;
  display: block;
  margin-top: 6px;
}
.rating-breakdown {
  padding: 60px;
}
.rating-breakdown .rating-row{
  display: flex;
  align-items: center;
}
.rating-breakdown .rating-row:not(:last-child){
  margin-bottom: 12px;
}
.rating-breakdown .rating-row span{
    font:15px/20px Jost-Medium;
  color: #fff;
}
.rating-breakdown .rating-row span img{
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 5px;
}
.rating-breakdown .rating-row .bar {
    background-color: #ccc;
    width: calc(100% - 60px);
    height: 10px;
    overflow: hidden;
    margin-left: 10px;
}
.rating-breakdown .rating-row .bar-fill {
    height: 100%;
    background-color: #ffffff;
}
.prd_det .prd_slider .lft .product-gallery .swiper.main-swiper .swiper-slide a{
  display: block;
  height: 100%;
}
.chk_header {
    padding: 10px 0;
}
.chk_header .rgt {
    width: calc(100% - 70px);
    text-align: center;
}
.chk_header .rgt a img {
    width: 70px;
    height: 56px;
    object-fit: contain;
}
/* 04-06-25 */
.contact_blk .contact_form_block .form_flx .wpcf7.js .wpcf7-form-control-wrap {
    display: block;
}
.contact_blk .contact_form_block .form_flx .wpcf7.js .wpcf7-list-item {
    margin: 0;
}
.contact_blk .contact_form_block .form_flx .wpcf7.js .lft .chx_fld label{
  display: flex;
}
.contact_blk .contact_form_block .form_flx .wpcf7.js .lft .chx_fld label .wpcf7-list-item-label{
  width: calc(100% - 30px);
}
.mid-head .mid_head_inr .centr  img {
    width: 70px;
    height: 56px;
    object-fit: contain;
}
/* 04-06-25 */
/* 07-06-25 */
.abts_page .abts_inr .goor .inr_blk {
  display: flex;
  align-items: center;
  padding: 120px 0;
}
.abts_page .abts_inr .goor .inr_blk .lft {
  width: 46.9%;
  margin-right: 3.1%;
  position: relative;
  padding-bottom: 90px;
}
.abts_page .abts_inr .goor .inr_blk .lft .img_blk {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.abts_page .abts_inr .goor .inr_blk .lft .img_blk > img {
  width: 460px;
  height: 435px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.abts_page .abts_inr .goor .inr_blk .lft .img_blk .inr_img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.abts_page .abts_inr .goor .inr_blk .lft .img_blk .inr_img > img {
  width: 375px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  border: 5px solid #ff1493;
}
.abts_page .abts_inr .goor .inr_blk .rgt {
  width: 50%;
}
.abts_page .abts_inr .goor .inr_blk .rgt h1 {
  margin-bottom: 10px;
}
.abts_page .abts_inr .goor .inr_blk .rgt > p {
  margin-bottom: 30px;
}
.abts_page .abts_inr .goor .inr_blk .rgt .vur_shw {
  display: flex;
  align-items: flex-start;
  padding: 25px 30px;
  border-radius: 10px;
  background-color: #f5f5f5;
}
.abts_page .abts_inr .goor .inr_blk .rgt .vur_shw .img_blk {
  width: 50px;
  margin-right: 20px;
  position: relative;
}
.abts_page .abts_inr .goor .inr_blk .rgt .vur_shw .img_blk::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #e9e9e9;
  border-radius: 50%;
  bottom: -10px;
  left: 10px;
  z-index: 0;
}
.abts_page .abts_inr .goor .inr_blk .rgt .vur_shw .img_blk img {
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
}
.abts_page .abts_inr .goor .inr_blk .rgt .vur_shw .txt_blk {
  width: calc(100% - 70px);
}
.abts_page .abts_inr .goor .inr_blk .rgt .vur_shw .txt_blk strong {
  font: 20px/25px Rubik-Medium;
  color: #000000;
  margin-bottom: 5px;
}
.abts_page .abts_inr .koop {
  background-color: #f5f5f5;
}
.abts_page .abts_inr .koop .inr_blk {
  display: flex;
  align-items: center;
  padding: 100px 0;
}
.abts_page .abts_inr .koop .inr_blk .lft {
  width: 48.4%;
  margin-right: 4.9%;
}
.abts_page .abts_inr .koop .inr_blk .lft > h2 {
  margin-bottom: 12px;
}
.abts_page .abts_inr .koop .inr_blk .lft > p:not(:last-of-type) {
  margin-bottom: 22px;
}
.abts_page .abts_inr .koop .inr_blk .lft > ul {
  margin: 15px 0 20px;
}
.abts_page .abts_inr .koop .inr_blk .lft > ul li {
  background: url(../images/li_arw.png) no-repeat left top 10px;
  margin: 0;
  padding-left: 20px;
}
.abts_page .abts_inr .koop .inr_blk .lft > a.b_btn {
  margin-top: 22px;
}
.abts_page .abts_inr .koop .inr_blk .rgt {
  width: 46.7%;
}
.abts_page .abts_inr .koop .inr_blk .rgt .img_blk {
  width: 100%;
}
.abts_page .abts_inr .koop .inr_blk .rgt .img_blk img {
  width: 100%;
  height: 475px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.abts_page .abts_inr .koop_op {
  background: url(../images/about-3.jpg) no-repeat center fixed;
  background-size: cover;
  position: relative;
}
.abts_page .abts_inr .koop_op::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.abts_page .abts_inr .koop_op .inr_blk {
  padding: 90px 0 70px;
}
.abts_page .abts_inr .koop_op .inr_blk .hd_blk {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.abts_page .abts_inr .koop_op .inr_blk .hd_blk h3, .abts_page .abts_inr .koop_op .inr_blk .hd_blk p {
  color: #fff;
}
.abts_page .abts_inr .koop_op .inr_blk .hd_blk h3 {
  margin-bottom: 10px;
}
.abts_page .abts_inr .koop_op .inr_blk .hd_blk > a {
  margin-top: 25px;
  background-color: #e4227e;
}
.abts_page .abts_inr .koop_op .inr_blk .hd_blk > a::before {
  background-color: #bbce30;
}
.abts_page .abts_inr .top_k .inr_blk {
  display: flex;
  align-items: center;
  padding: 100px 0;
}
.abts_page .abts_inr .top_k .inr_blk .lft {
  width: 46.7%;
  margin-right: 3.3%;
}
.abts_page .abts_inr .top_k .inr_blk .lft .img_blk {
  width: 100%;
}
.abts_page .abts_inr .top_k .inr_blk .lft .img_blk img {
  width: 100%;
  height: 475px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.abts_page .abts_inr .top_k .inr_blk .rgt {
  width: 50%;
}
.abts_page .abts_inr .top_k .inr_blk .rgt > h4 {
  margin-bottom: 12px;
}
.abts_page .abts_inr .top_k .inr_blk .rgt > p {
  margin-bottom: 22px;
}
.abts_page .abts_inr .top_k .inr_blk .rgt > a.b_btn {
  margin-top: 22px;
}
/* 07-06-25 */
/* 08-06-25 */
.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft > .widget_berocket_lgv_widget div a {
    background: unset !important;
    box-shadow: unset !important;
}
.prt_over .best_seller_itm .top_img .img_blk {
    bottom: -30px;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft > .widget_berocket_lgv_widget div a i{
  color:#000000;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft > .widget_berocket_lgv_widget div a.active,.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft > .widget_berocket_lgv_widget div a:hover,.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft > .widget_berocket_lgv_widget div a.selected{
  background-color: #000000 !important; 
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft > .widget_berocket_lgv_widget div a.active i,.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft > .widget_berocket_lgv_widget div a:hover i,.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft > .widget_berocket_lgv_widget div a.selected i{
  color: #fff;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .wpc-filters-widget-wrapper .widget-title.wpc-filter-title{
    font: 16px / 22px Jost-Medium;
    color: #000000;
    text-transform: uppercase;
    display: block;
    padding: 0 10px 0 0;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label a {
    font: 15px / 20px Jost-Regular;
    color: #000000;
    text-transform: uppercase;
}
.prt_over .prt_inr .prt_itms .inr_blk .best_seller_itm .btm_conten .add-to-cart a{
    background: #ff1493;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 15px;
    font: 15px/20px Jost-SemiBold;

}
/* 08-06-25 */
/* 09-05-25 */
/* .best_seller_itm .btm_conten .price_blk b {
    color: #B6B6B6;
    text-decoration: line-through;
    margin-left: 12px;
    font: 14px/19px Jost-SemiBold;
} */
.mob_logo {
    width: 100%;
}
.mid-head .mid_head_inr .centr a img {
    height: 56px !important;
}
/* 09-05-25 */
/* 11-05-25 */
.prd_det .prd_slider .rgt {
    width: 52.4% !important;
    margin-left: 87px;
    float: unset !important;
}
.prd_det .prd_slider .lft .images {
    width: 100% !important;
    height: 688px !important;
    overflow: hidden;
    margin-bottom: 0 !important;
}
.prd_det .prd_slider .lft span.onsale{
  display: none;
}
.prd_det .prd_slider .lft #wpgis-gallery .slick-list.draggable{
  height: 100% !important;
}
.prd_det .prd_slider .lft #wpgis-gallery .slick-list.draggable .slick-track li{
      width: 130px !important;
    height: 130px !important;
    background-color: #E1E1E1;
    overflow: hidden;
    position: relative;
}
.prd_det .prd_slider .lft #wpgis-gallery .slick-list.draggable .slick-track li:not(:last-child){
  margin-bottom: 12px;
}
.prd_det .prd_slider .lft #wpgis-gallery .slick-list.draggable .slick-track li.slick-current::before{
      content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.prd_det .prd_slider .lft #wpgis-gallery .slick-list.draggable .slick-track li img{
      width: 100%;
    position: relative;
    bottom: -14px;
    height: 120px;
    object-fit: contain;
}
/* 11-05-25 */
/* 12-05-25 */
.prd_det .prd_slider .rgt p.price{
  margin-top: 20px;
}
.prd_det .prd_slider .rgt p.price del{
      font: 16px / 21px Jost-SemiBold;
    color: #B6B6B6;
  text-decoration: line-through;
}
.prd_det .prd_slider .rgt p.price ins{
  text-decoration: unset;
  margin-left: 10px;
}
.prd_det .prd_slider .rgt p.price ins span.woocommerce-Price-amount  {
    font: 32px/37px Jost-SemiBold;
    color: #000000;
    display: block;
    margin-right: 10px;
}
.prd_det .prd_slider .rgt .woocommerce-product-details__short-description p{
  margin-top: 20px;
}
.prd_det .prd_slider .rgt table.variations{
  margin-top: 20px;

}
/* .prd_det .prd_slider .rgt table.variations tr:first-child td{
  padding-bottom: 20px;
} */
.prd_det .prd_slider .prd_quan {
    padding: 20px 0 30px;
    padding-top: 0 !important;
}
.log_reg_par{
  /* height: 100vh; */
  display: flex;
  /* align-items: center; */
}
.log_reg_par .lft{
  width: 50%;
  position: relative;
}
.log_reg_par .lft::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url(../images/reg_log_before.svg)no-repeat center left;
  width: 200px;
  height: 200px;
  background-size: 200px;
}
.log_reg_par .lft::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,transparent 70%,#000 100%);
}
.log_reg_par .lft img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.log_reg_par .lft .txt_blk {
    position: absolute;
    bottom: 100px;
    max-width: 720px;
    width: 100%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}
.log_reg_par .lft .txt_blk b {
    display: block;
    font: 130px/135px Petemoss-Regular;
    color: #259898;
}
.log_reg_par .lft .txt_blk strong{
  font: 60px/70px Jost-Medium;
  color: #fff;
  display: block;
  margin-top:20px;
}
.log_reg_par .rgt{
  width: 50%;
  background-color: #259898;
  padding: 30px 130px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.log_reg_par .rgt .redrect{
  position: absolute;
  top: 40px;
  right: 40px;
}
.log_reg_par .rgt .redrect a{
  font:18px/23px Jost-Medium;
  color: #fff;
  position: relative;
}
.log_reg_par .rgt .redrect a::before {
    position: absolute;
    content: "";
    top: 4px;
    left: -20px;
    background: url(../images/wht_arw_icn.svg)no-repeat center left;
    width: 9px;
    height: 14px;
    background-size: 9px;
}
.log_reg_par .rgt .tp_hd{
  margin-bottom: 20px;
}
.log_reg_par .rgt .tp_hd h1,.log_reg_par .rgt .tp_hd p{
  color: #fff;
}
.log_reg_par .rgt .tp_hd p>a{
  font-family: Jost-Medium;
  text-decoration: underline;
  color: #fff;
}
.log_reg_par .rgt .frm_flx{
  margin-bottom: 20px;
}
.log_reg_par .rgt .frm_flx:has(.inr_flx){
  display: flex;
  align-items: center;
}
.log_reg_par .rgt .frm_flx .inr_flx{
  width: 49%;
}
.log_reg_par .rgt .frm_flx .inr_flx:not(:last-child){
  margin-right: 20px;
}
.log_reg_par .rgt .frm_flx label{
  font: 17px/23px Jost-Regular;
  color: #fff;
  display: block;
  margin-bottom: 5px;
}
.log_reg_par .rgt .frm_flx input{
  background-color: rgba(255,255,255,0.1);
  width: 100%;
   font: 15px/20px Jost-Medium;
  color: #fff;
  padding:15px 20px;
}
.log_reg_par .rgt .frm_flx input::placeholder{
  font: 15px/20px Jost-Regular;
  color: #C2E0E3;
}
.log_reg_par .register-form,.log_reg_par .login-form,.log_reg_par .forgot-password-form{
  width: 100%;
}
.log_reg_par .chx_box {
  display: flex;
  align-items: center;
}
.log_reg_par .chx_box p{
  font-size: 16px;
  color: #fff;
  margin-left: 5px;
}
.log_reg_par button[type=submit],.log_reg_par input[type=submit]{
  width: 100%;
  font: 16px/21px Jost-SemiBold;
  padding: 12px 20px;
  background-color: #E9018B;
  color: #fff;
  margin-top: 30px
}
.log_reg_par .rgt .forgot-password-form .frm_flx{
  margin-bottom: 0;
}
/* 12-05-25 */
/* 13-06-25 */
.best_seller_itm .btm_conten .add-to-cart{
  text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #000;
    border-radius: unset;
    background-color: unset;
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
  padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child){
  margin-right: 12px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    font: 16px/21px Jost-SemiBold;
    color: #000;
    border-radius: unset;
}
.woocommerce div.product .woocommerce-tabs .panel h2{
  margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
  content: none;
}
.review_rating_blk .review_rate_inr .lft .custom-review-form form p{
  margin-bottom: 14px;
}
.review_rating_blk .review_rate_inr .lft .custom-review-form form p label{
    font: 17px / 22px Jost-Regular;
    color: #000000;
    display: block;
    margin-bottom: 5px;
}
.review_rating_blk .review_rate_inr .lft .custom-review-form form p input:not(input[type=checkbox]),.review_rating_blk .review_rate_inr .lft .custom-review-form form p textarea{
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  font: 16px / 21px Jost-Regular;
  color: #000000;
}
.review_rating_blk .review_rate_inr .lft .custom-review-form form p select {
  width: 100%;
  padding: 5px 10px;
}
.review_rating_blk .review_rate_inr .lft .custom-review-form form p.comment-form-cookies-consent{
  display: flex;
  align-items: center;
}
.woocommerce div.product .woocommerce-tabs .panel form p input:not(input[type=checkbox]),.woocommerce div.product .woocommerce-tabs .panel form p textarea{
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  font: 16px / 21px Jost-Regular;
  color: #000000;
}
.review_rating_blk .review_rate_inr .lft .custom-review-form form p.form-submit input[type=submit],form p.form-submit input[type=submit]{
  font: 15px / 20px Jost-SemiBold !important;
    color: #fff !important;
    background-color: #ff1493 !important;
    padding: 12px 20px !important;
    margin-top: 20px !important;
}
.woocommerce div.product .woocommerce-tabs .panel .comment-form-rating p.stars a {
    color: #E9018B;
}
.woocommerce div.product .woocommerce-tabs .panel .comment-form-rating label{
     font: 17px / 22px Jost-Regular;
    color: #000000;
    display: block;
    margin-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs .panel #review_form_wrapper{
  margin-top: 20px;
}
.new_Arrival_boxes .owl-nav,.related.products .new_Arrival_boxes .owl-nav {
    display: block !important;
}
.related.products .tp_hd{
  margin-bottom: 40px;
}
.related.products .best_seller_itm .top_img .img_blk {
    bottom: -30px;
}
.log_reg_par .register-form, .log_reg_par .login-form,.log_reg_par .forgot-password-form {
    margin-top: 50px;
}
.wc-block-components-validation-error svg {
    fill: #cc1818;
}
.wc-block-components-validation-error span{
    fill: #cc1818;
}
main#main .wp-block-woocommerce-checkout {
    padding: 50px 0;
    max-width: 1780px;
    width: 100%;
    margin: 0 auto;
}
/* 13-06-25 */
/* 15-06-25 */
.prd_det .prd_slider .btn_blk button.single_add_to_cart_button img {
    filter: invert(1);
}
.prd_det .prd_slider .btn_blk button.single_add_to_cart_button{
  color: #fff;
}
.yith-wcwl-add-to-wishlist-button span{
      font: 14px / 19px Jost-Medium;
    color: #000;
}
.product_meta span.posted_in a{
      font: 14px / 19px Jost-Medium;
    color: #000;
}
/* cart page */
.cart_parent_frm .cart-flx {
    display: flex;
    align-items: flex-start;
    padding: 75px 0px;
    
}
.cart_parent_frm .cart-flx .lft {
    width: 65%;
}
.cart_parent_frm .cart-flx .lft h1{
  margin-bottom: 30px;
}
.cart_parent_frm .cart-flx .lft table thead tr {
    background-color: #259898; 
}
.cart_parent_frm .cart-flx .lft table thead tr th {
    padding: 10px 0px;
    font: 18px/26px "Jost-SemiBold";
    color: #fff;
}
.cart_parent_frm .cart-flx .lft table thead tr th:first-of-type,
.cart_parent_frm .cart-flx .lft table tbody tr td:first-of-type  {
    padding-left: 30px;
}
.cart_parent_frm .cart-flx .lft table tbody tr td .thumb_name{
    display: flex;
    align-items: center;
}
.cart_parent_frm .cart-flx .lft table thead tr th:last-of-type{
    padding-right: 30px;
}
.cart_parent_frm .cart-flx .lft table thead tr .product-name {
    width: 50.5%;
}
.cart_parent_frm .cart-flx .lft table thead tr .product-price {
    width: 10.3%;
    text-align: center;
}
.cart_parent_frm .cart-flx .lft table thead tr .product-quantity {
    width: 20%;
    text-align: center;
}
.cart_parent_frm .cart-flx .lft table thead tr .product-subtotal {
    width: 10%;
    text-align: end;
}
.cart_parent_frm .cart-flx .lft table thead tr .product-remove{
    width: 10%;
    text-align: end;
}
.cart_parent_frm .cart-flx .lft table tbody tr td:not(td:first-of-type){
  text-align: center;
}
.cart_parent_frm .cart-flx .lft table tbody tr .product-name a:has(img){
  width: 90px;
  height: 90px;
  background: #E1E1E1;
  display: flex;
  justify-content: center;
  position: relative;
}
.cart_parent_frm .cart-flx .lft table tbody tr .product-name a img {
    height: 70px !important;
    width: 70px !important;
    object-fit: contain;
    bottom: 0px;
    position: absolute;
}
.cart_parent_frm .cart-flx .lft table tbody tr .product-name a:last-child {
    color: #000;
    padding-left: 20px;
}
.cart_parent_frm .cart-flx .lft table tbody tr .product-name a:last-child {
    padding-right: 20px;
}

.cart_parent_frm .cart-flx .lft table tbody tr td {
    padding: 25px 0px;
    border-top: none;
}
.cart_parent_frm .cart-flx .lft table tbody tr:not(:last-of-type) {
    border-bottom: 1px solid #dcdcdc;
}

.cart_parent_frm .cart-flx .lft table tbody tr .product-quantity .qib-button-wrapper {
    /* display: block; */
    width: 100%;
    margin: 0 auto;
}
.cart_parent_frm .cart-flx .lft table tbody tr .product-remove a {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    margin-left: 20px;
    justify-content: center;
}
.cart_parent_frm .cart-flx .lft table tbody tr .product-remove a:hover {
    background-color: #E9018B !important;
}
.cart_parent_frm .cart-flx .lft table tbody tr .product-remove a:hover img{
  filter: invert(1);
}
.cart_parent_frm .cart-flx .lft table tbody tr .product-remove a img {
    height: 21px;
    width: 20px;
    object-fit: contain;
    transition: 0.5s ease-in-out;
}
.cart_parent_frm .cart-flx .lft table tbody tr td {
    font: 17px/22px "Jost-Regular";
    color: #222;
}
.cart_parent_frm .cart-flx .lft > button[type=submit] {
    background-color: unset !important;
    color: #000 !important;
    border: 1px solid #000;
    padding: 10px 35px !important;
    transition: all 0.3s ease;
    font: 15px/23px "Jost-SemiBold";
}
.cart_parent_frm .cart-flx .lft > button[type=submit]:hover {
    background-color: #000 !important;
    color: #fff !important;
}
.cart_parent_frm .cart-flx .rgt {
    width: 35%;
    padding-left: 30px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals{
  background-color: #000000;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals {
    width: 100%;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals h2 {
    text-align: center;
    font: 25px/33px "Jost-Medium";
    color: #fff;
    padding: 30px 30px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals table {
    border: none;
    border-radius: 0;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals table tbody tr th, .cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals table tbody tr td {
    border: unset !important;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals table tbody tr th,
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals table tbody tr td span {
    font: 17px/23px "Jost-Regular";
    color: #fff;
}

.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals table tbody tr th {
    padding-left: 25px;
} 
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals table tbody tr td {
    padding-right: 25px;
    text-align: end;
}

.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals table tbody tr td span {
    font-family: "Jost-Light";
    text-align: start;
}

.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals table tbody tr td span.selection {
    width: 100%;
}

.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals table tbody tr td a.shipping-calculator-button {
    background-color: #E9018B;
    border-radius: 25px;
    padding: 10px 25px;
    font: 15px/23px "Jost-Regular";
    color: #222;
    text-align: center;
    transition: all 0.3s ease-in;
}

.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals table tbody tr td a.shipping-calculator-button:hover,
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
    background-color: #222;
    color: #fff;
}

.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals table tbody tr td section p select span {
    width: 100%;
}

.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals table tbody tr td section p button {
    background-color: #E9018B;
    color: #222;

}

.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .coupon {
    padding: 4px 5px;
    margin: 20px 25px;
    display: flex;
    border: 1px solid #fff;
}

.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .coupon input {
    padding: 13px 20px;
    color: #ffffff;
    font: 15px/23px "Jost-Regular";
    margin-right: 10px;
    width: calc(100% - 100px);
}

.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .coupon input::placeholder {
    color: #999999;
    font: 15px/23px "Jost-Regular";
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .coupon button {
    background-color: #fff;
    color: #000;
    padding: 13px 25px;
    border-radius: unset;
    font: 15px/23px "Jost-SemiBold";
    text-transform: uppercase;
    transition: all 0.3s ease-in;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .coupon button:hover {
    background-color: #E9018B;
    color: #000;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding: 0px 25px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    background-color: #E9018B;
    color: #fff;
    font: 15px/23px "Jost-SemiBold";
    transition: 0.5s ease-in-out;
    text-transform: uppercase;
}
.cart_parent_frm .cart-flx .rgt .cart_lst ul {
    padding: 20px 25px 35px;
    background-color: #000;
}
.cart_parent_frm .cart-flx .rgt .cart_lst ul li {
    font: 17px/25px "Jost-Regular";
    color: #fff;
    background: url(../images/cart-li_bck.svg) no-repeat top 3px left;
    padding-left: 35px;
    padding-bottom: 10px;
}
.flx_car{
  margin-left: 10px;
}
.flx_car a{
  color: #000;
}
/* .variations_form  table.variations tr:nth-child(2){
  display: none;
} */
.woocommerce-product-rating .star-rating span{
  color: #E9018B;
}
.woocommerce-product-rating a{
  color: #000;
}
.prd_det .prd_slider .rgt p.price del span {
    font: 20px / 21px Jost-SemiBold;
    color: #B6B6B6;
    text-decoration: line-through;
}
/* 15-06-25 */
/* 17-06-25 */
.custom-thankyou {
    text-align: center;
    max-width: 600px;
    margin: 70px auto;
    background-color: #F0F0F0;
    padding: 10px;
}
.thankyou-icon {
    margin-bottom: 20px;
}
.thankyou-header h1{
  margin-bottom: 12px;
}
.thankyou-header p:not(:last-child){
  margin-bottom: 12px;
}
.thankyou-products {
  margin: 20px 0;
}

.thankyou-product-card {
    display: flex;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    align-items: center;
    background-color: #fff;
    justify-content: space-between;
}
.thankyou-product-card .fst_thu{
  display: flex;
  align-items: center;
}
.thankyou-product-card  .product-image{
    width: 90px !important;
    height: 90px !important;
    background-color: #E1E1E1;
    overflow: hidden;
    position: relative;
}
.thankyou-product-card .fst_thu .product-image img {
    object-fit: contain;
    width: 100%;
    height: 72px;
    position: relative;
    bottom: -20px;
}

.thankyou-product-card .fst_thu .product-details {
  text-align: left;
  margin-left: 14px;
}

.thankyou-product-card .fst_thu .product-title ,.thankyou-product-card .product-qty p{
    font: 20px / 25px Jost-Medium;
    color: #000;
}

.thankyou-product-card .fst_thu .product-price {
      font: 17px / 25px Jost-Regular;
    color: #000;
}
.thankyou-summary table {
  width: 100%;
  border-collapse: collapse;
}

.thankyou-summary td {
  padding: 5px 0;
  text-align: left;
   font:17px/22px Jost-Regular;
   color: #000000;
}
.thankyou-summary td:last-child{
  text-align: right;
  font:17px/22px Jost-Medium;
   color: #000000;
}
.thankyou-total td {
   text-align: left;
   font:22px/27px Jost-Regular;
   color: #000000;
  border-top: 1px solid #ccc;
  padding-top: 5px;
}
.thankyou-total td:last-child{
    text-align: right;
  font:22px/27px Jost-Medium;
   color: #000000;
}
.table_cart_wrapper.cart-div-structure{
  display: none;
}
.wc-block-components-checkout-place-order-button{
      font: 16px / 21px Jost-SemiBold;
    text-transform: uppercase;
      background-color: #E9018B;
    border: 1px solid #E9018B;
    color: #fff;
    padding: 13px 30px;
    transition: 0.5s ease-in-out;
}
.wc-block-components-checkout-place-order-button:hover{
  background-color: #000;
}
a.wc-block-components-checkout-return-to-cart-button {
    border: 1px solid #000;
    padding: 13px 30px;
    font: 16px / 21px Jost-SemiBold;
    color: #000000;
}
 .lastest_blk .lastese_boxes .lastest_item .rgt .top_revw .star-rating span {
width:100% !important;
}
.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
    background-color: #000 !important;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .wpc-filters-main-wrap ul.wpc-filters-ul-list{
  display: block !important;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .wpc-filters-main-wrap input.wpc-label-input+label,.prt_over .prt_inr .prt_itms .inr_blk .lft .wpc-filters-main-wrap input.wpc-label-input+label span.wpc-filter-label-wrapper{
  border: unset !important;
    background-color: unset !important;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .wpc-filters-main-wrap .wpc-filter-pa_size input.wpc-label-input+label{
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .wpc-filters-main-wrap .wpc-filter-pa_size input.wpc-label-input:checked+label {
    border-color: #000000 !important;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .wpc-filters-main-wrap .wpc-filter-pa_size ul.wpc-filters-ul-list {
    display: flex !important;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .wpc-filters-main-wrap input.wpc-label-input+label span.wpc-term-count{
  display: none !important;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .wpc-filter-_price .wpc-filter-title button {
    padding-bottom: 20px;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .wpc-filter-pa_color .wpc-filter-title ,.prt_over .prt_inr .prt_itms .inr_blk .lft .wpc-filter-product_cat .wpc-filter-title{
  padding-bottom: 20px !important;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .wpc-filter-pa_color .wpc-filter-title ,.prt_over .prt_inr .prt_itms .inr_blk .lft .wpc-filter-product_cat .wpc-filter-title,.prt_over .prt_inr .prt_itms .inr_blk .lft .wpc-filter-title button{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
 .prt_over .prt_inr .prt_itms .inr_blk .lft .wpc-filters-main-wrap .wpc-filters-section.wpc-filter-product_cat input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #d3d3d3;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
  background-color: #D9D9D9;
  display: block !important;
  padding: 0;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .wpc-filter-has-selected.wpc-show-less .wpc-see-more-control,.prt_over .prt_inr .prt_itms .inr_blk .lft .wpc-filter-more-less .wpc-see-more-control,.prt_over .prt_inr .prt_itms .inr_blk .lft .wpc-filter-has-selected .wpc-see-less-control{
 font: 16px / 21px Jost-SemiBold;
    color: #000000;
}
.woocommerce-product-attributes-item__value p>a{
  color: #000000;
}
#custom_review_form h3{
  margin: 12px 0;
}
.add-to-cart a.add_to_cart_button {
    background-color: #ff1493;
    color: #fff !important;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 15px;
    font: 15px / 20px Jost-SemiBold;
    transition: color 0.5s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.review_rating_blk .review_rate_inr .lft .custom-review-form form p.form-submit input[type=submit], form p.form-submit input[type=submit],.prd_det .prd_slider .btn_blk button:first-child,.prd_det .prd_slider .btn_blk button.single_add_to_cart_button,.prt_over .prt_inr .prt_itms .inr_blk .best_seller_itm .btm_conten .add-to-cart a,.hero-text .btn,.arrival_slider .arrival_boxes .arrival_itm .tx_btn b,.lastest_banner .lastest_banner_inr .content_blk a{
  position: relative !important;
   z-index: 1; 
    overflow: hidden !important;
}
.add-to-cart a.add_to_cart_button::before,.review_rating_blk .review_rate_inr .lft .custom-review-form form p.form-submit input[type=submit]::before, form p.form-submit input[type=submit]::before ,.prd_det .prd_slider .btn_blk button:first-child::before,.prd_det .prd_slider .btn_blk button.single_add_to_cart_button::before,.prt_over .prt_inr .prt_itms .inr_blk .best_seller_itm .btm_conten .add-to-cart a::before,.hero-text .btn::before,.arrival_slider .arrival_boxes .arrival_itm .tx_btn b::before,.lastest_banner .lastest_banner_inr .content_blk a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0; 
    background-color: #259898;
    z-index: -1; 
    transition: width 0.5s ease-in-out;
}
.prd_det .prd_slider .btn_blk button.single_add_to_cart_button::before,.arrival_slider .arrival_boxes .arrival_itm .tx_btn b::before{
  background-color: #E9018B !important;
  border-color:#E9018B !important;
}
.prd_det .prd_slider .btn_blk button:first-child::before,.lastest_banner .lastest_banner_inr .content_blk a::before{
  background-color: #7f54b3 !important;
  border-color:#7f54b3 !important;

}
.review_rating_blk .review_rate_inr .lft .custom-review-form form p.form-submit input[type=submit]:hover, form p.form-submit input[type=submit]:hover{
background-color: #7f54b3 !important;
  border-color:#7f54b3 !important;
}
.add-to-cart a.add_to_cart_button:hover::before,.review_rating_blk .review_rate_inr .lft .custom-review-form form p.form-submit input[type=submit]:hover::before, form p.form-submit input[type=submit]:hover::before,.prd_det .prd_slider .btn_blk button:first-child:hover::before ,.prd_det .prd_slider .btn_blk button.single_add_to_cart_button:hover::before,.prt_over .prt_inr .prt_itms .inr_blk .best_seller_itm .btm_conten .add-to-cart a:hover::before,.hero-text .btn:hover::before,.arrival_slider .arrival_boxes .arrival_itm .tx_btn b:hover::before,.lastest_banner .lastest_banner_inr .content_blk a:hover::before {
    width: 100% ;
}
.arrival_slider .arrival_boxes .arrival_itm .tx_btn b:hover{
  color: #fff;
}
/* 17-06-25 */
/* 21-06-25 */
.main_footer .main_foot_inr .foot_box .social_icn ul li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_footer .main_foot_inr .foot_box .social_icn ul li a img{
  transition: 0.5s ease-in-out;
}
.main_footer .main_foot_inr .foot_box .social_icn ul li a:hover{
  background-color: #E9018B;
}
.main_footer .main_foot_inr .foot_box .social_icn ul li a:hover img{
  filter: invert(1);
}
/* 21-06-25 */
/* 22-06-25 */
.best_seller_itm:hover .butons{
  opacity: 1;
}
.butons{
  position: absolute;
  top: 30px;
  right: 10px;
  z-index: 1000;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.butons .yith-add-to-wishlist-button-block ,.butons>a {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.butons .yith-add-to-wishlist-button-block{
  margin-bottom: 10px;
}
.butons a img,.butons a svg {
    width: 17px !important;
    height: 17px;
    object-fit: contain;
}
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon{
  color:#ff1493 !important;
}
.comment-form-cookies-consent {
    display: flex;
    align-items: center;
}
.related.products button.item{
  width: 100%;
}
/* 22-06-25 */
/* 24-06-25 */
.yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button span{
  display: none !important;
}
.blog_box .blog_conten {
    overflow: hidden;
}
.blog_box .blog_conten img{
  transition: 0.5s ease-in-out;
}
.blog_box:hover .blog_conten img {
    scale: 1.1;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .wpc-filters-widget-wrapper .wpc-filter-pa_size .widget-title.wpc-filter-title button{
  padding-bottom: 20px;
}
header .mob_head .rgt .frst .mob_sig {
  display: none;
}
.arrival_slider .arrival_boxes a{
  display: block;
}
.prd_det .prd_slider .rgt .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single{
  display: none;
}
.wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
    padding: 0;
}
/* 24-06-25 */
/* 27-06-25 */
.woocommerce:has(.woocommerce-MyAccount-navigation) {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../images/register_page_image.png)no-repeat center fixed;
    padding: 100px 0;
    background-size: cover;
    position: relative;
}
.woocommerce:has(.woocommerce-MyAccount-navigation)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}
.woocommerce .woocommerce-MyAccount-navigation {
    width: 100% !important;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

}
.woocommerce .woocommerce-MyAccount-navigation ul li:not(:last-child){
  margin-right: 20px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li{
  margin-bottom: 12px;

}
.woocommerce .woocommerce-MyAccount-navigation ul li a ,.woocommerce .woocommerce-MyAccount-content p a{
  font: 14px / 19px Jost-Medium;
    color: #fff;
    text-transform: uppercase;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover,.woocommerce .woocommerce-MyAccount-content p a:hover,.main_header .main_header_inr ul li a:hover {
    color: #E9018B;
}
.woocommerce-account .woocommerce-MyAccount-content {
    /* float: right; */
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    flex-wrap: wrap;
}
.woocommerce .woocommerce-MyAccount-content p{
  color: #fff;
}
.woocommerce .woocommerce-MyAccount-content p a{
  text-decoration: underline;
}
.yith-wcwl-form .product-name a{
    font: 14px / 19px Jost-Medium;
    color: #000;
}
.woocommerce div.product .woocommerce-tabs .panel form p input:not(input[type=checkbox]){
  width: fit-content;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-bottom: 12px;
}
/* 27-06-25 */
/* 29-06-25 */
.log_reg_par .rgt .forgot-password-form input {
    background-color: rgba(255,255,255,0.1);
    width: 100%;
    font: 15px/20px Jost-Medium;
    color: #fff;
    padding: 15px 20px;
    border: unset;
}
.log_reg_par .rgt .forgot-password-form p.woocommerce-form-row{
  width: 100%;
}
.log_reg_par .rgt .forgot-password-form p.woocommerce-form-row label,.log_reg_par .rgt .forgot-password-form p{
  color: #fff;
}
.orde_tb table th{
  font:15px/20px Jost-Medium;
  color: #fff;
}
.orde_tb table td{
    font:15px/20px Jost-Regular;
  color: #fff;
}
.edit_address{
  width: 100%;
  max-width: 600px;
}
.edit_address h2,.edit_address fieldset legend{
  color: #fff;
}
.edit_address span.woocommerce-input-wrapper ,.edit_address .selection{
  width: 100%;
}
.edit_address p label,.edit_address .selection .select2-selection__rendered{
  text-align: left;
}
.edit_address p button[type=submit] {
      width: 100%;
    font: 16px / 21px Jost-SemiBold;
    padding: 12px 20px !important;
    background-color: #E9018B !important;
    color: #fff !important;
    margin-top: 20px !important;
}
.table_order_wrapper.orde_tb table.shop_table,.table_order_wrapper.orde_tb table.shop_table td ,.table_order_wrapper.orde_tb table.shop_table th{
    border-color: #fff;
}
.table_order_wrapper.orde_tb table.shop_table td a,.table_order_wrapper.orde_tb table.shop_table th a{
  color: #fff;
}
.table_order_wrapper.orde_tb table.shop_table a.view{
  background-color: #E9018B !important;
    color: #fff !important;
}
/* 29-06-25 */
/* 01-07-25 */
.main-menu li ul.sub-menu {
    display: block;
    width: 310px;
    position: absolute;
    left: 0;
    top: 30px;
    background-color: #fff;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    padding: 20px;
    border-radius: 5px;
    transition: 0.5s ease-in-out;
}
.main-menu li ul.sub-menu li{
  margin-bottom: 20px;
}
.main-menu li:has(ul.sub-menu){
  position: relative;
}
.main-menu li:has(ul.sub-menu):hover ul.sub-menu{
  opacity: 1;
  visibility: visible;
}
/* 01-07-25 */
/* 02-07-25 */
.best_seller_blk .best_seller_boxes .best_seller_itm {
    width: 100%;
}
#menu-primary-menu li.menu-item-has-children{
  padding-right: 30px;
}
#menu-primary-menu li.menu-item-has-children::before {
    content: "";
    position: absolute;
    padding: 3px;
    border-width: 0 0 2px 2px;
    border-color: #000000;
    right: 0;
    top: 12px;
    transform: translateY(-50%) rotate(-43deg);
    display: inline-block;
    border-style: solid;
    transition: 0.5s ease-in-out;
}
#menu-primary-menu li.menu-item-has-children:hover::before {
    border-color: #ff1493;
}
.privacy_policy_block,.shipping_return_policy_block,.terms_conditions_block{
  padding: 100px 0;
}
.privacy_policy_block .policy_section,.shipping_return_policy_block  .policy_section,.terms_conditions_block .policy_section{
  margin-top: 30px;
}
.privacy_policy_block .policy_section ul,.shipping_return_policy_block  .policy_section ul,.terms_conditions_block .policy_section ul{
  margin-top: 20px;
}
.privacy_policy_block .policy_section ul li:not(:last-child),.shipping_return_policy_block  .policy_section ul li:not(:last-child),.terms_conditions_block .policy_section ul li:not(:last-child){
  margin-bottom: 12px;
}
.privacy_policy_block p,.shipping_return_policy_block p,.terms_conditions_block p{
  padding-top: 20px;
}
/* 02-07-25 */
/* 03-07-25 */
.privacy_policy_block .policy_section ul li ,.shipping_return_policy_block  .policy_section ul li,.terms_conditions_block .policy_section ul li{
    padding-left: 30px;
    position: relative;
}
.privacy_policy_block .policy_section ul li::before,.shipping_return_policy_block  .policy_section ul li::before,.terms_conditions_block .policy_section ul li::before{
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: url(../images/check_circle.png)no-repeat center center;
  width: 20px;
  height: 20px;
  background-size: contain;
}
.address_page{
  margin-top: 20px;
}
.address_page address {
  color: #fff;
  font: 15px/20px Jost-Regular;
}
.address_page .woocommerce-Address-title a{
color: #ff1493;
}
.address_page .woocommerce-Address-title {
    padding: 10px;
    position: unset;
    margin-bottom: 12px;
}
.table_order_wrapper.orde_tb table.shop_table a.view:hover {
    background-color: #259898 !important;
}
.best_seller_blk .best_seller_boxes .best_seller_itm {
    width: 100% !important;
}
.main_footer .main_foot_inr .foot_box ul li a:hover{
  color: #ff1493;
}
.woocommerce-message{
  margin-top: 30px;
}
.woocommerce-message+p{
  padding-bottom: 30px;
}
.woocommerce-message{
  border-color:#ff1493 !important ;
}
.woocommerce-message::before {
    content: "\e015";
    color: #ff1493 !important;
}
.prt_over .best_seller_itm .top_img .img_blk:has(img.woocommerce-placeholder ) {
    bottom: 5px;
}
/* 03-07-25 */
/* 18-07-25 */
.foot_box .tnp-subscription{
  position: relative;
}
.foot_box .tnp-subscription .tnp-field-button{
  position: absolute;
  right: 0px;
  top: 65%;
  transform: translateY(-50%);
  z-index: 1;
  margin-bottom: 0 !important;
}
.foot_box .tnp-subscription .tnp-field-button input[type=submit]{
  background-color: #ff1493;
  color: #fff;
  padding: 12px 20px;
  border-radius: 5px;
  font: 15px/20px Jost-SemiBold;
  transition: all 0.3s ease-in-out;
  position: unset;
}
.foot_box .tnp-subscription .tnp-field-button input[type=submit]:hover{
  background-color: #000;
  color: #fff;
}
/* 18-07-25 */
/* org-responsive */
@media screen and (max-width: 1800px) {
.container{
  padding: 0 10px;
}
.lastest_blk .lastese_boxes .lastest_item:not(:nth-child(3n)) {
    margin-right: 28px;
}
.newest_blk .newest_inr .rgt .owl-nav {
    left: -470px;
}
.best_seller_blk .best_seller_boxes .best_seller_itm:not(:nth-child(6n)) {
    margin-right: 27px;
}
.lastest_blk .lastese_boxes .lastest_item .rgt .top_blk {
    padding: 28px;
}
.lastest_blk .lastese_boxes .lastest_item .rgt .btm_blk {
    padding: 28px;
}
.lastest_blk .lastese_boxes .lastest_item .lft .img_blk {
    bottom: -42px;
}
 .blog_box .blog_conten {
    margin-bottom: 35px;
}
.brand-name {
    right: 70px;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt button.item:not(:nth-child(4n)) {
    margin-right: 26px;
}
  .ons_blog .inr_blk .blogs_blk .item:not(:nth-child(4n)) {
    margin-right: 28px;
}
.frm_ful_flx .flx_inr:not(:last-child) {
    margin-right: 28px;
}
.frm_blk .frm_flx .flx_inr:not(:last-child) {
    margin-right: 29px;
}
.prd_det .prd_slider .rgt {
    margin-left: 80px;
}
/* 13-06-25 */
main#main .wp-block-woocommerce-checkout{
  padding: 50px 10px;
}
/* 13-06-25 */
  }
@media screen and (max-width: 1700px) {
.top_seller_blk .top_seller_inr .lft img {
    height: 690px;
}
.uneven_blk .uneven_inr .rgt {
    margin-left: 18px;
}
.uneven_blk .uneven_inr .lft .uneven_item.fst_itm .img_blk {
    bottom: -44px;
}
.best_seller_blk .best_seller_boxes .best_seller_itm:not(:nth-child(6n)) {
    margin-right: 25px;
}
.best_seller_itm .top_img .img_blk img {
    height: 364px;
}
.lastest_blk .lastese_boxes .lastest_item:not(:nth-child(3n)) {
    margin-right: 26px;
}
.lastest_blk .lastese_boxes .lastest_item .rgt strong {
  font-size: 16px;
  line-height: 21px;
}
.lastest_blk .lastese_boxes .lastest_item .lft .img_blk img {
    height: 370px;
}
.lastest_blk .lastese_boxes .lastest_item .lft .img_blk {
    bottom: -47px;
}
.newest_blk .newest_inr .rgt .owl-nav {
    left: -440px;
}
.arrival_slider .arrival_boxes .arrival_itm .img_blk img {
    height: 430px;
}
.hero-image img {
    height: 774px;
    margin-left: -30px;
}
 .blog_box .blog_conten strong {
    margin-bottom: 35px;
    font-size: 28px;
    line-height: 35px;
}
 .blog_box .blog_conten img {
    height: 290px;
}
.brand-name {
    bottom: 100px;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt button.item:not(:nth-child(4n)) {
    margin-right: 25px;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one .color-box {
    width: 36px;
    height: 36px;
  }
  .ons_blog .inr_blk .blogs_blk .item:not(:nth-child(4n)) {
    margin-right: 26px;
}
.frm_ful_flx .flx_inr:not(:last-child) {
    margin-right: 26px;
}
.ck_out .chk_inner>.lft {
    padding-right: 45px;
}
.ck_out .chk_inner>.rgt{
  padding-left: 45px;
}
.frm_blk .frm_flx .flx_inr:not(:last-child) {
    margin-right: 28px;
}
.prd_det .prd_slider .rgt {
    margin-left: 75px;
}
.review_rating_blk .review_rate_inr .rgt {
    margin-left: 65px;
}
.prd_det .prd_slider .lft .product-gallery .swiper.main-swiper .swiper-slide  img {
    bottom: -75px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .coupon input {
    padding: 13px 41px;
}
}
@media screen and (max-width: 1600px) {
.best_seller_itm .top_img .img_blk img {
    height: 345px;
}
.hero-text b ,.brand-name{
    font-size: 260px;
    line-height: 260px;
}
.hero_shape {
    right: 130px;
}
.top_seller_blk .top_seller_inr .lft {
    margin-right: 90px;
}
.top_seller_blk .top_seller_inr .rgt {
    width: 38.9%;
}
.top_seller_blk .top_seller_inr .lft img {
    height: 650px;
}
.uneven_blk .uneven_inr .lft .uneven_item.fst_itm {
    margin-right: 16px;
}
.uneven_blk .uneven_inr .rgt {
    margin-left: 16px;
}
.uneven_blk .uneven_inr .rgt .uneven_item .img_blk img {
    height: 245px;
}
.uneven_blk .uneven_inr .lft .uneven_item  .img_blk img {
    height: 430px;
}
.uneven_blk .uneven_inr .rgt .uneven_item .txt_blk b ,.uneven_blk .uneven_inr .rgt .uneven_item .txt_blk b>strong{
    font-size: 28px;
    line-height: 33px;
}
.uneven_blk .uneven_inr .lft .uneven_item.fst_itm .img_blk {
    bottom: -48px;
}
.uneven_blk .uneven_inr .lft .uneven_item .txt_blk b>strong,.uneven_blk .uneven_inr .lft .uneven_item .txt_blk b{
    font-size: 38px;
    line-height: 43px;
}
.uneven_blk .uneven_inr .rgt .uneven_item:not(:last-child) {
    margin-bottom: 21px;
}
.best_seller_blk .best_seller_boxes .best_seller_itm:not(:nth-child(6n)) {
    margin-right: 23px;
}
.lastest_banner .lastest_banner_inr .content_blk p {
    font-size: 56px;
    line-height: 66px;
}
.lastest_blk .top_hd .rgt {
    width: 46%;
}
.lastest_blk .lastese_boxes .lastest_item:not(:nth-child(3n)) {
    margin-right: 24px;
}
.lastest_blk .lastese_boxes .lastest_item .rgt .btm_blk {
    padding: 20px;
}
.lastest_blk .lastese_boxes .lastest_item .rgt .top_blk {
    padding: 20px;
}
.lastest_blk .lastese_boxes .lastest_item .lft .img_blk img {
    height: 350px;
}
.newest_blk .newest_inr .rgt .owl-nav {
    left: -420px;
}
.arrival_slider .arrival_boxes .arrival_itm .img_blk img {
    height: 410px;
}
.hero-image img {
    height: 714px;
    margin-left: -30px;
}
 .blog_box .blog_conten strong {
    margin-bottom: 30px;
    font-size: 27px;
    line-height: 35px;
}
 .blog_box .blog_conten img {
    height: 280px;
}
.newest_blk .newest_inr .rgt .owl-nav {
    left: -397px;
}
 .blog_box .blog_conten {
    margin-bottom: 30px;
}
.brand-name {
    bottom: 90px;
}
.lastest_banner .lastest_banner_inr .lft_imag_blk img, .lastest_banner .lastest_banner_inr .rgt_imag_blk img {
  height: 430px;
}
.usp_blk .usp_inr ul li {
    width: 100%;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt button.item:not(:nth-child(4n)) {
    margin-right: 23px;
}
.ons_blog .inr_blk .blogs_blk .item:not(:nth-child(4n)) {
    margin-right: 25px;
}
.contact_blk .top_con_info .inr_blk ul li .txt_blk strong {
    font-size: 24px;
    line-height: 29px;
}
.frm_blk .frm_flx .flx_inr:not(:last-child) {
    margin-right: 26px;
}
.frm_ful_flx .flx_inr:not(:last-child) {
    margin-right: 25px;
}
.prd_det .prd_slider .rgt {
    margin-left: 70px;
}
.prd_det .prd_slider .lft .product-gallery {
    height: 650px;
}
.prd_det .prd_slider .rgt .prd_det .top_revw {
    margin: 15px 0;
}
.prd_det .prd_slider .prd_quan {
    padding: 30px 0;
}
.review_rating_blk .review_rate_inr .rgt {
    margin-left: 61px;
}
.review-summary .overall-rating {
    padding: 70px 30px;
}
.rating-breakdown {
    padding: 40px 30px;
}
/* 13-06-25 */
/* .prd_det .prd_slider .lft .images {
    height: 650px !important;
    
} */
/* 13-06-25 */
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .coupon input {
    padding: 13px 23px;
}
}
@media screen and (max-width: 1500px) {
  .main_header .main_header_inr ul li:not(:last-child) {
    margin-right: 34px;
}
.hero-image img {
    height: 660px;
}
.hero-text b, .brand-name {
    font-size: 230px;
    line-height: 230px;
}
.hero_shape {
  top: 30px;
    right: 120px;
}
.top_seller_blk .top_seller_inr .lft {
    margin-right: 80px;
}
.top_seller_blk .top_seller_inr .rgt .btm_info ul li:not(:last-child) {
    padding-right: 56px;
}
.top_seller_blk .top_seller_inr .rgt .btm_info ul li:not(:first-child) {
    padding-left: 56px;
}
.top_seller_blk .top_seller_inr .rgt .top_content_blk strong {
    font-size: 50px;
    line-height: 55px;
}
.top_seller_blk .top_seller_inr .lft img {
    height: 610px;
}
.uneven_blk .uneven_inr .lft .uneven_item .txt_blk b>strong, .uneven_blk .uneven_inr .lft .uneven_item .txt_blk b {
    font-size: 35px;
    line-height: 40px;
}
.uneven_blk .uneven_inr .rgt .uneven_item .txt_blk b ,.uneven_blk .uneven_inr .rgt .uneven_item .txt_blk b>strong{
    font-size: 26px;
    line-height: 31px;
}
.best_seller_blk .best_seller_boxes .best_seller_itm:not(:nth-child(6n)) {
    margin-right: 21px;
}
 .top_label li:not(:last-child) {
    margin-right: 8px;
}
 .top_label li b {
    font-size: 10px;
    line-height: 15px;
}
 .top_label li {
    padding: 3px 6px;
}
.uneven_blk .uneven_inr .rgt .uneven_item:not(:last-child) {
    margin-bottom: 16px;
}
.uneven_blk .uneven_inr .lft .uneven_item.fst_itm .img_blk {
    bottom: -62px;
}
.best_seller_itm .top_img .img_blk img {
    height: 320px;
}
.best_seller_blk .best_seller_boxes .best_seller_itm {
    width: 18.7%;
}
.best_seller_blk .best_seller_boxes .best_seller_itm:not(:nth-child(6n)) {
    margin-right:unset;
}
.best_seller_blk .best_seller_boxes .best_seller_itm:not(:nth-child(5n)) {
    margin-right: 21px;
}
.lastest_banner .lastest_banner_inr .content_blk p {
    font-size: 53px;
    line-height: 64px;
}
.lastest_banner .lastest_banner_inr .content_blk span {
    font-size: 120px;
    line-height: 130px;
}
.lastest_blk .lastese_boxes .lastest_item:not(:nth-child(3n)) {
    margin-right: 22px;
}
.lastest_blk .lastese_boxes .lastest_item .lft .img_blk {
    bottom: -64px;
}
 .blog_box .blog_conten strong {
    margin-bottom: 27px;
    font-size: 25px;
    line-height: 34px;
}
 .blog_box .blog_conten img {
    height: 270px;
}
.main_footer .main_foot_inr .foot_box:not(:last-child :nth-last-of-type(2)) {
    width: 17%;
}
footer .main_footer .main_foot_inr .foot_box:last-child {
    width: 28.8% !important;
}
  .lastest_banner .lastest_banner_inr .lft_imag_blk img, .lastest_banner .lastest_banner_inr .rgt_imag_blk img {
    height: 420px;
  }
  .top_seller_blk .top_seller_inr .rgt .top_content_blk span {
    font-size: 120px;
    line-height: 75px;
  }
  .hero-text strong {
    font-size: 48px;
    line-height: 53px;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt button.item:not(:nth-child(4n)) {
    margin-right: 22px;
}
  .ons_blog .inr_blk .blogs_blk .item:not(:nth-child(4n)) {
    margin-right: 23px;
}
.contact_blk .top_con_info .inr_blk ul li .txt_blk strong {
    font-size: 23px;
    line-height: 28px;
}
.frm_ful_flx .flx_inr:not(:last-child) {
    margin-right: 23px;
}
.frm_blk .frm_flx .flx_inr:not(:last-child) {
    margin-right: 24px;
}
.prd_det .prd_slider .rgt {
    margin-left: 67px;
}
.prd_det .prd_slider .rgt .prd_det {
    padding-bottom: 35px;
}
.prd_det .prd_slider .lft .product-gallery .swiper.main-swiper .swiper-slide  img {
    bottom: -116px;
}
.review_rating_blk .review_rate_inr .rgt {
    margin-left: 57px;
}
.log_reg_par .rgt {
    padding: 30px 80px;
}
/* 13-06-25 */
.log_reg_par .lft .txt_blk strong {
   font-size: 58px;
   line-height: 68px;
}
.log_reg_par .lft .txt_blk b {
    font-size: 125px;
    line-height: 105px;
}
/* 13-06-25 */
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .coupon button {
    padding: 13px 40px;
}
.cart_parent_frm .cart-flx {
    padding: 60px 0px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals table tbody tr td p {
    font-size: 16px;
    line-height: 24px;
}
.cart_parent_frm .cart-flx .lft table tbody tr .product-name a:last-child,
.cart_parent_frm .cart-flx .lft table tbody tr .product-price span, 
.cart_parent_frm .cart-flx .lft table tbody tr .product-subtotal span {
    font-size: 17px;
    line-height: 25px;
}
.qib-button-wrapper button.qib-button {
    height: 30px;
    width: 30px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals h2 {
    padding: 25px 30px;
}
}
@media screen and (max-width: 1400px) {
    .main_header .main_header_inr ul li:not(:last-child) {
        margin-right: 23px;
    }
    .hero-text b, .brand-name {
      font-size: 200px;
      line-height: 200px;
    }
    .hero-image img {
      height: 590px;
    }
    .hero_shape .inner-circle {
      width: 160px;
      height: 160px;
      padding: 30px 10px;
    }
    .hero_shape .inner-circle strong {
      font-size: 37px;
      line-height: 43px;
    }
    .circle-text {
      transform-origin: 0 115px;
    } 
    .hero_shape .outer-circle {
      width: 230px;
      height: 230px;
    }
    .usp_blk ,.new_Arrival_blk .new_Arrival_inr,.best_seller_blk,.lastest_blk,.review_blk,.newest_blk{
    padding: 80px 0;
  }
  .arrival_slider .arrival_boxes .arrival_itm .img_blk img {
    height: 390px;
  }
  .arrival_slider .arrival_boxes .arrival_itm .tx_btn b {
    padding: 12px 20px;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 38px;
    line-height: 43px;
  }
  .top_seller_blk .top_seller_inr .lft {
    margin-right: 75px;
  }
  .top_seller_blk .top_seller_inr .rgt .btm_info ul li:not(:last-child) {
    padding-right: 48px;
  }
  .top_seller_blk .top_seller_inr .rgt .btm_info ul li:not(:first-child) {
    padding-left: 48px;
  }
  .top_seller_blk .top_seller_inr .rgt .btm_info {
    margin-top: 47px;
  }
  .top_seller_blk .top_seller_inr .lft img {
    height: 570px;
  }
  .uneven_blk .uneven_inr{
    padding-top: 80px;
  }
  .uneven_blk .uneven_inr .lft .uneven_item.fst_itm {
    margin-right: 14px;
  }
  .uneven_blk .uneven_inr .rgt {
    margin-left: 14px;
  }
  .uneven_blk .uneven_inr .rgt .uneven_item .txt_blk b,.uneven_blk .uneven_inr .rgt .uneven_item .txt_blk b>strong {
    font-size: 24px;
    line-height: 29px;
  }
  .uneven_blk .uneven_inr .rgt .uneven_item .img_blk img {
    height: 225px;
  }
  .uneven_blk .uneven_inr .lft .uneven_item  .img_blk img {
    height: 390px;
  }
  .best_seller_blk .best_seller_boxes .best_seller_itm:not(:nth-child(5n)) {
    margin-right: 20px;
  }
  .lastest_banner .lastest_banner_inr .lft_imag_blk img, .lastest_banner .lastest_banner_inr .rgt_imag_blk img {
    height: 410px;
  }
  .lastest_banner .lastest_banner_inr .content_blk p {
    font-size: 50px;
    line-height: 60px;
  }
  .lastest_banner .lastest_banner_inr .content_blk span {
    font-size: 110px;
    line-height: 120px;
  }
  .lastest_blk .lastese_boxes .lastest_item:not(:nth-child(3n)) {
    margin-right: unset;
  }
  .lastest_blk .lastese_boxes .lastest_item:not(:nth-child(2n)) {
    margin-right: 22px;
  }
  .lastest_blk .lastese_boxes .lastest_item {
    width: 48.5%;
    margin-bottom: 25px;
  }
  .newest_blk .newest_inr .rgt .owl-nav {
    left: -370px;
  }
  footer .main_footer .main_foot_inr .foot_box:nth-last-of-type(2) {
    width: 18%;
  }
  footer .main_footer .main_foot_inr .foot_box:last-child {
    width: 30.8% !important;
  }
  .top_seller_blk .top_seller_inr .rgt .top_content_blk span {
    font-size: 110px;
    line-height: 75px;
  }
  .best_seller_itm .top_img .img_blk img {
    height: 300px;
  }
  .hero-text strong {
    font-size: 45px;
    line-height: 50px;
}
.hero_shape::after {
    left: -40px;
    width: 50px;
    height: 38px;
    background-size: 40px;
}
  .review_blk .review_inr .review_hd strong {
    font-size: 52px;
    line-height: 57px;
    }
    .arrival_slider .arrival_boxes .owl-nav button {
    width: 50px;
    height: 88px;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt button.item:not(:nth-child(4n)) {
    margin-right: 20px;
}
  .ons_blog .inr_blk .blogs_blk .item:not(:nth-child(4n)) {
    margin-right: 22px;
}
.ons_blog .inr_blk {
    padding: 90px 0;
}
.contact_blk {
    padding: 90px 0;
}
.contact_blk .contact_form_block {
    padding-top: 90px;
}
.contact_blk .top_con_info .inr_blk ul li {
    width: 23.8%;
    padding: 30px;
}
.contact_blk .top_con_info .inr_blk ul li:not(:last-child) {
    margin-right: 20px;
}
.contact_blk .top_con_info .inr_blk ul li .txt_blk strong {
    font-size: 22px;
    line-height: 27px;
}
.contact_blk .contact_form_block .form_flx .lft .inpu_flx .frm_prt:not(:last-child) {
    margin-right: 26px;
}
.frm_blk .frm_flx .flx_inr:not(:last-child) {
    margin-right: 22px;
}
.ck_out .chk_inner>.lft {
    padding-right: 10px;
}
.frm_blk  label input {
    padding: 13px 15px;
}
.ck_out .chk_inner>.rgt {
    padding-left: 20px;
}
.ck_out {
    padding: 90px 0;
}
.review_rating_blk .review_rate_inr .rgt {
    margin-left: 52px;
}
.review-summary .overall-rating .circle-container .circle-progress {
    width: 145px;
    height: 145px;
}
.review-summary .overall-rating .circle-container .circle-progress::before {
    width: 133px;
    height: 135px;
}
.review-summary .overall-rating p {
    font-size: 18px;
    line-height: 23px;
}
.rating-breakdown .rating-row .bar {
    height: 7px;
}
.review_rating_blk ,.prd_det .prd_slider,.product_content_part{
    padding: 90px 0;
}
.prd_det .prd_slider .rgt {
    margin-left: 60px;
}
.prd_det .prd_slider .rgt .prd_det {
    padding-bottom: 30px;
}
.color-selector .color-options .color-option {
    width: 80px;
    height: 80px;
}
.prd_det .prd_slider .prd_quan .rgt .size-options {
    margin-left: 20px;
}
.prd_det .prd_slider .prd_quan .rgt .size-options label {
    width: 40px;
    height: 40px;
}
.prd_det .prd_slider .lft .product-gallery .swiper.main-swiper .swiper-slide  img {
    bottom: -158px;
}
.review-summary .overall-rating .circle-container .circle-progress .inner-text {
    font-size: 55px;
    line-height: 60px;
}
.prt_over .prt_inr{
  padding: 90px 0;
}
/* 07-06-25 */
 .abts_page .abts_inr .goor .inr_blk {
    padding: 100px 0;
  }
   .abts_page .abts_inr .koop .inr_blk, .abts_page .abts_inr .top_k .inr_blk {
    padding: 90px 0;
  }
  .abts_page .abts_inr .goor .inr_blk .rgt > p {
    margin-bottom: 20px;
  }
  .abts_page .abts_inr .goor .inr_blk .lft .img_blk .inr_img > img {
    width: 355px;
    height: 370px;
  }
  .abts_page .abts_inr .goor .inr_blk {
    padding: 90px 0;
  }
  .abts_page .abts_inr .koop .inr_blk .lft > p:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .abts_page .abts_inr .koop_op .inr_blk {
    padding: 80px 0 60px;
  }
  .abts_page .abts_inr .top_k .inr_blk .lft .img_blk img,
  .abts_page .abts_inr .koop .inr_blk .rgt .img_blk img {
    height: 455px;
  }
  /* 13-06-25 */
.log_reg_par .lft .txt_blk strong {
   font-size: 54px;
   line-height: 64px;
}
  /* 13-06-25 */
  .cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .coupon button {
    padding: 13px 22px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .cart_lst ul {
    padding: 20px 23px 35px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .cart_lst ul li {
    font-size: 16px;
    line-height: 24px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding: 0px 23px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .coupon {
    padding: 10px 23px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals table tbody tr th {
    padding-left: 23px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals table tbody tr td {
    padding-right: 23px;
}
.cart_parent_frm .cart-flx .lft table tbody tr .product-remove a {
    width: 40px;
    height: 40px;

}
.cart_parent_frm .cart-flx .lft table thead tr .product-name{
    width: 42%;
}
.cart_parent_frm .cart-flx .lft table thead tr .product-price,.cart_parent_frm .cart-flx .lft table thead tr .product-subtotal {
    width: 12.3%;
}
.cart_parent_frm .cart-flx .lft table thead tr .product-remove{
    width: 14%;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .cart_lst ul li {
    padding-left: 30px;
}
.privacy_policy_block,.shipping_return_policy_block,.terms_conditions_block{
  padding: 90px 0;
}
}

/* 07-06-25 */

@media screen and (max-width: 1300px) {
  .main_header .main_header_inr ul li a {
    font-size: 13px;
    line-height: 18px;
  }
  .main_header .main_header_inr ul li:not(:last-child) {
    margin-right: 20px;
  }
  .hero-image img {
    height: 550px;
  }
  .hero-text b, .brand-name {
    font-size: 190px;
    line-height: 190px;
  }
  .usp_blk, .new_Arrival_blk .new_Arrival_inr, .best_seller_blk, .lastest_blk, .review_blk, .newest_blk {
    padding: 70px 0;
  }
  .top_seller_blk .top_seller_inr .lft {
    margin-right: 70px;
  }
  .top_seller_blk .top_seller_inr .rgt .top_content_blk strong {
    font-size: 45px;
    line-height: 52px;
  }
  .top_seller_blk .top_seller_inr .rgt .btm_info ul li:not(:last-child) {
    padding-right: 40px;
  }
  .top_seller_blk .top_seller_inr .rgt .btm_info ul li:not(:first-child) {
    padding-left: 40px;
  }
  .top_seller_blk .top_seller_inr .lft img {
    height: 520px;
  }
  .top_seller_blk .top_seller_inr .rgt .top_content_blk span {
    font-size: 100px;
    line-height: 74px;
  }
  .uneven_blk .uneven_inr .lft .uneven_item .txt_blk b>strong, .uneven_blk .uneven_inr .lft .uneven_item .txt_blk b {
    font-size: 31px;
    line-height: 37px;
  }
  .uneven_blk .uneven_inr .rgt .uneven_item .txt_blk b, .uneven_blk .uneven_inr .rgt .uneven_item .txt_blk b>strong {
    font-size: 22px;
    line-height: 27px;
  }
  .uneven_blk .uneven_inr .rgt .uneven_item .img_blk img {
    height: 210px;
  }
  .uneven_blk .uneven_inr .rgt .uneven_item .img_blk {
    bottom: -25px;
  }
  .uneven_blk .uneven_inr .lft .uneven_item  .img_blk img {
    height: 368px;
  }
  .best_seller_blk .best_seller_boxes .best_seller_itm:not(:nth-child(5n)) {
    margin-right: 18px;
  }
  .best_seller_itm .top_img .img_blk img {
    height: 290px;
  }
  .lastest_banner .lastest_banner_inr .content_blk p {
    font-size: 45px;
    line-height: 56px;
  }
  .lastest_banner .lastest_banner_inr .content_blk span {
    font-size: 105px;
    line-height: 116px;
  }
  .lastest_banner .lastest_banner_inr .lft_imag_blk img, .lastest_banner .lastest_banner_inr .rgt_imag_blk img {
    height: 380px;
  }
  .lastest_banner {
    padding-top: 35px;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 37px;
    line-height: 42px;
  }
  .lastest_blk .lastese_boxes .lastest_item .lft .img_blk img {
    height: 340px;
  }
  .lastest_blk .lastese_boxes .lastest_item .rgt .top_revw {
    margin-bottom: 10px;
  }
   .blog_box .blog_conten strong {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 32px;
  }
  .newest_blk .newest_inr .rgt .owl-nav {
    left: -347px;
  }
  .prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt button.item:not(:nth-child(4n)) {
    margin-right: 18px;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one > strong, .prt_over .prt_inr .prt_itms .inr_blk .lft .acto_div strong {
    font-size: 15px;
    line-height: 21px;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one > strong::after {
    right: 5px;
    height: 9px;
    width: 9px;
  }
    .ons_blog .inr_blk .blogs_blk .item:not(:nth-child(4n)) {
    margin-right: 20px;
}
.ons_blog .inr_blk {
    padding: 80px 0;
}
.contact_blk .top_con_info .inr_blk ul li:not(:last-child) {
    margin-right: 18px;
}
.contact_blk .contact_form_block .form_flx .lft .inpu_flx .frm_prt:not(:last-child) {
    margin-right: 24px;
}
.contact_blk {
    padding: 80px 0;
}
.contact_blk .contact_form_block {
    padding-top: 80px;
}
.contact_blk .top_con_info .inr_blk ul li .img_blk img {
    width: 55px;
    height: 55px;
}
.frm_ful_flx .flx_inr:not(:last-child) {
    margin-right: 21px;
}
.ck_out {
    padding: 80px 0;
}
.review_rating_blk,.prd_det .prd_slider,.product_content_part {
    padding: 80px 0;
}
.prd_det .prd_slider .rgt {
    margin-left: 55px;
}
.prd_det .prd_slider .lft .product-gallery {
    height: 610px;
}
.prd_det .prd_slider .rgt .badge_blk {
    margin-bottom: 28px;
}
.prd_det .prd_slider .prd_quan .rgt .size-options label {
    width: 35px;
    height: 35px;
}
.prd_det .prd_slider .prd_quan {
    padding: 25px 0;
}
.color-selector {
    padding: 15px 0;
}
.review_rating_blk .review_rate_inr .rgt {
    margin-left: 49px;
}
.review-summary .overall-rating .circle-container .circle-progress .inner-text {
    font-size: 50px;
    line-height: 55px;
}
.review-summary .overall-rating .circle-container .circle-progress::before {
    width: 117px;
    height: 119px;
}
.review-summary .overall-rating .circle-container .circle-progress {
    width: 130px;
    height: 130px;
}
.review_rating_blk .review_rate_inr .lft .rew_box .det_blk .img_blk .lft img {
    width: 80px;
    height: 80px;
}
.prt_over .prt_inr{
  padding: 80px 0;
}
/* 07-06-25 */
.abts_page .abts_inr .koop .inr_blk, .abts_page .abts_inr .top_k .inr_blk {
    padding: 80px 0;
  }
/* 07-06-25 */
/* 08-06-25 */
.prt_over .prt_inr .prt_itms .inr_blk .lft .wpc-filters-widget-wrapper .widget-title.wpc-filter-title{
           font-size: 15px;
        line-height: 21px;
}
/* 08-06-25 */
/* 13-06-25 */
.prd_det .prd_slider .lft .images {
    height: 610px !important;
}
.log_reg_par .rgt {
    padding: 30px 70px;
}
.log_reg_par .lft .txt_blk b {
    font-size: 115px;
    line-height: 100px;
}
.log_reg_par .lft .txt_blk strong {
   font-size: 50px;
   line-height: 60px;
}
/* 13-06-25 */
.cart_parent_frm .cart-flx .lft {
    width: 70%;
}
.cart_parent_frm .cart-flx .rgt {
    width: 30%;
}
.cart_parent_frm .cart-flx {
    padding: 45px 0px 60px;
}
.cart_parent_frm .cart-flx .lft table tbody tr .product-name a img {
    height: 80px !important;
    width: 100px !important;
}
.cart_parent_frm .cart-flx .lft > button[type=submit] {
    padding: 8px 35px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals table tbody tr td a.shipping-calculator-button {
    padding: 8px 25px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .coupon button {
    padding: 11px 14px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .coupon input {
    padding: 11px 23px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    padding: 10px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals table tbody tr td section p button {
    font-size: 16px;
    line-height: 24px;
}
.cart_parent_frm .cart-flx .rgt {
    padding-left: 15px;
}
.cart_parent_frm .cart-flx .lft {
    width: 65%;
}
.cart_parent_frm .cart-flx .rgt {
    width: 35%;
}
.privacy_policy_block,.shipping_return_policy_block,.terms_conditions_block{
  padding: 80px 0;
}
}
@media screen and (max-width: 1200px) {
  .newest_blk .newest_inr .rgt .owl-nav {
    left: -322px;
    bottom: 190px;
  }
  .usp_blk, .new_Arrival_blk .new_Arrival_inr, .best_seller_blk, .lastest_blk, .review_blk, .newest_blk {
    padding: 65px 0;
  }  
 .blog_box .blog_conten strong {
    font-size: 21px;
    line-height: 30px;
  }
   .blog_box .blog_conten img {
    height: 250px;
  }
  .lastest_blk .lastese_boxes .lastest_item .lft .img_blk {
    padding-top: 0px;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 35px;
    line-height: 40px;
  }
  .lastest_banner .lastest_banner_inr .content_blk p {
    font-size: 40px;
    line-height: 50px;
  }
  .lastest_banner .lastest_banner_inr .content_blk span {
    font-size: 95px;
    line-height: 105px;
  }
  .lastest_banner .lastest_banner_inr .lft_imag_blk, .lastest_banner .lastest_banner_inr .rgt_imag_blk {
    bottom: -30px;
  }
  .best_seller_blk .best_seller_boxes .best_seller_itm:not(:nth-child(5n)) {
    margin-right: 17px;
  }
  .best_seller_itm .top_img .img_blk img {
    height: 270px;
  }
  .uneven_blk .uneven_inr .lft .uneven_item .txt_blk b>strong, .uneven_blk .uneven_inr .lft .uneven_item .txt_blk b {
    font-size: 28px;
    line-height: 35px;
  }
  .uneven_blk .uneven_inr .rgt {
    margin-left: 12px;
  }
  .uneven_blk .uneven_inr .lft .uneven_item.fst_itm {
    margin-right: 12px;
  }
  .uneven_blk .uneven_inr .rgt .uneven_item .txt_blk b, .uneven_blk .uneven_inr .rgt .uneven_item .txt_blk b>strong {
    font-size: 20px;
    line-height: 25px;
  }
  .uneven_blk .uneven_inr .lft .uneven_item  .img_blk img {
    height: 359px;
  }
  .uneven_blk .uneven_inr .lft .uneven_item.fst_itm .img_blk {
    bottom: -67px;
  }
  .uneven_blk .uneven_inr .lft .uneven_item.scd_itm .img_blk {
    right: -43px;
    bottom: -42px;
  }
  .uneven_blk .uneven_inr .rgt .uneven_item .img_blk img {
    height: 200px;
  }
  .uneven_blk .uneven_inr .rgt .uneven_item .img_blk {
    bottom: -32px;
  }
  .top_seller_blk .top_seller_inr .lft {
    margin-right: 60px;
  }
  .top_seller_blk .top_seller_inr .rgt .top_content_blk strong {
    font-size: 40px;
    line-height: 48px;
  }
  .top_seller_blk .top_seller_inr .rgt .btm_info ul li:not(:last-child) {
    padding-right: 30px;
  }
  .top_seller_blk .top_seller_inr .rgt .btm_info ul li:not(:first-child) {
    padding-left: 30px;
  }
  .top_seller_blk .top_seller_inr .rgt .btm_info ul li b {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .top_seller_blk .top_seller_inr .rgt .btm_info {
    margin-top: 40px;
    padding-top: 38px;
  }
  .top_seller_blk .top_seller_inr .lft img {
    height: 490px;
  }
  .arrival_slider .arrival_boxes .arrival_itm .img_blk img {
    height: 350px;
  }
  .arrival_slider .arrival_boxes .arrival_itm .tx_btn span {
    font-size: 23px;
    line-height: 28px;
  }
  .arrival_slider .arrival_boxes .arrival_itm .tx_btn b {
    padding: 10px 16px;
  }
  .hero-text b, .brand-name {
    font-size: 160px;
    line-height: 160px;
  }
  .hero_shape .outer-circle {
    width: 200px;
    height: 200px;
  }
  .hero_shape .inner-circle {
    width: 150px;
    height: 150px;
    padding: 20px 10px;
  }
  .circle-text {
    transform-origin: 0 102px;
  }
  .circle-text {
    font-size: 14px;
    line-height: 19px;
  }
  .hero_shape .inner-circle strong {
    font-size: 30px;
    line-height: 36px;
  }
  .hero-text strong {
      font-size: 38px;
      line-height: 40px;
  }
  .hero-image img {
    height: 520px;
  }
  .hero_shape {
    right: 80px;
  }
  /* faq-page */
        .faq_part .inr_faq {
    padding: 80px 0 80px;
  }
  .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .tab-content .tab-pane .inr_part .inr_blk .faq-box .fqbx_hd span {
    font-size: 17px;
    line-height: 24px;
  }
  .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .tab-content .tab-pane .inr_part .inr_blk .faq-box .fqbx_hd .img_arw {
    width: 47px;
    height: 45px;
  }
  .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .tab-content .tab-pane .inr_part .inr_blk .faq-box .fqbx_txt p {
    font-size: 15px;
    line-height: 23px;
  } 
  .prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt button.item:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt button.item:not(:nth-child(3n)) {
    margin-right: 16px;
  }
  .prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt button.item {
    width: 32%;
  }
  .prt_over .prt_inr .prt_itms .inr_blk .lft {
    width: 21%;
  } 
  .prt_over .prt_inr .prt_itms .inr_blk .rgt {
    width: 77.3%;
  }
    .ons_blog .inr_blk .blogs_blk .item {
    width: 32%;
  }
  .ons_blog .inr_blk .blogs_blk .item:not(:nth-child(4n)) {
    margin-right: unset;
  }
  .ons_blog .inr_blk .blogs_blk .item:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  .ons_blog .inr_blk {
    padding: 70px 0;
}
.contact_blk .top_con_info .inr_blk ul li:not(:last-child) {
    margin-right: 17px;
}
.contact_blk .top_con_info .inr_blk ul li .txt_blk b {
    font-size: 19px;
    line-height: 24px;
}
.contact_blk .top_con_info .inr_blk ul li .txt_blk strong {
    font-size: 21px;
    line-height: 26px;
}
.contact_blk .top_con_info .inr_blk ul li {
    padding: 23px;
}
.contact_blk .contact_form_block .form_flx .wpcf7.js {
    padding: 30px;
}
.contact_blk .contact_form_block .form_flx .lft .inpu_flx .frm_prt:not(:last-child) {
    margin-right: 23px;
}
.contact_blk .contact_form_block .hd_top p {
    margin-top: 15px;
}
.contact_blk {
    padding: 70px 0;
}
.contact_blk .contact_form_block {
    padding-top: 70px;
}
.frm_blk .frm_flx .flx_inr:not(:last-child) {
    margin-right: 20px;
}
.frm_ful_flx .flx_inr:not(:last-child) {
    margin-right: 19px;
}
.ck_out {
    padding: 70px 0;
}
.review_rating_blk ,.prd_det .prd_slider,.product_content_part{
    padding: 70px 0;
}
.prd_det .prd_slider .lft .product-gallery .swiper.thumb-swiper .swiper-wrapper .swiper-slide {
    width: 100px;
    height: 100px !important;
}
.prd_det .prd_slider .rgt {
    margin-left: 50px;
}
.prd_quan .lft .add_fun {
    margin-left: 20px;
}
.prd_det .prd_slider .rgt .badge_blk {
    margin-bottom: 20px;
}
.prd_det .prd_slider .rgt .prd_det {
    padding-bottom: 22px;
}
.prd_quan .lft .add_fun span {
    padding: 10px 15px;
}
.prd_det .prd_slider .lft .product-gallery .swiper.main-swiper .swiper-slide  img {
    bottom: -199px;
}
.prd_det .prd_slider .prd_quan .lft {
  width: 100%;
}
.prd_det .prd_slider .prd_quan .rgt{
  width: 100%;
  margin-top: 12px;
}
.review_rating_blk .review_rate_inr .rgt {
    margin-left: 40px;
}
.prt_over .prt_inr{
  padding: 70px 0;
}
/* 07-06-25 */
.abts_page .abts_inr .goor .inr_blk {
    padding: 80px 0;
  }
  .abts_page .abts_inr .goor .inr_blk .rgt .vur_shw {
    padding: 15px 20px;
  }
  .abts_page .abts_inr .goor .inr_blk .rgt .vur_shw .txt_blk strong {
    font-size: 18px;
    line-height: 23px;
  }
  .abts_page .abts_inr .goor .inr_blk .lft .img_blk .inr_img > img {
    width: 335px;
    height: 330px;
  }
  .abts_page .abts_inr .goor .inr_blk .lft .img_blk > img {
    width: 410px;
    height: 405px;
  }
  .abts_page .abts_inr .goor .inr_blk .rgt > p {
    margin-bottom: 15px;
  }
  .abts_page .abts_inr .koop .inr_blk .lft > ul {
    margin: 10px 0 15px;
  }
  .abts_page .abts_inr .top_k .inr_blk .lft .img_blk img, .abts_page .abts_inr .koop .inr_blk .rgt .img_blk img {
    height: 400px;
  }
  .abts_page .abts_inr .koop_op .inr_blk {
    padding: 70px 0 60px;
  }
  .abts_page .abts_inr .goor .inr_blk .rgt .vur_shw .txt_blk > p {
    height: 50px;
    overflow: scroll;
  }
   .abts_page .abts_inr .koop .inr_blk, .abts_page .abts_inr .top_k .inr_blk {
    padding: 70px 0;
  }
/* 07-06-25 */
/* 13-06-25 */
.prd_det .prd_slider .lft #wpgis-gallery .slick-list.draggable .slick-track li {
    width: 100px !important;
    height: 100px !important;
}
.log_reg_par .rgt {
    padding: 30px 60px;
}
.log_reg_par .lft .txt_blk b {
    font-size: 110px;
    line-height: 90px;
}
.log_reg_par .lft .txt_blk strong {
   font-size: 46px;
   line-height: 56px;
}
/* 13-06-25 */
.cart_parent_frm .cart-flx .lft table tbody tr .product-name a img {
    height: 75px !important;
    width: 90px !important;
}
.cart_parent_frm .cart-flx .lft table tbody tr .product-name a:last-child, .cart_parent_frm .cart-flx .lft table tbody tr .product-price span, .cart_parent_frm .cart-flx .lft table tbody tr .product-subtotal span {
    font-size: 16px;
    line-height: 24px;
}
.cart_parent_frm .cart-flx .lft {
    width: 70%;
}
.cart_parent_frm .cart-flx .rgt {
    width: 30%;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .coupon input {
    padding: 11px 17px;
    max-width: 155px;
    width: 100%;
}
.cart_parent_frm .cart-flx .lft table thead tr th:first-of-type, .cart_parent_frm .cart-flx .lft table tbody tr td:first-of-type {
    padding-left: 15px;
}
.cart_parent_frm .cart-flx .lft table thead tr th:last-of-type, .cart_parent_frm .cart-flx .lft table tbody tr td:last-of-type {
    padding-right: 15px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals table tbody tr td a.shipping-calculator-button {
    padding: 8px 15px;
}
.privacy_policy_block,.shipping_return_policy_block,.terms_conditions_block{
  padding: 70px 0;
}
}
@media screen and (max-width: 1100px) {
    .hero-text b, .brand-name {
        font-size: 140px;
        line-height: 140px;
    }
    .hero-image img {
      height: 470px;
    }
    .hero_shape .inner-circle strong {
      font-size: 28px;
      line-height: 34px;
    }
    .top_seller_blk .top_seller_inr .rgt .btm_info ul li:not(:last-child) {
      padding-right: 22px;
    }
    .top_seller_blk .top_seller_inr .rgt .btm_info ul li:not(:first-child) {
    padding-left: 22px;
    } 
    .top_seller_blk .top_seller_inr .rgt .top_content_blk strong {
    font-size: 37px;
    line-height: 45px;
    }
    .top_seller_blk .top_seller_inr .rgt .btm_info {
    margin-top: 30px;
    padding-top: 30px;
    }
    .top_seller_blk .top_seller_inr .rgt .top_content_blk span {
    font-size: 80px;
    line-height: 72px;
    }
    .top_seller_blk .top_seller_inr .lft img {
    height: 400px;
    }
    .top_seller_blk .top_seller_inr .rgt .top_content_blk p {
    margin-top: 20px;
    }
    .top_seller_blk .top_seller_inr .rgt .btm_info ul li b {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 8px;
    }
    .uneven_blk .uneven_inr .lft .uneven_item .txt_blk b>strong, .uneven_blk .uneven_inr .lft .uneven_item .txt_blk b {
    font-size: 25px;
    line-height: 32px;
    }
    .uneven_blk .uneven_inr .rgt .uneven_item .txt_blk b, .uneven_blk .uneven_inr .rgt .uneven_item .txt_blk b>strong {
    font-size: 18px;
    line-height: 23px;
    }
    .uneven_blk .uneven_inr .uneven_item .txt_blk a {
    padding-right: 40px;
    margin-top: 14px;
    }
    .uneven_blk .uneven_inr .rgt .uneven_item .img_blk img {
      height: 190px;
    }
    .uneven_blk .uneven_inr .lft .uneven_item  .img_blk img {
    height: 347px;
    }
    .uneven_blk .uneven_inr .lft .uneven_item.fst_itm .img_blk {
    bottom: -73px;
    } 
    .uneven_blk .uneven_inr .lft .uneven_item.scd_itm .img_blk {
    right: -34px;
    bottom: -47px;
    } 
    h1, h2, h3, h4, h5, h6 {
    font-size: 33px;
    line-height: 38px;
    }
    .usp_blk, .new_Arrival_blk .new_Arrival_inr, .best_seller_blk, .lastest_blk, .review_blk, .newest_blk {
    padding: 60px 0;
    }
    .best_seller_blk .best_seller_boxes .best_seller_itm:not(:nth-child(5n)) {
      margin-right: 15px;
    }
    .top_label li:not(:last-child) {
      margin-right: 6px;
    }
    .top_label li {
    padding: 2px 4px;
    }
    .best_seller_itm .btm_conten strong {
      font-size: 15px;
      line-height: 20px;
    }
    .lastest_banner .lastest_banner_inr .content_blk p {
    font-size: 36px;
    line-height: 46px;
    }
    .lastest_banner .lastest_banner_inr .content_blk span {
    font-size: 90px;
    line-height: 100px;
    }
    .lastest_banner .lastest_banner_inr .lft_imag_blk img, .lastest_banner .lastest_banner_inr .rgt_imag_blk img {
    height: 340px;
    }
  .lastest_banner .lastest_banner_inr .content_blk {
    max-width: 620px;
  }
  .lastest_blk .lastese_boxes .lastest_item .rgt .top_blk {
    padding: 17px 20px;
  }
  .lastest_blk .lastese_boxes .lastest_item .rgt .btm_blk {
    padding: 17px 20px;
  }
  .lastest_blk .lastese_boxes .lastest_item .rgt .count_blk strong {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  .lastest_blk .lastese_boxes .lastest_item .rgt .count_blk ul li b {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 21px;
  } 
  .lastest_blk .lastese_boxes .lastest_item .lft .img_blk img {
    height: 290px;
  }
  .lastest_blk .lastese_boxes .lastest_item {
    margin-bottom: 20px;
  }
   .blog_box .blog_conten strong {
    font-size: 20px;
    line-height: 29px;
  }
  .newest_blk .newest_inr .rgt .owl-nav {
    left: -300px;
  }
   .blog_box .btm_date {
    padding-top: 15px;
  }
   .blog_box {
    padding: 15px;
  }
  .hero_shape {
    right: 60px;
  }
  .review_blk .review_inr .review_hd strong {
    font-size: 49px;
    line-height: 54px;
  }
  .review_blk .review_inr .review_boxes .review_box .top_hd b {
       font-size: 28px;
    line-height: 33px;
  }
.review_blk .review_inr .review_boxes .review_box .rew_details strong {
  font-size: 21px;
    line-height: 26px;
}
/* faq-page */
  .faq_part .inr_faq {
    padding: 75px 0 75px;
  }
    .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .nav {
    margin-bottom: 30px;
  }
  .prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt button.item:not(:nth-child(3n)) {
    margin-right: 15px;
}
.ons_blog .inr_blk {
    padding: 60px 0;
}
.contact_blk .top_con_info .inr_blk ul li:not(:last-child) {
    margin-right: 16px;
}
.contact_blk .top_con_info .inr_blk ul li .txt_blk strong {
    font-size: 19px;
    line-height: 25px;
}
.contact_blk .contact_form_block .form_flx .lft .inpu_flx .frm_prt:not(:last-child) {
    margin-right: 21px;
}
.frm_blk .frm_flx .flx_inr:not(:last-child) {
    margin-right: 18px;
}
.frm_ful_flx .flx_inr:not(:last-child) {
    margin-right: unset;
}
.frm_ful_flx .flx_inr:not(:nth-child(2n)) {
    margin-right: 19px;
}
.frm_ful_flx .flx_inr {
    width: 48%;
}
.frm_ful_flx .flx_inr:last-child{
  width: 100%;
}
.ck_out {
    padding: 60px 0;
}
.prd_det .prd_slider .rgt {
    margin-left: 44px;
}
.prd_det .prd_slider .lft .product-gallery .swiper.main-swiper .swiper-slide  img {
    bottom: -229px;
}
.review-summary .overall-rating .circle-container .circle-progress .inner-text {
    font-size: 45px;
    line-height: 50px;
}
/* 07-06-25 */
.abts_page .abts_inr .koop_op .inr_blk .hd_blk > a {
    margin-top: 15px;
  }
  .abts_page .abts_inr .goor .inr_blk .lft .img_blk > img {
    height: 375px;
    width: 390px;
  }
  .abts_page .abts_inr .goor .inr_blk .lft .img_blk .inr_img > img {
    width: 295px;
    height: 290px;
  }
/* 07-06-25 */
/* 13-06-25 */
.log_reg_par .rgt {
    padding: 30px 50px;
}
.log_reg_par .lft .txt_blk strong {
    font-size: 43px;
    line-height: 53px;
}
/* 13-06-25 */
.cart_parent_frm .cart-flx .lft {
    width: 68%;
}
.cart_parent_frm .cart-flx .rgt {
    width: 32%;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals h2 {
    padding: 20px 30px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals table tbody tr td a.shipping-calculator-button {
    padding: 8px 15px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .coupon input {
    padding: 11px 17px;
    max-width: 150px;
    width: 100%;
    margin-right: 8px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .cart_lst ul {
    padding: 15px 20px 30px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .cart_lst ul li {
    padding-bottom: 6px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding: 0px 20px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals table tbody tr td {
    padding-right: 20px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals table tbody tr th {
    padding-left: 20px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .coupon {
    padding: 10px 15px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .coupon button {
    padding: 11px 13px;
}
.privacy_policy_block,.shipping_return_policy_block,.terms_conditions_block{
  padding: 60px 0;
}
  }
  @media screen and (min-width: 1025px) {
 .main_footer .main_foot_inr .foot_box>ul, .main_footer .main_foot_inr .foot_box>, .main_footer .main_foot_inr .foot_box>section{
    display: block !important;
  }
  }
@media screen and (max-width: 1024px) {
  .main_footer .main_foot_inr {
    flex-direction: column;
  }
  .main_footer .main_foot_inr .foot_box>ul, .main_footer .main_foot_inr .foot_box>nav, .main_footer .main_foot_inr .foot_box>section{
    display: none;
  }
    .main_footer .main_foot_inr .foot_box ul{
      padding: 10px;
    }
   .main_footer .main_foot_inr .foot_box>strong {
    display: block;
    margin: 0;
    padding: 15.5px 20px;
    position: relative;
    transition: 0.5s;
  }
.main_footer .main_foot_inr .foot_box>strong::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    top: 48%;
    right: 20px;
    background: url(../images/footer_before.png)no-repeat center center;
    transition: 0.5s;
    margin-top: -6px;
    background-size: 25px;
}
  footer .fmt .inr_blk .sim_one > .tg_ul {
    display: none;
    padding: 0 20px;
    margin: 20px 0;
  }
  .main_footer .main_foot_inr .foot_box>strong.active {
    background: #000000;
    color: #fff;
    border-radius: 5px;
  }
.main_footer .main_foot_inr .foot_box>strong.active::after {
    background: url(../images/footer_after.png)no-repeat center center;
    transform: rotate(-55deg) translateX(-36%);
    top: 30%;
}
  .main_footer .main_foot_inr .foot_box:not(:last-child :nth-last-of-type(2)) {
    width: 100%;
}
footer .main_footer .main_foot_inr .foot_box:nth-last-of-type(2),footer .main_footer .main_foot_inr .foot_box:last-child {
    width: 100% !important;
}
  header .deskt_head {
      position: fixed;
      top: 0;
      background-color: rgba(0, 0, 0, 0.4);
      z-index: 1;
      width: 0;
      height: 100%;
      left: -370px;
      transition: 0.5s all;
  }
  header .deskt_head.mnu_shw {
    left: 0;
    width: 100%;
  }
header .deskt_head  .desk_inr_head {
    background-color: #fff;
    width: 300px;
    position: relative;
    height: 100%;
    overflow: auto;
}
  header .mob_head {
    display: flex;
    align-items: center;
    padding: 10px 10px;
  }
  header .mob_head .centr{
    width: calc(100% - 40px);
    display: flex;
    justify-content: center;
  }
  header .mob_head .centr .bur_{
    transform: rotate(85deg);
  }
  header .deskt_head .remv_ {
      display: block;
      position: absolute;
      top: 10px;
      right: 10px;
  }
  .mid-head .mid_head_inr .rgt{
    display: none;
  }
  .main_header .main_header_inr ul {
    align-items: start;
    max-width: 100%;
    margin: 18px auto 15px;
    flex-direction: column;
  }
  .main_header .main_header_inr ul li:not(:last-child) {
    margin-right: unset;
  }
  .main_header .main_header_inr ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .mid-head .mid_head_inr {
    flex-direction: column-reverse;
  }
  .mid-head .mid_head_inr .lft {
    margin-top: 20px;
  }
  .top_seller_blk .top_seller_inr {
    padding-top: 30px;
    flex-direction: column-reverse;
  }
  .top_seller_blk .top_seller_inr .lft{
    width: 100%;
    margin-right: 0;
  }
  .top_seller_blk .top_seller_inr .rgt {
      width: 100%;
      text-align: center;
  }
  .top_seller_blk .top_seller_inr .rgt .btm_info ul {
    justify-content: center;
    width: 100%;
  }
  .uneven_blk .uneven_inr .lft {
    width: 100%;
    display: flex;
  }
  .uneven_blk .uneven_inr .lft .uneven_item  .img_blk img {
    height: 315px;
  }
  .uneven_blk .uneven_inr .lft .uneven_item.fst_itm .img_blk {
    bottom: -23px;
    right: -70px;
  }
  .uneven_blk .uneven_inr .lft .uneven_item.scd_itm .img_blk {
    right: -87px;
    bottom: -23px;
  }
  .uneven_blk .uneven_inr .lft {
    margin-bottom: 30px;
  }
  .uneven_blk .uneven_inr .rgt {
    margin-left: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .uneven_blk .uneven_inr .rgt .uneven_item:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 19px;
  }
  .uneven_blk .uneven_inr .lft {
    flex-wrap: wrap;
  }
  .uneven_blk .uneven_inr .lft .uneven_item.fst_itm {
    margin-right: 19px;
  }
  .uneven_blk .uneven_inr .rgt .uneven_item {
    width: 49%;
  }
  .best_seller_blk .best_seller_boxes .best_seller_itm:not(:nth-child(5n)) {
    margin-right: unset;
  }
  .best_seller_blk .best_seller_boxes .best_seller_itm:not(:nth-child(4n)) {
    margin-right: 15px;
  }
  .best_seller_blk .best_seller_boxes .best_seller_itm {
    width: 23.8%;
  }
  .lastest_banner .lastest_banner_inr .lft_imag_blk img, .lastest_banner .lastest_banner_inr .rgt_imag_blk img {
    height: 300px;
  }  
  .lastest_banner .lastest_banner_inr .content_blk p {
    font-size: 33px;
    line-height: 42px;
  }
  .lastest_banner .lastest_banner_inr .content_blk span {
    font-size: 84px;
    line-height: 94px;
  }
  .lastest_blk .lastese_boxes .lastest_item .rgt strong {
    font-size: 15px;
    line-height: 20px;
  }
  .newest_blk .newest_inr .rgt {
    width: 100%;
  }
  .newest_blk .newest_inr .lft {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
    max-width: 70%;
  }
  .newest_blk .newest_inr .rgt .owl-nav {
    right: 40px;
    left: unset;
    bottom: unset;
    top: -90px;
  }
  .bottom_footer .copy_right_blk .rgt{
    flex-direction: column;
    align-items: start;
  }
  .bottom_footer .copy_right_blk .rgt ul {
      margin-left: 0px;
      margin-top: 10px;
  }
  .hero-image {
      width: 100%;
      bottom: 0;
      padding-top: 50px;
  }
  .hero-section .hero-text {
    width: 100%;
  }
  .hero-text b {
    position: unset;
    display: block;
  }
  .hero_btm_blk {
    position: unset;
  }
  .hero-text .btn {
    margin-top: 30px;
  }
  .review_blk .review_inr .review_hd strong {
    font-size: 48px;
    line-height: 53px;
  }
  .review_blk .review_inr .review_boxes .review_box .rew_details strong {
  font-size: 20px;
    line-height: 25px;
}
.main_footer .main_foot_inr .foot_box:not(:last-child) {
    border-bottom: 1px solid #000000;
}
.main_footer .main_foot_inr .foot_box .inp {
    margin-top: 10px;
}
/* faq-page */
  .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .nav .nav-item .nav-link {
    font-size: 15px;
    line-height: 23px;
    padding: 11px 30px 11px 28px;
  }
    .faq_part .inr_faq {
    padding: 70px 0 70px;
  }
  .prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt button.item:not(:nth-child(3n)) {
    margin-right: 15px;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one .color-options label {
    margin: 5px 4px;
  }
    .ons_blog .inr_blk .blogs_blk .item:not(:nth-child(3n)) {
    margin-right: 19px;
}
.contact_blk .top_con_info .inr_blk ul li:not(:last-child) {
    margin-right: unset;
}
.contact_blk .top_con_info .inr_blk ul li:not(:nth-child(3n)) {
    margin-right: 15px;
}
.contact_blk .top_con_info .inr_blk ul li {
    width: 32.3%;
    margin-bottom: 20px;
}
.contact_blk .contact_form_block .form_flx .lft .inpu_flx .frm_prt:not(:last-child) {
    margin-right: 20px;
}
.contact_blk .contact_form_block {
    padding-top: 60px;
}
.contact_blk {
    padding: 60px 0;
}
.ck_out .chk_inner>.lft {
    width: 100%;
    padding-right: 0px;
}
.ck_out .chk_inner>.rgt{
  width: 100%;
  padding-left: 0;
  margin-top: 40px;
}
.ck_out {
    background-image: linear-gradient(to bottom,#fff 70%,#F0F0F0 30%);
}
.ck_out .chk_inner .lft>strong {
    margin-top: 30px;
    font-size: 23px;
    line-height: 28px;
}
.prd_det .prd_slider .lft {
    width: 100%;
}
.prd_det .prd_slider .rgt {
   width: 100%;
    margin-left:unset;
    margin-top: 30px;
}
.prd_det .prd_slider .lft .product-gallery .swiper.thumb-swiper .swiper-wrapper .swiper-slide {
    width: 190px;
    height: 190px !important;
}
.prd_det .prd_slider .lft .product-gallery .swiper.thumb-swiper .swiper-wrapper .swiper-slide img {
    height: 185px;
}
.prd_det .prd_slider .lft .product-gallery .swiper.main-swiper .swiper-slide  img {
    bottom: -10px;
}
.prd_det .prd_slider .prd_quan .lft,.prd_det .prd_slider .prd_quan .rgt{
    width: 49%;
}
.review-summary .overall-rating .circle-container .circle-progress .inner-text {
    font-size: 40px;
    line-height: 45px;
}
.review_rating_blk, .prd_det .prd_slider ,.product_content_part{
    padding: 60px 0;
}
.prt_over .prt_inr {
    padding: 60px 0;
}
.blog_box .btm_date span {
    font-family: Jost-SemiBold;
    padding-left: 4px;
    font-size: 16px;
}
/* 07-06-25 */
 .abts_page .abts_inr .goor .inr_blk .lft .img_blk .inr_img > img {
    width: 255px;
    height: 250px;
  }
/* 07-06-25 */
/* 13-06-25 */
.prd_det .prd_slider .rgt {
    width: 100% !important;
}
.prd_det .prd_slider .lft #wpgis-gallery .slick-list.draggable .slick-track li {
    width: 190px !important;
    height: 190px !important;
}
.prd_det .prd_slider .lft #wpgis-gallery .slick-list.draggable .slick-track li img {
    height: 185px;
}
.log_reg_par {
    flex-wrap: wrap;
}
.log_reg_par .lft,.log_reg_par .rgt {
    width: 100%;
}
.log_reg_par .register-form, .log_reg_par .login-form,.log_reg_par .forgot-password-form {
    margin-top: 100px;
}
.log_reg_par .lft .txt_blk strong {
    font-size: 56px;
    line-height: 66px;
}
#media_image-2{
  width: 50%;
}
/* 13-06-25 */
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .coupon input {
    max-width: 148px;
}
.cart_parent_frm .cart-flx .lft table tbody tr .product-name a img {
    height: 65px !important;
    width: 70px !important;
}
.cart_parent_frm .cart-flx .lft table tbody tr .product-name a:last-child, .cart_parent_frm .cart-flx .lft table tbody tr .product-price span, .cart_parent_frm .cart-flx .lft table tbody tr .product-subtotal span {
    font-size: 15px;
    line-height: 23px;
}
.cart_parent_frm .cart-flx .lft table tbody tr .product-name a:last-child {
    padding-left: 15px;
    text-align: start;
}
.cart_parent_frm .cart-flx {
    padding: 35px 0px 50px;
}

.main_header .main_header_inr ul li {
    width: 100%;
}
.main-menu li:has(ul.sub-menu):hover ul.sub-menu{
  opacity: 0;
  visibility: hidden;
}
.main-menu li ul.sub-menu {
    width: 100%;
    display: none;
    position: unset;
    background-color: unset;
    box-shadow:unset;
      opacity: 1 !important;
  visibility: visible !important;
  margin-top: 0;
  padding: 20px 10px;
}
.mid-head .mid_head_inr .lft ul {
    flex-wrap: wrap;
}
.mid-head .mid_head_inr .lft ul li{
  margin-bottom: 12px;
}
.main-menu li ul.sub-menu {
    margin-bottom: 0;
    padding-bottom: 0;
}
.main-menu li ul.sub-menu li:last-child{
  margin-bottom: 0;
}
}
@media screen and (max-width: 991px) {
.uneven_blk .uneven_inr .lft .uneven_item.fst_itm {
    margin-right: 17px;
}
.uneven_blk .uneven_inr .rgt .uneven_item:not(:last-child) {
    margin-right: 17px;
}
.best_seller_blk .best_seller_boxes .best_seller_itm:not(:nth-child(4n)) {
    margin-right: unset;
}
.best_seller_blk .best_seller_boxes .best_seller_itm:not(:nth-child(3n)) {
    margin-right: 15px;
}
.best_seller_blk .best_seller_boxes .best_seller_itm {
    width: 31.6%;
}
.review_blk .review_inr .review_hd strong {
    font-size: 43px;
    line-height: 48px;
}
  .review_blk .review_inr .review_boxes .review_box .top_hd b {
       font-size: 26px;
    line-height: 31px;
}
.lastest_blk .lastese_boxes .lastest_item .rgt .count_blk ul li b {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 20px;
}
.lastest_blk .lastese_boxes .lastest_item .rgt .btm_blk ,.lastest_blk .lastese_boxes .lastest_item .rgt .top_blk{
    padding: 13px 13px;
  }
  .lastest_blk .lastese_boxes .lastest_item .lft .img_blk {
    bottom: -71px;
  }
  .usp_blk, .new_Arrival_blk .new_Arrival_inr, .best_seller_blk, .lastest_blk, .review_blk, .newest_blk {
    padding: 50px 0;
  }
 .blog_box .badge_blk span {
    font-size: 14px;
    line-height: 19px;
  }
  .top_seller_blk .top_seller_inr .lft img {
    height: 350px;
  }
  .hero-image img {
    height: 420px;
  }
  /* faq-page */
    .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .tab-content .tab-pane .inr_part .inr_blk .faq-box .fqbx_hd span {
    font-size: 16px;
    line-height: 23px;
  }
  .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .nav .nav-item:not(:last-child) {
    margin-right: 15px;
  }
  .prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt button.item:not(:nth-child(3n)) {
      margin-right: 17px;
  }
 .prt_over .prt_inr .prt_itms .inr_blk .lft.res_lft {
    position: fixed;
    top: 0;
    left: -350px;
    z-index: 1001;
    margin: 0;
    width: 0%;
    border-radius: 0 !important;
    background-color: rgba(0, 0, 0, 0.4);
    overflow-y: auto;
    height: 100%;
}
  .prt_over .prt_inr .prt_itms .inr_blk .lft.res_lft .prt_ {
    width: 300px;
    background: #fff;
    position: relative;
    padding-top: 80px;
  }
  .prt_over .prt_inr .prt_itms .inr_blk .lft.res_lft.opn_ {
    left: 0px;
    width: 100%;
  }
  .prt_over .prt_inr .prt_itms .inr_blk .rgt {
    width: 100%;
  }
  .prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft > div.fil_bur {
    display: flex;
  }
  .prt_over .prt_inr .prt_itms .inr_blk .lft .prt_ .cls_btn {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    }
  .prt_over .prt_inr .prt_itms .inr_blk .lft {
    transition: 0.5s all;
  }
 .prt_over .prt_inr .prt_itms .inr_blk .lft .tp_hd {
    padding: 0 10px;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft .prt_div .sm_one, .prt_over .prt_inr .prt_itms .inr_blk .lft .acto_div .sm_one {
    padding: 20px 10px 10px 10px;
}
  .ons_blog .inr_blk .blogs_blk .item:not(:nth-child(3n)) {
    margin-right: 17px;
}
.ons_blog .inr_blk {
    padding: 50px 0;
}
.contact_blk .top_con_info .inr_blk ul li {
    width: 32.1%;
}
.contact_blk .contact_form_block {
    padding-top: 50px;
}
.contact_blk {
    padding: 50px 0;
}
.ck_out {
    padding: 50px 0;
}
.prd_det .prd_slider .lft .product-gallery .swiper.thumb-swiper .swiper-wrapper .swiper-slide {
    width: 176px;
    height: 180px !important;
}
.review_rating_blk, .prd_det .prd_slider,.product_content_part {
    padding: 50px 0;
}
.review_rating_blk .review_rate_inr .lft {
    width: 100%;
    order: 2;
}
.review_rating_blk .review_rate_inr .rgt {
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
}
.review_rating_blk .review_rate_inr .rgt  .review-summary {
    position: unset;
}
.prt_over .prt_inr{
  padding: 50px 0;
}
.blog_box .btm_date span {
    padding-left: 0px;
    font-size: 15px;
}
/* 07-06-25 */
.abts_page .abts_inr .koop .inr_blk, .abts_page .abts_inr .top_k .inr_blk {
    padding: 60px 0;
  }
  .abts_page .abts_inr .goor .inr_blk {
    padding: 70px 0;
    display: block;
  }
  .abts_page .abts_inr .goor .inr_blk .lft {
    width: 100%;
    margin-right: 0;
    max-width: 500px;
    margin: 0 auto;
  }
  .abts_page .abts_inr .goor .inr_blk .rgt {
    width: 100%;
    margin-top: 50px;
  }
  .abts_page .abts_inr .koop .inr_blk,
  .abts_page .abts_inr .top_k .inr_blk {
    display: block;
  }
  .abts_page .abts_inr .koop .inr_blk .lft {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .abts_page .abts_inr .koop .inr_blk .rgt {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .abts_page .abts_inr .top_k .inr_blk .lft {
    width: 100%;
    max-width: 500px;
    margin-right: 0;
    margin: 0 auto;
  }
  .abts_page .abts_inr .top_k .inr_blk .rgt {
    width: 100%;
    margin-top: 40px;
  }
  .abts_page .abts_inr .koop .inr_blk, .abts_page .abts_inr .top_k .inr_blk {
    padding: 50px 0;
  }
/* 07-06-25 */
/* 13-06-25 */
.prd_det .prd_slider .lft .product-gallery .swiper.thumb-swiper .swiper-wrapper .swiper-slide {
    width: 176px;
    height: 180px !important;
}
.prd_det .prd_slider .lft #wpgis-gallery .slick-list.draggable .slick-track{
  width: 176px !important;
}
.log_reg_par .lft .txt_blk strong {
    font-size: 55px;
    line-height: 65px;
}
.log_reg_par .lft .txt_blk b {
     font-size: 120px;
    line-height: 105px;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft > div.fil_bur {
    margin-right: 12px;
}
/* 13-06-25 */
.cart_parent_frm .cart-flx {
    flex-direction: column;
}
.cart_parent_frm .cart-flx .lft {
    width: 100%;
    margin-bottom: 35px;
}
.cart_parent_frm .cart-flx .rgt {
    width: 100%;
    padding-left: 0;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .coupon input {
    max-width: 650px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .coupon button {
    max-width: 150px;
    width: 100%;
    margin-left: auto;
}
.cart_parent_frm .cart-flx .lft table tbody tr .product-price {
    text-align: start !important;
}
.cart_parent_frm .cart-flx .lft .table_cart_wrapper {
    margin-bottom: 35px;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft > div.fil_bur {
    margin-right: 12px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
}
.prt_over .prt_inr .prt_itms .inr_blk .wpc-widget-close-container {
    width: 100%;
    position: absolute;
    top: 0;
    display: block !important;
}
.prt_over .prt_inr .prt_itms .inr_blk .wpc-widget-close-container 
.prt_over .prt_inr .prt_itms .inr_blk .wpc-widget-close-container span.wpc-widget-popup-title{
  display: none !important;
}
.prt_over .prt_inr .prt_itms .inr_blk .wpc-widget-close-container a.wpc-widget-close-icon {
    display: flex;
    width: 100%;
    height: 56px;
    margin: 0;
    align-items: center;
    justify-content: end;
    position: relative;
    z-index: 10;
}
.prt_over .prt_inr .prt_itms .inr_blk .wpc-widget-close-container  .wpc-icon-html-wrapper {
    top: 1px;
    margin: 0;
    left: unset;
    background: #f5f5f5;
    border-radius: 50%;
    padding: 14px 7px;
    display: block;
    right: 20px;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft.res_lft.opn_ {
    background-color: #fff;
}
.prt_over .prt_inr .prt_itms .inr_blk .lft.res_lft.opn_ .widget_wpc_filters_widget{
  padding: 10px;
}
header .mob_head .rgt .frst .desk_sig{
  display: none;
}
header .mob_head .rgt .frst .mob_sig {
  display: block;
}
header .mob_head .rgt .frst .mob_sig img {
    width: 20px;
    height: 20px !important;
    object-fit: contain;
}
.privacy_policy_block,.shipping_return_policy_block,.terms_conditions_block{
  padding: 50px 0;
}
}
@media screen and (max-width: 992px) {

/* 22-06-25 */
.best_seller_blk .best_seller_boxes .best_seller_itm,.lastest_blk .lastese_boxes .lastest_item{
  width: 100% !important;
  margin-bottom: 0 !important;
}
/* 22-06-25 */

}
@media screen and (max-width: 920px) {
 .bottom_header ul li {
    width: 100%;
}
}
@media screen and (max-width: 880px) {
.arrival_slider .arrival_boxes .arrival_itm .img_blk img {
    height: 330px;
}
.hero-text b, .brand-name {
    font-size: 130px;
    line-height: 130px;
}
.hero-image img {
    height: 400px;
  }
  .hero_shape .inner-circle {
    width: 140px;
    height: 140px;
    padding: 20px 10px;
  }
  .hero_shape .outer-circle {
    width: 180px;
    height: 180px;
    outline-offset: 5px;
  }
  .circle-text {
    transform-origin: 0 91px;
  }
  .brand-name {
    bottom: 40px;
  }
  .arrival_slider .arrival_boxes .arrival_itm .tx_btn span {
    font-size: 21px;
    line-height: 26px;
  }
  .arrival_slider .arrival_boxes .arrival_itm .tx_btn b {
    padding: 7px 14px;
  }
  .top_seller_blk .top_seller_inr .rgt .top_content_blk strong {
    font-size: 35px;
    line-height: 43px;
  }
  .top_seller_blk .top_seller_inr .rgt .top_content_blk span {
    font-size: 77px;
    line-height: 70px;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 31px;
    line-height: 36px;
  }
  .new_Arrival_blk .new_Arrival_inr .tp_hd {
    margin-bottom: 30px;
  }
  .top_seller_blk .top_seller_inr .lft img {
    height: 320px;
  }
  .uneven_blk .uneven_inr .lft .uneven_item.fst_itm {
    margin-right: 14px;
  }
  .uneven_blk .uneven_inr .lft .uneven_item .txt_blk b>strong, .uneven_blk .uneven_inr .lft .uneven_item .txt_blk b {
    font-size: 23px;
    line-height: 30px;
  }
  .uneven_blk .uneven_inr .lft .uneven_item  .img_blk img {
    height: 285px;
  }
  .uneven_blk .uneven_inr .lft .uneven_item.scd_itm .img_blk {
    right: -67px;
    bottom: -39px;
  }
  .uneven_blk .uneven_inr .rgt .uneven_item:not(:last-child) {
    margin-right: 14px;
  }
  .lastest_banner .lastest_banner_inr .content_blk p {
    font-size: 30px;
    line-height: 40px;
  }
  .lastest_banner .lastest_banner_inr .content_blk span {
    font-size: 78px;
    line-height: 88px;
  }
.lastest_banner .lastest_banner_inr .content_blk {
    max-width: 390px;
}
.lastest_blk .top_hd {
    justify-content: center;
    margin-bottom: 30px;
    flex-direction: column;
    text-align: center;
}
  .lastest_blk .top_hd .rgt,.lastest_blk .top_hd .lft {
    width: 100%;
  }
  .lastest_blk .lastese_boxes .lastest_item:not(:nth-child(2n)) {
    margin-right: unset
  }
.lastest_blk .lastese_boxes .lastest_item {
    width: 100%;
    margin-bottom: 20px;
}
.review_blk .review_inr .review_hd strong {
    font-size: 40px;
    line-height: 45px;
}
.lastest_blk .top_hd .rgt p {
    margin-top: 15px;
}
.new_Arrival_boxes .owl-nav {
    top: -55px;
    right: 12px;
}
/* faq-page */
  .faq_part .inr_faq {
    padding: 50px 0 50px;
  }
  .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .tab-content .tab-pane .inr_part .inr_blk {
    width: 100%;
    margin-bottom: 20px;
  }
.prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt button.item:not(:nth-child(3n)) {
    margin-right: 14px;
}
  .ons_blog .inr_blk .blogs_blk .item:not(:nth-child(3n)) {
    margin-right: 14px;
  }
  .contact_blk .top_con_info .inr_blk ul li {
    width: 31.9%;
}
.contact_blk .top_con_info .inr_blk ul li .txt_blk strong {
    font-size: 18px;
    line-height: 24px;
}
.contact_blk .contact_form_block .form_flx .wpcf7.js {
    width: 100%;
}
.contact_blk .contact_form_block .form_flx .rgt {
    width: 100%;
}
.ck_out .chk_inner .lft>strong {
    font-size: 20px;
    line-height: 25px;
    margin-top: 20px;
}
.related.products .tp_hd{
  margin-bottom: 30px;
}
.log_reg_par .lft .txt_blk b {
   font-size: 110px;
   line-height: 95px;
}
.log_reg_par .lft .txt_blk strong {
    font-size: 51px;
    line-height: 65px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .coupon input {
    max-width: 540px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals table tbody tr th {
    display: block !important;
}
.cart_parent_frm .cart-flx .lft table thead tr .product-remove {
    width: 10%;
}
.cart_parent_frm .cart-flx .lft table thead tr .product-name {
    width: 46%;
}
/* 24-06-25 */
.review_blk .review_inr .review_boxes .review_box p {
    height: 53px;
}
/* 24-06-25 */
}
@media screen and (max-width: 768px){
  .table_cart_wrapper{
  display: none;
}
.table_cart_wrapper.cart-div-structure .cart-scroll-wrapper {
    width: 100%;
    padding: 5px;
    border: 1px solid #000;
}
  .table_cart_wrapper.cart-div-structure {
    display: block;
  }
  .table_cart_wrapper.cart-div-structure .cart-header {
    display: none;
  }
.table_cart_wrapper.cart-div-structure .cart_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 14px;
    justify-content: space-between;
}
.table_cart_wrapper.cart-div-structure .cart_item:not(:last-child){
    border-bottom: 1px solid #000;

}
  .table_cart_wrapper.cart-div-structure .cart_item .product-name img {
    height: 86px !important;
    width: 86px !important;
    border-radius: 4px;
    min-width: 86px;
  }
  .table_cart_wrapper.cart-div-structure .cart_item .product-name {
    display: flex;
    align-items: center;
  }
  .table_cart_wrapper.cart-div-structure .cart_item .product-name a:last-child {
    font: 16px / 22px "Jost-SemiBold";
    color: #000;
    padding: 0px 15px;
    width: 255px;
  }
  .table_cart_wrapper.cart-div-structure .cart_item .product-price span bdi{
    font: 17px / 28px "Jost-SemiBold";
    color: #000;
  }
  .table_cart_wrapper.cart-div-structure .cart_item .product-quantity {
  padding-left: 11px;
  }
  .table_cart_wrapper.cart-div-structure .cart_item .product-subtotal b{
    display: none;
     font: 17px / 28px "Jost-SemiBold";
    color: #000;
  }
.table_cart_wrapper.cart-div-structure .cart_item .product-subtotal span bdi{
 font: 16px / 28px "Jost-SemiBold";
color: #000;
padding-right: 30px;
}
.table_cart_wrapper.cart-div-structure .cart_item .product-remove a{
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.table_cart_wrapper.cart-div-structure .cart_item:not(:last-child) {
border-bottom: 1px solid #d3d3d3;
padding-bottom: 25px;
margin-bottom: 25px;
}
.cart_parent_frm .cart-flx .lft .table_cart_wrapper {
    margin-bottom: 20px;
}
.table_cart_wrapper{
  display: none;
}
.table_cart_wrapper.cart-div-structure{
  display: block;
}
.variation .variation-color{
  width: 48%;
  display: inline-block;
}
.variation .variation-size{
  width: 48%;
  display: inline-block;
}
.table_cart_wrapper.cart-div-structure .cart_item .product-name a:has(img) {
    width: 90px;
    height: 90px;
    background: #E1E1E1;
    display: flex;
    justify-content: center;
    position: relative;
}
.table_cart_wrapper.cart-div-structure .cart_item .product-name a img {
    height: 70px !important;
    width: 70px !important;
    object-fit: contain;
    bottom: 0px;
    position: absolute;
}
.table_cart_wrapper.cart-div-structure .cart_item .product-name .product-variation{
  margin-left: 12px;
}
.table_cart_wrapper.cart-div-structure .cart_item .product-name .product-variation a{
  font: 15px / 20px "Jost-Regular";
    color: #000;
}
.table_cart_wrapper.cart-div-structure .cart_item .product-name .product-variation .variation dt {
    font: 15px / 20px "Jost-Regular";
    color: #000;
    font-weight: 800;
}
.table_cart_wrapper.cart-div-structure .cart_item .product-name .product-variation .variation dd{
    font: 15px / 20px "Jost-light";
    color: #000;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals table tbody tr.cart-subtotal th,.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals table tbody tr.order-total th{
  display: none !important;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals tr.cart-subtotal td::before,.cart_parent_frm .cart-flx .rgt .cart-collaterals tr.order-total td::before{
  color: #fff;
}
.orde_tb table.my_account_orders{
  border-top: unset;
}
}
@media screen and (max-width: 767px) {
  .hero_shape .inner-circle ::before {
      background-size: 58px;
      width: 59px;
      height: 44px;
  }
  .hero-section {
    padding-top: 20px;
  }
  .hero-image img {
    height: 350px;
  }
  .hero_shape {
    right: 40px;
    top: 0;
  }
  .hero_shape::after {
    left: -24px;
    width: 36px;
    height: 36px;
    background-size: 36px;
  }
  .uneven_blk .uneven_inr .lft .uneven_item.fst_itm {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .uneven_blk .uneven_inr .lft .uneven_item {
    width: 100%;
  }
  .uneven_blk .uneven_inr .uneven_item .txt_blk p {
    max-width: 345px;
  }
  .uneven_blk .uneven_inr .lft .uneven_item.fst_itm .img_blk {
    right: -150px;
    margin-top: -200px;
  }
  .uneven_blk .uneven_inr .lft .uneven_item.scd_itm .img_blk {
    right: -190px;
    margin-top: -230px;
  }
  .uneven_blk .uneven_inr .rgt .uneven_item:not(:last-child) {
    margin-right:unset;
    margin-bottom: 20px;
  }
  .uneven_blk .uneven_inr .rgt .uneven_item {
    width: 100%;
  }
  .uneven_blk .uneven_inr .rgt .uneven_item .img_blk {
    right: -90px;
    margin-top: -55px;
  }
  .uneven_blk .uneven_inr .rgt .uneven_item .txt_blk {
    width: 47.5%;
  }
  .uneven_blk .uneven_inr .rgt .uneven_item .txt_blk b>strong {
    display: inline-block;
    padding-left: 3px;
  }
  .uneven_blk .uneven_inr .rgt .uneven_item .img_blk {
    width: 52.5%;
  }
  .lastest_banner .lastest_banner_inr .content_blk p {
    font-size: 25px;
    line-height: 37px;
  }
  .lastest_banner .lastest_banner_inr .content_blk a {
    padding: 8px 26px;
    margin-top: 20px;
  }
  .lastest_banner .lastest_banner_inr .content_blk span {
    font-size: 68px;
    line-height: 78px;
  }
  .lastest_banner .lastest_banner_inr .content_blk {
      max-width: 320px;
  }
  .bottom_footer .copy_right_blk {
    flex-direction: column;
  }
  .bottom_footer .copy_right_blk .lft{
    width: 100%;
  }
  .bottom_footer .copy_right_blk .rgt {
    align-items: end;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .hero_shape .inner-circle {
    width: 130px;
    height: 130px;
    padding: 15px 10px;
  }
  .hero_shape .outer-circle {
    width: 170px;
    height: 170px;
  }
  .circle-text {
    transform-origin: 0 87px;
  }
  .discount_banner .discount_banner_inr p>strong,.discount_banner .discount_banner_inr p>span {
    font-size: 19px;
    line-height: 24px;
  }
  .review_blk .review_inr .review_hd strong {
    font-size: 38px;
    line-height: 43px;
  }
  .review_blk .review_inr .review_boxes .review_box .top_hd b {
    font-size: 25px;
    line-height: 30px;
  }
  .review_blk .review_inr .review_boxes .review_box .rew_details strong {
    font-size: 19px;
    line-height: 24px;
  }
  .review_blk .review_inr .review_boxes .review_box p {
    margin-top: 25px;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 30px;
    line-height: 35px;
  }
  .banner_slider .owl-dots {
    bottom: 10px;
    right: 10px;
  }
  .arrival_slider .arrival_boxes .owl-nav button {
    width: 30px;
    height: 68px;
  }
  .arrival_slider .arrival_boxes .owl-nav button.owl-prev,.arrival_slider .arrival_boxes .owl-nav button.owl-next { 
    background-size: 12px !important;
  }
  /* faq-page */
   .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .nav {
    justify-content: space-between;
  }
  .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .nav .nav-item {
    width: 49%;
  }
  .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .nav .nav-item .nav-link {
    width: 100%;
  }
  .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .nav .nav-item:not(:last-child) {
    margin-right: 0;
  }
  .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .nav {
    margin-bottom: 20px;
  }
  .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .nav .nav-item:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .nav .nav-item .nav-link {
    font-size: 15px;
    line-height: 23px;
    padding: 14px 30px 14px 28px;
  }
  .prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt button.item:not(:nth-child(3n)) {
    margin-right: 12px;
  }
  .prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt.list_view .best_seller_itm .top_img .img_blk img {
    height: 220px;
}
  .ons_blog .inr_blk .blogs_blk .item {
    width: 48%;
  }
  .ons_blog .inr_blk .blogs_blk .item:not(:nth-child(3n)) {
    margin-right: unset;
  }
  .ons_blog .inr_blk .blogs_blk .item:not(:nth-child(2n)) {
      margin-right: 24px;
  }
  .contact_blk .contact_form_block .form_flx .rgt iframe {
    height: 550px;
  }
  .contact_blk .top_con_info .inr_blk ul li:not(:nth-child(3n)) {
    margin-right: unset;
  }
  .contact_blk .top_con_info .inr_blk ul li:not(:nth-child(2n)) {
    margin-right: 20px;
  }
  .contact_blk .top_con_info .inr_blk ul li{
    width: 49%;
  }
  .contact_blk .top_con_info .inr_blk ul li {
    width: 48.4%;
  }
  .contact_blk .top_con_info .inr_blk ul li .img_blk img {
    width: 50px;
    height: 50px;
  }
  .prd_det .prd_slider .lft .product-gallery .swiper.thumb-swiper .swiper-wrapper .swiper-slide {
    width: 135px;
    height: 150px !important;
  }
  .prd_det .prd_slider .rgt .badge_blk ul li {
      padding: 5px 16px;
  }
  .prd_det .prd_slider .lft .product-gallery {
    height: 550px;
}
.prd_det .prd_slider .lft .product-gallery .swiper.thumb-swiper .swiper-wrapper .swiper-slide img {
    height: 145px;
}
.prd_det .prd_slider .prd_quan .lft{
    width: 40%;
}
 .prd_det .prd_slider .prd_quan .rgt {
  width: 56%;
 }
 .review_rating_blk .review_rate_inr .lft .rew_box .det_blk .img_blk .lft img {
    width: 70px;
    height: 70px;
}
.prd_det .prd_slider .lft .product-gallery .swiper.thumb-swiper .swiper-wrapper .swiper-slide {
    width: 110px;
    height: 130px !important;
}
.prd_det .prd_slider .lft .product-gallery .swiper.thumb-swiper .swiper-wrapper .swiper-slide img {
    height: 130px;
}
.product_content_part .prd_bottom_content .table_content tr td:last-child {
    font-size: 16px;
    line-height: 21px;
}
.review-summary .overall-rating {
    padding: 40px 30px;
}
/* 07-06-25 */
.abts_page .abts_inr .goor .inr_blk {
    padding: 60px 0;
  }
  .abts_page .abts_inr .goor .inr_blk .lft .img_blk > img {
    height: 345px;
    width: 360px;
  }
  .abts_page .abts_inr .goor .inr_blk .lft .img_blk .inr_img > img {
    width: 235px;
    height: 240px;
  }
  .abts_page .abts_inr .goor .inr_blk .lft,
  .abts_page .abts_inr .koop .inr_blk .rgt,
  .abts_page .abts_inr .top_k .inr_blk .lft {
    max-width: 450px;
  }
  .abts_page .abts_inr .goor .inr_blk .rgt {
    margin-top: 40px;
  }
  .abts_page .abts_inr .top_k .inr_blk .lft .img_blk img, .abts_page .abts_inr .koop .inr_blk .rgt .img_blk img {
    height: 340px;
  }
/* 07-06-25 */
/* 13-06-25 */
.prd_det .prd_slider .lft #wpgis-gallery .slick-list.draggable .slick-track li {
    width: 110px !important;
    height: 130px !important;
}
.prd_det .prd_slider .lft #wpgis-gallery .slick-list.draggable .slick-track{
  width: 110px !important;
}
.prd_det .prd_slider .lft #wpgis-gallery .slick-list.draggable .slick-track li img {
    height: 130px;
}
.prd_det .prd_slider .lft .images {
    height: 550px !important;
}
/* 13-06-25 */
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .coupon input {
    max-width: 425px;
}

/* 18-07-25 */
.prd_det .prd_slider .lft #wpgis-gallery .slick-list.draggable .slick-track{
  transform: unset !important;
}
/* 18-07-25 */
}
@media screen and (max-width: 720px) {
main#main .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block:has(.wc-block-components-checkout-order-summary__title) {
    position: fixed;
    background-color: #fff;
    z-index: 10000;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0 10px;
}
}
@media screen and (max-width: 650px) {
  .hero-text b, .brand-name {
    font-size: 110px;
    line-height: 110px;
}
.hero-text strong {
    font-size: 36px;
    line-height: 38px;
}
.hero-image img {
    height: 300px;
}
.hero_shape .inner-circle {
    width: 115px;
    height: 115px;
}
.hero_shape .inner-circle strong {
    font-size: 26px;
    line-height: 32px;
}
.hero_shape .inner-circle ::before {
    background-size: 45px;
    width: 45px;
    height: 37px;
}
.hero_shape .inner-circle span {
    font-size: 13px;
    line-height: 18px
}
.circle-text {
    transform-origin: 0 82px;
}
.hero_shape .outer-circle {
    width: 160px;
    height: 160px;
}
.hero_shape {
    right: 20px;
    top: -10px;
}
.brand-name {
    bottom: 10px;
}
.top_seller_blk .top_seller_inr .lft img {
    height: 280px;
}
.best_seller_blk .best_seller_boxes .best_seller_itm {
    width: 48.5%;
}
.best_seller_blk .best_seller_boxes .best_seller_itm:not(:nth-child(3n)) {
    margin-right: unset;
}
.best_seller_blk .best_seller_boxes .best_seller_itm:not(:nth-child(2n)) {
    margin-right: 15px;
}
.lastest_banner .lastest_banner_inr .content_blk p {
    font-size: 22px;
    line-height: 30px;
}
.lastest_banner .lastest_banner_inr .content_blk span {
    font-size: 60px;
    line-height: 70px;
}
.lastest_banner .lastest_banner_inr .content_blk {
    max-width: 220px;
}
.lastest_banner .lastest_banner_inr .lft_imag_blk img, .lastest_banner .lastest_banner_inr .rgt_imag_blk img {
    height: 270px;
}
.review_blk .review_inr .review_hd strong {
    font-size: 35px;
    line-height: 40px;
}
 .blog_box .blog_conten strong {
    font-size: 19px;
    line-height: 26px;
}
 .blog_box .blog_conten img {
    height: 210px;
}
.hero_shape .inner-circle strong >b {
    font-size: 19px;
    line-height: 24px;
}
.usp_blk{
  padding: 40px 0;
}
.arrival_slider .arrival_boxes .arrival_itm .img_blk img {
    height: 310px;
}
.main_footer .main_foot_inr .foot_box .inp button {
    padding: 6px 13px;
}
.main_footer .main_foot_inr .foot_box .inp {
    padding: 5px 10px;
}
/* faq-page */
 .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .tab-content .tab-pane .inr_part .inr_blk .faq-box:not(:last-of-type),
  .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .tab-content .tab-pane .inr_part .inr_blk {
    margin-bottom: 15px;
  }
    .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .nav .nav-item {
    width: 45%;
  }
  .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .nav {
    justify-content: space-evenly;
  }
  .faq_part .inr_faq {
    padding: 40px 0 40px;
  }
  .prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ {
    justify-content: unset;
    flex-wrap: wrap;
  }
  .prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft { 
    width: 100%;
  }
.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .rgt {
    width: 100%;
    max-width: 60%;
    margin-top: 20px;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt button.item:not(:nth-child(3n)) {
    margin-right: unset;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt button.item:not(:nth-child(2n)) {
    margin-right: 12px;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt button.item {
    width: 48.8%;
}
  .ons_blog .inr_blk .blogs_blk .item:not(:nth-child(2n)) {
    margin-right: 21px;
  }
  .contact_blk .top_con_info .inr_blk ul li {
    width: 48.1%;
}
.contact_blk .top_con_info .inr_blk ul li .img_blk img {
    width: 45px;
    height: 45px;
}
.contact_blk .contact_form_block .form_flx .wpcf7.js {
    padding: 25px;
}
.contact_blk .contact_form_block .form_flx .lft .inpu_flx .frm_prt:not(:last-child) {
    margin-right: 18px;
}
.contact_blk .contact_form_block .form_flx .rgt iframe {
    height: 450px;
}
.prd_det .prd_slider .lft .product-gallery {
    height: 470px;
}
.review_rating_blk .review_rate_inr .lft .rew_box .det_blk .img_blk .lft img {
    width: 60px;
    height: 60px;
}
.prd_det .prd_slider .prd_quan .lft ,.prd_det .prd_slider .prd_quan .rgt{
    width: 100%;
}
.product_content_part .prd_bottom_content .table_content tr td:last-child {
    width: 44%;
}
.product_content_part .prd_bottom_content .table_content tr td:first-child {
    width: 20%;
}
.review_rating_blk .review_rate_inr .lft .rew_box .det_blk .img_blk .lft img:not(:last-child) {
    margin-right: 5px;
}
/* 07-06-25 */
.abts_page .abts_inr .goor .inr_blk .rgt > p {
    margin-bottom: 10px;
  }
  .abts_page .abts_inr .koop .inr_blk .lft > ul {
    margin: 0px 0 10px;
  }
  .abts_page .abts_inr .koop .inr_blk .lft > ul li {
    background-position: left top 6px;
  }
  .abts_page .abts_inr .koop_op .inr_blk {
    padding: 60px 0 50px;
  }
  .abts_page .abts_inr .goor .inr_blk .lft, .abts_page .abts_inr .koop .inr_blk .rgt, .abts_page .abts_inr .top_k .inr_blk .lft {
    max-width: 400px;
  }
  .abts_page .abts_inr .top_k .inr_blk .lft .img_blk img, .abts_page .abts_inr .koop .inr_blk .rgt .img_blk img {
    height: 300px;
  }
  .abts_page .abts_inr .goor .inr_blk .lft .img_blk > img {
    height: 305px;
    width: 330px;
  }
  .abts_page .abts_inr .goor .inr_blk .lft .img_blk .inr_img > img {
    width: 205px;
    height: 210px;
  }
/* 07-06-25 */
/* 13-06-25 */
.prd_det .prd_slider .lft .images {
    height: 470px !important;
}
.log_reg_par .register-form, .log_reg_par .login-form ,.log_reg_par .forgot-password-form{
    margin-top: 80px;
}
.log_reg_par .lft .txt_blk strong {
    font-size: 30px;
    line-height: 40px;
    margin-top: 15px;
}
.log_reg_par .lft .txt_blk b {
    font-size: 90px;
    line-height: 75px;
}
.log_reg_par .lft::before {
    width: 130px;
    height: 130px;
    background-size: 130px;
}
/* 13-06-25 */

.cart_parent_frm .cart-flx .lft table thead tr .product-price,.cart_parent_frm .cart-flx .lft table thead tr .product-subtotal {
    width: 10.3%;
}
.cart_parent_frm .cart-flx .lft table thead tr{display: revert !important;}
/* 17-06-25 */
  .table_cart_wrapper.cart-div-structure .cart_item .product-subtotal b{
    display: inline-block;
  }
  .cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .coupon button {
    max-width: 90px;
}
.cart_parent_frm .cart-flx .rgt .cart-collaterals .cart_totals .coupon {
    padding: 10px 7px;
}
/* 17-06-25 */
.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft p {
    margin-left: auto;
}
}
@media screen and (max-width: 550px) {
  header .mob_head .centr {
    flex-wrap: wrap;
}
.mob_logo {
    justify-content: end;
}
header .mob_head .bur_{
    align-self: start;
}
header .mob_head .rgt {
    margin-top: 20px;
}
.hero-text b, .brand-name {
    font-size: 90px;
    line-height: 100px;
}
.hero-text strong {
    font-size: 33px;
    line-height: 38px;
}
.hero-text .btn {
    margin-top: 20px;
}
.hero-image img {
    height: 240px;
}
.hero_shape .inner-circle strong {
    font-size: 24px;
    line-height: 30px;
}
.hero_shape .inner-circle strong >b {
    font-size: 17px;
    line-height: 22px;
}
.hero_shape .inner-circle ::before {
    background-size: 40px;
    width: 40px;
    height: 29px;
}
.hero_shape .inner-circle {
    width: 105px;
    height: 105px;
}
.hero_shape .inner-circle span {
    font-size: 12px;
    line-height: 17px;
}
.hero_shape .outer-circle {
    width: 145px;
    height: 145px;
}
.circle-text {
    font-size: 12px;
    line-height: 17px;
}
.circle-text.dot-text {
    font-size: 32px;
}
.circle-text {
    transform-origin: 0 73px;
}
.hero_shape::after {
    left: -8px;
    width: 26px;
    height: 26px;
    background-size: 26px;
    bottom: -10px;
}
.arrival_slider .arrival_boxes .arrival_itm .img_blk img {
    height: 290px;
}
.arrival_slider .arrival_boxes .arrival_itm .tx_btn span {
    font-size: 19px;
    line-height: 24px;
}
.arrival_slider .arrival_boxes .arrival_itm .tx_btn b {
    font-size: 14px;
    line-height: 19px;
    margin-top: 15px;
}
.top_seller_blk .top_seller_inr .rgt .top_content_blk strong {
    font-size: 33px;
    line-height: 41px;
}
.top_seller_blk .top_seller_inr .rgt .top_content_blk span {
    font-size: 70px;
    line-height: 68px;
}
.top_seller_blk .top_seller_inr .rgt .btm_info ul li b {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 6px;
}
.top_seller_blk .top_seller_inr .lft img {
    height: 240px;
}
.uneven_blk .uneven_inr .lft .uneven_item .txt_blk {
    max-width: 220px;
}
.uneven_blk .uneven_inr .lft .uneven_item  .img_blk img {
    height: 225px;
}
.uneven_blk .uneven_inr .lft .uneven_item.fst_itm .img_blk {
    right: -90px;
    margin-top: -210px;
}
.uneven_blk .uneven_inr .lft .uneven_item.scd_itm .img_blk {
    right: -120px;
}
.uneven_blk .uneven_inr .lft .uneven_item .txt_blk b>strong, .uneven_blk .uneven_inr .lft .uneven_item .txt_blk b {
    font-size: 21px;
    line-height: 28px;
}
.uneven_blk .uneven_inr  .uneven_item .txt_blk span {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 9px;
}
.uneven_blk .uneven_inr .uneven_item .txt_blk p {
       font-size: 14px;
    line-height: 22px;
}
.uneven_blk .uneven_inr .rgt .uneven_item .img_blk {
    right: -30px;
}
.best_seller_blk .best_seller_boxes .best_seller_itm:not(:nth-child(2n)) {
    margin-right: 12px;
}
.best_seller_itm .top_img .img_blk img {
    height: 210px;
}
.lastest_banner .lastest_banner_inr .content_blk p {
    font-size: 19px;
    line-height: 24px;
    margin-top: 10px;
}
.lastest_banner .lastest_banner_inr .content_blk span {
    font-size: 50px;
    line-height: 50px;
}
.lastest_banner .lastest_banner_inr .content_blk a {
    padding: 8px 18px;
    margin-top: 16px;
    font-size: 14px;
    line-height: 19px;
}
.lastest_banner .lastest_banner_inr .content_blk {
    max-width: 190px;
}
.lastest_banner .lastest_banner_inr .lft_imag_blk img, .lastest_banner .lastest_banner_inr .rgt_imag_blk img {
    height: 210px;
}
.lastest_blk .lastese_boxes .lastest_item .lft .img_blk img {
    height: 250px;
}
.discount_banner .discount_banner_inr p>strong, .discount_banner .discount_banner_inr p>span {
    font-size: 17px;
    line-height: 22px;
}
.review_blk .review_inr .review_hd strong {
    font-size: 30px;
    line-height: 35px;
}
.review_blk .review_inr .review_boxes .review_box .top_hd b {
    font-size: 22px;
    line-height: 28px;
}
.review_blk .review_inr .review_boxes .review_box .rew_details strong {
    font-size: 18px;
    line-height: 23px;
}
.review_blk .review_inr .review_boxes .review_box .rew_details span {
       font-size: 15px;
    line-height: 23px;
}
 .blog_box .badge_blk span {
    font-size: 13px;
    line-height: 18px;
}
 .blog_box .blog_conten strong {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
}
 .blog_box .blog_conten img {
    height: 170px;
}
 .main_footer .main_foot_inr .foot_box .social_icn ul li a img{
    width: 22px;
    height: 22px;
  }
  .main_footer .main_foot_inr .foot_box .social_icn ul li:not(:last-child) {
    margin-right: 7px;
  }
  .usp_blk .usp_inr ul li .img_blk {
    width: 50px;
    margin-right: 10px;
  }
  .usp_blk .usp_inr ul li .txt_blk {
    width: calc(100% - 60px);
  }
  .usp_blk .usp_inr ul li .txt_blk b {
    margin-bottom: 3px;
    font-size: 19px;
    line-height: 24px;
  }
  /* faq-page */
        .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .nav .nav-item {
    width: 47%;
  }
  .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .tab-content .tab-pane .inr_part .inr_blk .faq-box .fqbx_hd {
    padding: 10px 10px 10px 18px;
  }
  .faq_part .inr_faq .Freq_blk .inr_blk > p {
    margin: 10px auto 20px;
  }
  .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .nav .nav-item .nav-link {
    padding: 11px 30px 11px 28px;
  }
  .prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt button.item:not(:nth-child(2n)) {
    margin-right: 10px;
}
 .pagination_ li a,  .pagination_ li span {
    width: 40px;
    height: 40px;
  }
  /* .prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft > div {
    width: 38px;
    height: 38px;
  } */
  .prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft p {
    font-size: 15px;
  }
    .ons_blog .inr_blk .blogs_blk .item:not(:nth-child(2n)) {
    margin-right: 16px;
}
.contact_blk .contact_form_block .form_flx .rgt iframe {
    height: 400px;
}
.contact_blk .top_con_info .inr_blk ul li:not(:nth-child(2n)) {
    margin-right: 16px;
}
.contact_blk .top_con_info .inr_blk ul li .txt_blk strong {
    font-size: 16px;
    line-height: 23px;
}
.contact_blk .top_con_info .inr_blk ul li .txt_blk b {
    font-size: 18px;
    line-height: 23px;
}
.contact_blk .top_con_info .inr_blk ul li .img_blk img {
    width: 40px;
    height: 40px;
}
.contact_blk .contact_form_block .form_flx .lft .inpu_flx{
  margin-bottom: 20px;
}
.contact_blk .contact_form_block .form_flx .lft .inpu_flx .frm_prt:not(:last-child) {
    margin-right: unset;
    margin-bottom: 20px;
}
.contact_blk .contact_form_block .form_flx .lft .inpu_flx .frm_prt {
    width: 100%;
}
.contact_blk .contact_form_block .form_flx .lft .chx_fld p {
    font-size: 15px;
}
.contact_blk .contact_form_block .form_flx .lft .btn_sum input[type=submit] {
    padding: 10px 30px;
}
.frm_blk .frm_flx .flx_inr:not(:last-child),.frm_ful_flx .flx_inr:not(:nth-child(2n)) {
    margin-right: unset;
}
.frm_blk .frm_flx .flx_inr,.frm_ful_flx .flx_inr {
    width: 100%;
    margin-bottom: 20px;
}
.chk_order_blk .indu_blk .img_blk {
    width: 70px;
    height: 70px;
    margin-right: 10px;
}
.chk_order_blk .indu_blk .img_blk img {
    height: 69px;
}
.chk_order_blk .indu_blk .txt_blk {
    width: calc(100% - 80px);
}
.payment_blk input[type=submit] {
    padding: 10px 14px;
}
.ck_out {
    background-image: linear-gradient(to bottom,#fff 72.7%,#F0F0F0 30%);
}
.chk_order_blk .indu_blk {
    padding: 15px 15px 15px 15px;
}
.chk_order_blk .indu_blk .txt_blk .lft{
    margin-right: 10px;
}
.payment_blk .int_ label > p {
    font-size: 15px;
}
.payment_blk .int_ label > .img_blk img {
    width: 45px;
    height: 25px;
}
.payment_blk .int_:first-child label > .img_blk img {
    padding: 7px 7px;
}
.inpu_coup input[type=submit] {
    padding: 8px 18px;
}
.inpu_coup {
    padding: 7px 10px 7px 15px;
}
.prd_det .prd_slider .lft .product-gallery .swiper.thumb-swiper .swiper-wrapper .swiper-slide {
    width: 90px;
    height: 90px !important;
}
.prd_det .prd_slider .lft .product-gallery .swiper.thumb-swiper .swiper-wrapper .swiper-slide img {
    height: 80px;
}
.prd_det .prd_slider .lft .product-gallery {
    height: 380px;
}
.prd_det .prd_slider .rgt .prd_det .prc_blk strong {
    font-size: 28px;
    line-height: 34px;
}
.prd_det .prd_slider .btn_blk button {
    padding: 13px 30px;
}
.product_content_part .prd_bottom_content ul.nav-pills li button {
    font-size: 15px;
    line-height: 20px;
}
.product_content_part .prd_bottom_content ul.nav-pills li button {
    font: 15px/20px Jost-SemiBold;
    color: #000;
    border: 1px solid #000;
    border-radius: unset;
    padding: 8px 10px;
}
.product_content_part .prd_bottom_content .table_content tr td:last-child {
    font-size: 15px;
    line-height: 20px;
}
.review_rating_blk .review_rate_inr .lft .rew_box .det_blk .img_blk .lft img {
    width: 47px;
    height: 47px;
}
.contact_blk .contact_form_block .form_flx .wpcf7.js {
    padding: 15px;
}
/* 07-06-25 */
.abts_page .abts_inr .goor .inr_blk .lft, .abts_page .abts_inr .koop .inr_blk .rgt, .abts_page .abts_inr .top_k .inr_blk .lft {
    max-width: 350px;
  }
  .abts_page .abts_inr .goor .inr_blk .lft .img_blk > img {
    height: 285px;
    width: 300px;
  }
  .abts_page .abts_inr .goor .inr_blk .lft .img_blk .inr_img > img {
    width: 175px;
    height: 180px;
  }
  .abts_page .abts_inr .goor .inr_blk .rgt {
    margin-top: 30px;
  }
  .abts_page .abts_inr .goor .inr_blk .rgt .vur_shw .txt_blk strong {
    font-size: 16px;
    line-height: 22px;
  }
  .abts_page .abts_inr .koop .inr_blk .lft {
    margin-bottom: 30px;
  }
  .abts_page .abts_inr .top_k .inr_blk .lft .img_blk img, .abts_page .abts_inr .koop .inr_blk .rgt .img_blk img {
    height: 260px;
  }
/* 07-06-25 */
/* 13-06-25 */
.prd_det .prd_slider .lft #wpgis-gallery .slick-list.draggable .slick-track li {
    width: 90px !important;
    height: 90px !important;
}
.prd_det .prd_slider .lft #wpgis-gallery .slick-list.draggable .slick-track li img {
    height: 80px;
}
.prd_det .prd_slider .lft .images {
    height: 380px !important;
}
.prd_det .prd_slider .lft #wpgis-gallery .slick-list.draggable .slick-track{
  width: 90px !important;
}
.log_reg_par .rgt {
    padding: 30px 30px;
}
.log_reg_par .rgt .frm_flx:has(.inr_flx) {
    flex-wrap: wrap;
}
.log_reg_par .rgt .frm_flx .inr_flx {
    width: 100%;
}
.log_reg_par .rgt .frm_flx .inr_flx:not(:last-child) {
    margin-right: unset;
    margin-bottom: 20px;
}
.log_reg_par .lft .txt_blk b {
    font-size: 40px;
    line-height: 35px;
}
.log_reg_par .lft .txt_blk strong {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
}
.log_reg_par .lft .txt_blk {
    bottom: 80px;
}
.log_reg_par .lft::before {
    width: 110px;
    height: 110px;
    background-size: 110px;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft > .widget_berocket_lgv_widget div a.berocket_lgv_button_list{
  display: none;
}
/* 13-06-25 */
/* 17-06-25 */
.product-quantity .qib-button-wrapper button {
    width: 30px !important;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
    padding: 5px 5px 5px !important;
    font-size: 19px;
    line-height: 19px;
    width: 39px;
}
.thankyou-product-card  .product-image {
    width: 70px !important;
    height: 70px !important;
}
.thankyou-product-card .fst_thu .product-title,.thankyou-product-card .product-price,.thankyou-product-card  .product-qty p {
    font-size: 15px;
    line-height: 21px;
}
.thankyou-summary td:last-child,.thankyou-summary td {
    font-size: 15px;
    line-height: 20px;
}
.thankyou-total td,.thankyou-total td:last-child {
    font-size: 20px;
    line-height: 25px;
}
.custom-thankyou {
    margin: 20px auto;
}
/* 17-06-25 */
/* 22-06-25 */
.prd_det .prd_slider .rgt p.price ins span.woocommerce-Price-amount {
   font-size: 28px;
   line-height: 35px;
}
/* 22-06-25 */
}
@media screen and (max-width: 500px) {

.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft > div.list_ {
    display: none;
}
}
@media screen and (max-width: 470px) {
/* faq-page */
.faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .nav .nav-item .nav-link {
    font-size: 15px;
    line-height: 45px;
    padding: 0;
  }
  .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .nav {
    margin-bottom: 15px;
  }
  .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .tab-content .tab-pane .inr_part .inr_blk .faq-box .fqbx_hd span {
    font-size: 15px;
    line-height: 22px;
  }
  .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .tab-content .tab-pane .inr_part .inr_blk .faq-box .fqbx_hd .img_arw {
    width: 40px;
    height: 40px;
  }
  .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .tab-content .tab-pane .inr_part .inr_blk .faq-box .fqbx_hd {
    justify-content: space-between;
  }
  .thankyou-product-card .fst_thu .product-details {
    margin-left: 6px;
  }
  p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 450px) {
h1, h2, h3, h4, h5, h6 {
    font-size: 24px;
    line-height: 31px;
}
.best_seller_blk .best_seller_boxes .best_seller_itm{
  width: 100%;
}
.best_seller_blk .best_seller_boxes .best_seller_itm:not(:nth-child(2n)) {
    margin-right: unset;
}
.lastest_blk .lastese_boxes .lastest_item {
    flex-direction: column;
}
.lastest_blk .lastese_boxes .lastest_item .lft ,.lastest_blk .lastese_boxes .lastest_item .rgt{
    width: 100%;
    overflow: hidden;
}
.lastest_blk .lastese_boxes .lastest_item .lft .img_blk {
    bottom: -11px;
}
.review_blk .review_inr .review_hd strong {
    font-size: 26px;
    line-height: 33px;
}
.discount_banner .discount_banner_inr p>strong, .discount_banner .discount_banner_inr p>span {
    font-size: 15px;
    line-height: 20px;
}
.discount_banner .discount_banner_inr p {
    font-size: 15px;
    line-height: 20px;
}
.newest_blk .newest_inr .lft {
    margin-bottom: 50px;
    max-width: 100%;
}
.newest_blk .newest_inr .rgt .owl-nav {
    top: -33px;
}
.lastest_banner .lastest_banner_inr .lft_imag_blk, .lastest_banner .lastest_banner_inr .rgt_imag_blk {
    order: 2;
}
.lastest_banner .lastest_banner_inr {
    flex-wrap: wrap;
}
.lastest_banner .lastest_banner_inr .content_blk {
    max-width: 100%;
}
.uneven_blk .uneven_inr .lft .uneven_item.fst_itm ,.uneven_blk .uneven_inr .lft .uneven_item.scd_itm{
    display: flex;
    flex-direction: column;
}
.uneven_blk .uneven_inr .lft .uneven_item.fst_itm .img_blk {
    right: -40px;
    margin-top: -40px;
    width: 100%;
}
.uneven_blk .uneven_inr .lft .uneven_item  .img_blk img {
    height: 185px;
}
.uneven_blk .uneven_inr .lft .uneven_item.scd_itm .img_blk {
    right: -60px;
    margin-top: -70px;
}
.uneven_blk .uneven_inr .lft .uneven_item .txt_blk {
    max-width: 100%;
}
.uneven_blk .uneven_inr .rgt .uneven_item {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.uneven_blk .uneven_inr .rgt .uneven_item .txt_blk {
    width: 100%;
}
.uneven_blk .uneven_inr .rgt .uneven_item .img_blk {
    right: -60px;
    width: 100%;
}
.top_seller_blk .top_seller_inr .lft img {
    height: 200px;
}
.top_seller_blk .top_seller_inr .rgt .btm_info ul li:not(:last-child) {
    padding-right: 15px;
}
.top_seller_blk .top_seller_inr .rgt .btm_info ul li:not(:first-child) {
    padding-left: 15px;
}
.top_seller_blk .top_seller_inr .rgt .btm_info ul li span {
    font-size: 15px;
    line-height: 20px;
}
.top_seller_blk .top_seller_inr .rgt .btm_info ul li b {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 4px;
}
.top_seller_blk .top_seller_inr .rgt .btm_info ul li:not(:first-child) {
    padding-left: 8px;
}
.top_seller_blk .top_seller_inr .rgt .btm_info ul li:not(:last-child) {
    padding-right: 8px;
}
.top_seller_blk .top_seller_inr .rgt .top_content_blk strong {
    font-size: 29px;
    line-height: 38px;
}
.top_seller_blk .top_seller_inr .rgt .top_content_blk span {
    font-size: 60px;
    line-height: 65px;
}
.hero-text b, .brand-name {
    font-size: 70px;
    line-height: 80px;
}
.hero-text strong {
    font-size: 28px;
    line-height: 33px;
}
.hero-image img {
    height: 200px;
}
.hero_shape .inner-circle strong {
    font-size: 21px;
    line-height: 26px;
}
.hero_shape .inner-circle strong >b {
    font-size: 15px;
    line-height: 20px;
}
.hero_shape .inner-circle span {
    font-size: 10px;
    line-height: 15px;
}
.hero_shape .inner-circle {
    width: 95px;
    height: 95px;
}
.circle-text {
    transform-origin: 0 64px;
    font-size: 10px;
    line-height: 15px;
}
.hero_shape .outer-circle {
    width: 125px;
    height: 125px;
}
.hero_shape {
    right: 10px;
    top: -30px;
}
.hero_shape::after {
    left: 3px;
    width: 20px;
    height: 20px;
    background-size: 20px;
    bottom: -10px;
}
.hero_shape .inner-circle ::before {
    background-size: 30px;
    width: 30px;
    height: 23px;
}
.uneven_blk .uneven_inr .uneven_item .txt_blk a {
    font-size: 14px;
    line-height: 19px;
  }
  /* faq-page */
  .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .nav {
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .nav .nav-item {
    width: 100%;
    max-width: 260px;
  }
  .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .nav {
    margin-bottom: 25px;
  }

.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft {
    flex-wrap: wrap;
  }
    .ons_blog .inr_blk .blogs_blk .item {
    width: 100%;
  }
  .ons_blog .inr_blk .blogs_blk .item:not(:nth-child(2n)) {
    margin-right: unset;
  }
  .ons_blog .inr_blk .blogs_blk .blog_box .blog_conten img {
    height: 300px;
  }
  .contact_blk .top_con_info .inr_blk ul li:not(:nth-child(2n)) {
    margin-right: unset;
  }
  .contact_blk .top_con_info .inr_blk ul li{
    width: 100%;
  }
  .contact_blk .contact_form_block .form_flx .rgt iframe {
    height: 300px;
  }
  .frm_blk .inp_flx select {
    font-size: 15px;
    line-height: 20px;
    background-position-x: 52px;
}
.chk_order_blk .indu_blk .img_blk img {
    height: 50px;
}
.chk_order_blk .indu_blk .img_blk {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.chk_order_blk .indu_blk .txt_blk .lft b {
   font-size: 15px;
   line-height: 22px;
}
.chk_order_blk .indu_blk .txt_blk {
    width: calc(100% - 60px);
}
.chk_order_blk .indu_blk .txt_blk .lft .prc_blk del {
  font-size: 12px;
   line-height: 17px;
}
.chk_order_blk .indu_blk .txt_blk .lft .prc_blk strong {
     font-size: 15px;
   line-height: 20px;
}
.chk_order_blk .indu_blk .txt_blk .rgt span {
      font-size: 13px;
   line-height: 18px;
}
.shipping_det .inr_ship b {
       font-size: 16px;
   line-height: 21px;
}
.tot_blk b {
    font-size: 20px;
   line-height: 25px;
}
.ck_out .chk_inner .lft>strong {
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
}
.prd_det .prd_slider .lft .product-gallery .swiper.thumb-swiper .swiper-wrapper .swiper-slide {
    width: 60px;
    height: 60px !important;
}
.prd_det .prd_slider .lft .product-gallery .swiper.thumb-swiper .swiper-wrapper .swiper-slide img {
    height: 52px;
}
.prd_det .prd_slider .lft .product-gallery .swiper.main-swiper .zoom_act {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
}
.prd_det .prd_slider .rgt .badge_blk ul li {
    font-size: 13px;
    line-height: 18px;
    padding: 3px 10px;
}
.color-selector {
    flex-wrap: wrap;
}
.color-selector .color-label {
    display: flex;
    align-items: center;
}
.color-selector .color-label strong{
  margin-top: 0;
  margin-left: 5px;
  font-size: 18px;
  line-height: 23px;
}
.color-selector .color-options {
    margin-left: 0px;
    margin-top: 20px;
}
.prd_det .prd_slider .prd_quan .rgt .size-options {
    margin-left: 10px;
}
.prd_det .prd_slider .prd_quan .rgt .size-options label {
    width: 32px;
    height: 32px;
}
.prd_det .prd_slider .btn_blk {
    flex-wrap: wrap;
    justify-content: center;
}
.prd_det .prd_slider .btn_blk button:first-child {
    margin-right: 0px;
    margin-bottom: 12px;
}
.product_content_part .prd_bottom_content ul.nav-pills li,.product_content_part .prd_bottom_content ul.nav-pills li button{
    width: 100%;
}
.product_content_part .prd_bottom_content ul.nav-pills li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 10px;
}
.product_content_part .prd_bottom_content .table_content tr td:last-child {
    font-size: 14px;
    line-height: 19px;
}
.product_content_part .prd_bottom_content .table_content tr td:first-child {
    width: 35%;
}
.review_rating_blk .review_rate_inr .tp_hd {
    flex-wrap: wrap;
}
.review_rating_blk .review_rate_inr .tp_hd strong {
    font-size: 23px;
    line-height: 30px;
    width: 100%;
    margin-bottom: 12px;
}
/* 07-06-25 */
 .abts_page .abts_inr .goor .inr_blk .lft {
    padding-bottom: 60px;
  }
   .abts_page .abts_inr .goor .inr_blk .lft, .abts_page .abts_inr .koop .inr_blk .rgt, .abts_page .abts_inr .top_k .inr_blk .lft {
    max-width: 100%;
  }
  .abts_page .abts_inr .koop_op .inr_blk {
    padding: 50px 0 40px;
  }
  .abts_page .abts_inr .top_k .inr_blk .rgt {
    margin-top: 30px;
  }
  .abts_page .abts_inr .goor .inr_blk .rgt .vur_shw .img_blk img {
    height: 50px;
  }
  .abts_page .abts_inr .goor .inr_blk .rgt .vur_shw .img_blk::after {
    width: 30px;
    height: 30px;
  }
  .abts_page .abts_inr .goor .inr_blk .rgt .vur_shw .img_blk {
    margin-right: 10px;
  }
  .abts_page .abts_inr .goor .inr_blk .lft .img_blk > img {
    height: 255px;
    width: 270px;
  }
/* 07-06-25 */
/* 13-06-25 */
.prd_det .prd_slider .lft #wpgis-gallery .slick-list.draggable .slick-track li img {
    height: 52px ;
}
.prd_det .prd_slider .lft #wpgis-gallery .slick-list.draggable .slick-track li {
    width: 60px !important;
    height: 60px !important;
}
.prd_det .prd_slider .lft #wpgis-gallery .slick-list.draggable .slick-track{
  width: 60px !important;
}
.prd_det .prd_slider .lft .images {
    height: 347px !important;
}
.log_reg_par .lft::before {
    width: 90px;
    height: 90px;
    background-size: 90px;
}
/* 13-06-25 */
/* 17-06-25 */
.table_cart_wrapper.cart-div-structure .cart_item .product-quantity {
    padding-left: 0px;
}
.table_cart_wrapper.cart-div-structure .cart_item .product-subtotal span bdi {
    font: 15px;
    line-height: 27px;
    padding-right: 15px;
}
.table_cart_wrapper.cart-div-structure .cart_item .product-subtotal {
    padding-left: 10px;
}
.table_cart_wrapper.cart-div-structure .cart_item .product-remove a {
    width: 30px;
    height: 30px;
}
.table_cart_wrapper.cart-div-structure .cart_item .product-price span bdi {
    font-size: 15px;
    line-height: 27px;
}
.thankyou-product-card .fst_thu .product-title,.thankyou-product-card .product-price,.thankyou-product-card  .product-qty p {
    font-size: 15px;
    line-height: 21px;
}
.thankyou-product-card .fst_thu .product-details {
    width: calc(100% - 68px);
}
.thankyou-product-card .fst_thu .product-image img {
    height: 50px;
}
.thankyou-product-card  .product-qty {
    padding-left: 10px;
}
/* 17-06-25 */
/* 21-06-25 */
.bottom_footer .copy_right_blk .rgt ul li img {
    width: 30px;
    height: 25px;
}
/* 21-06-25 */
.prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt button.item:not(:nth-child(2n)) {
    margin-right: 8px;
}
.best_seller_itm .btm_conten .price_blk del span {
   font-size: 13px;
   line-height: 18px;
    margin-right: 8px;
}
.best_seller_itm .btm_conten .price_blk span {
   font-size: 14px;
   line-height: 22px;
}
.prt_over .prt_inr .prt_itms .inr_blk .best_seller_itm .btm_conten .add-to-cart a {
    padding: 8px 18px;
}
.arrival_slider .arrival_boxes .arrival_itm .tx_btn span {
    font-size: 17px;
    line-height: 23px;
}
}
@media screen and (max-width: 420px) {

a.wc-block-components-checkout-return-to-cart-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.wc-block-components-checkout-return-to-cart-button svg {
    left: 50%;
    transform: translate(-340%, -50%);
}
}
@media screen and (max-width: 395px) {
.prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .lft p {
    margin-top: 12px;
}
}
@media screen and (max-width: 380px) {
.usp_blk .usp_inr ul li .txt_blk span {
    font-size: 14px;
    line-height: 19px;
}
 .faq_part .inr_faq .Freq_blk .inr_blk .faq-blks .tab-content .tab-pane .inr_part .inr_blk .faq-box .fqbx_txt p {
    padding: 0px 13px 15px 20px;
  }
   .pagination_ li a, .pagination_ li span {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 19px;
  }
   .pagination_ li:not(:last-child) {
    margin-right: 6px;
  }
  .prt_over .prt_inr .prt_itms .inr_blk .rgt .hd_grd .inr_blk_ .rgt {
    max-width: 100%;
}
  .ons_blog .inr_blk .blogs_blk .blog_box .blog_conten img {
    height: 260px;
  }
  /* 07-06-25 */
   .abts_page .abts_inr .goor .inr_blk .rgt .vur_shw {
    padding: 15px 20px;
    flex-direction: column;
  }
  .abts_page .abts_inr .goor .inr_blk .rgt .vur_shw .img_blk {
    width: 50px;
    margin: 0 auto !important;
  }
  .abts_page .abts_inr .goor .inr_blk .rgt .vur_shw .txt_blk {
    width: 100%;
    margin-top: 20px;
  }
  .abts_page .abts_inr .goor .inr_blk {
    padding: 40px 0;
  }
  .abts_page .abts_inr .koop_op .inr_blk {
    padding: 40px 0 30px;
  }
  /* 07-06-25 */
  /* 13-06-25 */
  .prd_det .prd_slider .lft .images {
    height: 283px !important;
  }
  .log_reg_par .lft .txt_blk {
    bottom: 50px;
}
  /* 13-06-25 */
    .prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt button.item:not(:nth-child(2n)) {
    margin-right: unset;
}
.prt_over .prt_inr .prt_itms .inr_blk .rgt .itm_prt button.item{
  width: 100%;
}
}

@media screen and (max-width: 340px){
  .product-quantity .qib-button-wrapper button {
    width: 20px !important;
    padding: 1px !important;
}
}