/**
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License version 3.0
* that is bundled with this package in the file LICENSE.md
* It is also available through the world-wide-web at this URL:
* https://opensource.org/license/osl-3-0-php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to support@qloapps.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to https://store.webkul.com/customisation-guidelines for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/license/osl-3-0-php Open Software License version 3.0
*/

.htlInterior-owlCarousel .owl-stage-outer {
    border: 1px solid #ccc;
}
.interiorImgWrapper {
    width: 100%;
    height: 100%;
}
.interiorbox {
   position: relative;
   width: 100%;
   padding-bottom: 50%;
}
.interiorboxInner {
   position: absolute;
   left: 0px;
   right: 0px;
   top: 0px;
   bottom: 0px;
   overflow: hidden;
   border: 1px solid #ccc;
}
.interiorboxInner img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.htlInterior-owlCarousel .owl-prev, .htlInterior-owlCarousel .owl-next{
    font-size: 40px;
    font-weight: 200;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
}
.htlInterior-owlCarousel .owl-prev {
    left: 0;
}
.htlInterior-owlCarousel .owl-next {
    right: 0;
}
.nav-direction-wrapper{
	display: table;
    height: 100%;
}
.nav-direction-primary {
	display: table-cell;
    vertical-align: middle;
}
.nav-direction-secondary {
	padding: 40px 18px;
	opacity: 0.85;
	background-color: #ffffff;
}
.interiorHoverBlockWrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url("../img/black-opacity-5.png");
	cursor: pointer;
	display: none;
}
.interiorHoverPrimaryBlock {
	display: table;
    height: 100%;
    width: 100%;
}
.interiorHoverSecondaryBlock {
	color: #fff;
    display: table-cell;
    font-size: 50px;
    text-align: center;
    vertical-align: middle;
}