@charset "UTF-8";
/*
Theme Name: قالب فروشگاهی   پاسارگاردان
Author: Firooz & Omid
Requires at least: 5.3
Tested up to: 5.8.3
Requires PHP: 7.4
Version: 1 
*/

*{
    padding: 0;
    margin: 0;
}

@font-face{
    src: url('fonts/iransansdnweb.woff') format('woff');
    font-family: 'kaala';
}

body,html{
    font-family: 'kaala';
    font-size: 13px;
    overflow-x: hidden;
}

:root {
    --fb-dark: #515151;
    --fb-dark-s: #c7c5c5;
    --fb-white: #ffffff;
    --fb-red: #f87575;
    --fb-blue: #798dfa;
    --fb-light: #fdfafa;
    --fb-light-s: #fffcfc;
    --fb-light-d: #f3f0f0;
    --fb-green: #81f571;
    --fb-green-d: #629181;
    --fb-green-s:#00f76033;
}
/* Root Bg Colors */
.bg-fb-dark{
    background-color: var(--fb-dark) !important;
}
.bg-fb-dark-s{
    background-color: var(--fb-dark-s) !important;
}
.bg-fb-white{
    background-color: var(--fb-white) !important;
}
.bg-fb-red{
    background-color: var(--fb-red) !important;
}
.bg-fb-blue{
    background-color: var(--fb-blue) !important;
}
.bg-fb-light{
    background-color: var(--fb-light) !important;
}
.bg-fb-light-s{
    background-color: var(--fb-light-s) !important;
}
.bg-fb-light-d{
    background-color: var(--fb-light-d) !important;
}
.bg-fb-green{
    background-color: var(--fb-green) !important;
}
.bg-fb-green-d{
    background-color: var(--fb-green-d) !important;
}
.bg-fb-green-s{
    background-color: var(--fb-green-s) !important;
}
/* Root Text Colors */
.text-fb-dark{
    color: var(--fb-dark) !important;
}
.text-fb-white{
    color: var(--fb-white) !important;
}
.text-fb-red{
    color: var(--fb-red) !important;
}
.text-fb-blue{
    color: var(--fb-blue) !important;
}
.text-fb-light{
    color: var(--fb-light) !important;
}
.text-fb-green{
    color: var(--fb-green) !important;
}
.fs-10{
    font-size: 10px;
}
.fs-11{
    font-size: 11px;
}
.fs-12{
    font-size: 12px;
}
.fs-13{
    font-size: 13px;
}
.fs-13{
    font-size: 13px;
}





.top-menu ul {
    margin-bottom: 0 !important;
}

li{
    list-style: none;
}

a{
    text-decoration: none;
}

img{
    max-width: 100%;
}


form input[type="text"],
form input[type="date"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
select
{
    width: 100%;
    height: 40px;
    border: 1px solid #717171;
    outline: 0;
    padding: 0 10px;
    margin-bottom: 4px;
    background-color: #fff;
}

input.btn_submit {
    float: left;
    margin: 5px auto !important;
}

form textarea{
    width: 100%;
    height: 128px;
    resize: none;
    border: 1px solid #717171;
    outline: 0;
    padding: 10px;
    margin: 0;  
}


form button,
form input[type="submit"]{
    width: auto;
    height: 30px;
    border: 0;
    outline: 0;
    padding: 0 10px;
    margin: 0;
    background-color: #f35e5e;
    color: #faf4f4;
    font-size: 12px;
}

.form-check {
    min-height: auto;
    margin-bottom: 0;
}

.form-check input[type="checkbox"]:focus,
.form-check input[type="radio"]:focus
{
    outline: 0;
    box-shadow: none;
}

.form-check label{
   position: relative;
   top: 2px;
   cursor: pointer;
}

.form-check label i{
    position: relative;
    top: 2px;
    left: 4px;
}

.form-check-input:checked {
    background-color: #2a2b2c;
    border-color: #252626;
}

table, table.table{
    margin: 0;
}

.top-quick-access,.top-menu{
    border-bottom: 1px solid #f1f1f1;
}
.top-wrap .top-menu ul.main-menu{
    padding: 0;
}

.top-wrap .top-menu ul.main-menu li{
    display: inline-block;
    margin: 0 0 0 8px;
    position: relative;
}

.top-wrap .top-menu ul.main-menu > li > a{
    display: inline-block;
    padding: 18px 0;
    color: #8f8282;
    font-size: 12px;
}

.top-wrap .top-menu ul.main-menu li ul{
    position: absolute;
    width: 200px;
    top: 60px;
    right: 0;
    background-color: #faf4f4;
    padding: 0;
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}


.top-wrap .top-menu ul.main-menu li ul > li{
    display: block;
    margin: 1px 0;
}

.top-wrap .top-menu ul.main-menu li ul > li > a{
    display: block;
    padding: 7px;
    font-size: 12px;
    position: relative;
    right: 0;
    transition: all 0.4s ease;
    color: #515151;
}

.top-wrap .top-menu ul.main-menu li ul > li > a:hover{
    right: 5px;
    transition: all 0.4s ease;
}

.top-wrap .top-menu ul.main-menu li ul > li > a::before{
    content: "";
    position: absolute;
    top: 16px;
    right: 0;
    width: 0px;
    height: 1px;
    background-color: #313131;
    transition: all 0.4s ease;
}

.top-wrap .top-menu ul.main-menu li ul > li > a:hover:before{
    width: 3px;
    transition: all 0.4s ease;
}

.top-wrap .top-menu ul.main-menu li:hover > ul {
    top: 55px;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
}

.top-wrap .top-menu ul.main-menu li ul li ul{
    right: 100%;
}

.top-wrap .top-menu ul.main-menu li ul li:hover ul{
    top: -9px;
}

.offcanvas-body ul li{
    margin: 0;
    border-bottom: 1px solid #eee;
    position: relative;
}

.offcanvas-body ul li:last-child{
    border-bottom: 0;
}

.offcanvas-body ul li a{
    display: block;
    color: #515151;
    padding: 5px 0;
}

.offcanvas-body ul li ul{
    display: none;
}

.offcanvas-body ul li span.responsive-menu-caret-span{
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 29px;
    line-height: 30px;
    color: #515151;
    text-align: center;
    z-index: 10;
    border: 1px solid #ddd;
    cursor: pointer;
}

button[data-bs-toggle="offcanvas"]{
    font-size: 30px;
    outline: 0;
}

button[data-bs-toggle="offcanvas"]:focus,.offcanvas .btn-close:focus{
    outline: 0;
    box-shadow: none;
}

.site-btn{
    display: inline-block;
    padding: 9px 20px;
    background-color: transparent;
    color: #efe8e8;
    border: 1px solid #b99e9e;
    text-align: center;
    font-size: 12px;
    position: relative;
    transition: all 0.4s ease;
    z-index: 1;
}

.site-btn::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    height: 100%;
    background-color: #fff;
    transition: all 0.4s ease; 
    z-index: -1; 
}

.site-btn:hover::before{
    content: "";
    position: absolute;
    width: 100%;
    transition: all 0.4s ease;  
}

.site-btn:hover{
    color: #515151;
    transition: all 0.4s ease;  
}

.site-btn i{
    position:relative;
    top:1px;
}


.site-btn-dark{
    background-color: #e74545;
    border: 2px solid #c52323;
}

span.Title_Span{
	padding-right: 30px;
    font-size: 17px;
    color: #9dad4a;
}

span.Title_Span::before{
    content: "";
    position: absolute;
    right: -5px;
    width: 7px;
    height: 3px;
    background: var(--bs-green);
    top: 12px;
    border-radius: 12px;
}

span.Title_Span::after{
    content: "";
    position: absolute;
    right: 7px;
    width: 14px;
    height: 3px;
    top: 12px;
    background: var(--bs-dark);
    border-radius: 12px;
}

.Index-Categories-Divider{
background-image: url('https://mrarass.ir/wp-content/uploads/2023/05/download.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transform: translate(-50%, 50%);
}

.product-item{
    min-height: 395px;
}

.product-item .product-badg{
    top: 20px;
    left: -11px;
    width: 50px;
    text-align: center;
    height: 20px;
    z-index: 3;
    background-color: #27b516;
}

.product-item .product-badg::before{
    position: absolute;
    content: "";
    top: -10px;
    right: auto;
    left: -10px;
    border-left: 10px solid #27b516;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(180deg);
}

.product-item figure{
    height: 300px;
}
.product-item figure img{
    height: 300px;
    object-fit: contain;
}

.product-item figure figcaption.pic2,.product-item figure figcaption.access-figcaption{
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;  
}

.product-item figure:hover figcaption.pic2,.product-item figure:hover figcaption.access-figcaption{
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;  

}

.product-item figure figcaption.access-figcaption ul li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    color: #515151;
}   

.product-item figure figcaption.access-figcaption ul li{
    position: absolute;
    right: -50px;
}

.product-item figure figcaption.access-figcaption ul li a{
    position: absolute;
    left: 0;
    right: auto;
}

.product-item .meta{
    height: 95px;
}

.product-item .meta h3 , .blog-item .text-item h3{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-item .meta bdi{
    font-size: 15px !important;
    opacity: 0.75;
}

.product-item .meta .woocommerce-Price-amount{
    font-size: 15px !important;
    display: inherit;
}

.product-item .meta del bdi{
    font-size: 13px !important;
    opacity: 0.75;
}



.special-categories .text-item p{
    text-align: justify;
}

.special-categories .text-item span.title,.index-offer .text-item span.title{
    color: #faebd7;
    font-size: 20px;
    opacity: 0.8;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: relative;
    top: 15px;
}

.index-offer{
    background-image: url('https://mrarass.ir/wp-content/uploads/2023/05/Moser-bg.jpg');
    background-position: center center;
    background-size: cover;
}

.index-offer-2{
    background-image: url('https://mrarass.ir/wp-content/uploads/2023/05/sm1nhmknlek-min.jpg');
    background-position: center center;
    background-size: cover;
}


.timer-box .timer div{
    margin: 0 1px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #7a7a7a;
    border-bottom: 1px solid #7a7a7a;
    font-size: 16px;
}

.timer-box .timer div:last-child{
   display: none;
}

.index-brands figure{
    height: 100px;
    border-left: 1px solid #eee;
    margin: 0;
}

.index-brands .row .col-2:last-child figure{
    border-left: 0;
}

.index-brands .container-xl .row .col-sm-2:last-child figure{
    border-left: 0;
}

.index-brands figure img{
	height: 100px;
    object-fit: contain;
    filter: grayscale(1);
}

.blog-item .meta span:nth-child(1){
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
}

.blog-item .text-item p{
    height: 40px;
    text-align: justify;
}

.footer-instagram .item figure{
    height: 150px;
    background-color: #f6f6f6;
}

.footer-instagram .item figure img{
    height: 150px;
    object-fit: contain;
}

.Instagram-title{
    z-index: 2;
}

.footer-wrap .footer-menu ul li,.footer-wrap .footer-social-menu ul li{
    margin: 3px;
}

.footer-wrap .footer-menu ul li a{
    display: inline-block;
    padding: 15px 5px;
    color: #515151;
}

.footer-wrap .footer-social-menu ul li a{
    display: inline-block;
    color: #515151;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
}

.tooltip-inner{
    font-family: 'kaala';
}

.page-baner{
    margin-top: -90px;
   padding-top: 90px;
}

.single-product-content .excerpt input , .single-product-content .excerpt select{
    opacity:0.75;
}

.single-product-content .excerpt h1{
	font-size: 22px;
	line-height: 2;
	opacity: 0.9;
}

.single-product-content .excerpt del{
    font-size: 20px;
    display: inline-block !important;
    padding-left: 15px;
}

.single-product-content .excerpt .woocommerce-Price-amount bdi{
	font-size: 25px;
	opacity: 0.8;
}

.single-product-content .excerpt del .woocommerce-Price-amount bdi{
	font-size: 17px;
}

.single-product-content .excerpt table label {
    font-weight: normal !important;
    opacity: 0.8;
}

.single-product-content .gallery .gallery-items figure{

    height: 150px;
}

.single-product-content .gallery .gallery-items figure img{
    object-fit: contain;
    height: 150px;
}

.single-product-content .single-product-add-to-cart button{
    width: 100%;
    height: 40px;
    background-color: #f35e5e;
    text-align: center;
    color: #eee;
    border: 0;
    outline: 0;
}

.single-product-content .single-product-properties input[type="radio"],
.single-product-content .single-product-properties input[type="checkbox"],
.sidebar-filter-box input[type="radio"],
.sidebar-filter-box input[type="checkbox"]{
    display: none;
}

.single-product-content .single-product-properties input[type="radio"]+label,
.single-product-content .single-product-properties input[type="checkbox"]+label,
.sidebar-filter-box input[type="radio"]+label,
.sidebar-filter-box input[type="checkbox"]+label{
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #eee;
    text-align: center;
    cursor: pointer;
}

.single-product-content .single-product-properties input[type="radio"]:checked + label,
.single-product-content .single-product-properties input[type="checkbox"]:checked + label,
.sidebar-filter-box input[type="radio"]:checked + label,
.sidebar-filter-box input[type="checkbox"]:checked + label{
   background-color: #313131;
   color: #eee;
}

.single-product-content .single-product-color-properties input[type="checkbox"] + label,
.sidebar-filter-box input[type="checkbox"] + label{
   border: 0 !important;
   position: relative !important;
   width: 20px !important;
   height: 20px !important;
}

.single-product-content .single-product-color-properties input[type="checkbox"]:checked + label::after,
.sidebar-filter-box input[type="checkbox"]:checked + label::after{
    position: absolute;
    width: 100%;
    height:100%;
    top: -5px;
    right: 0;
    text-align: center;
    content: "\f26e";
    font-family: bootstrap-icons !important;
    font-size: 15px;
    color: #000;
 }

 .single-product-content .single-product-select-properties select{
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #ddd;
    outline: 0;
    margin: 3px 0;
 }

 .single-product-content a.add-to-favorite{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    text-align: center;
 }

 .single-product-content a.add-to-favorite + span{
    top: -2px;
 }

 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #616161 #616161 #fff;
}

.nav-tabs .nav-link {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.nav-tabs {
    border-bottom: 1px solid #616161;
}

.nav-link {
    color: #5c5d5e;
 }

 .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #616161;
    color: #313131;
}

.nav-tabs .nav-link.active{
    border-bottom-color: #616161;  
}

.single-product-main-content .tab-content #nav-home h1, .single-page article h1,
.single-product-main-content .tab-content #nav-home h2, .single-page article h2,
.single-product-main-content .tab-content #nav-home h3, .single-page article h3,
.single-product-main-content .tab-content #nav-home h4, .single-page article h4,
.single-product-main-content .tab-content #nav-home h5, .single-page article h5,
.single-product-main-content .tab-content #nav-home h6, .single-page article h6
{
    margin: 0;
    padding: 0;
}

.single-product-main-content .tab-content #nav-home p , .single-page article p{
    line-height: 2;
    margin: 16px 0;
    text-align: justify;
    color: #717171;
}

.single-product-main-content .tab-content #nav-home img ,.single-page article img{
    display: table;
    margin: 0 auto;
    border-radius: 3px;
}

.single-product-main-content .tab-content #nav-home li , .single-page article li{
    line-height: 2;
    color: #919191;
    list-style: circle;
}

.rating-box{
    margin-bottom: 22px;
}

.rating-box input[type="radio"]{
    /* display: none; */
    opacity: 0;
    position: absolute;

}

.rating-box input[type="radio"] + label{
    position: relative;
    width: 1rem;
    color: #717171;
    cursor: pointer;
}

.rating-box input[type="radio"] + label::before{
    content: "\f588";
    font-family: bootstrap-icons !important;
    position: absolute;
    top: 0;
}

.rating-box input[type="radio"] + label:hover::before{
    color: rgb(255, 215, 0);
}

.rating-box input[type="radio"] + label:hover~label::before{
    color: rgb(255, 215, 0);
}

.rating-box input[type="radio"]:checked~label::before{
    color: rgb(255, 215, 0);
}

.reviews-box .item img{
    height: 35px;
    border-radius: 50%;
    object-fit: contain;
}

.reviews-box .item p{
    color: #717171;
}

.reviews-box .footer-dots{
    top: 20px;
}

.reviews-box .footer-dots span{
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #afaeae;
    border-radius: 50%;
    top: 0;
}

.reviews-box .footer-dots span:nth-child(1){
    left: 0;
}
.reviews-box .footer-dots span:nth-child(2){
    left: 4px;
}
.reviews-box .footer-dots span:nth-child(3){
    left: 8px;
}

.single-product-breadcrumb a , .single-product-breadcrumb span{
    display: inline-block;
    padding: 3px;
    font-size: 10px;
    color: #414141;
}

.single-product-breadcrumb span{
    color: #919191;
}

.search-form-box button{
    top: 5px;
    left: 5px;
}

.pagination-box a , .pagination-box span{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #313131;
    color: #faf4f4;
    transition: all 0.4s ease;
}

.pagination-box a:hover{
    opacity: 0.7;
    transition: all 0.4s ease;
}

.pagination-box .current{
    color: #313131;
    background-color: #fff;
}

.shop-page .shop-content .product-sort select{
    border: 1px solid #ddd;
    outline: 0;
    height: 35px;
    padding: 0 8px;
}

.shop-page .shop-content .product-sort .set-product-show span{
    cursor: pointer;
    font-size: 15px;
}

.posts-share a{
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.login-form label , .purchase-box label ,.panel-form label{
    font-size: 11px;
    color: #717171;
    display: block;
    margin: 5px 0;
}

.blog-page-item h5{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-page-item p{
    height: 48px;
    overflow: hidden;
}

.blog-page-item figure{
    height: 200px;
}

.blog-page-item figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



span.pages-title{
    font-size: 14px;
    color: #616161;
    position: relative;
}

span.pages-title::after{
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    background-color: #919191;
    top: 60%;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.h-40p{
   height: 40px;
}

label.profile_img_uploader{
    font-size: 11px;
    cursor: pointer;
}

label.profile_img_uploader i{
    font-size: 20px;
    position: relative;
    top: 3px;
}

.footer-logos .logo-container img{
    height: 90px;
    object-fit: contain;
	filter: contrast(0.5);
}

.clogo_box img {
    height: 53px;

    padding-left: 16px;
    object-fit: contain;
    padding: 9px 0;
}

.highlight-slider .owl-stage-outer{
	padding-top:8px;
}

.highlight-item{
	width: 80px;
    height: 80px;
    margin: 0 auto;
    padding-top: 19px;
    background: aliceblue;
    border-radius: 50%;
	outline: 2px solid #ddd;
    outline-offset: 2px;
}

.highlight-item img{
	height: 45px;
    object-fit: contain;
}

@media only screen and (max-width: 767px){
	#carouselExampleCaptions img{
		height: 230px;
    	object-fit: cover;
	}
}

@media only screen and (max-width: 575px){
	.index-brands figure , .index-brands figure img{
		height:50px;
	}
		.footer-wrap .footer-menu ul li a {
    	font-size: 11px;
	}
	#carouselExampleCaptions img{
		height: 155px;
    	object-fit: cover;
	}
}




/******Product-Item******/

.product-item{
    height: 383px;
}
.product-item-mini{
   height: 355px;
}
.product-item h4{
   height: 50px;
   text-align: justify;
   margin-bottom: 16px;
   font-size: 12px !important;
}
.product-item img{
    height: 170px;
    object-fit: contain;
}
.product-item-mini img{
   height: 140px;
}
.product-item .prices-pr{
    height: 60px;
}
.product-item .timer .jst-hours, .product-item .timer .jst-minutes, .product-item .timer .jst-seconds{
   padding: 0 2px;
   font-size: 12px;
   opacity: 0.5;
}
.product-item .timer{
   flex-direction: row-reverse;
}
.product-item .timer-main-holder{
   height: 18px;
}
.holder-pr .owl-theme .owl-nav{
    position: absolute;
    top: 40%;
    width: 100%;
}
.holder-pr .owl-theme .owl-nav button{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 10px !important;
}
.holder-pr .owl-theme .owl-nav button.owl-prev::after, .holder-pr .owl-theme .owl-nav button.owl-next::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff !important;
    color: #aba7a7 !important;
    border-radius: 4px;
    font-family: bootstrap-icons !important;
    font-size: 20px;
    line-height: 39px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.holder-pr .owl-theme .owl-nav button.owl-next {
    right: auto;
    left: 0;
}
.holder-pr .owl-theme .owl-nav button.owl-prev::after{
    content: "\f285";
}
.holder-pr .owl-theme .owl-nav button.owl-next::after{
    content: "\f284";
}
@media only screen and (max-width:767px){
    .row-reverse-md{
        flex-direction: column-reverse;
   }
    .holder-pr .owl-theme .owl-nav {
        display: none !important;
   }
}
.product-slider-half-box::before{
    content: "";
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: var(--fb-red);
    border-radius: 10% 6px 6px 10%;
    z-index: -1;
}
.product-slider-half-box::after{
    content: "";
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--fb-light-d);
    border-radius:  6px 10% 10% 6px;
    z-index: -1;
}


/* ---------- */
/******Product-Item-6******/

.product-item-6 {
	height: 385px;
}

.product-item-6 img {
	height: 180px;
	object-fit: contain;
}

.product-item-6 h4 {
	height: 50px;
	text-align: justify;
	margin-bottom: 17px;
	font-size: 13px !important;
}

.product-item-6 .product-item-6-off {
	width: 41px;
	height: 25px;
	line-height: 24px;
	font-size: 17px;
}

.product-item-6 .prices-pr {
	height: 63px;
}

.product-item-6 .timer {
	flex-direction: column;
	font-size: 16px;
	color: var(--fb-dark);
	padding: 12px;
}

.product-item-6 .timer>div {
	width: 30px;
	height: 30px;
	line-height: 31px;
	background: var(--fb-green-s);
	text-align: center;
	border-radius: 4px;
	margin: 2px 0;
}

.product-item-6 .timer>div:last-child {
	display: none;
}

/******CategoryPic-1******/

.cp-1p {
	z-index: 3;
}

.cp-1 img {
	height: 60px;
	object-fit: contain;
}

.cp-1p::before {
	content: "";
	position: absolute;
	width: 90%;
	height: 90%;
	top: 2px;
	right: -5px;
	border-radius: 8px;
	background-color: var(--fb-light);
	z-index: -1;
}

.rounded-8 {
	border-radius: 8px;
}

.slider-btn-tops .owl-dots {
	margin: 0 !important;
	position: absolute !important;
	top: -72px !important;
	right: auto;
	left: 16px;
	margin: 0 auto;
	background: url(img/btn-tops.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-width: 140px;
	min-height: 54px;
}

.slider-btn-tops-2 .owl-dots {
	top: -2px !important;
}

.amazing-products-slider .owl-dots {
	position: absolute !important;
	top: -58px !important;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.amazing-products-slider .owl-dots .owl-dot span,
.slider-btn-tops .owl-dots .owl-dot span {
	width: 7px;
	height: 13px;
	margin: 5px 2px;
	background: #D6D6D6;
}

.amazing-products-slider .owl-dots .owl-dot.active span,
.slider-btn-tops .owl-dots .owl-dot.active span {
	height: 22px;
}

.styles-slider img.styles-slider-thumbnail {
	max-height: 350px;
}

/******Ticket-Shape******/

.ticket-shape::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: var(--fb-light-d);
	right: -10px;
	top: 39px;
	border-radius: 90px;
}

.ticket-shape::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: var(--fb-light-d);
	left: -10px;
	top: 39px;
	border-radius: 90px;
}

.cart-count-num {
	width: 20px;
	height: 20px;
	top: -5px;
	right: -10px;
	line-height: 22px;
}
.storiesWrapper {
    padding: 0;
    margin-top: 3rem!important;
}