/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* .archive .attachment-woocommerce_thumbnail,
.related .attachment-woocommerce_thumbnail,
.cross-sells .attachment-woocommerce_thumbnail,
.up-sells .attachment-woocommerce_thumbnail{
     display: none !important;
} */

.tppqw-imagewrapper {

}
.tpwc-pimage{
    display: none !important;
}
.woocommerce ul.products li.product a img{
     box-shadow: none;
}

.woocommerce ul.products li.product{
    display: block !important;
}

/* .woocommerce ul.products li.product a{
    display: block !important;
} */

.tp_category_gallery .owl-carousel{
    padding: 0 !important;
    direction: ltr;
}
.owl-theme .tpcps-owl-nav [class*=owl-]{
    border: none;
    background: none;
    color: #615d5d;
    font-size: 30px;
    border: none !important;
    box-shadow: none !important;
}
.tp_category_gallery {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.tp_category_gallery .owl-carousel {
    display: grid;
}

.tp_category_gallery .item{
    
}
.tp_category_gallery .item img{
    
}

ul.products{

}
ul.products li{
    
}
ul.products li a{ 
    
}
ul.products li a img{ 
    
}
.tp_category_gallery .owl-theme .tpcps-owl-nav {
    color: #000;
    position: absolute;
    right: 0;
    width: 100%;
    top: 50%;
    margin: -20px 0 0;
    z-index: 10;
}

.tp_category_gallery .tpcps-owl-prev,
.tp_category_gallery .tpcps-owl-next{
    position: absolute;
    top: 50%;
    margin:0;
    z-index: 2;
    background: none;
    padding: 0;
    margin: 0;
    direction: ltr;
    color: #000;
    outline: none !important;
}
.tp_category_gallery .tpcps-owl-prev{
    left: 0;
}
.tp_category_gallery .tpcps-owl-next{
    right: 0;
}
.tp_category_gallery .owl-theme .tpcps-owl-nav [class*=owl-]:hover {
    background: none;
    color: #000;
    opacity: 0.8;
    outline:none ;
    border: none !important;
    box-shadow: none !important;
}
.tp_category_gallery .tpcps-owl-dots {
    position: absolute;
    width: 100%;
    bottom: 10px;
    z-index: 1;
    left: 0;
}
.tp_category_gallery i.demo-icon:focus{
    border: none !important;
    outline: none !important;
}
.tp_category_gallery .owl-next:focus,
.tp_category_gallery .owl-prev:focus{
    border: none !important;
}
.tp-circle .tpcps-owl-dot span{

}

.tp-square .tpcps-owl-dot span{
    border-radius: 0 !important;
}

.tp-rectangle .tpcps-owl-dot span{
    border-radius: 0 !important;
    width: 15px !important;
    height: 5px !important;
}

.tp-smallcircle .tpcps-owl-dot span{
    width: 6px !important;
    height: 6px !important;
    margin: 5px 5px !important;
}
.tp-smallsquare .tpcps-owl-dot span{
    width: 6px !important;
    height: 6px !important;
    margin: 5px 5px !important;
    border-radius: 0 !important;
}
.tp-smallrectangle .tpcps-owl-dot span{
    border-radius: 0 !important;
    width: 10px !important;
    height: 5px !important;
    margin: 5px 5px !important;
}
.tpcps-owl-dot,
.tpcps-owl-nav button{
    background: none !important;
}
[id^="tp_category_gallery"] .tpcps-owl-prev:hover,
[id^="tp_category_gallery"] .tpcps-owl-next:hover,
[id^="tp_category_gallery"] .tpcps-owl-dot:hover,
[id^="tp_category_gallery"] .tpcps-owl-dot:active,
[id^="tp_category_gallery"] .tpcps-owl-dot:focus {
    background: none !important;
}

[id^="tp_category_gallery"] .owl-thumbs{
    bottom: 10px;
    position: absolute;
    z-index: 9;
    width: 100%;
    text-align: center;
}
[id^="tp_category_gallery"] .owl-thumb-item:focus{
    text-decoration: none;
    border: none;
}

/* ------------------------ Flipper CSS ----------------------------- */

/* ----------------------------------------------------------------- */
.tpwpif-main-image.flip-card-front{
    position: relative;
}
.flip-card {
    background-color: transparent;
    width: 100%;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
    overflow: hidden;
    position: relative;
    margin: 0 0 15px;
}

.flip-card img{
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.tpwpif-container a:focus {
    border: none !important;
    outline: none !important;
    background: none !important;
  }

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip_active .flip-card-inner {
  transform: rotateY(180deg);
  transition-delay: 0.3s;
}
.flipper_over .close-button{
    display: none;
}
.flipper_over:hover .flip-card-inner {
    transform: rotateY(180deg);
    transition-delay: 0.3s;
  }
/* Position the front and back side */
.flip-card-front, .flip-card-back {
    backface-visibility: hidden;
  }
  .flip-card-back {
    /* background-color: #b3b3b3; */
    color: white;
    transform: rotateY(180deg);
    transition-delay: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}  
  .flip-card-front img, .flip-card-back img{
    outline: none !important;
  }
  
  .flip-card-back {
  transform: rotateY(180deg);
  transition-delay: 0.3s;
}

.tpf_gc{
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /* background: -webkit-linear-gradient(left,rgba(0,0,0,0.1),rgba(0,0,0,0.5));
    background: -o-linear-gradient(right,rgba(0,0,0,0.1),rgba(0,0,0,0.5));
    background: -moz-linear-gradient(right,rgba(0,0,0,0.1),rgba(0,0,0,0.5));
    background: linear-gradient(to right, rgba(0,0,0,0.1), rgba(0,0,0,0.5)); */
    overflow: hidden;
    transform-style: preserve-3d;
    -webkit-transition: 100ms ease-out;
    -moz-transition: 100ms ease-out;
    -o-transition: 100ms ease-out;
    transition: 100ms ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flip-card-front:hover .tpf_gc{
    opacity: 1;
}
.flip_active.finsihed .tpf_gc{
    opacity: 0 !important;
    display: none;
}
.tpf_add_to_cart,
.tpf_view_gallery{
    font-size: 15px;
    border: 2px solid;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 15px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    margin: 10px 0;
    cursor: pointer;
    width: auto;
}

.close-button {
    width: 50px;
    height: 50px;
    box-shadow: 0px 10 10px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    right: 0;
    top: 0;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    display: block;
    z-index: 200;
    text-indent: -9999px;
}
.close-button:before,
.close-button:after {
  content: "";
  width: 55%;
  height: 2px;
  background: var(--tpflipcolor);;
  position: absolute;
  top: 48%;
  left: 22%;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #000;
}
.close-button:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.flip_active .close-button:before{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition-delay: 0.8s;
}
.flip_active .close-button:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.8s;
}

.flip-card .tpcps-owl-prev {
    left: -60px;
    top: 50%;
    -webkit-transform: rotateY( 90deg );
    -moz-transform: rotateY( 90deg );
    -o-transform: rotateY( 90deg );
    transform: rotateY( 90deg );
    transition: all 200ms ease-out;
}
.flip-card .tpcps-owl-next {
    right: -60px;
    top: 50%;
    -webkit-transform: rotateY( 90deg );
    -moz-transform: rotateY( 90deg );
    -o-transform: rotateY( 90deg );
    transform: rotateY( 90deg );
    transition: all 200ms ease-out;
}
.flip-card.flip_active.finsihed .tpcps-owl-prev {
    left: 0;
    opacity: 0.8;
    margin: 0;
    -webkit-transform: rotateY( 0deg );
    -moz-transform: rotateY( 0deg );
    -o-transform: rotateY( 0deg );
    transform: rotateY( 0deg );
    transition: all 200ms ease-out;
}
.flip-card.flip_active.finsihed .tpcps-owl-next {
    right: 0;
    opacity: 0.8;
    margin: 0;
    -webkit-transform: rotateY( 0deg );
    -moz-transform: rotateY( 0deg );
    -o-transform: rotateY( 0deg );
    transform: rotateY( 0deg );
    transition: all 200ms ease-out;
}
.flipper_over:hover .tpcps-owl-prev {
    left: 0;
    opacity: 0.8;
    margin: 0;
    -webkit-transform: rotateY( 0deg );
    -moz-transform: rotateY( 0deg );
    -o-transform: rotateY( 0deg );
    transform: rotateY( 0deg );
    transition: all 200ms ease-out;
    transition-delay: 1s;
}
.flipper_over:hover .tpcps-owl-next {
    right: 0;
    opacity: 0.8;
    margin: 0;
    -webkit-transform: rotateY( 0deg );
    -moz-transform: rotateY( 0deg );
    -o-transform: rotateY( 0deg );
    transform: rotateY( 0deg );
    transition: all 200ms ease-out;
    transition-delay: 1s;
}
.flipper_over .tpf_gc{
    display: none;
}
.flip-card .tpcps-owl-next, .flip-card .tpcps-owl-prev {
    width: 50px;
    height: 56px;
    background: #ccc;
    position: absolute;
    top: 0;
    transition: all 200ms ease-out;
    opacity: 0.9;
    cursor: pointer;
    border: none !important;
    outline: none !important;
    margin: -28px 0 0;
}