/* 
|||||||||||||||||||||||||||||||||||
      GENERAL STYLES START 
|||||||||||||||||||||||||||||||||||
*/

:root {
  font-family: OutfitMedium;

  --font-color-a: #1f1f1f;
  --font-color-b: #8f8f8f;
  --font-color-c: #e8e8e8;
  --font-color-d: #4c4c4c;
  --font-color-e: #626262;
  --bg-color-a: #4b3c97;
  --bg-color-b: #ff4a2d;

}
@font-face {
  font-family: OutfitBlack;
  src: url("../fonts/OutfitBlack.ttf") format("truetype");
}
@font-face {
  font-family: OutfitBold;
  src: url("../fonts/OutfitBold.ttf") format("truetype");
}
@font-face {
  font-family: OutfitExtraBold;
  src: url("../fonts/OutfitExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: OutfitExtraLight;
  src: url("../fonts/OutfitExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: OutfitLight;
  src: url("../fonts/OutfitLight.ttf") format("truetype");
}
@font-face {
  font-family: OutfitMedium;
  src: url("../fonts/OutfitMedium.ttf") format("truetype");
}
@font-face {
  font-family: OutfitSemiBold;
  src: url("../fonts/OutfitSemiBold.ttf") format("truetype");
}
@font-face {
  font-family: OutfitThin;
  src: url("../fonts/OutfitThin.ttf") format("truetype");
}
@font-face {
  font-family: OutfitRegular;
  src: url("../fonts/OutfitRegular.ttf") format("truetype");
}
@font-face {
  font-family: Anton;
  src: url("../fonts/Anton.ttf") format("truetype");
}
@font-face {
  font-family: Glitter;
  src: url("../fonts/Glitter.woff2") format("woff2");
}
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto.woff2") format("woff2");
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: var(--font-color-a);
  font-size: 12px;
}
body {
  background-color: #ffffff;
  direction: ltr;
}
img:not(.taking-screenshot > img) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide .lc__cart-slider .lc__cart-img img {
    width: 98%;
}

button , select , option{
  font-family: OutfitMedium;
}
/*
|||||||||||||||||||||||||||||||||||
      GENERAL STYLES END
|||||||||||||||||||||||||||||||||||
*/


.lc__main{
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.lc__body-container{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: relative;
}
.section__title{
  display: none;
}
/*
|||||||||||||||||||||||||||||||||||
      MOBILE MENU START
|||||||||||||||||||||||||||||||||||
*/
.lc__mobile-menu{
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
  width: 100%;
  position: relative;
  z-index: 2;
  box-shadow: 0px 3px 11px 0px #00000026;
  height: 80px;
}
.lc__mobile-menu svg{
  width: 24px;
  height: 24px;
  fill: var(--font-color-a);
}
.lc__mobile-menu .lc__logo img{
  height: 50px;
  width: 50px;
}
.lc__main .lc__menu-items{
  transition: left 0.5s ease-in-out;
  left: -100%;
}
.lc__menu-items .lc__menu-pages,
.lc__menu-items .lc__menu-button{
  display: none;
}
/*
|||||||||||||||||||||||||||||||||||
      MOBILE MENU END
|||||||||||||||||||||||||||||||||||
*/
/*
|||||||||||||||||||||||||||||||||||
      SEARCH MENU START
|||||||||||||||||||||||||||||||||||
*/
.lc__search-box{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 25px;
  padding: 25px 50px;
  background-color: #ffffff;
  width: 100%;
  height: calc(100% - 100px);
  position: fixed;
  left: -100vw;
  bottom: 0;
  z-index: 2;
  overflow-y: auto;
  transition: left 0.5s ease-in-out;
}
.lc__search-box.active {
  left: 7vw;
}
.lc__page .lc__search-box{
  position: fixed;
  height: 100%;
}
.lc__search-box .lc__search-container{
  width: 100%;
  height: 100%;
}
.lc__search-box h3{
  font-family: OutfitBold;
  font-size: 25px;
}
.lc__search-box input{
  border: unset;
  padding: 20px 20px;
  font-size: 15px;
  color: var(--font-color-b);
  font-family: OutfitRegular;
  width: 100%;
  background-color: #f7f7f7;
}
/*
|||||||||||||||||||||||||||||||||||
      SEARCH MENU END
|||||||||||||||||||||||||||||||||||
*/
/*
|||||||||||||||||||||||||||||||||||
      VERTICAL HEADER START
|||||||||||||||||||||||||||||||||||
*/
.lc__vertical-header{
  width: 7vw;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-shadow: -10px -11px 50px 0px #bfbebe;
  position: fixed;
  left: 0;
  z-index: 0;
}
.lc__vertical-header ul{
  margin-top: 100% !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.lc__vertical-header li {
  cursor: pointer;
}
.lc__vertical-header li a {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
    position: relative;
}
.lc__vertical-header li a .lc__cart-counter {
    position: absolute;
    right: -10px;
    top: 22px;
    background-color: #ff5c5f;
    padding: 2px 5px;
    color: #ffffff;
    border-radius: 5px;
}
.menu__basket{
  position: relative;
}
.menu__basket .lc__cart-counter {
  position: absolute;
  left: -20px;
  top: 10px;
  background-color: #ff5c5f;
  padding: 2px 5px;
  color: #ffffff;
  border-radius: 5px;
}

.lc__vertical-header li.active a {
  background-color: #f7f7f7;
}
.lc__vertical-header li:hover a {
  background-color: #f7f7f7;
}
.lc__vertical-header .lc__logo{
  height: 50px;
  width: 50px;
  margin-top: 25px;
}
.lc__vertical-header svg{
  height: 20px;
  width: 20px;
}

/*
|||||||||||||||||||||||||||||||||||
      VERTICAL HEADER END
|||||||||||||||||||||||||||||||||||
*/


/*
|||||||||||||||||||||||||||||||||||
      HORIZONTAL HEADER START
|||||||||||||||||||||||||||||||||||
*/
.lc__content{
  display: grid;
  height: 100%;
  position: fixed;
  right: 0;
  width: 93vw;
}
.lc__horizontal-header{
  background-color: #f7f7f7;
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  padding-left: 50px;
}
.lc__horizontal-header .horizontal__header-title {
  width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.lc__horizontal-header .horizontal__header-title p{
  font-family: OutfitBold;
  font-size: 12px;
}
.lc__horizontal-header .horizontal__header-title span{
  font-family: OutfitLight;
  font-size: 12px;
}
.lc__horizontal-header-items{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.lc__horizontal-header-items li{
  position: relative;
}
.lc__horizontal-header-items li a{
  color: var(--font-color-b);
  text-transform: uppercase;
}
.lc__horizontal-header-items li a::before{
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--font-color-b);
  top: 50%;
  left: -9px;
}
.lc__horizontal-header-items li.active a,
.lc__horizontal-header-items li:hover a{
  color: var(--font-color-a);
}
.lc__horizontal-header-items li.active a::before,
.lc__horizontal-header-items li:hover a::before{
  background-color: var(--font-color-a);
}
/*
|||||||||||||||||||||||||||||||||||
      HORIZONTAL HEADER END
|||||||||||||||||||||||||||||||||||
*/

/*
|||||||||||||||||||||||||||||||||||||||||||||||
      GENERAL STYLES FOR MAIN SLIDER START
|||||||||||||||||||||||||||||||||||||||||||||||
*/
.lc__main-slider{
  width: 100%;
  height: 100%;
}
.lc__footer-btns{
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.lc__footer-content .lc__video{
  background-color: #e8e8e8;
  width: 7vw;
  height: 65px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lc__footer-content .lc__video a{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  color: var(--font-color-a);
}
.lc__footer-content .lc__video a svg{
  height: 15px;
  width: 15px;
  fill: var(--font-color-a);
}
.lc__footer-btns .lc__case{
  background-color: #626262;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 0 15px;
  height: 65px;
  width: 130px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lc__footer-btns .lc__case svg{
  height: 15px;
  width: 15px;
  fill: #fff;
}
.lc__footer-more-btn{
  background-color: #626262;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.lc__footer-more-btn a {
    color: #fff;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}
.lc__footer-content{
  display: flex;
  justify-content: center;
  align-items: center;
}
.lc__footer-pagination{
  position: relative;
  padding: 0 15px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1f1f1f;
  color: #fff;
  width: 250px;
}
.lc__footer-pagination span{
  font-size: 12px;
}
.lc__footer-pagination span:first-child{
  position: absolute;
  bottom: 30px;
  left: 40px;
}
.lc__footer-pagination span:last-child{
  position: absolute;
  bottom: 30px;
  right: 40px;
}
.lc__slider-prev,
.lc__slider-next{
  position: absolute;
  bottom: 0;
}
.lc__slider-prev{
  position: absolute;
  bottom: 10px;
  top: unset;
  z-index: 3;
}
.lc__slider-next{
  position: absolute;
  bottom: 10px;
  top: unset;
  z-index: 3;
  right: 0;
  left: 215px;
}
.lc__slider-prev::after,
.lc__slider-next::after{
  font-size: 15px;
  color: #fff;
}
.lc__main-slider .lc__main-pagination{
  position: absolute;
  bottom: 25px;
  width: 175px !important;
  top: unset !important;
  left: 40px !important;
  height: 2px !important;
}
.lc__main-slider .swiper-pagination span{
  background-color: #fff;
}
/*
|||||||||||||||||||||||||||||||||||||||||||||||
      GENERAL STYLES FOR MAIN SLIDER END
|||||||||||||||||||||||||||||||||||||||||||||||
*/
/*
|||||||||||||||||||||||||||
      SECTION HOME START
|||||||||||||||||||||||||||
*/
.section__home{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 50px;
}
.section__home-image{
  width: 60%;
}
.section__home-content{
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
}

.play__btn svg{
  height: 15px;
  width: 15px;
  fill: #fff;
}

.play__btn {
  width: 50px;
  height: 50px;
  background-color: var(--font-color-a);
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
  margin-left: 25px;
}

.play__btn::before,
.play__btn::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--font-color-a);
  opacity: 0.5;
}

.play__btn::before {
  animation: pulsebefore 1.5s ease-in-out infinite;
  transform: scale(0.25);
  animation-delay: 0.25s;
}

.play__btn::after {
  animation: pulseafter 1.5s ease-in-out infinite;
  transform: scale(0.25);
}

@keyframes pulseafter {
  0% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  25% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.25);
    opacity: 0.5;
  }
  75% {
    transform: scale(1.75);
    opacity: 0.5;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulsebefore {
  0% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  25% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.25);
    opacity: 0.5;
  }
  75% {
    transform: scale(1.75);
    opacity: 0.5;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.lc__video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.lc__video-container {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}
.lc__video-container video {
  width: 100%;
  max-width: 800px;
  height: auto;
}
.lc__close-video {
  position: absolute;
  top: -30px;
  right: 0;
  border: none;
  cursor: pointer;
  background: unset;
  padding: 0;
}
.lc__close-video svg{
  height: 30px;
  width: 30px;
  fill: #ffffff;
}
.section__home-titles{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.section__home-titles p{
  font-size: 35px;
  font-family: OutfitBold;
  color: var(--font-color-a);
}
.section__home-titles p::first-letter {
  color: #ff4a2d;
}
.section__home-titles span{
  font-size: 30px;
  font-family: OutfitBold;
  color: var(--font-color-c);
}
/*
|||||||||||||||||||||||||||
      SECTION HOME END
|||||||||||||||||||||||||||
*/
/*
|||||||||||||||||||||||||||||||
      SWIPER CATEGORY START
|||||||||||||||||||||||||||||||
*/
.section__category{
  display: flex;
  justify-content: center;
  align-items: center;
}
.section__category-mobile{
  display: none;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 85px 10px;
}
.section__category-item{
  width: 48%;
  height: 48%;
  position: relative;
  overflow: hidden;
}
.section__category-mobile .section__category-item:nth-child(odd){
  background: linear-gradient(to bottom left, #f8edd8, #ffffff);
}
.section__category-mobile .section__category-item:nth-child(even){
  background: linear-gradient(to bottom left, #deebec, #ffffff);
}
.section__category-mobile .section__category-item img{
  width: 170%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: -135px;
  bottom: -145px;
}
.section__category-mobile .section__category-item .category__title{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  position: absolute;
  left: -10px;
  height: 130px;
  transform: rotate(270deg);
}
.section__category-mobile .section__category-item .category__title span:first-of-type{
  font-size: 23px;
  font-family: OutfitBold;
}
.section__category-mobile .section__category-item .category__title span:last-of-type{
  font-size: 15px;
  font-family: OutfitExtraLight;
}

.swiper__category{
  height: calc(100% - 200px);
  margin: 0 0 65px 50px;
  width: 100%;
}
.swiper__category::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 25%;
  background: linear-gradient(to left, white, transparent);
}
.swiper__category :is(.swiper-button-prev, .swiper-button-next){
  background-color: #1f1f1f;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.swiper__category :is(.swiper-button-prev, .swiper-button-next)::after{
  font-size: 13px;
  color: #fff;
}
.swiper__category .swiper-slide{
  overflow: hidden;
}
.swiper__category .swiper-slide:nth-child(odd){
  background: linear-gradient(to bottom left, #f8edd8, #ffffff);
}
.swiper__category .swiper-slide:nth-child(even){
  background: linear-gradient(to bottom left, #deebec, #ffffff);
}
.swiper__category .swiper-slide:last-child{
  background: unset;
}
.swiper__category .swiper-slide img{
  width: calc(100% + 20%);
  height: 100%;
  object-fit: contain;
  position: absolute;
  right: -70px;
  bottom: -77px;
}
.swiper__category .category__title{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  position: absolute;
  left: 10px;
  height: 140px;
  transform: rotate(270deg);
}
.swiper__category .category__title span:first-of-type{
  font-size: 20px;
  font-family: OutfitBold;
  max-width: 100px;
}
.swiper__category .category__title span:last-of-type{
  font-size: 12px;
  font-family: OutfitExtraLight;
}
/*
|||||||||||||||||||||||||||||||
      SWIPER CATEGORY END
|||||||||||||||||||||||||||||||
*/
/*
|||||||||||||||||||||||||||||||
      SECTION SPECIAL START
|||||||||||||||||||||||||||||||
*/
.section__special{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
  width: 100%;
}
.section__special .section__special-content{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
}
.lc__footer-content .lc__footer-more-btn p {
  display: none;
}
.section__special .content__title .title__a{
  font-family: OutfitBold;
}
.section__special .content__title .title__b{
  font-family: OutfitBold;
  font-size: 35px;
}
.section__special .content__title .title__c{
  font-family: OutfitExtraLight;
  font-size: 35px;
}
.section__special .content__colors{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.section__special .content__colors p{
  font-size: 13px;
  color: var(--font-color-a);
}
.section__special .content__colors div{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.section__special .content__colors div span{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: -7px;
}
.section__special .content__price{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.section__special .content__price span{
  background-color: #f4f4f4;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section__special .content__price span svg{
  height: 20px;
  width: 20px;
}
.section__special .content__price p{
  font-size: 20px;
  font-family: OutfitBold;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--font-color-d);
}
.section__special .content__price p span{
  width: unset;
  height: unset;
  background-color: unset;
  font-family: OutfitExtraLight;
}
.section__special .section__special-img{
  display: flex ;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 60%;
  height: 80%;
}
.section__special .section__special-img img:first-of-type{
  height: 50vh;
  width: 40%;
  object-fit: contain;
  position: absolute;
  top: -5px;
}
.section__special .section__special-img img:last-of-type{
  height: 30vh;
  width: 65%;
  object-fit: contain;
  position: absolute;
  bottom: -10px;
  top: unset;
  z-index: -1;
}
.section__special .section__special-img .image__special-3d-titles{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: absolute;
  bottom: 25px;
}
.section__special .section__special-img .image__special-3d {
  width: 100%;
  height: 100%;
}
.section__special .section__special-img p{
  font-size: 12px;
  color: var(--font-color-d);
}
/*
|||||||||||||||||||||||||||||||
      SECTION SPECIAL END
|||||||||||||||||||||||||||||||
*/
/*
|||||||||||||||||||||||||||||||
      SWIPER PRODUCT START
|||||||||||||||||||||||||||||||
*/
.product__tabs {
  position: relative;
}
.product__tab-select,.product__tabs .lc__select-box{
  display: none;
}
.lc__design-btn, .lc__page-design-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--bg-color-a);
  height: 100px;
  width: 200px;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
:is(.lc__design-btn, .lc__page-design-btn) p {
  font-family: OutfitRegular;
  font-size: 13px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
:is(.lc__design-btn, .lc__page-design-btn) p span {
  display: flex;
  justify-content: center;
  align-items: center;
}
:is(.lc__design-btn, .lc__page-design-btn) p svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}
.product__tab {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 50px;
  padding-top: 0;
  padding-bottom: 30px;
  margin-left: 50px;
  height: 100px;
}
.product__tab li {
  position: relative;
  cursor: pointer;
}
.product__tab li p {
  font-size: 16px;
  color: var(--font-color-a);
  font-family: OutfitExtraLight;
}
.product__tab li.active p {
  font-family: OutfitBold;
  color: var(--font-color-a);
}
.product__tab li.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: var(--font-color-a);
}
.product__tab li:hover::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: var(--font-color-a);
}
.swiper__product-made {
  /*height: calc(100% - 100px);*/
  margin: 0px 0 0px 50px;
  width: 95%;
  /*padding-bottom: 100px;*/
}
.swiper__product-made:not([data-tab-content].active) {
  display: none;
}
.swiper__product-made::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 25%;
  background: linear-gradient(to left, white, transparent);
}
.swiper__product-made :is(.swiper-button-prev, .swiper-button-next) {
  background-color: #1f1f1f;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.swiper__product-made :is(.swiper-button-prev, .swiper-button-next)::after {
  font-size: 13px;
  color: #fff;
}
.lc__cart-slider {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  border: 1px solid #eee;
  padding: 15px;
  position: relative;
}
.swiper__product-made .swiper-wrapper .swiper-slide:last-child .lc__cart-slider{
  border: unset;
}
.lc__cart-img {
  height: 40%;
}
.lc__cart-content {
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.lc__cart-content .cart__title {
  font-size: 15px;
  font-family: OutfitBold;
  color: var(--font-color-a);
}
.lc__cart-content .cart__model {
  font-size: 13px;
  font-family: OutfitRegular;
  color: var(--font-color-e);
}
.lc__cart-content .cart__price {
  font-size: 12px;
  font-family: OutfitRegular;
  color: var(--font-color-d);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.line-through {
  text-decoration: line-through;
  color: #8f8f8f;
}
.swiper__product-made .lc__cart-slider .lc__cart-colors {
  position: absolute;
  top: 15px;
  left: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.swiper__product-made .lc__cart-slider .lc__cart-colors span {
  width: 15px;
  height: 15px;
  background-color: #eee;
  border-radius: 50%;
  margin-top: -5px;
}
.swiper__product-made .lc__cart-slider .lc__cart-colors p {
  font-size: 11px;
  font-family: OutfitExtraLight;
  color: var(--font-color-a);
}
/*
|||||||||||||||||||||||||||||||
      SWIPER PRODUCT END
|||||||||||||||||||||||||||||||
*/
/*
|||||||||||||||||||||||||||||||
      SECTION ABOUT START
|||||||||||||||||||||||||||||||
*/

.lc__about{
  position: relative;
}
.lc__about-content{
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0px 50px;
  padding-bottom: 65px;
  width: 100%;
  height: 100%;
}
.lc__about-content .about__years{
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.lc__about-content .about__years .lc__number{
  height: 120px;
  margin-bottom: 25px;
}
.lc__about-content .about__years .about__years-text {
  width: 100%;
  text-align: center;
}
.lc__about-content .about__years p{
    color: var(--font-color-d);
    font-size: 18px;
    font-family: OutfitLight;
    font-weight: bold;
}
.about__description{
  width: 50%;
  margin-right: 100px;
  overflow: hidden;
}
.about__description .about__title{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: var(--font-color-a);
  font-size: 35px;
  font-family: OutfitBold;
}
.about__description .about__title span{
  color: var(--font-color-a);
  font-size: 35px;
  font-family: OutfitExtraLight;
}
.about__description .about__caption{
  font-size: 15px;
  font-family: OutfitLight;
  line-height: 25px;
  color: var(--font-color-a);
}
.about__image{
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
}
/*
|||||||||||||||||||||||||||||||
      SECTION ABOUT END
|||||||||||||||||||||||||||||||
*/

/*
|||||||||||||||||||||||||||||||
      SWIPER BLOG START
|||||||||||||||||||||||||||||||
*/
.section__blog{
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper__blog{
  height: calc(100% - 200px);
  margin: 0 0 65px 50px;
  width: 100%;
}
.swiper__blog::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 500px;
  background: linear-gradient(to left, white, transparent);
}
.swiper__blog :is(.swiper-button-prev, .swiper-button-next){
  background-color: #1f1f1f;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.swiper__blog :is(.swiper-button-prev, .swiper-button-next)::after{
  font-size: 13px;
  color: #fff;
}
.swiper__blog .swiper-pagination-blog{
 display: none;
}
.blog__cart{
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #00000010;
}
.blog__cart .cart__content{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 30px 20px 10px 20px;
  position: relative;
  height: 50%;
}
.blog__cart .blog__category{
  position: absolute;
  top: -15px;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.blog__cart .blog__category span{
  background-color: var(--bg-color-a);
  color: #fff;
  font-size: 13px;
  font-family: OutfitRegular;
  padding: 5px 25px;
}
.blog__cart .blog__category span.new__cat{
  background-color: var(--font-color-d);
  padding: 5px 10px;
  color: #fff;
  font-size: 13px;
  font-family: OutfitRegular;
}
.blog__cart .cart__image{
  height: 55%;
}
.blog__cart .blog__caption{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  width: 100%;
}
.blog__cart .blog__caption .blog__title{
  font-size: 14px;
  font-family: OutfitBold;
  color: var(--font-color-a);
}
.blog__cart .blog__caption .blog__date{
  font-size: 13px;
  font-family: OutfitLight;
  color: var(--font-color-b);
}
.blog__cart .blog__caption .blog__description{
  display: -webkit-box;
  font-size: 12px;
  font-family: OutfitLight;
  color: var(--font-color-b);
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*
|||||||||||||||||||||||||||||||
      SWIPER BLOG END
|||||||||||||||||||||||||||||||
*/

/*
|||||||||||||||||||||||||||||||
      SECTION CONTACT START
|||||||||||||||||||||||||||||||
*/
.section__contact .section__contact-container{
  height: 90%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  margin: 0 0 100px 50px;
}
.section__contact-container .cart__content{
  height: 65%;
  border: 1px solid #00000010;
  width: 23%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}
.section__contact-container .cart__content .cart__icon {
  height: 25%;
}
.section__contact-container .cart__content :is(.cart__item-top, .cart__item-bottom ){
  height: 36%;
}
.section__contact-container .cart__content .cart__icon svg{
  height: 40px;
  width: 40px;
  fill: #d2d2d2;
}
.section__contact-container .cart__content .cart__content-social{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.section__contact-container .cart__content .cart__content-social svg{
  height: 20px;
  width: 20px;
  fill: var(--font-color-d);
}
.section__contact-container .cart__content .cart__item-top{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
.section__contact-container .cart__content .cart__item-bottom{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
.section__contact-container .cart__content .cart__title{
  position: relative;
  font-size: 15px;
  font-family: OutfitBold;
  color: var(--font-color-a);
}
.section__contact-container .cart__content .cart__item-top .cart__title::before{
  content: "";
  position: absolute;
  left: -30px;
  top: 5px;
  width: 20px;
  height: 10px;
  background-color: var(--bg-color-a);
}
.section__contact-container .cart__content .cart__item-bottom .cart__title::before{
  content: "";
  position: absolute;
  left: -30px;
  top: 5px;
  width: 3px;
  height: 10px;
  background-color: #d0d0d0;
}
.section__contact-container .cart__content :is(.cart__item-top , .cart__item-bottom) :is(span , a ) {
  font-size: 13px;
  font-family: OutfitRegular;
  color: var(--font-color-d);
}
:is(.cart__content-call, .cart__content-time, .cart__content-email){
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
/*
|||||||||||||||||||||||||||||||
      SECTION CONTACT END
|||||||||||||||||||||||||||||||
*/
/*
|||||||||||||||||||||||||||||||
      SECTION VIDEO START
|||||||||||||||||||||||||||||||
*/
.section__video{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 50px;
}
.section__video-image{
  width: 60%;
}
.section__video-content{
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
}

.play__btn svg{
  height: 15px;
  width: 15px;
  fill: #fff;
}

.play__btn {
  width: 50px;
  height: 50px;
  background-color: var(--font-color-a);
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
  margin-left: 25px;
}
.section__video-titles{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.section__video-titles p{
  font-size: 35px;
  font-family: OutfitBold;
  color: var(--font-color-a);
}
.section__video-titles span{
  font-size: 30px;
  font-family: OutfitExtraLight;
  color: var(--font-color-a);
}
/*
|||||||||||||||||||||||||||||||
      SECTION VIDEO END
|||||||||||||||||||||||||||||||
*/



/*
|||||||||||||||||||||||||||||||||||||
      PRODUCT ARCHIVE PAGE START
|||||||||||||||||||||||||||||||||||||
*/
.lc__page{
  height: 100%;
  position: relative;
}
.lc__page .lc__main{
  height: 100%;
  width: 100%;
}
.lc__page .lc__vertical-header{
  position: fixed;
  left: 0;
  height: 100vh;
  width: 7vw;
}
.lc__page .lc__content{
  position: fixed;
  width: 93vw;
  right: 0;
  overflow-y: scroll;
}
.lc__page .lc__footer{
  width: 100%;
  position: fixed;
  bottom: 0;
z-index: 1;
}
.lc__footer-container{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.lc__footer-container .lc__footer-vertical{
  width: 100px;
}
.lc__footer-btns-content{
  display: grid;
  width: 100%;
  height: 100%;
  position: relative;
}
.lc__page .lc__footer-btns{
  width: 100%;
  right: 0;
}
.lc__page .lc__video{
  width: 7vw;
}


.lc__product-filter{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 50px;
}
.lc__product-filter p{
  font-size: 16px;
  font-family: OutfitBold;
  color: var(--font-color-a);
}
.lc__product-filter p span{
  font-size: 16px;
  font-family: OutfitLight;
  color: var(--font-color-a);
}


.lc__select-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap; /* optional: responsive */
}

.lc__select-box {
    position: relative;
    /* Removed flex from here — now each box is independent */
}

.lc__select-box select {
    background: #f7f7f7;
    padding: 20px 36px 20px 10px; /* Extra right padding for arrow */
    width: 200px;
    border: 0;
    outline: none;
    font: inherit;
    color: inherit;

    /* Remove native styling (critical for Safari) */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Custom arrow for EACH select */
.lc__select-box::after {
    content: '▼';
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #666;
    pointer-events: none;
    z-index: 1;
}

/* Optional: Hover/Focus */
.lc__select-box select:hover {
    background: #efefef;
}

.lc__select-box select:focus {
    background: #eaeaea;
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

.lc__page .lc__cart-container{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  direction: ltr;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 125px;
}
.lc__page .lc__cart-product{
  height: 400px;
  border: 1px solid #00000020;
  padding: 10px;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.lc__cart-product-layer-container{
    position: relative;
}
.lc__cart-product-layer {
    width: 190px;
    height: 200px;
    position: absolute;
    top: 30px;
    z-index: 6;
    border: 10px solid #ffffff;
    box-sizing: content-box;
}
.lc__cart-product-layer-home {
    width: 150px;
    height: 190px;
    position: absolute;
    top: 30px;
    z-index: 6;
    border-style: solid;
    border-color: #ffffff;
    border-width: 20px 50px 20px 50px;
    box-sizing: content-box;
}
.lc__page .lc__cart-product .lc__cart-product-img{
  height: 200px;
  width: 200px;
  overflow: hidden;
    position: relative;
}
.lc__page .lc__cart-product .lc__cart-product-img img{
  object-fit: contain;
}
.lc__page .lc__cart-product.cart-product-type-1 .lc__cart-product-img img{
  width: 99%;
}
.lc__page .lc__cart-product.cart-product-type-1 .lc__cart-product-img:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 5;
  border: 1px solid #ffffff;
}
.lc__page .lc__cart-product.cart-product-type-1 .lc__cart-product-img:after {
    content: '';
    position: absolute;
    inset: -5px;
    border: 10px solid #ffffff;
    z-index: 3;
}
.lc__page .lc__cart-product .lc__cart-product-img .colored-overlay{
  border: 1px solid #ffffff;
}
.lc__page.lc__product-archive-two.woocommerce .lc__cart-product-img img, .lc__page.lc__product-archive-two.woocommerce-page .lc__cart-product-img img{
  height: 100%;
}
.lc__page .lc__cart-product .cart__content{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
  bottom: 0;
  animation: all 1s ease-in-out;
}
.lc__page .lc__cart-product .cart__content a {
    text-align: center;
}
.lc__page .lc__cart-product .cart__content .cart__content-colors{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin-bottom: 15px;
  min-height: 18px;
}
.lc__page .lc__cart-product .cart__content .cart__content-colors span{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  outline: 1px solid #d2d2d2;
  cursor: pointer;
}
.lc__page .lc__cart-product .cart__content h3{
  font-family: OutfitBold;
  font-size: 15px;
  color: var(--font-color-a);
}
.lc__page .lc__cart-product .cart__content p{
  font-family: OutfitRegular;
  font-size: 13px;
  color: var(--font-color-e);
  margin-bottom: 10px;
}
.lc__page .lc__cart-product .cart__content .cart__price{
  display: flex;
  gap: 7px;
}
.lc__page .lc__cart-product .cart__content .cart__main-price{
  color: var(--font-color-a);
}
.lc__page .lc__cart-product .cart__content .cart__main-price.line-through{
  color: #8f8f8f;
}
.lc__page .lc__cart-product .cart__content .cart__discount-price{
  color: var(--font-color-a);
}
.lc__page .lc__cart-product .cart__content .cart__btns{
  display: none;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  animation: all 1s ease-in-out;
}
.lc__page .lc__cart-product:hover .cart__content{
  bottom: 0;
}
.lc__page .lc__cart-product:hover .cart__content .cart__btns{
  display: flex;
}
.lc__page .lc__cart-product .cart__content .cart__btns svg{
  height: 14px;
  width: 14px;
  fill: var(--font-color-a);
}
.lc__page .lc__cart-product .cart__content .cart__btns p{
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
}
.lc__page .lc__footer-pagination{
  justify-content: space-evenly;
}
.lc__page .lc__footer-pagination span:first-child,
.lc__page .lc__footer-pagination span:last-child{
  position: unset;
}
.lc__page .lc__footer-pagination span.active,
.lc__page .lc__footer-pagination span:hover{
  color: #ffffff;
  cursor: pointer;
}
.lc__page .lc__footer-pagination span,.lc__page .lc__footer-pagination span a{
  color: var(--font-color-b);
}
.lc__page .lc__footer-pagination span svg{
  width: 12px;
  height: 12px;
  fill:  var(--font-color-b);
}
.lc__page .lc__footer-more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100px;
}
.lc__page .lc__footer-more-btn svg{
  width: 13px;
  height: 13px;
  fill: #ffffff;
}
.lc__page .lc__footer-btns .lc__case{
  gap: 10px;
}
.lc__page .lc__category-cart{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 50px;
  gap: 20px;
}
.lc__page .lc__category-cart li{
  position: relative;
  height: 200px;
  width: 100%;
}
.lc__page .lc__category-cart li:nth-child(odd) {
  background: linear-gradient(to bottom left, #f8edd8, #ffffff);
}
.lc__page .lc__category-cart li:nth-child(even) {
  background: linear-gradient(to bottom left, #deebec, #ffffff);
}
.lc__page .lc__category-cart li a{
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.lc__page .lc__category-cart li a img{
  position: relative;
  right: -82px;
  bottom: -20%;
  object-fit: cover;
  height: auto;
}
.lc__page .lc__category-cart li .category__title{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  position: absolute;
  left: 10px;
  top: 0;
  height: 140px;
  transform: rotate(270deg);
}
.lc__page .lc__category-cart li .category__title span:first-of-type{
  font-size: 20px;
  font-family: OutfitBold;
}
.lc__page .lc__category-cart li .category__title span:last-of-type{
  font-size: 12px;
  font-family: OutfitExtraLight;
}
@media (max-width: 1024px) {
  .lc__page .lc__cart-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .lc__page .lc__cart-container {
    grid-template-columns: 1fr;
  }
}
/*
|||||||||||||||||||||||||||||||||||||
      PRODUCT ARCHIVE PAGE END
|||||||||||||||||||||||||||||||||||||
*/
/*
|||||||||||||||||||||||||||||||||||||
      SINGLE PRODUCT PAGE ONE START
|||||||||||||||||||||||||||||||||||||
*/
.lc__single-product-one .lc__content{
  display: block;
}
.lc__page .lc__breadcrumb{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding-left: 50px;
  margin-top: 30px !important;
}
.lc__page .lc__breadcrumb li{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.lc__page .lc__breadcrumb a{
  color: var(--font-color-b);
  font-size: 14px;
}
.lc__page .lc__breadcrumb svg{
  width: 14px;
  height: 14px;
  fill: var(--font-color-b);
}
.lc__product-container{
  width: 100%;
  padding: 30px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  height: 900px;
}
.lc__single-product .lc__product-container .product__details{
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}
.product__details .product__details-title h3{
  font-size: 20px;
  color: var(--font-color-d);
  font-family: OutfitBold;
}
.product__details .product__details-caption h3{
  font-size: 35px;
  color: var(--font-color-a);
  font-family: OutfitBold;
}
.product__details .product__details-rate{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.product__details .product__details-rate .lc__stars{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.product__details .product__details-rate .lc__stars span svg{
  fill: var(--font-color-b);
  width: 20px;
  height: 20px;
}
.product__details .product__details-rate .lc__stars span.active svg{
  fill: #ffb400;
}
.lc__points span{
  color: var(--font-color-b);
  font-size: 16px;
  font-family: OutfitLight;
}
.product__details .product__details-price{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.product__details .product__details-price span{
  font-size: 30px;
  font-family: OutfitBold;
  color: var(--font-color-a);
}
.product__details .product__details-price .price__unit{
  font-family: OutfitExtraLight
}
.product__details .product__details-colors{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.product__details .product__details-colors .colors__title span{
  font-size: 20px;
  font-family: OutfitRegular;
  color: var(--font-color-b);
}
.product__details .product__details-colors .colors__title .color__name{
  color: var(--font-color-a);
  padding-left: 10px;
}
.product__details .product__details-colors .color__circle{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.product__details .product__details-colors .color__circle button{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  outline: 2px solid #fff;
  outline-offset: 1px;
  background: var(--circle-color, #fff);
  cursor: pointer;
  transition: all 0.3s ease;
}
.product__details .product__details-colors .color__circle li.active button{
  outline: 2px solid var(--circle-color);
  position: relative;
}
.product__details .product__details-colors .color__circle li.active button:after {
  content: '✔';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0 0 2px #000, 0 0 4px #000;
}
.product__details .product__details-button button{
  outline: unset;
  border: unset;
  background-color: var(--bg-color-a);
  font-size: 16px;
  color: #fff;
  width: 250px;
  height: 100px;
  cursor: pointer;
}
.product__details .product__details-body{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 35px;
}
.product__details .product__details-body .product__details-progressbar{
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product__details .product__details-body .product__details-progressbar p{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--font-color-b);
  font-family: OutfitRegular;
  font-size: 15px;
}
.product__details .product__details-body .lc__progressbar {
  display: block;
  width: 100%;
  height: 4px;
  background: var(--bg-color-empty, #e8e8e8);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.product__details .product__details-body .lc__progressbar .lc__progressbar-fill {
  display: block;
  height: 100%;
  background: var(--bg-color-fill, var(--font-color-b));
  border-radius: 4px;
  transition: width 0.3s ease;
}
.product__details .product__details-body .product__details-feature{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.product__details .product__details-body .product__details-feature p{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  gap: 10px;
  color: var(--font-color-b);
  font-family: OutfitRegular;
  font-size: 15px;
}
.product__details .product__details-body .product__details-feature p svg{
  width: 25px;
  height: 25px;
  fill: var(--font-color-b);
}
.product__details .product__details-paragraph{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.product__details .product__details-paragraph h3{
  font-size: 30px;
  color: var(--font-color-a);
  font-family: OutfitBold;
}
.product__details .product__details-paragraph p{
  font-size: 15px;
  color: var(--font-color-d);
  font-family: OutfitLight;
  line-height: 28px;
}
.product__details .product__details-paragraph .product__details-paragraph-title{
  font-family: OutfitBold;
  color: #000000;
  font-size: 20px;
}
.lc__single-product .lc__product-container .product__images{
  width: 50%;
  height: 100%;
  position: relative;
}
.lc__single-product .lc__product-container .btn__360{
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #797979;
  padding: 15px;
  cursor: pointer;
  z-index: 5;
}
.lc__single-product .lc__product-container .btn__360 svg{
  height: 35px;
  width: 35px;
  fill: #ffffff;
  position: relative;
  z-index: 1;
}
.lc__single-product .lc__product-container .product__images .image__3d{
  display: none;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}
.lc__single-product .lc__product-container .product__images .image__3d.active{
  display: block;
}
.lc__single-product .lc__product-container .product__images .image__2d{
  width: 100%;
  background-color: #ddd;
  display: none;
}
.lc__single-product .lc__product-container.single-product-type-2 .product__images .image__2d{
  background-color: #f2f2f2;
}
.lc__single-product .lc__product-container.single-product-type-1 .product__images .image__2d{
  height: 100%;
}
.lc__single-product .lc__product-container .product__images .image__2d.active{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.lc__single-product .lc__product-container .product__images .image__2d .lc__product-img{
  width: unset;
  height: unset;
}
.lc__single-product .lc__product-container .product__images .image__2d img{
  object-fit: contain;
}
.lc__single-product .lc__product-container.single-product-type-2 .product__images .image__2d img{
  filter: invert(0.05);
  width: auto;
}
img.lc__deep-background.sheffaf+img {
    filter: brightness(0.867);
}
.lc__product-img[data-hasbg=yes] .lc__deep-background {
    filter: brightness(0.867);
}


.lc__single-product .lc__product-details{
  width: 100%;
  margin: 50px 0;
  margin-top: 0px;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.lc__single-product .lc__product-details .lc__product-feature,
.lc__single-product .lc__product-details .lc__product-questions{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  width: 48%;
}
.lc__single-product .lc__product-details :is(.lc__product-feature, .lc__product-questions) .details__title {
  position: relative;
  margin-bottom: 20px;
}
.lc__single-product .lc__product-details :is(.lc__product-feature, .lc__product-questions) .details__title::before{
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: var(--font-color-a);
  bottom: -7px;
  left: 0;
}
.lc__single-product .lc__product-details :is(.lc__product-feature, .lc__product-questions) .details__title h3{
  font-family: OutfitBold;
  font-size: 20px;
  color: var(--font-color-a);
}
.lc__single-product .lc__product-details .feature__items{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.lc__single-product .lc__product-details .feature__items .feature__item{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lc__single-product .lc__product-details .feature__items .feature__item p{
  font-family: OutfitBold;
  font-size: 15px;
  color: var(--font-color-b);
}
.lc__single-product .lc__product-details .feature__items .feature__item span{
  font-family: OutfitRegular;
  font-size: 15px;
  color: var(--font-color-b);
  width: 75%;
  text-align: right;
}
.lc__single-product .lc__product-details .feature__items{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

.qusetions__accordion {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 600px;
}
.qusetions__accordion li {
  margin-bottom: 10px;
}
.qusetions__accordion .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  margin: 0;
  cursor: pointer;
  font-size: 15px;
  transition: background 0.3s ease;
}
.qusetions__accordion .title:hover {
  background: var(--bg-color-hover, #f0f0f0);
}
.qusetions__accordion .arrow {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}
.qusetions__accordion .arrow svg {
  width: 20px;
  height: 20px;
  fill: var(--font-color-a, #000);
}
.qusetions__accordion .content {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  font-size: 14px;
  line-height: 1.5;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.qusetions__accordion li.active .content {
  max-height: var(--content-height, 500px);
  padding: 15px;
}
.qusetions__accordion li.active .arrow {
  transform: rotate(180deg);
}


.lc__single-product .lc__product-related{
  width: 100%;
  margin: 0 0 100px 0;
  padding: 0 50px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
.lc__single-product .lc__product-related .details__title {
  position: relative;
  margin-bottom: 20px;
}
.lc__single-product .lc__product-related .details__title h3 {
  font-family: OutfitBold;
  font-size: 20px;
  color: var(--font-color-a);
}
.lc__single-product .lc__product-related .details__title::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: var(--font-color-a);
  bottom: -7px;
  left: 0;
}
.lc__product-related .lc__cart-product .lc__cart-product-img:after {
  content: '';
  position: absolute;
  inset: -5px;
  border: 10px solid #ffffff;
  z-index: 4;
}

.swiper__product-related{
  width: 100%;
}
.swiper__product-related::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 300px;
  background: linear-gradient(to left, white, transparent);
}
.swiper__product-related :is(.swiper-button-prev, .swiper-button-next) {
  background-color: #1f1f1f;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.swiper__product-related :is(.swiper-button-prev, .swiper-button-next)::after {
  font-size: 13px;
  color: #fff;
}
/*.swiper__product-related .lc__cart-slider {*/
/*  height: 100%;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: space-evenly;*/
/*  align-items: center;*/
/*  border: 1px solid #eee;*/
/*  padding: 15px;*/
/*  position: relative;*/
/*}*/
.swiper__product-related .lc__cart-slider-last{
  border: 0;
}
.swiper__product-related .lc__cart-img {
  height: 40%;
}
.swiper__product-related .lc__cart-content {
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.swiper__product-related .lc__cart-content .cart__title {
  font-size: 15px;
  font-family: OutfitBold;
  color: var(--font-color-a);
}
.swiper__product-related .lc__cart-content .cart__model {
  font-size: 13px;
  font-family: OutfitRegular;
  color: var(--font-color-e);
}
.swiper__product-related .lc__cart-content .cart__price {
  font-size: 12px;
  font-family: OutfitRegular;
  color: var(--font-color-d);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.swiper__product-related .line-through {
  text-decoration: line-through;
  color: #8f8f8f;
}
.swiper__product-related .lc__cart-slider .lc__cart-colors,.lc__search-results .lc__cart-slider .lc__cart-colors {
  position: absolute;
  top: 15px;
  left: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 7;
}
.swiper__product-related .lc__cart-slider .lc__cart-colors span,.lc__search-results .lc__cart-slider .lc__cart-colors span {
  width: 15px;
  height: 15px;
  background-color: #eee;
  border-radius: 50%;
  margin-top: -5px;
}
.swiper__product-related .lc__cart-slider .lc__cart-colors p,.lc__search-results .lc__cart-slider .lc__cart-colors p {
  font-size: 11px;
  font-family: OutfitExtraLight;
  color: var(--font-color-a);
}

/*
|||||||||||||||||||||||||||||||||||||
      SINGLE PRODUCT PAGE ONE END
|||||||||||||||||||||||||||||||||||||
*/
/*
|||||||||||||||||||||||||||||||||||||
      SINGLE PRODUCT PAGE TWO START
|||||||||||||||||||||||||||||||||||||
*/
.lc__single-product-two .lc__product-container{
  /*height: 75vw;*/
  margin-bottom: 200px;
}
.lc__single-product-two .lc__product-select{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  width: 100%;
}
.lc__single-product-two .lc__product-select select{
  background: #f7f7f7;
  padding: 20px 10px;
  width: 50%;
  position: relative;
  font-size: 18px;
}
.lc__single-product-two .lc__product-select option{
  color: var(--font-color-a);
  font-family: OutfitRegular;
}
.lc__single-product-two .lc__product-select span{
  color: var(--font-color-b);
  font-family: OutfitRegular;
}
.lc__single-product-two .lc__product-frame{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.lc__single-product-two .lc__product-frame .lc__product-frame-title{
  color: var(--font-color-b);
  font-family: OutfitRegular;
  font-size: 20px;
}
.lc__single-product-two .lc__product-frame form{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lc__single-product-two .lc__product-frame .frame__item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: OutfitRegular;
  font-size: 18px;
  color: var(--font-color-b);
}
.lc__single-product-two .lc__product-frame .frame__item p{
  color: var(--font-color-a);
  font-family: OutfitRegular;
  font-size: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.lc__single-product-two .lc__product-frame .frame__item span{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  font-size: 15px;
}
.lc__single-product-two input[type="radio"] {
  width: 20px;
  height: 20px;
  accent-color: black;
}
.lc__single-product-two input[type="radio"]:checked {
  accent-color: black;
}
.lc__single-product-two input[type="radio"] {
  appearance: none;
  background-color: white;
  border: 2px solid var(--font-color-b);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.lc__single-product-two input[type="radio"]:checked::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: black;
  border-radius: 50%;
  position: absolute;
  top: 26%;
  left: 25%;
}
.lc__single-product-two .lc__product-frame-text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.lc__single-product-two .lc__product-frame-text .lc__product-frame-title{
  color: var(--font-color-b);
  font-family: OutfitRegular;
  font-size: 20px;
}
.lc__single-product-two .lc__product-frame-text input{
  border: 1px solid #00000019;
  padding: 20px 20px;
  width: 100%;
  font-size: 15px;
  color: var(--font-color-b);
}
.lc__single-product-two .lc__product-frame-font{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.lc__single-product-two .lc__product-frame-font .frame__font-title{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.lc__single-product-two .lc__product-frame-font .frame__font-title p{
  font-size: 20px;
  color: var(--font-color-b);
  font-family: OutfitRegular;
}
.lc__single-product-two .lc__product-frame-font .frame__font-title span{
  font-size: 20px;
  color: var(--font-color-a);
  font-family: OutfitRegular;
}
.lc__single-product-two .lc__product-frame-font .font__style{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
}
.lc__single-product-two .lc__product-frame-font .font__style img{
  width: 50px;
  height: 50px;
}
.lc__single-product-two .lc__product-frame-font .font__style li{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.lc__single-product-two .lc__product-frame-color{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.lc__single-product-two .lc__product-frame-color .frame__font-title{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.lc__single-product-two .lc__product-frame-color .frame__font-title p{
  font-size: 20px;
  color: var(--font-color-b);
  font-family: OutfitRegular;
}
.lc__single-product-two .lc__product-frame-color .frame__font-title span{
  font-size: 20px;
  color: var(--font-color-a);
  font-family: OutfitRegular;
}
.lc__single-product-two .lc__product-frame-color .color__circle{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.lc__single-product-two .lc__product-frame-color .color__circle button{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #fff;
  outline: 2px solid #99999952;
  outline-offset: 0px;
  background: var(--circle-color, #fff);
  cursor: pointer;
  transition: all 0.3s ease;
}
.lc__single-product-two .lc__product-frame-color .color__circle li.active button {
  outline: 2px solid rgba(0, 0, 0, .5);
  border: 2px solid #ffffff;
  position: relative;
}
.lc__single-product-two .lc__product-frame-color .color__circle li.active button::after {
  content: '✔';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 0 0 2px #000, 0 0 4px #000;
}
.product__details .product__details-button button{
  outline: unset;
  border: unset;
  background-color: var(--bg-color-a);
  font-size: 15px;
  color: #fff;
  width: 200px;
  height: 70px;
  cursor: pointer;
}
.lc__single-product-two .lc__product-frame-location {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.lc__single-product-two .lc__product-frame-location .frame__font-title{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.lc__single-product-two .lc__product-frame-location .frame__font-title p{
  font-size: 20px;
  color: var(--font-color-b);
  font-family: OutfitRegular;
}
.lc__single-product-two .lc__product-frame-location .frame__font-title span{
  font-size: 20px;
  color: var(--font-color-a);
  font-family: OutfitRegular;
}
.lc__single-product-two .lc__product-frame-location .text__location{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
.lc__single-product-two .lc__product-frame-location .text__location img{
  width: 30px;
  height: 30px;
}
.lc__single-product-two .lc__product-frame-location .text__location span{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
}
.lc__single-product-two .product__details-paragraph{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 50px;
  padding: 0 50px;
}
.lc__single-product-two .product__details-paragraph h3{
  font-family: OutfitBold;
  font-size: 20px;
  color: var(--font-color-a);
  position: relative;
  margin-bottom: 20px;
}
.lc__single-product-two .product__details-paragraph h3::before{
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: var(--font-color-a);
  bottom: -7px;
  left: 0;
}
.lc__single-product-two .product__details-paragraph p{
  font-family: OutfitLight;
  font-size: 15px;
  color: var(--font-color-d);
  line-height: 25px;
}
.lc__single-product-one .product__images-mobile,
.lc__single-product-two .product__images-mobile{
  display: none;
}
.lc__single-product-one .lc__add-to-cart{
  background-color: var(--bg-color-a);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  height: 65px;
  gap: 100px;
  cursor: pointer;
}
.lc__single-product-one .lc__add-to-cart svg{
  width: 15px;
  height: 15px;
  fill: #ffffff;
}
.lc__single-product-one .lc__add-to-cart div{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.lc__single-product-one .lc__add-to-cart :is(p, span){
  font-size: 12px;
  color: #ffffff;
  font-family: OutfitRegular;
}
.lc__single-product-one .lc__wish-list{
  background-color: var(--font-color-a);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  gap: 10px;
  height: 65px;
}
.lc__single-product-one .lc__wish-list svg{
  height: 15px;
  width: 15px;
  fill: #ffffff;
}
.lc__single-product-one .lc__wish-list{
  font-size: 12px;
  color: #ffffff;
  font-family: OutfitRegular;
}
.lc__single-product-one .lc__footer-mobile{
  display: none;
}
.lc__wish-list-mobile{
  display: none;
}
/*
|||||||||||||||||||||||||||||||||||||
      SINGLE PRODUCT PAGE TWO END
|||||||||||||||||||||||||||||||||||||
*/
/*
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
      3D STYLES START
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
*/
.hidden {
  display: none !important;
}
/*
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
      3D STYLES END
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
*/
/*
|||||||||||||||||||||||||||||||||||||
      ABOUT US START
|||||||||||||||||||||||||||||||||||||
*/
.lc__aboutus-page .lc__about-container{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  position: relative;
  gap: 20px;
}

.lc__aboutus-page .lc__about-container .about__years-text{
  padding-top: 15px;
    text-align: center;
}
.lc__aboutus-page .lc__about-container .about__years-text p{
  color: var(--font-color-d);
}
.lc__aboutus-page .lc__about-image{
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  height: 625px;
}
.lc__aboutus-page .lc__about-content{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
  width: 70vw;
}
.lc__aboutus-page .lc__about-content .aboutus__title{
  width: 70%;
  color: var(--font-color-a);
  font-size: 35px;
  font-family: OutfitBold;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.lc__aboutus-page .lc__about-content .aboutus__title span{
  font-family: OutfitExtraLight;
}
.lc__aboutus-page .lc__about-content .aboutus__caption{
    /*width: 70%;*/
    color: var(--font-color-d);
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.lc__aboutus-page .lc__about-content .aboutus__details{
  width: 75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
    gap: 20px;
}
.lc__aboutus-page .lc__about-content .aboutus__details .aboutus__details-item{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.lc__aboutus-page .lc__about-content .aboutus__details .aboutus__details-item svg{
  width: 40px;
  height: 40px;
  fill: var(--font-color-b);
}
.lc__aboutus-page .lc__about-content .aboutus__details .aboutus__details-item p{
  font-family: OutfitBold;
  color: var(--font-color-a);
  font-size: 15px;
}
.lc__aboutus-page .lc__about-content .aboutus__details .aboutus__details-item p span {
    font-size: 12px;
    color: #4c4c4c;
    display: block;
    margin-top: 5px;
}
.lc__aboutus-page .aboutus__services{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
  width: 100%;
}
.lc__aboutus-page .aboutus__services .aboutus__title{
  font-family: OutfitExtraLight;
  font-size: 25px;
  color: var(--font-color-a);
  width: 100%;
  flex-direction: row;
}
.lc__aboutus-page .aboutus__services .aboutus__title span{
  font-family: OutfitBold;
  padding-right: 5px;
  position: relative;
}
.lc__aboutus-page .aboutus__services .aboutus__title span::before{
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 2px;
  width: 50px;
  background-color: var(--font-color-a);
}
.lc__aboutus-page .aboutus__services .services__items{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.lc__aboutus-page .aboutus__services .services__items .item{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  gap: 10px;
  background-color: #f7f7f7;
  padding: 20px 20px;
  width: 25%;
  height: 175px;
}
.lc__aboutus-page .aboutus__services .services__items .item p{
  display: flex;
  flex-direction: column;
  gap: 3px;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: OutfitBold;
  font-size: 15px;
  color: var(--font-color-a);
    padding-left: 10px;
}
.lc__aboutus-page .aboutus__services .services__items svg{
  height: 60px;
  width: 60px;
  fill: var(--bg-color-b);
}
.lc__aboutus-page .aboutus__services .services__items a{
  cursor: pointer;
  font-family: OutfitRegular;
  font-size: 13px;
  color: #626262;
}
.lc__aboutus-page .aboutus__services .services__items a svg{
  fill: #626262;
  height: 10px;
  width: 10px;
}
.lc__aboutus-page .aboutus__instagram .aboutus__title{
  font-family: OutfitExtraLight;
  font-size: 25px;
  color: var(--font-color-a);
  width: 100%;
  flex-direction: row;
}
.lc__aboutus-page .aboutus__instagram .aboutus__title span{
  font-family: OutfitBold;
  padding-right: 5px;
  position: relative;
}
.lc__aboutus-page .aboutus__instagram .aboutus__title span::before{
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 2px;
  width: 50px;
  background-color: var(--font-color-a);
}
.lc__aboutus-page .aboutus__instagram{
  width: 100%;
}
.lc__aboutus-page .aboutus__instagram .instagram__cart{
  display: block;
  height: 300px;
  padding: 10px;
  border: 1px solid #00000019;
  margin-top: 20px;
}
.lc__aboutus-page .aboutus__instagram .instagram__cart .instagram__image{
  height: 70%;
}
.lc__aboutus-page .aboutus__instagram .instagram__cart .instagram__details{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  height: 30%;
}
.lc__aboutus-page .aboutus__instagram .instagram__cart .instagram__details .instagram__details-title{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  font-family: OutfitBold;
  font-size: 13px;
  color: var(--font-color-a);
}
.lc__aboutus-page .aboutus__instagram .instagram__cart .instagram__details .instagram__details-title span{
  font-family: OutfitRegular;
  font-size: 10px;
}
.lc__aboutus-page .aboutus__instagram .instagram__cart .instagram__details span{
  font-family: OutfitRegular;
  font-size: 10px;
  color: #626262;
}
.lc__aboutus-page .aboutus__instagram .instagram__cart .instagram__details svg{
  width: 10px;
  height: 10px;
  fill: #626262;
}
.lc__aboutus-page .aboutus__instagram :is(.swiper-button-prev, .swiper-button-next) {
  background-color: #1f1f1f;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.lc__aboutus-page .aboutus__instagram  :is(.swiper-button-prev, .swiper-button-next)::after {
  font-size: 13px;
  color: #fff;
}
.lc__aboutus-page .aboutus__instagram .swiper__instagram::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 250px;
  background: linear-gradient(to left, white, transparent);
}
.lc__aboutus-page .aboutus__history .aboutus__title{
  font-family: OutfitExtraLight;
  font-size: 25px;
  color: var(--font-color-a);
  width: 100%;
  flex-direction: row;
  margin-bottom: 20px;
}
.lc__aboutus-page .aboutus__history .aboutus__title span{
  font-family: OutfitBold;
  padding-right: 5px;
  position: relative;
}
.lc__aboutus-page .aboutus__history .aboutus__title span::before{
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 2px;
  width: 50px;
  background-color: var(--font-color-a);
}
.lc__aboutus-page .aboutus__history .aboutus__history-paragraph{
  font-size: 12px;
  font-family: OutfitLight;
  color: var(--font-color-d);
  line-height: 18px;
  margin-bottom: 20px;
}
.lc__aboutus-page .aboutus__history .aboutus__history-sign{
  height: 100px;
  width: 200px;
}
.lc__aboutus-page .aboutus__history .aboutus__history-sign img{
  object-fit: contain;
}
/*
|||||||||||||||||||||||||||||||||||||
      ABOUT US END
|||||||||||||||||||||||||||||||||||||
*/
/*
|||||||||||||||||||||||||||||||||||||
      CONTACT US START
|||||||||||||||||||||||||||||||||||||
*/
.lc__contactus-page .lc__contactus-container{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  position: relative;
  gap: 30px;
}
.lc__contactus-page .lc__contactus-container h1{
  font-family: OutfitBold;
  font-size: 35px;
  color: var(--font-color-a);
}
.lc__contactus-page .lc__contactus-container .contactus__title{
  font-family: OutfitBold;
  padding-right: 5px;
  position: relative;
  font-size: 20px;
  color: var(--font-color-a);
}
.lc__contactus-page .lc__contactus-container .contactus__title::before{
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 2px;
  width: 50px;
  background-color: var(--font-color-a);
}
.lc__contactus-page .contactus__carts{
  height: 300px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.lc__contactus-page .contactus__carts .cart__content{
  height: 100%;
  width: 25%;
  padding: 30px;
  background-color: #f7f7f7;
  border: 1px solid #00000010;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  gap: 10px;
}
.lc__contactus-page .contactus__carts .cart__icon {
  height: 25%;
}
.lc__contactus-page .contactus__carts :is(.cart__item-top, .cart__item-bottom ){
  height: 36%;
}
.lc__contactus-page .contactus__carts .cart__icon svg{
  height: 40px;
  width: 40px;
  fill: #d2d2d2;
}
.lc__contactus-page .contactus__carts .cart__content-social{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.lc__contactus-page .contactus__carts .cart__content-social svg{
  height: 20px;
  width: 20px;
  fill: var(--font-color-d);
}
.lc__contactus-page .contactus__carts .cart__item-top{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
.lc__contactus-page .contactus__carts .cart__item-bottom{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
.lc__contactus-page .contactus__carts .cart__title{
  position: relative;
  font-size: 15px;
  font-family: OutfitBold;
  color: var(--font-color-a);
}
.lc__contactus-page .contactus__carts .cart__item-top .cart__content-bilgi {
    display: flex;
    flex-direction: column;
}
.lc__contactus-page .contactus__carts .cart__item-top .cart__title::before{
  content: "";
  position: absolute;
  left: -30px;
  top: 5px;
  width: 20px;
  height: 10px;
  background-color: var(--bg-color-a);
}
.lc__contactus-page .contactus__carts .cart__item-bottom .cart__title::before{
  content: "";
  position: absolute;
  left: -30px;
  top: 5px;
  width: 3px;
  height: 10px;
  background-color: #d0d0d0;
}
.lc__contactus-page .contactus__carts :is(.cart__item-top , .cart__item-bottom) :is(span , a ) {
  font-size: 13px;
  font-family: OutfitRegular;
  color: var(--font-color-d);
}
:is(.cart__content-call, .cart__content-time, .cart__content-email){
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.lc__contactus-page .lc__contactus-form{
  width: 100%;
  margin-bottom: 50px;
}
.lc__contactus-form .contactus__form{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 20px;
  margin-top: 20px;
}
.lc__contactus-form .contactus__form div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.lc__contactus-form .contactus__form input{
  border: 1px solid #00000019;
  padding: 15px 10px;
  font-size: 15px;
  color: var(--font-color-b);
  font-family: OutfitRegular;
  width: 100%;
}
.lc__contactus-form .contactus__form textarea{
  border: 1px solid #00000019;
  padding: 15px 10px;
  font-size: 15px;
  color: var(--font-color-b);
  font-family: OutfitRegular;
  height: 250px;
  width: 100%;
}
.lc__contactus-form .contactus__form .contactus__submit{
  border: unset;
  background-color: var(--bg-color-a);
  height: 75px;
  width: 175px;
  font-family: OutfitRegular;
  font-size: 15px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.lc__contactus-form .contactus__form .contactus__submit svg{
  fill: #ffffff;
  transform: rotate(-45deg);
  height: 20px;
  width: 20px;
}
/*
|||||||||||||||||||||||||||||||||||||
      CONTACT US END
|||||||||||||||||||||||||||||||||||||
*/
/*
|||||||||||||||||||||||||||||||||||||
      BLOG ARCHIVE START
|||||||||||||||||||||||||||||||||||||
*/
.lc__blog-archive .lc__blog-container{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 50px;
  padding-bottom: 100px;
  position: relative;
  gap: 30px;
}
.lc__blog-container h1{
  font-size: 30px;
  font-family: OutfitBold;
  color: var(--font-color-a);
}
.lc__blog-archive .lc__blog-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.lc__blog-archive .lc__blog-content .blog__sidebar{
  width: 30%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
.lc__blog-archive .lc__blog-content .blog__posts{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 90%;
}
.lc__blog-archive .lc__blog-content .blog__cart{
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #00000010;
  width: 32%;
  height: 350px;
}
.lc__blog-archive .lc__blog-content .blog__cart .cart__content{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 30px 10px 10px 10px;
  position: relative;
  height: 52%;
}
.lc__blog-archive .lc__blog-content .blog__cart .blog__category{
  position: absolute;
  top: -15px;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.lc__blog-archive .lc__blog-content .blog__cart .blog__category span{
  background-color: var(--bg-color-a);
  color: #fff;
  font-size: 13px;
  font-family: OutfitRegular;
  padding: 5px 15px;
}
.lc__blog-archive .lc__blog-content .blog__cart .blog__category span.new__cat{
  background-color: var(--font-color-d);
  padding: 5px 10px;
  color: #fff;
  font-size: 13px;
  font-family: OutfitRegular;
}
.lc__blog-archive .lc__blog-content .blog__cart .cart__image{
  height: 48%;
}
.lc__blog-archive .lc__blog-content .blog__cart .blog__caption{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  width: 100%;
}
.lc__blog-archive .lc__blog-content .blog__cart .blog__caption .blog__title{
  font-size: 14px;
  font-family: OutfitBold;
  color: var(--font-color-a);
}
.lc__blog-archive .lc__blog-content .blog__cart .blog__caption .blog__date{
  font-size: 13px;
  font-family: OutfitLight;
  color: var(--font-color-b);
}
.lc__blog-archive .lc__blog-content .blog__cart .blog__caption .blog__description{
  display: -webkit-box;
  font-size: 12px;
  font-family: OutfitLight;
  color: var(--font-color-b);
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lc__blog-archive .lc__blog-content .blog__sidebar .sidebar__search{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 15px 10px;
  width: 100%;
  background-color: #f8f8f8;
}
.lc__blog-archive .lc__blog-content .blog__sidebar .blog__title{
  position: relative;
  font-size: 15px;
  font-family: OutfitBold;
  color: var(--font-color-a);
}
.lc__blog-archive .lc__blog-content .blog__sidebar .blog__title::before{
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: var(--font-color-a);
}
.lc__blog-archive .lc__blog-content .blog__sidebar span{
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.lc__blog-archive .lc__blog-content .blog__sidebar input{
  padding: 10px;
  font-family: OutfitRegular;
  font-size: 13px;
  color: var(--font-color-b);
  width: 100%;
}
.lc__blog-archive .lc__blog-content .blog__sidebar span svg{
  position: absolute;
  right: 10px;
  top: 10px;
  fill: var(--font-color-a);
  height: 15px;
  width: 15px;
}
.lc__blog-archive .lc__blog-content .blog__sidebar .sidebar__category{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 15px 10px;
  width: 100%;
  background-color: #f8f8f8;
}
.lc__blog-archive .lc__blog-content .blog__sidebar .sidebar__category ul{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  margin-top: 20px;
}
.lc__blog-archive .lc__blog-content .blog__sidebar .sidebar__category ul li{
  width: 100%;
}
.lc__blog-archive .lc__blog-content .blog__sidebar .sidebar__category ul li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: OutfitLight;
  font-size: 13px;
  color: var(--font-color-d);
}
.lc__blog-archive .lc__blog-content .blog__sidebar .sidebar__category ul li a span{
  margin: 0;
  width: unset;
}
.lc__blog-archive .lc__blog-content .blog__sidebar .sidebar__category ul li a svg{
  fill: var(--font-color-d);
  width: 10px;
  height: 10px;
  position: static;
}
/*
|||||||||||||||||||||||||||||||||||||
      BLOG ARCHIVE END
|||||||||||||||||||||||||||||||||||||
*/
/*
|||||||||||||||||||||||||||||||||||||
      BLOG SINGLE START
|||||||||||||||||||||||||||||||||||||
*/
.lc__blog-single .lc__blog-container{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 50px;
  padding-bottom: 100px;
  position: relative;
  gap: 20px;
}
.lc__blog-single .lc__blog-container .lc__post-content{
  width: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 70%;
  margin:auto;
  position: relative;
  gap: 30px;
}
.lc__blog-single .lc__blog-container .lc__post-content h1{
  font-size: 25px;
  font-family: OutfitBold;
  color: var(--font-color-a);
}
.lc__blog-single .lc__blog-container .lc__post-content .post__date span{
  font-size: 15px;
  font-family: OutfitBold;
  color: var(--font-color-b);
}
.lc__blog-single .lc__blog-container .lc__post-content img{
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.lc__blog-single .lc__blog-container .lc__post-content .post__paragraph-bold{
    font-family: OutfitMedium;
    font-size: 15px;
    color: var(--font-color-d);
    line-height: 25px;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
.lc__blog-single.woocommerce-page .lc__blog-container .lc__post-content .post__paragraph-bold,
.lc__blog-single.woocommerce-page .lc__blog-container .lc__post-content .post__paragraph-bold .woocommerce{
  width: 100%;
}
.lc__blog-single .lc__blog-container .lc__post-content .post-paragraph-regular{
  font-family: OutfitRegular;
  font-size: 14px;
  line-height: 20px;
  color: var(--font-color-d);
}
.lc__blog-single .lc__blog-container .lc__post-content .post__caption h3{
  font-family: OutfitBold;
  font-size: 25px;
  line-height: 20px;
  color: var(--font-color-a);
  margin-bottom: 15px;
}
.lc__blog-single .blog__sidebar{
  width: 30%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
.lc__blog-single .blog__sidebar .sidebar__search{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 15px 10px;
  width: 100%;
  background-color: #f8f8f8;
}
.lc__blog-single .blog__sidebar .blog__title{
  position: relative;
  font-size: 15px;
  font-family: OutfitBold;
  color: var(--font-color-a);
}
.lc__blog-single .blog__sidebar .blog__title::before{
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: var(--font-color-a);
}
.lc__blog-single .blog__sidebar span{
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.lc__blog-single .blog__sidebar input{
  padding: 10px;
  font-family: OutfitRegular;
  font-size: 13px;
  color: var(--font-color-b);
  width: 100%;
}
.lc__blog-single .blog__sidebar span svg{
  position: absolute;
  right: 10px;
  top: 10px;
  fill: var(--font-color-a);
  height: 15px;
  width: 15px;
}
.lc__blog-single .blog__sidebar .sidebar__category{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 15px 10px;
  width: 100%;
  background-color: #f8f8f8;
}
.lc__blog-single .blog__sidebar .sidebar__category ul{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  margin-top: 20px;
}
.lc__blog-single .blog__sidebar .sidebar__category ul li{
  width: 100%;
}
.lc__blog-single .blog__sidebar .sidebar__category ul li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: OutfitLight;
  font-size: 13px;
  color: var(--font-color-d);
}
.lc__blog-single .blog__sidebar .sidebar__category ul li a span{
  margin: 0;
  width: unset;
}
.lc__blog-single .blog__sidebar .sidebar__category ul li a svg{
  fill: var(--font-color-d);
  width: 10px;
  height: 10px;
  position: static;
}
.lc__blog-single .lc__page-container .lc__post-content {
  margin-top: 0;
}
.lc__blog-single .lc__blog-container .lc__post-content .post__paragraph-bold :is(h1, h2, h3, b, p){
  color: var(--font-color-a);
  text-align: justify;
}
.lc__blog-single .lc__blog-container .lc__post-content .post__paragraph-bold :is(h1, h2, h3){
  text-align: left;
}
.lc__blog-single .lc__blog-container .lc__post-content .post__paragraph-bold p{
  padding-left: 0 !important;
}

.post__paragraph-bold figure{
  width: 100%;
}

.post__paragraph-bold table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  color: #f0f0f0;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
}
.post__paragraph-bold thead tr {
    background: #f2f2f2;
    color: #000000;
    letter-spacing: 0.5px;
}
.post__paragraph-bold th {
  padding: 14px 12px;
  text-align: left;
  border-bottom: 2px solid #34495e;
}
.post__paragraph-bold th:nth-child(2) { text-align: center; }
.post__paragraph-bold th:nth-child(3),
.post__paragraph-bold th:nth-child(4),
.post__paragraph-bold th:nth-child(5) { text-align: right; }

.post__paragraph-bold tbody tr:nth-child(odd) {
  background-color: var(--font-color-c);
}
.post__paragraph-bold tbody tr:nth-child(even) {
  background-color: #e8e8e84f;
}
.post__paragraph-bold td {
  padding: 16px 12px;
  color: var(--font-color-a)
}
.post__paragraph-bold td:nth-child(2) { text-align: center; }
.post__paragraph-bold td:nth-child(3),
.post__paragraph-bold td:nth-child(4),
.post__paragraph-bold td:nth-child(5) { text-align: right; }
.post__paragraph-bold tbody tr:nth-child(2) td:first-child {
  font-weight: 500;
  color: #e0e0e0;
  padding: 12px;
}
.post__paragraph-bold tbody tr:last-child td {
  padding: 16px 12px;
  font-weight: 600;
  font-size: 15px;
  color: var(--font-color-a);
}
.post__paragraph-bold tbody tr:last-child td:first-child {
  text-align: right;
}
.post__paragraph-bold tbody tr:last-child td:last-child {
  font-weight: 700;
  font-size: 16px;
  color: #4CAF50;
  text-align: right;
}

.post__paragraph-bold th small {
  font-weight: normal;
  opacity: 0.8;
  font-size: 11px;
}
/*
|||||||||||||||||||||||||||||||||||||
      BLOG SINGLE END
|||||||||||||||||||||||||||||||||||||
*/
/*
|||||||||||||||||||||||||||||||||||||
      USER ACCOUNT START
|||||||||||||||||||||||||||||||||||||
*/
.button-close-modal{
  position: absolute;
  cursor: pointer;
  font-size: 20px;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,.17);
  -webkit-transform: translate(50%,-50%);
  transform: translate(50%,-50%);
  text-align: center;
  color: #000000;
  z-index: 1;
}
.button-close-modal:hover {
    background: #000000;
    color: #fff;
}
.modal-title {
  position: relative;
  z-index: 1;
  font-size: 36px !important;
  line-height: 1.44;
  margin: 0;
  font-family: 'OutfitExtraLight';
}
.modal-description {
  position: relative;
  z-index: 1;
  font-size: 15px !important;
  line-height: 26px;
  margin: 10px 0 0;
  color: #666;
}
.modal-description a{
  color: #000;
  font-size: 15px !important;
}
.modal-description a:hover{
  color: #999;
}
.form-label-checkbox{
  font-family: 'OutfitLight';
}
.forgot-password a{
  color: #000;
  font-size: 14px;
}
.forgot-password a:hover{
  color: #999;
}
.minimog-login-form .button.form-submit{
  padding: 0 35px;
  width: 100%;
  height: 45px;
  line-height: 43px;
  outline: none;
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
.minimog-login-form .button.form-submit:hover{
  background-color: #000;
  border: 1px solid #000;
  box-shadow: 0 0 0 .2rem #000;
  color: #fff;
}
.minimog-register-form .row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.minimog-register-form .row .form-group{
  width: 48%;
}
.minimog-register-form .form-group .form-label{
  display: none;
}
.minimog-register-form .form-group.accept-account .form-label{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-size: 14px !important;
}
.minimog-register-form .form-group.accept-account a{
  color: #000;
  font-size: 14px !important;
  font-family: 'OutfitBold';
}
.minimog-register-form .form-group.accept-account a:hovr{
  color: #999;
}
.minimog-register-form .form-group.accept-account input{
  width: auto;
}
.minimog-register-form .form-input-help{
  font-size: .9em;
  margin: 4px 0 0;
  color: #666;
}
.minimog-register-form .button.form-submit{
  padding: 0 35px;
  width: 100%;
  height: 45px;
  line-height: 43px;
  outline: none;
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
.minimog-register-form .button.form-submit:hover{
  background-color: #000;
  border: 1px solid #000;
  box-shadow: 0 0 0 .2rem #000;
  color: #fff;
}
/*
|||||||||||||||||||||||||||||||||||||
      USER ACCOUNT END
|||||||||||||||||||||||||||||||||||||
*/

/*
|||||||||||||||||||||||||||||||||||||
      SHOPPING CART AND CHECKOUT START
|||||||||||||||||||||||||||||||||||||
*/
.woocommerce-cart .lc__content,
.woocommerce-checkout .lc__content{
  overflow-y: auto;
}
.woocommerce-cart #main-content,
.woocommerce-checkout #main-content{
  padding: 20px 50px;
}
.woocommerce-cart form{
  background-color: #f7f7f7;
}
.woocommerce-cart form thead{
  background-color: #e8e8e8;
}
.woocommerce-cart form .product-thumbnail a{
  background-color: #fff;
  height: 150px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.woocommerce-cart form .product-thumbnail a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.woocommerce-cart form .woocommerce-cart-form__cart-item{
  position: relative;
}
.woocommerce-cart form .woocommerce-cart-form__cart-item .product-remove{
  position: absolute;
  right: 0;
  width: 50px;
  background-color: #e8e8e8 !important;
  height: 100%;
}
.woocommerce-cart form .woocommerce-cart-form__cart-item .product-remove a.remove{
  color: #ffffff !important;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  font-size: 45px;
  font-family: 'OutfitLight' !important;
  font-weight: 100;
}
.woocommerce-cart form .woocommerce-cart-form__cart-item .product-remove:hover{
  background-color: #aaa4a4;
}
.woocommerce-cart form .woocommerce-cart-form__cart-item .product-remove:hover a.remove{
  color: #ffffff !important;
}
.woocommerce-cart form .woocommerce-cart-form__cart-item .quantity input{
  display: none;
}
.custom-quantity-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.custom-quantity-wrapper input.qty {
  display: none !important;
}
.custom-quantity-btn {
  font-size: 25px;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-quantity-display {
  text-align: center;
  font-size: 20px;
}
.custom-quantity-btn.minus.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.woocommerce-cart form .coupon{
  align-items: center;
}
.woocommerce-cart form .coupon label{
  display: block;
  width: fit-content;
  height: fit-content;
  position: static !important;
  clip: unset;
  clip-path: unset;
  font-family: OutfitBold;
  font-size: 25px;
  color: var(--font-color-a);
  margin: 15px 0;
}
.woocommerce-cart form .coupon input{
  width: 200px !important;
  height: 50px;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0;
  font-family: OutfitRegular;
  color: var(--font-color-b);
}
.woocommerce-cart form .coupon button{
  background-color: #e8e8e8;
  height: 50px;
  border-radius: 0;
  /*width: 40px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.woocommerce-cart form .coupon button svg {
    margin-left: 7px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p label{
  /*display: none;*/
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p input{
  height: 50px !important;
  border: 1px solid #00000019 !important;
  border-radius: 0 !important;
  color: var(--font-color-b) !important;
  font-family: 'OutfitRegular' !important;
}
.woocommerce-checkout form .form-row-first, .woocommerce-checkout form .form-row-last, .woocommerce-checkout  form .form-row-first, .woocommerce-checkout  form .form-row-last{
  width: 50%;
}
.woocommerce-checkout .select2-container .select2-dropdown, .woocommerce-checkout .select2-container .select2-selection{
  /*height: 50px;*/
  border: 1px solid #00000019;
  border-radius: 0;
  color: var(--font-color-b);
  padding: 15px 10px;
}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered{
  padding: 0;
  color: var(--font-color-b);
}
/*
|||||||||||||||||||||||||||||||||||||
      SHOPPING CART AND CHECKOUT END
|||||||||||||||||||||||||||||||||||||
*/
@media screen and (max-width: 978px) {
  /*
  |||||||||||||||||||||||||||||||||||||
        HOME PAGE START
  |||||||||||||||||||||||||||||||||||||
  */
  .lc__vertical-header, .lc__horizontal-header, .lc__design-btn , .lc__footer-content .lc__video, .lc__footer-btns .lc__case, .lc__main-slider .swiper-pagination{
    display: none !important;
  }
  .lc__footer-pagination span:last-child{
    display: none;
  }
  .lc__content{
    width: 100%;
  }
  .lc__footer-pagination{
    width: 125px;
    padding: 0;
  }
  .lc__footer-btns , .lc__footer-content, .lc__footer-more-btn{
    width: 100%;
    justify-content: space-around;
  }
  .lc__slider-next{
    left: 60px;
  }
  .lc__slider-prev{
    left: 0px;
  }
  .lc__footer-pagination span:first-child {
    bottom: 25px;
    left: 35px;
  }
  .lc__footer-pagination{
    justify-content: space-between;
  }
  .lc__mobile-menu{
    display: flex;
  }
    .lc__mobile-menu .lc__vertical-user {
        position: absolute;
        right:100px;
    }

    .lc__mobile-menu .lc__vertical-wishlist {
        position: absolute;
        right:55px;
    }
  .section__home{
    padding-left: 0;
    flex-direction: column-reverse;
    align-items: center;
  }
  .section__home-content{
    height: 50%;
    align-items: center;
    justify-content: flex-start;
    padding-top: 35px;
  }
  .section__home-image{
    height: 50%;
    width: 100%;
    position: relative;
  }
  .section__home-image img{
    position: absolute;
    right: -50px;
    top: 20px;
    object-fit: contain !important;
  }
  .section__home-titles{
    justify-content: center;
    align-items: center;
  }
  .section__home .section__home-titles p{
    font-size: 18px;
  }
  .section__home-titles span{
    font-size: 18px;
  }
  .play__btn{
    margin-left: 0;
  }
  .section__category-mobile{
    display: none;
  }
  .swiper__category{
    margin: 0;
      height: 100%;
      padding: 15% 0;
  }
  .section__special{
    padding-left: 0;
    padding: 100px 10px;
    flex-direction: column;
  }
  .section__special .section__special-content{
    align-items: center;
    gap: 10px;
    height: 20%;
    width: 100%;
  }
  .section__special .section__special-img{
    height: 80%;
    width: 100%;
  }
  .section__special .section__special-img .image__special-3d canvas{
    width: 345px !important;
    height: 490px !important;
    margin: auto;
  }
  .section__special .content__title{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .section__special .content__title .title__b,
  .section__special .content__title .title__c{
    font-size: 17px;
  }
  .section__special .content__title .title__a{
      position: relative;
      width: 100%;
      display: flex;
      justify-content: center;
  }
  .section__special .content__title .title__a svg text{
    font-size: 32px;
    stroke-width: 2;
  }
  .section__special .content__colors p{
    font-size: 12px;
  }
  .section__special .content__colors p span{
    display: none;
  }
  .section__special .content__price{
    display: none;
  }
  .lc__footer-more-btn p{
    padding-right: 10px;
  }
  .lc__footer-more-btn p,
  .lc__footer-more-btn a{
    font-size: 12px;
    color: #ffffff;
  }
  .lc__footer-more-btn a{
    width: 55%;
  }
  .lc__footer-content .lc__footer-more-btn p.show-price {
    display: block;
  }
  .section__special .section__special-img img:first-of-type {
    height: 36vh;
    top: 20px;
  }
  .section__special .section__special-img img:last-of-type {
    height: 11vh;
    bottom: 30px;
    top: unset;
  }
  .section__special .section__special-img div {
    gap: 10px;
    bottom: 5px;
  }
  .section__special .section__special-img .image__special-3d-titles {
    left: 5px;
    bottom: 0;
  }
  .section__special .section__special-img p{
    font-size: 18px;
  }
  .section__special .section__special-img img:last-of-type{
    width: 100%;
  }
  .product__tabs {
    padding: 80px 10px;
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .product__tab{
    display: none;
  }
  .product__tabs .lc__select-box{display: block}
  .product__tab-select{
    display: block;
    background: #f7f7f7;
    padding: 30px 25px;
    width: 100%;
    position: relative;
    font-size: 18px;
    color: var(--font-color-a);
  }
  .lc__page .lc__cart-slider{
    padding: 50px 15px;
    height: 100%;
  }
  .lc__cart-img {
    height: 60%;
  }
  .lc__cart-content .cart__title {
    font-size: 18px;
  }
  .lc__cart-content .cart__model {
    font-size: 15px;
  }
  .swiper__product-made{
    height: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .swiper__product-made .swiper-wrapper{
    height: 90%;
  }

  .lc__about-content{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    padding: 100px 10px;
    gap: 50px;
  }
  .about__description{
    width: 100%;
    margin: 0;
  }
  .about__image{
    display: none;
  }
  .lc__about-content .about__years{
    align-items: center;
    gap: 0;
      width: 100%;
    margin-right: 0;
  }
  .lc__about-content .about__years .lc__number {
    height: 130px;
    width: 200px;
  }
  .lc__about-content .about__years .lc__number img{
    object-fit: contain;
  }
  .lc__about-content .about__years p{
    font-size: 24px;
  }
  .about__description .about__caption{
    /*overflow-y: auto;*/
    /*height: 407px*/
  }
  .about__description .about__caption p{
    text-align: justify;
  }
  .swiper__blog{
    height: 80%;
    margin: 0;
    overflow-y: visible;
  }
  .section__blog .swiper__blog .swiper-wrapper{
    height: 90%;
  }
  .section__blog .swiper__blog .swiper-pagination-blog{
    display: block !important;
    bottom: -35px;
    position: relative;
    z-index: 4;
  }
  .section__blog .swiper__blog .swiper-pagination-blog .swiper-pagination-bullet{
    background-color: #343232;
    border: 6px solid #ffffff;
    outline: 1px solid #ffffff;
    height: 17px;
    width: 17px;
    transform: scale(1);
  }
  .section__blog .swiper__blog .swiper-pagination-blog .swiper-pagination-bullet-active{
    background-color: var(--font-color-a);
    border: 6px solid #fff;
    outline: 1px solid #000000;
  }
  .swiper__blog::after,
  .swiper__blog :is(.swiper-button-prev, .swiper-button-next){
    display: none;
  }
  .swiper__blog .swiper-wrapper > div:last-child{
    display: none;
  }
  .section__blog{
    flex-direction: column;
    align-items: flex-start;
    padding: 100px 10px;
    padding-top: 40px;
  }
  .section__title{
    display: block;
    font-size: 24px;
    font-family: OutfitBold;
    padding-bottom: 20px;
  }
  .section__contact-container .cart__content{
    width: 100%;
    height: 100%;
    padding: 10px 30px;
  }
  .section__contact .section__contact-container{
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 50px 10px;
    gap: 15px;
  }
  .section__contact-container .cart__content .cart__item-bottom,
  .section__contact-container .cart__content .cart__icon{
    display: none;
  }
  .section__contact-container .cart__content .cart__item-bottom.cart__item-social{
    display: flex;
  }
  .section__contact-container .cart__content .cart__item-bottom.cart__item-social .cart__title{
    display: none;
  }
  .section__contact-container .cart__content :is(.cart__item-top, .cart__item-bottom ){
    height: 100%;
  }
  .section__contact-container .cart__content .cart__content-social {
    padding-top: 35px;
  }
  .section__contact-container .cart__content .cart__title{
    font-size: 22px;
  }
  .section__contact-container .cart__content :is(.cart__item-top , .cart__item-bottom) :is(span , a ){
    font-size: 20px;
  }
  .section__contact-container .cart__content .cart__item-top .cart__title::before{
    width: 35px;
    height: 17px;
    left: -50px;
  }
  .section__contact-container .cart__content{
    padding: 10px 50px
  }
  .section__video{
    padding: 0;
    padding-left: 0;
    flex-direction: column-reverse;
    align-items: center;
  }
  .section__video-content{
    height: 50%;
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end;
  }
  .section__video-titles{
    align-items: center;
  }
  .section__video-image{
    height: 52%;
    width: 100%;
    position: relative;
  }
  .section__video-image img {
    position: absolute;
    right: -50px;
    top: 20px;
    object-fit: contain !important;
  }
  .section__video-titles p,
  .section__video-titles span{
    font-size: 25px;
  }
  .section__video-titles svg{
    position: relative;
    width: 100%;
  }
  .section__video-titles svg text {
    font-family: OutfitBold;
    font-size: 32px;
    paint-order: stroke fill;
    stroke: #626262;
    stroke-width: 2px;
    stroke-linejoin: round;
    fill: #fff;
    dominant-baseline: middle;
  }
  /* menu mobile start */
  .lc__menu-items{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    background-color: #ffffff;
    z-index: 3;
    transition: left 0.5s ease-in-out;
  }
  .lc__main .lc__menu-items.active {
    left: 0;
  }
  .lc__menu-items .lc__menu-close{
    padding: 40px 30px 0px 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    font-family: OutfitBold;
    color: var(--font-color-a);
    font-size: 25px;
  }
  .lc__menu-items .lc__menu-close svg{
    fill: var(--font-color-a);
    width: 30px;
    height: 30px;
  }
  .lc__menu-items .lc__menu-pages{
    padding: 30px 30px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .lc__menu-items .lc__menu-pages li{
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
  }
  .lc__menu-items .lc__menu-pages li:last-of-type{
    border-bottom: 0;
  }
  .lc__menu-items .lc__menu-pages li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 20px;
    font-family: OutfitLight;
    color: var(--font-color-a);
    padding: 20px 0;
  }
  .lc__menu-items .lc__menu-pages li a svg{
    height: 20px;
    width: 20px;
    fill: var(--font-color-a);
  }
  .lc__menu-items .lc__menu-button{
    padding: 0px 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 125px;
    background-color: var(--font-color-d);
    color: #ffffff;
    font-size: 20px;
    font-family: OutfitRegular;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .lc__menu-items.active .lc__menu-pages,
  .lc__menu-items.active .lc__menu-button{
    display: flex;
  }
  .lc__menu-items .lc__menu-button svg{
    height: 25px;
    width: 25px;
    fill: #ffffff;
  }
  /* menu mobile end */
  /*
  |||||||||||||||||||||||||||||||||||||
        HOME PAGE END
  |||||||||||||||||||||||||||||||||||||
  */
  /*
  |||||||||||||||||||||||||||||||||||||
        PRODUCT ARCHIVE PAGE START
  |||||||||||||||||||||||||||||||||||||
  */
  .lc__page .lc__content{
    width: 100%;
  }
  .lc__product-archive-one .lc__product-filter{
    flex-direction: column;
    padding: 120px 10px;
    padding-bottom: 30px;
    align-items: flex-start;
    gap: 10px;
  }
    .lc__select-container {
        flex-direction: column;
        width: 100%;
    }
    .lc__select-box{
        margin-bottom:0 !important;
        width: 100%;
    }
    .lc__select-box select {
        width: 100%;
    }
  .lc__page-design-btn{
    display: none;
  }
  .lc__page .lc__cart-container{
    padding-left: 10px;
    padding-right: 10px;
  }
  .lc__page .lc__footer-pagination span{
    display: none;
  }
  .lc__product-archive-one .lc__footer-pagination span{
    display: block;
  }

  .lc__page .lc__footer-content .lc__footer-pagination :is(.active, .lc__pagination-arrow){
    display: block;
  }
  .lc__page .lc__footer-content{
    justify-content: space-between;
  }
  .lc__page .lc__footer-pagination,
  .lc__page .lc__footer-more-btn{
    width: 50%;
  }
  .lc__product-archive-one .lc__footer-pagination{
    width: 100%;
  }
  .lc__page .lc__category-cart{
    flex-direction: column;
    padding: 100px 10px;
    padding-bottom: 30px;
    align-items: flex-start;
    gap: 10px;
  }
  .lc__product-archive-two .lc__product-filter{
    flex-direction: column;
    padding:100px 10px 0 10px;
    align-items: flex-start;
    gap: 10px;
  }
  .lc__page.lc__product-archive-two .lc__cart-container{
    padding-top: 30px;
  }
  /*
  |||||||||||||||||||||||||||||||||||||
        PRODUCT ARCHIVE PAGE END
  |||||||||||||||||||||||||||||||||||||
  */
  /*
  |||||||||||||||||||||||||||||||||||||
        SINGLE PRODUCT PAGE START
  |||||||||||||||||||||||||||||||||||||
  */

  .lc__breadcrumb{
    display: none;
  }
  .lc__product-container{
    flex-direction: column;
    padding: 50px 10px;
    height: fit-content;
  }
  .lc__single-product .lc__product-container .product__details{
    width: 100%;
    gap: 15px;
  }
  .product__details .product__details-title h3{
    font-size: 15px;
  }
  .product__details .product__details-caption h3{
    font-size: 25px;
  }
  :is(.lc__single-product-one, .lc__single-product-two) .product__images-mobile{
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
    position: relative;
  }
  .lc__single-product .lc__product-container .product__images-mobile .btn__360 {
    left: 10px;
    bottom: 10px;
    padding: 10px 10px 0px;
  }
  :is(.lc__single-product-one, .lc__single-product-two) .product__images-mobile .image__3d canvas {
    display: block;
  }
  :is(.lc__single-product-one, .lc__single-product-two) .product__images-mobile :is(.image__2d, .image__3d) {
    width: 100%;
    height: 100%;
    background-color: #cccccc9e;
    /*padding: 5%;*/
    display: none;
  }
  :is(.lc__single-product-one, .lc__single-product-two) .product__images-mobile .image__2d img {
    object-fit: contain;
    filter: brightness(0.97);
  }
  :is(.lc__single-product-one, .lc__single-product-two) .product__images-mobile .image__2d .lc__product-img {
    min-height: unset;
    width: 100%;
    margin: 0;
    border: unset;
    outline: unset;
  }
  :is(.lc__single-product-one, .lc__single-product-two) .product__images-mobile :is(.image__2d, .image__3d).active{
    display: block;
  }
  .product__details .product__details-button{
    display: none;
  }
  .product__details .product__details-colors .colors__title span{
    font-size: 18px;
  }
  .product__details .product__details-colors .color__circle button{
    height: 25px;
    width: 25px;
    border: 2px solid #fff;
  }
  .product__details .product__details-body .product__details-progressbar{
    width: 100%;
  }
  .product__details .product__details-body .product__details-feature p{
    width: 100%;
  }
  .product__details .product__details-paragraph .product__details-paragraph-title{
    position: relative;
    font-family: OutfitBold;
    font-size: 20px;
    color: var(--font-color-a);
  }
  .product__details .product__details-paragraph .product__details-paragraph-title::before{
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: var(--font-color-a);
    bottom: -7px;
    left: 0;
  }
  .product__details .product__details-paragraph p{
    font-size: 16px;
  }
  .lc__single-product .lc__product-details{
    padding: 0 10px;
    margin: 0 0 100px 0;
  }
  .lc__single-product .lc__product-details .lc__product-questions{
    display: none;
  }
  .lc__single-product .lc__product-details .lc__product-feature{
    width: 100%;
  }
  .lc__single-product .lc__product-details .lc__product-feature .details__title h3{
    font-size: 20px;
  }
  .lc__single-product .lc__product-details .feature__items .feature__item{
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .lc__single-product .lc__product-details .feature__items{
    gap: 10px;
  }
  .lc__single-product .lc__product-details .feature__items .feature__item p{
    font-size: 13px;
  }
  .lc__single-product .lc__product-details .feature__items .feature__item span{
    font-size: 12px;
    text-align: left;
  }
    .page-template-template-collections .lc__product-related.first-section {
        margin-top: 90px !important;
    }
  .lc__single-product .lc__product-related{
    padding: 0 10px;
  }
  .swiper__product-related::after{
    display: none;
  }
  .swiper-slide .lc__cart-slider .lc__cart-img img{
    width: 100%;
  }
  .lc__single-product-two .lc__product-container{
    height: fit-content;
  }
  .lc__single-product-two .lc__product-select{
    /*flex-direction: column;*/
  }
  .lc__single-product-two .lc__product-select select{
    /*width: 100%;*/
  }
  .lc__single-product-two .product__details-paragraph{
    margin: 0;
    padding: 0 10px 20px 10px;
    gap: 5px;
  }
  .lc__single-product-two .product__details-paragraph h3{
    font-size: 18px;
  }
  .lc__single-product-one .lc__add-to-cart{
    display: none;
  }
  .lc__single-product-one .lc__footer-mobile{
    display: block;
    background-color: var(--bg-color-a);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    height: 65px;
    gap: 10px;
    cursor: pointer;
    width: 100%;
  }
  .lc__single-product-one .lc__footer-mobile :is(a, p , span){
    font-size: 12px;
    color: #ffffff;
    font-family: OutfitRegular;
  }
  .lc__single-product-one .lc__wish-list{
    display: none;
  }
  .lc__wish-list-mobile{
    background-color: var(--font-color-a);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    gap: 10px;
    height: 65px;
    width: 20%;
  }
  .lc__wish-list-mobile svg{
    height: 15px;
    width: 15px;
    fill: #ffffff;
  }
  .lc__single-product .lc__product-container .product__images{
    width: 100%;
  }
  /*
  |||||||||||||||||||||||||||||||||||||
        SINGLE PRODUCT PAGE END
  |||||||||||||||||||||||||||||||||||||
  */
  /*
  |||||||||||||||||||||||||||||||||||||
        ABOUT US START
  |||||||||||||||||||||||||||||||||||||
  */
  .lc__aboutus-page .lc__breadcrumb{
    margin-top: 100px;
    padding-left: 10px;
  }
  .lc__aboutus-page .lc__about-image{
    display: none;
  }
  .lc__aboutus-page .lc__about-container{
    padding: 10px;
  }
  .lc__aboutus-page .lc__about-container{
    flex-direction: column;
  }
  .lc__aboutus-page .about__years{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    width: 100%;
  }
  .lc__aboutus-page .about__years .lc__number{
    height: 120px;
  }
  .lc__aboutus-page .lc__about-content{
    width: 100%;
    padding: 0;
    gap: 50px;
  }
  .lc__aboutus-page .lc__about-content .aboutus__title{
    width: 100%;
    font-size: 25px;
  }
  .lc__aboutus-page .lc__about-content .aboutus__caption{
    width: 100%;
    font-size: 13px;
    margin-top: -30px;
  }
  .lc__aboutus-page .lc__about-content .aboutus__details{
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 4%;
  }
  .lc__aboutus-page .lc__about-content .aboutus__details .aboutus__details-item{
    width: 48%;
    gap: 10px;
    align-items: center;
  }
  .lc__aboutus-page .lc__about-content .aboutus__details :is(.aboutus__details-item:nth-child(1),.aboutus__details-item:nth-child(2)) {
    margin-bottom: 30px;
  }
  .lc__aboutus-page .lc__about-content .aboutus__details .aboutus__details-item p{
    text-align: center;
  }
  .lc__aboutus-page .aboutus__services{
    margin-top: 0;
  }
  .lc__aboutus-page .aboutus__services .services__items{
    flex-direction: column;
  }
  .lc__aboutus-page .aboutus__services .services__items .item{
    width: 100%;
    align-items: center;
  }
  .lc__aboutus-page .aboutus__services .services__items .item p{
    align-items: center;
  }
  .lc__aboutus-page .aboutus__instagram .swiper__instagram::after{
    display: none;
  }
  .lc__aboutus-page .aboutus__instagram .swiper__instagram .swiper-slide:last-child{
    display: none;
  }
  /*
  |||||||||||||||||||||||||||||||||||||
        ABOUT US END
  |||||||||||||||||||||||||||||||||||||
  */
  /*
  |||||||||||||||||||||||||||||||||||||
        CONTACT US START
  |||||||||||||||||||||||||||||||||||||
  */
  .lc__contactus-page .lc__breadcrumb{
    margin-top: 100px;
    padding-left: 10px;
  }
  .lc__contactus-page .lc__contactus-container{
    padding: 40px 10px;
  }
  .lc__contactus-page .contactus__carts{
    flex-direction: column;
    height: fit-content;
  }
  .lc__contactus-page .contactus__carts .cart__content{
    width: 100%;
  }
  .lc__contactus-form .contactus__form div{
    flex-direction: column;
  }
  /*
  |||||||||||||||||||||||||||||||||||||
        CONTACT US END
  |||||||||||||||||||||||||||||||||||||
  */
  /*
  |||||||||||||||||||||||||||||||||||||
        BLOG ARCHIVE START
  |||||||||||||||||||||||||||||||||||||
  */
  .lc__blog-archive .lc__breadcrumb{
    margin-top: 100px;
    padding-left: 10px;
  }
  .lc__blog-archive .lc__blog-container{
    padding: 10px;
    margin-top: 35px;
  }
  .lc__blog-archive .lc__blog-content{
    flex-direction: column-reverse;
  }
  .lc__blog-archive .lc__blog-content .blog__sidebar{
    width: 100%;
  }
  .lc__blog-archive .lc__blog-content .blog__posts{
    width: 100%;
  }
  .lc__blog-archive .lc__blog-content .blog__cart{
    width: 100%;
    height: 400px;
  }
  .lc__blog-archive .lc__blog-content .blog__cart .cart__image{
    height: 60%;
  }
  .lc__blog-archive .lc__blog-content .blog__cart .cart__content{
    height: 40%;
  }
  /*
  |||||||||||||||||||||||||||||||||||||
        BLOG ARCHIVE END
  |||||||||||||||||||||||||||||||||||||
  */
  /*
  |||||||||||||||||||||||||||||||||||||
        BLOG SINGLE START
  |||||||||||||||||||||||||||||||||||||
  */
  .lc__blog-single .lc__breadcrumb{
    margin-top: 100px;
    padding-left: 10px;
  }
  .lc__blog-single .lc__blog-container{
    padding: 40px 10px;
    flex-direction: column-reverse;
  }
  .lc__blog-single .blog__sidebar{
    width: 100%;
  }
  .lc__blog-single .blog__posts{
    width: 100%;
  }
  .lc__blog-single .blog__cart{
    width: 100%;
    height: 400px;
  }
  .lc__blog-single .lc__blog-container .lc__post-content h1{
    font-size: 20px;
  }
  .lc__blog-single .lc__blog-container .lc__post-content .post__date span{
    font-size: 13px;
  }
  .lc__blog-single .lc__blog-container .lc__post-content .post__caption h3{
    font-size: 20px;
  }
  .lc__blog-single .lc__page-container .lc__post-content {
    margin-top: 50px;
  }
  /*
  |||||||||||||||||||||||||||||||||||||
        BLOG SINGLE END
  |||||||||||||||||||||||||||||||||||||
  */
  /*
|||||||||||||||||||||||||||||||||||||
      SHOPPING CART START
|||||||||||||||||||||||||||||||||||||
*/
  .woocommerce-cart #main-content{
    padding: 100px 10px 0 10px;
  }
  .woocommerce-cart form .woocommerce-cart-form__cart-item td{
    width: 88% !important;
  }
  .woocommerce-cart form .woocommerce-cart-form__cart-item .product-remove{
    width: 50px !important;
  }
  .woocommerce-cart form .coupon input{
    width: 88% !important;
  }
  .woocommerce-cart form .coupon button{
    width: 12% !important;
    float: left !important;
  }
  .custom-quantity-wrapper{
    justify-content: flex-end;
  }
    .lc__blog-single .lc__blog-container .lc__post-content .post__paragraph-bold :is(h1, h2, h3, b, p) {
        text-align: left;
    }
  /*
|||||||||||||||||||||||||||||||||||||
      SHOPPING CART END
|||||||||||||||||||||||||||||||||||||
*/
}
@media screen and (max-width: 1440px) {
  .lc__single-product-two .lc__product-container{
    height: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 400px) {
  .lc__aboutus-page .lc__about-content .aboutus__details{
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  .lc__aboutus-page .lc__about-content .aboutus__details .aboutus__details-item{
    width: 100%;
    gap: 25px;
    align-items: center;
    flex-direction: row;
  }
  .lc__aboutus-page .lc__about-content .aboutus__details .aboutus__details-item p {
    width: 230px;
    text-align: justify;
  }
}

.page-template-template-collections .lc__product-related.first-section {
    margin-top: 50px;
}
.page-template-template-collections .lc__product-related h3 {
    display: inline;
}
.page-template-template-collections .lc__product-related .details__title a {
    font-size: 16px;
    margin-left: 15px;
    color: dodgerblue;
}
@media screen and (min-width: 980px) {
    footer.lc__footer.lc__footer-product,footer.lc__footer.lc__footer-product .lc__footer-btns {position: unset !important;}
    footer.lc__footer.lc__footer-product .lc__footer-content{position:fixed;bottom: 0;left: 0;}
    footer.lc__footer.lc__footer-product .lc__case {position: fixed;right: 0;bottom: 0;}
}