
:root{
    --wd-tags-mb:10px;
    
}


/*
*exclusive-badge
*/
.exclusive-badge {
    position: absolute;
    display: block;
    left: 25px;
    bottom:0;
    width:40px;
	z-index: 1000;
}
a.exclusive-badge:hover {
    transform:scale(.9);
}

@media (max-width: 768px) {
  .elementor-widget-shortcode .exclusive-badge {
    position: absolute;
    display: block;      
    left: 10px;
    bottom: 258px;
    width:40px;
   } 
  .exclusive-badge {
    left: 10px;
    width:30px;  
  }
}


/*
*cardbox icons
*/

@media (max-width: 576px) {

[class*="title-line-"] .wd-product .wd-entities-title {
  overflow: visible !important;
   margin-bottom: 10px;
}
}
@media (max-width: 1024px) {
  .wd-product.wd-hover-icons .wd-buttons {
    border-radius: 0 !important;
    display:none !important;
}
}

.wd-buttons {
  border: 1px solid #eee;
  box-shadow: none !important;
}
/*

.flowchat-main-frame-wrapper > iframe {
    height: 103vh !important;
    overflow: hidden !important;
}
*/


.wd-term-desc {
    margin-top: 10px;
}

    .elementor-lightbox .elementor-video-container .elementor-video-portrait {
        height: 85vh;
        max-width: 85vw;
        display: flex;
        flex-direction: column;
    }
    
    
    
.single-size-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#821525;
    font-weight:700;
    direction:rtl;
    white-space:nowrap;
}

.fa-tag:before{
    color:#d51235;
}