/**
 * 2021-2022
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * It is available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-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 license@prestashop.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 newer
 * versions in the future. If you wish to customize the module for your
 * needs please refer to
 * http://doc.prestashop.com/display/PS15/Overriding+default+behaviors
 * for more information.
 *
 * @author    Digincube <digincubeagency@gmail.com>
 * @copyright 2021-2022 Digincube.com
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}
.thumbnails-list-items ul{
    margin-bottom: 0px;
}
.thumbnails-list-items .item {
    overflow: hidden;
}
.thumbnails-list-items .item img {
    width: 100%;
    height: auto;
    margin: 0;
}
.thumbnails-list-items .item .thumb-item {
    margin-left: 2px;
    margin-right: 2px;
}

.thumbnails-list-items .item:first-child .thumb-item {
    margin-left: 0px;
}
.thumbnails-list-items .item:last-child .thumb-item {
    margin-right: 0px;
}

.thumbnails-list-items .tns-outer {
    padding: 0 !important;
    position: relative;
}
.thumbnails-list-items .tns-outer [data-controls]{
	border: 0px;
    width: 13px;
    height: 13px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 99;
    top: 37%;
}
.thumbnails-list-items .tns-outer [data-controls="next"]{
    background-image: url(../img/right-arrow.svg);
    right: 0px;
    transform: none !important;
}
.thumbnails-list-items .tns-outer [data-controls="prev"]{
    background-image: url(../img/left-arrow.svg);
    left: 0px;
    transform: none;
}
.thumbnails-list-items .item .thumb-item {
   overflow:hidden;
}
.thumbnails-list-items .item.selected .thumb-item {
    border: 1px solid #0099cb;
}
.thumbnails-list-items .bx-wrapper .bx-controls-direction a.bx-prev{
    background: url('../img/left-arrow.svg');
    left: 0px;
    width: 15px;
    background-position: center;
    background-repeat: no-repeat;
}
.thumbnails-list-items.vertical{
	width:75px;
}
.thumbnails-list-items.horizontal{
  width: 100%;
	background: #fff;
	padding: 4px;
	position: relative;
	z-index: 999;
}
.thumbnails-list-items.appear-mouseenter.horizontal {
    z-index: 1;
    text-align: center;
    transform-origin: top;
    transition: opacity 0.5s;
    opacity: 0;
    height: 0px;
}
.product-miniature .lSAction > a {
    background-color: var(--arrowColor);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    opacity: 0.7;
}
.mdSwiperRendred .thumbnail-top img {
    opacity: 0 !important;
}

.mdSwiperRendred .thumbnail-top .md-rendred img {
    opacity: 1 !important;
}
.product-miniature .lSAction > a:hover {
    opacity: 1;
}

.tns-outer .tns-inner .tns-controls {
    display: block !important;
}
.thumbnails-list-items.appear-mouseenter.horizontal{
    left: -99999999px;
    position: absolute;
    background: #fff;
	top:0px;
}

.thumbnails-container:not(.thumbs-slider){
	display:flex;
}
.thumbnails-list-items .thumbnails-container:not(.thumbs-slider) .item{
	/*overflow: hidden;*/
    /*flex: 0 0 25%;*/
}
.product-miniature:hover .thumbnails-list-items.horizontal{
	left:0;
}


.thumbnails-list-items ul li:hover {
    border-color: #2fb5d2;
}
.thumbnails-list-items li img {
    margin-left: 0px !important;
    width: 100%;
    height: auto;
}
.thumbnails-list-items .more-thumb{
    height: 48px;
    line-height: 48px;
    font-size: 22px;
}
.thumbnails-list-items .more-thumb a{
    width: 100%;
    display: inline-block;
}
.thumbnails-list-items .more-thumb a:focus{
    text-decoration:none;
}
.product-miniature  .product-thumbnail:hover{
    border-color:#2fb5d2;
}
.list-colors{
    display:none;
}
#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description{
    height: auto;
}
.list-colors .icolor-item {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 21px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
}

.list-colors  .close-list{
    font-size: 22px;
    vertical-align: top;
    text-decoration: none;
}
.colors-items li {
    float: left;
    margin: 0 3px 3px 0;
    border: 1px solid #d6d4d4;
    clear: none;
}
.colors-items li.selected {
    border: 2px solid #2fb5d2;
}
.colors-items li .color-item{
    display: block;
    height: 25px;
    width: 25px;
    cursor: pointer;
}
.colors-items ul{
    margin: 0 auto;
    display: inline-block;
}
.colors-items{
    text-align: center;
    width: 100%;
    display: inline-block;
}
.visible-thumbnails{
    left:0px;
}

.thumbnails-list-items.display_border{
	border: 1px solid #2fb5d2;
}

.thumbnail-container > .thumbnails-list-items.vertical {
    width: 100px;
    position: absolute;
    z-index: 99999;
    top: 0px;
    right: 0;
    background: #fff;
	padding: 20px 8px;
	-moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 5px 20px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 5px 20px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.15);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	filter: alpha(opacity=0);
	opacity: 0;
  left: 100%;
}
.thumbnail-container:hover .thumbnails-list-items.vertical {
    width: 100px;
    opacity: 1;
    filter: alpha(opacity=100);
    right: -105px;
}
.thumbnails-list-items.vertical {
    width: 93px;
    position: absolute;
    z-index: 99999;
    top: -254px;
    right: -93px;
    background: #fff;
}

.thumbnails-list-items.vertical .item{
	margin-bottom: 8px;
}
.thumbnails-list-items.vertical .tns-outer [data-controls="next"]{
    right: 40%;
    top: 100%;
    transform: rotate(90deg) !important;
}
.thumbnails-list-items.vertical .tns-outer [data-controls="prev"]{
	top: -17px;
	transform: rotate(90deg);
	left: 40%;
}


.product-miniature:hover .thumbnails-list-items.horizontal {
	height:auto;
	opacity:1;
}
@media(max-width:768px){
	.thumbnail-container .thumbnails-list-items.vertical {
		right: -40px !important;
	}

	.thumbnail-container .thumbnails-list-items {
		opacity: 1 !important;
	}

}

.mySwiper {
    height: auto !important;
}

.mySwiper li img {
    width: 100%;
    height: auto;
}
.lSAction .lSPrev {
    background-image: url(../img/left-arrow.svg);
}
.lSAction .lSNext {
    background-image: url(../img/right-arrow.svg);
}
.md-rendred {
    position: absolute;
    width: 100%;
    top: 0;
}

ul.lSPager.lSpg {
    top: -32px;
    position: relative;
    z-index: 99999;
}
.product-price-and-shipping .mySwiper {
    position: absolute;
    z-index: -99999;
}
.thumbs-slider{
  display: none;
}
.selected_second_image .image_limit_group {
    display: none;
}
.md-second-image {
    position: absolute;
    width: 100% !important;
    top: 0;
    bottom: 0;
    opacity: 0;
    padding: 0;
    transition: 0.2s all;
    background: transparent;
}
.mdSecondRendred.product-miniature:hover .md-second-image,.md-second-image img{
     opacity: 1 !important;
}
.not-rendred{
  position: absolute;
  left: -99999px;
}
.mdSecondRendred.product-miniature:hover img{
     opacity:0;
}
.product-miniature.mdVerticalRendred:hover .thumbnails-list-items.vertical {
    opacity: 1;
}

.product-miniature.mdVerticalRendred:hover .thumbnail-container {
    overflow: visible;
}
/*.lSSlideOuter {
    position: absolute;
    left: -99999px;
}*/
