/* 
body.no-scroll{
    overflow: hidden;
    height: 100vh;
    min-height: 100vh;
}
.loader-container {
  display: flex;
  align-items:center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}
.loader-container.hidden{
    display: none;
}
.spinner {
  width: 100px;
  height: 100px;
  border: 10px solid #ddd;
  border-top-color: #0d0f0f;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
} */


.header .header__top{
    padding: 10px 0;
}
.header .header__top .header__center{
    width: 100%;
    margin-left: 15px;
    max-width: 70%;
}
.header .header__top .ps-container, .header .header__top .container{
    align-items: center;
    justify-content: center;
}
.header .header__actions .ps-block--user-header{
    margin: 0;
}
.header .header__actions .ps-block--user-header .ps-btn{
    padding: 15px 20px;
}
.navigation .menu > li > a{
    padding: 10px 20px;
}
.navigation .navigation__extra{
    padding: 10px 15px !important;
}
.navigation--list .navigation__item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.account-header{
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.account-header .account-content {
    position: absolute;
    right: 0;
    background-color: #Fff;
    padding: 20px;
    border-radius: 10px;
    z-index: -1;
    width: max-content;
    min-width: 360px;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
}
.account-content::before {
    content: "";
    height: 15px;
    width: 100%;
    display: block;
    top: -15px;
    position: absolute;
}
.account-header .account-content h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #222;
}
.account-header .account-content ul{
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
}
.account-header .account-content ul li a{
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #222;
    padding: 10px;
    padding-left: 0;
    display: block;
}
.title-div.bottom h3{
    margin: 10px 0 0 0;
}
.account-header:hover .account-content{
    z-index: 99;
    opacity: 1;
    visibility: visible;
}

.design-div {
    height: 8px;
    width: 16px;
    position: absolute;
    background: transparent;
    color: rgb(255, 255, 255);
    z-index: -1;
    transform: rotate(0deg) translateY(-100%) translateX(-50%);
    top: -6px;
    right: 1px;
}
.icon-user{
    color: #000;
}
.ps-block__header{
    overflow: hidden;
    /* max-width: 1040px;
    margin: auto; */
}
.ps-search-trending {
    padding: 40px 0;
}
.ps-tab-list.category-slide{
    display: flex;
    overflow-y: auto;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    scroll-behavior: smooth; 
    -webkit-overflow-scrolling: touch;
}
.ps-tab-list.category-slide .category-box{
    background-color: transparent;
    height: fit-content;
}
.ps-tab-list.category-slide a{
    width: max-content;
    min-width: 140px;
    padding: 0 0;
}
.ps-tab-list.category-slide .category-box a img{
    max-width: 50px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.ps-tab-list.category-slide::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
    height: 0;
}

.ps-tab-list.category-slide::-webkit-scrollbar{
	height: 0;
	background-color: #F5F5F5;
}

.ps-tab-list.category-slide::-webkit-scrollbar-thumb{
	background-color: #000000;
	border: 0 solid #555555;
    height: 0;
}

.product-slide-section{
    padding-bottom: 40px;
}
.ps-container.product-sliders{
  display:flex;
  gap:30px;
  justify-content: center;
}
.product-slider-div{
    max-width:calc(100% - 465px);
}
.product-slider-1{
    overflow: hidden;
    width: 100%;
}
.product-slider-1 .slick-list .slick-track button.slick-arrow{
    display: none !important;
}
.product-slider-1 .product-box{
    background-color: #f4f4f4;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* height: 304px; */
    margin:0 6px;
    padding: 16px;
    border: 1px solid #e7e2e2;
    /* max-width: 208px; */
}
.product-slider-1 .product-box h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 2px;
}
.product-slider-1 .product-box p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-slider-1 .product-box img {
    aspect-ratio: 1/1;
    border-radius: 8px;
    width: 100%;
}
.product-slider-1 .slick-slide > div:first-child {
   display: flex;
   justify-content: center;
}
.slick-arrow{
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 0;
    width: 44px;
    height: 44px;
    font-size: 0;
    border: 0;
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 1;
    box-shadow: 0 0 8px 0 #0000001f;
    transform: translateY(-50%);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.slick-arrow.slick-next{
    left: auto;
    right: 15px;
}
.slick-arrow.slick-disabled{
    opacity: 0.5;
}
.slick-arrow svg{
    width: 20px;
    height: 20px;
}
.slick-arrow svg path{
    fill: #000;
}
.slick-slider:hover .slick-arrow{
    display: flex !important;
}


.product-mini-slider{
    max-width: 435px;
    width: 100%;
    display: flex;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.product-mini-slider .slick-list{
    height: 100%;
}
.product-mini-slider .slick-track{
    height: 100%;
}
.product-mini-slider .product-img img{
    width: 100%;
   border-radius: 8px;
   height: 100%;
   object-fit: cover;
}
.product-mini-slider .slick-dots{
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transform: translateX(-50%);
}
.product-mini-slider .slick-dots li{
    list-style: none;
      display: flex;
}
.product-mini-slider .slick-dots li button{
    background-color: rgba(0, 0, 0, .5);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    margin: 0 2px;
    outline: none;
    width: 8px;
  font-size:0;
  padding:0;
}
.product-mini-slider .slick-dots li.slick-active button{
    background-color: #fff;
    border-radius: 8px;
    width: 16px;
    
}


.ps-section__content .row .col-xl-3{
    display: flex;
}
.ps-page--product .ps-section--default.margin-40 .top-ranking-products .new-arrivel-product-box{
    max-width: 180px;
}
.ps-page--product .ps-section--default .top-deal-slider .new-arrivel-product-box{
    max-width: 180px;
}



/* .ps-page--product {
    background-color: #f4f4f4;
    padding: 30px 0;
}
.ps-section--default{
    margin: 0;
}
.ps-product{
    display: flex;
    flex-direction: column;
    margin: 10px 0;
    width: 100%;
    background-color: #fff;
    padding: 12px;
    border: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.ps-product__thumbnail {
    height: 150px;
    overflow: hidden;
    max-height: 150px;
}
.ps-product__thumbnail a{
    display: block;
    height: 100%;
    width: 100%;
}
.ps-product .ps-product__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.ps-product .ps-product__title{
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-bottom: 0;
    margin-bottom: 5px;
    min-height: 33px;
}
.ps-product .ps-product__container {
    padding-top: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.ps-product .ps-product__container .ps-product__content {
    height: auto;
    visibility: visible;
    opacity: 1;
    position: unset;
    border: 0;
    flex: 1;
}
.ps-product .ps-product__content.hover {
    display: none;
} */


.ps-full-slider{
    background: url(https://s.alicdn.com/@img/imgextra/i4/O1CN010NWYHe1lqyGwi3NPt_!!6000000004871-0-tps-4320-750.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 28px;
    padding: 16px 12px 10px 20px!important;
    height: 250px;
}

.full-width-slider-main{
    background-image: url(https://s.alicdn.com/@img/imgextra/i4/O1CN010NWYHe1lqyGwi3NPt_!!6000000004871-0-tps-4320-750.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 29px 12px 29px 20px;
    /* max-width: 1200px; */
    margin: auto;
    margin-bottom: 40px;
}
.full-width-slider-main .content-left{
    max-width: 400px;
    width: 100%;
    color: #000;
    padding: 32.5px 0 0 12px;
}
.full-width-slider-main .content-left h3{
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 16px;
    color: #000;
    max-width: 210px;
}
.full-width-slider-main .content-left h3 span{
    font-weight: 600;
    color: #F7421E;
}
.full-width-slider-main .content-left p{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
    color: #000;
}
.full-width-slider-main .content-left ul{
    padding: 0;
    margin: 0 0 24px 0;
}
.full-width-slider-main .content-left ul li{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 6px;
}
.full-width-slider-main .content-left .explore-btn{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #f7421e;
    border-radius: 65px;
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    padding: 16px;
}
.full-width-slider{
    max-width: calc(100% - 420px);
}
.full-width-slider-box{
    max-width: 190px;
    background-color: #fff;
    border-radius: 8px;
    margin: 0 4px;
    overflow: hidden;
}
.full-width-slider-box .full-width-product-img{
    position: relative;
}
.full-width-slider-box .full-width-product-img img{
    max-width: 100%;
    object-fit: scale-down;
}
.full-width-slider-box .full-width-product-img .product-img-content{
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(34,34,34,.6);
    border-radius: 12px;
    bottom: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin: 0 4px;
    max-width: 94%;
    overflow: hidden;
    padding: 3px 6px;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}
.full-width-slider-box .full-width-product-content{
    padding: 6px 8px 8px;
}
.full-width-slider-box .full-width-product-content h4{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #222;
    display: -webkit-box;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.full-width-slider-box .full-width-product-content p{
    color: #666;
    font-size: 14px;
    font-weight: 400;
    height: 18px;
    line-height: 20px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.full-width-slider .slick-arrow.slick-next{
    right: 0;
}
.full-width-slider .slick-arrow.slick-prev{
    left: 0;
}



.top-ranking-product{
    display: flex;
    /* align-items: center; */
    gap: 12px;
    justify-content: center;
    padding-bottom: 40px;
}
.top-ranking-product-left{
    /* -webkit-box-flex: 1; */
    background-color: #f4f4f4;
    border-radius: 8px;
    /* -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; */
    padding: 16px;
    max-width: 50%;
}
.top-ranking-product .top-ranking-title{
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
    /* flex-wrap: wrap; */
}
.top-ranking-product .top-ranking-title h3{
    color: #222;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}
.top-ranking-product .top-ranking-title p{
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
.top-ranking-product .top-ranking-title a.view-text{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: #222;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    min-width: 110px;
}
.top-ranking-product .top-ranking-title a.view-text svg{
    max-width: 22px;
    max-height: 22px;
}
.top-ranking-products{
    display: flex;
    gap: 10px;
}
.top-ranking-product-box{
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    padding: 12px;
}
.top-ranking-product .top-ranking-product-left .top-ranking-product-box{
    max-width: calc(25% - 0px);
    width: 100%;
}
.top-ranking-product-img{
    position: relative;
    background-color: rgba(0,0,0,.04);
    max-width: 160px;
}
.top-ranking-product-box img{
    max-width: 160px;
    max-height: 160px;
    object-fit: scale-down;
    border-radius: 8px;
    width: 100%;
}
.top-ranking-product-box img.top-img{
    bottom: -24px;
    height: 48px;
    left: calc(50% - 24px);
    position: absolute;
    width: 48px;
}
.top-ranking-product-content h4{
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 28px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.top-ranking-product-content p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #666;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 400;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    margin: 0;
}

.new-product-right{
    /* -webkit-box-flex: 1; */
    background-color: #f4f4f4;
    border-radius: 8px;
    /* -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; */
    padding: 16px 16px 16px 16px;
}
.new-arrivel-product-box .top-ranking-product-content{
    padding: 0 10px 10px 10px;
}
.top-ranking-product-box.new-arrivel-product-box img.top-img{
    border-radius: 0;
    height: 16px;
    left: 8px;
    position: absolute;
    top: 8px;
    width: 42px;
}
.new-arrivel-products-slider{
  max-width:858px;
}
.top-ranking-product.top-deal-slide .new-arrivel-product-box{
    background-color: transparent;
}
.new-arrivel-product-box{
    background-color: #fff;
    max-width: 180px;
    margin: 0 6px;
    padding: 0;
}
.new-arrivel-product-box .top-ranking-product-img{
    max-width: 165px;
}
.new-arrivel-product-box img{
    max-width: 180px;
    max-height: 180px;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.new-arrivel-product-box .top-ranking-product-content h4{
    color: #222;
    display: -webkit-box;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
    margin-bottom: 2px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin-top: 5px;
}
.new-arrivel-product-box .top-ranking-product-content p{
    color: #666;
    font-size: 14px;
    font-weight: 400;
    height: 18px;
    line-height: 20px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.new-arrivel-product-box p.sub-title{
    color: rgb(208, 74, 10);
    font-size: 14px;
    font-weight: 400;
    height: 18px;
    line-height: 20px;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px;
}

.top-deal-slide .new-product-right{
    max-width: 100%;
}
.top-deal-slide .new-product-right .new-arrivel-product-box{
    max-width: unset;
}
.top-deal-slide .new-product-right .new-arrivel-product-box .top-ranking-product-img {
    max-width: 200px;
}

.recommended-title{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #9e9e9e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    height: 26px;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 22px;
    margin-top: 28px;
}
.recommended-title p {
    padding: 0 50px;
    position: relative;
    text-align: center;
    margin: 0;
}
.recommended-title p:after, .recommended-title p:before {
    background-color: #c1c1c1;
    bottom: 50%;
    content: "";
    height: 1px;
    position: absolute;
    width: 40px;
    left: 0;
}
.recommended-title p:after {
    right: 0;
    left: auto;
}
.recommended-slide{
    margin-top: 16px;
    display: flex;
    gap: 12px;
    padding-bottom: 40px;
}

.common-box{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 0;
    min-width: 0;
    position: relative;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.common-box .common-title{
    background-image:url(https://s.alicdn.com/@img/imgextra/i3/O1CN01OFBpF31d79j40S5sS_!!6000000003688-0-tps-2142-558.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px 8px 0 0;
    min-height: 198px;
    padding: 16px;
    position: relative;
    text-align: center;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
}
.common-box .common-title .main-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    margin: 12px 0;
}
.common-box .common-title .main-title img {
    height: 20px;
    margin-right: 8px;
    width: 30px;
    object-fit: scale-down;
}
.common-box .common-title .main-title h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    height: 34px;
    line-height: 34px;
    margin: 0;
}
.common-box .common-title ul{
    padding: 0;
    margin: 0 0 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}
.common-box .common-title ul li{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 0;
}
.common-box .common-title ul li svg{
    max-width: 16px;
    max-height: 16px;
}
.common-box .common-title .explore-btn{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #ffffff40;
    border-radius: 65px;
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    padding: 0 16px;
    margin: auto;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
}
.common-slider{
    background-color: #560d1f;
    border-radius: 0 0 8px 8px;
    padding: 0 8px 16px 16px;
    position: relative;
}
.common-slider-box {
    background-color: #fff;
    border-radius: 8px;
    padding: 0;
    margin-right: 8px;
    overflow: hidden;
}
.common-slider-box-img{
    width: 100%;
    max-width: 200px;
    position: relative;
}
.common-slider-box-img .us-local {
    background-color: #e7edff;
    border-radius: 2px;
    color: #01114a;
    font-size: 14px;
    font-weight: 600;
    left: 8px;
    line-height: 8px;
    padding: 5px;
    position: absolute;
    top: 8px;
}
.common-slider-box-img img.top-img {
    border-radius: 0;
    height: 16px;
    left: 8px;
    position: absolute;
    top: 8px;
    width: 42px;
}
.common-slider-box-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 8px);
    padding: 6px 8px 8px;   
}
.common-slider-box-content h4{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #222;
    display: -webkit-box;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.common-slider-box-content p{
    color: #666;
    font-size: 14px;
    font-weight: 400;
    height: 18px;
    line-height: 20px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}
.common-slider-box-content p.delivery-text{
    color: rgb(53, 128, 16);
}

.common-box.linkpan-gruarantee .common-title{
    background-image: url(https://s.alicdn.com/@img/imgextra/i2/O1CN01oekVig1pCRh00hDP5_!!6000000005324-0-tps-1428-360.jpg);
}
.common-box.fast-custom .common-title{
    background-image: url(https://s.alicdn.com/@img/imgextra/i2/O1CN01hxygUf1OTr7VqyhRy_!!6000000001707-0-tps-2142-558.jpg);
}
.common-box.linkpan-gruarantee .common-slider {
    background-color: #682e2f;
}
.common-box.fast-custom .common-slider{
    background-color: #371f59;
}

.product-list{
    background-color: #f4f4f4;
    padding: 28px 0;
    margin-bottom: 40px;
}
.product-list .row-gird{
    margin: 0;
    gap: 8px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(6,minmax(0,1fr));
    grid-template-rows: auto;
    overflow: hidden;
}
.product-list .row .col-xl-3.col-lg-3.col-md-4.col-sm-6.col-6{
    padding: 0;
}
.ps-product-box{
    background-color: #fff;
    border-radius: 8px;
    gap: 8px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    gap: 12px;
    line-height: 18px;
    overflow: hidden;
    width: 100%;
}
.ps-product-box-img{
    position: relative;
    overflow: hidden;
}
.ps-product-box-img img{
    width: 100%;
    display: block;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.find-similar-items{
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: 36px;
    height: 36px;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .12);
}
.find-similar-items img{
    width: 20px;
    height: 20px;
}
.ps-product-content{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.ps-product-content .content-img{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    height: 18px;
    overflow: hidden;
}
.ps-product-content .content-img img{
    height: 16px;
}
.ps-product-content .content-top .mini-title{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 0;
    color: #000;
}
.ps-product-content .content-top .other-text{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    height: 18px;
    overflow: hidden;
}
.ps-product-content .content-top .other-text li{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 2px;
}
.ps-product-content .content-top .other-text li img{
    height: 11px;
    width: 11px;
}
.ps-product-content .content-top .other-text li p{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 0;
}
.ps-product-content .content-top .other-text li.low-price p{
    color: rgb(255, 64, 20);
}
.ps-product-content .content-top .other-text li.delivery p{
    color: rgb(34, 137, 31);
}
.ps-product-content .content-top .other-text li.money-back p{
    color: rgb(34, 137, 31);
}
.ps-product-content .content-bottom{
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.ps-product-content .content-bottom h4{
    display: flex;
    gap: 4px;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #000;
    margin: 0;
    max-height: 26px;
    overflow: hidden;
}
.ps-product-content .content-bottom h4 span{
    color: #f7421e;
    font-weight: 400;
    font-size: 16px;
}
.ps-product-content .content-bottom h4 del{
    color: #767676;
    font-weight: 400;
    font-size: 16px;
}
.ps-product-content .content-bottom .qunty-text{
    display: flex;
    align-items: center;
    gap: 4px;
    max-height: 20px;
    overflow: hidden;
    flex-wrap: wrap;
}
.ps-product-content .content-bottom .qunty-text p{
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin: 0;
     -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ps-product-content .content-bottom .qunty-text span{
    color: #767676;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    display: block;
}
.ps-product-content .content-bottom .yr-cn-text{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 2px;
    max-height: 18px;
    overflow: hidden;
}
.ps-product-content .content-bottom .yr-cn-text img{
    height: 16px;
}
.ps-product-content .content-bottom .yr-cn-text span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #767676;
    font-size: 12px;
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ps-product-content .content-bottom .yr-cn-text span::before{
    color: rgb(118, 118, 118);
    content: "·";
    display: inline-block;
    margin-inline: 4px;
}

.mega-menu__item img{
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.ps-form--quick-search .form-control{
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.ps-form--quick-search button {
    background-color: #000;
    color: #ffffff;
    border: none;
    font-weight: 700;
    padding: 7px 24px;
    border-radius: 30px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.form-group--nest {
    position: relative;
}
.ps-form--search-mobile input {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.ps-form--search-mobile button {
    width: 30px;
    height: 30px;
    background-color: #000;
    border: none;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 16px;
}
.ps-product--detail .ps-product__thumbnail .ps-product__variants .slick-list{
    height: 100% !important;
}
.ps-product--detail .ps-product__thumbnail .ps-product__variants .slick-list .slick-track{
    height: 100% !important;
}

 /* product detail page css  */
 .ps-product--detail .ps-product__specification {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
textarea.form-control{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.ps-product--detail .ps-product__shopping .ps-btn {
    max-height: 40px;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
div#poExpander {
    width: 100% !important;
    height: fit-content !important;
    margin-bottom: 40px !important;
    overflow: visible !important;
    padding-bottom: 40px;
}
div#poToggleButton{
    width: 100% !important;
}
table.a-normal.a-spacing-micro,.a-expander-content-fade{
    width: 100% !important;
}
.ps-product--detail .ps-product__shopping{
    gap: 10px 0;
}
.ps-product--detail .ps-product__gallery .slick-arrow:last-child {
    right: 10px;
    left: auto;
}
.ps-product--detail .ps-product__shopping .form-group--number input{
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.ps-product--detail .ps-product__header .ps-product__info {
    padding: 15px;
    max-width: 57%;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.ps-product--detail .ps-product__shopping {
    gap: 10px 0;
    border: 0;
    margin: 0;
    justify-content: start;
}
.ps-product--detail .ps-product__sharing a {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.ps-page__right .ps-footer__copyright {
    padding: 10px;
    justify-content: start;
    gap: 10px;
}

.ps-page__right .ps-footer__copyright img{
    max-width: 30px;
    max-height: 30px;
}
.ps-product--detail .slick-slide {
    border-radius: 10px;
    overflow: hidden;
    background-color: #f1f1f1;
}
.ps-page--product .ps-page__right .widget_same-brand{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.widget_same-brand .ps-product{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.ps-product .ps-product__thumbnail{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.ps-page--product .ps-page__container .ps-page__left{
    max-width: 100%;
    padding-left: 0;
}
.ps-product--detail .ps-product__header .ps-product__info{
    max-width: 50%;
}
.ps-product--detail .ps-product__header .ps-product__thumbnail {
    max-width: calc(50% - 20px);
    flex-wrap: wrap;
    margin-right: 20px;
}
.sub-line-img-product-detail{
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.sub-line-img-product-detail p{
    margin: 0;
}
.sub-line-img-product-detail span {
    display: flex;
    align-items: center;
    gap: 5px;
}
.sub-line-img-product-detail span img{
    max-height: 14px;
}
.ps-product--detail > .ps-product__content {
    padding-top: 40px;
    max-width: 50%;
}
.ps-product--detail .ps-tab-list li a {
    font-size: 18px;
    padding: 15px 10.5px;
}
.slider-product-detail.mobile{
    display: none;
}
.product-slider-box{
    margin: 0 10px;
    background-color: transparent !important;
}
.slider-product-detail h2{
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 20px;
}
.product-slider-box .product-slider-box-img{
    margin:0 auto 10px;
    max-width: 200px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.product-slider-box .product-slider-box-content h4{
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    gap: 12px;
    line-height: 18px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #222;
}
.product-slider-box .product-slider-box-content h5{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    overflow: hidden;
    margin-bottom: 4px;
}
.product-slider-box .product-slider-box-content p{
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-slider-box .product-slider-box-img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.04); /* Light black overlay */
    z-index: 0;
}
.ps-section--default.margin-40{
    margin-bottom: 40px;
}
.slider-product-detail {
    margin: 40px 0;
}
.ps-product--detail .ps-product__variants .slick-slide{
    margin-bottom: 10px;
}
.ps-product--detail .ps-product__gallery .slick-arrow{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.ps-product--detail .ps-product__variants .slick-arrow {
    position: absolute;
    top: 20px;
    transform: translateY(-50%);
    z-index: 100;
    width: 35px;
    height: 35px;
    color: #000;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.5);
    visibility: visible;
    opacity: 1;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.ps-product--detail .ps-product__variants .slick-arrow:last-child {
    top: auto;
}
.ps-product__specification {
    margin-top: 40px;
}
.ps-product__specification h3,
.ps-product__description h3,
.ps-product__vendor h3,
.ps-product__reviews h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 20px;
}
.ps-product__info .ps-product__meta .ps-product__actions{
    padding: 0;
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
}
.ps-product__info .ps-product__meta .ps-product__actions a{
    font-size: 16px;
    display: flex;
}
.ps-product__info .ps-product__meta .ps-product__actions::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 14px;
    background-color: #cccccc;
}
.ps-section--account .ps-section__right{
    margin-top: 40px;
}
.ps-product__description .ps-document{
    width: 100%;
    overflow-x: auto;
}
.ps-product__description .ps-document .a-column.a-span6{
    float: none !important;
}
.ps-footer .col-12.text-center a img{
    margin: auto;
}
.ps-form--review button{
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.ps-product--detail .ps-product__header .ps-product__thumbnail img{
    margin: auto;
}
.product-detail-sub-slider .product-slider-box{
    background-color: #f4f4f4 !important;
    padding: 12px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.product-detail-sub-slider .product-slider-box .product-slider-box-img:before {
    background: rgb(244 244 244 / 40%);
}
.ps-breadcrumb .breadcrumb li {
    font-size: 12px;
}
.ps-product--detail h1 {
    font-size: 18px;
}
#feature-bullets h1{
    font-size: 18px;
    font-family: "Work Sans", sans-serif;
}
.ps-page--product .new-arrivel-product-box .top-ranking-product-content h4{
    font-size: 16px;
}
.ps-block--average-rating .ps-block__header h3{
    font-size: 48px;
}

/* chat css  */
#users-tab-pane .search .input-group-text{
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}
.contacts{
    padding: 10px;
}
.contact {
    background-color: rgba(194, 189, 184, .25);
    border-radius: 10px;
}
.contact:hover{
    background-color: rgba(194, 189, 184, .25);
}
.bubble.me::after{
    display: none;
}
div#messageSendBox {
    bottom: 10px;
    margin: 10px !important;
    padding: 0px !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none;
}
#messageSendBox #messageForm div.input-group.align-items-center .btn-light{
    position: absolute;
    left: 5px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    padding: 0;
}
#messageSendBox #messageForm div.input-group.align-items-center .btn-light#attachBtn{
    left: 40px;
}
#messageSendBox #messageForm div.input-group.align-items-center #sendBtn{
    position: absolute;
    right: 5px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    padding: 0;
}
#messageSendBox #messageForm div.input-group.align-items-center #messageInput{
    padding-left: 80px;
    width: 100%;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

/* .product-list.product-list-category{
    padding: 0;
    background-color: transparent;
} */
.product-list.product-list-category .row-gird{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
/* .product-list.product-list-category .row-gird .ps-product-box{
    padding: 0;
} */

#shop-sidebar .ps-layout--shop .ps-layout__right .new-product-right{
    max-width: 100%;
    width: 100%;
}
#shop-sidebar .ps-layout--shop .ps-layout__right .new-product-right .new-arrivel-product-box .top-ranking-product-img {
    max-width: 100%;
    background-color: #fff;
}
#shop-sidebar .ps-layout--shop .ps-layout__right .new-product-right .top-ranking-product-box.new-arrivel-product-box img.top-img{
    width: 42px;
}
#shop-sidebar .ps-layout--shop .ps-layout__right .new-product-right .new-arrivel-product-box img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
}
#shop-sidebar .ps-layout--shop .ps-layout__right .new-product-right .new-arrivel-product-box{
    max-width: unset;
}
/* privacy page  */

.privacy-page .ps-section__header p{
    font-size: 16px;
}
.privacy-page .container{
    max-width: 940px;
    min-width: unset;
}
.privacy-page .ps-section__content p{
    font-size: 16px;
    color: #000;
}
.privacy-page .ps-section__content p b{
    font-size: 18px;
    color: #000;
}
.privacy-page .ps-section__content ul li{
    font-size: 16px;
    list-style: disc;
}
.ps-call-to-action{
    padding: 30px 0 !important;
}
/* faq page  */
.ps-faqs #faqAccordion .card{
    box-shadow: none !important;
    background-color: rgb(252 184 0 / 50%);
    /* background-color: #f8f4ff; */
    border: 0;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.ps-faqs #faqAccordion .card .card-header{
    padding: 15px;
    border: 0;
}
.ps-faqs #faqAccordion .card .card-header a{
    color: #000 !important;
    font-size: 18px;
}
.ps-faqs #faqAccordion .card .card-body,
.ps-faqs #faqAccordion .card .card-body p{
    color: #000;
    font-size: 16px;
}
/* contact us page  */
.ps-contact-info .ps-section__header p{
    font-size: 16px;
    text-align: center;
    color: #000;
}
.ps-contact-info .ps-block--contact-info {
    margin: 0 auto 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    background-color: #fff;
    box-shadow: 5px 5px 20px 10px rgba(0,0,0,0.08);
    padding: 20px;
    max-width: 400px;
    width: 100%;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #e8ecef;
    transition: all 0.3s ease;
    height: 100%;
}
.ps-contact-info  .ps-block--contact-info:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    border-color: #fcb800;
}
.ps-contact-info .ps-block--contact-info h4 {
    font-size: 22px;
}
.ps-contact-info .ps-section__content p {
    margin-bottom: 0;
    font-size: 16px;
    color: #000;
}
.ps-form--contact-us p{
    font-size: 16px;
    color: #000;
}
/* Form layout */
.ps-form--contact-us .row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
    margin: 0;
}

.ps-form--contact-us [class*="col-"] {
    flex: 1;
    min-width: 300px;
}
#contact-us .ps-contact-form{
    background-color: transparent;
    padding: 60px 0;
}
/* Left column styling */
.ps-form--contact-us h4 {
    color: #2c3e50;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.ps-form--contact-us ul {
    list-style: none;
    padding-left: 0;
}


/* Form inputs */
.contact-us-div{
    background-color: #fff;
    box-shadow: 5px 5px 20px 10px rgba(0,0,0,0.08);
    padding: 50px;
    margin-top: 60px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}
.contact-us-div .form-group {
    margin-bottom: 25px;
}

.contact-us-div .form-control {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e1e5e9;
    border-radius: 10px;
    font-size: 14px;
    color: #000;
    transition: all 0.3s ease;
    box-shadow: none !important;
    background: #fff;
    font-family: inherit;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.contact-us-div .form-control:focus {
    outline: none;
    /* border-color: #667eea; */
    box-shadow: 0 0 0 3px rgba(252, 184, 0, 0.1);
    background: #fff;
}

.contact-us-div .form-control::placeholder {
    color: #000;
}

/* Textarea specific */
textarea.form-control {
    resize: vertical;
    min-height: 120px;
    max-height: 275px;
}

/* Select styling */
select.form-control {
    cursor: pointer;
}

/* Error messages */
.text-danger {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 5px;
}

/* Success message */
#success-message {
    padding: 15px;
    border-radius: 8px;
    background: #d4edda;
    border: 1px solid #c3e6cb;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
}

/* Submit button */
.form-group.submit {
    text-align: left !important;
    margin-top: 30px;
    margin-bottom: 0;
}

.contact-us-div .ps-btn {
    background: #fcb800;
    color: white;
    padding: 15px 35px;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(252, 184, 0, 0.3);
}

.contact-us-div .ps-btn:hover {
    background: #fcb800;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(252, 184, 0, 0.4);
}

.contact-us-div .ps-btn:active {
    transform: translateY(0);
}
.how-we-help-sec{
    padding-bottom: 60px;
}
.how-we-help-sec .we-help{
    text-align: center;
}
.how-we-help-sec .we-help h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    line-height: 1em;
    margin-bottom: 15px;
}
.how-we-help-sec .we-help p{
    font-size: 16px;
    color: #000;
    max-width: 900px;
    margin: auto;
}
.we-help ul{
    width: fit-content;
    margin: 20px auto 0;
    text-align: left;
    padding: 0;
}
.we-help ul li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    color: #000;
    font-size: 16px;
    position: relative;
    padding-left: 15px;
    list-style: none;
}

.we-help ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: bold;
    font-size: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.we-help ul li:last-child {
    border-bottom: none;
}
/* about us css  */
.ps-about-intro .ps-section__header.about-us-content{
    margin-top: 20px;
    margin-bottom: 0;
}
.ps-about-intro .ps-section__header.about-us-content h4{
    margin-bottom: 20px;
}
.ps-about-intro .ps-section__header.about-us-content p{
    padding-bottom: 0;
    font-size: 14px;
    color: #000;
}
.about-us-img img{
    max-width: 100%;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.ps-form--account .ps-tab{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

/* footer css  */
.ps-footer {
    background-color: #fff;
}
.ps-footer .ps-list--social li a {
    border: 2px solid #368aba;
    padding: 8px;
    border-radius: 100%;
    width: 39px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* slider css  */
.slick-slide{
    border: 1px solid #e7e2e2 !important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.menu--mobile > li.menu-item-has-children .sub-toggle {
    width: 100%;
    height: 100%;
}
.sub-toggle:before, .sub-toggle:after {
    content: '';
    right: 20px;
}

.menu-close-mobile {
    display: none;
}
@media screen and (max-width:1679px) {
    .ps-container.product-sliders{
        width: 100%;
    }
    .product-slider-div{
        max-width: calc(100% - 430px);
    }
    .product-mini-slider{
        max-width: 380px;
    }
    .new-product-right{
        max-width: 50%;
    }
    .new-arrivel-products-slider {
        max-width: 100%;
    }
    .product-list{
        padding: 28px 0;
    }
    /* .product-list .ps-container{
        padding: 0;
    } */
}
@media screen and (max-width:1439px) {
    .full-width-slider-main .content-left{
        max-width: 210px;
    }
    .full-width-slider {
        max-width: calc(100% - 230px);
    }
    .product-list .row-gird {
        grid-template-columns: repeat(5,minmax(0,1fr));
        -ms-grid-columns: repeat(5,minmax(0,1fr));
    }
    
}
@media screen and (max-width:1199px) {
    .ps-block--user-header{
        display: none;
    }
    .header--mobile .navigation--mobile .navigation__left {
        width: calc(100% - 70px);
    }
    .header--mobile .ps-search--mobile {
        display: block;
        /* position: absolute;
        top: 50%;
        left: 10%;
        transform: translateY(-50%); */
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
        margin-left: 15px;
    }
    /* .header--mobile.header--sticky .ps-search--mobile{
        position: fixed;
        top: 10px;
        z-index: 9999;
        transform: translate(0);
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
    } */
    .menu--product-categories .menu__toggle{
        display: none;
    }
    .menu--product-categories .menu__content {
        visibility: visible;
        opacity: 1;
        transform: scale3d(1, 1, 1) translateY(0);
    }
    .menu-close-mobile {
        display: block;
        position: absolute;
        z-index: 1;
        right: 15px;
        top: 15px;
        width: 20px;
        height: 20px;
    }
    .menu-close-mobile svg path{
        fill: #fff;
    }
    .product-slider-div{
        max-width: 600px;
        margin: auto;
    }
    .product-mini-slider{
        max-width: calc(100% - 630px);
    }
    .product-mini-slider .product-img img{
        max-height: 350px;
    }
    .top-ranking-product-left .top-ranking-products .top-ranking-product-box:last-child{
        display: none;
    }
    .top-ranking-product .top-ranking-product-left .top-ranking-product-box{
        max-width: calc(33.33% - 0px);
    }
    .common-box .common-title{
        min-height: 210px;
    }
    .common-box .common-title .main-title{
        margin-top: 0;
    }
    .common-box .common-title .main-title h3{
        font-size: 24px;
    }
    .common-box .common-title .main-title img{
        width: 26px;
    }
    .ps-product-content .content-bottom h4 span,
    .ps-product-content .content-bottom h4 del{
        font-size: 14px;
    }
    .ps-page--product .ps-page__container .ps-page__right{
        max-width: 100%;
    }
    .ps-product__specification{
        overflow: hidden;
    }
    .ps-footer {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    #shop-sidebar .ps-layout--shop{
        flex-direction: column;
        position: relative;
    }
    .ps-layout--shop .ps-layout__left{
        display: flex;
        overflow-x: scroll;
        background-color: transparent;
    }
    .ps-layout--shop .ps-layout__left::-webkit-scrollbar{
        width: 0;
        height: 0;
    }

    .widget_shop{
        display: flex;
        padding: 0;
        position: unset;
        margin-bottom: 0;
        background-color: transparent;
    }
    .widget_shop:first-child{
        padding-right: 0;
    }
    .widget_shop:last-child{
        padding-left: 0;
    }
    .widget_shop figure{
        margin: 0;
        padding: 0;
        border: 0;
    }
    .widget_shop .widget-title {
        cursor: pointer;
        position: relative;
        padding: 10px;
        padding-right: 30px;
        margin-bottom: 0;
        margin-right: 20px;
        width: max-content;
        background-color: #f5f5f5;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
}
    .widget_shop figure:last-child .widget-title{
        margin-right: 0;
    }

    .widget_shop .widget-content {
        display: none;
        padding: 0;
        margin: 0;
        margin-top: 10px;
    }

    .widget_shop .widget-content.active {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #f5f5f5;
        padding: 10px 20px;
        top: 62px;
        z-index: 1;
        border-top: 0;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
}
     .widget_shop .widget-title::after {
        content: "\f107";
        /*fa-angle-down*/font-family: "FontAwesome";
        position: absolute;
        right: 15px;
        top: 50%;
        transition: transform 0.3s;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
}

    .widget_shop .widget-title.active::after {
        right: 13px;
        transform: translateY(-50%) rotate(180deg);
        -webkit-transform: translateY(-50%) rotate(180deg);
        -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
    }
    .ps-layout--shop .ps-layout__right{
        margin-bottom: 0;
    }
    .product-list.product-list-category{
        margin-top: 20px;
    }
    
}
@media screen and (max-width:1100px) {
    .product-slider-1 .product-box img{
        aspect-ratio: auto;
    }
}
@media screen and (max-width:992px) {
    .product-slider-1{
        padding-bottom: 10px;
        margin: auto;
    }
    .ps-container.product-sliders{
        flex-direction: column;
        /* padding-bottom: 40px; */
    }
    .product-mini-slider{
        max-width: 400px;
        max-height: fit-content;
        height: fit-content !important;
    }
    .product-mini-slider{
        margin: auto;
    }
    .product-slider-1 .product-box{
        display: flex !important;
    }
    .full-width-slider-main .content-left{
        max-width: 210px;
    }
    .full-width-slider {
        max-width: calc(100% - 250px);
    }
    .top-ranking-product .top-ranking-title{
        flex-direction: column;
    }
    .top-ranking-product-left .top-ranking-products .top-ranking-product-box:nth-child(3) {
        display: none;
    }
    .top-ranking-product .top-ranking-product-left .top-ranking-product-box{
        max-width: calc(50% - 0px);
    }
    .new-arrivel-product-box{
        max-width: unset;
    }
    .new-arrivel-product-box .top-ranking-product-img{
        max-width: 200px;
    }
    .new-arrivel-product-box img {
        max-width: 200px;
        max-height: 200px;
        width: 100%;
    }
    .common-box.fast-custom{
        display: none;
    }
    .product-list .row-gird {
        grid-template-columns: repeat(4,minmax(0,1fr));
        -ms-grid-columns: repeat(4,minmax(0,1fr));
    }
    .ps-product-content .content-bottom h4{
        font-size: 16px;
    }
    .ps-product-content .content-bottom h4 span, 
    .ps-product-content .content-bottom h4 del {
        font-size: 13px;
    }
    .ps-product-content .content-bottom .qunty-text p,
    .ps-product-content .content-bottom .qunty-text span{
        font-size: 12px;
    }
    .ps-product--detail .ps-product__header {
        flex-direction: column;
    }
    .ps-product--detail .ps-product__header .ps-product__thumbnail {
        max-width: 100%;
        flex-wrap: wrap;
    }
    .ps-product--detail .ps-product__header .ps-product__info {
        max-width: 100%;
    }
    .ps-product--detail > .ps-product__content{
        max-width: 100%;
    }
    .slider-product-detail.desktop{
        display: none;
    }
    .slider-product-detail.mobile{
        display: block;
    }
    .ps-product--detail .ps-tab-list li a {
        font-size: 16px;
    }
    .ps-product--detail .ps-product__thumbnail .ps-product__variants .slick-arrow:last-child {
        right: 0;
        left: auto;
        top: 50%;
    }
    .ps-shopping {
        margin-top: 20px;
    }
    .ps-call-to-action h3 {
        font-size: 30px !important;
        margin-bottom: 0;
    }
    .ps-contact-info .ps-block--contact-info{
        padding: 20px 10px;
    }
    .ps-contact-info .ps-block--contact-info h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .ps-contact-info .ps-section__content p {
        font-size: 14px;
    }
    .ps-form--contact-us .row {
        gap: 0;
    }
    .contact-us-div{
        padding: 30px;
    }
    .how-we-help-sec .we-help h3{
        font-size: 24px;
    }
    .widget_shop .widget-title{
        margin-right: 15px;
    }
    
}
@media screen and (max-width:767px) {
    .product-slider-div{
        max-width: 100%;
    }
    .full-width-slider-main{
        flex-direction: column;
        margin-bottom: 15px;
    }
    .full-width-slider{
        max-width: 100%;
        margin-top: 30px;
    }
    .full-width-slider-box{
        max-width: unset;
    }
    .product-list .row-gird {
        grid-template-columns: repeat(2,minmax(0,1fr));
        -ms-grid-columns: repeat(2,minmax(0,1fr));
    }
    .ps-product--detail .ps-product__header .ps-product__info{
        max-width: 100%;
    }
    .slick-arrow{
        width: 30px;
        height: 30px;
    }
    .slick-arrow svg {
        width: 14px;
        height: 14px;
    }
    .ps-product--detail > .ps-product__content .ps-tab-list li{
        display: inline-block;
        padding: 5px 5px;
        font-size: 16px;
    }
    .ps-product--detail .ps-product__desc .row .col-4{  
        max-width: 50%;
        flex: auto;
    }
    .table-responsive .row{
        margin: 0;
    }
    .table-responsive .row .col-12{
        padding: 0;
    }
    table.table-bordered.ps-table.ps-table--specification{
        margin: 0;
    }
    .ps-container.product-sliders{
        gap: 10px;
    }
    .product-slide-section {
        padding-bottom: 15px;
    }
    .recommended-title{
        margin-top: 15px;
    }
    .recommended-slide,.top-ranking-product{
        padding-bottom: 15px;
    }
    .product-list.product-list-category .row-gird {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .ps-contact-info .ps-block--contact-info{
        height: fit-content;
        margin-bottom: 20px;
    }
    .ps-form--contact-us .row {
        flex-direction: column;
    }
    .ps-form--contact-us [class*="col-"] {
        min-width: unset;
    }
    .contact-us-div {
        padding: 30px 30px 80px 30px;
        position: relative;
    }
    .ps-form--contact-us .submit {
        position: absolute;
        top: calc(100% + 270px);
        z-index: 1;
    }
}
@media screen and (max-width:650px) {
    .header--mobile .navigation--mobile .navigation__left {
        width: calc(100% - 50px);
    }
    .header--mobile .header__actions .ps-cart--mini {
        margin-right: 0;
    }
    .common-box.linkpan-gruarantee{
        display: none;
    }
    .common-box .common-title {
        min-height: fit-content;
    }
    .common-box .common-title .explore-btn{
        position: unset;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
    .common-slider-box-img {
        width: 100%;
        max-width: 100%;
    }
    .ps-product--detail .ps-product__desc .row .col-4{  
        max-width: 100%;
        flex: auto;
    }
    .privacy-page .ps-section__header p {
        padding-bottom: 30px;
    }
}
@media screen and (max-width:575px) {
    .navigation--list .navigation__item span {
        display: block;
        font-size: 12px;
    }
    .ps-search--mobile{
        padding-top: 0;
    }
    .ps-tab-list.category-slide a i{
        display: none;
    }
    .ps-tab-list.category-slide .category-box a img{
        max-width: 24px;
    }
    .product-slider-1 .product-box{
        padding: 8px;
    }
    .product-slider-1 .product-box h4 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 2px;
    }
    .full-width-slider-main .content-left{
        padding: 0;
    }
    .top-ranking-product{
        flex-direction: column;
    }
    .top-ranking-products{
        justify-content: center;
    }
    .top-ranking-product-left{
        max-width: 100%;
    }
    .new-product-right{
        max-width: 100%;
        width: 100%;
    }
    /* .new-arrivel-products-slider {
        max-width: 100%;
    } */
    /* .new-arrivel-product-box{
        max-width: 100%;
    } */
    .new-arrivel-product-box .top-ranking-product-img {
        max-width: 100%;
    }
    .new-arrivel-product-box img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
    }
    .ps-product-content .content-bottom h4 {
        font-size: 14px;
    }
    .ps-product--detail .ps-product__shopping {
        display: flex;
        gap: 10px;
        justify-content: space-between;
    }
    .ps-product--detail .ps-product__shopping .ps-btn {
        display: block;
    }
    .ps-product--detail .ps-product__shopping figure {
        width: calc(50% - 5px);
        margin: 0;
    }
    .ps-product--detail .ps-product__shopping .ps-btn {
        width: calc(50% - 5px);
        margin-right: 0;
    }
    .ps-product--detail .ps-product__shopping .form-group--number {
        max-width: 100%;
        width: 100%;
    }
    .ps-product--detail .ps-product__gallery .ps-product--detail .slick-slide img{
        margin: auto;
    }
    .ps-product--detail .ps-product__thumbnail figure{
        margin-bottom: 15px;
    }
    .ps-product--detail .ps-product__header .ps-product__thumbnail{
        margin-bottom: 15px;
    }
    .ps-page--product .ps-section--default.margin-40 .top-ranking-products .new-arrivel-product-box{
        max-width: unset;
    }
    .ps-page--product .ps-section--default .top-deal-slider .new-arrivel-product-box{
        max-width: unset;
    }

    .ps-product--detail .ps-product__variations{
        margin-bottom: 15px;
    }
    .ps-product--detail .ps-product__meta{
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .ps-product--detail .ps-product__meta p{
        width: 100%;
    }
    .ps-product--detail .ps-product__meta p:after{
        background-color: transparent;
    }
    .ps-product--detail .ps-product__shopping{
        padding-bottom: 15px;
    }
    .ps-product--detail .ps-product__sharing{
        padding-top: 5px;
    }
    .ps-product--detail .ps-product__price{
        margin-bottom: 15px;
    }
    .ps-product--detail .ps-product__specification{
        margin-top: 0;
    }
    .sub-line-img-product-detail {
        padding: 10px 0 0 0;
    }
    .ps-product--detail h1{
        font-size: 16px;
    }
    .ps-product--detail {
        margin-bottom: 16px;
    }
    .ps-product__specification {
        margin-top: 15px;
    }
    .ps-product__specification h3, .ps-product__description h3, .ps-product__vendor h3, .ps-product__reviews h3{
        margin-bottom: 15px;
    }
    .slider-product-detail {
        margin: 15px 0;
    }
    .slider-product-detail h2{
        margin-bottom: 15px;
    }
    .ps-section--default .ps-section__header{
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    .ps-section--default.margin-40 {
        margin-bottom: 15px;
    }
    .ps-section--default {
        margin-bottom: 15px;
    }
    .ps-form--review h4{
        margin-bottom: 15px;
    }
    .ps-form--review .form-group__rating{
        margin-bottom: 15px;
    }
    .form-group {
        margin-bottom: 15px;
    }
    .ps-post-comments{
        margin-top: 0 !important;
    }
    .product-list {
        padding: 20px 0;
        margin-bottom: 20px;
    }
    .ps-footer{
        padding-top: 0;
    }
    .ps-section--account .ps-section__right {
        margin-top: 20px;
    }
    .ps-section--account .ps-section__header {
        padding-bottom: 15px;
    }
    .ps-section--account {
        padding: 20px 0;
    }
    .ps-newsletter {
        padding: 20px 0;
    }
    .product-list.product-list-category .row-gird {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .widget_shop .widget-title{
        font-size: 16px;
        margin-right: 10px;
    }
    #shop-sidebar .ps-layout--shop {
        padding-bottom: 20px;
    }
    .ps-faqs {
        padding: 20px 0 !important;
    }
    .ps-call-to-action h3 {
        font-size: 22px !important;
        margin-bottom: 0;
    }
    .privacy-page .ps-section__header p{
        padding-bottom: 20px;
    }
    .ps-faqs .container.my-5{
        margin: 0 !important;
    }
    .ps-contact-info {
        padding: 20px 0 !important;
    }
    .ps-contact-info .ps-section__header p {
        padding-bottom: 20px;
    }
    .ps-contact-form h3 {
        margin-bottom: 15px !important;
    }
    .ps-contact-form{
        padding: 20px 0 !important;
    }.contact-us-div {
        padding: 30px 0px 80px 0px;
        margin-top: 20px;
    }
    .how-we-help-sec {
        padding-bottom: 20px;
    }
    .how-we-help-sec .we-help h3{
        font-size: 20px;
    }
    .how-we-help-sec .we-help p{
        font-size: 14px;
    }
    #shop-sidebar .container{
        padding: 0;
    }
    .ps-layout--shop .ps-layout__left{
        padding: 0 15px;
    }
    .widget_shop .widget-content.active{
        left: 15px;
        width: calc(100% - 30px);
    }
    .ps-about-intro {
        padding: 20px 0 !important;
    }
}