/*
Theme Name: tbc
Template: Impreza
Version: 1.0
Author:	VAD

*/


.vad_product_logo img{
	height:60px
}

.vad_widget_title{
	font-weight: bold;
}

/*.bulk_column.app:not(.ima){
	width: 40px !important;    
}

.bulk_column > .vad-swatches.app {	
    width: 40px !important;
    height: 40px !important;    
}
*/
.woocommerce-variation-availability{
	display:none;
}

.woocommerce .variation dt{    
    font-weight: bold; 
}

.woocommerce .variation p{
	font-weight: 500;	
}

#pc3d-popup.viewer360{
	
	min-width:975px;
	
}


#pc3d-popup.viewer360 iframe{
	
	position: relative;
    width: 975px;
    height: 600px;
    border: none;
    display: block;
	
}


.vad_extra_gallery { 
 

}
.vad-extra-gallery__wrapper {
	display:flex;
    flex-wrap:wrap;
    
   
}

.vad-extra-gallery__wrapper div{
	
    
    display: inline-block;
    background: #fff; 
    margin: 0.5em;
    width: 23%;    
    border: 1px solid #ccc;
    border-radius: 4px;
}

/*.vad-extra-gallery__wrapper div{padding:0.5em;}*/
.vad-extra-gallery__wrapper a{cursor:zoom-in;}
.vad-extra-gallery__wrapper img{
	max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.vad-extra-gallery__wrapper div:hover{
	opacity:0.8;
} 
@media only screen and (max-width: 320px) {
    
    .vad-extra-gallery__wrapper div{
    	width:100%;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px){    
    .vad-extra-gallery__wrapper div{
    	width:44%;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px){    
    .vad-extra-gallery__wrapper div{
    	width:31%;
    }
}
@media only screen and (min-width: 1201px) {    
    .vad-extra-gallery__wrapper div{
    	width:23%;
    }
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--designs a:before {
	content: '';
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--designs li:before {
	content: '\f1fc';
}


/* PRODUCT GALLERY STYLE*/

.vad-product-design-gallery {
    position: relative
}

.vad-product-design-gallery img {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.vad-product-design-gallery__trigger {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    font-size: 0;
    text-align: center;
    line-height: 4rem;
    width: 4rem;
    text-shadow: 0 1px 3px rgba(0,0,0,.3);
    background: rgba(0,0,0,.1);
    color: #fff!important;
    transition-duration: 0.1s
}

.no-touch .vad-product-design-gallery__trigger {
    opacity: 0
}

.no-touch .vad-product-design-gallery__trigger:hover {
    background: rgba(0,0,0,.5)
}

.no-touch .vad-product-design-gallery:hover .vad-product-design-gallery__trigger {
    opacity: 1
}

.vad-product-design-gallery__trigger:before {
    content: '\f00e';
    vertical-align: top;
    font-size: 1.4rem;
    font-family: fontawesome;
    font-weight: 400
}

.vad-product-design-gallery__trigger img {
    display: none!important
}

.vad-product-design-gallery__wrapper {
    margin: 0
}

.vad-product-design-gallery__image:not(:last-child) {
    margin-bottom: 1.5rem
}

.vad-product-design-gallery ol {
   /* display: flex;
    flex-wrap: wrap;*/
    list-style: none;
    margin: 0
}

.vad-product-design-gallery li {
    margin: 0;
    cursor: pointer
}

.vad-product-design-gallery li img.flex-active {
    border-width: 4px;
    border-style: solid;
    border-color: #a3cf57;
}

.vad-product-design-gallery--columns-4 li {
    width: 25%
}


.vad-product-design-gallery .flex-control-thumbs img{
	
	opacity:1;
	/*padding:.5em;*/
	
	display:none !important;
	visibility: hidden;
	}
.vad-product-design-gallery .flex-control-thumbs img.flex-active,.vad-product-design-gallery .flex-control-thumbs img:hover{
	opacity:1;
	visibility: visible;
	display:block !important;
	}
.vad-product-design-gallery .flex-control-thumbs li:last-child img{
	visibility: visible;
	display:block !important;
}
.vad-product-design-gallery .flex-control-thumbs li:nth-last-child(2) img{
visibility: visible;
	display:block !important;
} 
.vad-product-design-gallery .flex-control-thumbs img.keep-visible{
	visibility: visible;
	display:block !important;
}
.vad-product-design-gallery .flex-control-thumbs img.always-visible{
	visibility: visible;
	display:block !important;
}


.vad-product-design-gallery img{
	visibility: visible;
	display:block !important;
}

.vad-product-design-gallery-zoom-pc3d{
	cursor:pointer;
	/*width:90px;
	height: auto;
	padding:.5em;*/
}


.vad-product-design-gallery-zoom-pc3d:hover{
	opacity:0.8 !important;
}

.vad-product-design-gallery .flex-control-thumbs {
    width: 100%;
    padding-top:0;
    border-top: 1px solid rgba(0,0,0,.05);
    
} 

/* DOKAN*/
ul.products .product {
	text-align: center
}

.dokan-store-products-filter-area .orderby-search{
	width: 200px;
}

.dokan-store-products-filter-area .product-name-search {    
    width: 200px;
    margin-right: 5px;
}

#dokan-store-products-search-result .product-price, #dokan-store-products-search-result .dokan-ls-product-sku{
	display: none !important;	
}


@media (min-width: 1080px) {
  .dokan-store-wrap.layout-left,
  .dokan-store-wrap.layout-right {
    flex-direction: column-reverse;
  }
}

@media (min-width: 1100px) {
  .dokan-store-wrap.layout-left,
  .dokan-store-wrap.layout-right {
    flex-direction: row;
  }
}

 /* Hotspot */
body #powerTip {
    background-color: #fff;
}
body #powerTip.n:before {
    border-top: 10px solid rgb(255, 252, 252);
}
body #powerTip.s:before {
    border-bottom: 10px solid #fff;
}
body #powerTip.e:before {
    border-right: 10px solid #fff;
}
body #powerTip.w:before {
    border-left: 10px solid #fff;
    right: -10px
}
body #powerTip.ne:before,body #powerTip.nw:before {
    border-top: 10px solid #fff;
    border-top: 10px solid rgba(255,255,255,1);
}
body #powerTip.se:before,body #powerTip.sw:before {
    border-bottom: 10px solid #fff;
    border-bottom: 10px solid rgba(255,255,255,1);
}
body #powerTip.nw-alt:before,body #powerTip.ne-alt:before,body #powerTip.sw-alt:before,body #powerTip.se-alt:before {
    border-top: 10px solid #fff;
    border-top: 10px solid rgba(255,255,255,1);
}
body #powerTip.sw-alt:before,body #powerTip.se-alt:before {
    border-bottom: 10px solid #fff;
    border-bottom: 10px solid rgba(255,255,255,1);
}
body .box_view_html {
    color: #000;
}
body .box_view_html span.close_ihp svg {
    fill: #000;
}
.point_style {
	width:25px;
	height:25px;
	border-radius: 50%;
	box-shadow: 0px 0px 1px 1px #0000001a;
	animation: pulse-animation 2s infinite;
}
.point_style .pins_image {
	top:0!important;
	left:0!important;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
