.product-row{display:flex;flex-wrap:wrap;gap:30px 0;margin:0 -15px;position:relative}.product-row>.col{flex:1 0 25%;max-width:25%;padding:0 15px}@media only screen and (min-width:1200px) and (max-width:1549px),only screen and (min-width:992px) and (max-width:1199px){.product-row>.col{flex:1 0 33.33333%;max-width:33.33333%}}@media only screen and (min-width:768px) and (max-width:991px){.product-row>.col{flex:1 0 50%;max-width:50%}}@media only screen and (max-width:767px){.product-row>.col{flex:1 0 100%;max-width:100%}}.single-product{border-radius:10px;padding:20px 15px 30px}.single-product_head{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.single-product_head .auth{align-items:center;display:flex;gap:10px}.single-product_head .auth img{height:45px;width:45px}@media only screen and (min-width:1200px) and (max-width:1549px){.single-product_head .auth img{height:40px;width:40px}}.single-product_head .info{align-items:flex-start;display:flex;flex-direction:column;line-height:1}.single-product_head .designation{margin-bottom:5px}.single-product_head .btn-like,.single-product_head .designation{font-size:var(--body-font-size);font-weight:var(--body-font-weight);line-height:1}.single-product_head .btn-like{align-items:center;border:none;border-radius:5px;display:flex;gap:5px;padding:7px 12px}@media only screen and (max-width:767px){.single-product_head .btn-like{font-size:12px;padding:5px 10px}}.single-product_thumb{overflow:hidden;position:relative}.single-product_thumb .image{display:block}.single-product_thumb img{display:block;width:100%}.single-product_thumb .end,.single-product_thumb .time-left{font-size:var(--body-font-size);line-height:1;position:absolute}.single-product_thumb .end{font-weight:500;left:15px;padding-left:15px;top:15px}.single-product_thumb .end:before{border-radius:100%;content:"";height:8px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:8px}.single-product_thumb .time-left{align-items:center;background-color:rgba(0,0,0,.68);border-radius:4px;bottom:15px;display:flex;gap:5px;left:15px;padding:6px 15px}.single-product_thumb .time-left img{height:12px;width:12px}.single-product_title{display:flex;flex-direction:column;margin-top:28px}.single-product_title h4{line-height:1;margin-bottom:12px}.single-product_title span{font-size:var(--body-font-size);font-weight:var(--body-font-weight);line-height:1}.single-product_price{align-items:center;display:flex;justify-content:space-between;margin-top:28px}.single-product_price span{align-items:center;display:flex;gap:10px}.single-product_price img{border-radius:100%;height:30px!important;padding:5px;width:30px}.single-product_price a{border-radius:20px;font-size:var(--body-font-size);font-weight:var(--body-font-weight);line-height:1.2;padding:5px 15px}@media only screen and (max-width:767px){.single-product_price a{font-size:14px;padding:4px 10px}}.product-carousel .navigation-button{align-items:center;display:flex;gap:30px;position:absolute;right:5px;top:5%}@media only screen and (max-width:767px){.product-carousel .navigation-button{top:4%}}.product-carousel .navigation-button .swiper-button-next,.product-carousel .navigation-button .swiper-button-prev{align-items:center;border-radius:100%;display:flex;height:30px;justify-content:center;position:relative;transition:var(--transition);width:30px}.product-carousel .navigation-button .swiper-button-next svg,.product-carousel .navigation-button .swiper-button-prev svg{height:14px;width:14px}.product-carousel .navigation-button .swiper-button-next svg path,.product-carousel .navigation-button .swiper-button-prev svg path{fill:currentColor;stroke:currentColor}.product-carousel .navigation-button .swiper-button-next:after,.product-carousel .navigation-button .swiper-button-prev:after{color:rgba(var(--base-color));display:none;font-size:12px;transition:var(--transition)}.product-carousel .navigation-button .swiper-button-next:hover,.product-carousel .navigation-button .swiper-button-prev:hover{background-color:rgba(var(--primary-color));border-color:rgba(var(--primary-color));transition:var(--transition)}.product-carousel .navigation-button .swiper-button-next:hover:after,.product-carousel .navigation-button .swiper-button-prev:hover:after{color:rgba(var(--base-color));transition:var(--transition)}.auth-profile_item{display:flex;flex-wrap:wrap;gap:30px 0;margin:0 -15px}.auth-profile_item>.col{flex:1 0 33.33333%;max-width:33.33333%;padding:0 15px}@media only screen and (min-width:992px) and (max-width:1199px){.auth-profile_item>.col{flex:1 0 50%;max-width:50%}}@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.auth-profile_item>.col{flex:1 0 100%;max-width:100%}}@media only screen and (max-width:767px){.auth-profile_tabs{margin-top:30px}}.auth-profile-tablist{align-items:center;display:flex;justify-content:flex-start;margin-bottom:60px;padding-left:0}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.auth-profile-tablist{margin-bottom:30px}}@media only screen and (max-width:767px){.auth-profile-tablist{margin-bottom:20px}}.auth-profile-tablist li{border:1px solid rgba(var(--base-color));border-radius:5px;cursor:pointer;font-size:var(--body-font-size);list-style:none;margin-right:10px;padding:8px 18px;transition:.3s}@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.auth-profile-tablist li{padding:8px 15px}}.auth-profile-tablist li:last-child{margin-right:0}.auth-profile-tablist li.active,.auth-profile-tablist li:hover{background-color:rgba(var(--primary-color));border:1px solid rgba(var(--primary-color));transition:.3s}