@charset "utf-8";

.productImage {
	max-width: 100%;
}

.product-modal .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
}

.product-modal .swiper-container-horizontal>.swiper-pagination {
	bottom: -5px;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container>img {
	max-width: 100%;
	object-fit: contain;
}

.simpleCart_totals {
	font-size: 14px !important;
	text-align: right;
	margin: 20px 7px !important;
}

.simpleCart_totals hr {
	width: 50%;
	float: right;
}

.product-modal .bar button:first-child {
	position: absolute;
	top: 5px;
	left: 5px;
	bottom: 5px;
}

.button .badge.cartCount {
	position: absolute;
	font-size: 10px;
	top: 0px;
	right: -1px;
	width: 15px;
	height: 15px;
	padding: 0;
}

.headerRow {
	display: none;
}

.product-modal .padding.content.transparent {
	padding-bottom: 44px;
}

.Ecart .item-thumb {
	float: right;
	width: 80px;
	height: 80px;
	margin: 15px 15px 15px 25px;
}

.Ecart .item-thumb img {
	width: 80px;
	height: 80px;
	border-radius: 5px;
}

.Ecart .list .item.item-input input {
	padding-right: 16px;
}

.Ecart textarea,
.Ecart input[type="text"],
.Ecart input[type="password"],
.Ecart input[type="datetime"],
.Ecart input[type="datetime-local"],
.Ecart input[type="date"],
.Ecart input[type="month"],
.Ecart input[type="time"],
.Ecart input[type="week"],
.Ecart input[type="number"],
.Ecart input[type="email"],
.Ecart input[type="url"],
.Ecart input[type="search"],
.Ecart input[type="tel"],
.Ecart input[type="color"] {
	color: #222;
	background: rgba(235, 235, 235, .6);
}

.video--commerce textarea:focus,
.video--commerce input:focus {
	box-shadow: 0 1px 3px rgba(125, 125, 125, 0.4);
	background: rgba(235, 235, 235, .8) !important;
}

.Ecart .input-label {
	width: 100%;
	white-space: normal;
	max-width: 100%;
}

.Ecart .input-label.half {
	width: 30%;
}

.Ecart .item-checkbox {
	white-space: normal;
	padding-left: 10px;
}

.Ecart .item-input {
	padding: 5px;
}

.Ecart .uploadbtn {
	position: relative;
	width: 80px;
	height: 80px;
	text-align: center;
	border-style: dashed;
	border-width: 2px;
}

.Ecart .uploadbtn.fill {
	background-size: cover;
	border-style: solid;
}

.Ecart .uploadbtn.fill.button.icon:before {
	visibility: hidden;
}

.Ecart .uploadbtn.button.icon:before {
	margin-top: 18px;
	font-size: 35px;
}

.Ecart .item-input input[type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	width: 200px;
	-webkit-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 99999;
}

.Ecart .uploadbtn.audio {
	background-image: url('/widgets/forms/assets/img/audio.png') !important;
}

.Ecart .uploadbtn.video {
	background-image: url('/widgets/forms/assets/img/video.png') !important;
}

.Ecart .uploadbtn.pdf {
	background-image: url('/widgets/forms/assets/img/pdf.png') !important;
}

.Ecart .uploadbtn.other {
	background-image: url('/widgets/forms/assets/img/other.png') !important;
}

.Ecart input[type="text"].filename {
	background: transparent !important;
	border: none !important;
	padding: 0;
	flex: 0;
	width: 110px;
	color: #AAA !important;
	text-overflow: inherit;
}

.Ecart .loading.uploadbtn.button.icon:before {
	visibility: hidden;
}


.Ecart .grandTotal {
	position: absolute;
	left: 16px;
	top: 7px;
	width: 50%;
	text-align: left;
}

.Ecart .cart-has-header {
	padding-top: 44px;
}

.Ecart .itemRow {
	background-color: #fefefe;
	margin: 10px;
	box-shadow: 0px 0px 2px 3px rgba(201, 211, 220, 0.32);
}

.Ecart .item-remove {
	text-align: left;
	padding: 5px 31px;
}

.Ecart .item-remove a {
	text-decoration: none;
	color: red;
}

.Ecart .item-increment,
.Ecart .item-decrement {
	float: right;
	margin: 0 2px;
}

.Ecart span.button.button-small {
	background: #efefef;
	border: 1px solid #dadada;
	color: #555;
	border-radius: 10px;
}

.Ecart .item-quantity input[type="number"] {
	float: right;
	background-color: #fefefe !important;
	width: 40px;
	padding-bottom: 9px;
}

.Ecart .item-quantity:before {
	float: right;
	color: #333;
	margin: 2px 0 0 20px;
}

.Ecart .item-price,
.Ecart .item-total {
	clear: both;
	padding: 6px 20px;
	background-color: #f9f9f9;
	border-top: 1px solid #eaeaea;
	color: #333;
	text-align: left;
}

.Ecart .item-price:before,
.Ecart .item-total:before {
	float: right;
	width: 40%;
	text-align: right;
}

.Ecart .item-total {
	border-bottom: 1px solid #eaeaea;
	color: #67c380;
}

.Ecart .item-name {
	padding-top: 22px;
	padding-bottom: 8px;
	color: #333;
}

.Ecart-footer {
	background-color: #66bb66;
	color: #fefefe;
}

.Ecart .star {
	color: red;
}

.Ecart #alert {
	padding: 10px 20px;
	margin: 0 5px;
	border: 2px solid #ebccd1;
	border-radius: 10px;
	color: #a94442;
	background-color: #f2dede;
}

.Ecart input.alert,
.Ecart textarea.alert {
	background-color: rgba(255, 210, 210, 0.6) !important;
}

@media (min-width: 680px) {
	.active .modal-backdrop-bg {
		opacity: inherit;
		background: inherit;
	}
}

.productImageContiner {
	width: 100%;
	height: 100%;
	text-align: center;
	white-space: nowrap;
}

.productImageContiner img {
	max-width: 100%;
	vertical-align: middle;
}

.product-modal .padding {
	margin-top: 5px;
	padding: 25px 20px;
}

.product-modal .imageContiner .scroll {
	height: 360px;
	width: 100%;
}

.slider-pager {
	bottom: 10px;
}

.slider-pager i.icon {
	font-size: 9px;
}

.slider-pager .slider-pager-page {
	margin: 0px 2px;
	width: 9px;
}

.productImageContiner .scroll {
	width: 100%;
	height: 100%
}

.unFull {
	width: 30px;
	height: 30px;
	position: fixed;
	top: 5px;
	right: 5px;
	text-align: center;
	line-height: 37px;
	z-index: 9999;
}

/* ------no-image------*/
.videoCommerce .item.no-image {
	margin-top: 9px;
	width: 100%;
}

.videoCommerce .item.no-image h2 {
	width: 66%;
	font-size: 15px;
	padding-right: 8px;
}

.videoCommerce .item.no-image p {
	font-size: 14px;
}

/* ------End Of no-image------*/

/* ------Default------*/

.videoCommerce .item-thumbnail-right h2 {
	/* margin-top: 15px; */
	font-size: 14px;
}

.videoCommerce .item-thumbnail-right span {
	font-size: 13px;
	padding-top: 5px;
	text-align: left;
}

/* ------End of Default------*/

/* ------Grid-1------*/
.videoCommerce .item.grid-1 {
	float: right;
	width: 46%;
	margin: 2%;
	height: auto;
	padding: 0;
	padding-bottom: 8px;
	border-radius: 5px;
	border: none;
}

@media screen and (min-width: 760px) {
	.videoCommerce .item.grid-1 {
		width: 23%;
		margin: 1%;
	}
}

.videoCommerce .grid-1 img:first-child {
	width: 100%;
	height: auto;
	display: block;
}

.videoCommerce .grid-1 .title {
	white-space: normal;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	padding: 12px 6px 20px 6px;
}

.videoCommerce .item.grid-1 p {
	font-size: 13px;
}

/* ------End Of Grid-1------*/


/* ------Grid-2------*/
.videoCommerce .item.grid-2 {
	float: right;
	width: 46%;
	margin: 2%;
	height: auto;
	padding: 0;
	padding-bottom: 8px;
	border-radius: 5px;
	border: none;
}

.videoCommerce .grid-2 img:first-child {
	width: 100%;
	height: auto;
	display: block;
}

.videoCommerce .grid-2 .title {
	white-space: normal;
	text-align: center;
	height: 47px;
	overflow: hidden;
	font-size: 14px;
	padding: 14px 6px 0 6px;
}

.videoCommerce .grid-2 p {
	text-align: center;
	padding: 5px;
	font-size: 13px;
}

.videoCommerce .item.item0.grid-2 {
	width: 96%;
	margin: 2%;
}

@media screen and (min-width: 760px) {
	.videoCommerce .item.grid-2 {
		width: 23%;
	}

	.videoCommerce .item.item0.grid-2 {
		width: 23%;
	}
}

/* ------Grid-2------*/

/* ------row-1------*/
.videoCommerce .row-1 img:first-child {
	width: 100%;
	display: block;
}

.videoCommerce .item.row-1 {
	margin: 0 3% 5% 3%;
	padding: 0;
	padding-bottom: 8px;
	border-radius: 5px;
	border: none;
}

.videoCommerce .row-1 .title {
	white-space: normal;
	text-align: center;
	line-height: 25px;
	padding-top: 14px;
}

.videoCommerce .row-1 p {
	text-align: center;
	padding: 2px 10px;
	font-size: 15px;
}

/* ------End Of row-1------*/

/* ------row-2------*/
.videoCommerce .row-2.item-thumbnail-right {
	padding-top: 27px;
	border: none;
	box-shadow: 0px 0px 2px 3px rgba(201, 211, 220, 0.32);
}

.videoCommerce .row-2.item0 {
	padding: 0;
	margin: 0;
}

.videoCommerce .row-2.item0 .title {
	padding: 5px 7px 0 7px;
	height: 24px;
	overflow: hidden;
	text-align: center;
}

.videoCommerce .row-2 h2 {
	margin-top: 0 !important;
}

.videoCommerce .row-2.item0 p {
	text-align: center;
}

.videoCommerce .row-2.item0 img:first-child {
	position: initial;
	width: 100%;
	max-width: 100%;
	max-height: 63%;
}

.videoCommerce a.item.item0.row-2.item-thumbnail-right {
	padding: 0px;
}

@media screen and (min-width: 900px) {
	.videoCommerce .item.item0.row-2 {
		margin: 1%;
		float: right;
		height: 600px;
		width: 55%;
	}
}

/* ------End of row-2------*/
/*------row-3------*/
.videoCommerce .row-3.item-thumbnail-right {
	padding-top: 25px;
}

.videoCommerce .item.item0.row-3 {
	display: block;
	padding-top: 5px;
}

.videoCommerce .row-3.item0 h2 {
	font-size: 16px;
}

.videoCommerce .row-3 h2 {
	margin-top: 0 !important;
}

.videoCommerce ion-item.item.item0.row-3.item-thumbnail-right {
	padding-right: 25px;
	padding-bottom: 5px;
}

.videoCommerce .row-3.item0 p {
	padding: 0% 50% 0% 2%;
}

.videoCommerce .row-3.item0 .title {
	padding: 2% 47% 0% 0%;
	height: 66px;
	overflow: hidden;
}

.videoCommerce .row-3.item0 img:first-child {
	width: 42%;
	max-width: 300px;
	max-height: 86%;
	aspect-ratio: 1 !important;
	height: unset;
}

.videoCommerce a.item.item0.row-3.item-thumbnail-right {
	padding-right: 0px;
}

/* ------End Of row-3------*/

/* ------Grid-3------*/
.videoCommerce .item.item0.grid-3 {
	display: block;
	float: right;
	width: 62.5%;
	margin: 2%;
	height: 224px;
}

.videoCommerce .item.grid-3 {
	display: block;
	float: right;
	width: 29.3%;
	margin: 2%;
	height: 106px;
	border: none;
}

.videoCommerce .grid-3 p:first-child {
	display: none;
}

@media screen and (min-width: 900px) {
	.videoCommerce .item.grid-3 {
		display: block;
		float: right;
		width: 23%;
		margin: 1%;
		height: 330px;
	}

	.videoCommerce .grid-3 p:first-child {
		display: none;
	}

	.videoCommerce .item.item0.grid-3 {
		display: block;
		float: right;
		width: 48%;
		margin: 1%;
		height: 329px;
	}

	.videoCommerce .item.item7.grid-3 {
		width: 48% !important;
	}

	.videoCommerce .grid-3 .title {
		width: 80%;
		padding-right: 16%;
		margin-top: 284px;
		white-space: nowrap;
		font-size: 10px;
		z-index: 100000;
		position: absolute;
		color: white;
	}
}

.videoCommerce .grid-3 img:first-child {
	width: 100%;
	height: auto;
	min-height:100%;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
}

.videoCommerce .grid-3 .title {
	width: 80%;
	padding-right: 7%;
	bottom: 9px;
	white-space: nowrap;
	font-size: 10px;
	z-index: 100000;
	position: absolute;
	color: white;
}

.videoCommerce .grid-3.item0 .title {
	width: 80%;
	padding-right: 7%;
	margin-top: 216px !important;
	white-space: nowrap;
	font-size: 10px;
	z-index: 100000;
	position: absolute;
	color: white;
}

.videoCommerce .item.grid-3:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 1) 100%);
}

.videoCommerce a.item.item7.grid-3 {
	width: 64%;
}

.videoCommerce .item.grid-3 {
	padding: 0px;
	box-shadow: 0px 0px 3px 3px rgba(114, 114, 114, 0.32);
}

/* ------End Of Grid-3------*/
.displaynone {
	display: none;
}

.options-continer {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	z-index: 99;
}

.select-options {
	background-color: #fafafa;
	color: #3e3e3e;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 99;
	width: 100%;
}

.select-options .header {
	background-color: #ffffff;
	height: 100px;
	padding: 10px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 30px;
}

.select-options .header img {
	width: 80px;
	height: auto;
	float: right;
}

.select-options .header h5 {
	padding: 10px 20px;
	float: right;
	color: #3e3e3e;
	margin-bottom: 10px;
}

.select-options .button.button-full {
	margin-bottom: 0px;
	background: #33cd5f !important;
	border-color: #66bb66;
	color: #fafafa;
	font-family: IRANsans;
}

.select-options .priceTable {
	padding: 10px 25px;
	color: #66bb66;
	margin-top: 15px;
}

.select-options .price {
	float: left;
	width: 50%;
	text-align: left;
}

.select-options .select-label {
	font-size: 13px;
	padding: 5px 15px;
	color: #999;
	margin-top: 10px;
}

.select-options select {
	width: 100%;
	padding: 3px 15px;
	border: 1px solid #fafafa;
	border-bottom: 1px solid #949494;
	background-color: transparent;
	margin-bottom: 15px;
}

.options-continer .scroll,
.options-continer .scroll-view {
	height: 100%;
}

.label-continer {
	padding: 0 20px;
}

.product-modal.modal,
.Ecart.modal {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}


.popup-container .popup .popup-body p {
	color: black;
}

.item span.realprice {
	color: #e74c3c;
	text-decoration: line-through;
}

.item span.price {
	color: white;
	padding: 0 5px !important;
	background-color: #4ECE3D;
	border-radius: 3px;
	border: 1px solid #40b630;
}

.videoCommerce  .item span.price {
	top: 14px;
	right: -3px;
}

.item p.notavailable {
	color: #e74c3c;
}

.videoCommerce .item span {
	line-height: 1.5;
	font-size: 13px;
	padding: 0 10px;
	height: 17px;
}

.videoCommerce .categories {
	padding: 10px;
	padding-left: 0;
}

.videoCommerce .categories ion-scroll {
	white-space: nowrap;
}

.videoCommerce .categories .button {
	border: none;
	border-radius: 20px;
	padding: 6px 16px;
	margin-left: 10px;
	min-height: 30px;
	min-width: 30px;
	font-size: 14px;
	vertical-align: middle;
	line-height: inherit;
	box-shadow: 0px 1px 5px -1px #585858;
}

.video--commerce ion-slides {
	position: absolute;
	top: 0;
	left: 0;
}

.span-ion-slides {
	display: block;
	padding-top: 57%;
}

.videoCommerce .landing-slider a.box {
	display: block;
	padding-top: 57%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.videoCommerce .landing-slider {
	background-image: url('data:image/gif;base64,R0lGODlhKwALAPEAAP///wAAAIKCggAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAKwALAAACMoSOCMuW2diD88UKG95W88uF4DaGWFmhZid93pq+pwxnLUnXh8ou+sSz+T64oCAyTBUAACH5BAkKAAAALAAAAAArAAsAAAI9xI4IyyAPYWOxmoTHrHzzmGHe94xkmJifyqFKQ0pwLLgHa82xrekkDrIBZRQab1jyfY7KTtPimixiUsevAAAh+QQJCgAAACwAAAAAKwALAAACPYSOCMswD2FjqZpqW9xv4g8KE7d54XmMpNSgqLoOpgvC60xjNonnyc7p+VKamKw1zDCMR8rp8pksYlKorgAAIfkECQoAAAAsAAAAACsACwAAAkCEjgjLltnYmJS6Bxt+sfq5ZUyoNJ9HHlEqdCfFrqn7DrE2m7Wdj/2y45FkQ13t5itKdshFExC8YCLOEBX6AhQAADsAAAAAAAAAAAA=');
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.videoCommerce .swiper-pagination-bullet {
	background: #fff;
}

/* .videoCommerce .swiper-container-horizontal>.swiper-pagination {
	bottom: 0px;
} */
.videoCommerce .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
	margin: 0 3px;
}

.videoCommerce .category-block a {
	text-decoration: none;
}

.videoCommerce .item-complex .item-content {
	background: inherit;
	padding: 0 0 10px 0;
}

.videoCommerce .category-block ion-item.item.item-complex {
	width: 150px;
	height: 234px;
	display: inline-block;
	margin: 0 3px;
	border-radius: 10px;
	box-shadow: 0 0 7pxrgba(0,0,0,.14);
}

.videoCommerce .category-block ion-item img {
	width: 150px;
	height: 150px;
}

.videoCommerce .category-block ion-item .title {
	text-align: center;
	padding: 2px 7px;
	white-space: initial;
	height: 39px;
	margin-bottom: 14px;
	margin-top: -8px;
}
.videoCommerce .category-block ion-item .free-item {
	margin-top: 0;
	margin-bottom: 14px;
	display: inline-block;
	width: 50px;
	position: absolute;
	bottom: -4px;
	left: 4px;
}

.videoCommerce .category-block ion-item p {
	font-size: 11px;
	margin-left: 10px;
	height: 16px;
}

.videoCommerce .category-block ion-scroll {
	white-space: nowrap;
}

.videoCommerce .category-title {
	padding: 5px 10px;
	position: relative;
}

::-webkit-scrollbar,
*::-webkit-scrollbar {
	display: none;
}

.videoCommerce .categories .scroll-view,
.videoCommerce .categories div {
	direction: ltr !important;
}

.videoCommerce .categories div.rtl {
	direction: rtl !important;
	display: inline-block;
	height: 43px;
}

.videoCommerce .products-row .scroll-view,
.videoCommerce .products-row div {
	direction: ltr !important;
}

.videoCommerce .products-row div.rtl {
	direction: rtl !important;
	display: inline-block;
}

/*single page style*/
.has-footer.product-modal button.bar-footer,
.has-footer.product-modal .select-options {
	bottom: 44px;
}

.has-footer.product-modal ion-content {
	bottom: 88px;
}

.Ecart .item-radio {
	text-align: center;
	border-radius: 5px;
	margin-right: 4px;
}

.Ecart .item-radio img {
	width: 100%;
	height: auto;
	max-width: 150px;
}

.Ecart .item-radio .item-content {
	padding: 6px;
	font-size: 13px;
	white-space: normal;
}

.Ecart .item-radio .radio-icon {
	text-shadow: 0px 0px 1px #fff;
}

p.item.error-block {
	height: 38px;
	padding: 0px 15px;
	font-size: 12px;
	color: red;
	border: none;
}

.has-error input,
.has-error textarea {
	border: 1px solid red !important;
}

.Ecart .ng-invalid-required.ng-touched {
	border-color: red !important;
}

.product-modal .transparent {
	width: 96%;
	margin: 0 2%;
}

.tabs-continer .tabs {
	position: initial;
	margin: 0 2%;
	width: 96%;
	background-color: white !important;
	color: black;
}

.tabs-continer .tabs .tab-item {
	line-height: 50px;
	font-size: 12px;
}

.tabs-continer .ng-hide-remove {
	animation: 0.5s fadeIn ease;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0.5;
	}

	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0.5;
	}

	to {
		opacity: 1;
	}
}

.videoCommerce ion-scroll.overflow-scroll {
	position: relative;
}

i.icon.ion-chevron-left:before {
	font-size: 12px;
	margin-top: 1px;
	margin-right: 6px;
}

.button-cart:hover {
	color: #fff;
}

.item-radio-cart input:checked~.item-content {
	border-bottom: solid 3px #777;
	border-right: none;
}

.item-radio-cart input:checked~.ion-checkmark:before {
	display: none;
}

.icon-close:before {
	font-size: 17px !important;
}

.header-page-ec {
	text-align: center;
	margin-top: 20px !important;
}

.header-page {
	text-align: center;
	color: #fff;
}

.list-padding {
	padding: 0 10px;
}

.payment-box {
	margin-top: 55px;
	bottom: 44px;
	padding-bottom: 15px !important;
}

.Ecart form:last-child {
	margin-bottom: 45px;
}

.item-checkbox {
	white-space: normal;
	padding-left: 10px;
	height: auto;
}

.item-checkbox {
	padding-right: 60px;
}

.product-single-image {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.close-select-options {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.videoCommerce .item-description span {
	padding: 0;
	font-size: 12px;
}

.videoCommerce .item-description .v-duration {
	position: absolute;
}

.videoCommerce .item-description > span:first-child {
	right: 7px;
	bottom: -26px;
}

.videoCommerce .row-1 .item-description > span:first-child,
.videoCommerce .grid-2 .item-description > span:first-child,
.videoCommerce .grid-1 .item-description > span:first-child {
	right: 0;
}

.videoCommerce .item-thumbnail-right .item-description > span:first-child {
	right: 1px;
	bottom: 2px;
}

.videoCommerce .item-description > span:last-child {
	left: 6px;
}

.videoCommerce .grid-1 .item-description > span:last-child, .videoCommerce .grid-2 .item-description > span:last-child {
	left: 12px;
}

.videoCommerce .item-description {
	position: relative;
	height: 21px;
	margin-top: 3px;
	margin-left: -6px;
}

.videoCommerce .item-thumbnail-right .item-description {
	position: absolute;
	height: 21px;
	margin-top: 3px;
	margin-left: -6px;
	right: 35%;
	bottom: 63%;
}

.videoCommerce .item-complex .item-description {
	margin-left: 0;
	height: 13px;
}

.videoCommerce .row-1 .item-description,
.videoCommerce .grid-2 .item-description,
.videoCommerce .grid-1 .item-description {
	height: 20px;
	margin-top: 0;
	margin-right: 9px;
}

.videoCommerce .row-1 .item-description {
	margin-left: 0;
}

.videoCommerce .row-2 .item-description {
	margin-left: -14px;
}

.videoCommerce .grid-2 .item-description {
	height: 20px;
	margin-top: 0;
}

.videoCommerce .no-image .item-description {
	height: 25px;
	margin-top: 9px;
}

.videoCommerce .item.no-image .item-description {
	padding-right: 8px;
}

.video-commerce-list-veiw .item-thumbnail-right {
    padding: 0;
    min-height: 100px;
    box-shadow: 0px 0px;
    border-radius: 10px;
    margin: 4%;
}

.video-commerce-list-veiw .item-thumbnail-right .item-content {
    padding-right: 106px;
    padding-top: 25px;
}

.video-commerce-list-veiw .item-thumbnail-right .item-content img {
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 80px;
    max-height: 80px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.video-commerce-list-veiw {
    background-color: #f2f3f5;
}

.videoCommerce .row-2.item0 .item-description {
	margin-left: 1px;
}

.videoCommerce .row-2.item0 .item-description > span:first-child  {
	right: 0;
}

.videoCommerce .row-3.item0 .item-description > span:first-child {
	right: 50%;
}

.videoCommerce .row-3.item0 .item-description {
	margin-top: 46px;
	right: 49%;
	bottom: 49%;
}

.videoCommerce .grid-3 .item-description {
	display: none;
}

.product-description div {
	text-align: center;
}

.item-contact.lessons {
	box-shadow: none;
	border-radius: 10px;
	margin-bottom: 6px;
	padding-right: 70px;
	min-height: 55px;
	background-color: #f6f6f6;
	border: none;
}
.videoCommerce .season-box {
	padding: 6px 14px;
	margin-bottom: 10px;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	color: black;
}
.videoCommerce .season-box .season-title {
	margin: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.videoCommerce .imageContiner {
	position: relative;
	text-align: center;
}

.videoCommerce .header-product {
	margin-top: 4px !important;
}

.looping {
	-webkit-animation: spin 1s infinite linear;
	-moz-animation: spin 1s infinite linear;
	-o-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
}

.downloaded {
	color: #1ace1a;
}

@keyframes spin {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(359deg)
	}
}

.item .clickable-aria {
	margin-left: 60px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
}

.item.lessons.padding-right {
	padding-right: 70px;
}

.item.lessons .play-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	position: absolute;
	top: 15%;
	right: 11px;
	width: 28px;
	height: 47px;
	background-size: 25px;
	background-position: center;
	background-repeat: no-repeat;
}

.item.lessons .play-button.play-video {
	background-image: url('../img/play.png');
}

.item.lessons .play-button.lock {
	background-image: url('../img/lock.png');
}

.item.lessons h2.title {
	white-space: initial;
	font-size: 12px;
}

.item.lessons .item-note {
	float: left;
}

.item.lessons .downloaded.ion-ios-checkmark-outline:before{
	content: "\f3fe";
}

.item.lessons .downloaded:before {
	color: #1ace1a;
}

.item.lessons .disabled:before {
	color: #c9c9c9;
}

.videoCommerce .complete-item {
    border: none;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 5px;
    background-color: #2ecc71;
    color: white;
    margin-right: auto;
    display: flex;
	position: relative;
	z-index: 99999;
}

.videoCommerce .header-product span.download-progress,
.videoCommerce .item.lessons span.download-progress {
	position: absolute;
    left: 0px;
    top: 9px;
	font-size: 9px;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	color: #aaa;
	font-weight: 100;
}

.videoCommerce .music-player-container {
	position: relative;
	margin-top: -10px;
	text-align: center;
}

.videoCommerce .music-player-container .vertical-centering-container {
	position: relative;
	width: 100%;
	display: table;
	table-layout: fixed;
	margin-top: 10px;
}

.videoCommerce .music-player-container .vertical-centering-content {
	position: relative;
	vertical-align: middle;
	display: table-cell;
	width: 100%;
}

.videoCommerce .music-player-container .control-bar {
	position: relative;
	width: 100%;
}

.videoCommerce .music-player-container .control-box {
	position: relative;
	margin: auto;
	height: 40px;
	width: 180px;
}
.videoCommerce .music-player-container .range {
	direction: ltr;
	position: relative;
	padding-top: 15px;
}

.videoCommerce .music-player-container button.button.disable {
	opacity: 0.5;
}

.videoCommerce .music-player-container .range input {
	position: absolute;
	top: -17px;
	left: 0;
	right: 0;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	height: 35px;
	background-image: linear-gradient(to right, #FF5722 0%, #FF5722 100%);
}

.videoCommerce .music-player-container .range input[type=range]::-webkit-slider-thumb {
	width: 20px;
	height: 20px;
}

.music-player-container .range ion-audio-progress,
.music-player-container .range ion-audio-duration {
	position: absolute;
	top: 10px;
	left: 15px;
	color: #cccccc;
	font-size: 11px;
}
.music-player-container .range ion-audio-duration {
	right: 15px;
	left: auto;
}

.videoCommerce .music-player-container .play-back-speed {
    color: #FF5722;
    top: -5px;
}

.videoCommerce .music-player-container .forward,
.videoCommerce .music-player-container .backward {
	position: absolute;
	top: -9px;
	right: 0;
	color: #FF7043;
	font-size: 20px;
}
.videoCommerce .music-player-container .backward {
	left: 0;
	right: auto;
}

.videoCommerce .music-player-container .play {
	color: #FF5722;
	position: absolute;
	top: -10px;
	left: 74px;
	font-size: 25px;
}

.videoCommerce .music-player-container .player-loading {
	position: absolute;
	top: -12px;
	left: 64px;
	stroke: rgb(255, 72, 0);
}

.videoCommerce .music-player-container .player-loading.spinner svg {
	width: 48px;
	height: 48px
}

.videoCommerce .music-player-container .puase,
.videoCommerce .music-player-container .puase:before {
	font-size: 50px;
	color: #FF5722;
}
.videoCommerce .layout1.item {
	position: relative;
	overflow: visible;
	margin: 0 2% 16% 8%;
	height: 28vw;
	max-height: 150px;
	padding: 6% 42% 0 0;
	border-radius: 5px;
	width: 96%;
	border-radius: 10px;
}
.videoCommerce .layout1.item0 {
	margin-top: 8%;
}
.videoCommerce .layout1.item .videoCommerce-image {
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	width: 40%;
	right: 0;
	padding-top: 40%;
	border-radius: 20px;
	background-position: center;
	background-size: cover;
}
.videoCommerce .layout1.item .videoCommerce-description .price,
.videoCommerce .layout4.item .videoCommerce-description .price {
	position: absolute;
	top: 55%;
}
.videoCommerce .layout1.item .videoCommerce-description .price p,
.videoCommerce .layout4.item .videoCommerce-description .price p {
	line-height: 1.25;
}
.videoCommerce .layout1.item p,
.videoCommerce .layout2.item p,
.videoCommerce .layout3.item p,
.videoCommerce .layout4.item p {
	height: unset;
}
.videoCommerce .layout2.item,
.videoCommerce .layout3.item {
	position: relative;
	margin-bottom: 4%;
	max-height: 150px;
	width: 100%;
	border-radius: 10px;
	border-width: 0;
}
.videoCommerce .layout2.item {
	padding:60% 0 0 0;
}
.videoCommerce .layout3.item {
	padding-top: 35%;
	margin-right: 2%;
	width: unset;
	margin-left: 2%;
}
.videoCommerce .layout2.item .videoCommerce-image,
.videoCommerce .layout3.item .videoCommerce-image {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.videoCommerce .layout1.item p[ng-if="entry.realprice"],
.videoCommerce .layout3.item p[ng-if="entry.realprice"],
.videoCommerce .layout4.item p[ng-if="entry.realprice"] {
	text-decoration: line-through;
	color: #ff5050;
}
.videoCommerce .layout1.item p[ng-if="entry.price && entry.pricable"],
.videoCommerce .layout2.item p[ng-if="entry.price && entry.pricable"],
.videoCommerce .layout3.item p[ng-if="entry.price && entry.pricable"],
.videoCommerce .layout4.item p[ng-if="entry.price && entry.pricable"] {
	color: #52ff46;
}
.videoCommerce .layout2.item .videoCommerce-image {
	width: 100%;
}
.videoCommerce .layout3.item .videoCommerce-image {
	width: 35%;
	-webkit-filter: brightness(0.9);
	filter: brightness(0.9);
}
.videoCommerce .layout2.item .videoCommerce-title {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #00000052;
	padding: 6% 2%;
	overflow: hidden;
}
.videoCommerce .layout2.item .title {
	color: white;
	font-weight: bold;
	width: 75%;
	font-size: 12px;
	padding-right: 2%;
}
.videoCommerce .layout2.item .videoCommerce-description .price {
	position: absolute;
	bottom: 15%;
	font-size: 12px;
	padding-right: 6%;
	left: 2%;
	transform: translateY(+50%);
	font-weight: bold;
	white-space: normal;
}
.videoCommerce .layout3.item .videoCommerce-description {
	position: absolute;
	top: 50%;
	right: 40%;
	font-size: 12px;
	font-weight: bold;
	white-space: normal;
	width: 56%;
}
.videoCommerce .layout3.item .videoCommerce-title {
	position: absolute;
	top: 30%;
	height: 30%;
	right: 40%;
	font-weight: bold;
	overflow: hidden;
	padding-left: 1%;
}
.videoCommerce .layout3.item .videoCommerce-title .title {
	color: black;
	font-weight: bold;
	font-size: 12px;
	white-space: normal;
}
.videoCommerce .layout3.item .triangle {
	position: absolute;
	top: 50%;
	left: 67%;
	transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 20px solid rgb(255, 255, 255);
	border-bottom: 20px solid transparent;
}
.item.activated .triangle {
	border-left: 20px solid #d9d9d9 !important;
}
.videoCommerce .layout4.item {
	position: relative;
	overflow: visible;
	margin: 0 18% 4% 8%;
	height: 37vw;
	max-height: 150px;
	padding: 7% 20% 0 0;
	border-radius: 5px;
	width: 80%;
	border-radius: 10px;
}
.videoCommerce .layout4.item0 {
	margin-top: 8%;
}
.videoCommerce .layout4.item .videoCommerce-image {
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	width: 40%;
	right: -20%;
	height: 0;
	padding-top: 40%;
	border-radius: 20px;
	background-position: center;
	background-size: cover;
}
.videoCommerce .layout4.item .videoCommerce-title {
	padding: 4% 0 6%;
	font-weight: bold;
	font-size: 16px;
}
.videoCommerce .layout4 .videoCommerce-description span,
.videoCommerce .layout1 .videoCommerce-description span {
	line-height: 1.5;
	font-size: 13px;
	padding: 0px 0px 0 6px;
	position: absolute;
	height: 17px;
	left: 7px;
	bottom: 3%;
}
.videoCommerce .layout4 .videoCommerce-description span {
	left: 7px;
	bottom: 11%;
}
.videoCommerce .row-2.item-thumbnail-right.item0 {
	padding-top: 0 !important;
	padding-bottom: 49px;
}
.videoCommerce .row-2.item-thumbnail-right.item0 .item-description {
	right: 4%;
	bottom: 14%;
}
.videoCommerce .layout3 .videoCommerce-description span {
	right: 0%;
	top: 81%;
	position: absolute;
}
@media only screen and (min-width: 600px) {
	.videoCommerce .layout4.item {
		margin: 0px 6% 4% 0;
		padding: 5% 11% 0 0;
		width: 39%;
		display: inline-block;
	}
	.videoCommerce .layout4.item:nth-child(odd) {
		margin-left: 4%;
		margin-right: 10%;
	}
	.videoCommerce .layout4.item .videoCommerce-image {
		width: 45%;
		padding-top: 45%;
	}
	.videoCommerce .layout4.item0 {
		margin-top: 4%;
	}
	.videoCommerce .layout4.item .videoCommerce-description .price p {
		font-size: 12px;
	}
	.videoCommerce .layout4.item .videoCommerce-title  {
		font-size: 14px;
	}
	.videoCommerce .layout1.item:nth-child(odd){
		margin-left: 3%;
	}
	.videoCommerce .layout1.item {
		margin: 0 1% 5% 0;
		height: 14vw;
		display: inline-block;
		padding: 3% 22% 0 0;
		width: 47%;
	}
	.videoCommerce .layout1.item0{
		margin-top: 3%;
	}
	.videoCommerce .layout1.item1 {
		margin-top: 1%;
	}
	.videoCommerce .layout3.item .triangle {
		border-top: 45px solid transparent;
		border-left: 45px solid rgb(255, 255, 255);
		border-bottom: 45px solid transparent;
	}
	.item.activated .triangle {
		border-left: 45px solid #d9d9d9 !important;
	}
	.videoCommerce .layout2.item .title {
		font-size: 18px;
	}
	.videoCommerce .layout3.item .videoCommerce-title .title {
		font-size: 20px;
	}
	.videoCommerce .layout3.item .videoCommerce-description .price p,
	.videoCommerce .layout2.item .videoCommerce-description .price p  {
		font-size: 18px;
	}
}

.videoCommerce .category-block .show-all-products {
	position: absolute;
	left: 10px;
	top: 10px;
}

.ion-ios-cloud-download-outline.ion-ios-checkmark-outline:before {
	content: "\f3fe";
}

h4.header-product.title.item_name {
	position: relative;
}

.videoCommerce .header-product span.download-progress {
	left: 62px;
	top: 4px;
}

.iframe-continer {
	position: relative;
}

.iframe-continer .ratio {
	display: block;
	width: 100%;
	height: auto;
}

.iframe-continer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videoCommerce ion-item .other-actions {
	text-align: left;
	line-height: 0;
}
.videoCommerce ion-item.item-thumbnail-right .other-actions {
	position: absolute;
	top: 8px;
	left: 12px;
}
.videoCommerce ion-item .other-actions i {
	margin-right: 5px;
}
.videoCommerce ion-item.item0.row-2.item-thumbnail-right .other-actions {
	padding-left: 10px;
}
.videoCommerce ion-item .other-actions span {
	color: #cdcdcd;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	display: inline-block;
}
.videoCommerce ion-item.item-thumbnail-right .other-actions span {
	padding-left: 0;
	margin-right: 10px;
}
.isLiked {
	color: #fc6183 !important;
}
.videoCommerce ion-item .other-actions span {
	padding: 0 0px 0 7px;
}
.videoCommerce ion-item.layout1 .other-actions,
.videoCommerce ion-item.layout2 .other-actions,
.videoCommerce ion-item.layout3 .other-actions,
.videoCommerce ion-item.layout4 .other-actions {
	text-align: left;
	line-height: 0;
	position: absolute;
	bottom: 8%;
	left: 3%;
}
.videoCommerce ion-item.layout1 .other-actions {
	bottom: 5%;
	left: 1%;
}
.videoCommerce ion-item.layout3 .other-actions {
	bottom: 8%;
	left: 2%;
}
.videoCommerce ion-item.layout2 .other-actions {
	bottom: 34%;
	left: -1%;
}
.videoCommerce .single-video-details {
	display: flex;
	width: 100%;
	justify-content: space-around;
}
.videoCommerce .content .isliked i::before{
	color: #fc6183
}
.videoCommerce .single-video-comment a {
	text-decoration: none;
}
.videoCommerce .single-video-comment {
	padding: 0px 20px;
	background-color: #f6f6f6;
	display: flex;
	justify-content: space-between;
	direction: ltr;
	align-items: self-end;
	height: 43px;
	margin-bottom: 11px;
	margin-top: -13px;
}
.videoCommerce .single-video-comment i {
	margin-right: 1px;
	font-size: 19px;
	vertical-align: top;
}
.videoCommerce .single-video-comment .product-description {
	margin-right: 10px;
	font-size: 17px;
}
.videoCommerce .video-commerce-single-bookmark {
	float: left;
}
.videoCommerce .video-commerce-single-bookmark .bookmark {
	padding: 0;
	line-height: 0;
	fill: #adadad;
}
.videoCommerce .category-list .single-video-comment {
	display: none;
}

.popup-container .popup .popup-body p.video_copuon_message {
	color:rgb(255, 72, 0);
	text-align: center;
	padding: 10px;
	font-weight: bold;
}
.popup-container .popup .popup-body p.video_copuon_message.success_code {
	color: #4caf50;
}
.videoCommerce .item-thumbnail-right .item-description>span:last-child {
	left: unset;
	bottom: -39px;
	right: 6px;
	position: absolute;
}
.videoCommerce .item-complex .item-description .v-duration {
	right: 7px;
	left: unset;
	bottom: 2px;
}
.videoCommerce .item-complex .item-description .v-price {
	left: 6px;
	right: unset;
	bottom: -13px;
}
.videoCommerce .item-thumbnail-right .item-description .v-duration {
	position: absolute;
	left: 17px;
	bottom: -24px !important;
}
.videoCommerce .item-thumbnail-right .item-description .v-price {
	left: 6px;
	right: unset;
	bottom: -13px;
}
.videoCommerce .item-thumbnail-right .item-description {
	height: 0;
}

.videoCommerce .comment-author,
.videoCommerce .comment-box-header p {
	font-size: 11px;
	color: #989898;
}
.videoCommerce .comment-message {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	white-space: normal;
}
.videoCommerce .comment-message i {
	font-size: 22px;
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
	color: #a2a2a2;
	margin-right: 6px;
}
.videoCommerce .suggest-item.not-sure {
	color: #989898;
}
.videoCommerce .suggest-item.not-suggested {
	color: #e66454;
}
.videoCommerce .suggest-item.suggested {
	color: #2ecc71;
}
.videoCommerce .suggest-item {
	font-size: 11px;
	display: flex;
	align-items: center;
}
.videoCommerce .suggest-item i {
	line-height: 10px;
	font-size: 17px;
}
.videoCommerce .suggest-item span {
	margin-right: 5px;
}
.videoCommerce .comment-box-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.videoCommerce .comment-author,
.videoCommerce .comment-box-header p {
	font-size: 11px;
	color: #989898;
}
.videoCommerce .comment-box-title a {
	text-decoration: none;
	font-weight: normal;
	background-color: #f6f6f6;
	padding: 2px 10px;
	border-radius: 16px;
	font-size: 12px;
}
.videoCommerce .comment-box-title a i {
	margin-left: 3px;
}
.videoCommerce .comment-box-title {
	display: flex;
	justify-content: space-between;
	padding: 0 12px;
	font-weight: bold;
}
.videoCommerce .comment-box.item {
	width: 75%;
	margin: 8px;
	border-radius: 10px;
	border: none;
	padding: 8px 13px;
	background-color: #f7f6f6;
	margin-left: auto;
	display: inline-block;
	height: 160px;
}
.videoCommerce .show-all-comments {
	width: 42%;
	height: 160px;
	margin: 8px;
	border: none;
	padding-left: 12px;
	background-color: #f7f6f6;
	margin-left: auto;
	display: inline-block;
	text-align: center;
	border-radius: 10px;
}
.videoCommerce .special-offers .see-more {
	font-size: 12px;
	text-decoration: none;
}
.videoCommerce .show-all-comments {
	margin: unset;
	margin-right: 4px;
	border-radius: 19px;
	padding-right: 9px;
	background-color: #f7f6f6;
	width: 105px;
	padding-top: 17px;
}
.videoCommerce .show-all-comments i {
	display: inline-block;
	font-size: 38px;
	border: 1px solid #989898;
	width: 50px;
	height: 50px;
	line-height: 60px;
	border-radius: 50%;
	color: #989898;
	margin-bottom: 16px;
	margin-top: 23px;
}
.videoCommerce .show-all-comments span {
	display: block;
	color: #989898;
	font-size: 12px;
}
.videoCommerce .products-row div.rtl {
	direction: rtl !important;
	display: inline-block;
}
.videoCommerce .products-row div {
	direction: ltr !important;
	text-align: right;
}

.videoCommerce .products-row div.rtl {
	direction: rtl !important;
	display: inline-block;
}

.videoCommerce .flex-grow-1 {
	flex-grow: 1;
	width: 100%;
}
.videoCommerce .flex-list {
	white-space: nowrap;
	overflow-x: hidden;
	direction: rtl;
}
.videoCommerce .horizontal-comment-box {
	margin-top: 17px;
	background-color: #fbfbfb;
}
.videoCommerce .comment-box-title {
	display: flex;
	justify-content: space-between;
	padding: 0 12px;
	font-weight: bold;
}
.videoCommerce .comment-box.item {
	width: 208px;
	margin: 0 8px;
	border-radius: 10px;
	border: none;
	padding: 8px 13px;
	background-color: #f7f6f6;
	margin-left: auto;
	display: inline-block;
	height: 160px;
}
.videoCommerce .comment-box-title a {
	text-decoration: none;
	font-weight: normal;
	background-color: #f6f6f6;
	padding: 2px 10px;
	border-radius: 16px;
	font-size: 12px;
}
.videoCommerce .comment-box-title a i {
	margin-left: 3px;
}
.videoCommerce .comment-box-title {
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	margin-top: 8px;
	padding: 13px 13px 0;
}
.videoCommerce .comment-box-title {
	padding: 13px 13px 13px;
}
.videoCommerce .comment-box.item-complex .item-content {
	height: 100%;
}
.videoCommerce .video-list.default.item-thumbnail-right  {
	min-height: 70px;
	box-shadow: 0 0 0;
	border-radius: 8px;
	padding: 15px 14px 15px !important;
	margin: 10px;
	border: 0;
	background-color: #f6f6f6;
	position: relative;
	display: flex;
	justify-content: right;
	align-items: center;
	column-gap: 13px;
}
.videoCommerce .video-list.default.item-thumbnail-right h2  {
	font-weight: bold;
	font-size: 12px;
	margin-top: -25px;
}
.videoCommerce .video-list.default.item-thumbnail-right img  {
	position: static;
}
.videoCommerce .video-list.default.item-thumbnail-right .pointer {
	position: absolute;
	left: 14px;
	bottom: 1px;
	color: #e66454;
	font-size: 16px;
}
.videoCommerce .season-box pzz-lesson-list {
	transition: all .1s ease-out;
}
.videoCommerce .open.season-box pzz-lesson-list {
	height: 0;
	opacity: 0;
	display: block;
	visibility: hidden;
}
.videoCommerce .season-box .pointer {
	margin-top: -8px;
	transform: rotate(180deg);
	color: #bcbcbc;
	transition: all .3s ease-out;
}
.videoCommerce .open.season-box .pointer {
	transform: rotate(0deg);
	margin-top: 8px;
}

.videoCommerce .item-icon-left .icon.type-icon {
	right: 11px;
}

.popup-container.video-commerce-coupon-popup .popup-buttons button:first-child {
	position: absolute;
	top: 0;
	right: -10px;
}

.videoCommerce .grid-1 .title {
	height: 50px;
}

.videoCommerce .item span.price {
	top: 0px;
	right: 4px;
}

.videoCommerce .item-complex .item-description .v-duration {
	left: 15px;
	right: unset;
	bottom: 8px;
	opacity: 0.5;
}
.videoCommerce .video-list.column-4-layout {
	width: 23%;
	display: inline-block;
	margin: 0% 1% 0;
	border: none;
	box-shadow: 0 0 0;
	padding: 0 0 10px 0;
	background-color: transparent;
	position: relative;
}
.videoCommerce .video-list.column-4-layout.item0 {
	margin: 6% 1% 0;
}
.videoCommerce .video-list.column-4-layout img {
	width: 100%;
	aspect-ratio: 27/40;
	border-radius: 10px;
}
.videoCommerce .video-list.column-4-layout .item-description {
	display: none;
}
.videoCommerce .video-list.column-4-layout h2 {
	font-size: 11px;
	position: absolute;
	bottom: 0;
	text-align: center;
	white-space: normal;
	width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.videoCommerce .video-list .videoCommerce-description .price .price-with-discount {
	color: #2ecc71;
}
.videoCommerce .video-list .videoCommerce-description .price .realprice {
	color: #e74c3c;
}
.video-commerce-single-page .gateway-container {
    padding-bottom: 4px;
}
.video-commerce-single-page .gateways-box {
    align-items: center;
    padding: 4px 7px 6px;
    box-shadow: 0px 1px 2px 2px rgb(212 212 212 / 31%);
    border-radius: 5px;
    margin: 15px 0 7px 3px;
    display: inline-flex;
    position: relative;
    flex-grow: 1;
    width: 48%;
}
.video-commerce-single-page .gateways-box img {
    height: 44px;
}
.video-commerce-single-page .gateways-box p {
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 10px;
}
.video-commerce-single-page .gateways-box input {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
}
.video-commerce-single-page .gateways-box .gatewat-select-border {
    position: absolute;
}
.video-commerce-single-page .gateways-box input:checked ~ .gatewat-select-border {
    border: 2px solid #0fc452;
    right: -1px;
    top: -1px;
    bottom: -1px;
    left: -1px;
    border-radius: 8px;
}
.video-commerce-single-page .filter-input .check-discount-code {
	display: flex;
    align-items: center;
    gap: 6px;
}
.video-commerce-single-page .filter-input .check-discount-code input {
	width: 60%;
}
.video-commerce-single-page .filter-input .check-discount-code button {
    line-height: 2;
    border-radius: 6px;
	min-height: unset !important;
}
.tabs-bottom .videoCommerce,
.tabs-bottom .select-filter {
    bottom: 59px;
}
.video-player-box {
	position: relative;
}
.video-player-box #right-box,
.video-player-box #left-box {
	z-index: 1;
	height: calc(100% - 76px);
	position: absolute;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    gap: 5px;
    color: #ffffff;
	background-color: transparent;
}
.video-player-box #right-box {
	right: 0;
}
.video-player-box #left-box {
	left: 0;
}
.video-player-box #right-box div,
.video-player-box #left-box div {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 30%;
    background-color: #00000069;
    padding: 6px;
    border-radius: 10px;
	opacity: 0;
	transition: 0.5s all ease;
}
.video-player-box #right-box span,
.video-player-box #left-box span {
    line-height: 1;
}
#web-app-video {
	filter: brightness(1);
	aspect-ratio: 8 / 5;
	background-color: black;
}
.fullscreen-video.video-player-box #right-box,
.fullscreen-video.video-player-box #left-box {
	z-index: 6;
}
.fullscreen-video video {
	object-fit: contain;
	height: 100vh;
    background-color: black;
    z-index: 4;
}
#videoContainer.rotate {
	display: flex !important;
    justify-content: center;
    align-items: center;
}
.rotate .video-player-box {
	rotate: 90deg;
    height: 100vw;
    width: 100vh;
    position: fixed;
}
.rotate .video-player-box video {
	height: 100%;
}
.video-player-box input::-webkit-media-controls-fullscreen-button {
	display: none;
}

.fullscreen-video.video-player-box #right-box div,
.fullscreen-video.video-player-box #left-box div {
	margin-top: 38%;
}
.video-player-box video::-webkit-media-controls-fullscreen-button {
    display: none;
}

.video-player-box video::-moz-fullscreen-button {
    display: none;
}

.video-player-box video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

.video-player-box video::-webkit-media-controls-panel {
    width: calc(100% - 44px);
}
.video-player-box video::-webkit-media-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.video-player-box.fullscreen-video .exit-full-screen {
	position: fixed;
    top: 27px;
    right: 27px;
    color: #ffffff6e;
    font-size: 36px;
    z-index: 7;
    cursor: pointer;
}
.video-player-box .exit-full-screen {
	position: absolute;
    top: 12px;
    right: 16px;
    color: #ffffff6e;
    font-size: 21px;
    z-index: 7;
    cursor: pointer;
}
.video-player-box.fullscreen-video #vidPlaybackRate {
	position: fixed;
    top: 27px;
    color: #ffffff6e;
    z-index: 7;
    cursor: pointer;
	right: 84px;
	font-size: 23px;
}
.video-player-box #vidPlaybackRate {
	position: absolute;
	background: none;
	font-weight: bold;
    top: 12px;
    right: 50px;
    color: #ffffff6e;
    font-size: 14px;
    z-index: 7;
    cursor: pointer;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
}
.video-player-box #vidPlaybackRate option {
	color: black;
}
.video-player-box #vidPlaybackRate .custom-select-list {
	display: none;
	background-color: #00000069;
    border-radius: 7px;
    padding: 3px;
    font-size: 12px;
}
.video-player-box #vidPlaybackRate .custom-select-list.active {
	display: block;
}
.video-player-box #vidPlaybackRate .custom-select-list li {
	margin-bottom: 2px;
}

.videoCommerce .purchase-video-btn,
.videoCommerce .subscribe-btn {
	background-color: #4ECE3D;
	border-radius: 3px;
	border: 1px solid #40b630;
	color: #ffffff;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background-image: unset;
	color: white;
	font-family: inherit;
}
.videoCommerce .subscribe-btn {
	background-color: inherit;
	border-color: inherit
}

.videoCommerce .prerequisites-alert {
    background-color: #ffffff;
    margin: 6px;
    padding: 12px;
    border-radius: 6px;
    box-shadow: 0 1px 2px 1px #f0f0f0;
}
.videoCommerce .prerequisites-text,
.videoCommerce .prerequisites-info {
    font-size: 13px;
    color: #454545;
}
.videoCommerce .prerequisites-info {
    display: flex;
    align-items: center;
    gap: 6px;
}
.videoCommerce .prerequisites-info .info-icon {
    font-size: 17px;
    color: #9b9bff;
}
.videoCommerce .prerequisites-item {
    font-size: 13px;
    color: #454545;
    display: inline-flex
;
    align-items: center;
    gap: 5px;
    margin-right: 4px;
    text-decoration: none;
    border: 1px solid #ededed;
    border-radius: 6px;
    padding: 0 5px;
}
.videoCommerce .completed {
    color: #2ecc71;
}
.videoCommerce .not-completed {
    color: #ff3131;
}
.videoCommerce .episode-description {
	white-space:initial;
}

.floating-phone-number {
	position: absolute;
    font-size: 14px;
    font-weight: 600;
    color: rgb(131, 131, 131);
    pointer-events: none;
    z-index: 999;
    font-family: 'Courier New', monospace;
    letter-spacing: 1px;
    animation: bounceOpacity 2.5s ease-in-out infinite;
    background: rgb(0 0 0 / 10%);
    padding: 8px 12px;
    border-radius: 4px;
    backdrop-filter: blur(4px);
    user-select: none;
    white-space: nowrap;
}

@keyframes bounceOpacity {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.1;
    }
}

@media (max-width: 1024px) {
    .floating-phone-number {
        font-size: 11px;
        padding: 6px 10px;
    }
}


@media (max-width: 768px) {
    .floating-phone-number {
        font-size: 8px;
        padding: 4px 8px;
    }
}
