/** Shopify CDN: Minification failed

Line 26:1 Unexpected "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.newl_des_4 .signup-newsletter-form input.input-text {border:1px solid #ddd;}
.type_custom_section2 .pr_animated.done {padding: 45px 15px; background: rgba(255,255,255,0.85);}
.quote_content p {font-size: 18px; font-weight: 200;}
.quote_content .quote_author {font-weight: 400;}
#ssw-review-form-toggle-button,.ssw-add-tab-review-photos.gw-fsize-sm,.btn.button.gw-btn-bg.gw-review-btn.gw-fsize-md {
  color: #fff;
}

.header-text a:hover {
  color: #fff !important;
}
html:lang(ar) #nt_menu_id {
  flex-direction: row-reverse !important;
}
html:lang(ar) .container_des, html:lang(ar) #nt_footer,html:lang(ar) .product-info,html:lang(ar) .col-md-6.col-12.product-infors.pr_sticky_su {
  direction: rtl;
}{
direction: rtl;
}
html:lang(ar) td,html:lang(ar) .nt_menu > li .sub-menu{
text-align:right
}
html:lang(ar) .nt_menu > li .sub-menu .sub-menu{
left:unset !important;
right:100%;
}
html:lang(ar) .nt_menu > li.type_dropdown .sub-menu .has-children > a::after {
  right: unset !important;
  left:8px;
  content: "\f104";
}
#cat_shopify{
display:none
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}