/* Custom styles for account and basic pages */
.align-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.hidden,
.d-none {
	display: none;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
}
.flex-column{
	flex-direction: column;
}
.flex-1 {
	flex-grow: 1;
}

.p-0 {
	padding: 0 !important;
}

#error-not-found .not-found-header {
	background: #f5f5f5;
	padding: 2.5rem 1rem;
	margin-bottom: 1.5rem;
}

#account-account .account-card {
	word-wrap: break-word;
	border: 1px solid rgba(0, 0, 0, .175);
	margin-bottom: 1.2rem !important;
}

#account-account .common-title {
	text-align: left;
	background-color: rgba(0, 0, 0, .03);
	padding: 1.25rem 1.56rem;
	border-bottom: 1px solid rgba(0, 0, 0, .175);
}

#account-account .common-ul {
	padding: 20px 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

#account-account .common-i {
	font-size: 32px;
	color: #000
}

#account-account .common-ul>li {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.st-custom-table thead {
	color: #222;
}

.st-custom-table tbody tr td,
.st-custom-table tfoot tr td {
	color: #222;
	vertical-align: middle !important;
}

.st-custom-table .btn {
	padding: 5px 15px;
	border-radius: 0 !important;
}

.table-items-borderless tr td {
	border: none !important;
}

.table-items-borderless thead tr {
	background-color: #f2f2f5;
	color: black;
	font-weight: 600;
}

.account-sidemenu .list-group-item.active {
	background-color: #222222;
	color: #fff !important;
	border: none !important;
}

.account-sidemenu .list-group-item.active:hover {
	background-color: #222222;
	color: white !important;
	border: none !important;
}

.account-sidemenu .list-group-item:focus {
	background-color: #222222 !important;
	color: white !important;
}

.account-sidemenu .list-group-item {
	color: black !important;
}

.account-sidemenu .list-group-item i {
	margin-right: 10px;
}

@media (min-width:768px) {
	.account-sidemenu .list-group-item {
		font-size: 15px;
	}
	.account-sidemenu .list-group-item i {
		font-size: 18px;
		margin-right: 10px;
	}
	.st-custom-table thead { 
		font-size: 17px;
	}
	.st-custom-table tbody tr td,
	.st-custom-table tfoot tr td {
		font-size: 16px;
	}
}
@media (max-width:767px) {
	.account-sidemenu.list-group {
		margin-top: 1.5rem;
	}
}

/* login related styles */
#account-login .st-social-wrapper {
	margin-top: 20px;
}

#account-login .st-login-button {
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	cursor: pointer;
}

#account-login .st-login-button p {
	margin: 0 !important;
	padding: 0 10px;
}

#account-login .st-social-wrapper .bg-danger {
	color: white;
	background: #f15959;
}

#account-login .st-regular-logins .st-login-button {
	background: white;
	border: 1px solid #9f9f9f;
}

#account-login .st-regular-logins {
	margin-bottom: 20px;
}

#account-login .form_links {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

/* login related styles ends */

/* Custom form style for default pages */
.st-custom-form {
	padding: 20px;
	margin-bottom: 15px;
	background-color: white;
	border: 1px solid #ddd6;
	border-radius: 4px;
}

.st-custom-form .form-control:not(.img-upload-btn) {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0 15px;
	height: 45px;
	background: #fff !important;
	font-size: 14px !important;
	border-radius: 5px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.img-upload-btn {
	cursor: pointer;
}

.st-custom-form textarea.form-control {
	height: inherit !important;
}

.st-custom-form .control-label {
	color: #000000;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
}

.common-form-text {
	font-size: 15px;
	text-align: left !important;
	color: #222;
}

.st-custom-form input[type="radio"],
.st-custom-form input[type="checkbox"] {
	width: 1em;
	height: 1em;
	margin-top: .25em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, .25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.st-custom-form input[type="checkbox"] {
	vertical-align: unset;
}

.st-custom-form input[type="radio"] {
	border-radius: 50%;
}

.st-custom-form input[type="radio"]:checked,
.st-custom-form input[type="checkbox"]:checked {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'2\' fill=\'%23fff\'/%3e%3c/svg%3e");
	background-color: #242828;
	border-color: #242828;
}

.st-custom-form input[type="checkbox"]: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 10 3 3 6-6\'/%3e%3c/svg%3e");
}

/* Custom form style for default pages ends */
/* Custom styles for account and basic pages ends */


/* Custom General Styles */
.text-danger {
    color: #ed3430;
}
.has-error .form-control:focus {
	border-color: #ed3430;
}
.btn,.product-info-details #button-cart { 
	border-radius: 0px;
	-webkit-border-radius: 0px;
	transition: background 0.2s ease-in-out;
}
.block-title .title {
	font-size: 2.2rem;
}
.product-thumb .product-item .caption h4 a { 
	font-family: unset;
}
a {
 	transition: all 0.3s;
}
a:focus {
	color: unset;
    text-decoration: none;
}
.static-bottom-store3 .text a,.static-middle-store2 .text a {
	border-radius: 0;
}
.slider-content .content .slide-readmore a {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	transition: background 0.2s ease-in-out;
}
.product-info-details .quantity-content {
	border-radius: 0 !important;
}
.card {
	--bs-card-spacer-y: 1.25rem;
    --bs-card-spacer-x: 1.5625rem;
    --bs-card-title-spacer-y: .5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: rgba(0, 0, 0, .175);
    --bs-card-border-radius: .375rem;
    --bs-card-inner-border-radius: calc(.375rem - 1px);
    --bs-card-cap-padding-y: 1.25rem;
    --bs-card-cap-padding-x: 1.5625rem;
    --bs-card-cap-bg: rgba(0, 0, 0, .03);
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: .9375rem;
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    -webkit-background-clip: border-box;
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}
.card-title {
	margin-bottom: var(--bs-card-title-spacer-y);
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.8rem !important;
}
body ::-webkit-scrollbar {
	height: 3px
}
/* general quantity increase decrease module */
.cart-quantity-buttons {
	display: flex;
	position: relative;
	max-width: 150px;
    border: 1px solid #cdcdcd;
	margin: auto;
}
.cart-quantity-buttons .input-group-btn {
    flex: 1 1 0;
    display: flex;
}
.cart-quantity-buttons .input-group-btn .btn {
	border: none !important;
	flex: 1 1 0;
}
.cart-quantity-buttons .form-control {
	flex: 1 1 0;
	border: none;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    text-align: center;
    font-weight: 700;
}
.btn-outline {
    background-color: transparent !important;
    background-image: none !important;
	border: 1px solid gray;
	color: #000 !important;
}

.table.table-cart tbody tr td {
	padding: 2rem 1rem;
	border-top: 1px solid #ededed !important;
}

.table.table-cart {
	border: none;
}

.table.table-cart thead tr {
	background-color: transparent;
	border-top: 3px solid var(--link-hover-color);
}

.preview-review-image,.preview-uploaded-image {
    position: absolute;
    top: 0;
    left: 0;
	height: 100%;
    width: 100%;
	object-fit: cover;
}
.deletor {
	border: none;
	border-radius: 0px 0px 0px 10px;
}
.uploadedImageDiv{
	display: flex;
	flex-wrap: wrap;
}

.uploadedImageItem {
    height: 75px;
    width: 75px;
    margin: 5px;
}

/* Custom General Styles ends*/



/* cart drawer custom styles */
#cart .dropdown-menu {
	display: block;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	max-width: 340px !important;
	transform: translate(400px);
	transition: transform 0.2s ease-in-out 0s;
	color: #212529;
}
.open > .dropdown-menu {
	transform : none !important;
}

#cart.cart-dropdown .cart-topbar{
	justify-content: space-between;
	padding: 5px 10px;
}

#cart.cart-dropdown .dropdown-menu > li:not(.empty-cart-wrapper):first-child {
	max-height: 56% !important;
    height: 56% !important;
}

#cart.cart-dropdown .dropdown-menu .table-bordered>tbody>tr>td,#cart.cart-dropdown .dropdown-menu .table-bordered>tbody>tr>td:last-child{
	font-size: 1.5rem;
}
#cart.cart-dropdown .dropdown-menu .table-bordered>tbody>tr:last-child>td:last-child,#cart.cart-dropdown .dropdown-menu .table-bordered>tbody>tr:last-child>td>strong {
	font-size: 1.6rem;
} 
.dropdown-cart-header {
    font-size: 2rem;
    /* font-family: Poppins, sans-serif; */
	font-weight: 700;
    line-height: 38px;
}

#cart .product {
    display: -ms-flexbox;
    display: flex;
    margin: 0 !important;
    padding: 1.5rem 0;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: none!important;
    /* font-family: Poppins, sans-serif !important; */
}
#cart .product:not(:last-child){
	border-bottom: 1px solid #e6ebee;
}

#cart .product-details {
    margin-bottom: 3px;
    font-size: 1.3rem;
}

#cart .product-title {
    padding-right: 1.5rem;
    margin-bottom: 1.1rem;
    font-size: 1.4rem;
    color: #222529;
}

.cart-product-info {
    color: #696969;
}
.cart-product-info .product-options{
	display: block;
    line-height: normal;
}

.product-image-container {
    position: relative;
    max-width: 80px;
    width: 100%;
    margin: 0;
    margin-left: auto;
    border: 1px solid #f4f4f4;
}
.cart-product-remove {
    position: absolute;
    top: -11px;
    right: -9px;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    color: inherit;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    text-align: center;
    line-height: 2rem;
    font-size: 1.8rem;
    font-weight: 500;
	cursor: pointer;
}
.dropdown-cart-action .btn {
    padding: 1.3rem 2.5rem 1.4rem;
    border-radius: 0.2rem;
    color: #fff;
    height: auto;
    font-size: 1.2rem;
    font-weight: 600;
    /* font-family: Poppins, sans-serif; */
    letter-spacing: 0.025em;
    border-color: transparent;
}
.dropdown-cart-action .view-cart {
    margin: 1rem 0;
    background: #e7e7e7;
    color: #222529;
}

#cart.cart-dropdown .dropdown-menu li.empty-cart-wrapper {
	max-height: unset !important;
	height: 100% !important;
	margin: 0 !important;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#cart.cart-dropdown .dropdown-menu li.empty-cart-wrapper > p {
	font-size: 1.5rem;
    margin: 15px 0 0 0;
}
/* cart drawer custom styles ends*/


/* List module product section styles */
.list-module.style2 .list-style .product-item {
	padding: 0 0 2rem 0;
	border: none;
}
.list-module .pt-content {
	border: none;
}
/* List module product section styles ends*/


/* same height products sections */
/* .tab-product .swiper-slide {
	height: unset;
	display: flex;
}
.tab-product .product-thumb .product-item {
	display: flex;
    flex-direction: column;
    height: 100%;
}
.tab-product .product-thumb .product-item .caption {
	flex: 1 0 auto;
}

.tab-product .product-thumb .product-item .caption>.inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.tab-product .product-thumb .product-item .caption .product-button-cart-group{
	margin-top: auto;;
} */
:not(.list-module,.special-categories-module) > .pt-content .product-thumb .product-item .caption h4 {
    min-height: 40px;
}
/* same height products sections ends*/

/* nav tabs designs */

/* tab style1 */
.tabs-product .tab-style-1 .nav-tabs>li>a {
	border-bottom: 3px solid transparent !important;
	border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
	color: #282d3b !important;
}
.tabs-product .tab-style-1:not(.has_tabtitle_image):not(.pm-unset) .nav-tabs>li>a {
	font-size: 1.8rem !important;
    padding: 1.5rem 1.8rem !important;
	letter-spacing: -0.01em !important;
}

/* .tabs-product .tab-style-1.has_tabtitle_image .nav-tabs>li>a {
	font-size: initial !important;
	padding: 1.5rem 1.8rem !important;
} */

.tabs-product .tab-style-1 .nav-tabs>li:after {
	content: unset !important;
}

.tabs-product .tab-style-1 .nav-tabs>li.active>a, .tabs-product .tab-style-1 .nav-tabs>li.active>a:focus, .tabs-product .tab-style-1 .nav-tabs>li.active>a:hover  {
	cursor: pointer;
	border-bottom-color: var(--link-hover-color) !important;
    color: var(--link-hover-color) !important;
}

.tabs-product .tab-style-1 .nav-tabs>li>a:hover {
    color: var(--link-hover-color) !important;
	border-color: #e9ecef #e9ecef #dee2e6 !important;
}

.tabs-product .tab-style-1:not(.has_tabtitle_image):not(.pm-unset) .nav-tabs>li:not(:last-child) {
    margin: 0 1px 0 0;
}
.tabs-product .tab-style-1 .nav-tabs > li {
    margin-bottom: -3px !important;
}

.tabs-product .tab-style-1 .nav-tabs {
    /* border-bottom: 1px solid #e7e7e7; */
    padding-bottom: 2px;
}

.tabs-product .tab-style-1 .swiper-pager {
	top: -67px;
}
/* tab style1 ends */

/* nav tabs design ends*/

/* product details designs */
.product-info-details h1 {
	font-size: 3rem;
    font-weight: 700;
}
.price {
	font-weight: 600;
	font-size: 1.8rem;
}
.product-info-details .price,.product-info-details .price .price-new {
	font-size: 2.4rem !important;
}
.price .price-new {
	font-size: 1.8rem;
}

.product-info-details .price .price-old {
	font-size: 1.9rem !important;
}
.short-divider {
	width: 40px;
    height: 0;
    border-top: 2px solid #e7e7e7;
    margin: 0 0 2.2rem;
    text-align: left;
}
.product-info-details ul.list-unstyled {
	padding-top: 10px;
	margin: 25px 0;
}
#quickview-content {
	padding: 3rem !important;
}
.product-info-details-more #tab-description,.product-info-details-more #tab-specification,.product-info-details-more #tab-review {
	color: black;
}
.product-details .short-description {
    font-size: 1.5rem;
	letter-spacing: -0.015em;
    line-height: 1.6875;
	color: #777;
}
.product-info-details ul.list-unstyled li span {
    color: #020202;
}
.product-info-details ul.list-unstyled li span,.product-info-details ul.list-unstyled li a {
	font-weight: 600;
	font-size: unset;
}
.product-info-details ul.list-unstyled {
	line-height: 1.3;
	font-weight: 400;
	border: none;
}
.rating .icon-ratings {
    width: 14px;
}
.product-thumb .rating .icon-rating-x:before {
	color: #6a6a6d;
}
.option-new-radio li.option-size{
	min-width: 60px;
	margin: 0px 6px 4px 0 !important;
	border: 1px solid #9e9e9e;
	font-size: 16px !important;
	padding: 10px !important;
	line-height: 12px;
}
.option-new-radio li.checked { 
	background-color: var(--link-hover-color) !important;
	color: #fff;
}
/* product details designs ends*/


/* category styles */
.list-categories .list-group-item span {
    color: #fff;
    line-height: 2rem;
    background: #222;
    min-width: 3rem;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.list-categories .list-group-item span:before,.list-categories .list-group-item span:after {
    content: unset;
}
.list-categories .list-group-item.active span, 
.list-categories .list-group-item.active:focus span, 
.list-categories .list-group-item.active:hover span, 
.list-categories .list-group-item:hover span,
.list-categories .list-group-item.active:before, 
.list-categories .list-group-item.active:focus:before, 
.list-categories .list-group-item.active:hover:before, 
.list-categories .list-group-item:hover:before{
    background: var(--link-hover-color) !important;
}

.list-categories .list-group-item.child:before {
	content: "";
    width: 0.6rem;
    height: 0.6rem;
    background: #dadada;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
    margin-top: -0.2rem;
}

/* category filters styles */
.category-filters .filter-title  {
    color: #313131;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
	padding-bottom: 1rem;
    border-bottom: 1px solid #e7e7e7;
	position: relative;
}

.category-filters .filter-title a {
    display: block;
    position: relative;
    color: inherit;
}

.category-filters .filter-title a:after, .category-filters .filter-title a:before {
    display: inline-block;
    position: absolute;
    top: 55.4%;
    right: 2px;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    transition: all 0.35s;
    background: #222529;
    content: "";
}
.category-filters .filter-title a.collapsed:after {
	transform: rotate(-90deg);
}
.list-categories, .popular-tags , .filter-attribute-container{
	margin-bottom: 2rem;
}
.list-categories h3, .popular-tags .title h3,.filter-attribute-container label {
	padding-bottom: 10px;
	margin: 0;
}
.filter-attribute-container .list-group-item:not(.filter-act-name) {
	display: unset;
}
.popular-tags .title h3 {
	font-size: 1.5rem;
}
.list-categories h3:after, .popular-tags .title h3:after , .filter-attribute-container label:after {
    content: "";
    width: 65px;
    height: 2px;
    background: var(--link-hover-color);
    position: absolute;
    left: 0;
    bottom: -1px;
}
.list-categories .list-group-item {
	line-height: 26px;
    text-transform: capitalize;
    background: transparent !important;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 6px 0;
}
.filter-price {
    padding-top: 20px;
}
/* category styles ends */

/* popup toast styles */
.minipopup-area {
	position: fixed;
	right: 20px;
	bottom: 20px;
	font-size: 1.1em;
	text-align: center;
	z-index: 20002;
}

.minipopup-box {
	position: absolute;
	right: -100px;
	text-align: left;
	margin: auto auto 20px;
	padding: 20px;
	line-height: 1.4;
	box-shadow: 0 1px 30px rgba(0, 0, 0, 0.08);
}

.minipopup-box {
	position: absolute;
	right: -100px;
	text-align: left;
	margin: auto auto 20px;
	padding: 20px;
	line-height: 1.4;
	box-shadow: 0 1px 30px rgba(0, 0, 0, 0.08);
	word-break: break-word;
	transform: translateY(-100%);
	width: 300px;
	z-index: 1000;
	background: #fff;
	opacity: 0;
	transition: right 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.minipopup-box.active {
	right: 0;
	opacity: 1;
}

.minipopup-box .product {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.minipopup-box figure {
	max-width: 60px;
	margin-right: 10px;
	margin-bottom: 0;
}

.minipopup-box .product-detail {
	/* font-family: Poppins, sans-serif; */
	font-weight: 500;
}

.minipopup-box .product-detail .product-name {
	display: inline-block;
	color: #222529;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4em;
}

.minipopup-box .product-detail .product-name:hover {
	color: var(--button-bg-hover-color);
}

.minipopup-box .product-detail p {
	font-size: 12px;
	letter-spacing: -0.025em;
	margin-top: 0.5rem;
	margin-bottom: 0;
}

.minipopup-box .product-action .btn {
	min-width: 120px;
	letter-spacing: 0.025em;
	font-size: 11.2px;
	padding: 11.2px 22.4px;
}

.minipopup-box .product-action .btn.viewcart {
	background-color: #efefef;
	color: #000;
}

.minipopup-box .product-action .btn.viewcart:hover {
	background-color:  var(--button-bg-hover-color);
	color: var(--button-hover-color);
}

.minipopup-box .product-action .btn.checkout {
	float: right;
}

.mfp-close {
	position: absolute;
	top: 0;
	right: 0;
	overflow: visible;
	opacity: 0.65;
	cursor: pointer;
	background: transparent;
	border: 0;
	text-indent: -9999px;
	transform: rotateZ(45deg);
	color: #838383;
}

button.mfp-close:hover {
	opacity: 1;
	color: var(--button-bg-hover-color);
	background-color: unset;
	border-color: unset;
}

.mfp-image-holder button.mfp-close {
	width: 41px;
	color: #fff;
	text-align: left;
}

button.mfp-close:after {
	content: "";
	position: absolute;
	height: 17px;
	top: 12px;
	left: 20px;
	border-left: 1px solid;
}

button.mfp-close:before {
	content: "";
	position: absolute;
	width: 17px;
	top: 20px;
	left: 12px;
	border-top: 1px solid;
}

@media (max-width:479px) {
	.minipopup-area {
		right: 10px;
	}

	.minipopup-box {
		width: 290px;
	}
}

/* popup toast styles ends */

/* out of stock status as a badge in product body start */
 .outof_stock_status_badge{
     position: absolute;
    background: #EB3E32;
    font-weight: 500;
    text-align: center;
    color: #fff;
    font-size: 10px;
    border-radius: 3px;
    z-index: 9;
    width: 70%;
    top: 40%;
    right: 50%;
    text-transform: uppercase;
    transform: translate(50%, -50%); 
}
 .outof_stock_status_badge.product-stock-badge{
    font-size: 15px;
}
.outof_stock_status_badge > span {
     padding: 10px 5px;
}
.product-thumb .product-item:hover .button-group{
	z-index: 3;
}
/* out of stock status as a badge in product body end */

/* common media queries */
@media (max-width:425px) { 
	:root {--rowspace:35px;}
	body:not(.common-home) #header {
		margin-bottom: 2px !important;
	}
	.product-category .tool-bar {
		margin-top: 0;
	}
	#content:not(.block-title) > h3 {
		font-size: 1.8rem;
	}
	.btn { 
		padding: 6px 12px;
		font-size: 1.2rem ;
	}
	.product-info-details-more .tab-content {
		padding: 20px;
	}
}

@media (max-width:320px) {
	 /* for autopart theme */
	.policy-block .box {
		display: flex;
    	justify-content: flex-start;
	}
}
/* common media queries ends */

/* frequently bought together like rokomari start */
.frq-products{
	background: white;
	border-radius: 3px;
	box-shadow: 3px 2px 8px -3px #9c9c9c;
	padding: 10px;
}
.frq-product{
	display: flex;
	justify-content: space-around;
	align-items: center; 
	flex-wrap: wrap;
	padding: 5px
}
.frq-product-img{
	position: relative;
}
.frq-checkbox{
	position: absolute;
	left: -18px;
	top: -2px;
	transform: scale(1.4);
}
#frq-text{
	color: green; 
	font-size: 14px;
	text-align: center;
}
.frq-grouped-price{
	font-size: 14px;
}
.frq-price-new{
	font-size: 14px;
	font-weight: bold;
}

.frq-btn{
	background: transparent;
    border: 2px solid var(--link-hover-color);
    color: #020202;
    font-size: 16px;
    padding: 8px 20px;
}

.frq-btn:hover{
	background-color: var(--link-hover-color);
	color: #fff;
	border: 2px solid var(--link-hover-color);
}

/* .plus-img,.frq-total,.frq-grouped-cart,.equal-sign-img{
	margin-top: -40px;
} */
	
@media screen and (max-width: 767px){
   .product-info-details h1 {
		font-size: 2.5rem;
   }
  .frq-title{
		font-size: 20px;
  }
  .frq-product{
	display: block;
	margin: 15px;

  }
  .frqproduct-item {
	display: flex;
  }
  .frq-product-img{

	margin-right: 20px;
  }

 .plus-img{
	text-align: center;
	margin: 10px auto;
  }
  
  /* .plus-img,.frq-total,.frq-grouped-cart,.equal-sign-img {
	margin-top: unset;
  } */

  .frq-total{
	text-align: center;
  }
  .frq-grouped-cart{
	text-align: center;
  }
}
/* frequently brought together like rokomari  ends */

/* option product stock, sell record, product view count*/
.updated-option-stock{
	color: var(--heading-color);
}
.updated-option-stock .out-Of-Stock{
	color: #EB3E32;
}
.updated-option-stock .in-Stock{
	color: #0f9200;
}
.product-sold-count,.product-view-count {
   margin-top: 4px 0;
   position: relative;
   padding: 6px 0px;
   width: 80%;
}
.product-view-count {
	padding: 10px 10px;
}
.product-view-count:before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 0;
    background: var(--link-hover-color);
    opacity: .2;
    pointer-events: none;
}
.product-sold-count>span, .product-view-count>span {
    vertical-align: middle;
}
.product-sold-count .count-icon, .product-view-count .count-icon {
    color: var(--link-hover-color);
    font-size: 110%;
	margin-inline-end: 6px;
}
.product-sold-count .count-number, .product-view-count .count-number{
    display: inline-block;
    color: var(--heading-color);
    font-weight: 600;
}
.product-sold-count .count-icon:before {
    content: "\f07a";
	font-family: 'FontAwesome';
}
.product-view-count .count-icon:before {
    content: "\f06e";
	font-family: 'FontAwesome';
}
@media (max-width: 767px) {
	.product-view-count {
		padding: 10px 5px;
	}
	.product-view-count {
		width: 100%;
	 }
	 .product-view-count .count-number{
		font-size: 12px;
	 }
	.product-view-count .count-msg{
		font-size: 11px;
	 }
}
.price-discount-badge-sale{
	padding: 6px 8px;
	background-color: var(--link-hover-color);
}

.box-advanced-label {
	margin:0 0 10px 0;
}
.pro-advanced-label {
    color: #fff;
    background-color: var(--link-hover-color);
    /* text-transform: uppercase; */
    font-size: 1.2rem;
    font-weight: 400;
    z-index: 2;
    text-align: center;
    line-height: 20px;
    padding: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
/* option product stock, sell record, product view count*/

/* special category simple design  */
.special-categories-simple-design .category-content .image a, 
.special-categories-simple-design .category-content a img {
	width: max-content !important;
	max-width: 100%;
}
.special-categories-simple-design .category-content .image {
    float: unset;
    width: unset;
}
.special-categories-simple-design .swiper-slide {
    padding: 0 1.5rem !important;
}
.special-categories-simple-design .category-content {
	position: relative !important;
	text-align: center !important;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important;
	border: 1px solid var(--link-hover-color) !important;
	padding: 0.7rem !important;
	border-radius: 10px !important;
}
.special-categories-simple-design .category-content .caption {
	position: relative !important;
	text-align: center !important;
	padding: 7px 3px 5px 3px;
	left: 0 !important;
	top: 0 !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	transform:none !important;
	float: unset;
    width: 100%;
	max-width: 100%;
}

.special-categories-simple-design .category-content .total-items{
  display: none !important;
}
.special-categories-simple-design .category-content .view-more{
   display: none !important;
   }
.special-categories-simple-design .category-content .caption h4{
  display: -webkit-box;         
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2;       
  overflow: hidden;             
  text-overflow: ellipsis;                  
  line-height: 1.3;             
  height: 3em;   
  margin-bottom: 0;
}
@media (max-width: 1199px) {
    .special-categories-simple-design .swiper-slide  {
        padding: 0 0.75rem !important;
    }
}
@media screen and (max-width: 767px){
	.special-categories-simple-design .category-content h4 a {
	  font-size: 1.2rem;
	}
	.special-categories-simple-design .category-content {
		padding: 0.4rem !important;
	}
}
/* special category simple design  */

/* product specification  */
.product-specification-descriptive .specs-section {
	padding: 1.75rem 0 25px 0;
	font-size: 1.9rem;
	line-height: 1.4375rem;
	text-align: left;
	font-weight: 500;
	color: #000;
}
.product-specification-descriptive{
	padding: 0 30px;
}
.product-specification-descriptive ul li {
    list-style: none;
}
.product-specification-descriptive .fw-product-attributes .attrval .fw-product-specs-attribute {
    padding: 5px;
    margin-bottom: .5rem;
}
.product-specification-descriptive .fw-product-attributes {
    padding-bottom: .75rem;
}

.product-specification-descriptive .fw-product-attributes .attrval .fw-product-specs-attribute .product-specs-name {
    display: block;
    font-size: 1.8rem;
    color: #000;
    font-weight: 400;
	margin-bottom: 3px;
}
.product-specification-descriptive .fw-product-attributes .attrval .fw-product-specs-attribute .product-specs-value {
    display: block;
    font-size: 1.6rem;
    color: #777;
    font-weight: 400;
}
.product-specification-descriptive .fw-product-attributes .attrval {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.product-specification-descriptive .fw-product-attributes .attrval {
	padding: 5px;
}
@media (min-width: 1024px) {
	.product-specification-descriptive .fw-product-attributes .attrval {
		margin: 0;
	}
}
@media only screen and (max-width: 575px) {
	.product-specification-descriptive .specs-section {
		font-size: 1.6rem;
	}
	
    .product-specification-descriptive{
		padding: 0;
	}
	.product-specification-descriptive .fw-product-attributes .attrval .fw-product-specs-attribute .product-specs-name {
		font-size: 1.5rem;
	}
	.product-specification-descriptive .fw-product-attributes .attrval .fw-product-specs-attribute .product-specs-value {
		font-size: 1.4rem;
		
	}
}
/* product specification */

/* options quantity */

.option-new-radio .out-of-stock {
  position: relative;
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s ease;
  text-align: center;
}

.option-new-radio li.out-of-stock {
  border-color: red;
  pointer-events: none;
}

.option-new-radio li.option-size.out-of-stock {
  opacity: 0.8;
}

.option-new-radio li.option-color.out-of-stock img {
  opacity: 0.8;
}
.option-new-radio li.out-of-stock::before,
.option-new-radio li.out-of-stock::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 1.5px;
  background: red;
  transform-origin: center;
  z-index: 10;
}

.option-new-radio li.out-of-stock::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.option-new-radio li.out-of-stock::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* options quantity */

/* header coupon timer  */
.header-coupon-timer {
    background: #000;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 2px;
	padding: 8px;
	margin-right: 7px;
}

.header-coupon-timer .label {
    font-weight: 400;
    opacity: 0.9;
}

.header-coupon-timer.hidden {
    display: none !important;
}

/* Optional: header positioning */
.header-middle .coupon-timer {
    margin-left: 15px;
}

/* header coupon timer  */


