.single-header{
}
.single-header:before{
	/* content: url("../images/sp-mask-bg.gif"); */
}
/*********************************/
.content.single{}
.content.single > .container{
    width: 100% !important;
    max-width: unset !important;
}
.content.single > .container > .row{}

.content.single .add-to-cart-form{
    /* background: #fff; */
    color: #000 !important;
    position: relative;
    padding: 10px 0;
    width: max-content;
    margin-left: 7px;
}
.content.single .add-to-cart-form:before{
	content:"";
	width: calc(100% + 30px);
	height: calc(100% - 20px);
	/* background: #00000014; */
	position: absolute;
	left: -15px;
	top: 10px;
	border-radius: 30px;
}
/*********************************/
/*********************************/
#page.single-header {
	height: auto !important;
	overflow: visible;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
}
.single-header .colorlib-nav {
	position: relative;
	/* background: url(../images/cp-bg.jpg); */
	background-attachment: fixed;
	background-size: cover;
	/* border-bottom: 2px #de0303 solid; */
}
.sticky.fixed .colorlib-nav{
    height: 3px;
    overflow: hidden;
}
.single .zaptitle {
	font-size: 19px;
	/* font-family: Anton; */
	letter-spacing: 0px;
	margin-top: 20px;
	font-weight: bold;
	direction: inherit;
	text-align: initial;
}
.single .zaptitle span {
	color: #13a89e;
	font-size: 28px;
}
.product-single-data {
	display: flex;
	max-width: 1138px !important;
	padding-top: 20px;
}
.product-single-data .product-photos {
	width: 34%;
	/* overflow: hidden; */
	/* margin-left: 30px; */
}

.single .single-slider-area {
}
.single .overview {
	padding-bottom: 30px;
	padding-top: 10px;
	font-family: 'Tajawal', sans-serif;
	color: #000 !important;
}
.single .overview table {
	background: #fff;
}



.overview-container{
    /* border-right: 1px #000 solid; */
    /* margin: 30px; */
    flex-basis: 100%;
    margin-top: 10px;
}
.overview-container .tabs{padding: 0;border: none;background: transparent;direction: rtl;}
.overview-container .tabs > ul{background: #de0101;background: transparent;border-radius: 4px 4px 0 0;border-width: 0 0 1px 0;border-color: #13a89e;}
.overview-container .tabs > ul li{float: right;background: #fff;background: rgb(255,255,255);background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 61%, rgba(255,255,255,0.8743872549019608) 100%);background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 61%, rgba(255,255,255,0.8743872549019608) 100%);background: linear-gradient(0deg, rgba(255,255,255,0) 61%, rgba(255,255,255,0.8743872549019608) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);}
.overview-container .tabs > ul li.ui-state-default{
}
.overview-container .tabs > ul li.ui-state-default a {
    color: #00487a;
}
.overview-container .tabs > ul li.ui-tabs-active{
    border-color: #00487a;
    background: #00487a;
    /* background: rgb(255,255,255); */
    background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 61%, rgba(255,255,255,0.8743872549019608) 100%);
    /* background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 61%, rgba(255,255,255,0.8743872549019608) 100%); */
    /* background: linear-gradient(0deg, rgba(255,255,255,0) 61%, rgba(255,255,255,0.8743872549019608) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.overview-container .tabs > ul li.ui-tabs-active a{
    color: #fff;
}

.overview-container .tabs > ul li.ui-state-hover{
    border-color: #013f6a;
    background: #00487a;
}
.overview-container .tabs > ul li.ui-state-hover a{
    color: #ffffff;
}

.overview-container .tabs > ul li a{
    font-family: 'Tajawal';
    font-weight: bold;
}
.overview-container .tabs .tabpanel{
    padding: 1em 10px;
    /* background: #ffffff47; */
    /* box-shadow: 0px -1px 6px -1px #00000030 inset; */
}
.overview-container .tabs .tabpanel#features-tab{
    padding-bottom: 2px;
}
.product-feature{
    position: relative;
    display: flex;
    align-items: center;
    font-family: 'Tajawal';
    /* background: #f1f1f1; */
    flex-shrink: 1;
    flex-direction: row;
    margin-bottom: 14px;
    /* border-radius: 0 50px 50px 0; */
}
.product-feature + .product-feature{
    margin-top: 26px;
}
.product-feature + .product-feature:before{
	content:"";
	position: absolute;
	width: calc(100% + 20px);
	height: 1px;
	top: -13px;
	left: -10px;
	background: #00000017;
}

.product-feature .feature-icon{
    position: absolute;
    top: 50%;
    right: 0px;
    border-radius: 50%;
    background: #00487a;
    display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    transform: translateY(-50%);
    box-shadow: 0px 1px 6px -1px #00000021;
}
.product-feature .feature-icon:before{
    /* transform: rotate(-45deg); */
}

.product-feature label{background: #4c4c4c1c;color: #000;margin: 0;font-size: 16px;height: 100%;flex-shrink: 1;padding: 0;border-radius: 50px;box-shadow: 0px 1px 6px -1px #00000021 inset;}
.product-feature .feature-icon + label{
    padding-right: 36px;
    /* border-radius: 0 50px 50px 0; */
}
.product-feature label span{padding: 5px 12px;display: block;color: #444;}
.product-feature .feature-text{
    padding: 0px  10px;
    font-weight: 600;
    font-size: 16px;
}

.single .single-slider {
}
.single .single-slider-area {
	direction: ltr;
	background: #fff;
	position: relative;
	margin-bottom: 18px;
	border: 10px #fff solid;
	box-shadow: 0px 1px 1px 1px #0000003b;
	overflow: hidden;
}
.single .single-slider-area img {
	max-width: 100%;
	min-width: 100%;
}
.single .single-slider-area img:not(.zoomImg){
    /* opacity: .5; */
}
.single .single-slider-area img.zoomImg{
    /* z-index: +3; */
    position: relative;
}
.single .single-slider-area .sy-controls {
	display: inherit;
}
.single .single-slider-area .sy-controls li {top: 50%;/* background: #f00; */width: 45px;min-width: unset;height: 0px;}
.single .single-slider-area .sy-controls li a {
	text-indent: 9999px;
	display: block;/* overflow: hidden; */
}
.single .single-slider-area .news-pager {
	display: none !important;
	text-align: center;
	display: block;
	margin: 0.2em 0 0;
	padding: 0;
	list-style: none;
	position: relative;
	/* left: 30px; */
	margin-top: -20px;
	bottom: 0;
	z-index: +2;
}
.single .single-slider-area .news-pager li {
	display: inline-block;
	padding: 0;
	margin: 0 3px;
	background: #989898;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	overflow: hidden;
	text-indent: 50px;
}
.single .single-slider-area .news-pager li.sy-active a {
	color: #31ace2;
}
.single .single-slider-area .news-pager li a {
	font-weight: 500;
	text-decoration: none;
	display: block;
	color: #222;
}
/*******************************
** Single Header
*******************************/
.single-product{
    /* background-color: #000; */
}
.single-product .breadcrumb-bar{
    background: #ffffff00;
}
.single-product .breadcrumb-bar .container{
    /* max-width: unset; */
    width: unset;
}
.single-product .breadcrumb-bar .row {}
.single-product .breadcrumb-bar .breadcrumb-content{
    /* background: #ffffff85; */
}
.single-product .breadcrumb-bar nav{}
.single-product .breadcrumb-bar nav .breadcrumb{
    /* background: #1e1e1e30; */
    /* border-radius: 30px; */
    /* color: #fff !important; */
    /* font-family: 'Tajawal'; */
    /* font-weight: bold; */
    /* font-size: 14px; */
}
.single-product .breadcrumb-bar nav .breadcrumb-item{
    color: #040404 !important;
}
.single-product .breadcrumb-bar nav .breadcrumb-item.active{}
.single-product .breadcrumb-bar nav .breadcrumb-item + .breadcrumb-item:before{
    color: #24242459;
}
.single-product .breadcrumb-bar nav .breadcrumb-item  a{
    color: #000;
}
.single-product .breadcrumb-bar nav .breadcrumb-item  a:hover{}
/*------------------------------
product-single-data
------------------------------*/
.product-single-data .product-data {
	position: relative;
	padding: 5px 30px;
	width: 50%;
	height: fit-content;
	color: #000;
	transition: all ease-in-out 0.2s;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	/* direction: rtl; */
	/* text-align: right; */
}
.product-single-data .product-data .product-title {
	font-size: 14px;
	color: #a41d1d;
	margin: 0;
	display: block;
	font-weight: 700;
	letter-spacing: 0;
	padding: 5px 0;
	line-height: 19px;
}
.product-single-data .product-data .product-title a {
	display: block;
}
.product-single-data .product-data .product-title a:hover {
	display: block;
}
.product-single-data .product-data .price-and-share-row{
    flex-basis: 100%;
    display: flex;
    flex-direction: row;
    background: #ffffffcf;
    /* border-radius: 50px; */
    padding: 0 7px;
    /* margin-top: 5px; */
    box-shadow: 0px 1px 6px -1px #0000001a;
max-width: 100% !important;}
.product-single-data .product-data .price-and-share-row .fix-empty-area{ flex-grow:1}

.affiliate-url-col{
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0px 1px 6px -1px #0000001a;
	max-width: 100% !important;
	background: #ffffffcf;
	padding: 7px 7px;
flex-basis: 100%;margin: 15px 0;}
.affiliate-url-col .affiliate-url-title{font-family: 'Tajawal';font-weight: 600;margin-bottom: 5px;color: #00487a;}
.affiliate-url-col .affiliate-url{display: flex;gap: 5px;width: 100%;/* align-items: center; */}
.affiliate-url-col .affiliate-url span{font-size: 11px;text-align: left;direction: ltr;background: #e8eaec;padding: 4px 8px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;flex-grow: 1;}
.affiliate-url-col .affiliate-url i{background: #13a89e;padding: 5px;color: #fff;cursor: pointer;}
.product-single-data .product-data .product-tax {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	/* border-bottom: 1px #dcdcdc solid; */
	padding-bottom: 3px;
	display: inline-flex;
	margin-left: 20px;
	flex-grow: 1;
	align-items: center;
	font-family: 'Tajawal';
}
.product-single-data .product-data .product-tax + .product-tax{}
.product-single-data .product-data .product-tax span {font-family: 'Tajawal';background: #e8eaec00;margin-left: 10px;/* padding: 5px 10px; */border-radius: 5px;color: #626262;/* box-shadow: 0px 1px 6px -1px #00000021 inset; */}
.product-single-data .product-data .product-tax .item-color{
    color: #161616;
    position: relative;
    font-size: 15px;
}
.product-data .product-tax .item-color.OutOfStock{
    /* color: #e80101; */
    position: relative;
}
.product-data .product-tax .item-color.OutOfStock:after{
	content:"";
	background: #e80101;
	position: absolute;
	width: 1px;
	height: 84%;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
.product-single-data .product-data .product-tax .allowed-product-color{
    font-family: 'Tajawal';
    /* border: 1px #b7b7b7 solid; */
    /* background: #fff; */
    /* padding: 3px 5px; */
    display: flex;
}
.product-single-data .product-data .product-tax .item-color + .item-color{margin-right: 15px;}
.product-single-data .product-data .product-tax .item-color + .item-color:before{
	content: "";
	background: #00000059;
	margin-left: 3px;
	position: absolute;
	right: -8px;
	width: 1px;
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.product-single-data .product-data .product-tax .out-of-stock{
    font-size: 12px;
    color: #595959;
}

.product-single-data .product-data .product-tax .out-of-stock{
    font-size: 13px;
    color: #de0101;
}
.product-single-data .product-data .product-tax a {
	display: inline-block;
	color: #000000;
	font-family: 'Tajawal';
	position: relative;
}
.product-single-data .product-data .product-tax a:hover {color: #e80101;text-decoration: none;}
.product-single-data .product-data .product-tax a + a {margin-right: 15px;}
.product-single-data .product-data .product-tax a + a:before{
	content: "";
	background: #00000059;
	margin-left: 3px;
	position: absolute;
	right: -8px;
	width: 1px;
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.product-single-data .product-data .price {
	position: relative;
	margin: 10px 0;
	/* margin-top: 9px; */
	z-index: +8;
	/* margin-bottom: 0px; */
	display: flex;
	align-items: end;
	color: #fff !important;
	padding: 0;
	height: max-content;
}
.product-single-data .product-data .price i {
	font-size: 15px;
	font-family: tahoma;
	font-weight: bold;
	letter-spacing: 0;
	color: #000000;
	position: relative;
	padding: 0 9px;
	text-align: center;
	text-decoration: line-through;
}
.product-single-data .product-data .price i:before, .product-single-data .product-data .price i:after {
	content: "";
	background: #af0202;
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(26deg);
	display: none;
}
.product-single-data .product-data .price i:before {
	transform: translate(-50%, -50%) rotate(-26deg);
}
.product-single-data .product-data .price i:after {
}
.product-single-data .product-data .price span:not(.currency) {
	font-weight: bold;
	font-family: 'Oswald';
	color: #de0101;
	font-size: 22px;
}
.product-single-data .product-data .price span.title {
	color: #595959;
}
.product-single-data .product-data .price span.currency{
	margin: 0 0px;
	margin-right: 5px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0;
	font-family: 'Tajawal';
	color: #580202;
}
.product-single-data .product-data .price span.saving {
	color: #444444;
	/* font-weight: normal; */
	font-size: 17px !important;
	font-family: 'Tajawal';
	margin-right: 8px;
}
.product-single-data .product-data .price span.saving .currency{
    font-size: 15px;
    color: #2e2e2e;
    margin-left: 0;
}
.product-single-data .product-data .product-data-actions {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: +11;
	display: flex;
	flex-direction: row-reverse;
	width: calc(100% - 3px);
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.product-single-data .product-data .product-data-actions .action-btn {
	flex-grow: 0;/* display: inline-flex; *//* width: max-content; *//* background: #ffffff7d; */
	padding: 2px 2px;
	color: #616161;
	font-size: 22px;
	line-height: 20px;
	margin: 3px;
	cursor: pointer;
	position: relative;
}
.product-single-data .product-data .product-data-actions .action-btn i {
}
.product-single-data .product-data .product-data-actions .action-btn:hover {
	color: #d00000;
}
.product-single-data .product-data .product-data-actions .action-btn:hover i {
}
.product-data .share-buttons-div{
    padding-top: 9px;
    flex-grow: 0;
    direction: inherit;
    width: fit-content;
min-width: max-content;}
.single .sidebar .info {
	display: table;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #000;
	font-family: tahoma;
}
.single .sidebar h2.sectitle {
	color: #de0101;
	margin-bottom: 5px;
	border-bottom: 1px #0003 solid;
	padding-bottom: 9px;
	display: block;
	clear: both;
	width: 100%;
	font-size: 21px;
	direction: inherit;
	text-align: initial;
}
.single .sidebar .info .info-row {
	display: table-row;
	border-bottom: 1px #000 solid;
}
.single .sidebar .info p {
	display: table-cell;
	color: #676767;
}
.single .sidebar .info span {
	display: table-cell;
	width: 54%;
	padding-bottom: 2px;
	font-family: "Courgette", "Quicksand", Arial, sans-serif;
	color: #000;
}
.single .sidebar .info li {
	margin-left: 0;
	padding-left: 0;
}
.single .sidebar .info li a {
	font-family: "Courgette", "Quicksand", Arial, sans-serif;
	letter-spacing: 1px;
	color: #000;
	margin-left: 0;
	padding-right: 0;
}
.single .sidebar .info li:hover {
}
.single .sidebar .info li:hover a {
}
.single .tour-overview {
	margin-bottom: 30px;
}
.realated-posts {padding: 20px 30px;}
.realated-posts .row {
    flex-basis: 100%;
    width: 100%;
    position: relative;
    /* left: -15px; */
    margin: 0;
}
.realated-posts .row-title {
	/* border-bottom: 1px #cac7c7 solid; */
	padding: 5px;
	/* padding-bottom: 4px; */
	margin: auto;
	margin-bottom: 10px;
	direction: inherit;
	text-align: initial;
	font-family: 'Tajawal';
	font-size: 20px;
	display: flex;
	align-items: center;
	color: #000000;
	/* background: #00487a; */
	justify-self: center;
	width: fit-content;
	/* border-radius: 50px; */
}
.realated-posts .row-title:before {
	content:"";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #00000026;
	left: 50%;
	transform: translate(-50%, 41px);
}
.realated-posts .row-title i {font-size: 26px;color: #787878;position: relative;width: 43px;height: 43px;display: none;}
.realated-posts .row-title i:before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.realated-posts .row-title i:after{
	content:
	"";
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #e3e3e3;
	position: absolute;
	border-radius: 6px;
	z-index: 0;
}
.realated-posts .row-title span {font-weight: bold;font-size: 22px;/* text-shadow: 1px 1px 3px #000; */}
.realated-posts .row-title i + span {/* margin-right: 15px; */padding: 0 15px;}
/*********************************
offers
*********************************/
.single-wide-col{
    padding: 0;
}
.single-wide-col .data-col{
    padding-right: 0;
    /* background: #000; */
    padding: 0 30px;
    display: flex;
    justify-content: center;
}
.product-single-data{
    /* flex-direction: column; */
}
.product-single-data .clr{
	flex-grow:1;
	flex-basis:100%
	
}
.offer-single-data .offer-photos{width: 50%;flex-grow: 0;display: block;}
.offer-single-data .product-data{}

.single .product-mob-title,
.product-single-data .product-data .product-title{
    font-family: 'Tajawal';
    font-size: 24px;
    position: relative;
    clear: both;
    margin: 0;
    padding-top: 0;
    margin-bottom: 7px;
    color: #13a89e;
    color: #000000;
    /* color: #f5842d; */
    line-height: unset;
    /* flex-grow: 1; */
    /* flex-basis: 100%; */
    margin: 0;
    padding: 2px 10px;
    border-radius: 2px;
    padding-bottom: 6px;
    /* border-bottom: 1px #dbdbdb solid; */
    border-color: #cbcbcb;
    border-style: solid;
    border-width: 0 0 1px 0 !important;
    /* background: #fff9; */
    /* box-shadow: 0px 1px 6px -1px #0000001a; */
}
.single .product-mob-title{
	display:none;
}
.product-single-data .offer-data-card{width: 100%;flex-grow: 0;}
.offer-data-card.product-data span.currency{
	margin: 0 0px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0;
	font-family: tahoma;
	color: #000;
	padding: 0 3px;
}

/*********************************
Payment popup 
*********************************/
.paynow-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: +100000000;
	background: #0000009e;
}
.paynow-popup .paynow-popup-container {
	position: absolute;
	max-width: 80%;
	max-height: 80%;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 10%;
	left: 10%;
	box-shadow: 0px 0px 6px 3px #00000059;
}
.paynow-popup .paynow-popup-close {
	position: absolute;
	right: 14px;
	top: 16px;
	cursor: pointer;
	font-size: 19px;
}
.paynow-popup .paynow-popup-close:hover {
	color: #bf0000;
}
.paynow-popup .paynow-popup-title {
	padding: 15px 15px;
	border-bottom: 1px #efefef solid;
	font-family: "Anton", "Courgette", "Quicksand", Arial, sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 400;
	color: #337ab7;
}
.paynow-popup .paynow-popup-content {
	max-width: max-content;
	margin: 50px auto;
	font-size: 22px;
}
.paynow-popup .loader {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loader.gif) center no-repeat #ffffff6e;
}
.paynow-popup .loader span {
	font-size: 18px;
	color: #de0202;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 50px);
	text-align: center;
}
.paynow-popup .loader span {
	font-size: 18px;
	color: #de0202;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 50px);
	text-align: center;
}
.product-side-pic{
    border-right: 1px #e4e4e4 solid;
}
/*****************************************************
single offers slider
******************************************************/
.offers-single-slider-box {
	direction: ltr;
	position: relative;
	padding: 0 36px;
	padding-bottom: 30px;
}
.offers-single-slider .owl-nav .owl-prev, .offers-single-slider .owl-nav .owl-next {
	background: #f5f5f5;
	box-shadow: -4px 1px 3px 0px #00000038;
	color: #949494;
	flex: none;
	-webkit-box-flex: unset;
	float: none;
	display: inline-block;
	margin: 0;
	padding: 0 14px;
	width: max-content;
	left: -35px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	font-size: 46px;
	line-height: 0;
	border-radius: 50% 5px 5px 50%;
}
.offers-single-slider .owl-nav .owl-next {
	left: unset;
	right: -35px;
	border-radius: 5px 50% 50% 5px;
	box-shadow: 4px 1px 3px 0px #00000038;
}
.offers-single-slider .owl-nav .owl-prev:hover, .offers-single-slider .owl-nav .owl-next:hover {
	background: #ffffffa8;
	color: #000;
	border-color: #000000f2;
}
.offers-single-slider .owl-nav .owl-prev:hover {
	box-shadow: 4px 1px 3px 0px #00000038 inset;
}
.offers-single-slider .owl-nav .owl-next:hover {
	box-shadow: -4px 1px 3px 0px #00000038 inset;
}
.offers-single-slider {
	position: relative;
}
.offers-single-slider .owl-controls {
	position: absolute;
	width: 100%;
	height: 100%;
	top: calc(50% - 10px );
	transform: translateY(-50%);
	z-index: -1;
}
.offers-single-slider .owl-controls .owl-nav {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: +100;
}
.colorlib-bg-dark .offer-slide-box .post-content {
}
.colorlib-bg-dark .offer-slide-box .post-content .headline h5 {
}
.colorlib-bg-dark .offer-slide-box .post-content p {
}
.colorlib-bg-dark .offer-slide-box .post-content .post-meta p {
}
.colorlib-bg-dark .offer-slide-box .post-content .post-meta p a {
}
.offers-single-slider .offer-slide-box {
	position: relative;
	border: 5px #ffffff solid;
	box-shadow: 0px 1px 3px 0px #00000038;
	margin: 5px;
}
.offers-single-slider .offer-slide-box .post-content {
	position: absolute;
	z-index: +1;
	bottom: 0;
	left: 0;
	background: #ffffffd1;
	padding: 2px 8px;
	color: #fff;
	font-size: 12px;
	width: 100%;
}
.offers-single-slider .offer-slide-box a {
	display: block;
}
.offers-single-slider .offer-slide-box .offer-price {
	position: absolute;
	top: 10px;
	background: #fff;
	padding: 5px 8px;
	transform: translate(-2px);
	z-index: +8;
}
.offers-single-slider .offer-slide-box .offer-price i {
	font-size: 13px;
	font-family: tahoma;
	font-weight: bold;
	letter-spacing: 0;
	color: #000;
	position: relative;
	padding: 5px;
	text-align: center;
}
.offers-single-slider .offer-slide-box .offer-price i:before, .offers-single-slider .offer-slide-box .offer-price i:after {
	content: "";
	background: #af0202;
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(26deg);
}
.offers-single-slider .offer-slide-box .offer-price i:before {
	transform: translate(-50%, -50%) rotate(-26deg);
}
.offers-single-slider .offer-slide-box .offer-price i:after {
}
.offers-single-slider .offer-slide-box .offer-price span:not(.currency) {
	font-weight: bold;
	font-family: tahoma;
}
.offers-single-slider .offer-slide-box .offer-price span.currency {
	margin: 0 5px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0;
	font-family: tahoma;
	color: #000;
}
.offers-single-slider .offer-slide-box .headline {
	font-size: 14px;
	text-align: center;
	color: #a41d1d;
	margin: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	font-weight: 700;
	letter-spacing: 0;
	padding: 5px 0;
}
.offers-single-slider .offer-slide-box .post-content p {
}
.offers-single-slider .offer-slide-box .post-content .post-meta p {
}
.offers-single-slider .offer-slide-box .post-content .post-meta p a {
}
.offers-single-slider .offer-slide-box, .offers-single-slider .offer-slide-box * {
	transition: all 0.2s;
}
.offers-single-slider .offer-slide-box:hover {
	border-color: #fff;
}
.offers-single-slider .offer-slide-box:hover .post-content {
	height: auto;
}
.offers-single-slider .offer-slide-box:hover .post-content .headline h5 {
	color: #000;
	transform: scale(1);
}
.offers-single-slider .offer-slide-box .product-box-actions {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: +11;
	display: flex;
	flex-direction: row-reverse;
	width: calc(100% - 3px);
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.offers-single-slider .offer-slide-box .product-box-actions .action-btn {
	flex-grow: 0;
	padding: 2px 2px;
	color: #616161;
	font-size: 22px;
	line-height: 20px;
	margin: 3px;
	cursor: pointer;
	position: relative;
}
.offers-single-slider .offer-slide-box .product-box-actions .action-btn i {
}
.offers-single-slider .offer-slide-box .product-box-actions .action-btn:hover {
	color: #d00000;
}
.offers-single-slider .offer-slide-box .product-box-actions .action-btn:hover i {
}
/*****************************************************
single related products
******************************************************/
.single-related-products-box {
	direction: ltr;
	position: relative;
	/* padding: 0 36px; */
	/* margin: 0 -15px !important; */
	padding-bottom: 30px;
	width: 100%;
}
.single-related-products .owl-nav .owl-prev, .single-related-products .owl-nav .owl-next {
	background: #f5f5f5;
	box-shadow: -4px 1px 3px 0px #00000038;
	color: #949494;
	flex: none;
	-webkit-box-flex: unset;
	float: none;
	display: inline-block;
	margin: 0;
	padding: 0 14px;
	width: max-content;
	left: -35px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	font-size: 46px;
	line-height: 0;
	border-radius: 50% 5px 5px 50%;
}
.single-related-products .owl-nav .owl-next {
	left: unset;
	right: -35px;
	border-radius: 5px 50% 50% 5px;
	box-shadow: 4px 1px 3px 0px #00000038;
}
.single-related-products .owl-nav .owl-prev:hover, .single-related-products .owl-nav .owl-next:hover {
	background: #ffffffa8;
	color: #000;
	border-color: #000000f2;
}
.single-related-products .owl-nav .owl-prev:hover {
	box-shadow: 4px 1px 3px 0px #00000038 inset;
}
.single-related-products .owl-nav .owl-next:hover {
	box-shadow: -4px 1px 3px 0px #00000038 inset;
}
.single-related-products {
	position: relative;
}
.single-related-products .owl-controls {
	position: absolute;
	width: 100%;
	height: 100%;
	top: calc(50% - 10px );
	transform: translateY(-50%);
	z-index: -1;
}
.single-related-products .owl-controls .owl-nav {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: +100;
}
.colorlib-bg-dark .product-slide-box .post-content {
}
.colorlib-bg-dark .product-slide-box .post-content .headline h5 {
}
.colorlib-bg-dark .product-slide-box .post-content p {
}
.colorlib-bg-dark .product-slide-box .post-content .post-meta p {
}
.colorlib-bg-dark .product-slide-box .post-content .post-meta p a {
}
.single-related-products .product-slide-box {
	position: relative;
	border: 5px #ffffff solid;
	box-shadow: 0px 1px 3px 0px #00000038;
	margin: 5px;
}
.single-related-products .product-slide-box .post-content {
	position: absolute;
	z-index: +1;
	bottom: 0;
	left: 0;
	background: #ffffffd1;
	padding: 2px 8px;
	color: #fff;
	font-size: 12px;
	width: 100%;
}
.single-related-products .product-slide-box a {
	display: block;
}
.single-related-products .product-slide-box .offer-price {
	position: absolute;
	top: 10px;
	background: #fff;
	padding: 5px 8px;
	transform: translate(-2px);
	z-index: +8;
}
.single-related-products .product-slide-box .offer-price i {
	font-size: 13px;
	font-family: tahoma;
	font-weight: bold;
	letter-spacing: 0;
	color: #000;
	position: relative;
	padding: 5px;
	text-align: center;
}
.single-related-products .product-slide-box .offer-price i:before, .single-related-products .product-slide-box .offer-price i:after {
	content: "";
	background: #af0202;
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(26deg);
}
.single-related-products .product-slide-box .offer-price i:before {
	transform: translate(-50%, -50%) rotate(-26deg);
}
.single-related-products .product-slide-box .offer-price i:after {
}
.single-related-products .product-slide-box .offer-price span:not(.currency) {
	font-weight: bold;
	font-family: tahoma;
}
.single-related-products .product-slide-box .offer-price span.currency {
	margin: 0 5px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0;
	font-family: tahoma;
	color: #000;
}
.single-related-products .product-slide-box .headline {
	font-size: 14px;
	text-align: center;
	color: #a41d1d;
	margin: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	font-weight: 700;
	letter-spacing: 0;
	padding: 5px 0;
}
.single-related-products .product-slide-box .post-content p {
}
.single-related-products .product-slide-box .post-content .post-meta p {
}
.single-related-products .product-slide-box .post-content .post-meta p a {
}
.single-related-products .product-slide-box, .single-related-products .product-slide-box * {
	transition: all 0.2s;
}
.single-related-products .product-slide-box:hover {
	border-color: #fff;
}
.single-related-products .product-slide-box:hover .post-content {
	height: auto;
}
.single-related-products .product-slide-box:hover .post-content .headline h5 {
	color: #000;
	transform: scale(1);
}
.single-related-products .product-slide-box .product-box-actions {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: +11;
	display: flex;
	flex-direction: row-reverse;
	width: calc(100% - 3px);
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.single-related-products .product-slide-box .product-box-actions .action-btn {
	flex-grow: 0;
	padding: 2px 2px;
	color: #616161;
	font-size: 22px;
	line-height: 20px;
	margin: 3px;
	cursor: pointer;
	position: relative;
}
.single-related-products .product-slide-box .product-box-actions .action-btn i {
}
.single-related-products .product-slide-box .product-box-actions .action-btn:hover {
	color: #d00000;
}
.single-related-products .product-slide-box .product-box-actions .action-btn:hover i {
}



