/**
 * @version     2.0.0
 * @package     sellacious
 *
 * @copyright   Copyright (C) 2012-2020 Bhartiy Web Technologies. All rights reserved.
 * @license     SPL Sellacious Private License; see http://www.sellacious.com/spl.html
 * @author      Saurabh Sabharwal <info@bhartiy.com> - http://www.bhartiy.com
 */

.ctech-wrapper .modal-quick-view .ctech-modal-content {
	border-radius: 0;
	border: 0;
}
@media (min-width: 992px) {
	.modal-quick-view .product-quick-view {
		display: flex;
	}
}

.modal-quick-view .product-quick-view .quick-image-container {
	flex: 1;
	flex-basis: 50%;
	overflow: hidden;
}

.modal-quick-view .product-quick-view .quick-info-container {
	flex: 1;
	flex-basis: 50%;
	overflow: hidden;
}

.modal-quick-view .product-quick-view .quick-info-container {
	padding: 16px;
	position: relative;
	padding-bottom: 60px;
}

.modal-quick-view .product-quick-view .quick-info-container .quick-product-title {
	font-size: 22px;
	color: #555;
	line-height: 1.3;
	margin: 0;
}

[dir=rtl] .quick-cart-container .quick-quantity-container label{
	display: inline-block;
}

[dir=rtl] .quick-other-info .quick-product-categories label{
	display: inline-block;
}

[dir=rtl] .ctech-modal-body .ctech-close{
	border: none;
	right: 2px;
	top: 2px;
}
.modal-quick-view .product-quick-view .quick-divider {
	height: 3px;
	display: block;
	background-color: rgba(0,0,0,0.1);
	margin: 1em 0 1em;
	width: 100%;
	max-width: 30px;
}

.modal-quick-view .product-quick-view .quick-price-container {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 12px;
}

.modal-quick-view .product-quick-view .quick-price-container .old-price {
	font-size: 80%;
}

.modal-quick-view .product-quick-view .quick-rating-container {
	margin-bottom: 8px;
}

.modal-quick-view .product-quick-view .quick-rating-container .fa {
	font-size: 18px;
}

.modal-quick-view .product-quick-view .quick-intro-container {
	margin-bottom: 12px;
}

.modal-quick-view .product-quick-view .quick-intro-container .quick-introtext {
	color: #777;
	line-height: 1.3;
	font-size: 15px;
	margin-bottom: 0;
}

.modal-quick-view .ctech-modal-body {
	padding: 0;
}

.modal-quick-view .quick-carousel {
	position: relative;
}

.modal-quick-view .quick-carousel .owl-dots {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 15px;
	text-align: center;
}

.modal-quick-view .owl-dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	border: 3px solid #111;
	border-radius: 50%;
	opacity: 0.4;
	cursor: pointer;
	transition: opacity .3s;
}

.modal-quick-view .owl-dot.active {
	background-color: #111;
	opacity: 1;
}

.modal-quick-view .owl-nav {
	margin: 0;
}

.modal-quick-view .owl-prev,
.modal-quick-view .owl-next {
	position: absolute;
	top: calc(48% - 20px);
	height: 40px;
	width: 40px;
	color: #fff;
	font-size: 28px;
	line-height: 38px;
}

[dir] .modal-quick-view .owl-prev,
[dir] .modal-quick-view .owl-next {
	background: transparent;
	text-align: center;
	cursor: pointer;
	color: #111;
}

[dir] .modal-quick-view .owl-carousel.quick-carousel:hover .owl-prev,
[dir] .modal-quick-view .owl-carousel.quick-carousel:hover .owl-next {
	background: transparent;
}

[dir] .quick-carousel:hover .owl-prev,
[dir] .quick-carousel:hover .owl-next {
	background: #222;
}
[dir=ltr] .modal-quick-view .owl-prev {
	left: -5px;
}
[dir=rtl] .modal-quick-view .owl-prev {
	right: -5px;
}
[dir=ltr] .modal-quick-view .owl-next{
	right: -5px;
}
[dir=rtl] .modal-quick-view .owl-next{
	left: -1px;
}

.modal-quick-view .product-quick-view .quick-image-container .quick-carousel img {
	max-height: 500px;
}

.modal-quick-view .quick-cart-container #product-quantity {
	width: 50px;
	padding: 5.5px 10px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.modal-quick-view .quick-other-info {
	padding: 10px 0 0;
	border-top: 1px dotted #ddd;
	position: absolute;
	width: calc(100% - 32px);
	bottom: 10px;
}

.modal-quick-view .quick-other-info .quick-product-categories {
	font-size: 12px;
	line-height: 28px;
	max-width: calc(100% - 75px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.modal-quick-view .quick-other-info .quick-product-categories label {
	color: #777;
}

.modal-quick-view .quick-other-info .quick-product-categories span {
	color: #334862;
}

.modal-quick-view .quick-other-info .quick-product-categories span:after {
	content: ' | ';
}

.modal-quick-view .quick-other-info .quick-product-categories span:last-child:after {
	content: '';
}

@media (max-width: 992px) {
	.modal-quick-view .product-quick-view {
		max-height: 500px;
		overflow: hidden;
		overflow-y: auto;
	}
	[dir] .modal-quick-view .product-quick-view .quick-image-container,
	[dir] .modal-quick-view .product-quick-view .quick-info-container {
		width: 100%;
		float: unset;
	}
}

[dir] .modal-quick-view .product-quick-view .quick-info-container .ctech-close {
	position: absolute;
	top: 10px;
	right: 19px;
	z-index: 10;
}

[dir] .modal-quick-view .product-quick-view .quick-cart-container .ctech-btn {
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	padding: 5px 15px;
	font-size: 15px;
	cursor: pointer;
	border: 1px solid #ddd;
}

[dir] .modal-quick-view .product-quick-view .quick-other-info .ctech-btn {
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	padding: 5px 15px;
	font-size: 15px;
	cursor: pointer;
}

[dir] .modal-quick-view .product-quick-view .quick-other-info .product-details-link {
	font-size: 14px;
	color: #777;
	display: inline-block;
	/*border-bottom: 2px solid #777;*/
	position: relative;
	padding-right: 16px;
	padding-bottom: 1px;
	line-height: 1.2;
	margin-top: 4px;
}


[dir=ltr] .modal-quick-view .product-quick-view .quick-other-info .product-details-link:after {
	content: '\f061';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	bottom: -1.5px;
	right: -3px;
}

[dir=rtl] .modal-quick-view .product-quick-view .quick-other-info .product-details-link:after {
	content: '\f060';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	bottom: 1.5px;
	right: 50px;
}


[dir=ltr] .modal-quick-view .product-quick-view .quick-other-info .product-details-link:before {
	position: absolute;
	width: 34px;
	height: 2px;
	bottom: -2px;
	right: 0;
	background: #777;
}

[dir=rtl] .modal-quick-view .product-quick-view .quick-other-info .product-details-link:before {
	position: absolute;
	width: 34px;
	height: 2px;
	bottom: -2px;
	right: 21px;
	background: #777;
}

.modal-quick-view .ctech-close {
	position: absolute;
	right: 10px;
	top: 3px;
	z-index: 100;
}

[dir] .modal-quick-view .product-features {
	margin: 5px 0;
	padding: 0;
}

[dir=ltr] .modal-quick-view .product-features {
	text-align: left;
}

[dir=rtl] .modal-quick-view .product-features {
	text-align: right;
}

.modal-quick-view .product-features li {
	font-size: 13px;
	line-height: 1.5;
	white-space: nowrap;
	list-style-type: none;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #5b5a5a;
	font-weight: 400;
	letter-spacing: 0.4px;
}
