@charset "UTF-8";

/*
Theme Name: bithsha
Theme URI: 
Author: Piyush Singh Chhoker
Author URI: 
Description:NA
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: bithsha License
License URI: NA
Text Domain: bithsha
*/

/* -----------Design--by----Piyush-Singh-Chhoker------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');



 .amazon img,.filter-imgae.filkart img{
	width: 100px;
	 height:60px;
	object-fit: contain;
}
.amazon img{
	filter:invert(1);
}
 .social-images-s  {
    justify-content: end;
}
*,
html {
  padding   : 0;
  margin    : 0%;
  box-sizing: border-box;
}

html {
  width     : 100%;
  overflow-x: hidden !important;
}

body {
  width     : 100vw;
  padding   : 0;
  margin    : 0;
  overflow-x: hidden;
   font-family: "Poppins";

}

/* ==========custom--class---------- */
/* -------font-family----class------- */
.popp {
  font-family: "Poppins";
}

.play {
  font-family: "Playball";
}
.free{
  font-family: "Fredoka";
}
a{
  text-decoration: none !important;
}
/* ============hide--=destop======= */
.dis-sec li.nav-item{
	    width: 49%;
}.dis-sec li.nav-item button{
	 width: 100%;
}
/* ========font-weight-class========== */
.fw3 {
  font-weight: 300 !important;
}
.last-descripition-product h1{
	    font-size: 26px !important;
}
.fw4 {
  font-weight: 400 !important;
}

.fw5 {
  font-weight: 500 !important;
}

.fw6 {
  font-weight: 600 !important;
}

.fw7 {
  font-weight: 700 !important;
}

.fw8 {
  font-weight: 800 !important;
}

.fw9 {
  font-weight: 900 !important;
}

/* ========position================= */
.rel {
  position: relative;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

p {
  margin-bottom: 0 !important;
}

/* =========margin-class========== */

.m20 {
  margin-bottom: 20px !important;
}

.m10 {
  margin-bottom: 10px !important;
}

.m12 {
  margin-bottom: 12px;
}

.m15 {
  margin-bottom: 15px !important;
}

.m60 {
  margin-bottom: 60px !important;
}

.m40 {
  margin-bottom: 40px !important;
}
.m70{
  margin-bottom: 70px;
}
.m30 {
  margin-bottom: 30px !important;
}

.m35 {
  margin-bottom: 35px !important;
}

.m25 {
  margin-bottom: 25px;
}

.m50 {
  margin-bottom: 50px !important;
}

.mr10 {
  margin-right: 10px;
}

.mr5 {
  margin-right: 5px;
}

.m5 {
  margin-bottom: 5px !important;
}

.m45 {
  margin-bottom: 45px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb70 {
  margin-bottom: 70px;
}

/* =====wight-css========== */
.w70 {
  width: 70%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.cover {
  object-fit: cover;
}
.item-center{
  align-items: center;
}
.j-c{
  justify-content: space-between;
}
.j-center{
  justify-content: center;
}
/* ========font-size-class=========== */
h1 {
  font-size: 45px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 24px;
  line-height: 34px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

.p-16 {
  font-size: 16px;
  line-height: 30px;
}

.p-15 {
  font-size: 15px;
}

.p-14 {
  font-size: 14px;
}

.p-10 {
  font-size: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

/* ==========color-----class=========== */


.black {
  color: #000
}

.green {
  color: #167C3E;
}

.ff {
  color: #FFF;
}

.red {
  color: #DC0D28;
}

.yellow {
  color: #b6b314;
}

.gray {
  color: #666;
}

.drakgray {
  color: #7A7A7A;
}

.blue {
  color: #303E58;
}

.pupgray {
  color: var(--Gray-500, #697484);
}

/* ------bg------class=========== */
.bg-black {
  background: #000;
}

.bg-light-green {
  background: rgba(112, 159, 25, 0.31);
}

.bg-light-yellow {
  background: #E7FFBB;
}

.bg-yellow {
  background: #F2FFDA;
}

.bg-dark-yellow {
  background-color: #FFC222;
}
/* ===================padding-class================== */
.p10{
  padding: 10px 0;
}
.p70{
  padding: 70px 0;
}
/* ========header-css========== */
.top-bar-left {
  display: flex;
  align-items: baseline;
  gap: 15px;
}
.call-sec p{
  display: flex;
      align-items: center;
      gap: 10px;
}
.topbar {
  padding: 10px 0;
  border-bottom: 1px solid black;
}
.top-bar-left,.top-bar-right{
  width: 25%;
}
.center-owl-cursol-topbar{
  width: 30%;
}
.top-bar-right {
  display: flex
;
  gap: 15px;
  justify-content: end;
  align-items: center;
}
.icon-size i{
  font-size: 28px;
}
.ramp-text-sec {
    display: none;
}
.center-logo-menu img{
  height: 100px;
}
.left-side-menu {
    position: fixed;
    top: 0;
    right: -150%;
    background: #000000;
    padding: 15px 30px;
    width: 360px;
    transition: all 0.3s;
    z-index: 999999999999999999999;
    height: 100%;
    display: block;
}
.left-side-menu-1 {
	  width: 32%;
	display: flex
;
    align-items: center;
}
.search-bar-input {
    width: 100%;
}
.left-side-menu1{
  width: 32%;
  display: flex;
  gap: 35px;
  align-items: center;
  justify-content: end;
}
.menu-icon-icon i{
	    font-size: 40px;
}

.cart-sec{
  width: 40%;
  display: flex
;
  align-items: center;
  gap: 10px;
  justify-content: end;
  margin-top: -5px;
}
.input-text {
  width: 100%;
}
.input-text input{
  width: 100%;
  border: none;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.input-text i{
  position: absolute;
  right: 5px;
  font-size: 30px;
  bottom: 4px;
}
.product-desc {
    padding: 10px;
}
.title h4{
	height:80px;
}

header {
    position: fixed;
    width: 100%;
    transition: background-color 0.3s ease;
    z-index: 999;
	background-color:white;
}
.other-banner,.banner-slider,section.main-shop,section.module-third-banner-section,.green-section {
	margin-top:120px;
}
.input-text input::placeholder,.input-text-footer input::placeholder{
  font-family: "Poppins"; 
  font-size: 14px;
  font-weight: 500;
}
.second-div-active{
  right: 0 !important;
}
.title a:hover{
	color:black;
}
.add_to_cart_button{
	border: 1px solid black;
}
.dis-sec .nav-link{
	color:black;
}
li.trr-box.cart_item img {
    object-fit: contain;
}
.add_to_cart_button:hover{
	background:white;
	color:black;
	
}
/* ===========footer========== */
.input-submit-button input{
  border: 1px solid #e0e0e0 !important;
  padding: 15px 20px;
  font-size: 12px;
  letter-spacing: .2em;
  font-weight: 600;
  font-family: "Poppins"; 
}
.input-text-footer input::placeholder {
  letter-spacing: .2em;
}
.newletter-form {
  display: flex
;
  align-items: center;
}
.input-text-footer {
  width: 70%;
}
.input-text-footer input{
  padding: 12px 14px;
  border: none !important;
    border-radius: 0;
    border: 1px solid #e0e0e0 !important;
    color: #FFF;
    width: 100%;
    line-height: normal;
    background-color: transparent !important;
}
.heading-sec-sec-2 {
  text-align: end;
}
.heading-sec-sec h6,.heading-sec-sec-2 h6{
  text-transform: uppercase;
  letter-spacing: 2.4px;
}
.cps-t {
  border-top: 1px solid #414141b0;
}

/* =================home-page================== */
.banner-slider{
  overflow: hidden;
}
.banner-slider .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: -33px;
  z-index: 2;
  position: relative;
  width: 97%;
  text-align: end;
}
.banner-slider .owl-theme .owl-dots .owl-dot span{
  width: 50px;
  height: 10px;
  margin: 5px 7px;
  background: #ffffff;
}
@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-110%);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-110%);
  }
}

.marquee {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  white-space: nowrap;
  background: black;
  height: 80px;
}
div#yith-wcwl-popup-message {
    display: none !important;
}
header.woocommerce-Address-title.title {
    position: unset !important;
}
.marquee span {
  display: inline-block;
  text-transform: uppercase;
/*   will-change: transform; */
/*   transform: translateX(0); */
/*   white-space: nowrap; */
/*   -webkit-animation: marquee 12s linear infinite;
  animation: marquee 12s linear infinite; */
  font-size: 30px;
  font-weight: 500;
  color: #f7f7f7;
  margin-right: 0px;
  font-family: "Playball";
	    width: 100%;
    text-align: center;
}

.marquee:hover span {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
/* ========tabs====== */
span.bg-imge-jacket,.bg-imge-corsets,.bg-imge-dress,.bg-imge-tops{
  width: 110px;
  height: 110px;
  background-size: 100% 100%;
  border-radius: 50%;
  padding: 0 !important;
  font-size: 20px;
  color: white;
  font-weight: 700;
  position: relative;
  display: block;
  margin-bottom: 10px;
}

span.bg-imge-jacket::after,.bg-imge-corsets::after,.bg-imge-dress::after,.bg-imge-tops::after{
  position: absolute;
  content: '';
  width: 110px;
  height: 110px;
  background-color: #00000082;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.tabs-sec button{
  padding: 0;
  border-color: none;
}
.tabs-sec .nav-tabs .nav-link{
border: none;
}
span.tabs-namse {
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins";
  color: gray;
}

.tabs-sec div#nav-tab {
  justify-content: center;
  gap: 50px;
}
.tabs-sec .nav-tabs{
  border: none  !important;
}
.product-image  img {
width: 100%;
}

/* ===========product====== */
.full-box:hover {
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.25);
}
.full-box {
  background: #FFF;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.05);
  padding-bottom: 24px;
  position: relative;
  border-radius: 6px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;

}
.full-box:hover .product-image img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.cable-btn a {
     padding: 10px 15px;
    background: transparent;
    border: 1px solid #000000;
    color: #000000;
    font-weight: 500;
    font-family: "Poppins";
    font-size: 16px;
    text-decoration: none;
    position: relative;
    transition: all 0.3s;
    border-radius: 2px;
}
.cable-btn a::after,.form-button-contact input::after{
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  transition: all .3s;
  height: 100%;
  right: 0;
  background-color: black;
}
.span-plus-1{
  z-index: 1;
  position: relative;
}
.cable-btn a:hover::after,.form-button-contact input:hover::after{
  width: 100%;
  left: 0;
}
.cable-btn a:hover{
  padding: 10px 15px;
  border: 1px solid black;
  color: white;
}
.main-box-flex {
  display: flex
;
  justify-content: center;
}
.tabs-sec nav{
  margin-bottom: 50px;
}
.heart-icon {
  position: absolute;
  width: 120%;
  top: 2%;
  text-align: end;
  transition: all  .3s;
}
.heart-icon i{
  font-size: 30px;
  color: white;
  cursor: pointer;
}
.full-box{
  cursor: pointer;
}
.full-box:hover .heart-icon {
  width: 95%;
}
.shop-video{
  text-align: end;
  height: 400px;
  overflow: hidden;
}
.cover-bg-new{
  background-size: 100% 100%;
}
.ramp-main-text h1,.heading-section-shot  h2{
  text-transform: uppercase;
  letter-spacing: 5.4px;
}
.letter{
  letter-spacing: 2.4px;
}
.title {
  margin-bottom: 35px;
}

.new-button{
  box-shadow: 2px 2px 0px 0px black !important;
}
.heading-section-shot h2{
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
}

.holiday-owl-cursol .owl-theme .owl-nav{
  margin-top: 0;
  position: absolute;
  width: 100%;
  top: -20%;
  text-align: end;
}
.holiday-owl-cursol button{
  height: 50px;
    font-size: 55px !important;
    margin: 0;
    width: 50px;
}
.holiday-owl-cursol button span{
  display: flex;
    align-items: center;
    height: 23px;
    margin-top: -12px;
    margin-left: -6px;
    justify-content: center;
}
.accordion-button:not(.collapsed){
  color: black !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.accordion-item {
  border: none !important;
}
button.accordion-button{
  font-size: 18px;
  color: #858585;
  font-weight: 700;
  font-family: "Poppins";
  gap: 20px;
}
.accordion-body{
  font-weight: 500;
  font-family: "Poppins";
}
.dummy-image img{
  border-radius: 10px;
  transition: all .3s;
}
.dummy-image img:hover{
  transform: scale(1.1);
  border-radius: 10px;
}
.dummy-image{
  overflow: hidden;
}
.letter7{
  letter-spacing: 7.4px;
}
.letter9{
  letter-spacing: 9.4px;
}
/* ==========counteer============ */
div#countdown ul {
  padding-left: 0;
  display: flex;
  gap: 20px;
}
div#countdown li{
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2.4px;
}
div#countdown span{
  width: 100px;
  height: 80px;
  display: flex;
  color: white;
  font-size: 40px;
  background: #b6b314;
  font-weight: 500;
  border-radius: 4px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
}
.blog-full-div{
  padding: 18px 0;
  border-left: 2px solid #000;
  display: flex
;
    gap: 15px;
}
.blog-img,.blog-text{
  width: 50%;
}
.blog-text,.bottom-b-h{
  display: flex
  ;
      flex-wrap: wrap;
}
/* ==========contact-us============ */
.cover-bg{
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.address-section {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.contact-form {
  display: flex
;
  align-items: center;
  justify-content: space-between;
}
.input-form-contact {
  width: 32%;
}
.input-form-contact  input{
  width: 100%;
    border-radius: 0px;
    border: 1px solid #d9d9d9;
    height: 56px;

    border-radius: 0px;
    margin-bottom: 0px;
    padding: 0 10px;
}
.contact-form-textarea textarea{
  width: 100%;
  border-radius: 0px;
  border: 1px solid #d9d9d9;
  height: 90px;
  border-radius: 0px;
  margin-bottom: 0px;
  padding: 0 10px;
}
.form-button-contact input{
  margin-top: 25px;
  min-width: 300px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid black;
  padding: 11px 25px;
  position: relative;
  transition: all .3s;
}
.form-button-contact input:hover{
  background-color: black;
  color: white;
}
.box-icon {
  border: 1px solid #D9D9D9;
  padding: 14px;
  display: flex;
  transition: all .3s;
  gap: 24px;
}
.box-icon:hover{
  border: 1px solid black;
}
.hide-destop{
  display: none ;
}
.text-center1{
  text-align: center;
}
.overlay {
  position: fixed;
  flex-wrap: wrap;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 22222;
  transition: all .3s;
}
.p-20{
  font-size: 20px;
}
.select-section select {
  border: 1px solid #dbd7d7;
  padding: 10px;
  border-radius: 5px;
}
.andar-div {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.25);
  padding: 35px;
}
aside.sidebar input {
  padding: 10px;
}
textarea, input {
  width: 100%;
  border: 1px solid gray;
  border-radius: 6px;
}
.andar-div li {
  list-style: disc !important;
}
div#respond input,div#respond textarea{
  height: 56px;
  padding: 0 10px;
}
p.comment-form-cookies-consent input{
  height: unset !important;
}
.box-image img{
  width: 100%;
}
.blog-img img,.featured-image img{
  width: 100%;
  height: 100% ;
}
.blog-img img{
	    object-fit: contain;
}
/* =================shop=================== */
.left-side-div-div {
  background: #FFF;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 15px;
  position: relative;
  border-radius: 6px;
}
.wpc-filter-search-form .wpc-search-field {
  padding-left: 34px !important;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid gray;
}
.wpc-filters-main-wrap li.wpc-term-item label {
  justify-content: space-between !important;
  width: 90%;
}
.wpc-filters-main-wrap li.wpc-term-item label a{
  color: gray;
}
.wpc-term-item-content-wrapper input{
  width: 13px;
}
body .wpc-filters-main-wrap .wpc-term-item-content-wrapper {
  align-items: baseline !important;
  justify-content: space-between;
}
.wpc-filters-range-wrapper input[type=number],select.orderby{
  padding: 5px;
}
.widget-title.wpc-filter-title {
  font-size: 16px !important;
  font-weight: 600;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button{
  display: block  ;
}
/* =============header---count=============== */
span.cart-count, span.wishlist-count {
  border-radius: 99px;
  background: black;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: -7px;
  right: -8px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.active-sidebar{
  right: 0 !important;
}
.left-side-div-div button {
  display: none;
  padding: 5px;
  font-size: 15px;
  border-radius: 6px;
  font-weight: 600;
}
/* ================single--------produt==================== */
div#main-product-image {
  width: 100%;

  background: #FFF;

  padding: 20px;
  overflow: hidden;
}
.media-cart{
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.10);	  border: 1px solid var(--Blue-LIght, #E2E8F0);
}
.tab-pane  ul{
	padding-left:30px;
}
.dis-sec ul#myTab {
    margin-bottom: 20px;
	gap : 10px;
}
.dis-sec .nav-tabs .nav-link {
	    border-right: 1px solid gray !important;
}
.last-css {
  width: 100%;

  background: #FFF;

  padding: 20px 30px;
  display: flex
;
  flex-wrap: wrap;
}
.last-descripition-product{
	  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.10);
	  border: 1px solid var(--Blue-LIght, #E2E8F0);
}
.self-made-tabs .nav-tabs .nav-item.show .nav-link, .self-made-tabs .nav-tabs .nav-link.active {
  border-radius: 55px;
  background: var(--Orange, #000000);
  padding: 12px 24px;
  color: white;
  border: none;
  font-weight: 600;
  margin-bottom: 1px;
}
.self-made-tabs div#myTabContent {
  border: 1px solid var(--Blue-LIght, #E2E8F0);
  background: #FFF;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.10);
  padding: 20px 30px;
}
.self-made-tabs ul#myTab {
  margin-bottom: 20px;
  gap: 10px;
}
.self-made-tabs .nav-tabs .nav-link {
  border-radius: 55px;
  border: 1px solid #F5F5F5;
  background: #FFF;
  font-weight: 600;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  padding: 12px 24px;
  color: black;
}
table.variations tr select {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid gray;
}
.quantity input {
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background: #F2F2F2;
  height: 50px;
  padding: 4px;
  width: 100%;
  text-align: center;
}
.button.alt, .update-cart-box button, .register-btn button, div#register-box button, .bsyehwala-button {
  /* display: block; */
  width: fit-content;
  border-radius: 3px;
  background: #000000 !important;
  padding: 12px 20px;
  color: #ffffff !important;
  font-size: 15px;
  border: none;
  font-weight: 600;
}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed, button.single_add_to_cart_button.button.alt {
  padding: 10px 15px;
  background: #000000;
  border: 1px solid #000000;
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
div#login-box label, div#register-box label, label {
  color: #162C2A;
  font-size: 16px;
  font-style: normal;
  width: 100%;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
}
.formpd {
  margin-bottom: 20px !important;
}
.formpd label {
  width: 100%;
  font-weight: 600;
}
p.form-submit input#submit {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
  border-radius: 4px;
  background: #000000;
  padding: 12px 10px;
  border: none;
}
p.comment-form-cookies-consent{
  display: flex;
  gap: 10px;
  margin-bottom: 20px  !important;
}
p.comment-form-cookies-consent input{
  width: 15px;
}
p.form-submit input{
  width: unset;
  margin-top: 20px;
}
#main-product-image img {
  height: 100% !important;
  cursor: pointer;
}
.title p.black.fw5.popp.m20.p-18,.title{
	margin-bottom:0!important;
}
/* ============cart-page============ */
.woocommerce-message {
  border-top-color: #212529;
}
.woocommerce-message::before {
  content: "\e015";
  color: #212529;
}
ul.shopping-cart-list {
  padding-left: 0 !important;
}
li.table-header, li.trr-box.cart_item {
  display: flex
;
  justify-content: space-between;
  align-items: center;
}
.product {
  width: 30%;
}
.price, .subtotal {
  width: 20%;
}
.quantity, .delete {
  width: 15%;
}
li.trr-box.cart_item {
  background-color: #F2F2F2;
  padding: 15px 5px;
  align-items: center;
}
li.trr-box.cart_item .product-item {
  display: flex !important
;
  align-items: center !important;
  gap: 20px !important;
}
li.trr-box.cart_item img {
  width: 75px;
  height: 75px;
}
.cart-list h6 {
  margin-bottom: 0 !important;
}
li.trr-box.cart_item .wrapper {
  border: 1px solid white;
  border-radius: 5px;
  background: white;
  padding: 1px 13px;
}
.quantity__value.decrease {
  background-color: #ffffff;
  border: none;
}
li.trr-box.cart_item input.quantity__number {
  width: 30px;
  height: 20px;
}
.quantity__value.increase {
  background-color: #ffffff;
  border: none;
}
li.table-header h6 {
  border: 1px solid #D9D9D9;
  background: #ddebff;
  padding: 12px 16px;
}
li.trr-box.cart_item {
  background-color: #F2F2F2;
  padding: 15px 5px;
  align-items: center;
}
.card-totals, div#order_review {
  border-radius: 2px;
  border: 1px solid #F2F2F2;
  background: #FFF;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.15);
  padding: 24px;
}
.flex-items {
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  padding: 10px 10px;
  display: flex
;
  justify-content: space-between;
  margin-bottom: 15px;
  align-items: center;
}
.coupon-code .inner-div {
  display: flex
;
  align-items: center;
  justify-content: space-between;
}
.coupon-code .inner-div input#coupon_code {
  border-radius: 4px;
  border: 1px solid var(--Gray-4, #BDBDBD);
  background: #FFF;
  height: 43px;
  padding: 10px;
  width: 48% !important;
}
.coupon-code .inner-div button {
  border-radius: 4px;
  background: black;
  padding: 10px;
  height: 43px;
  width: 48% !important;
  color: var(--White, #FFF);
  text-align: center;
  font-family: Khula;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
}
h3#ship-to-different-address input{
  width: 15px;
}
.woocommerce-billing-fields label{
  margin-bottom: 5px;
}
.checkout__section--header{
  margin-bottom: 20px;
}
/* ===========wishlist======================== */
.div-green-bg.m10{
  display: flex
;
    justify-content: center;
}
form#yith-wcwl-form{
  width: 80%;
}

li.trr-box.cart_item input.quantity__number {
  width: 30px;
  height: 20px;
}
.wt_coupon_wrapper {
  display: none;
}
/* ===============coupon===================== */
.offer-box {
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.15);
  padding: 22px;
}.offer-green-box-inner {
  text-align: center;
  border-radius: 5px;
  border: 2px solid #002d72;
  background: #000000e0;
  padding: 10px;
}
p.copy-button{
  cursor: pointer;
}
/* ==========my-account============= */
div#login-box, div#register-box {
  background: #FFF;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.25);
  padding: 32px;
}
.woocommerce-billing-fields input.input-text, div#login-box .form-box input, div#register-box input, .special-inputyrr {
  border-radius: 4px !important;
  border: 1px solid #D9D9D9 !important;
  background: #F2F2F2 !important;
  height: 45px !important;
  padding: 10px !important;
  width: 100% !important;
}
div#new-filex-div input{
  width: 15px;
}
div#new-filex-div {
  display: flex;
  gap: 10px;
}
form input{
  display: block !important;
}
.last-css h3{
  width: 100%;
}
.input-submit-button input{
  border-radius: 0;
}
.form-button-contact input{
  width: unset;
}
ul#menu-topbar-menu{
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}
ul#menu-topbar-menu li a{
  color: black;
  font-size: 14px;
  font-weight: 500;
}
li#menu-item-612{
  padding-right: 10px;
  border-right: 2px solid black;
}
ul#menu-header-menu  li{
        margin-bottom: 10px;
}
ul#menu-header-menu li a{
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
}
nav.primary-nav ,.product-short-description{
  width: 100%;
}
ul#menu-bithsha,ul#menu-assistance ,ul#menu-contact-us,ul#menu-contact-us-1 {
  padding-left: 0;
  margin-bottom: 0;
}
ul#menu-bithsha li,ul#menu-assistance li,ul#menu-contact-us li{
  margin-bottom: 10px;
}
ul#menu-bithsha li a,ul#menu-assistance li a,ul#menu-contact-us li a,ul#menu-contact-us-1 a{
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
li.trr-box.cart_item .wrapper{
  display: flex
;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  display: flex
;
  gap: 10px;
}
span.image {
  width: 100%;
  display: block;
}
.center-logo-menu {
  width: 20%;
}
.center-logo-menu img{
  width: 100%;
}
.tabs-sec .nav-link{
	    padding: 10px 35px;
    border: 2px solid #808080 !important;
    border-radius: 9px;
}
.tabs-sec .nav-tabs .nav-link.active {
    border: 2px solid black !important;
	background:black;
	color: white !important;
} 
.tabs-sec .nav-tabs .nav-link.active  span.tabs-namse {
	color: white !important;
}
.quantity-p{
	display:block;
	width:100%;
}
.only-mobile-show-desktop {
	display:none;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
.scoial-media-link {
    margin-top: 30px;
    display: flex
;
    gap: 10px;
        justify-content: end;

}
.scoial-media-link i{
	font-size:25px;
	color:gray;
}
.main-pargh-new-add p{
	margin-bottom:20px !important;
}
ol li{
	list-style:numbers;
}
ol{
	padding-left:15px !important;
}
.side-menu-main-sec {
    display: flex;
    justify-content: space-between;
	    align-items: center;
    margin-bottom: 10px;
}.side-logo-logo {
     width: 85%;
} 
.side-logo-logo img{
	   width: 120px;
    height: 100%;
    object-fit: contain;
	    filter: invert(1);
}
.cross-icon{
	color:white;
}
.google-login {
	display: flex
;
    justify-content: center;
}

ul#menu-header-menu {
	padding:0 !important;
}

.content-pragh-acc {
    text-align: justify;
    word-spacing: 10px;
    line-height: 25px;
}
.cross-icon i{
cursor:pointer;	
}
.title p.popp.fw4.p-16.m10{
	height:100px;
}
/* ======================media-query================ */
@media screen and (max-width: 1400px){
  .top-bar-left, .top-bar-right {
    width: 30%;
}
	.coupon-code .inner-div  {
 
    flex-wrap: wrap;
}
	.coupon-code{
		text-align:center;
	}
	.coupon-code .inner-div input#coupon_code,.coupon-code .inner-div button{
		width:100% !important;
	}
	.coupon-code .inner-div button {
		margin-top:10px;
	}
.input-text{
  width: 65%;
}
	.box-icon {
    height: 120px;
}
}
@media screen and (max-width: 1201px){
	.menu-icon-icon,.cross-icon{
		display:block;
	}
	.title h4 {
    font-size: 22px;
}
		.box-icon {
    height: unset;
}
	.title h5 {
  height:60px;
}
	.menu-icon-icon a{
		display:flex;
	}
	.cart-sec {
		width:50%;
	}
}
@media screen and (max-width: 1200px){
  .center-logo-menu{
    width: 20%;
  }
	ul#menu-header-menu{
		flex-wrap:wrap;
	}
	ul#menu-header-menu li{
		width:100%;
		margin-bottom:10px;
	}
  .blog-img img{
    display: flex
    ;
        height: 100%;
  }
  .box-icon{
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-20 {
    font-size: 15px;
}
.b-i-text{
  text-align: center;
  width: 100%;
}
  .center-logo-menu img{
    width: 100%;
    object-fit: contain;
    height: unset;
  }
  .left-side-menu {
    position: fixed;
    top: 0;
    right: -150%;
    background: #000000;
    padding: 25px 40px;
    width: 360px;
    transition: all 0.3s;
    z-index: 999999999999999999999;
    height: 100%;
    display: block;
}
.left-side-menu1{
  width: 40%;
}
.top-bar-left{
  display: none;
}
}
@media screen and (max-width: 1024px){
  .text-center1{
    text-align: start;
  }
}@media screen and (max-width: 993px) {
	.left-side-menu-1{
		display:none;
	}
}
@media screen and (max-width: 992px){
	.left-side-div-div button {
    display: block; 
}
	.dis-sec li.nav-item {
    width: 48%;
}
  .filter-sidebar {
    position: fixed;
    top: 0;
    right: -150%;
    padding: 20px;
    width: 80%;
    overflow-y: scroll;
    height: 100vh;
    background: #fff;
    z-index: 9999999;
    transition: all 0.3s !important;
    border-radius: 0;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    transition: right 0.3sease-in-out;
}
.filter-btn {
  display: block;
  background-color: #000000;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-bottom: 20px;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
}


  .center-owl-cursol-topbar{
    width: 50%;
  }

  .m991{
    margin-bottom: 20px;
  }
  .heading-sec-sec-2{
    text-align: start;
  }
	.quantity input {
		display:block;
	}
  .input-text{
    display: none;
  }
  .input-text i{
    position: unset;
  }
  .left-side-menu1 {
    width: 23%;
}
.cart-sec{
  width: 100%;
}
.hide-destop{
  display: block;
}
.left-side-menu li{
  margin-bottom: 10px;
}

.searchactive{
  left: 0 !important;
}
.serach-form input{
  width: 100%;
  height: 56px;
  color: black;
  padding: 0 10px;
}
}
@media screen and (max-width: 991px){
.hide-991-991{
  display: none;
}
.letter7 {
  letter-spacing: 2.4px;
}
div#countdown span {
  width: 50px;
  height: 50px;
  font-size: 23px;
}
div#countdown li {
  font-size: 10px;
}
.shop-video img{
  width: 100%;
}
}
@media screen and (max-width: 768px){
		.only-mobile-show-desktop {
	display:block;
}.desktop-section-div-show,.banner-slider .owl-theme .owl-dots .owl-dot span{
    display: none;
  }
	.tabs-sec .nav-link {
    padding: 6px 25px;
}
	.dis-sec .nav-tabs .nav-link{
		padding:7px;
	}
	span.tabs-namse {
    font-size: 16px;
}
		.title h4 {
      height:unset;
}
	.title h5 {
  height:unset;
}
}
@media screen and (max-width: 768px){
  .center-owl-cursol-topbar,.desktop-section-div-show{
    display: none;
  }
	.last-css {
    padding: 20px 15px;
}
	.last-descripition-product h1 {
    font-size: 20px !important;
}
	li.trr-box.cart_item .wrapper{
		gap:0;
	}
	li.trr-box.cart_item input.quantity__number {
    width: 20px;
}
	.title p.popp.fw4.p-16.m10 {
    height: unset;
}
	.full-box{
		box-shadow:none;
	}
.menu-icon-icon i {
    font-size: 30px;
}
	.shop-box{
		display:block !important;
	}
	.parent,.fixed-sec {
    width: 100% !important;
}
	.fixed-sec{
		position:unset  !important;
	}
  .p70 {
    padding: 40px 0;
}
.woocommerce {
  width: 90%  !important;
}
  .top-bar-right{
    width: 100%;
  }
  .left-side-menu1 {
    width: 40%;
}
.cart-sec {
  justify-content: end;
}
.center-logo-menu {
  width: 30%;
}
.overlay {
  padding: 15px;
}
.cover-bg {
  background-size: cover;
}

.m70 {
  margin-bottom: 30px;
}
.tabs-sec div#nav-tab {
  gap: 15px;
}
.b-w-i-i{
  background-color: #e9e9e9 !important;
  background-image: none !important;
}
.shop-video{
  margin-bottom: 20px;
}
.marquee span{
  font-size: 15px;
	padding:10px;
}
	.holiday-owl-cursol button{
		width:unset;
		height:unset;
		border:none;
	}
.marquee {
  height: unset;
	white-space: pre-wrap;
}
.holiday-owl-cursol .owl-theme .owl-nav{
  display: none;
}
.m50 {
  margin-bottom: 30px !important;
}
.full-box{
  margin-bottom: 0;
}
.andar-div {
  padding: 10px;
}
h3 {
  font-size: 25px;
}
.social-icon{
  margin-bottom: 5px;
}
h1 {
  font-size: 35px !important;
}
.additional-info-wrapper {
  display: flex
;
  align-items: center;
  justify-content: space-between;
}
h3 {
  font-size: 20px;
}
ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile{
  padding-left: 0;
}
form#yith-wcwl-form {
  width: 90%;
}
	.p-16 {
    font-size: 14px;
    line-height: unset;
}
	.p-18{
	font-size: 14px;	
	}

}
@media screen and (max-width: 767px){
  .order0{
    order: 0;
  }
  .quantity__value.decrease,.quantity__value.increase{
    background-color: transparent;
    display: block;
  }
	.scoial-media-link,.social-images-s {
    justify-content: start;
}
  li.trr-box.cart_item .wrapper {
    border: none;
    background: transparent;
    padding: 2px;
}
.product-image {
  text-align: center;
}
.product-sub span.woocommerce-Price-amount.amount {
  font-size: 12px;
    font-weight: 600;
}
  li.table-header h6 {
    font-size: 10px;
    padding: 10px 1px;
}
  .order1{
    order: 1;
  }
  .order2{
    order: 2;
  }
  .order3{
    order: 3;
  }
  .contact-form {
    flex-wrap: wrap;
}
.m767{
  margin-bottom: 20px;
}

.input-form-contact {
  width: 100%;
  margin-bottom: 20px;
}
.contact-form{
  margin-bottom: 0 !important;
}
li.trr-box.cart_item h6 {
  font-size: 10px;
  padding: 10px 5px;
  text-align: center;
}
li.trr-box.cart_item .product-item {
  display: block !important;
}

}
@media screen and (max-width: 400px) {
  li.table-header h6 {
      font-size: 7px;
      padding: 8px 1px;
  }
}
@media screen and (max-width: 360px){
  .left-side-menu{
    width: 100%;
  }
}
@media screen and (max-width: 350px){
	.card-totals, div#order_review {
    padding: 15px;
}
}