@font-face {
  font-family: 'shabnam';
  src: url('../fonts/shabnam/Shabnam-Medium-FD.eot');
  src: url('../fonts/shabnam/Shabnam-Medium-FD.eot?#iefix') format('FontName-opentype'),
	   url('../fonts/shabnam/Shabnam-Medium-FD.woff') format('woff'),
	   url('../fonts/shabnam/Shabnam-Medium-FD.ttf') format('truetype');
  font-weight: normal;
  font-style: 100;
}
@font-face {
  font-family: 'shabnam';
  src: url('../fonts/shabnam/Shabnam-Light-FD.eot');
  src: url('../fonts/shabnam/Shabnam-Light-FD.eot?#iefix') format('FontName-opentype'),
	   url('../fonts/shabnam/Shabnam-Light-FD.woff') format('woff'),
	   url('../fonts/shabnam/Shabnam-Light-FD.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: pinar;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/PWPinar/woff2/Pinar.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
	url('../fonts/PWPinar/woff/Pinar.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('../fonts/PWPinar/ttf/Pinar.ttf') format('truetype');
}

html,
body {
	font-family: "shabnam", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 700;
	font-family: "shabnam", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}
a,
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	
}
ul,
ol {
	padding: 0;
	margin: 0;
	list-style:none
}
tr, td, th, i{vertical-align:middle}

/*---------------------
  Helper CSS
-----------------------*/
.ltr{direction: ltr !important}
.rtl{direction: rtl !important}
.text-justify{text-align:justify}
/* .card{border-radius:20px} */
.currency {
    font-size: 9px;
    vertical-align: middle;
    font-weight: 900;
}
.pw-ads-img{
	border-radius:8px;
}
.pw-text-limit{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1; /* number of lines to show */
	-webkit-box-orient: vertical;
}
.pw-text-limit-2line{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
}
.pw-bg-red{
    color: #fff !important;
    background: #E30E31 !important;	
	border-radius:5px;
}
.pw-bg-blue{
    color: #fff !important;
    background: #1463F3 !important;		
	border-radius:5px;
}
.btn-primary{background-color:#1463F3 !important;}
.btn-success{
	background-color: #1C9722;
    border-color: #1C9722;
}
.btn-sm{font-size:13px !important;}
.pw-dashed-line {
    border-top: 2px dashed #1D2023;
    color: #fff;
    background-color: #fff;
    height: 1px;
    width: 100%;
}
.pw-btn-light{
    color:#7880A4;
    background-color:#F5F5F7;
    font-size: 15px;
    border-radius: 5px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pw-btn-light i{font-size:9px;}
.pw-title-body-s1 {
    background-color: #F5F5F7;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    color: #1D2023;
}
.pw-title-body-s1 .pw-title{font-size: 16px;font-weight:normal;}
.pw-title-body-s1 .pw-title i {
    font-size: 20px;
    margin-left: 8px;
}
.pw-text-success{color:#1C9722;}
.bg-success{background-color: rgba(28, 151, 34, 1) !important;}
.progress, .progress-stacked{background-color: #F5F5F7;}
.progress-bar{border-radius:50px;}
.alert-success{
	background:rgba(28, 151, 34, 0.1);
	color:#1C9722;
}



/*---------------------
  PuzzlesWEB.Com
-----------------------*/

/*---------------------
  Swiper
-----------------------*/
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*---------------------
  Header
-----------------------*/
.pw-dropdown {
    position: relative;
    display: flex;
    justify-content: center;
}
.pw-dropdown-menu{
	display:none;
	min-width:18rem;
	position:absolute;
	background:#fff;
	background-clip:padding-box;
	padding:0 15px;
	border:1px solid rgba(0, 0, 0, 0.175);
	border-radius:0.375rem;
	z-index:9999;
	top:50px;
	text-align:right;
}
.pw-dropdown-menu.show{
	display:block
}
.pw-dropdown-button.show:before {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:#eee;
    background: rgba(100,100,100,0.5);
    content: '';
    z-index: 2;
}
header .pw-cart-btn-body .pw-dropdown-menu{width:320px;}
header .pw-cart-btn {
    background: rgba(20, 99, 243, 0.1);
    color: #1463F3;
    font-size: 13px;
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .pw-cart-btn:after{display:none;}
header .pw-cart-btn:hover{
    background: rgba(20, 99, 243, 0.2);
    color: #1463F3;
}
header .pw-cart-btn i{
	font-size:20px;
}
header .pw-cart-count {
    font-size: 10px;
    position: absolute !important;
    right: -6px;
    bottom: auto !important;
    top: -6px !important;
    border: 3px solid #fff;
    border-radius: 100%;
    background: #d32f2f;
    color: #fff;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .pw-login-btn {
    background: #1463F3;
    color: #fff;
    font-size: 13px;
	height:48px;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 0px 18px;
}
header .pw-login-btn:hover{
    background: #124cb8;
    color: #fff;
}
header .pw-login-btn i{
	font-size:20px;
}
header .pw-user-nav-btn:after{display:none;}
header .pw-user-dropdown-nav{
	--bs-dropdown-min-width: 15rem;
}
header .pw-user-dropdown-nav li{}
header .pw-user-dropdown-nav li a{
	padding:10px 15px;
}
header .pw-topnav-1{}
header .pw-topnav-1 ul{}
header .pw-topnav-1 ul li{}
header .pw-topnav-1 ul li a {
    color: #7880A4;
    font-size: 13px;
    padding-right: 5px;
    padding-left: 5px;
}
header .pw-topnav-1 ul li.active a{color:#1463F3;}
header .pw-topnav-1 ul li a:hover{color:#1463F3;}
header .pw-line-gradient{
	background:linear-gradient(0.25turn, #f5c34b, #6bd68d, #ec752f, #f5c34b, #6bd68d);
	height:2px;
	margin:10px 0;
}
header .pw-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    padding: 0;
    border-radius: 5px;
    background: transparent;
}
header .pw-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
	font-size: 13px;
	font-family: "shabnam";
	background-color: #F5F5F7;
	border-radius:5px;
	color:#7880A4;
	border:0;
	padding: 12px 24px 12px 80px;
}
header .pw-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    height: 100%;
    left: 10px;
	right:auto;
    top: 0;
	box-shadow:0 0 0;
	background:transparent;
}
header .pw-search .dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp.dgwt-wcas-search-focused input[type=search].dgwt-wcas-search-input:hover,.dgwt-wcas-tpd-image{
	background-color:#F5F5F7
}
header .pw-search .dgwt-wcas-style-pirx .dgwt-wcas-preloader {
    margin-left: 20px;
}
header .pw-search-mobile{
	background: #F5F5F7;
	color: #1D2023;
	font-size: 13px;
	height: 48px;
	width: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.375rem;
} 
header .pw-top-head-ads img{width:100%;}
header .pw-contact{color:#1D2023;}
header .pw-contact i{}
header .pw-contact span:nth-child(1){color:#1463F3;}
header .pw-contact span:nth-child(2){color:#1D2023;}
header .pw-header-mobile-navbar{
    border-radius: 5px;
    padding: 12px 0px;
}
header .pw-header-mobile-navbar nav .pw-category-btn{
    border:0;
	background-color:transparent;
	font-size:14px;
}
header .pw-header-mobile-navbar nav .pw-category-btn i{
	font-size:20px;
}
header .pw-header-mobile-navbar .pw-megamenu-subcat-col ul{padding-right:1em}
header .pw-mobile-navbar-offcanvas .accordion-body{
	background-color: #F5F5F7;
    border-radius: 5px;
}
header .pw-mobile-navbar-offcanvas .accordion-button i{
    font-size: 22px;
    width: 40px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .pw-mobile-navbar-offcanvas .accordion-button:focus{border:0;}
header .pw-mobile-navbar-offcanvas .accordion-button:not(.collapsed){
	background-color:transparent;
	box-shadow:0 0 0;
}
header .pw-header-mobile-navbar .pw-category-btn {
    color: #7880A4;
    font-size: 13px;
}
header .pw-header-mobile-navbar .pw-category-btn i{font-size:24px;}
header .pw-header-mobile-navbar .pw-mobile-navbar-swiper i {
    color: #7880A4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
}
header .pw-header-mobile-navbar .pw-mobile-navbar-swiper .swiper-slide {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .pw-header-mobile-navbar .pw-mobile-navbar-swiper .swiper-slide a {
    color: #7880A4;
    font-size: 13px;
}
header .pw-cart-btn-body .dropdown-menu{width:320px;}
header .pw-cart-btn-body .pw-header-cart-product-body{
    padding: 1rem 0;
    border: 0;
    border-bottom: 1px solid #EAEAEA;
}
header .pw-cart-btn-body .pw-header-cart-product-body:last-child{border:0;}
header .pw-cart-btn-body .pw-header-cart-product-body .pw-thumbnail{
	width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
}
header .pw-cart-btn-body .pw-header-cart-product-body .pw-thumbnail a{border-radius: 10px;
}
header .pw-cart-btn-body .pw-header-cart-product-body .pw-thumbnail img {
    border-radius: 10px;
    width: 70%;
    margin: 0 auto;
	max-height:100px;
}
header .pw-cart-btn-body .pw-header-cart-product-body .pw-title{font-size: 15px;height:auto;}
header .pw-cart-btn-body .pw-header-cart-product-body .pw-price .pw-discount {
	padding:0;
    background: #fff;
    border-radius: 5px;
    color: #1D2023;
    font-weight: bold;
    position: absolute;
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    right: 5px;
}
header .pw-cart-btn-body .pw-header-cart-product-body .pw-price .woocommerce-Price-currencySymbol{font-size:9px;}
header .pw-cart-btn-body .pw-header-cart-product-body .pw-price{font-weight: bold;}
header .pw-cart-btn-body .pw-header-cart-product-body .pw-price del {
    margin-left: 0;
    text-align: right;
    margin-right: 45px;
    font-size: 12px;
    display: unset;
    width: auto;
	font-weight: normal;
}
header .pw-cart-btn-body .pw-header-cart-product-body .pw-price ins {
    display: unset;
    width: auto;
    text-align: right;
    text-decoration: none;
    font-weight: bold;
    margin-right: 45px;
    font-size: 15px;
}
header .pw-cart-btn-body .pw-header-cart-product-body .pw-cart-price{
	color: #1D2023;
    background: #F5F5F7;
	height: 50px;
    border-radius: 5px;
	font-weight: bold;
}
header .pw-cart-btn-body .pw-header-cart-product-body .pw-cart-price .price{font-size:15px;}
header .pw-cart-btn-body .pw-header-cart-product-body .pw-cart-price .symbol{font-size:11px;}
header .pw-cart-btn-body .pw-header-cart-product-body .quantity .qty {
    padding: 0px 0 0 6px;
    width: 3rem;
    text-align: center;
}
header .pw-cart-btn-body .pw-header-cart-product-body .quantity {
    width: 4rem;
}
header .pw-cart-btn-body .pw-header-cart-product-body .quantity .pw-spinner-border {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    line-height: unset;
    background: #fff;
    border: 1px solid #EAEAEA;
    align-items: center;
    padding: 0 4px;
    background-color: #fafafa;
    border-radius: 5px 0 0 5px;
}




header .pw-cart-btn-body .pw-header-cart-product-body .pw-single-product-btn {
    color: #1C9722;
    background-color: #E9F5E9;
    font-size: 15px;
    border-radius: 5px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .pw-cart-btn-body .pw-header-cart-product-body .pw-quantity {
	color:#7880A4;
    background-color: #F5F5F7;
    height: 50px;
	border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .pw-cart-btn-body .pw-header-cart-product-body .pw-cart-remove-item-btn {
    color: #7880A4;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    font-size: 25px;
    width: auto;
}
header .pw-cart-btn-body .pw-header-cart-product-body .pw-variation{font-size: 11px;
}
header .pw-cart-btn-body .pw-header-cart-product-body .pw-variation .pw-item{}
header .pw-cart-btn-body .pw-header-cart-product-body .pw-variation .pw-item:after {
    content: "";
    height: 12px;
    width: 1px;
    position: relative;
    display: inline-block;
    background: #ccc;
    margin: 0 5px;
    vertical-align: middle;
    border-radius: 5px;
}
header .pw-cart-btn-body .pw-header-cart-product-body .pw-variation .pw-item:last-child:after{display:none}
/*
header .pw-cart-btn-body .pw-header-cart-product-body .pw-variation ul li {
    font-size: 13px;
    color: #1D2023;
    padding: 8px 5px;
}
*/
header .pw-cart-btn-body .pw-cart-btn.show:before {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:#eee;
    background: rgba(100,100,100,0.5);
    content: '';
    z-index: 9999;
}
header .pw-checkoutpg-btn{
	color:#fff;
    background-color:#1C9722;
    height: 50px;
	border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*---------------------
  MegaMenu
-----------------------*/
.navbar .pw-dropdown-megamenu{ z-index:9999999;padding: 1rem; }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .pw-megamenu{position:static!important;}
	.navbar .pw-dropdown-megamenu{left:0; right:0; width:100%; margin-top:0;  }
}	
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    max-height: 90vh;
	    margin-top:10px;
	}
}
/* ============ mobile view .end// ============ */
.pw-dropdown-megamenu{
    margin-top: 15px !important;
    border: 1px solid #EAEAEA;
    border-radius: 3px;
}
.pw-list-tab {
    /* border-left: 1px solid #EBEBEC; */
}
.pw-list-tab li{
	position:relative;
    border-bottom: 1px solid #EBEBEC;
}
.pw-list-tab li:last-child{
    border-bottom:0;
}
.pw-list-tab li a {
	color:#1D2023;
    display: block;
    padding: 10px 10px;
}
.pw-list-tab li a i {
    color: #7880A4;
    font-size: 24px;
    vertical-align: middle;
    margin-left: 10px;
}
.pw-list-tab li a.active, .pw-list-tab li a.active i{color:#1463F3}
.pw-list-tab li a i.fa-angle-left {
    position: absolute;
    left: 10px;
    display: none;
    top: 15px;
    bottom: 0;
    font-size: 15px;
}
.pw-list-tab li a.active i.fa-angle-left{display:block !important}
.pw-list-tab li a:hover{color:#1463F3}
.pw-megamenu-catimg-card{
	background: #F5F5F7;
    padding: 15px;
    border-radius: 10px;
}
.pw-megamenu-catimg-card .pw-title {
    background: #fff;
    text-align: center;
    color: #1D2023;
    padding: 8px 0;
    border-radius: 5px;
	font-size:13px;
	font-weight:bold;
}
.col-12.pw-megamenu-subcat-maincol{
    border-right: 1px solid #EBEBEC;
}
.col-md-7.pw-megamenu-subcat-maincol{
	border-left: 1px solid #EBEBEC;
    border-right: 1px solid #EBEBEC;
}
.pw-megamenu-subcat-col{}
.pw-megamenu-subcat-title{
	color:#1D2023;
	font-size:15px;
}
.pw-megamenu-subcat-title i{
	margin-right:10px;
	font-size:7px;
}
.pw-megamenu-subcat-body ul{}
.pw-megamenu-subcat-body ul li{}
.pw-megamenu-subcat-body ul li a{
	color:#7880A4;
	font-size:13px;
}

/*---------------------
  Index
-----------------------*/
.pw-story-row{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
	border-radius: 4px;
	padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.pw-story-row .pw-title-bar {
    background: #fff;
    padding: 8px 15px;
}
.pw-title-bar .pw-title-s1{
    font-size: 13px;
    font-weight: bold;
}
.pw-title-bar .pw-title-s1 i{
	font-size: 22px;
}
.pw-title-bar .pw-more{
	color:#7880a4;
	font-size:12px;
}
.pw-title-bar .pw-more i{
	font-size:9px;
}
.pw-story-row .pw-story-content {
    padding: 1.5rem 1.5rem 0 1.5rem;
}
.pw-blog-swiper .swiper-button-prev, .pw-blog-swiper .swiper-button-next{
	box-shadow: 0px 1px 5px rgba(0,0,0,.2);
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: hsla(0,0%,100%,.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.pw-blog-swiper .swiper-button-next:after, .pw-blog-swiper .swiper-button-prev:after {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}





/*---------------------
  Story Body Css
-----------------------*/
.pw-stories-swiper1 {
    display: flex;
    align-items: center;
    padding: 12px;
    overflow: auto;
    scrollbar-width: none;
}
.pw-stories-swiper1 .pw-link-icon {
    position: absolute;
    z-index: 9;
    right: 5px;
    bottom: 0;
}
.pw-stories-swiper1 .pw-link-icon i {
    border-radius: 50px;
    display: flex;
    font-size: 12px;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
}
.pw-stories-swiper1 .swiper-slide {
    color: #fff;
	background:transparent;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition-duration: .3s;
    transition-property: opacity;
}
.pw-stories-swiper1-avatar {
    position: relative;
    border-radius: 50%;
    padding: 4px;
    background-image: linear-gradient(to right top,#ffc600 20%,#ff0040,#e600cc 80%);
}
.pw-stories-swiper1-avatar:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}
.pw-stories-swiper1-avatar img {
    position: relative;
    z-index: 2;
    display: block;
    /* width: 64px; */
    /* height: 64px; */
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.pw-stories-swiper1-name {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    margin-top: 10px;
	color:#fff;
	letter-spacing: -1px;
}
.pw-stories-modal .modal-body {
	position:relative;
	padding:0;
	overflow: hidden;
}
.pw-stories-modal .btn-close {
    position: absolute;
    z-index: 9;
    font-size: 25px;
    right: 10px;
    top: 10px;
	background: rgba(255,255,255,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.pw-stories-modal .btn-close i{font-size: 28px;}
.pw-stories-modal .autoplay-progress {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 10;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: rgba(255,255,255,0.5);
}

.pw-stories-modal .autoplay-progress svg {
	--progress: 0;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
	stroke-width: 4px;
	stroke: rgba(255,255,255,0.5);
	fill: none;
	stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
	stroke-dasharray: 125.6;
	transform: rotate(-90deg);
}
.pw-stories-swiper2-bullet-body {
    position: absolute;
    z-index: 9;
    height: 5px;
    width: 100%;
    top: 2px;
}
.pw-stories-swiper2 .swiper-pagination-bullet{
    margin:0 !important;
	width:auto;
	height:auto;
	display:unset;
	border-radius:0;
	background:transparent;
	/* opacity:1; */
}
.pw-stories-swiper2 .swiper-pagination-bullet .pw-stories-swiper2-bullet {
    background: rgba(255,255,255,0.5);
    height: 3px;
    margin: 2px;
}
.pw-stories-swiper2 .swiper-pagination-bullet-active .pw-stories-swiper2-bullet {

}
.pw-stories-swiper2-bullet:before{
	content:"";
}
.pw-stories-swiper2-bullet:after{
	content:"";
}
.pw-stories-swiper2 .swiper-button-next, .pw-stories-swiper2 .swiper-rtl .swiper-button-prev {
    /* left: auto; */
    width: 18%;
    height: 100vh;
    top: 20px;
    right: 0;
}
.pw-stories-swiper2 .swiper-button-prev, .pw-stories-swiper2 .swiper-rtl .swiper-button-next{
    /* right: auto; */
    width: 18%;
    height: 100vh;
    top: 20px;
    left: 0;
}
.pw-stories-swiper2 .swiper-button-prev:after, .pw-stories-swiper2 .swiper-rtl .swiper-button-next:after{
	content: '' !important;
}
.pw-stories-swiper2 .swiper-button-next:after, .pw-stories-swiper2 .swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}
.pw-stories-swiper2 .swiper-avatar-body {
    position: absolute;
    left: 15px;
    top: 15px;
    display: flex;
}
.pw-stories-swiper2 .swiper-avatar-body .avatar {
    width: 40px;
}
.pw-stories-swiper2 .swiper-avatar-body .avatar img{
	border-radius: 100px;
}
.pw-stories-swiper2 .swiper-avatar-body .details{
    position: relative;
    left: 10px;
    top: 10px;
}
.pw-stories-swiper2 .swiper-avatar-body .details .name {
    font-size: 13px;
}
.pw-stories-swiper2 .swiper-avatar-body .details .time {
    font-size: 13px;
    font-family: monospace;
    color: rgba(255,255,255,.5)!important;
    margin-left: 5px;
}
.pw-stories-swiper2 .pw-progress-bar-body {
    flex-shrink: inherit;
    border-radius: 999px;
    height: 2px;
    background: rgba(255,255,255,.35);
    overflow: hidden;
    box-shadow: 0 0 1px #00000059;
    position: absolute;
    left: 8px;
    right: 8px;
    top: 5px;
    display: flex;
    justify-content: space-between;
    z-index: 9999;
    pointer-events: none;
    transform: translateZ(0);
}
.pw-stories-swiper2 .pw-progress-bar{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(255,255,255,1);
    height: 2px;
    z-index: 100;
}
.pw-stories-swiper2 video {
   width: 100%;
   height: 100%;
   object-fit: contain;
   object-position: center;
   display: block;
   border: none;
   outline: none;
   background: none;
   background-color: transparent;
}
.pw-stories-swiper1 .swiper-slide img, .pw-stories-swiper2 .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pw-stories-swiper2 .swiper-slide{
	position:relative;
}
.pw-stories-swiper2 .pw-story-link {
    position: absolute;
}
.pw-stories-swiper2 .pw-story-link a{
	padding: 10px 15px;
	border-radius:8px;
}
.pw-slideshow-swiper-1 img,.pw-slideshow-swiper-2 img{
	border-radius:4px;
}



.pw-slideshow-swiper-1 .swiper-button-next, .pw-slideshow-swiper-1 .swiper-button-prev, .pw-slideshow-swiper-2 .swiper-button-next, .pw-slideshow-swiper-2 .swiper-button-prev{
	box-shadow: 0px 1px 5px rgba(0,0,0,.2);
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: hsla(0,0%,100%,.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.pw-slideshow-swiper-1 .swiper-button-next:after, .pw-slideshow-swiper-1 .swiper-button-prev:after, .pw-slideshow-swiper-2 .swiper-button-next:after, .pw-slideshow-swiper-2 .swiper-button-prev:after{
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.pw-offer-s1 .pw-title{
	background:#f5f5f7;
	border-radius:4px;
	margin-bottom:15px;
	font-size: 13px;
    font-weight: bold;
	padding: 10px 15px;
}
.pw-offer-s1 .pw-title i{
	font-size: 22px;
}
.pw-offer-s1 .pw-offer-content{
	background:#f5f5f7;
	border-radius:5px;
	margin-bottom:15px;
	padding: 10px 15px;	
	height:380px;
}
.pw-offer-s1 .pw-offer-content .pw-offer-post-body{
	border-radius:4px;	
	overflow:hidden;
}
.pw-offer-s1 .pw-offer-content .pw-offer-post-body .pw-thumbnail{
	width:70px;
	height:70px;
}
.pw-offer-s1 .pw-offer-content .pw-offer-post-body .pw-thumbnail img{
	width:70px;
	height:70px;
}
.pw-offer-s1 .pw-offer-content .pw-offer-post-body .pw-product-title a {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.pw-offer-s1 .pw-offer-content .pw-offer-post-body .pw-product-price{
	font-size: 14px;
}
.pw-offer-s1 .pw-offer-content .pw-offer-post-body .pw-product-price bdi{
	color:#1463f3;
}
.pw-offer-s1 .pw-offer-content .pw-offer-post-body .pw-product-price ins{
	color:#1463f3;
	text-decoration: none;
	margin-left: 10px;
}
.pw-offer-s1 .pw-offer-content .pw-offer-post-body .pw-product-price del bdi{
	color:#a5a4aa;
}
.pw-offer-s1 .autoplay-progress {
	position: absolute;
	top: 2px;
	right: 3px;
	z-index: 10;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: var(--swiper-theme-color);
}
.pw-offer-s1 .autoplay-progress svg {
	--progress: 0;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
	stroke-width: 3px;
	stroke:#ef394e;
	fill: none;
	stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
	stroke-dasharray: 125.6;
	transform: rotate(-90deg);
}
.pw-offer-s1 .pw-offer-content .pw-offer-post-body .pw-discount-body{
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
	height:100%;
}
.pw-offer-s1 .pw-offer-content .pw-offer-post-body .pw-discount-body .pw-discount {
    background: #1463f3;
    color: #fff;
    font-size: 12px;
    border-radius: 0 50px 50px 0;
    padding: 3px 5px 2px 5px;
    font-weight: bold;
}

.pw-offer-s1 .pw-swiper-button-next-body {
    background: #f5f5f7;
    border-radius: 0 0 5px 5px;
}
.pw-offer-s1 .pw-swiper-button-next-body .pw-swiper-button-next i{color:#1463F3;}
.pw-title-bar-s1{
	border-radius:4px;
	margin-bottom:15px;
	font-size: 13px;
    font-weight: bold;
	padding: 10px 15px;	
}
.pw-title-bar-s1{
	background:#f5f5f7;
}
.pw-product-category .pw-product-category-body .pw-image{position: relative;}
.pw-product-category .pw-product-category-body .pw-image:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.pw-product-category .pw-product-category-body:hover .pw-image:before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.pw-product-category-s1 .pw-product-category-body {
    background: #f5f5f7;
    border-radius: 5px;
    overflow: hidden;
    /* margin: 0 10px; */
}
.pw-product-category-s1 .pw-mobile .pw-product-category-body{
    margin: 0 0 0 10px;
}
.pw-product-category-s1 .pw-product-category-body .pw-icon i {
    font-size: 50px;
    padding: 50px 0 40px 0;
	color:#1D2023;
}
.pw-product-category-s1 .pw-product-category-body .pw-image img {
    padding: 40px 0 30px 0;
	max-width:100%;
}
.pw-product-category-s1 .pw-product-category-body .pw-title {
    background:#E8E9EF;
	color:#1D2023;
    border-radius: 0 0 4px 4px;
    padding: 5px 0;
    font-size: 13px;
    font-weight: bold;
}
.pw-product-category-mobile-s1 .pw-product-category-body {
    margin: 0 5px;
	width:100px;
}
.pw-product-row-color-1{background:#E30E31;}
.pw-product-row-color-2{background:#1463F3;}
.pw-product-row-color-3{background:#1D2023;}
.pw-product-row-s1{
	border-radius:4px;
	padding-top: 1.5rem;
}
.pw-product-row-s1 .pw-content-row{padding: 1.5rem;}
.pw-product-row-s1.pw-product-row-color-1 .pw-title-bar, .pw-product-row-s1.pw-product-row-color-2 .pw-title-bar{
	background:#1D2023;
	color:#fff;
}
.pw-product-row-s1.pw-product-row-color-1 .pw-title-bar .pw-more, .pw-product-row-s1.pw-product-row-color-2 .pw-title-bar .pw-more{
	color: #fff;
}
.pw-product-row-s1.pw-product-row-color-3 .pw-title-bar{
	background:#F5F5F7;
	color:#1D2023;
}
.pw-product-row-s1 .pw-title-bar{
	padding: 8px 15px;
}
.pw-card-product .pw-line {
    background-image: url("../images/line01.png");
    height: 2px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 15px 0;
}
.pw-card-product .pw-wishlist-btn{
	position:absolute;
	left:15px;
}
.pw-countdown-timer{height: 60px;}
.pw-card-product .pw-amazing-offer-label {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(211,47,47,0.9);
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
}
.pw-countdown-timer .pw-col {margin: 0 5px;}
.pw-countdown-timer .pw-countdown-number {
    width: 40px;
    background: #F5F5F7;
    height: 40px;
    border-radius: 4px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
.pw-countdown-timer .pw-countdown-title {
    font-size: 12px;
    color: #1D2023;
    font-weight: bold;
}
.pw-countdown-timer .progress {
    font-size: 16px;
    height: 60px;
    border-radius: 5px;
}
.pw-countdown-timer .progress .progress-bar{border-radius: 5px}
.pw-countdown-timer-sm .pw-col {
    margin: 0 2px !important;
}
.pw-countdown-timer-sm .pw-countdown-title {
    font-size: 10px !important;
}
.pw-countdown-timer-sm .pw-countdown-number {
    font-size: 12px;
    width: 32px !important;
    height: 32px !important;
    font-weight: bold;
}
.pw-card-product .pw-product-body .pw-title a{
	font-size: 13px;
	color:#1D2023;
	display:block;
}
.pw-card-product .pw-product-body .pw-price{
	position:relative;
    font-size: 15px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
	height: 50px;
}
.pw-card-product .pw-product-body .pw-price .woocommerce-Price-currencySymbol{font-size: 12px;}
.pw-card-product-s1 .pw-product-body .pw-price{color: #fff;background:#E30E31;}
.pw-card-product-s2 .pw-product-body .pw-price{color: #fff;background:#1463F3;}
.pw-card-product-s3 .pw-product-body .pw-price{color: #1D2023;background:#F5F5F7;}
.pw-card-product .pw-product-body .pw-price ins{
    margin-right: 8px;
    justify-content: right;
    display: flex;
    width: 100%;
	text-decoration: none;
    font-weight: bold;
}
.pw-card-product .pw-product-body .pw-price del {
    margin-left: 8px;
    justify-content: left;
    display: flex;
    width: 100%;
}
.pw-card-product .pw-product-body .pw-price .pw-discount{
    padding: 5px 10px;
    background: #fff;
    border-radius: 50px;
    color: #1D2023;
    font-weight: bold;	
	position:absolute;
}
.pw-card-product .pw-product-body .pw-thumbnail img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pw-card-product .pw-product-body .pw-title{height: 50px;}
.pw-sort-by-price-row .pw-sort-by-price-body{
    background: #F5F5F7;
    color: #292D32;
    display: block;
    padding: 25px 0;
    border-radius: 5px;
	font-weight: bold;
}
.pw-sort-by-price-row .pw-sort-by-price-body span {
    z-index: 2;
    position: relative;
}
.pw-sort-by-price-row .pw-sort-by-price-body .pw-trapezius {
    border-bottom: 100px solid #E8E9EF;
    border-left: 0 solid transparent;
    border-right: 80px solid transparent;
    height: 0;
    width: 150px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.8;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.pw-sort-by-price-row .pw-sort-by-price-body:hover .pw-trapezius{width: 350px;}
.pw-sort-by-price-mobile-row{padding-top: 1.5rem !important;}
.pw-sort-by-price-mobile-row .pw-sort-by-price-body {
    padding: 20px 25px;
    font-size: 13px;
}
.pw-daily-offer-s1 .pw-title-bar-s1 {padding: 0px 15px;}
.pw-daily-offer-s1 .pw-title-bar .pw-countdown-timer .pw-col {
    margin: 0 5px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center!important;
    flex-direction: column;
    justify-content: center!important;
}
.pw-daily-offer-s1 .pw-title-bar .pw-countdown-timer .pw-countdown-number {
    width: auto;
    background: #fff;
    height: auto;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    font-size: 13px;
	line-height: 20px;
}
.pw-daily-offer-s1 .pw-title-bar .pw-countdown-timer .pw-countdown-title {
    font-size: 8px;
    color: #1D2023;
}
.pw-daily-offer-s1 .pw-countdown-timer{
	display:flex;
	align-items:center;
}
.pw-brand-swiper .swiper-button-prev:after, .pw-brand-swiper .swiper-button-next:after {
    color: #fff;
    background: #000;
    font-size: 10px;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.pw-card-blog-s1 .pw-date {
    color: #1D2023;
    background: #fff;
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-weight: bold;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 5px;
}
.pw-card-blog-s1 .pw-line:before {
    content: "";
    background: #fff;
    width: 30px;
    height: 40px;
    position: absolute;
    border-radius: 0 0 20px 0;
	left: -15px;
}
.pw-card-blog-s1 .pw-line {
    background: #F5F5F7;
    width: 80px;
    height: 40px;
    margin: 0 auto;
	position:relative;
}
.pw-card-blog-s1 .pw-line:after {
    content:"";
	background:#fff;
    width: 50px;
    height: 40px;
    position: absolute;
    border-radius: 0 0 0 20px;
	left: 60px;
}
.pw-card-blog-s1 .pw-title {
    background: #F5F5F7;
    padding: 15px;
    border-radius: 5px;
}
.pw-card-blog-s1 .pw-title a {
    font-size: 13px;
	font-weight:bold;
    color: #1D2023;
}
.pw-card-blog-s1 .pw-thumbnail img{
    border-radius: 5px;
}



/*---------------------
  Single Product
-----------------------*/
.pw-main-single-product .pw-product-title h1{font-size:18px;}
.pw-main-single-product .pw-product-color .pw-title{}
.pw-gallery-product ol{text-align:center}
.pw-gallery-product .flex-control-thumbs li {
	width: 24% !important;
	border: 1px solid #ccc;
	margin: 2px !important;
	border-radius: 8px;
	padding: 5px;
	display: inline-block;
	float: unset !important;
}
.pw-gallery-thumbs-product button{
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    padding: 4px;
}
.pw-gallery-thumbs-product button img{
    width: 70px;
    height: 70px;
    border-radius: 10px;
}
.pw-gallery-product-swiper4 .swiper-slide .pw-overlay{
	width: 100%;
    height: 75%;
    z-index: 9;
}

/*===S gallery product===*/
.pw-gallery-product .woocommerce-product-gallery{width:100% !important}
.pw-gallery-product ul.flex-direction-nav {
	position: absolute;
	top: 30%;
	z-index: 99999;
	width: 100%;
	left: 0;
	margin: 0;
	padding: 0px;
	list-style: none;}
.pw-gallery-product li.flex-nav-prev {
        float: right;
}
.pw-gallery-product li.flex-nav-next {
        float: left;
}
.pw-gallery-product a.flex-next {
        visibility:hidden;
}
.pw-gallery-product a.flex-prev {
        visibility:hidden;
}
.pw-gallery-product a.flex-next::after {
	visibility:visible;
	content: "\2771";
	margin-right: 10px;
	font-size: 20px;   
	font-weight: bold;
}
.pw-gallery-product a.flex-prev::before {
	visibility:visible;
	content: '\2770'; 
	margin-left: 10px;
	font-size: 20px;
	font-weight: bold;
}
.pw-gallery-product ul.flex-direction-nav li a {
	color: #ccc;
	text-decoration:none;
}
.pw-gallery-product ul.flex-direction-nav li a:hover {
	text-decoration: none;
}
/*===E gallery product===*/




.pw-bnr-s1{
    background: #F5F5F7;
    border-radius: 5px;
}
.pw-bnr-s1 .pw-col {
    font-size: 13px;
    font-weight: bold;
    color: #1D2023;
    padding: 25px 0;
}
.pw-bnr-s1 .pw-col a{color: #1D2023;}
.pw-cartprice-s1 .pw-price-body {
	color: #1D2023;
    background: #F5F5F7;
    position: relative;
    font-size: 15px;
    text-align: center;
    border-radius: 5px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pw-price-body ins{
	font-weight:bold;
	text-decoration:none;
	margin:0 5px;
}
.pw-price-body del{
	margin:0 5px;
}
.pw-cartprice-s1 .pw-add-to-cart-body{
    height: 50px;
    width: 50px;
}
.pw-add-to-cart-body{
    /* position: absolute; */
    /* left: 0; */
    background: #fff;
    border-radius: 5px;
    padding: 0 5px 0 0;
}
.pw-add-to-cart-btn-s1{
    background: #1C9722;
    color: #fff;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 20px;
}
.pw-add-to-cart-btn-s1 i{
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	font-style: normal;
}
.pw-add-to-cart-btn-s1 i:before{
	content: "\e3f3";
}
.pw-add-to-cart-btn-s1.loading i{
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-duration: var(--fa-animation-duration,2s);
    animation-duration: var(--fa-animation-duration,2s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,linear);
    animation-timing-function: var(--fa-animation-timing,linear);
}
.pw-add-to-cart-btn-s1.loading i:before{content: "\f1ce";}
.pw-add-to-cart-btn-s1.added i:before{content: "\f00c";}
.pw-add-to-cart-body .added_to_cart{display:none}


.woocommerce div.product .woocommerce-tabs ul.tabs{
	background: #F5F5F7;
	border-radius:5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{border-bottom:0;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent !important;
    color: #1463F3 !important;
    border: transparent !important;
	border-radius:0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow:0 0 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size:13px;
    color: #7880A4;
	padding: 15px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border:0 !important;
    background-color:transparent !important;
    color: #7880A4;
    border-radius:0 !important;
	padding:0 1.5rem;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-style: normal;
	content: "\f111";
	position:relative;
	vertical-align:middle;
	font-size:5px;
	
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before{width:0;height:0;}
.woocommerce table.shop_attributes tr{
	border-bottom:5px solid #fff;
	background:#F5F5F7;
}
.woocommerce table.shop_attributes th {
	font-size:13px;
	color:#000;
	padding:10px;
}
.woocommerce table.shop_attributes td{
	font-style:normal;
	font-size:13px;
	color:#7880A4;
}
ul.pw-product-attributes li {
    background: #F5F5F7;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    display: flex;
}
ul.pw-product-attributes li .pw-product-attr-name {
    width: 150px;
    font-weight: bold;
    color: #000;
    padding: 12px;
}
ul.pw-product-attributes li .pw-product-attr-value {
    color: #7880A4;
    padding: 12px 0;
}
.pw-main-single-product .variations{}
/* .pw-main-single-product .variations select[name="attribute_pa_color"], .pw-main-single-product .variations select[name="attribute_pa_warranty"]{display:none !important;} */
.pw-main-single-product .variations select{display:none !important;}

.pw-variation-radios{
	font-size:13px;
}
.pw-variation-radios label{
	cursor:pointer;
}
.pw-pa_color.pw-variation-radios{
	display:flex;
	flex-wrap:wrap;
}
.pw-variation-radios-body.disabled{
	cursor:not-allowed;
}
.pw-variation-radios-body.disabled:before {
    content: '';
    background: rgba(255,255,255,0.7);
    width: 100%;
    height: 30px;
    position: absolute;
    border-radius: 15px;
    /* border: 1px solid #EAEAEA; */
}
.pw-variation-radios-body.disabled:after{
    font-family: "Font Awesome 6 Pro";
    content: "\e59b";
    font-weight: 100;
    color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 70px;
    height: 30px;
    top: 0;
    font-size: 24px;
    overflow: hidden;
}
.pw-variation-radios-body input{
	margin-left:5px;
	vertical-align:middle;
}
.pw-pa_color.pw-variation-radios .pw-variation-radios-body input{display:none !important}
.pw-pa_color.pw-variation-radios .pw-variation-radios-body label {
    border: 1px solid #EAEAEA;
    border-radius: 15px;
    padding: 0 5px 0 15px;
    font-size: 12px;
    margin: 0 0 5px 5px;
    width: auto;
    height: 30px;
    display: flex;
    align-items: center;
}
.pw-pa_color.pw-variation-radios .pw-variation-radios-body input:checked + label {
	border: 1px solid #1463F3;
}
.pw-pa_color.pw-variation-radios .pw-variation-radios-body .pw-color-btn {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    margin-left: 5px;
	border: 1px solid #EAEAEA;
}
.pw-insurance-row-s1 {
    background: #E8FFF2;
    font-size: 13px;
	border-radius:5px;
	font-weight: bold;
}
.pw-insurance-row-s1 .pw-el-1{color:#1D2023;padding: 15px;}
.pw-insurance-row-s1 .pw-el-2{color:#1D2023;padding: 15px;}
.pw-insurance-row-s1 .pw-el-2 button{color:#1D2023;font-weight: bold;font-size: 13px;}
.pw-insurance-row-s1 .pw-el-2 a{color:#1D2023;font-weight: bold;font-size: 13px;}
.pw-insurance-row-s1 .pw-el-1 i{color:#1D2023;font-size:16px;margin-left: 5px;}
.pw-insurance-row-s1 .pw-el-2 i{color:#1D2023;font-size:8px;}
.pw-insurance-row-s1 .pw-el-3{padding: 15px;color:#00A049;}
.pw-insurance-row-s1 .pw-el-4{padding: 15px;color:#00A049;}
.pw-insurance-row-s1 .pw-bime-btn{font-size: 13px;font-weight: bold;color:#00A049;}
.pw-main-single-product .pw-product-price{
    position: relative;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background: #1463F3;
    border-radius: 5px;
    height: 50px;
}
.pw-main-single-product .pw-product-price ins {
	color:#fff;
	font-weight:normal !important;
    text-decoration: none;
	margin:0 5px;
}
.pw-main-single-product .pw-product-price del {
	color:#fff;
	opacity:0.9 !important;
	margin:0 5px;
}
.pw-main-single-product .pw-product-price span.price {
    color: #fff !important;
    font-size: 15px !important;
}
.pw-main-single-product .single_add_to_cart_button{
    font-size: 15px !important;
    height: 50px;
    padding: 0 50px !important;
    font-weight: normal !important;
	background-color: #1C9722 !important;
}
.pw-main-single-product .single_add_to_cart_button:hover{
	background-color: #187f1d !important;
}
.pw-main-single-product .quantity{position: relative;}
.pw-main-single-product .quantity .qty{
	height: 50px;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    padding: 0 0 0 25px;
    width: 4.5rem;
}
.pw-main-single-product .quantity input::-webkit-outer-spin-button,
.pw-main-single-product .quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.pw-main-single-product .quantity input[type=number] {
	-moz-appearance: textfield;
}
.pw-main-single-product .quantity i{font-size:12px;}
.pw-main-single-product .quantity .minus-s1 {
    border: 1px solid #EAEAEA;
    height: 50px;
    border-radius: 0 5px 5px 0;
    position: relative;
    right: 5px;
}
.pw-main-single-product .quantity .plus-s1{
    border: 1px solid #EAEAEA;
    height: 50px;
    border-radius: 5px 0 0 5px;
    position: relative;
    left: 5px;
}
.pw-main-single-product .quantity .pw-plus-minus {
	position: absolute;
    left: 0px;
    right: auto;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.pw-main-single-product .quantity .pw-plus-minus button {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    line-height: unset;
	background:#fff;
    border: 1px solid #EAEAEA;
	align-items: center;
}
.pw-main-single-product .quantity .minus-s2 {border-radius: 0 0 0 5px;}
.pw-main-single-product .quantity .plus-s2{border-radius: 5px 0 0 0;}


/*==S For All quantity==*/
.quantity{width: 4.5rem;position: relative;}
.quantity .qty{
	height: 50px;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    padding: 0 0 0 25px;
    width: 4.5rem;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.quantity input[type=number] {-moz-appearance: textfield;}
.quantity .pw-plus-minus {
	position: absolute;
    left: 0px;
    right: auto;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
	justify-content:center;
}
.quantity .pw-plus-minus button {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    line-height: unset;
	background:#fff;
    border: 1px solid #EAEAEA;
	align-items: center;
}
.quantity i{font-size:12px;}
.quantity .minus-s2 {border-radius: 0 0 0 5px;}
.quantity .plus-s2{border-radius: 5px 0 0 0;}
/*==E For All quantity==*/

.pw-main-single-product .woocommerce-variation-price{display:none;}
.pw-main-single-product .pw-extra-option .pw-product-bime-label{
	background-color:#F5F5F7;
	color: #1D2023;
	padding:10px 15px;
	border-radius:5px;
    font-size: 13px;
	font-weight:bold;
}
.pw-main-single-product .pw-extra-option .pw-product-bime-label i {
    color: #1D2023;
    font-size: 16px;
    margin-left: 5px;
}
.pw-main-single-product .reset_variations{
	color:#d32f2f;
	font-weight:bold;
}
.pw-main-single-product .reset_variations:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f057";
    vertical-align: middle;
    margin-left: 5px;
    font-size: 16px;
}
.pw-gallery-product .flex-viewport{
	border: 1px solid #EAEAEA;
    border-radius: 5px;
	margin-bottom: 5px;
}
.pw-gallery-product .pw-gallery-product-swiper1 .swiper-slide img{
	border-radius:5px;
}
.pw-gallery-product .pw-gallery-product-swiper2 .swiper-slide img{
	border-radius:5px;
}
.pw-gallery-product .pw-gallery-product-swiper1 .pw-video-label, .pw-gallery-product .pw-gallery-product-swiper3 .pw-video-label {
    background: rgba(29, 32, 35, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    height: 94.5px;
	color:#fff;
	position:absolute;
	top:0;
	right:0;
	width:100%;
}
.pw-gallery-product .pw-gallery-product-swiper1 .pw-video-label i, .pw-gallery-product .pw-gallery-product-swiper3 .pw-video-label i {
    font-size: 30px;
    color: #fff;
}
.pw-gallery-product .pw-gallery-product-swiper1 .pw-gallery-label {
    background: rgba(29, 32, 35, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    height: 94.5px;
	color:#fff;
}
.pw-gallery-product .pw-gallery-product-swiper1 .pw-gallery-label span{margin-right: 10px;}
.pw-gallery-product .pw-gallery-product-swiper1 .pw-gallery-label i {
    font-size: 30px;
    color: #fff;
}
.pw-gallery-product .pw-gallery-product-col-thumbs .pw-gallery-label, .pw-gallery-product .pw-gallery-product-col-thumbs .pw-video-label {
    background: rgba(29, 32, 35, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    width: 80px;
    height: 80px;
	color:#fff;
	border:1px solid #EAEAEA;
}
.pw-gallery-product .pw-gallery-product-col-thumbs .pw-gallery-label span{margin-right: 10px;}
.pw-gallery-product .pw-gallery-product-col-thumbs .pw-gallery-label i, .pw-gallery-product .pw-gallery-product-col-thumbs .pw-video-label i{
    font-size: 30px;
    color: #fff;
}
.pw-gallery-product .pw-gallery-product-col-thumbs button{
    border-radius: 15px;
    width: 80px;
    height: 80px;
	border:1px solid #EAEAEA;
	display:flex;
	justify-content:center;
	align-items:center;	
	padding:0;
}
.pw-gallery-product .pw-gallery-product-col-thumbs button img{border-radius: 15px;}
.pw-gallery-modal ul.pw-gallery-tab{font-size:14px;}
.pw-gallery-modal ul.pw-gallery-tab li button{color: #7880A4}
.pw-gallery-modal ul.pw-gallery-tab li button.active{
	background: transparent;
    color: #1463F3;
}
.pw-gallery-product-swiper3 .swiper-wrapper{display: block;}
.pw-gallery-product-swiper3 .swiper-wrapper .swiper-slide {
    display: inline-block;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    padding: 6px;
    width: 100px !important;
	cursor:pointer;
}
.pw-gallery-product-swiper3 .swiper-wrapper .swiper-slide img{border-radius: 10px;}
.pw-mobile-gallery-product-tools{
	display:none;
    z-index: 9;
    bottom: 5px;
    right: 10px;
}
.pw-mobile-gallery-product-tools .pw-video-btn{
	background: rgba(29, 32, 35, 0.9);
    color: #fff;
    border: 0;
    width: 80px;
    border-radius: 15px;
}
.pw-mobile-gallery-product-tools .pw-gallery-modal-btn{
	background: rgba(29, 32, 35, 0.9);
    color: #fff;
    border: 0;
    width: 80px;
    border-radius: 15px;
}
.pw-main-single-product .woocommerce-Tabs-panel--description{line-height: 32px;}
.pw-main-single-product .woocommerce-Tabs-panel--description h1{font-size:24px;margin-bottom:15px;}
.pw-main-single-product .woocommerce-Tabs-panel--description h2{font-size:20px;margin-bottom:15px;}
.pw-main-single-product .woocommerce-Tabs-panel--description h3{font-size:18px;margin-bottom:15px;}
.woocommerce .woocommerce-breadcrumb {
    margin: 0;
    font-weight: bold;
    font-size: 13px;
	color:#1463F3;
}
.woocommerce .woocommerce-breadcrumb a{color:#7880A4;}
.woocommerce .woocommerce-breadcrumb i{
    font-size: 10px;
    margin: 0 10px;
    font-weight: bold;
	color:#7880A4;
}
.pw-customer-consent-gallery .pw-customer-consent-item{
	border: 0;
    padding: 0;
	margin:0 4px 15px 4px;
	border:1px solid #f0f0f1;
    border-radius: 10px;
	cursor:pointer;
}
.pw-customer-consent-gallery .pw-customer-consent-item img{
    border-radius: 10px;
    width: 98px;
    height: 98px;
}

.pw-main-single-product .pw-product-meta-details-title h2, .pw-main-single-product .pw-product-meta-details-title h3{font-size:16px}
.pw-main-single-product ul.pw-product-meta-details{
    font-size: 14px;
	font-weight:bold;
	overflow:hidden;
}
.pw-main-single-product ul.pw-product-meta-details li {
    display: flex;
    margin: 8px 0;
    position: relative;
    align-items: center;
}
.pw-main-single-product ul.pw-product-meta-details li i {
    font-size: 20px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
}
.pw-main-single-product ul.pw-product-meta-details li i.fa-circle {
    font-size: 8px;
}
.pw-main-single-product ul.pw-product-meta-details li .pw-key {
    color: #1D2023;
    width: 140px;
}
.pw-main-single-product ul.pw-product-meta-details li .pw-value {
    color: #7880A4;
}
.pw-main-single-product .pw-product-meta-details-more-btn, .pw-main-single-product .pw-product-meta-details-hide-btn{
    color: #19bfd3;
    font-size: 13px;
    vertical-align: middle;
}
.pw-mobile-addtocart-floating {
    display: none;
    background: #F5F5F7;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    border-top: 1px solid rgba(215,222,224,1);
	box-shadow: 0px 0px 8px 0px #D1D1D1;
}
.pw-main-single-product .pw-mobile-addtocart-floating .pw-product-price {
    position: relative;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    background: transparent;
    color: #ff1a34;
    border-radius: 0;
    height: 35px;
    display: flex;
    align-items: center;
}
.pw-main-single-product .pw-mobile-addtocart-floating .pw-product-price .woocommerce-Price-currencySymbol{font-size:13px;}
.pw-main-single-product .pw-mobile-addtocart-floating .pw-product-price del {
    color: #666666;
    font-size: 13px;
}
.pw-main-single-product .pw-mobile-addtocart-floating .pw-product-price del .woocommerce-Price-currencySymbol{display:none}
.pw-main-single-product .pw-mobile-addtocart-floating .pw-product-price ins {
    color: #ff1a34;
    font-size: 18px;
    font-weight: bold !important;
}
.pw-main-single-product .pw-mobile-addtocart-floating .pw-product-price ins .woocommerce-Price-currencySymbol{font-size:13px;}
.pw-main-single-product .pw-mobile-addtocart-floating .pw-product-price .pw-discount {
    position: absolute;
    right: 0;
    background: #ff1a34;
    color: #fff;
    width: 26px;
    height: 26px;
    font-size: 11px;
    border-radius: 5px;
}
.pw-main-single-product .pw-variations-card .quantity, .pw-main-single-product .pw-variations-card .single_add_to_cart_button{display:none !important;} 
.pw-single-ajax-add-to-cart-button{
	font-size:15px;
	height:50px;
}
.pw-single-ajax-remove-from-cart-button{
	display:none;
	border:0;
	font-size:14px;
	font-weight:bold;
	color:#1C9722 !important;
	height:50px;
}
.pw-single-ajax-cart-page-button{
	display:none;
	font-size:15px;
	color:#1C9722 !important;
	background-color:transparent !important;
	height:50px;
}
.pw-ajax-add-to-cart-body .show{
	display: flex;
    justify-content: center;
    align-items: center;
}
.pw-ajax-add-to-cart-body .hide{
	display:none;
}
.pw-single-ajax-add-to-cart-modal .pw-product-price{
    font-size: 22px;
	font-weight:bold;
    text-align: left;
    color: #E30E31;
    background: transparent;
    border-radius: 0;
    height: auto;
}
.pw-single-ajax-add-to-cart-modal .pw-product-price del{
    color: #666666;
	font-size:16px;
}
.pw-single-ajax-add-to-cart-modal .pw-product-price del .woocommerce-Price-currencySymbol{display:none;}
.pw-single-ajax-add-to-cart-modal .pw-product-price ins{
    color: #E30E31;
	font-weight: bold !important;
}
.pw-single-ajax-add-to-cart-modal .pw-product-price .woocommerce-Price-currencySymbol{
    font-size: 12px;
}
.pw-single-ajax-add-to-cart-modal .pw-price-row{
    height:50px;
}
.pw-single-ajax-add-to-cart-modal .pw-price-row i{
    font-size: 20px;
}
.pw-animation-bg{
    background: rgb(255 26 52 / 22%) top left/5px 5px;
    animation: pwanimationbg 3s infinite;
    border-radius: 10px;
}
@keyframes pwanimationbg {
  50% {background: #fff bottom right/50px 50px;}
}
.pw-woocommerce-breadcrumb-swiper .swiper-slide{
	width:auto;
	font-weight: bold;
    font-size: 13px;
    color: #1463F3;
}
.pw-woocommerce-breadcrumb-swiper .swiper-slide a{color: #7880A4;}
.pw-woocommerce-breadcrumb-swiper .swiper-slide:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f104";
    color: #7880A4;
    margin-right: 10px;
    font-size: 12px;
    vertical-align: middle;
}
.pw-woocommerce-breadcrumb-swiper .swiper-slide:last-child:after{
    content:"";
}
.pw-woocommerce-breadcrumb-swiper:before {
    content: "";
    width: 100px;
    height: 19px;
    background: linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,0.05));
    display: block;
    position: absolute;
    left: 0;
    z-index: 9;
}

/* S comments */
.woocommerce #reviews #comment {height: 100px;}
.woocommerce #review_form #respond textarea{padding:15px;border:1px solid #ced4da;border-radius:8px}
.woocommerce #reviews #comments h2 {
	color: #6f6f6f;
	font-size: 16px;
	margin-bottom: 15px;
}
.woocommerce #reviews #comments ol.commentlist{padding:0}
.woocommerce .star-rating {font-size: 16px;color: #ffc107}
.woocommerce #reviews #comments ol.commentlist li .comment-text {margin: 0 100px 0 0;}
.woocommerce #reviews #comments ol.commentlist li img.avatar {background: transparent;box-shadow: 0px 1px 4px #c8c8c8;width: 80px;border: 1px solid #e4e1e3;border-radius: 100%}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size: 12px;}
#review_form_wrapper{background: #fafafa;padding:20px;border-radius: 4px}
.comment-reply-title{display:none}
.form-submit{float: left;margin-bottom:0 !important}
.form-submit input{padding: 12px 50px !important;background-color: #00bfd6 !important;border: 1px solid #41a7b4 !important;color: #fff !important;}
.form-submit input:hover{background-color: #41a7b4 !important;}
.comment-form-rating{float: left;}
.comment-form-rating .stars{display: inline-block;margin-right: 10px !important}
.comment-form-rating .stars a{margin-left: 4px;}
.comment-form-rating .stars a:before{color: #ffc107;font-size: 16px}
.woocommerce .description{line-height: 26px;font-size: 14px}



/* .woocommerce #review_form #respond p{display:unset} */
.woocommerce #review_form p.comment-form-comment{display:block}
.woocommerce #review_form p.comment-form-comment label{margin-bottom:10px;}
.woocommerce #review_form p.comment-form-author, .woocommerce #review_form p.comment-form-email {
    display: inline-flex;
    width: 49%;
    align-items: center;
}
.woocommerce #review_form p.comment-form-author input, .woocommerce #review_form p.comment-form-email input{
	width:90%;
}




.comment-form-cookies-consent{display:block !important}
.woocommerce-Reviews-title{display:none}
.comment-form-author, .comment-form-email{vertical-align:middle}
.comment-form-author label, .comment-form-email label{
	margin:0 0 0 10px;
	color: #565656;
	font-size: 16px;
	font-size: 1.143rem;
	line-height: 1.375;
	position: relative;
}
.comment-form-author input, .comment-form-email input{
	border: 1px solid #c8c8c8;
	border-radius: 8px;
	padding:10px
}
.comment-form-cookies-consent {
	margin: 15px 0 10px !important;
	font: 300 13px shabnam;
}
.comment-form-cookies-consent input {
	cursor: pointer;
	vertical-align: middle;
	margin-left:10px
}
.woocommerce table.shop_attributes td p{font-style: normal}
/* E comments */




/*---------------------
  WC Comment plus
-----------------------*/
.pw-comment-plus-purchase-offer-product-radiobtn-body input[type="radio"] {
    opacity: 0;
    width: 0;
}
.pw-comment-plus-purchase-offer-product-radiobtn-body label {
    /* display: inline-block !important; */
    color: #a1a3a8;
    background-color: #fff;
    padding: calc(4 * 4px) !important;
    font-size: 14px;
    border: 2px solid #f0f0f1;
    border-radius: 8px;
    text-align: center;
}
.pw-comment-plus-purchase-offer-product-radiobtn-body input[type="radio"]:checked + label {
    color: #19bfd3;
    background-color: #fff;
    border-color: #19bfd3;
}
.pw-comment-plus-purchase-offer-product-radiobtn-body i{
	font-size:30px;
}
.pw-comment-plus-notes-product-body .pw-comment-plus-add-note-btn{
    left: 0px;
    position: absolute;
    font-size: 28px;
    color: #222;
    top: 0;
    height: 100%;
}
.pw-result-note-positive-product .pw-note-positive-row{
    background-color: #edf6f7;
    color: #3a8c96;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    position: relative;
}
.pw-result-note-negative-product .pw-note-negative-row {
    background-color: #fff3f4;
    color: #fb3449;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    position: relative;
}
.pw-note-positive-del-btn {
    color: #3a8c96 !important;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.pw-note-negative-del-btn {
    color: #fb3449 !important;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.pw-comment-plus-uploder-body label{
    width: 70px !important;
    height: 70px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    background: #ddd;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: block;
}
.pw-comment-plus-uploder-body label:before {
    content: 'بارگزاری فایل';
    font-size: 10px;
    display: flex;
	justify-content:center;
	align-items:center;
    width: 100%;
    height: 100%;
}
.pw-comment-plus-uploder-body label span{
	position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
}
.pw-comment-plus-uploder-row .pwFileUploadResult .pwCmtFileCardBody {
    border: 1px solid #ced4da;
    position: relative;
    border-radius: 8px;
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-left: 15px;
}
.pw-comment-plus-uploder-row .pwFileUploadResult .pwCmtFileCardBody img {
    border-radius: 8px;
    width: 70px;
    height: 70px;
}
.pw-comment-plus-uploder-row .pwFileUploadResult .pwCmtFileCardBody .pwDeleteCmtFilesBtn {
    position: absolute;
    top: -5px;
    left: -5px;
    background: #d32f2f;
    color: #fff;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    font-size: 14px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pw-customer-images-list-1 button {
    border: 0;
    padding: 0;
    margin: 0 4px 8px 4px;
    border: 1px solid #f0f0f1;
    border-radius: 10px;
}
.pw-customer-images-list-1 button img{
	border-radius: 10px;
    width: 100px;
    height: 100px;
}
.pw-comment-plus-customer-product-gallery-col-1 img{border-radius: 10px;}
.pw-comment-plus-customer-product-gallery-col-1 .swiper-button-next, .pw-comment-plus-customer-product-gallery-col-1 .swiper-button-prev, .pw-gallery-product-swiper4 .swiper-button-prev, .pw-gallery-product-swiper4 .swiper-button-next{
	box-shadow: 0px 1px 5px rgba(0,0,0,.2);
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: hsla(0,0%,100%,.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.pw-comment-plus-customer-product-gallery-col-1 .swiper-button-next:after, .pw-comment-plus-customer-product-gallery-col-1 .swiper-button-prev:after, .pw-gallery-product-swiper4 .swiper-button-prev:after, .pw-gallery-product-swiper4 .swiper-button-next:after{
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.pw-comment-plus-customer-product-gallery-col-2 .pw-info-1{
	color: #a1a3a8;
    font-size: 14px;
} 
.pw-comment-plus-customer-product-gallery-col-2 .pw-info-1 i{font-size: 12px;}
.pw-comment-plus-customer-product-gallery-col-2 .pw-info-2{font-size: 16px;}
.pw-comment-plus-customer-product-gallery-col-2 .pw-info-2 .pw-comment-text {
    color: #000;
    font-size: 14px;
    line-height: 28px;
}
.pw-comment-plus-negativepositive-notes-row ul li {
    padding: 8px 10px !important;
    border-radius: 8px;
    margin-bottom: 6px !important;
    font-size: 13px;
}
.pw-comment-plus-positive-notes-row li{
	background-color: #edf6f7 !important;
    color: #3a8c96;
}
.pw-comment-plus-negative-notes-row li{
	background-color: #fff3f4 !important;
    color: #fb3449;
}
.pw-customer-images-tab-btn{cursor:pointer}
.pw-customer-images-tab-btn .pw-body img{
	width: 30px;
    height: 30px;
    border-radius: 8px;
}
.pw-customer-images-tab-btn .pw-body video{
	width: 30px;
    height: 30px;
    border-radius: 8px;
}
.pw-customer-images-tab-btn .pw-text{
	color: #19bfd3;
    font-size: 13px;
}
.pw-wcp-review-score-output .bar {
    height: 4px;
    width: 100%;
    background: #ebeced;
    margin: 0 2px;
    border-radius: 3px;
}
.pw-wcp-review-score-output .bar.done{background: #a1a6b5;}


/*---------------------
  WC Archive Post
-----------------------*/
.pw-card-post{}
.pw-card-post .pw-thumbnail {
    border: 1px solid #fafafa;
    position: relative;
    width: 120px;
    height: 120px;
}
.pw-card-post .pw-thumbnail img {
    border-radius: 15px;
    width: 120px;
    height: 120px;
    z-index: 1;
    position: relative;
}
.pw-card-post .pw-thumbnail:before {
    content: 'بدون تصویر';
    width: 120px;
    height: 120px;
    display: flex;
    border: 1px solid #ccc;
    border-radius: 15px;
    position: absolute;
    top: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #ccc;
    background: #f2f2f2;
}
.pw-card-post .pw-title a {
    font-size: 16px;
    color: #1D2023;
}
.pw-card-post .pw-excerpt {
    font-size: 14px;
    text-align: justify;
}

/*---------------------
  WC Archive Product
-----------------------*/
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 32.75%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 0 2.992em 0.5%;
}
.pw-archive-product ul.products li.product {
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    padding: 15px !important;
    margin-bottom: 10px !important;
	position:relative;
}
.pw-archive-product ul.products li.product a img{
	width:80%;
	margin:0 auto 1em auto;
}
.pw-archive-product ul.products li.product .woocommerce-loop-product__title{
    font-size: 13px;
    color: #1D2023;
    height: 50px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 15px !important;	
} 
.pw-archive-product ul.products li.product span.price, .pw-archive-product ul.products li.product span.onsale{display:none} 
.pw-archive-product .pw-cartprice-s1 .pw-discount {
    padding: 5px 10px;
    background: #fff;
    border-radius: 50px;
    color: #1D2023;
    font-weight: bold;
    position: absolute;
}
.pw-archive-product .pw-cartprice-s1 ins {
    margin-right: 15px;
    justify-content: right;
    display: flex;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
}
.pw-archive-product .pw-cartprice-s1 del {
    margin-left: 15px;
    justify-content: left;
    display: flex;
    width: 100%;
}
.pw-label-s1 {
    color: #fff;
    font-size: 10px;
    padding: 2px 10px;
    border-radius: 10px 0 0 10px;
    position: relative;
    display: table;
    opacity: 0.9;
}
.pw-archive-product .wp-block-woocommerce-filter-wrapper, .pw-archive-product .wp-block-woocommerce-product-categories{
	background: #F5F5F7;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.pw-archive-product .wp-block-woocommerce-product-categories ul li{font-size:13px;}
.pw-archive-product .wp-block-woocommerce-product-categories ul li a{color:#7880A4;}
.pw-archive-product .wp-block-woocommerce-product-categories ul li .wc-block-product-categories-list-item-count{float:left;}
.pw-archive-product h3.wp-block-heading{
	font-size: 13px;
    margin-bottom: 30px;
}

/*---------------------
  WC WishList
-----------------------*/
.pw-wishlist-btn{
	color:#BD0000;
    background: #F5F5F7;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 5px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}



/*---------------------
  Footer
-----------------------*/
footer .pw-line {
    background-image: url("../images/line02.png");
    height: 2px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 15px 0;
}
.pw-social-row-s1 {
    background: #1D2023;
    padding:8px 10px;
    border-radius: 5px;
}
.pw-backtotop-btn {
    background: transparent;
    border: 0;
    color: #fff;
}
.pw-backtotop-btn span{font-size: 13px;}
.pw-social-btn {
    width: 32px;
    height: 32px;
    display: inline-flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
	opacity:1;	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pw-social-btn:hover{
	opacity:0.7;
}
.pw-social-instagram{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.pw-social-youtube{
	background: #FF3D00;
}
.pw-social-facebook{
	background: #3F51B5;
}
.pw-social-twitter{
	background: #03A9F4;
}
.pw-social-whatsapp{
	background: #40C351;
}
.pw-social-telegram{
	background: #229ED9;
}
.pw-licenses{
    background: #F5F5F7;
    border-radius: 5px 0 50px 50px;
    text-align: center;
    padding: 10px 0;
}
.pw-licenses a {
    display: inline-block;
}
.pw-licenses img {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 5px;
    margin: 0 2px;
}
footer .pw-copyright {
    font-size: 12px;
    font-weight: bold;
    margin: 20px;
}
footer .pw-desinger{
    font-size: 12px;
    font-weight: bold;
    margin: 20px;
	color:#AFAFAF;
}
footer .pw-desinger a{color:#1463F3;}
footer .pw-mobileesteghlal-founder {
    position: relative;
    background: #F5F5F7;
    border-radius: 150px 150px 0 0;
    display: block;
    padding: 20px 10px 0 0;
}
footer .pw-mobileesteghlal-founder img{width:110%;}
footer .pw-mobileesteghlal-introduction h2 {
    font-size: 16px;
}
footer .pw-mobileesteghlal-introduction p {
    font-size: 13px;
    color: #1D2023;
    text-align: justify;
    line-height: 24px;
}
footer .pw-footer-nav a {
    color: #1D2023;
    font-weight: bold;
    font-size: 13px;
    padding: 15px;
    display: block;
    position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
footer .pw-footer-nav a:hover{
	padding: 15px 20px 15px 15px;
}
footer .pw-footer-nav a:before {
    content: "\f111";
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    color: #1463F3;
    vertical-align: middle;
    font-size: 6px;
    margin-left: 10px;
}
footer .pw-mobileesteghlal-download-apps a {
    margin-bottom: 5px;
    display: block;
}
footer .pw-mobileesteghlal-download-apps a img {
    display: block;
    max-width: 100%;
}
.pw-box-s1 .pw-icon {
    background: rgba(20, 99, 243, 0.1);
    width: 48px;
    height: 48px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.pw-box-s1 .pw-icon i {
    color: #1463F3;
    font-size: 18px;
}
.pw-box-s1 .pw-details .pw-text-1 {
    font-size: 10px;
    color: #7880A4;
    font-weight: bold;
}
.pw-box-s1 .pw-details .pw-text-2 {
    font-size: 12px;
    font-weight: bold;
	color:#1D2023;
}
.pw-box-s1 .pw-details .pw-phone-number span:nth-child(1){
	color:#1463F3;
}
.pw-box-s1 .pw-details .pw-phone-number span:nth-child(2){
	color:#1D2023;
}
.pw-footer-mobile .pw-mobileesteghlal-founder {
    padding: 0;
    width: 70%;
    margin: 0 auto;
}
.pw-footer-mobile .pw-mobileesteghlal-founder img {
    max-width: none;
    width: 100%;
}
.pw-footer-mobile .pw-licenses {
    background: #F5F5F7;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
}
.pw-footer-mobile .pw-licenses img {
    width: 50px;
    height: 50px;
}
.pw-footer-mobile .pw-licenses {
    background: #F5F5F7;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
}
.pw-footer-mobile .pw-copyright, .pw-footer-mobile .pw-desinger{
    margin: 0 0 10px 0;
}
.pw-footer-mobile-nav-btn{
    background: #F5F5F7;
    padding: 15px;
    border-radius: 5px;
	border:0;
	font-weight:bold;
}
.pw-footer-mobile .collapse {border-radius: 5px;}
.pw-footer-mobile .pw-mobileesteghlal-download-apps a {display: unset;}
.pw-footer-mobile .pw-mobileesteghlal-download-apps a img {display: unset;}


/*---------------------
  Contact Us
-----------------------*/
.pw-page-contactus .table{font-size: 14px;}
.pw-page-contactus .table td.pw-title{color:#7880A4;width:150px;}
.pw-page-contactus .table td.pw-value{color:#1D2023;}



/*---------------------
  User Dashboard
-----------------------*/
.pw-user-panel{
	/* padding-top:50px; */
	padding-bottom:50px;
}
.pw-card-header-title-1{
	min-height: 49px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom:15px;
	position: relative;
	padding-left: 5px;
	padding:0 0 0 15px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.pw-card-header-title-1:after {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #dfdfdf;
	height: 1px;
	content: "";
	z-index: 0;
}
.pw-card-header-title-1 .pw-title {
	padding: 8px 5px 8px 0;
	min-height: 49px;
	font-family: shabnam;
	font-size: 16px;
	line-height: 31px;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	    font-weight: bold;
}
.pw-card-header-title-1 .pw-title:before {
	content: "";
	position: absolute;
	right: 0;
	left: -40px;
	bottom: 0;
	background-color: #ef5661;
	height: 1px;
	z-index: 1;
}
.pw-card-header-title-1 .pw-title:after {
	content: "";
	position: absolute;
	left: -45px;
	width: 15px;
	height: 1px;
	background-color: #fff;
	bottom: 0;
	z-index: 1;
}
.pw-dashboard-sidebar nav a{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 40px;
    font-weight: 600;
    padding: 0 1.5rem;
    color: #222;
    transition: all .3s ease;
}
.pw-mobile-modal-navbar nav a{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 40px;
    font-weight: 600;
    color: #222;
    transition: all .3s ease;
}
.pw-dashboard-sidebar nav a i, .pw-mobile-modal-navbar nav a i{
    margin-right: 5px;
    font-size: 18px;
    width: 40px;
    text-align: center;
}
.pw-dashboard-sidebar nav a.active, .pw-mobile-modal-navbar nav a.active{
    background-color: hsla(0,0%,100%,.1);
}
.pw-dashboard-sidebar nav a:hover, .pw-mobile-modal-navbar nav a:hover{
	background-color: hsla(0,0%,100%,.08);
}
.pw-user-info{
	position:relative;
	height:200px
}
.pw-user-info .avatar-bg{
	height:150px;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    background-position: center 30%;
    z-index: 0;
}
.pw-user-info .avatar {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 40px;
}
.pw-user-info .avatar img{
    border-radius: 100px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
}
.pw-user-info .pw-user-info-header-row {
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 6px;
}
.pw-user-info .pw-user-flname {
    font-size: 22px;
    font-weight: bold;
    color: #222;
}
.pw-dashboard-top i{font-size: 24px;}
.pw-dashboard-top a{vertical-align:middle;}
.pw-dashboard-top-col-end .avatar img{
	width:24px;
	height:auto;
	border-radius:100px;
}
.pw-col-user-sidebar{}
.pw-col-user-sidebar.hide{
	display:none !important;
}

/*---------------------
  User Orders
-----------------------*/
.pw-customer-orders .pw-order-status a{color:#1D2023;font-weight:bold;}
.pw-customer-orders .pw-order-details{font-size: 15px;}
.pw-customer-orders .pw-order-details .pw-order-detail-item time{color:#81858b;}
.pw-customer-orders .pw-order-details .pw-order-detail-item:after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f111";
    color: #e0e0e2;
    margin: 0 10px;
    font-size: 5px;
    vertical-align: middle;
	display: inline-block;
}
.pw-customer-orders .pw-order-details .pw-order-detail-item:last-child:after {display:none;}
.pw-customer-orders .pw-order-details .pw-order-detail-item .pw-title{
	color:#a1a3a8;
}
.pw-customer-orders .pw-order-details .pw-order-detail-item .pw-value{
	color:#1D2023;
	font-weight:bold;
}
.pw-customer-orders .pw-order-details .pw-order-detail-item .pw-value .woocommerce-Price-currencySymbol{font-size:11px;}
.pw-customer-orders .pw-order-gallery-thumbs .pw-thumbnail{}
.pw-customer-orders .pw-order-gallery-thumbs .pw-thumbnail img{
	width: 70px;
    height: 70px;
    border-radius: 10px;
	border: 1px solid #EAEAEA;
    padding: 4px;
	
}
.pw-customer-view-order .pw-thumbnail{
	width: 114px;
    height: 114px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid #EAEAEA; */
    border-radius: 10px;
}
.pw-customer-view-order .pw-thumbnail img {
	border-radius: 10px;
    width: 70%;
    margin: 0 auto;
    /* max-height: 100px; */
    height: auto;
}
.pw-customer-view-order .pw-thumbnail .pw-quantity {
    left: 0;
    bottom: 0;
}
.pw-customer-view-order .pw-product-title a{color:#1D2023;}
.pw-customer-view-order .pw-variation ul li {
    display: flex;
    color: #62666d;
    font-size: 13px;
    margin-bottom: 2px;
}
.pw-customer-view-order .pw-variation ul li .wc-item-meta-label{font-weight:bold;}
.pw-customer-view-order .pw-variation ul li p{margin: 0;}
.pw-customer-order-notes p{margin:0}
.pw-customer-view-order .pw-progress-status-label{color: #a1a3a8;}
.pw-customer-view-order .pw-progress-status-label span{color: #1D2023;}
.pw-customer-view-order-s1 .table td.pw-title{color: #a1a3a8;width:150px;padding: 10px 0;}
.pw-delivery-date-body .progress-bar:after {
    content: '';
    background: url('../images/post-office.svg');
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    background-size: 40px;
    background-repeat: no-repeat;
}


/*---------------------
  WooCommerce
-----------------------*/
.woocommerce .woocommerce-EditAccountForm input[type="text"], .woocommerce .woocommerce-address-fields input[type="text"], .woocommerce .woocommerce-address-fields input[type="email"], .woocommerce .woocommerce-address-fields input[type="tel"], .woocommerce .woocommerce-EditAccountForm input[type="email"], .woocommerce .woocommerce-EditAccountForm input[type="password"]{
	display: block;
    width: 100%;
    font-weight: 300;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6 !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-height: calc(1.5em + 1rem + calc(1px * 2));
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
}
.woocommerce-MyAccount-navigation{display:none}
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{line-height:36px}
.woocommerce .cart-collaterals .wc-proceed-to-checkout a {
    font-size: 14px;
    background-color: #ef394e;
    color: #fff;
    border: 1px solid #ef394e;
    border-radius: 8px;
    font-weight: normal;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce .cart-collaterals .wc-proceed-to-checkout a:hover{
	background-color:#d61c31
}
/*
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.571;
    background-color: #ef394e;
    color: #fff;
    border: 1px solid #ef394e;
    display: block;
    width: 100%;
    border-radius: 8px;
    font-family: 'shabnam';
    font-weight: normal;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background-color:#d61c31
}
*/
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{
	text-decoration-line:none !important;
	position: relative;
    top: 4px;
}



.wc-block-components-price-slider__controls input {
    max-width: 50% !important;
    background: transparent;
    border: 0 !important;
	color:#7880A4;
}
.wc-block-components-price-slider__controls input.wc-block-price-filter__amount--min{
	text-align:right;
}
.wc-block-components-price-slider__controls input.wc-block-price-filter__amount--max{
	text-align:left;
}
.pw-woocommerce-ordering {
    background: #F5F5F7;
    color: #7880A4;
    padding: 15px;
    border-radius: 5px;
    font-size: 12px;
}
.pw-woocommerce-ordering .woocommerce-ordering{float:none;margin-bottom:0}
.pw-woocommerce-ordering .woocommerce-ordering .pw-title{
	margin-left: 15px;
    font-weight: bold;
}
.pw-woocommerce-ordering .woocommerce-ordering .pw-title i {
    font-size: 18px;
    margin-left: 5px;
}
.pw-woocommerce-ordering .woocommerce-ordering .form-check {
    min-height: auto;
    margin-bottom: 0;
    margin-left: 10px;
    padding-right: 10px;
}
.pw-woocommerce-ordering .woocommerce-ordering .form-check label{cursor:pointer;}
.pw-woocommerce-ordering .woocommerce-ordering .pw-form-checked{
	color:#1463F3;
    font-weight: bold;
}
.pw-woocommerce-ordering .woocommerce-ordering select{
	border: 0;
    background: transparent;
    font-weight: bold;
}
.woocommerce div.product form.cart{margin-bottom:0}


/*---------------------
  WooCommerce Shop Archive Page
-----------------------*/
.pw-archive-product .pw-products .pw-card h2 {
    color: #1D2023;
    font-size: 13px;
    line-height: 24px;
    height: 50px;
}
/* .pw-archive-product .pw-products .pw-card img{margin-bottom:15px;} */
.pw-archive-product .pw-products .pw-card .pw-product-title a {
    color: #1D2023;
    font-size: 12px;
    font-weight: bold;
}
.pw-archive-product .pw-products .pw-card .star-rating{display:none}
.pw-archive-product .pw-products .pw-card .pw-off-label-s1 {
    background: url('../images/off-label-1.png');
    position: absolute;
    width: 75px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 75px;
    top: 15px;
}
.pw-archive-product .pw-products .pw-card .pw-off-label-s2 {
    background: url('../images/off-label-2.png');
    position: absolute;
    width: 75px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 75px;
    top: 15px;
}
.pw-archive-product .pw-products .pw-card img.attachment-woocommerce_thumbnail{width:100%}
.pw-archive-product .pw-products .pw-card .price{display:none;}
.pw-archive-product .pw-products .pw-card .onsale{display:none;}
.pw-archive-product .pw-products .pw-card .pw-product-details {
    color: #7880A4;
    font-size: 11px;
    height: 70px;
}
.pw-archive-product .pw-products .pw-card .pw-product-details i {
    font-size: 16px;
    margin-left: 4px;
}
.pw-archive-product .pw-products .pw-card .pw-product-details .pw-color-product{
	margin-left: 10px;
}
.pw-archive-product .pw-products .pw-card .pw-product-details .pw-color-product .pw-color {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-bottom: 5px;
    border: 1px solid #ddd;
}
.pw-archive-product .pw-products .pw-card .pw-product-details .pw-free-delivery{
	margin-left: 10px;
}
.pw-archive-product .woocommerce-pagination ul.page-numbers {
    background: #F5F5F7;
    border-radius: 5px;
    color: #7880A4;
	border: 0;
	padding: 8px 20px;
}
.pw-archive-product .woocommerce-pagination ul.page-numbers li{
	border: 0;
}
.pw-archive-product .woocommerce-pagination ul.page-numbers li a{
	color: #7880A4;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 13px;
}
.pw-archive-product .woocommerce-pagination ul.page-numbers li .current{
    background: #1463F3;
    color: #fff;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 13px;
}

/*---------------------
  WooCommerce Edit Account
-----------------------*/
.pw-edit-account .woocommerce-Button{
	border: 0 !important;
    background: transparent !important;
    color: #1463F3 !important;
    font-size: 14px !important;
}


/*---------------------
  Cart Page
-----------------------*/
.pw-empty-cart-body{color:#1D2023;}
.pw-empty-cart-body .c-checkout-empty__links a{color:#1D2023;font-size: 12px;}
.woocommerce-cart-form{
	width:74%;
	float:right;
}
.woocommerce-cart-form table{
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	-webkit-box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
	box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
	position: relative;
	overflow: hidden;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
	width: 25%;
	float:left;
}
@media (max-width:769px){
	.woocommerce-cart-form, .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{
		width:auto;
		float:none;
	}
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
	box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
	border: 1px solid #e6e6e6;
	line-height: 22px;
	border-radius: 4px;
	padding:15px;
	margin-bottom:20px
}
.cart_totals h2{
	font: 16px 'shabnam';
	margin-bottom: 15px;
}
.cart_totals table{border:0 !important}
.cart_totals tr th{vertical-align:middle !important}
.cart_totals tr td{text-align:left;vertical-align:middle !important}
.cart_totals tr.cart-subtotal th{font:300 13px 'shabnam' !important}
.cart_totals tr.order-total th{font:700 13px 'shabnam' !important}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{margin-bottom:0}
.woocommerce table.shop_table a{color:#3f3f3f}
.woocommerce table.shop_table .woocommerce-Price-amount{font-size:20px}
.woocommerce table.shop_table .woocommerce-Price-currencySymbol{font-size:11px}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{width:64px}
.woocommerce table.shop_table th {
	font:500 15px 'shabnam';
	padding: 15px 12px;
}
.woocommerce table.shop_table .product-subtotal, .woocommerce table.shop_table .product-quantity, .woocommerce table.shop_table .product-price{text-align:center}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{padding:5px 6px 5px;width:auto;border-radius:5px;}
.woocommerce-checkout-review-order .shop_table {
	-webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1) !important;
	box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 10%) !important;
	border: 1px solid #e7e7e7 !important;
	border-radius: 8px !important;
	background: #fff;
}
.woocommerce-checkout-payment{
	-webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1) !important;
	box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 10%) !important;
	border: 1px solid #e7e7e7 !important;
	border-radius: 8px !important;
}
.variation{display:none}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    border-radius:5px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
    border-radius:5px;
}
.pw-cart-page .woocommerce-cart-form {
    width: 100%;
    float: none;
}
.pw-cart-page .cart-collaterals {
    width: 100%;
    float: none;
}
.pw-cart-page .cart-collaterals h2{display:none;}
.pw-cart-page .pw-coupon{}
.pw-cart-page .pw-coupon .input-group-text i {
    color: #D30A52;
    font-size: 20px;
}
.pw-cart-page .pw-coupon input[type="text"] {
    height: 50px;
    color: #7880A4;
    font-size: 11px;
    padding: 0 5px;
	border-radius: 5px;
}
.pw-cart-page .pw-coupon button{
    height: 50px;
    background: #D30A52;
    color: #fff;
    font-weight: normal;
    font-size: 13px;
	border-radius: 5px;
}
.pw-cart-page .pw-coupon button:hover{color: #fff;background:rgb(211,10,82,0.8);}
.pw-cart-page .woocommerce-cart-form__contents .card{}
.pw-cart-page .woocommerce-cart-form__contents .card .pw-thumbnail {
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
}
.pw-cart-page .woocommerce-cart-form__contents .card .pw-thumbnail img {
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
    max-height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.pw-cart-page .woocommerce-cart-form__contents .card .pw-title a{
	color:#1D2023;
	font-size: 14px;
	margin-bottom:10px;
	font-weight:bold;
	display:block;
}
.pw-cart-page .woocommerce-cart-form__contents .card .product-remove a {
    color: #7880A4 !important;
    background: transparent;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pw-cart-page .woocommerce-cart-form__contents .card .product-subtotal {
    color: #1D2023;
    background: #F5F5F7;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}
.pw-cart-page .woocommerce-cart-form__contents .card .list-group-item i{font-size:18px;margin-left:10px;}
.pw-cart-page .cart-collaterals .wc-proceed-to-checkout a {
    font-size: 14px;
    background-color: rgba(28, 151, 34, 1);
    color: #fff;
    border: 1px solid rgba(28, 151, 34, 1);
    border-radius: 8px;
    font-weight: normal;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pw-cart-page .cart-collaterals .wc-proceed-to-checkout a:hover{background-color: rgba(28, 151, 34,0.8);}
.pw-cart-page a.pre-invoice {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-radius: 8px;
}



/*---------------------
  Checkout Page
-----------------------*/
.woocommerce .woocommerce-checkout label {
	font-size: 13px;
	font-family: 'shabnam';
	font-weight: 300;
	margin-bottom: 8px;
}
.woocommerce-form-login input, .woocommerce .woocommerce-checkout input[type="text"], .woocommerce .woocommerce-checkout input[type="tel"], .woocommerce .woocommerce-checkout input[type="email"], .woocommerce .woocommerce-checkout input[type="password"], .woocommerce .woocommerce-checkout select, .woocommerce .woocommerce-checkout textarea, .checkout_coupon input{
	padding:12px;
	border-radius: 8px;
	background-color: #fff;
	border: 1px solid #e0e0e2 !important;
	font-size: 14px;
	font-size: 1rem;
	line-height: 24px;
	width: 100%;
	color: #030a16;
}
.woocommerce .woocommerce-checkout .select2-container .select2-selection--single{
	padding:9px 12px;
	border-radius: 8px;
	background-color: #fff;
	border: 1px solid #e0e0e2;
	font-size: 14px;
	font-size: 1rem;
	line-height: 24px;
	width: 100%;
	color: #030a16;
	height:auto
}
#billing_address_1_field, #shipping_address_1_field{margin-bottom:10px}
#billing_state_field, #shipping_state_field, #billing_postcode_field{float: right;display: inline-block;width: 49%;clear: unset;}
#billing_city_field, #shipping_city_field, #billing_phone_field{float: left;display: inline-block;width: 49%;clear: unset;}
#billing_country_field, #billing_company_field, #shipping_country_field, #shipping_company_field, #billing_address_2_field, #shipping_address_2_field{display: none !important;}
.woocommerce form .form-row textarea{min-height:8em}
.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2{
	-webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
	box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
	border: 1px solid #e7e7e7;
	background: #fff;
	position: relative;
	margin-bottom: 10px;
	border-radius: 8px;
	padding:15px
}
.rtl .woocommerce .col2-set .col-1, .rtl .woocommerce-page .col2-set .col-1 {float: right}
.rtl .woocommerce .col2-set .col-2, .rtl .woocommerce-page .col2-set .col-2 {float: left}
.woocommerce-shipping-fields h3{width:100%}
.woocommerce-shipping-fields label.woocommerce-form__label{
	border: 2px solid #0fabc6;
	display: block;
	width: 100%;
	border-radius: 8px;
	padding: 10px;
	cursor: pointer;
}
.woocommerce-shipping-fields input.woocommerce-form__input{
	border-radius: .25em;
	margin-left: 6px;
	vertical-align:middle
}
.woocommerce-shipping-fields input.woocommerce-form__input:checked{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
	background-color: #0d6efd;
	border-color: #0d6efd;
}
#order_review_heading{display:none}
.woocommerce-billing-fields h3, .woocommerce-order h2 {
	padding: 4px 8px 14px 0;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-bottom: 15px;
	font:100 18px 'shabnam';
	border-bottom:1px solid #ef5661;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	-webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
	box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
	border: 1px solid #e7e7e7;
	margin-bottom: 10px;
	border-radius: 8px;
}
/* .woocommerce-notices-wrapper{ */
/* margin-left: var(--bs-gutter-x,.75rem); */
/* margin-right: var(--bs-gutter-x,.75rem); */
/* } */
.woocommerce-info{
	border:1px solid #1e85be;
	border-top:3px solid #1e85be;
	border-radius:8px;
	background:#fff
}
.woocommerce-error{
	border:1px solid #b81c23;
	border-top:3px solid #b81c23;
	border-radius:8px;
	background:#fff
}
.woocommerce-message{
	border:1px solid #8fae1b;
	border-top:3px solid #8fae1b;
	border-radius:8px;
	background:#fff
}
.woocommerce-form-coupon-toggle a{color:#222}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{background:#fff}
.pw_final_amount_installment table{font: 16px shabnam;}
.pwRequestInstallemntFormHtml .form-check-input{margin-top:9px !important;border: 1px solid #515151 !important;}
.woocommerce-checkout-payment{
    background: transparent !important;
    border: 0 !important;
    box-shadow: 0 0 0 !important;
}
.woocommerce-checkout-payment ul{padding:0 !important;}
.woocommerce-checkout-payment ul li{
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    display: flex;
    align-items: center;
    height: 100px;
    padding: 0 40px;
	margin-bottom:10px !important;
}
.woocommerce-checkout-payment ul li .payment_box:before{display:none !important;}
.woocommerce-checkout-payment ul li label{margin:0 0 0 15px !important;}
.woocommerce-checkout-payment button[name="woocommerce_checkout_place_order"]{
    font-size: 14px;
    background-color: rgba(28, 151, 34, 1) !important;
    color: #fff;
    border: 1px solid rgba(28, 151, 34, 1);
    border-radius: 8px !important;
    font-weight: normal;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 0 80px;
}
.woocommerce-checkout-payment button[name="woocommerce_checkout_place_order"]:hover{background-color: rgba(28, 151, 34, 0.8) !important;}
.pw-checkout-page .woocommerce-error, .pw-checkout-page .woocommerce-info, .pw-checkout-page .woocommerce-message{
	margin: 0 0 15px;
}
.pw-checkout-page .woocommerce form.checkout_coupon, .pw-checkout-page .woocommerce form.login, .pw-checkout-page .woocommerce form.register{
	margin: 1em 0;
}
.pw-checkout-page .checkout_coupon input{height:50px;}
.pw-checkout-page .checkout_coupon button{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	font-weight:normal;
}
.pw-checkout-page .woocommerce-shipping-fields{display:none;}
.pw-checkout-page .woocommerce-additional-fields label{display:none !important;}
.pw-checkout-page .pw-get-address .woocommerce-billing-fields h3{display:none;}
.pw-checkout-page .pw-order .pw-thumbnail {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
}
.pw-checkout-page .pw-order .pw-thumbnail img {
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
    max-height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.pw-checkout-page .pw-order .product-name {
    color: #1D2023;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}
.pw-checkout-page .pw-order .product-name .pw-product-bime-data{
    font-size: 14px;
    font-weight: normal;
}
.pw-checkout-page .pw-wc-bill thead, .pw-checkout-page .pw-wc-bill tbody{display:none;}
.pw-checkout-page .pw-address-result .pw-get-address-btn{font-size:13px;}  
.pw-checkout-page .pw-customer-details-result{font-size:13px;}
.woocommerce-checkout-payment ul li .payment_box{display:none !important;}






/*---------------------
  Order Tracking Page
-----------------------*/
.pw-page-order-tracking{font-size:14px;}
.pw-page-order-tracking ul.pw-help {
    color: #7880A4;
    list-style: disc;
    padding: 0 15px;
}
.pw-order-tracking-frm input{
	font-size:14px;
	height:60px;
}
.pw-order-tracking-btn{
	font-size:14px;
	height:60px;
}


/*---------------------
  Login Page
-----------------------*/
.pw-login-page .pw-form-login-body{width:70%}
.pw-login-page .pw-mobileesteghlal-cover {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
.pw-login-page .pw-mobileesteghlal-cover img {
    width: 50%;
    margin-top: 100px;
}
.pw-login-page .pw-welcome-text {
    font-family: 'pinar';
    font-size: 32px;
    font-weight: bold;
}
.pw-login-page .pw-welcome-text img {
    width: 40px;
    height: 40px;
}
.pw-login-page form input[name="mobile"] {
    background: #F5F5F7;
    font-size: 14px;
    height: 50px;
}
.pw-login-page form .pw-rules-text {
    color: #1D2023;
    font-size: 11px;
    font-weight: bold;
}
.pw-login-page form .pw-rules-text a{color:#1463F3;}
.pw-login-page form .pw-rules-text i {
    color: #1463F3;
    font-size: 6px;
}
.pw-login-page form button{
	height: 50px;
    font-size: 14px;
}


/*---------------------
  Other Css
-----------------------*/
.select2-container{
	width:100% !important;
}
.select2-container .select2-search--inline .select2-search__field{
	margin-top:0px !important;
	height:30px !important;
}
.select2-container--default .select2-selection--multiple{
	height:auto;
	width:100%;
	min-height: calc(1.5em + 1rem + 2px) !important;
    padding: 0.5rem 1rem !important;
    font-size: 1.25rem !important;
    border-radius: 0.3rem !important;
    border: 1px solid #ced4da !important;
}
.select2-container .select2-selection--single{height:auto !important;font-size:1.25rem}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding: 0.5rem 1rem !important;}
.select2-container--default .select2-selection--single{border: 1px solid #dee2e6 !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:100% !important}
.pwEditPhoneNumber {
    position: absolute;
    left: 10px;
    color: #000;
    font-size: 30px;
}
a.button.wc-backward {display: none;}
.pw-product-price ins{text-decoration:none;}

/*---------------------
  PageNavi
-----------------------*/
.pw-navigation{
	display:inline-block;
	text-align:center;
	direction:ltr;
	border-radius:3px;
	box-shadow:1px 1px 7px rgba(0,0,0,.2);
	-moz-box-shadow:1px 1px 7px rgba(0,0,0,.2);
	-webkit-box-shadow:1px 1px 7px rgba(0,0,0,.2);
	-ms-box-shadow:1px 1px 7px rgba(0,0,0,.2);
	-o-box-shadow:1px 1px 7px rgba(0,0,0,.2);
	margin:0 auto 0 auto;
	border:none;
	overflow:hidden;
	/* font-size:0; */
	background: #fff;
}
.pw-navigation a, .pw-navigation span {
	text-align:center;
	line-height:32px;
	display:inline-block;
	margin:0;
	color:#6c6f78;
	font-size:13px;
	padding:0 15px;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s
}
.pw-navigation .current, .pw-navigation a:hover {
	background:#ef5661;
	color:#fff
}
nav.navigation.pagination {
	width:100%;
	text-align:center;
}
nav.navigation.pagination .nav-links {
	display:inline-block;
	text-align:center;
	direction:ltr;
	border-radius:3px;
	box-shadow:1px 1px 7px rgba(0,0,0,.2);
	-moz-box-shadow:1px 1px 7px rgba(0,0,0,.2);
	-webkit-box-shadow:1px 1px 7px rgba(0,0,0,.2);
	-ms-box-shadow:1px 1px 7px rgba(0,0,0,.2);
	-o-box-shadow:1px 1px 7px rgba(0,0,0,.2);
	margin:0 auto 0 auto;
	border:none;
	overflow:hidden;
	font-size:0;
	background: #fff;
}
nav.navigation.pagination .nav-links a, nav.navigation.pagination .nav-links span {
	text-align:center;
	line-height:32px;
	display:inline-block;
	margin:0;
	color:#6c6f78;
	font-size:13px;
	padding:0 15px;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s
}
nav.navigation.pagination .nav-links a:hover, nav.navigation.pagination .nav-links a.current , nav.navigation.pagination .nav-links span.current {
	background:#ef5661;
	color:#fff
}


/*---------------------
  Responsive
-----------------------*/
@media (max-width:575.98px){
	.pw-offer-s1 .pw-offer-content{height:200px;margin-bottom:0;border-radius:5px 5px 0 0;}
	.pw-product-row-s1 .pw-title-bar{padding: 10px 15px;}
	.pw-product-row-s1 .pw-content-row{padding: 0.5rem 0 !important;}
	.pw-card-product .pw-product-body .pw-title {
		height: 30px;
		line-height: 16px;
		font-weight: bold;
	}
	.pw-card-product .card-body {padding: 8px;}
	.pw-product-row-color-1, .pw-product-row-color-2 {background: transparent;}
	.pw-product-row-s1.pw-product-row-color-1 .pw-title-bar{
		background: #E30E31;
		color: #fff;
		border-radius: 5px;
		padding: 15px;
	}
	.pw-product-row-s1.pw-product-row-color-2 .pw-title-bar{
		background: #1463F3;
		color: #fff;
		border-radius: 5px;
		padding: 15px;
	}
	.pw-product-row-s1 {padding-top:0;}
	.pw-card-product .pw-product-body .pw-price {
		font-size: 9px;
		height: 40px;
	}
	.pw-card-product .pw-product-body .pw-price ins{margin-right:5px}
	.pw-card-product .pw-product-body .pw-price del{margin-left:5px}
	.pw-card-product .pw-product-body .pw-price .woocommerce-Price-currencySymbol{font-size: 8px;}
	.pw-card-product .pw-product-body .pw-price .pw-discount {padding: 5px;}
	.pw-story-row {padding-bottom: 1rem;}
	.pw-story-row .pw-story-content {padding: 1rem 1rem 0 1rem;}
	.pw-countdown-timer{height: 46px;}
	.pw-countdown-timer .pw-col {margin: 0 2px !important;}	
	.pw-countdown-timer .pw-countdown-number {
		font-size: 12px;
		width: 32px;
		height: 32px;
		font-weight: bold;
	}
	.pw-countdown-timer .pw-countdown-title {
		font-size: 10px;
	}
	.pw-card-product .pw-amazing-offer-label {font-size: 10px;}	
	.pw-card-product .pw-line{margin:6px 0}
	.pw-card-product .pw-product-body .pw-title a{font-size: 11px;}
	.woocommerce div.product .woocommerce-tabs ul.tabs li{padding:0 0.8rem;}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {font-size: 12px;}
	.pw-mobileesteghlal-services .pw-col{font-size: 12px;}
	.pw-cart-page .woocommerce-cart-form__contents .card .pw-thumbnail {
		width: 100px;
		height: 100px;
	}
	.woocommerce-cart-form__cart-item ul.list-group{font-size:13px}
	.pw-cart-page .woocommerce-cart-form__contents .card .product-subtotal{padding:0 10px;}
	.pw-cart-page .quantity{width: 4rem;}
	.pw-cart-page .quantity .qty{padding: 0 0 0 15px;}
	.pw-checkout-page .pw-wc-bill{display:none;}
	.pw-product-addcart-card-s2{display:none;}
	.woocommerce div.product .woocommerce-tabs ul.tabs{
		display: flex;
		padding:0;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li{
		text-align:center;
		flex: 1 1 auto;
	}
	header .pw-header-mobile-navbar .pw-mobile-navbar-swiper .swiper-slide a{font-size: 10px}
	header .pw-header-mobile-navbar .pw-category-btn{font-size: 10px}
	header .pw-header-mobile-navbar .pw-category-btn i{font-size: 20px}
	.pw-gallery-product .pw-gallery-product-col-thumbs{display:none !important;}
	.pw-mobile-gallery-product-tools{display:block}
	.pw-gallery-modal ul.pw-gallery-tab{font-size:11px;}
	.pw-mobile-addtocart-floating{display:block}
	.pw-archive-product .pw-products .pw-card .pw-cartprice-s1 .pw-price-body{
		font-size:12px;
		height: 40px;
	}
	.pw-main-single-product .pw-variations-card .single_variation_wrap .woocommerce-variation-add-to-cart, .pw-main-single-product .pw-insurance-price-row, .pw-main-single-product .pw-variations-card .stock, .pw-main-single-product .pw-variations-card form.cart .quantity, .pw-main-single-product .pw-variations-card form.cart .single_add_to_cart_button{display:none}
	.pw-main-single-product .pw-variations-card, .pw-main-single-product .pw-variations-card .variations_form, .pw-main-single-product .pw-variations-card .variations_form table.variations, .pw-main-single-product .pw-variations-card form.cart{margin-bottom:0 !important}
	.pw-dropdown{justify-content: left;}
	header .pw-cart-btn-body .pw-dropdown-menu{width: 290px;}
	.pw-card-post .d-flex{display:ruby !important}
	.pw-card-post .pw-thumbnail{text-align:center;}
    
}
@media (max-width:767.98px){
	.pw-offer-s1 .pw-offer-content{height:200px;margin-bottom:0;border-radius:5px 5px 0 0;}
	.pw-login-page .pw-form-login-body {width: 100%;}
}
@media (max-width: 991.98px) {}
@media (max-width: 1199.98px) {}
@media (max-width: 1399.98px) {}
@media (min-width: 576px){}
@media (min-width: 768px){}
@media (min-width: 992px){}
@media (min-width: 1200px){}
@media (min-width: 1400px){}
