/*
Theme Name:     Global_Box
Description:    This is SmartBox Theme
Author:         Admin
Template:       betheme

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

body.header-rtl.header-creative.header-open.page-template-elementor_canvas{
    padding-right: 0px !important;	
}


#top-bar-shipping{
    right: 0;
    position: fixed;
    width: 100vw;
    text-align: center;
    z-index: 20;
    background: #54993E;
	color:white;
    font-weight: bold;
    font-size: 13px;
    padding:5px;
	color:white;
}



.my-hook{
	font-weight: 600;
	font-size: 18px;
}

.red,
.red>h3,
.red>h3>strong{
    color: #EB1A47 !important;
    letter-spacing: 0px;
}
.green{
   color: #54993E !important;
}

/*femove second satar rating appear in products*/
.comment-text .star-rating:nth-child(2) {
    display: none !important;
}
#reviews.yith-woocommerce-advanced-reviews #comments h2 {
	font-size: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}
#comments .commentlist > li .reply {
    position: absolute !important;
    right: unset !important;
    top: 12px !important;
    /* bottom: -12px; */
    left: 20px !important;
}

@media(min-width: 768px){
  #comments .commentlist > li .reply {
    position: absolute !important;
    right: unset !important;
    top: 19px !important;
    /* bottom: -12px; */
    left: 20px !important;
  }
}

/*comment star rating conf*/
#stars-rating-review .br-widget {
    height: 28px;
    white-space: nowrap;
    display: flex;
}

#stars-rating-review:before{
	content:"הדירוג שלך";
}

#stars-rating-review .br-widget a.br-selected:after,
#stars-rating-review .br-widget a.br-active:after,
.rating-stars i.rated:after  {
    color: #54993E;
}
/*STARS IN COMMENTS*/
span.rating-stars {
    position: absolute;
    left: 59px;
    top: 15px;
}

@media(min-width: 768px){
    span.rating-stars {
        position: absolute;
        left: 60px;
        top: 26px;
    }
}


/*comments rtl fix*/
#comments .commentlist > li .comment-body{
	margin-left: 0;
	margin-right: 105px;
}
#comments .commentlist > li .photo{
	left: unset;
	right: -105px;
}

#comments .commentlist > li .comment-meta {
    margin-right: 40px;
}

#mobile-contact-menu{
    display: none;
}


/*mobile menu toggle*/
@media only screen and (max-width: 1239px){
    
.rtl #Top_bar #menu ul li.submenu .menu-toggle {
    left: auto !important; 
    right: 0 !important;   
    border-right: none !important;
    border-left: 1px solid #eee !important;
    color: red !important;
    font-weight: bolder !important;
    background: #54993E;
    }

    #Top_bar #menu ul li.menu-item-has-children.submenu a span {
        margin-right: 48px;
       

    }
}

@media only screen and (max-width: 900px){
    #mobile-contact-menu{
        display: flex;
        position: fixed;
        bottom: 0;
        border-top: 1px solid black;
        z-index: 999;
    }

    a.mcm-item {
        width: 33vw;
        text-align: center;
        padding: 8px 0;
        background-color: #8abc40; 
        color: #fff;
        display: flex;
        font-weight: bold;
        flex-direction: column;
    }

    a.mcm-item:hover{
        color: #fff;
        background-color: #6ca300;
        text-decoration: none;
    }
    .fa-3 {
        font-size: 1.5em !important;
    }



    /*chat*/

   #chatWin {
        bottom: 55px;
    }
    #miniAgentContainer{
        bottom: 65px;
    }

    div#cookie-law-info-again {
        bottom: 55px !important;
    }

   
    
}


.grecaptcha-badge{
    display: none !important;
}


/*מירכוז אלמנטים מדף אודות בתצוגת מובייל*/

@media(min-width: 1240px){
.desktop-center{
    padding-right: 250px !important;
}

}


/*comment response fix*/
@media (max-width: 768px) {
    #respond #commentform .comment-form-author {

      margin-right: 0 !important;
   
    }
    #respond #commentform .comment-form-email {
  
      margin-right: 0 !important;

    }
  }
  

  /*product comment accordion*/

  .style-simple .accordion .question:after{
      left: unset;
      right: 0;

  }

  /*hide date on comments*/
  .comment-meta.commentmetadata>a:first-child {
    display: none !important;
    visibility: hidden;
}

.woocommerce #reviews #comments ol.commentlist time {
    display: none !important;
}

@media(max-width: 991px){
    i.icon-search {
        display: none;
    }
}

.videos-footer{
    padding: 100px 0px
}
.videos-footer h2{
    font-size: 32pt;
    line-height: 1.2;
    margin-bottom: 50px;
    letter-spacing: 5px !important;
}
.bg-green{
    background-color: #f2ffd7
}


.col-xs-6{
    width: 50%;
    text-align: center;
    float: right;
}

@media(max-width: 991px){
    .col-xs-6{
        width: 100%;
        text-align: center;
        float: right;
    }
}

.text-center{
    text-align: center;
}


.flex{
    display: flex;
    
}

.flex-row{
    flex-direction: row;
}

.flex-col{
    flex-direction: column;
}


.col{
  
}

.inner-col-half{
    flex-direction: row;
}

.half{
    width: 50%;
}

.third{
    width: 33%
}

.inner-footer{
    flex-direction: row;
}
@media(max-width: 1200px){
	
	div.festi-cart-horizontal-position-right{
		right:auto;
		left:0;
	}

    .inner-footer{
        flex-direction: column;
    }

    .half{
        width: 100%;
    }
    
.inner-col-half{
    flex-direction: column;
}

    .m-flex-row{
        flex-direction: row;
    }
    
    .m-flex-col{
        flex-direction: column;
    }
    .d-flex-row{
        flex-direction: unset;
    }

    .d-flex-col{
        flex-direction: unset;
    }

    .third{
        width: 100%
    }
}




/*'woocommerce product archive
    07092020
*/
.image_frame, .wp-caption, .google-map, .icon_box .icon_wrapper, .content_slider .caroufredsel_wrapper, .author-box .avatar-wrapper, #comments .commentlist > li .photo, .edd_download_image {
    border-color: transparent;
  }
  
  .woocommerce ul.products li.product,
  .woocommerce ul.products li.product:hover {
    border: 0px !important;
  }
  
  .image_frame, .wp-caption, .google-map, .icon_box .icon_wrapper, .content_slider .caroufredsel_wrapper, .author-box .avatar-wrapper, #comments .commentlist > li .photo, .edd_download_image{
    border-color: transparent !important;
  }
  
  
  .image_frame .image_wrapper .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: unset !important; 
    height: unset !important; 
    z-index: 2;
  }
  
  .image_frame .image_wrapper{
    padding-bottom: 14px;
  }
  
  .image_frame .image_wrapper .image_links a:hover {
    background: #8CC63F !important;
    color: #674631;
  }
  
  .woocommerce ul.products li.product .desc{
    background-color: transparent !important;
  }
  
  /*onsale*/
  .woocommerce ul.products li.product .onsale {
    top: 40px !important;
    left: 0 !important;
    right: 0 !important;
    margin: -.5em 0 0 -.5em;
  }
  
  @media only screen and (max-width: 479px){
    .woocommerce ul.products li.product .onsale {
        top: 0px !important;
        }
    }
  .woocommerce span.onsale {
    border-width: unset !important;
    border: 2px #446084 solid !important;
    background-color: #eeee22 !important;
    color: #446084 !important;
    padding: 2px 5px !important;
    position: absolute !important;
    width: 56px!important;
    top: 0px !important;
    height: 21px !important;
  }
  
  /*stars*/
  .woocommerce .products .star-rating {
    display: block;
    margin: 5px 0;
    float: none;
    text-align: center;
    margin: 8px auto;
  }
  
  /*price*/
  
  span.price {
    text-align: center;
    color: #000 !important;
  }


  /*remove opacity from products on sale*/
  .woocommerce ul.products li.product.outofstock .image_frame .image_wrapper img {
    filter: unset !important;
    opacity: 1 !important;
}



@media only screen and (max-width: 479px){

	#top-bar-shipping{
		font-size: 13px;
	}



    body div.wpb_wrapper .woocommerce ul.products li.product.isotope-item {
        width: 60% !important;
        margin: auto auto 20px 0 !important;
		float:none;
    }
	
	
    body div.wpb_wrapper .woocommerce ul.products li.product.isotope-item img {

		max-height: 50vh;
    object-fit: contain;
	
	}
	
	
    body .woocommerce ul.products.col-4 li.product.isotope-item {
        width: 48% !important;
    }
   
    .woocommerce ul.products li.product a {
        line-height: 1.1;
    }

}


/*
img.fixed-dav-size{
    height: 350px !important;
}
*/


.woocommerce-content div#reviews {
    display: flex;
    flex-direction: column-reverse;
}

/*hide share buttons in variation pages  https://www.screencast.com/t/9usepbe6FMW9*/
.woocommerce-variation-description p.dpsp-share-text , 
.woocommerce-variation-description div#dpsp-content-top{
    display: none;
}