:root {
  --chinese-black: #121212;
  --true-blue: #0066CB;
  --pastel-red : #ff636b;
  --color-white: #ffffff;
  --color-black: #000000;
  --theme-font: Epilogue;
  --font-bebas: 'Bebas Neue', cursive;
}
/*-----section heading---------*/
.section-main-heading{
  font: bold 34px/36px var(--theme-font);
  color: var(--chinese-black);
  border-bottom: 2px solid #afafaf;
  padding-bottom: 20px;
}
#new-collection .section-main-heading{
  font: bold 40px/36px var(--theme-font);
  padding-bottom: 0px;
}
.product-image{
  background-color: #efefef;
  height: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10%;
}
.product-image img{
  max-height: 100%;
  width: 70%;
}
.multivendor-sale {
  top: -15px;
  left: 15px;
  background-color: var(--pastel-red);
  width: 40px;
  text-align: center;
  padding: 10px 15px;
  color: var(--color-white);
  font:bold 18px/20px var(--theme-font);
  text-transform: uppercase;
}
.multivendor-sale:before {
  content: '';
  height: 15px;
  right: -10px;
  position: absolute;
  top: 0;
  border-left: 10px solid var(--pastel-red);
  border-top: 15px solid transparent;
  filter: brightness(0.7);
}
.product-details{
  border: 1px solid #d5d5d5;
  padding: 5px 15px;
}
.product-brand{
  font: 400 14px/14px var(--theme-font);
  color: var(--chinese-black);
  opacity: 0.6;
  margin-top: 10px;
}
.product-name{
  font: bold 21px/25px var(--theme-font);
  color: var(--chinese-black);
  height: 50px;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.products-meta, .product-offer-timer{
  border-top: 1px solid #d5d5d5;
}
.product-offer-price{
  color: var(--true-blue);
  font: bold 21px/25px var(--theme-font);
}
.product-regular-price{
  color: var(--chinese-black);
  opacity: 0.6;
  font: 400 14px/17px Epilogue;
}
.cart-btn, .quick-view-btn, .wishlist_text{
  position: relative;
  isolation: isolate;
  height: 20px;
  width: 30px;
}
:is(.cart-btn, .quick-view-btn, .wishlist_text) :is(a, button){
  color: #000;
  opacity: 30%;
}
:is(.cart-btn, .quick-view-btn, .wishlist_text):hover :is(a, button){
  opacity: 1;
}
.cart-btn a{
  font-size: 0;
  position: relative;
  display: block;
}
.cart-btn a:before{
  content: "\f290";
}
.added_to_cart{
  opacity: 1 !important;
}
.quick-view-btn button:after, .cart-btn a:before{
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.add_to_cart_button::before{
  z-index: 1;
}
.added_to_cart::before{
  z-index: 2;
  color: var(--true-blue);
}
.quick-view-btn button{
  font-size: 0;
  border: none;
  background: none;
}
.quick-view-btn button:after{
  content: '\f06e';
}
.wishlist_text a span{
  display: none;
}
.yith-wcwl-wishlistexistsbrowse, .yith-wcwl-wishlistaddedbrowse{
  width: 25px;
  overflow: hidden;
  height: 25px;
  opacity: 1;
  position: relative;
}
.feedback{
  height: 100%;
  width: 100%;
  display: block;
}
.yith-wcwl-wishlistaddedbrowse i{
  color: var(--pastel-red);
}
.yith-wcwl-wishlistexistsbrowse a{
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.yith-wcwl-wishlistexistsbrowse i{
  color: var(--pastel-red);
}
.yith-wcwl-add-to-wishlist{
  margin-top: 0;
}
.yith-wcwl-add-to-wishlist a i{
  margin-right: 7px;
}
/* slider */
.slider{
  margin-top: 3%;
}
.slider .carousel-caption {
  width: 45%;
  left: 10%;
  text-align: left;
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
}
.slider :is(.carousel-control-prev-icon, .carousel-control-next-icon){
  background-image: none;
}
.slider h1{
  font: bold 50px/60px var(--theme-font);
}
.slider p {
    font: 14px/25px var(--theme-font);
}
.slider a{
  font: 600 18px/18px var(--theme-font);
  background-color: var(--color-white);
  color: var(--pastel-red);
  padding: 15px 20px 13px;
  border-radius: 40px;
  display: inline-block;
  margin-block-start: 15px;
}
.slider .carousel-indicators{
  width: max-content;
  margin: 0 auto 4%;
  background-color: rgb(255 255 255 / 30%);
  border-radius: 30px;
  padding-inline: 6px;
}
.slider .carousel-indicators button{
  height: 12px;
  width: 12px;
  border-radius: 50%;
  opacity: 1;
  margin-inline: 6px;
}
.slider .carousel-indicators button.active{
  background-color: var(--pastel-red);
}
.slider-sidebar h2 {
    font: bold 34px/40px var(--theme-font);
    color: #121212;
}
.slider-sidebar small {
  font: 500 14px/14px var(--theme-font);
  color: #121212;
}
.slider-sidebar-text a {
  font: 600 18px/18px var(--theme-font);
  color: #121212;
  background: unset;
}
.slider-left-bottom-content h2, .slider-right-bottom-content h2 {
  font: 600 40px/50px var(--theme-font);
}
.slider-left-bottom-content h2:first-line, .slider-right-bottom-content h2:first-line{
  font-weight: 400;
}
.slider-left-bottom-content h2 span.last {
  font: 800 40px/50px var(--theme-font);
}
.slider-right-bottom-content h2 span.last {
  font-weight: 800;
  font-size: 40px;
}
/* slider sidebar */
.slider-sidebar{
  background-color: #f6c959;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
/* slider bottom left content */
.slider-left-bottom-content{
  background-color: #e8e8e8;
  padding-left: 7%;
}
.slider-left-bottom-content>*, .slider-right-bottom-content>*{
  width: 50%;
}

/* slider bottom right  content */
.slider-right-bottom-content{
  padding-left: 7%;
}
.slider-right-bottom-content *{
  color: var(--color-white);
}
.slider-right-bottom-content .right-image img{
  width: 66%;
}

/* trust bar */
.trust-bar{
  background-color: #0066cb1a;
  padding: 15px 0;
}
.icon-bg{
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: var(--pastel-red);
}
.trust-bar i{
  font-size: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
}
#trust-bar h4 {
  font: bold 21px/25px var(--theme-font);
  color: #121212;
}
#trust-bar .trust-bar{
  display: none;
}
/* new collection  */
.new-collection{
  overflow: hidden;
}
.new-collection *{
  color: var(--color-white);
}
.new-collection-tag {
  background-color: #f1ec44;
  transform: rotate(-30deg);
  left: -75px;
  top: 32px;
  padding: 10px 80px;
  font: bold 20px/25px var(--theme-font);
  color: var(--chinese-black);
}
.new-collection .offer-text{
  font: bold 22px/25px var(--theme-font);
}
.new-collection a{
  font: 600 17px/18px var(--theme-font);
}

/* best selling */
#best-selling .card-one-heading a{
  color: var(--color-white);
  font: bold 30px/40px var(--theme-font);
}
#best-selling :is(.best-selling-card-one, .best-selling-card-two){
  height: 50%;
  padding: 30px 30px;
  background-size: cover;
}
.best-selling-card-one {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.best-selling-card-two{
  display: flex;
  justify-content: end;
  flex-direction: column;
  color: var(--color-white);
}
.best-selling-card-two .card-heading{
  font: 400 36px/40px var(--font-bebas);
}
.best-selling-card-two .card-text{
  font: 400 16px/21px var(--theme-font);
}
.women-category-btn:hover{
  color: #ffff00;
}
.best-selling-box.text-center {
    top: 25px;
}
.women-category-btn{
  font: 400 36px/60px var(--font-bebas);
  color: #ffff00;
}
/* shoes and handbags category */
.shoes-category, .handbags-category{
  background-size: contain;
  background-repeat: no-repeat;
}
.shoes-category .shoes-heading{
  width: 20ch;
  margin-left: auto;
}
.shoes-category .shoes-heading a{
  font: bold 35px/34px var(--theme-font);
}
.shoes-category .shoes-decription{
  font: bold 20px/25px var(--theme-font);
}
.handbags-category .handbags-link{
  color: var(--color-white);
  font: bold 20px/25px var(--theme-font);
  width: 45%;
}
#limited-offer .product-image img{
  width: 70%;
}
/* offer section  */

/* products category */
.product-category .category-products-details{
  height: 125px;
  border: 2px solid #afafaf;
  margin-bottom: 15px;
}
.category-products-details img {
    width: auto;
    margin: 0 auto;
    height: 85px;
}
/*.product-category .category-products-details div{
  flex: 65%;
  padding-right: 10%;
}*/
/*.product-category .category-products-details img{
  max-height: 60%;
  object-fit: contain;
  flex: 35%;
}*/
.product-offer-timer .offer-text{
  font: bold 15px/17px var(--theme-font);
}
.product-offer-timer .offer-text span{
  color: var(--true-blue);
}
.product-offer-timer .product-offer-date span{
  background-color: var(--pastel-red);
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  font: bold 20px/53px var(--theme-font);
  color: var(--color-white);
  margin-inline: 4px;
  display: block;
}
.product-offer-timer .product-offer-date b{
  font: 400 14px/14px var(--theme-font);
  display: block;
  padding: 12px 0;
}
/*---------- home  category section ------------ */
#home-category .home-text-content{
  width: 35%;
  background-color: rgba(0, 0, 0, 0.6);
}
#home-category .home-text-content *{
  color: var(--color-white);
}
.home-text-content .home-offer-text{
  font:medium 14px/14px var(--theme-font);
}
.home-text-content .home-category-btn, .become-seller-button{
  font: 600 16px/18px Epilogue;
  background-color: var(--pastel-red);
  padding: 15px 50px;
  border-radius: 40px;
  display: inline-block;
  color: var(--color-white);
}
#home-category h2.section-main-heading {
    font: bold 36px/36px Epilogue;
}
#product-category span.cate-product-price {
    font: 600 17px/18px Epilogue;
    letter-spacing: 0px;
    color: #0066CB;
}
#product-category .product-brand{
  opacity: 1;
  font-weight: 500;
}
/*---------- become seller -------------*/
#become-seller .section-main-heading{
  font: bold 32px/50px Epilogue;
  border: none;
}
#become-seller .become-seller-decription{
  font: 500 16px/25px Epilogue;
  color: #121212;
}
#become-seller ul li{
  font: 600 16px/25px var(--theme-font);
  color: #121212;
}
#become-seller ul li i{
  font-size: 20px;
}

/* blog section */
.post-text-content{
  padding: 12px;
}
.latest-post-main-box .post-text-content {
  background-image: linear-gradient(180deg, #00000000 40%, #00000057 47%, #000000CC 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.post-text-content > *, .post-text-content a{
  color: var(--color-white);
  font-family: var(--theme-font);
  font-weight: 500;
}
.blog-meta-data{
  border-top: 1px solid #d5d5d5;
}
.post-text-content .blog-category{
  font: 500 14px/14px var(--theme-font);
  text-transform: capitalize;
}
.post-text-content .blog-title a{
  font: bold 24px/30px var(--theme-font);
  padding: 7px 0;
  display: block;
}
.post-text-content .blog-text{
  font: 400 14px/24px var(--theme-font);
}
.post-author, .latesredmore {
  text-transform: capitalize;
  font-weight: 700;
}
.latest-blog-meta-box {
    border-top: 1px solid #fff;
    padding-top: 13px;
    margin-top: 13px;
}
.post-text-content .blog-title a:hover{
  color: #fff !important;
}
.custom-filter-color {
  display:inline-block;
  width: auto;
  margin: 16px auto;
  text-align: center;
}
.custom-filter-color label {
  display: inline-block;
  height: 40px;
  width: 40px;
  position:relative;
  margin: 0 2px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.custom-filter-color span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.custom-filter-color input:checked + span {
  border: 1px solid rgba(0,0,0,.6);
  border: 1px solid rgba(0,0,0,.6);
}
