/* Custom code goes here */

/*** GALLERY ARROWS ***/

/* Gallery arrows main */
.gallery_arrows {
font-family: 'fontello';
display: flex;
align-items: center;
justify-content: center;
position: absolute;
font-size: 30px;
top: 0%;
height: 100%;
width: 50px;
cursor: pointer;
z-index: 1;
color: #888;
}

.gallery_arrows:hover {
color: #000;
}

.gallery_arrows.arrow_right {
right: 0px;
}

.gallery_arrows.arrow_left:before {
content: '\e805';
}

.gallery_arrows.arrow_right:before {
content: '\e806';
}

/* Gallery arrows - popup */
#product-modal .gallery_arrows {
height: 96%;
width: 50%;
font-size: 40px;
padding: 0 20px;
justify-content: left;
}

#product-modal #arrow-right-modal.gallery_arrows {
justify-content: right;
}

/* Gallery arrows - quick view */
.quickview .gallery_arrows {
width: 50%;
padding: 0 20px;
justify-content: left;
}

.quickview #arrow-right-cover.gallery_arrows {
justify-content: right;
}

/*** GALLERY ARROWS END ***/

/*** GALLERY ARROWS - black ***/
/* Gallery arrows - black */
.bg_black .gallery_arrows {
background: rgba(0, 0, 0, 0.5);
color: #fff;
top: 50%;
transform: translateY(-50%);
height: 50px;
width: 50px;
line-height: 50px;
}

.bg_black #product-modal .gallery_arrows {
height: 60px;
width: 60px;
line-height: 60px;
}

.bg_black #product-modal .gallery_arrows,
.bg_black .quickview .gallery_arrows {
padding: 0;
justify-content: center;
}

.bg_black #product-modal #arrow-right-modal.gallery_arrows,
.bg_black .quickview #arrow-right-cover.gallery_arrows {
justify-content: center;
}

/* Gallery arrows - hide or shop */
.prod_arrows_yes .gallery_arrows {
display: none;
}

/*** GALLERY ARROWS END - black ***/



/*** PRODUCT GALLERY THUMBNAILS ***/

/* Product thumbnails - show all */
#product.prod_thumb_style_1 .product_container .product-cover {
margin-bottom: 10px;
}

#product.prod_thumb_style_1 #content-wrapper.col-md-12 #main .product_container .images-container .js-qv-mask.scroll,
#product.prod_thumb_style_1 #main .product_container .images-container .js-qv-mask.scroll {
width: 100%;
white-space: initial;
overflow: initial;
max-width: 100%;
}

#product.prod_thumb_style_1 .product_container ul.product-images {
margin: 0 -5px;
transform: translateY(0px)!important;
}

#product.prod_thumb_style_1 .product_container ul.product-images>li.thumb-container {
float: left;
width: 25%;
padding: 0 5px 10px;
text-align: center;
}

#product.prod_thumb_style_1 .product_container ul.product-images>li.thumb-container>picture>.thumb {
width: auto;
}

#product.prod_thumb_style_1 .product_container .scroll-box-arrows {
display: none;
}

@media (min-width: 1200px) {
#product.prod_thumb_style_1 .col-md-12 .product_container ul.product-images>li.thumb-container {
width: 20%;
}
}

@media (min-width: 768px) and (max-width: 992px) {
#product.prod_thumb_style_1 .product_container ul.product-images>li.thumb-container {
width: 33.333%;
}
}

/*** PRODUCT GALLERY THUMBNAILS END ***/

/* Quick view - product page arrows */
#product .quickview .arrows {
display: none;
}


/*** PRODUCT POPUP THUMBNAILS ***/

/* Popup thumbnails */

/* Do atc */
@media (max-width: 1400px) {
#product-modal .modal-dialog {
margin: 0px auto;
}
}

/* Main body */
.popup_thumb_style_2 #product-modal .modal-dialog {
max-width: 800px;
}

.popup_thumb_style_2 #product-modal .modal-content .modal-body {
display: block;
margin-left: 0;
padding: 0;
}

.popup_thumb_style_2 #product-modal .modal-content .modal-body figure {
margin-bottom: 10px;
}

.popup_thumb_style_2 #product-modal .modal-content .modal-body .image-caption {
display: none;
}

/* Popup thumbnails */
.popup_thumb_style_2 #product-modal .modal-content .modal-body #thumbnails .mask {
max-height: initial;
margin: 0 -5px;
text-align: center;
}

.popup_thumb_style_2 #product-modal .modal-content .modal-body #thumbnails .mask .product-images {
margin-left: 0;
transform: initial!important;
}

.popup_thumb_style_2 #product-modal .modal-content .modal-body #thumbnails .mask ul.product-images>li.thumb-container {
width: 19.65%;
padding: 0 5px;
}

.popup_thumb_style_2 #product-modal .modal-content .modal-body #thumbnails .mask ul.product-images>li.thumb-container img {
width: 100%;
max-width: 100%;
}

.popup_thumb_style_2 #product-modal .modal-content .modal-body #thumbnails .arrows {
display: none;
}

/*** PRODUCT POPUP THUMBNAILS END ***/


/*** QUICK VIEW STYLE ***/
.pl_qv_style_0 .product-image-container a.quick-view {
display: none!important;
}

.pl_qv_style_2 .product-image-container a.quick-view {
border-radius: 4px;
top: initial;
left: initial;
right: 5px;
bottom: 5px;
width: 32px;
height: 32px;
line-height: 32px;
background: rgba(0, 0, 0, 0.5);
}

.pl_qv_style_2 .product-image-container a.quick-view:hover {
text-decoration: none;
background: rgba(0, 0, 0, 0.6);
}

.pl_qv_style_2 .product-image-container a.quick-view span {
display: none;
}

.pl_qv_style_2 .product-image-container a.quick-view i {
display: inline-block;
font-size: 22px;
}

.pl_qv_style_3 .product-image-container a.quick-view {
top: initial;
bottom: 5px;
height: 30px;
line-height: 30px;
border-radius: 26px;
background: #fff;
color: #000000;
}

/*** QUICK VIEW STYLE END ***/



/*** PL GALLERY STYLE ***/

/* Gallery style 2 */
.pl_gallery_slider {
display: none;
}

.pl_gallery_type_3 .pl_gallery_slider {
position:absolute;
inset:0;
display:flex;
}

.pl_gallery_type_3 .pl_gallery_slider .image_thumb {
flex:1;
position:relative;
cursor:pointer;
}

.pl_gallery_type_3 .pl_gallery_slider .image_thumb:after {
content:"";
position:absolute;
bottom:0;
left:0;
width:100%;
height:4px;
background:#e5e5e5;
transform:translateY(5px);
transition:all .2s ease-in-out;
}

.pl_gallery_type_3 .pl_gallery_slider .image_thumb:hover:after,
.pl_gallery_type_3 .pl_gallery_slider .image_thumb.selected:after {
background:#999;
}
 
.bg_black.pl_gallery_type_3 .pl_gallery_slider .image_thumb:after {
background:#888;
}

.bg_black.pl_gallery_type_3 .pl_gallery_slider .image_thumb:hover:after,
.bg_black.pl_gallery_type_3 .pl_gallery_slider .image_thumb.selected:after {
background:#555;
}





/* Gallery hover test */

.product-image-container a.product-flags-plist, 
.product-image-container .countdown-container {
opacity: 1;
transition: opacity 0.4s ease; 
}

/* Gallery type 2 and 3 */
.pl_gallery_type_2 .product-miniature .thumbnail-container:hover a.product-flags-plist, 
.pl_gallery_type_2 .product-miniature .thumbnail-container:hover .countdown-container,
.pl_gallery_type_3 .product-miniature .thumbnail-container:hover a.product-flags-plist, 
.pl_gallery_type_3 .product-miniature .thumbnail-container:hover .countdown-container {
opacity: 0;
pointer-events: none;
}

.product-miniature .thumbnail-container .wishlist-button-add {
opacity: 0;
transition: opacity 0.4s ease; 
}

.product-miniature .thumbnail-container:hover .wishlist-button-add {
opacity: 1;
transition: opacity 0.4s ease; 
}






/* Quick view opacity test */
.pl_qv_style_2 .product-image-container a.quick-view {
display: block;
opacity: 0;
transition: opacity 0.4s ease; 
}

.pl_qv_style_2 .product-image-container a.quick-view:hover {
opacity: 1;
}

.products .product-miniature .thumbnail-container:hover a.quick-view {
opacity: 1;
}


.pl_qv_style_2 .product-image-container a.quick-view {
top: 42px;
right: 4px;
bottom: initial;
border-radius: 50%;
background: #fff;
color: #000;
box-shadow: 1px 1px 2px 0 rgb(0 0 0 / 20%);
}

.pl_qv_style_2 .product-image-container a.quick-view:hover {
background: #fff;
opacity: 1;
transform: scale(1.1);
}

















































/* Product-list - new options */
.pl_name_uppercase_no .products .product-miniature .product-title a {
text-transform: initial;
}

.pl_name_font_weight_normal .products .product-miniature .product-title a {
font-weight: normal;
}

.pl_align_left .products .product-miniature {
text-align: left;
}

.pl_align_left .products .product-miniature .pl-availability .product-available,
.pl_align_left .products .product-miniature .button-container .add-to-cart,
.pl_align_left .products .product-miniature .button-container .qty_container {
margin-left: 0;
}

.pl-reviews {
/* display: none; */
}

.pl_review_possition_top .pl-reviews-top {
display: block;
}

.pl_review_possition_bottom .pl-reviews-bottom {
display: block;
}

.pl_buttons_style_1 .button-container .add-to-cart {

}







