/* CSS3 PROPERTIES */
/* Border Radius */
/* Border Radius */
/*header*/
header#site-header {
  z-index: auto;
}
div#donnan-toolbar .donnan-toolbar-inner {
  z-index: 100;
}
.woocommerce div.product .product-share ul.woovina-social-share {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
#footer-bottom #footer-bottom-inner {
  padding-left: 15px;
  padding-right: 15px;
}
/*contact-page*/
.contact-form .wpforms-form .wpforms-field-container .wpforms-field input {
  padding: 0px 15px;
  line-height: 45px;
  max-width: 100%;
  display: inline-block;
  height: 45px;
  border: 1px solid #818a91;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.contact-form .wpforms-form .wpforms-field-container .wpforms-field textarea {
  padding: 15px;
  border: 1px solid #818a91;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.contact-form .wpforms-form .wpforms-submit-container .wpforms-submit {
  text-transform: capitalize;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #616161;
  font-size: 15px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-weight: 500;
  color: #6f6d70;
  letter-spacing: 0.1em;
}
.contact-form .wpforms-form .wpforms-submit-container .wpforms-submit::before {
  content: "\f1d9";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 10px;
}
.rtl .contact-form .wpforms-form .wpforms-submit-container .wpforms-submit::before {
  margin-left: 10px;
  margin-right: 0;
}
.contact-form .wpforms-form .wpforms-submit-container .wpforms-submit:hover {
  border-color: #65c178;
  color: #fff;
}
/*blog-carousel-menu*/
.blog-carousel-menu .slick-track {
  width: 100% !important;
}
.blog-carousel-menu .slick-track .slick-slide {
  width: 25% !important;
}
/* CSS3 PROPERTIES */
/* Border Radius */
body {
  overflow-x: hidden;
}
.checkout-button:hover,
.woocommerce button.button:hover {
  background-color: transparent !important;
  transition: border-color 0s ease-in-out, color 0.5s;
}
.elementor-button,
div.wpforms-container-full .wpforms-form button {
  background-color: transparent;
  opacity: 0.9;
}
.checkout-button,
.elementor-button,
.woocommerce button.button,
div.wpforms-container-full .wpforms-form button {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  transition: border-color 0.7s ease-in-out, color 0.5s;
}
.checkout-button:after,
.elementor-button:after,
.woocommerce button.button:after,
div.wpforms-container-full .wpforms-form button:after {
  transition: height 0.5s ease-in-out;
  top: auto;
  border-radius: 50% 50% 0 0;
  background: #64c278;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.checkout-button:hover:after,
.elementor-button:hover:after,
.woocommerce button.button:hover:after,
div.wpforms-container-full .wpforms-form button:hover:after {
  transition: height 0.5s ease-in-out;
  height: 300%;
}
.text-right {
  text-align: right;
}
.rtl .text-right,
.rtl.text-right {
  text-align: left;
}
.wew-carousel .wew-carousel-slide {
  padding: 0 15px !important;
}
.slick-slider .slick-list {
  margin: 0 -15px !important;
}
.site-breadcrumbs ul li .icon-home {
  display: none;
}
.site-breadcrumbs ul li .icon-home + span {
  display: inline-block !important;
  margin-left: 5px;
}
.rtl .site-breadcrumbs ul li .icon-home + span {
  margin-right: 5px;
  margin-left: 0;
}
.site-breadcrumbs ul li:after {
  content: "/" !important;
  font-size: 16px;
  vertical-align: top;
}
.site-breadcrumbs {
  right: 15px;
}
.rtl .site-breadcrumbs,
.rtl.site-breadcrumbs {
  left: 15px;
  right: auto;
}
.container {
  max-width: 100% !important;
}
#main .container {
  padding-left: 15px;
  padding-right: 15px;
}
.hidden {
  display: none;
}
#top-bar-social ul li {
  margin-right: 5px;
}
#top-bar-social ul li:last-child {
  margin-right: 0;
}
#top-bar-social ul li a {
  width: 22px;
  line-height: 22px;
  text-align: center;
  background-color: #999999;
}
#top-bar-social ul li a:hover {
  background-color: #64c278;
}
#top-bar-social.top-bar-right {
  height: 22px;
  line-height: 22px;
  margin-top: -11px;
}
.header-search .elementor-widget-container .woocommerce-product-search #product_cat {
  position: absolute;
  top: 50%;
  left: 0;
  max-width: 165px;
  border: none;
  color: #5d5d5d;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  min-height: 45px;
  background-color: #eeeeee !important;
}
.rtl .header-search .elementor-widget-container .woocommerce-product-search #product_cat,
.rtl.header-search .elementor-widget-container .woocommerce-product-search #product_cat {
  left: auto;
  right: 0;
}
.header-search .elementor-widget-container .woocommerce-product-search #product_cat {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/down-arrow-black.png) center right no-repeat;
  background-size: 7%;
  background-position-x: 92%;
}
.header-search .elementor-search-form__submit {
  line-height: 35px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  border: none !important;
}
.header-search .elementor-search-form__submit i:before {
  content: "\e090" !important;
  font-family: simple-line-icons !important;
}
.header-search .elementor-search-form__submit:hover {
  background-color: #616161 !important;
}
.header-search .woocommerce-product-search input[type=search] {
  min-height: 45px;
  padding-left: 180px;
  border-color: #eeeeee;
}
.rtl .header-search .woocommerce-product-search input[type=search] {
  padding-right: 180px;
  padding-left: 0;
}
.header-search .woocommerce-product-search button[type=submit] {
  background-color: #3c3c3c;
  min-width: 45px;
  height: 45px!important;
  line-height: 45px!important;
  margin: 0;
  font-size: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
}
.rtl .header-search .woocommerce-product-search button[type=submit],
.rtl.header-search .woocommerce-product-search button[type=submit] {
  left: 0;
  right: auto;
}
.header-search .woocommerce-product-search button[type=submit]:before {
  content: "\f002";
  font-family: FontAwesome;
  display: block;
  font-size: 20px;
  font-weight: 400;
}
.header-search .woocommerce-product-search button[type=submit]:hover {
  background-color: #64c278 !important;
}
#searchform-overlay .header-searchform #product_cat {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  max-width: 200px;
  transform: translate(0, -50%);
  border: none;
  color: #fff;
  font-size: 18px;
  opacity: .6;
  font-weight: 400;
  z-index: 10;
}
#searchform-overlay .header-searchform .searchform-overlay-input {
  padding-right: 200px;
}
.rtl #searchform-overlay .header-searchform .searchform-overlay-input {
  padding-left: 200px;
  padding-right: 0;
}
.widget_shopping_cart_content .buttons .button:first-child:hover {
  border-color: #64c278 !important;
}
.widget_shopping_cart_content .buttons .checkout {
  background-color: #65c178;
  color: #fff;
}
.current-shop-items-dropdown,
.dropdown-menu .megamenu.sub-menu {
  border-top-width: 4px;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.16) !important;
  -moz-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.16) !important;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.16) !important;
}
#site-navigation-wrap .main-navigation > .dropdown-menu > li > .sub-menu {
  padding: 30px;
}
.dropdown-menu ul li.menu-item,
.navigation .megamenu li ul.sub-menu,
.navigation > ul > li > ul.megamenu.sub-menu > li {
  border: none;
}
.navigation > ul > li > ul.megamenu.sub-menu > li > a {
  text-transform: uppercase;
}
.dropdown-menu ul li.menu-item.current-menu-item > a {
  color: #64c278 !important;
}
.main-navigation > ul > li:first-child > a {
  padding-left: 0 !important;
}
.main-navigation > ul > li > ul.sub-menu {
  display: block!important;
  overflow: hidden;
  max-height: 0;
  max-width: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  -moz-transform: perspective(600px) rotateX(-90deg);
  -ms-transform: perspective(600px) rotateX(-90deg);
  -o-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  margin-left: 15px;
}
.main-navigation > ul > li:hover > ul.sub-menu {
  overflow: visible;
  max-height: 3000px;
  max-width: 1170px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: perspective(600px) rotateX(0deg);
  -moz-transform: perspective(600px) rotateX(0deg);
  -ms-transform: perspective(600px) rotateX(0deg);
  -o-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}
.navigation .megamenu > li > a.menu-link {
  font-size: 14px!important;
  font-weight: 700 !important;
}
.navigation .megamenu > li > a.menu-link:after {
  content: '';
  display: block;
  height: 1px;
  width: 90%;
  background-color: #616161;
  margin-top: 10px;
}
.hidden-title > .menu-link {
  display: none !important;
}
.woo-menu-icon {
  position: inherit !important;
}
.woo-menu-icon .current-shop-items-dropdown {
  right: 0;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  -moz-transform: perspective(600px) rotateX(-90deg);
  -ms-transform: perspective(600px) rotateX(-90deg);
  -o-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transition: -webkit-transform 0.4s ease, opacity 0.5s ease, max-height 0.5s step-end, max-width 0.5s step-end, padding 0.5s step-end;
  -o-transition: -o-transform 0.4s ease, opacity 0.5s ease, max-height 0.5s step-end, max-width 0.5s step-end, padding 0.5s step-end;
  transition: transform 0.4s ease, opacity 0.5s ease, max-height 0.5s step-end, max-width 0.5s step-end, padding 0.5s step-end;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.rtl .woo-menu-icon .current-shop-items-dropdown,
.rtl.woo-menu-icon .current-shop-items-dropdown {
  left: 0;
  right: auto;
}
.woo-menu-icon.wcmenucart-toggle-drop_down:hover .current-shop-items-dropdown {
  -webkit-transform: perspective(600px) rotateX(0deg);
  -moz-transform: perspective(600px) rotateX(0deg);
  -ms-transform: perspective(600px) rotateX(0deg);
  -o-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}
.woo-menu-icon.woovina-mobile-menu-icon .wcmenucart {
  padding: 0 !important;
}
.woo-menu-icon .wcmenucart {
  padding: 0 10px !important;
}
.widget_shopping_cart ul.cart_list li .wvn-grid-wrap .wvn-grid h3 {
  overflow: hidden;
  display: -webkit-box;
  max-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.woo-menu-icon .wcmenucart .wcmenucart-count {
  position: relative;
  line-height: 45px;
  display: inline-block;
  width: 45px;
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
  color: #616161;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
  vertical-align: 1px;
}
.woo-menu-icon .wcmenucart .wcmenucart-count .count {
  margin: 0;
  position: absolute;
  border-radius: 50%;
  background: #ff5353;
  line-height: 18px;
  width: 18px;
  padding: 0;
  top: 0;
  right: 0;
}
.woo-menu-icon .wcmenucart .wcmenucart-count .count:before {
  display: none !important;
}
.woo-menu-icon .wcmenucart:hover .wcmenucart-count {
  background-color: #64c278;
  color: #ffffff !important;
}
.woo-wishlist-link .wishlist_products_counter {
  padding: 0 10px !important;
}
.woo-wishlist-link a.wishlist_products_counter .wishlist_products_counter_text {
  display: none;
}
.woo-wishlist-link a.wishlist_products_counter:before {
  position: relative;
  line-height: 45px;
  display: inline-block;
  width: 45px;
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
  color: #616161!important;
  font-weight: 400;
  margin-right: 0;
  content: "\e08a" !important;
  font-family: simple-line-icons !important;
  font-size: 16px;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  -o-transition: .4s all;
  transition: 0.4s all;
  vertical-align: unset;
}
.woo-wishlist-link .wishlist_products_counter .wishlist_products_counter_number {
  position: absolute;
  line-height: 18px;
  width: 18px;
  text-align: center;
  border-radius: 50%;
  background-color: #ff5353;
  font-size: 12px;
  padding: 0;
  color: #fff;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-10px, -23px);
  -moz-transform: translate(-10px, -23px);
  -ms-transform: translate(-10px, -23px);
  -o-transform: translate(-10px, -23px);
  transform: translate(-10px, -23px);
}
.woo-wishlist-link .wishlist_products_counter:hover:before {
  background-color: #64c278;
  color: #ffffff !important;
}
.search-toggle-li .site-search-toggle {
  padding-left: 10px !important;
}
.rtl .search-toggle-li .site-search-toggle {
  padding-right: 10px!important;
  padding-left: 0 !important;
}
.search-toggle-li .site-search-toggle span.icon-magnifier {
  position: relative;
  line-height: 45px;
  display: inline-block;
  width: 45px;
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
  color: #616161;
  font-size: 16px;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  -o-transition: .4s all;
  transition: 0.4s all;
}
.search-toggle-li .site-search-toggle:hover span.icon-magnifier {
  background-color: #64c278;
  color: #ffffff !important;
}
#site-navigation-wrap .dropdown-menu > li:last-child > a {
  padding-right: 0 !important;
}
.rtl #site-navigation-wrap .dropdown-menu > li:last-child > a {
  padding-right: 15px !important;
}
.rtl .woovina-mobile-menu-icon.mobile-left {
  float: right;
}
body.home .elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active) + .elementor-nav-menu__container {
  height: auto!important;
  display: block;
  -webkit-transform: perspective(600px) rotateX(0deg);
  -moz-transform: perspective(600px) rotateX(0deg);
  -ms-transform: perspective(600px) rotateX(0deg);
  -o-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  max-height: unset;
  overflow: visible;
}
body.home .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container {
  display: none;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  -moz-transform: perspective(600px) rotateX(-90deg);
  -ms-transform: perspective(600px) rotateX(-90deg);
  -o-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
}
#footer-widgets .footer-box {
  margin-bottom: 0 !important;
}
#footer-widgets .footer-widgets-inner:after,
#footer-widgets .footer-widgets-inner:before {
  display: block;
  content: "";
  clear: both;
}
#footer-widgets .footer-box .widget-title {
  border-bottom: 1px solid #444343;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#footer-widgets .woovina-custom-links li {
  padding: 0;
}
#footer-widgets .woovina-custom-links li a {
  line-height: 32px;
  font-size: 14px;
}
#footer-widgets .woovina-custom-links li a:before {
  content: "\f101" !important;
}
#footer-widgets .woovina-custom-links li a:hover:before {
  color: #64c278 !important;
}
#footer-widgets .contact-info-widget {
  margin-top: 28px !important;
}
#footer-widgets .contact-info-widget li i {
  border: none;
  background-color: #3e3d3d;
  color: #fff;
  font-size: 16px;
}
#footer-bottom #footer-bottom-menu {
  padding-right: 15px;
}
#footer-bottom #footer-bottom-menu li {
  float: left;
}
.rtl #footer-bottom #footer-bottom-menu li,
.rtl#footer-bottom #footer-bottom-menu li {
  float: right;
}
#footer-bottom #footer-bottom-menu li.hidden-title {
  margin-right: 10px;
}
.rtl #footer-bottom #footer-bottom-menu li.hidden-title {
  margin-left: 10px;
  margin-right: 0;
}
#footer-bottom #footer-bottom-menu li.hidden-title:last-child {
  margin-right: 0;
}
.rtl #footer-bottom #footer-bottom-menu li.hidden-title:last-child {
  margin-left: 0;
  margin-right: 0;
}
#footer-bottom #footer-bottom-menu li.hidden-title:after {
  content: '' !important;
  margin: 0 !important;
}
#footer-bottom #footer-bottom-menu li.hidden-title .menu-text {
  display: none;
}
#footer-bottom #footer-bottom-menu li.hidden-title i {
  margin: 0;
  font-size: 24px;
}
#footer-bottom #copyright {
  line-height: 26px;
  padding-left: 15px;
}
#copyright a {
  color: #64c278 !important;
}
#footer-bottom #footer-bottom-menu li:after {
  margin-left: 12px;
  margin-right: 12px;
}
.widget_products .product_list_widget li {
  min-height: 122px!important;
  border: none!important;
  padding: 20px 0 10px 104px !important;
}
.widget_products .product_list_widget li img {
  width: 90px!important;
  height: auto!important;
  top: 10px !important;
}
.widget_products .product_list_widget .amount,
.widget_products .product_list_widget .product-title {
  font-size: 14px!important;
  font-weight: 400 !important;
}
.sidebar-primary .widget_custom_html {
  margin-bottom: 25px;
}
.sidebar-primary .widget_custom_html .widget-title {
  font-size: 24px!important;
  color: #64c278;
  font-weight: 700!important;
  border-bottom: 0!important;
  padding-bottom: 0 !important;
}
.sidebar-primary .widget_custom_html .widget-title:after {
  display: none;
}
.sidebar-primary .sidebar-box .widget-title {
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  padding-left: 0 !important;
}
.rtl .sidebar-primary .sidebar-box .widget-title {
  padding-right: 0!important;
  padding-left: 0 !important;
}
.sidebar-primary .sidebar-box .widget-title:after {
  position: absolute;
  content: '';
  bottom: -1px;
  left: 0;
  width: 100%;
  max-width: 60px;
  height: 1px;
  background-color: #64c278;
}
.rtl .sidebar-primary .sidebar-box .widget-title:after,
.rtl.sidebar-primary .sidebar-box .widget-title:after {
  left: auto;
  right: 0;
}
.widget_rating_filter .wc-layered-nav-rating .star-rating {
  display: inline-block;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  height: 5px!important;
  border: none!important;
  background-color: #e0e0e0 !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 10px!important;
  height: 17px!important;
  -webkit-border-radius: 0!important;
  -moz-border-radius: 0!important;
  -ms-border-radius: 0!important;
  border-radius: 0!important;
  top: -6px !important;
  background-color: #64c278 !important;
}
.woocommerce .widget_price_filter .price_slider_wrapper {
  margin: 0 5px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  top: auto!important;
  bottom: 0!important;
  z-index: 2!important;
  height: 5px;
  background-color: #64c278 !important;
}
.woocommerce .widget_price_filter .price_label {
  color: #616161 !important;
}
.woocommerce .widget_price_filter .price_label span {
  font-weight: 700;
  font-size: 13px !important;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  height: 30px!important;
  padding: 0 20px!important;
  text-transform: none;
  background-color: transparent;
  border: 1px solid #eaeaea!important;
  color: #616161;
  font-weight: 700;
  font-size: 14px;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  border-color: #64c278 !important;
  color: #ffffff;
}
.yith-woocompare-widget ul.products-list li .title {
  font-weight: 700;
  text-transform: none;
}
.yith-woocompare-widget a.clear-all {
  color: #64c278;
  text-decoration: underline;
  font-weight: 600;
  float: left;
}
.rtl .yith-woocompare-widget a.clear-all,
.rtl.yith-woocompare-widget a.clear-all {
  float: right;
}
.product_list_widget .amount,
.product_list_widget .product-title {
  font-weight: 700;
  font-size: 13px;
}
.content-left-sidebar .content-area {
  border: none!important;
  padding: 0 !important;
}
.woovina-off-canvas-sidebar .widget_rating_filter .wc-layered-nav-rating .star-rating {
  display: inline-block;
}
.woocommerce ul.products li.product.span_1_of_4 .countdown-period {
  font-size: 10px !important;
}
.woocommerce ul.products.list li.product {
  padding: 0;
}
.woocommerce ul.products.list li.product li.title a {
  font-size: 20px!important;
  font-weight: 700;
}
.woocommerce ul.products.list li.product .price {
  font-size: 16px !important;
}
.woocommerce ul.products.list li.product .woo-entry-image {
  width: 29%;
}
.woocommerce ul.products.list li.product .woo-entry-inner {
  width: 68%;
}
.woocommerce ul.products.list li.product .product-inner {
  padding: 10px;
}
.woocommerce ul.products.list li.product .woo-entry-inner li:last-child {
  margin-bottom: 0 !important;
}
.content-right-sidebar .content-area {
  padding: 0!important;
  border: none !important;
}
.wvn-heading .elementor-heading-title {
  display: inline-block;
  position: relative;
}
.wvn-heading .elementor-heading-title:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #64c278;
  position: absolute;
  bottom: -11px;
  left: 0;
}
.slider-home .slick-dots-inside .slick-dots {
  bottom: 20px !important;
}
.slider-home .elementor-slides:hover .slick-arrow,
.slider-home .wew-slides:hover .slick-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.slider-home .slick-arrow {
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  margin-top: 0!important;
  top: 50%!important;
  width: 40px!important;
  height: 40px!important;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  -ms-border-radius: 50%!important;
  border-radius: 50%!important;
  line-height: 40px!important;
  border-color: #fff!important;
  border-width: 2px!important;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  -o-transition: .4s all;
  transition: 0.4s all;
}
.slider-home .slick-arrow:before {
  font-size: 20px!important;
  line-height: 38px!important;
  color: #ffffff !important;
}
.slider-home .slick-arrow:hover {
  border-color: #64c278 !important;
  background-color: #64c278 !important;
}
.slider-home .slick-prev {
  left: 30px !important;
}
.rtl .slider-home .slick-prev,
.rtl.slider-home .slick-prev {
  left: auto!important;
  right: 30px !important;
}
.slider-home .slick-prev:before {
  margin: 0 0 0 -5px !important;
}
.slider-home .slick-next {
  right: 30px !important;
}
.rtl .slider-home .slick-next,
.rtl.slider-home .slick-next {
  left: 30px!important;
  right: auto !important;
}
.slider-home .slick-slider .slick-list {
  margin: 0 !important;
}
.slider-home .slick-dots li button {
  padding: 0!important;
  width: 13px!important;
  height: 13px!important;
  background-color: #fff!important;
  margin: 0 5px!important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.slider-home .slick-dots li button:before {
  display: none;
}
.slider-home .slick-dots li.slick-active button,
.slider-home .slick-dots li:hover button {
  background-color: #64c278 !important;
}
.slider-home .slick-slide-inner .elementor-slide-description .text-big,
.slider-home .slick-slide-inner .woovina-slide-description .text-big {
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  color: #ef4040;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.wvn-banner-img .elementor-image:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  width: 0;
  height: 100%;
  border-top: 1px solid #fff;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.wvn-banner-img .elementor-image:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 0;
  height: 100%;
  border-bottom: 1px solid #fff;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.wvn-banner-img .elementor-image a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 100%;
  height: 0;
  border-left: 1px solid #fff;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.wvn-banner-img .elementor-image a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 100%;
  height: 0;
  border-right: 1px solid #fff;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.wvn-banner-img:hover .elementor-image:after,
.wvn-banner-img:hover .elementor-image:before {
  left: 0;
  width: 100%;
  height: auto;
}
.wvn-banner-img:hover .elementor-image a:after,
.wvn-banner-img:hover .elementor-image a:before {
  top: 0;
  height: 100%;
}
.product-sale-v2 .woocommerce span.onsale {
  width: 55px;
  height: 40px;
  line-height: 40px!important;
  top: 0!important;
  border-radius: 0;
  font-weight: 600!important;
  padding: 0!important;
  text-align: center;
}
.product-sale-v2 .woocommerce span.onsale:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border: 27px solid transparent;
  border-top: 13px solid #ff5353;
}
.color {
  color: #64c278;
}
.hidden-countdown .is-countdown {
  display: none;
}
.about-homepage .woovina-about-me .woovina-about-me-avatar {
  margin-top: 0 !important;
}
.about-homepage .woovina-about-me .woovina-about-me-avatar img {
  -webkit-border-radius: 0!important;
  -moz-border-radius: 0!important;
  -ms-border-radius: 0!important;
  border-radius: 0!important;
  padding: 40px 0;
}
.about-homepage .woovina-about-me .woovina-about-me-name {
  text-align: left;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}
.about-homepage .woovina-about-me .woovina-about-me-text {
  text-align: left;
}
.brand-carousel .elementor-slick-slider .slick-slide img {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.brand-carousel .elementor-slick-slider .slick-slide .slick-slide-inner:hover img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.brand-carousel .elementor-widget-container {
  overflow: hidden;
}
.wew-newsletter-form .wew-newsletter-form-wrap {
  position: relative;
}
.wew-newsletter-form .wew-newsletter-form-wrap input[type=email] {
  border: none !important;
}
.wew-newsletter-form .wew-newsletter-form-wrap .wew-newsletter-form-button {
  right: -1px;
  line-height: 40px;
  height: 100%;
  top: 0;
  transform: none;
}
.rtl .wew-newsletter-form .wew-newsletter-form-wrap .wew-newsletter-form-button,
.rtl.wew-newsletter-form .wew-newsletter-form-wrap .wew-newsletter-form-button {
  left: -1px;
  right: auto;
}
.wew-newsletter-form .wew-newsletter-form-wrap .wew-newsletter-form-button:before {
  content: "\f0e0";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 100%;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  width: 40px;
  background: #64c278;
  line-height: 40px;
  text-align: center;
}
.rtl .wew-newsletter-form .wew-newsletter-form-wrap .wew-newsletter-form-button:before,
.rtl.wew-newsletter-form .wew-newsletter-form-wrap .wew-newsletter-form-button:before {
  left: 100%;
  right: auto;
}
.tab-product {
  z-index: 0;
}
.tab-product .elementor-tabs-content-wrapper .elementor-tab-title {
  display: none !important;
}
.tab-product .elementor-tabs-content-wrapper .elementor-tab-content {
  padding: 0;
  border: none !important;
}
.tab-product .elementor-tab-title:after {
  content: "" !important;
  position: absolute;
  bottom: -18px !important;
  left: 50%!important;
  width: 24px!important;
  height: 24px!important;
  background: 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  margin-left: -12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tab-product .elementor-tab-title {
  display: inline-block !important;
  vertical-align: top;
  padding: 25px 0 20px!important;
  border-left: none!important;
  border-top: none!important;
  background-color: #e5e5e5;
  -webkit-transition: .3s all!important;
  -moz-transition: .3s all!important;
  -o-transition: .3s all!important;
  transition: 0.3s all !important;
}
.tab-product .elementor-tab-title .elementor-icon-box-wrapper .elementor-icon,
.tab-product .elementor-tab-title .elementor-icon-box-wrapper .elementor-icon-box-title {
  -webkit-transition: .3s all!important;
  -moz-transition: .3s all!important;
  -o-transition: .3s all!important;
  transition: 0.3s all !important;
}
.tab-product .elementor-tab-title.elementor-active,
.tab-product .elementor-tab-title:hover {
  background-color: #64c278;
}
.tab-product .elementor-tab-title.elementor-active:after,
.tab-product .elementor-tab-title:hover:after {
  background-color: #ffffff;
}
.tab-product .elementor-tab-title.elementor-active .elementor-icon-box-wrapper .elementor-icon,
.tab-product .elementor-tab-title.elementor-active .elementor-icon-box-wrapper .elementor-icon-box-title,
.tab-product .elementor-tab-title:hover .elementor-icon-box-wrapper .elementor-icon,
.tab-product .elementor-tab-title:hover .elementor-icon-box-wrapper .elementor-icon-box-title {
  color: #ffffff !important;
}
.tab-product .elementor-tab-title:hover:after {
  opacity: 1;
}
.tab-product .elementor-tab-title:before {
  display: none !important;
}
.tab-product .elementor-tabs-wrapper {
  overflow: visible!important;
  margin-bottom: 20px;
}
.tab-product .elementor-tabs {
  text-align: center !important;
}
.wvn-product-nav li {
  top: 50%;
  -webkit-transform: translate(0, -50px);
  -moz-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  -o-transform: translate(0, -50px);
  transform: translate(0, -50px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 999;
}
.wvn-product-nav li.thumb-next {
  left: 0;
  right: auto;
}
.wvn-product-nav li.thumb-prev {
  right: 0;
  left: auto;
}
.wvn-product-nav li > .wvn-nav-thumb {
  opacity: 1!important;
  left: 15%!important;
  -webkit-transform: translateX(-15%) !important;
  transform: translateX(-15%) !important;
  box-shadow: none!important;
  margin-top: -1px;
}
.wvn-product-nav li > .wvn-nav-thumb img {
  border: 1px solid #e1e8ee;
}
.wvn-product-nav li:hover > .wvn-nav-thumb {
  opacity: 1!important;
  left: 15%!important;
  -webkit-transform: translateX(-15%) !important;
  transform: translateX(-15%) !important;
}
.wvn-product-nav li.thumb-prev > .wvn-nav-thumb {
  opacity: 1!important;
  left: 15% !important;
}
.wvn-product-nav li.thumb-prev:hover > .wvn-nav-thumb {
  opacity: 1 !important;
}
.wvn-product-nav li a.wvn-nav-link {
  width: 90px;
  border-width: 1px!important;
  -webkit-border-radius: 0!important;
  -moz-border-radius: 0!important;
  -ms-border-radius: 0!important;
  border-radius: 0!important;
  border-bottom: 0!important;
  background-color: #ffffff;
}
.wvn-product-nav li > .wvn-nav-thumb .no-lightbox {
  display: inline-block;
  position: relative;
}
.wvn-product-nav li > .wvn-nav-thumb .no-lightbox span {
  position: absolute;
  min-width: 220px;
  text-align: center;
  top: 0;
  vertical-align: middle;
  left: 100%;
  background: #ebebeb;
  line-height: 30px;
  transform: rotateX(90deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  color: #333;
  display: table;
  height: 100%;
  padding: 30px 6px;
}
.wvn-product-nav li > .wvn-nav-thumb .no-lightbox span:hover {
  color: #64c278;
}
.wvn-product-nav li:hover > .wvn-nav-thumb .no-lightbox span {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotateX(0);
  visibility: visible;
}
.wvn-product-nav li.thumb-prev > .wvn-nav-thumb .no-lightbox span {
  right: 100%;
  left: auto;
  text-align: center;
}
.woocommerce ul.products li.product .product-inner a.no-lightbox {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.woocommerce ul.products li.product .product-inner a.no-lightbox:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(217, 217, 217, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.woocommerce ul.products li.product:hover .product-inner a.no-lightbox:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.woocommerce li.image-wrap span.onsale {
  z-index: 2 !important;
}
.wew-carousel .slick-arrow:before {
  display: none;
}
.slick-next,
.slick-prev {
  width: 25px!important;
  height: 25px!important;
  line-height: 25px!important;
  border: 1px solid #cecece!important;
  color: #cecece!important;
  font-size: 0!important;
  top: 8px!important;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
  margin-top: -60px;
  border-radius: 50%;
}
.slick-next:hover,
.slick-prev:hover {
  background-color: #64c278 !important;
  border-color: #64c278 !important;
  color: #ffffff !important;
}
.slick-next:hover:before,
.slick-prev:hover:before {
  color: #ffffff !important;
}
.slick-next span:before,
.slick-prev span:before {
  display: block;
  font-family: "FontAwesome" !important;
  font-size: 16px;
  line-height: 23px;
}
.slick-next:before,
.slick-prev:before {
  font-family: "FontAwesome" !important;
  font-size: 16px!important;
  line-height: 23px!important;
  opacity: 1!important;
  color: #cecece !important;
}
.slick-prev {
  left: auto !important;
}
.slick-prev span:before,
.slick-prev:before {
  content: "\f0d9" !important;
}
.slick-next {
  right: 0 !important;
}
.rtl .slick-next,
.rtl.slick-next {
  left: 0!important;
  right: auto !important;
}
.slick-next span:before,
.slick-next:before {
  content: "\f0da" !important;
}
.woocommerce span.onsale {
  font-size: 13px!important;
  font-weight: 400!important;
  line-height: 22px!important;
  padding: 0 10px!important;
  border-radius: 3px;
  top: 10px!important;
  left: 10px !important;
}
.rtl .woocommerce span.onsale,
.rtl.woocommerce span.onsale {
  left: auto!important;
  right: 10px !important;
}
.woocommerce ul.products li.product {
  position: relative;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce ul.products li.product .product-inner {
  padding: 0 10px;
}
.woocommerce ul.products li.product .woo-entry-inner .image-wrap .outofstock-badge {
  background-color: rgba(255, 255, 255, 0.9);
  color: #616161;
  padding: 12px 0;
  display: block;
  text-align: center;
  width: 100%;
  z-index: 5;
  text-transform: uppercase;
  font-weight: 700;
  cursor: default;
  font-size: 11px;
  letter-spacing: .1em;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto!important;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce ul.products li.product .woo-entry-inner .image-wrap .outofstock-badge:before {
  content: "\f119";
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: 100;
  padding-right: 4px;
}
.woocommerce ul.products li.product.has-rating li.inner .star-rating {
  margin: -4px 0 !important;
}
.woocommerce .star-rating,
.woocommerce p.stars a {
  font-size: 12px !important;
}
.wvn-quick-view {
  top: 50%;
  left: 50%!important;
  right: auto!important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: auto!important;
  width: auto!important;
  min-width: 120px!important;
  padding: 7px 15px!important;
  font-size: 13px!important;
  text-transform: capitalize!important;
  letter-spacing: 0!important;
  line-height: normal;
  overflow: hidden;
  border-radius: 3px;
}
.wvn-quick-view i {
  font-size: 13px!important;
  font-weight: 400 !important;
}
.wvn-quick-view i:before {
  content: "\f06e" !important;
  font-family: FontAwesome;
}
.wvn-quick-view:after {
  transition: height 0.5s ease-in-out;
  top: auto;
  border-radius: 50% 50% 0 0;
  background: #64c278;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.wvn-quick-view:hover {
  background-color: transparent !important;
}
.wvn-quick-view:hover:after {
  transition: height 0.5s ease-in-out;
  height: 300%;
}
.woocommerce ul.products li.product .woo-entry-inner .product-entry-slider.slick-slider .slick-track {
  position: inherit;
}
.woocommerce .products .product:hover .woo-entry-image-swap .woo-entry-image-main {
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-animation: fadeOutUp .6s;
  -o-animation: fadeOutUp .6s;
  animation: fadeOutUp 0.6s;
}
.woocommerce .products .product:hover .woo-entry-image-swap .woo-entry-image-secondary {
  opacity: 1;
  visibility: visible;
  -webkit-animation: fadeInUp .6s;
  -o-animation: fadeInUp .6s;
  animation: fadeInUp 0.6s;
}
.woocommerce .products .product:hover .is-countdown {
  left: -100%;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.rtl .woocommerce .products .product:hover .is-countdown {
  left: auto;
  right: -100%;
}
.rtl.woocommerce .products .product:hover .is-countdown {
  left: auto;
  right: -100%;
}
.woocommerce .products .product:hover .image-wrap .outofstock-badge {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.woocommerce ul.products li.product .woo-entry-image-swap .woo-entry-image-secondary {
  opacity: 0;
  visibility: hidden;
}
.woocommerce .circle-sale span.onsale {
  width: 35px!important;
  height: 35px!important;
  line-height: 35px!important;
  font-size: 10px;
  letter-spacing: 0;
}
.woocommerce ul.products li.product .price {
  font-size: 14px!important;
  font-weight: 700;
}
.woocommerce ul.products li.product .price del {
  font-weight: 500;
  font-size: 12px;
}
.woocommerce ul.products li.product .price ins {
  font-weight: 700 !important;
}
.woocommerce ul.products li.product li.title a {
  font-weight: 600;
  font-size: 15px;
}
.woocommerce ul.products li.product li.category {
  font-size: 13px!important;
  margin-bottom: 10px !important;
}
.woocommerce ul.products li.product.wvn-content-right li.inner .star-rating {
  left: auto !important;
}
.woocommerce ul.products li.product li.inner {
  margin: 5px 0 15px !important;
}
.woocommerce div.product .woocommerce-tabs .panel > h2 {
  display: none;
}
.single-product .single-post-title {
  padding-bottom: 0;
  border-bottom: 0;
}
.single-product .entry-content .onsale {
  left: 10px !important;
}
.rtl .single-product .entry-content .onsale,
.rtl.single-product .entry-content .onsale {
  left: auto!important;
  right: 10px !important;
}
.single-product div.product table.group_table tr td.woocommerce-grouped-product-list-item__quantity {
  width: 130px!important;
  margin-right: 10px;
  vertical-align: middle;
}
.single-product div.product table.group_table tr td.woocommerce-grouped-product-list-item__quantity .quantity {
  float: none;
  margin-right: 0;
}
.rtl .single-product div.product table.group_table tr td.woocommerce-grouped-product-list-item__quantity .quantity {
  margin-left: 0;
  margin-right: 0;
}
.single-product div.product table.group_table tr td.woocommerce-grouped-product-list-item__label {
  display: inline-block;
  padding-bottom: 0;
}
.single-product div.product table.group_table tr td.woocommerce-grouped-product-list-item__price {
  display: block;
  padding-top: 0;
  float: none;
  border-top: none;
}
.single-product div.product .entry-summary .price {
  margin: 5px 0 0;
}
.single-product div.product .entry-summary .variations_form .price {
  font-weight: 700;
  font-size: 18px;
  color: #616161;
}
.single-product div.product .entry-summary .product_meta span {
  font-weight: 400;
}
.woocommerce div.product div.woocommerce-product-details__short-description {
  padding-top: 15px;
  border-top: 1px solid #e0e0e0;
}
.quantity .minus,
.quantity .plus,
.quantity .qty {
  font-size: 14px!important;
  color: #616161;
  border: 1px solid #e4e4e4 !important;
}
.quantity .qty {
  border-left: none!important;
  border-right: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  border-top: none !important;
}
.woocommerce div.product .woocommerce-product-gallery .flex-viewport {
  border: 1px solid #eaeaea;
  border-radius: 4px;
}
.woocommerce div.product .summary {
  position: relative;
}
.woocommerce div.product .summary .product_meta {
  border-top: none;
  border-bottom: none;
  padding: 0 !important;
}
.woocommerce div.product .summary .is-countdown {
  position: static;
  text-align: left;
  margin-top: 15px;
}
.rtl .woocommerce div.product .summary .is-countdown,
.rtl.woocommerce div.product .summary .is-countdown {
  text-align: right;
}
.woocommerce div.product .summary .is-countdown .countdown-amount {
  color: #fff;
  background-color: #64c278;
}
.wvn-tabs-layout-vertical .woocommerce-tabs {
  border-top: 1px solid #eaeaea;
}
.wvn-tabs-layout-vertical .woocommerce-tabs .tabs.wc-tabs li a {
  padding-left: 0!important;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  position: relative;
}
.wvn-tabs-layout-vertical .woocommerce-tabs .tabs.wc-tabs li a:after {
  display: none !important;
}
.wvn-tabs-layout-vertical .woocommerce-tabs .tabs.wc-tabs li a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: width 0.5s ease-in-out;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #64c278;
}
.wvn-tabs-layout-vertical .woocommerce-tabs .tabs.wc-tabs li.active a:before,
.wvn-tabs-layout-vertical .woocommerce-tabs .tabs.wc-tabs li:hover a:before {
  transition: width 0.5s ease-in-out;
  width: 100%;
}
.wvn-tabs-layout-vertical .woocommerce-tabs .tabs.wc-tabs li.active a,
.wvn-tabs-layout-vertical .woocommerce-tabs .tabs.wc-tabs li:hover a {
  padding-left: 10px !important;
}
@media (min-width: 769px) {
  .woocommerce div.product.wvn-tabs-layout-vertical .woocommerce-tabs ul.tabs {
    width: 25% !important;
  }
  .woocommerce div.product.wvn-tabs-layout-vertical .woocommerce-tabs .panel {
    width: 75%!important;
    padding: 0 20px !important;
  }
}
.wvn-floating-bar button.button {
  height: 36px!important;
  text-transform: capitalize;
}
.wvn-floating-bar button.button:after {
  background: #616161;
}
.wvn-floating-bar form.cart .quantity {
  margin: 0 15px 0 0 !important;
}
.wvn-floating-bar .container {
  padding: 0 15px;
}
.woocommerce .related.products h2,
.woocommerce .upsells.products h2 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 20px !important;
}
.woocommerce .related.products h2:before,
.woocommerce .upsells.products h2:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 150px;
  background-color: #364054;
}
.rtl .woocommerce .related.products h2:before,
.rtl .woocommerce .upsells.products h2:before,
.rtl.woocommerce .related.products h2:before,
.rtl.woocommerce .upsells.products h2:before {
  left: auto;
  right: 0;
}
.woocommerce table.shop_table td {
  font-weight: 700;
}
.woocommerce-checkout .woocommerce-info {
  padding: 10px!important;
  text-transform: none;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #64c278;
}
.woocommerce-info {
  border-color: #616161 !important;
}
.tinv-wishlist table td,
.tinv-wishlist table th {
  font-weight: 700;
}
.elementor-widget-wew-blog-carousel .wew-carousel-slide:hover .wew-carousel-entry-media:before {
  top: 10px;
  left: 10px;
  opacity: 1;
  visibility: visible;
}
.elementor-widget-wew-blog-carousel .wew-carousel-slide:hover .wew-carousel-entry-media:after {
  top: 10px;
  right: 10px;
  opacity: 1;
  visibility: visible;
}
.elementor-widget-wew-blog-carousel .wew-carousel-slide:hover a.wew-carousel-entry-img:before {
  bottom: 9px;
  left: 10px;
  opacity: 1;
  visibility: visible;
}
.elementor-widget-wew-blog-carousel .wew-carousel-slide:hover a.wew-carousel-entry-img:after {
  bottom: 9px;
  right: 10px;
  opacity: 1;
  visibility: visible;
}
.elementor-widget-wew-blog-carousel .wew-carousel-slide:hover a.wew-carousel-entry-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.elementor-widget-wew-blog-carousel .wew-carousel-slide .wew-carousel-entry-media {
  position: relative;
}
.elementor-widget-wew-blog-carousel .wew-carousel-slide .wew-carousel-entry-media:after,
.elementor-widget-wew-blog-carousel .wew-carousel-slide .wew-carousel-entry-media:before {
  content: "";
  position: absolute;
  top: 0;
  width: 33px;
  height: 33px;
  border-top: 1px solid #fff;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.elementor-widget-wew-blog-carousel .wew-carousel-slide .wew-carousel-entry-media:before {
  border-left: 1px solid #fff;
  left: 0;
}
.elementor-widget-wew-blog-carousel .wew-carousel-slide .wew-carousel-entry-media:after {
  right: 0;
  border-right: 1px solid #ffffff;
}
.elementor-widget-wew-blog-carousel .wew-carousel-slide a.wew-carousel-entry-img {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}
.elementor-widget-wew-blog-carousel .wew-carousel-slide a.wew-carousel-entry-img:after,
.elementor-widget-wew-blog-carousel .wew-carousel-slide a.wew-carousel-entry-img:before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 33px;
  height: 33px;
  border-bottom: 1px solid #fff;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.elementor-widget-wew-blog-carousel .wew-carousel-slide a.wew-carousel-entry-img:before {
  left: 0;
  border-left: 1px solid #ffffff;
}
.elementor-widget-wew-blog-carousel .wew-carousel-slide a.wew-carousel-entry-img:after {
  right: 0;
  border-right: 1px solid #ffffff;
}
.elementor-widget-wew-blog-carousel .wew-carousel-slide a.wew-carousel-entry-img img {
  -moz-animation-delay: all 0.5s ease-in-out;
  animation-delay: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.elementor-widget-wew-blog-carousel .wew-carousel-slide .wew-carousel-entry-details {
  position: relative;
  text-align: left;
}
.rtl .elementor-widget-wew-blog-carousel .wew-carousel-slide .wew-carousel-entry-details {
  text-align: right;
}
.rtl.elementor-widget-wew-blog-carousel .wew-carousel-slide .wew-carousel-entry-details {
  text-align: right;
}
.elementor-widget-wew-blog-carousel .wew-carousel-slide .wew-carousel-entry-details .readmore-btn {
  margin-top: 12px;
}
.elementor-widget-wew-blog-carousel .wew-carousel .slick-next {
  right: -10px !important;
}
.rtl .elementor-widget-wew-blog-carousel .wew-carousel .slick-next,
.rtl.elementor-widget-wew-blog-carousel .wew-carousel .slick-next {
  left: -10px !important;
  right: auto !important;
}
.elementor-widget-wew-blog-carousel .wew-carousel .slick-prev {
  right: 20px !important;
}
.rtl .elementor-widget-wew-blog-carousel .wew-carousel .slick-prev,
.rtl.elementor-widget-wew-blog-carousel .wew-carousel .slick-prev {
  left: 20px!important;
  right: auto !important;
}
.blog-entry.thumbnail-entry .left-position .blog-entry-content {
  padding-left: 2em;
}
.blog-entry.thumbnail-entry .blog-entry-category {
  text-transform: none;
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff;
  padding: 8px 10px;
  z-index: 2;
}
.rtl .blog-entry.thumbnail-entry .blog-entry-category {
  left: auto;
  right: 15px;
}
.rtl.blog-entry.thumbnail-entry .blog-entry-category {
  left: auto;
  right: 15px;
}
.blog-entry.post .blog-entry-header {
  margin-bottom: 10px !important;
}
.blog-entry.thumbnail-entry .thumbnail {
  position: relative;
}
.blog-entry.thumbnail-entry .thumbnail .link-entry {
  width: 60px;
  height: 60px;
  top: 20px;
  right: 20px;
  left: auto;
  z-index: 10;
}
.blog-entry.thumbnail-entry .thumbnail .link-entry i {
  position: static;
  padding: 18px;
}
.blog-entry.post .blog-entry-inner .thumbnail .thumbnail-link {
  -moz-box-shadow: 0 0.1875rem 0.75rem -0.25rem rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0.1875rem 0.75rem -0.25rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.1875rem 0.75rem -0.25rem rgba(0, 0, 0, 0.12);
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  overflow: hidden;
}
.blog-entry.post .blog-entry-inner .thumbnail .thumbnail-link:before {
  height: 200%;
  border-radius: 100%;
  padding-top: 100%;
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -moz-transition: -moz-transform 0.75s ease;
  -o-transition: -o-transform 0.75s ease;
  -webkit-transition: -webkit-transform 0.75s ease;
  transition: transform .75s ease;
  background-color: rgba(101, 193, 120, 0.4);
  content: '';
  width: 200%;
  position: absolute;
  bottom: -100%;
  left: -50%;
  z-index: 1;
}
.blog-entry.post .blog-entry-inner:hover .thumbnail .thumbnail-link {
  -webkit-box-shadow: 0 0.9375rem 0.9375rem -0.5625rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.9375rem 0.9375rem -0.5625rem rgba(0, 0, 0, 0.5);
}
.blog-entry.post .blog-entry-inner:hover .thumbnail .thumbnail-link:before {
  -moz-transform: scale(2.4, 2.4);
  -ms-transform: scale(2.4, 2.4);
  -webkit-transform: scale(2.4, 2.4);
  transform: scale(2.4, 2.4);
}
.blog-entry.post .thumbnail .link-entry {
  position: absolute;
  top: 20px;
  right: 20px;
  left: auto;
  width: 60px;
  height: 60px;
}
.rtl .blog-entry.post .thumbnail .link-entry {
  left: 20px;
  right: auto;
}
.rtl.blog-entry.post .thumbnail .link-entry {
  left: 20px;
  right: auto;
}
.blog-entry.post .thumbnail .link-entry i {
  top: 0;
  right: 0;
}
.blog-entry.post .thumbnail .thumbnail-link {
  vertical-align: top;
  overflow: hidden;
}
.blog-entry.post .thumbnail .thumbnail-link:hover img {
  -webkit-transform: scale(1.09, 1.09);
  -moz-transform: scale(1.09, 1.09);
  -ms-transform: scale(1.09, 1.09);
  -o-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
}
.blog-entry.post .thumbnail img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
ul.meta {
  font-size: 13px;
  padding: 14px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin: 5px 0 12px;
}
.blog-entry.large-entry .blog-entry-readmore {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.blog-entry.large-entry .blog-entry-readmore:after,
.blog-entry.large-entry .blog-entry-readmore:before {
  content: "";
  position: absolute;
  top: 6px;
  width: 25%;
  height: 100%!important;
  visibility: visible;
  background: #64c278;
  border-radius: 100%;
  transition: transform .45s;
  transform: translate3d(0, 150%, 0) scale(1.4);
  z-index: -1;
}
.blog-entry.large-entry .blog-entry-readmore:before {
  left: 0;
  transition-delay: 0s;
}
.blog-entry.large-entry .blog-entry-readmore:after {
  left: 30%;
  transition-delay: 0.08s;
}
.blog-entry.large-entry .blog-entry-readmore a {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  padding: 15px 20px;
}
.blog-entry.large-entry .blog-entry-readmore a:after,
.blog-entry.large-entry .blog-entry-readmore a:before {
  content: "";
  position: absolute;
  top: 6px;
  width: 25%;
  height: 100%;
  background: #64c278;
  border-radius: 100%;
  transition: transform .45s;
  transform: translate3d(0, 150%, 0) scale(1.4);
  z-index: -1;
}
.blog-entry.large-entry .blog-entry-readmore a:before {
  left: 60%;
  transition-delay: 0.16s;
}
.blog-entry.large-entry .blog-entry-readmore a:after {
  left: 90%;
  transition-delay: 0.24s;
}
.blog-entry.large-entry .blog-entry-readmore a:hover {
  border-color: #64c278 !important;
  color: #ffffff !important;
}
.blog-entry.large-entry .blog-entry-readmore:hover:after,
.blog-entry.large-entry .blog-entry-readmore:hover:before {
  transform: translateZ(0) scale(1.4);
}
.blog-entry.large-entry .blog-entry-readmore:hover a {
  border-color: #64c278 !important;
  color: #ffffff !important;
}
.blog-entry.large-entry .blog-entry-readmore:hover a:after,
.blog-entry.large-entry .blog-entry-readmore:hover a:before {
  transform: translateZ(0) scale(1.4);
}
.single .entry-title {
  padding: 0;
  border-bottom: none;
}
.blog .sidebar-container #searchform #product_cat,
.single-post .sidebar-container #searchform #product_cat {
  display: none;
}
.sidr-class-mobile-searchform button {
  padding: 0 !important;
}
.product-categories li {
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  margin-bottom: 0!important;
  color: #000000;
}
.product-categories li .count {
  position: relative!important;
  color: inherit!important;
  display: inline-block !important;
  padding: 0!important;
  font-size: 14px !important;
}
.product-categories li .count:before {
  content: '(' !important;
  display: block!important;
  float: left;
}
.rtl .product-categories li .count:before,
.rtl.product-categories li .count:before {
  float: right;
}
.product-categories li .count:after {
  content: ')' !important;
  display: block!important;
  float: right;
}
.rtl .product-categories li .count:after,
.rtl.product-categories li .count:after {
  float: left;
}
.product-categories li:hover > .count {
  color: #64c278 !important;
}
.product-categories li.cat-item a {
  display: inline-block !important;
  line-height: 32px!important;
  padding: 0!important;
  border-bottom: none!important;
  text-transform: none!important;
  font-weight: 400!important;
  font-size: 14px!important;
  color: #000000;
}
.product-categories li.cat-item a:hover {
  color: #64c278;
}
.woo-dropdown-cat .widget_product_categories li .open-this {
  right: 0;
  left: auto!important;
  width: 32px!important;
  height: 32px!important;
  line-height: 32px !important;
}
/*Menu-Category*/
.menu-category {
  background-color: #2f2e2e;
}
.menu-category .woovina-menu-toggle {
  justify-content: left;
  padding: 0px;
  border-left: 5px solid #65c178;
  border-radius: 0;
}
.rtl .menu-category .woovina-menu-toggle {
  border-right: 5px solid #65c178;
  border-left: 0;
}
.menu-category .woovina-menu-toggle .woovina-nav-menu-toggle-title {
  margin: 0;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  width: 100%;
}
.menu-category .woovina-menu-toggle .woovina-nav-menu-toggle-title i:before {
  font-family: FontAwesome;
  content: '\f0c9';
  font-size: 20px;
  display: inline-block;
  line-height: 50px;
  margin: 0 10px;
}
.menu-category .woovina-nav-menu__container {
  position: absolute;
  border: 1px solid #eee;
  border-radius: 0;
  background-color: #fff;
  margin-top: 0px !important;
  width: 100%;
  overflow: unset !important;
  z-index: 2;
}
.menu-category .woovina-nav-menu__container .woovina-nav-menu > li {
  width: 100%;
}
.menu-category .woovina-nav-menu__container .woovina-nav-menu > li a {
  padding: 13px 20px;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  display: block;
  font-size: 14px;
  background-color: unset !important;
  position: relative;
  z-index: 0;
}
.menu-category .woovina-nav-menu__container .woovina-nav-menu > li a i {
  margin-right: 10px;
  font-size: 17px;
}
.rtl .menu-category .woovina-nav-menu__container .woovina-nav-menu > li a i {
  margin-left: 10px;
  margin-right: 0;
}
.menu-category .woovina-nav-menu__container .woovina-nav-menu > li a .sub-arrow {
  display: inline-block !important;
  float: right;
  margin-top: -8px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.rtl .menu-category .woovina-nav-menu__container .woovina-nav-menu li:hover > a .sub-arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rtl .woovina-nav-menu .sub-arrow {
  padding: 10px 10px 10px 0;
}
.rtl .menu-category .woovina-nav-menu__container .woovina-nav-menu > li a .sub-arrow {
  float: left;
}
.rtl.menu-category .woovina-nav-menu__container .woovina-nav-menu > li a .sub-arrow {
  float: left;
}
.menu-category .woovina-nav-menu__container .woovina-nav-menu > li a .sub-arrow::before {
  content: "\f107";
  font-family: "FontAwesome";
}
.menu-category .woovina-nav-menu__container .woovina-nav-menu > li a.elementor-item-active:after {
  width: 100%;
}
.menu-category .woovina-nav-menu__container .woovina-nav-menu > li a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #65c178;
}
.menu-category .woovina-nav-menu__container .woovina-nav-menu li:hover > a {
  color: #ffffff;
}
.menu-category .woovina-nav-menu__container .woovina-nav-menu li:hover > a:after {
  width: 100%;
  opacity: 1!important;
}
.menu-category .woovina-nav-menu__container .woovina-nav-menu li:hover > a .sub-arrow {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .woovina-nav-menu--toggle.menu-category .woovina-nav-menu__container {
  -webkit-transform: scaleY(1) !important;
  -ms-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  max-height: unset !important;
}
.menu-category.elementor-nav-menu--toggle .elementor-menu-toggle + .elementor-nav-menu__container {
  position: absolute;
  top: 100%;
  width: 100%;
  border-radius: 0px;
  border-top: 4px solid #64c278;
  z-index: 1;
  left: 0;
}
.menu-category.elementor-nav-menu--toggle .elementor-menu-toggle + .elementor-nav-menu__container .elementor-nav-menu {
  background: #fff;
}
.menu-category.elementor-nav-menu--toggle .elementor-menu-toggle + .elementor-nav-menu__container .elementor-nav-menu > li > a {
  justify-content: left !important;
}
.menu-category.elementor-nav-menu--toggle .elementor-menu-toggle + .elementor-nav-menu__container .elementor-nav-menu > li > a i {
  margin-right: 10px;
  font-size: 17px;
}
.rtl .menu-category.elementor-nav-menu--toggle .elementor-menu-toggle + .elementor-nav-menu__container .elementor-nav-menu > li > a i {
  margin-left: 10px;
  margin-right: 0;
}
.menu-category.elementor-nav-menu--toggle .elementor-menu-toggle + .elementor-nav-menu__container .elementor-nav-menu > li a {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
}
.menu-category.elementor-nav-menu--toggle .elementor-menu-toggle + .elementor-nav-menu__container .elementor-nav-menu > li a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: width 0.5s ease-in-out;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #64c278;
}
.menu-category.elementor-nav-menu--toggle .elementor-menu-toggle + .elementor-nav-menu__container .elementor-nav-menu > li a:hover:after {
  transition: width 0.5s ease-in-out;
  width: 100%;
}
.menu-category.elementor-nav-menu--toggle .elementor-menu-toggle + .elementor-nav-menu__container .elementor-nav-menu > li:last-child a {
  border-bottom: 0 !important;
}
.menu-category .elementor-menu-toggle {
  background: none;
  font-size: 16px;
  padding: 0;
}
.menu-category .elementor-menu-toggle:after {
  content: 'CATEGORIES MENU';
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-left: 15px;
  margin-top: 3px;
}
.rtl .menu-category .elementor-menu-toggle:after {
  margin-right: 15px;
  margin-left: 0;
}
.menu-category .elementor-menu-toggle i {
  line-height: 45px;
  margin-left: 10px;
}
.rtl .menu-category .elementor-menu-toggle i {
  margin-right: 10px;
  margin-left: 0;
}
.menu-category .elementor-menu-toggle:hover {
  color: #64c278;
}
@media screen and (min-width: 1200px) {
  /*Menu-Categories*/
  .menu-category .woovina-nav-menu__container .woovina-nav-menu > li > .sub-menu {
    position: absolute;
    left: 100%;
    width: 100%;
    display: block !important;
    opacity: 0;
    /* IE8 filter*/
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 100%;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
  .rtl .menu-category .woovina-nav-menu__container .woovina-nav-menu > li > .sub-menu {
    left: auto;
    right: 100%;
  }
  .rtl.menu-category .woovina-nav-menu__container .woovina-nav-menu > li > .sub-menu {
    left: auto;
    right: 100%;
  }
  .menu-category .woovina-nav-menu__container .woovina-nav-menu > li > .sub-menu > li > a {
    border: none;
  }
  .menu-category .woovina-nav-menu__container .woovina-nav-menu > li > .sub-menu > li > .sub-menu {
    position: absolute;
    left: 100%;
    width: 100%;
    display: block !important;
    opacity: 0;
    /* IE8 filter*/
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 100%;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
  .rtl .menu-category .woovina-nav-menu__container .woovina-nav-menu > li > .sub-menu > li > .sub-menu {
    left: auto;
    right: 100%;
  }
  .rtl.menu-category .woovina-nav-menu__container .woovina-nav-menu > li > .sub-menu > li > .sub-menu {
    left: auto;
    right: 100%;
  }
  .menu-category .woovina-nav-menu__container .woovina-nav-menu > li > .sub-menu > li > .sub-menu > li > a {
    border: none;
  }
  .menu-category .woovina-nav-menu__container .woovina-nav-menu > li > .sub-menu > li:hover > .sub-menu {
    opacity: 1;
    /* IE8 filter*/
    filter: alpha(opacity=100);
    visibility: visible;
    top: 0;
  }
  .menu-category .woovina-nav-menu__container .woovina-nav-menu > li:hover > .sub-menu {
    opacity: 1;
    /* IE8 filter*/
    filter: alpha(opacity=100);
    visibility: visible;
    top: 0;
  }
  /*End Menu-Categories*/
  .product-categories li.cat-parent {
    position: relative;
  }
  .product-categories li.cat-parent ul.children {
    margin-top: 0!important;
    display: block!important;
    left: 101%;
    top: 0;
  }
  .content-right-sidebar .product-categories li.cat-parent ul.children {
    right: 100%;
    left: auto;
  }
  .product-categories li.cat-parent:hover > ul.children {
    z-index: 10;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }
  .product-categories li.cat-parent:hover:after {
    color: #364054;
  }
  .product-categories li.cat-item {
    min-width: 250px;
  }
  .product-categories li.cat-item a:before {
    content: none;
  }
  .product-categories li.cat-parent:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #666;
    content: "\f105";
    font-size: 13px;
    font-weight: 400;
    font-family: FontAwesome;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transform: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    right: 17px;
  }
  .product-categories li.cat-parent ul.children {
    border: 0;
    background: #fff;
    width: auto;
    z-index: 1;
    pointer-events: none;
    position: absolute;
    -webkit-transition: all .2s .4s ease;
    -moz-transition: all .2s .4s ease;
    -ms-transform: all .2s .4s ease;
    -o-transition: all .2s .4s ease;
    transition: all .2s .4s ease;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 20px 30px;
    list-style: none;
    -webkit-box-shadow: 0 0 5px 0 #d5d5d5;
    -moz-box-shadow: 0 0 5px 0 #d5d5d5;
    -ms-box-shadow: 0 0 5px 0 #d5d5d5;
    -o-box-shadow: 0 0 5px 0 #d5d5d5;
    box-shadow: 0 0 5px 0 #d5d5d5;
    visibility: hidden;
    opacity: 0;
    margin-left: 0 !important;
  }
  .product-categories li.cat-parent li.cat-parent:hover > ul.children {
    z-index: 10;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }
  .product-categories li.cat-parent > .open-this {
    display: none;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1023px) {
  .wvn-blog-carousel .wew-carousel-slide .wew-carousel-entry-details .meta .meta-date {
    top: 20px;
    left: 0;
  }
  .wvn-blog-carousel .wew-carousel-slide .wew-carousel-entry-details,
  .wvn-blog-carousel .wew-carousel-slide .wew-carousel-entry-media {
    width: 100%!important;
    float: none;
  }
  .wvn-blog-carousel .wew-carousel-slide .wew-carousel-entry-details {
    padding: 60px 0 0 !important;
  }
  .wvn-blog-carousel .wew-carousel:hover .slick-arrow.slick-prev {
    left: 0 !important;
  }
  .wvn-blog-carousel .wew-carousel:hover .slick-arrow.slick-next {
    right: 0 !important;
  }
  #site-navigation-wrap .main-navigation > .dropdown-menu > li.full-mega {
    position: initial;
  }
  #site-navigation-wrap .main-navigation > .dropdown-menu > li.full-mega > .sub-menu {
    min-width: 1000px;
    max-width: 1000px;
    visibility: hidden;
    left: -36%;
  }
  #site-navigation-wrap .main-navigation > .dropdown-menu > li.full-mega:hover .sub-menu {
    visibility: visible;
  }
  .main-navigation > ul > li .sub-menu .widget-product .sidebar-box.woocommerce {
    padding: 0 !important;
  }
}
/*Categories*/
.menu-category .elementor-nav-menu--dropdown li a.highlighted {
  background-color: #64c278 !important;
}
.menu-category .elementor-nav-menu--dropdown li a.highlighted:before {
  color: #ffffff!important;
}
.menu-category .elementor-nav-menu--dropdown li a.highlighted:hover {
  color: #ffffff!important;
}
.menu-category .elementor-nav-menu--dropdown li a.highlighted:hover:before {
  color: #ffffff!important;
}
.menu-category .elementor-nav-menu--dropdown li a.highlighted > .sub-arrow {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu-category .elementor-nav-menu--dropdown li a:focus {
  background-color: rgba(101, 193, 120, 0);
}
.menu-category .elementor-nav-menu--dropdown li.menu-item-has-children:hover > .has-submenu > .sub-arrow {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media only screen and (max-width: 1200px) {
  .wew-carousel .wew-carousel-slide {
    padding: 0 10px !important;
  }
  .slick-slider .slick-list {
    margin: 0 -10px !important;
  }
  .about-homepage .woovina-about-me .woovina-about-me-avatar img {
    padding: 25px 0;
  }
  #footer-bottom #footer-bottom-menu {
    padding-right: 10px;
  }
  #footer-bottom #copyright {
    padding-left: 10px;
  }
  .menu-category .elementor-menu-toggle::after {
    font-size: 12px;
    margin-left: 5px;
  }
  .rtl .menu-category .elementor-menu-toggle::after {
    margin-right: 5px;
    margin-left: 0;
  }
  .wvn-product-nav-wrap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100 !important;
  }
}
@media only screen and (max-width: 959px) {
  .container,
  body.content-full-screen .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
  }
  .wvn-blog-carousel .wew-carousel:hover .slick-arrow.slick-prev {
    left: -10px !important;
  }
  .wvn-blog-carousel .wew-carousel:hover .slick-arrow.slick-next {
    right: -10px !important;
  }
  .elementor-widget-wew-blog-carousel .wew-carousel-slide a.wew-carousel-entry-img img {
    height: auto;
  }
  #footer-widgets .footer-box {
    margin-bottom: 30px !important;
  }
  .hide-tablet-mobile {
    display: none;
  }
  #footer-bottom #footer-bottom-menu {
    margin-bottom: 0 !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-right: 10px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
    margin-right: 0;
  }
  .site-breadcrumbs {
    left: 0;
    right: auto;
  }
  .menu-category.elementor-nav-menu--toggle .elementor-menu-toggle + .elementor-nav-menu__container .elementor-nav-menu > li a {
    padding: 13.4px 10px;
  }
  .rtl #footer-bottom #copyright,
  .rtl #footer-bottom #footer-bottom-menu {
    float: none!important;
    text-align: center !important;
  }
}
@media screen and (min-width: 560px) and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  body.home .elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active) + .elementor-nav-menu__container {
    display: none;
    -webkit-transform: perspective(600px) rotateX(-90deg) !important;
    -moz-transform: perspective(600px) rotateX(-90deg) !important;
    -ms-transform: perspective(600px) rotateX(-90deg) !important;
    -o-transform: perspective(600px) rotateX(-90deg) !important;
    transform: perspective(600px) rotateX(-90deg) !important;
  }
  body.home .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container {
    display: block;
    -webkit-transform: perspective(600px) rotateX(0deg) !important;
    -moz-transform: perspective(600px) rotateX(0deg) !important;
    -ms-transform: perspective(600px) rotateX(0deg) !important;
    -o-transform: perspective(600px) rotateX(0deg) !important;
    transform: perspective(600px) rotateX(0deg) !important;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end !important;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end !important;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end !important;
  }
  .col-width {
    width: 50%!important;
    float: left;
  }
  .col-width-v2 {
    width: 35%!important;
    float: left;
  }
  .col-width-v2.v1 {
    width: 65%!important;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .content-left-sidebar .content-area {
    padding: 0 !important;
  }
  #wvn-qv-wrap .wvn-qv-image {
    overflow: hidden;
  }
  .search-toggle-li .site-search-toggle:hover span.icon-magnifier {
    background-color: transparent;
    color: #65c178 !important;
  }
}
@media screen and (max-width: 559px) {
  #footer-bottom #copyright {
    line-height: normal;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding-left: 0 !important;
  }
  .current-shop-items-dropdown,
  .hidden-xs {
    display: none !important;
  }
  body.home .elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active) + .elementor-nav-menu__container {
    display: none;
    -webkit-transform: perspective(600px) rotateX(-90deg) !important;
    -moz-transform: perspective(600px) rotateX(-90deg) !important;
    -ms-transform: perspective(600px) rotateX(-90deg) !important;
    -o-transform: perspective(600px) rotateX(-90deg) !important;
    transform: perspective(600px) rotateX(-90deg) !important;
  }
  body.home .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container {
    display: block;
    -webkit-transform: perspective(600px) rotateX(0deg) !important;
    -moz-transform: perspective(600px) rotateX(0deg) !important;
    -ms-transform: perspective(600px) rotateX(0deg) !important;
    -o-transform: perspective(600px) rotateX(0deg) !important;
    transform: perspective(600px) rotateX(0deg) !important;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end !important;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end !important;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end !important;
  }
  .slider-home .slick-slide-inner .elementor-slide-description .text-big,
  .slider-home .slick-slide-inner .woovina-slide-description .text-big {
    font-size: 27px;
    line-height: 30px;
  }
  body.has-breadcrumbs .page-header-title {
    padding: 0 10px;
  }
}
@media screen and (max-width: 300px) {
  .text-right > .elementor-column-wrap {
    padding-left: 0 !important;
  }
  .rtl .text-right > .elementor-column-wrap {
    padding-right: 0!important;
    padding-left: 0 !important;
  }
  .woocommerce .woovina-toolbar .woocommerce-ordering .orderby {
    width: 100% !important;
  }
  .menu-cart {
    font-size: 0;
  }
}
.yith-woocompare-widget a.compare.added {
  opacity: 1;
  visibility: visible;
  display: block!important;
  font-size: 13px !IMPORTANT;
  position: relative;
  width: auto!important;
  height: auto!important;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  -ms-border-radius: 3px!important;
  border-radius: 3px!important;
  color: #616161!important;
  background: 0 0!important;
  margin: 0!important;
  padding: 0 30px!important;
  box-shadow: none!important;
  border: 1px solid #e0e0e0!important;
  line-height: 30px!important;
  text-transform: capitalize;
  top: auto;
  right: auto;
  bottom: auto!important;
  float: right;
}
.rtl .yith-woocompare-widget a.compare.added,
.rtl.yith-woocompare-widget a.compare.added {
  float: left;
}
.yith-woocompare-widget a.compare.added:before {
  display: none !important;
}
.yith-woocompare-widget a.compare.added:hover {
  border-color: #64c278 !important;
  background: #64c278 !important;
  color: #ffffff !important;
}
.yith-woocompare-widget a.compare {
  overflow: hidden;
}
.yith-woocompare-widget a.compare:after {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
  top: auto;
  border-radius: 50% 50% 0 0;
  background: #64c278;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.yith-woocompare-widget a.compare:hover:after {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
  height: 300%;
}
.product-countdown .is-countdown {
  display: block;
}
.is-countdown {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  -o-transition: .4s all;
  transition: 0.4s all;
}
.rtl .is-countdown {
  left: auto;
  right: 0;
}
.rtl.is-countdown {
  left: auto;
  right: 0;
}
.countdown-rtl {
  direction: rtl;
}
.countdown-holding span {
  color: #888888;
}
.countdown-show1 .countdown-section {
  width: 98%;
}
.countdown-show2 .countdown-section {
  width: 48%;
}
.countdown-show3 .countdown-section {
  width: 32.5%;
}
.countdown-show4 .countdown-section {
  width: 22%;
}
.countdown-show5 .countdown-section {
  width: 19.5%;
}
.countdown-show6 .countdown-section {
  width: 16.25%;
}
.countdown-show7 .countdown-section {
  width: 14%;
}
.countdown-section {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-right: 3px;
}
.rtl .countdown-section {
  margin-left: 3px;
  margin-right: 0;
}
.countdown-section:last-child {
  margin-right: 0;
}
.rtl .countdown-section:last-child {
  margin-left: 0;
  margin-right: 0;
}
.countdown-period {
  display: block;
  font-size: 13px;
  color: #616161;
  background-color: #e9e9e9;
  padding: 5px 0;
}
.countdown-descr {
  display: block;
  width: 100%;
}
.countdown-amount {
  color: #616161;
  font-size: 15px;
  display: inline-block;
  width: 100%;
  background-color: #d4d4d4;
  padding: 7px 0;
}
.woocommerce ul.products li.product .product-inner:hover .is-countdown {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.rtl #top-bar-nav > ul > li {
  margin-left: 20px;
  margin-right: 0;
}
.rtl #top-bar-nav > ul > li:last-child {
  margin-left: 0;
}
.rtl .icon-col-box .elementor-icon-box-wrapper {
  -webkit-flex-direction: row!important;
  -ms-flex-direction: row!important;
  flex-direction: row !important;
}
.rtl .icon-col-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
  margin-right: 0!important;
  margin-left: 10px;
}
.rtl #product_cat {
  background-position-x: 7%!important;
  background-position: center left;
}
.rtl .menu-category .elementor-widget-container {
  border-width: 0 5px 0 0 !important;
}
.rtl .menu-category .elementor-widget-container .elementor-menu-toggle {
  margin-right: 0!important;
  margin-left: auto !important;
}
.rtl .slider-home .slick-prev:before {
  content: "\f0da" !important;
}
.rtl .slider-home .slick-next:before {
  content: "\f0d9" !important;
}
.rtl .widget_products .product_list_widget li {
  padding: 20px 104px 10px 0 !important;
}
.rtl .woocommerce ul.product_list_widget li img {
  right: 0;
  left: auto;
}
.rtl .slick-prev span:before,
.rtl .slick-prev:before {
  content: "\f0da" !important;
}
.rtl .slick-next span:before,
.rtl .slick-next:before {
  content: "\f0d9" !important;
}
.rtl .slick-prev {
  left: 30px!important;
  right: auto !important;
}
.rtl .text-left {
  text-align: left !important;
}
.rtl .woocommerce ul.product_list_widget li {
  padding: 10px 94px 10px 0 !important;
}
.rtl .main-navigation > ul > li:first-child > a {
  padding-left: 20px!important;
  padding-right: 0 !important;
}
.rtl ul.page-numbers li a.next i:before {
  content: "\f104" !important;
}
.rtl ul.page-numbers li a.prev i:before {
  content: "\f105" !important;
}
.rtl #footer-widgets .woovina-custom-links li a:before {
  content: "\f100" !important;
}
.rtl .menu-category.elementor-nav-menu--toggle .elementor-menu-toggle + .elementor-nav-menu__container .elementor-nav-menu > li > a {
  justify-content: right !important;
}
.rtl #footer-bottom #copyright {
  float: right;
  text-align: right;
}
.rtl #footer-bottom #footer-bottom-menu {
  float: left;
  text-align: left;
}
.rtl.woocommerce div.product form.cart .button {
  float: none !important;
}
.rtl.woocommerce div.product .summary form.cart .added_to_cart:before,
.rtl.woocommerce div.product .summary form.cart .single_add_to_cart_button:before {
  padding-left: 8px;
  padding-right: 0 !important;
}
.rtl .wvn-floating-bar form.cart .quantity {
  margin: 0 0 0 15px !important;
}
.rtl.single-product div.product table.group_table tr td.woocommerce-grouped-product-list-item__quantity .quantity {
  margin-left: 0 !important;
}
.rtl p.stars span a {
  border-left: 1px solid;
  margin-left: 1em;
  margin-right: 0;
  border-right: 0;
}
@media only screen and (max-width: 1200px) and (min-width: 1023px) {
  .rtl #site-navigation-wrap .main-navigation > .dropdown-menu > li.full-mega > .sub-menu {
    right: -46% !important;
    left: auto !important;
  }
}
.rtl .woocommerce ul.products li.product .woo-entry-inner .image-wrap .outofstock-badge:before {
  display: none;
}
.rtl .woocommerce ul.products li.product .woo-entry-inner .image-wrap .outofstock-badge:after {
  content: "\f119";
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: 100;
  padding-left: 4px;
}
.content-full-screen .page-header {
  margin-bottom: 50px;
}
.sidebar-container .widget_search #product_cat {
  margin-bottom: 10px;
}
.content-both-sidebars .content-area {
  padding: 0!important;
  border: none !important;
}
#menu-top-menu > li:before {
  content: '';
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 50px;
}
.rtl #menu-top-menu > li:before,
.rtl#menu-top-menu > li:before {
  left: auto;
  right: 0;
}
#menu-top-menu > li:hover:before {
  display: block;
}
#menu-top-menu > li > ul.sub-menu {
  margin-top: 10px;
  display: block !important;
  overflow: hidden;
  max-height: 0;
  max-width: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  -moz-transform: perspective(600px) rotateX(-90deg);
  -ms-transform: perspective(600px) rotateX(-90deg);
  -o-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
#menu-top-menu > li > ul.sub-menu > li:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
#menu-top-menu > li:hover > ul.sub-menu {
  overflow: visible;
  max-height: 3000px;
  max-width: 1170px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: perspective(600px) rotateX(0deg);
  -moz-transform: perspective(600px) rotateX(0deg);
  -ms-transform: perspective(600px) rotateX(0deg);
  -o-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}
#top-bar-content.has-content {
  float: none;
}
#top-bar-content.has-content #top-bar-nav {
  float: right;
  margin: 0 !important;
}
#top-bar-content.has-content .topbar-content,
.rtl #top-bar-content.has-content #top-bar-nav,
.rtl#top-bar-content.has-content #top-bar-nav {
  float: left;
}
.rtl #top-bar-content.has-content .topbar-content,
.rtl#top-bar-content.has-content .topbar-content {
  float: right;
}
.elementor-icon {
  vertical-align: top;
}
.menu-category .elementor-nav-menu--dropdown .sub-arrow {
  position: absolute;
  top: 55%;
  right: 15px;
  padding: 0;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  transition: 0.5s all;
}
.rtl .menu-category .elementor-nav-menu--dropdown .sub-arrow,
.rtl.menu-category .elementor-nav-menu--dropdown .sub-arrow {
  left: 15px;
  right: auto;
}
.menu-category .elementor-nav-menu--dropdown li.menu-item-has-children > .sub-menu .menu-item a {
  -webkit-justify-content: left;
  justify-content: left;
  border-left: none!important;
  border-right: none;
  font-size: 14px;
  white-space: nowrap;
}
.menu-category .elementor-nav-menu--dropdown li.menu-item-has-children > .sub-menu .menu-item > a:before {
  content: "\f192";
  display: block;
  float: left;
  font-family: FontAwesome;
  margin-right: 15px;
  font-size: 10px;
  color: #929292;
  font-weight: 400;
}
.rtl .menu-category .elementor-nav-menu--dropdown li.menu-item-has-children > .sub-menu .menu-item > a:before {
  margin-left: 15px;
  margin-right: 0;
}
.menu-category .elementor-nav-menu--dropdown li.menu-item-has-children:hover > .has-submenu > .sub-arrow {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media screen and (min-width: 1200px) {
  .menu-category .elementor-nav-menu--dropdown li.menu-item-has-children > .sub-menu {
    display: block!important;
    position: absolute;
    width: 100%;
    top: 0;
    left: 100%;
    -webkit-transition: .6s all;
    -moz-transition: .6s all;
    -o-transition: .6s all;
    transition: .6s all;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
  }
  .rtl .menu-category .elementor-nav-menu--dropdown li.menu-item-has-children > .sub-menu,
  .rtl.menu-category .elementor-nav-menu--dropdown li.menu-item-has-children > .sub-menu {
    left: auto;
    right: 100%;
  }
  .menu-category .elementor-nav-menu--dropdown li.menu-item-has-children > .sub-menu .menu-item a:hover:before {
    color: #ffffff;
  }
  .menu-category .elementor-nav-menu--dropdown li.menu-item-has-children > .has-submenu > .sub-arrow {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: 0.3s all;
  }
  .menu-category .elementor-nav-menu--dropdown li.menu-item-has-children:hover > .has-submenu > .sub-arrow {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #ffffff;
  }
  .menu-category .elementor-nav-menu--dropdown li.menu-item-has-children:hover > .sub-menu {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
}
@media screen and (max-width: 1200px) {
  .menu-category .elementor-nav-menu--dropdown li.menu-item-has-children.current-menu-item > a {
    color: #fff;
    background-color: #64c278;
  }
  .menu-category .elementor-nav-menu--dropdown li.menu-item-has-children.current-menu-item > a:before {
    color: #ffffff;
  }
  .menu-category .elementor-nav-menu--dropdown li.menu-item-has-children > .sub-menu {
    border: none;
  }
  .menu-category .elementor-nav-menu--dropdown li.menu-item-has-children > .sub-menu .menu-item a:hover,
  .menu-category .elementor-nav-menu--dropdown li.menu-item-has-children > .sub-menu .menu-item a:hover:before {
    color: #64c278;
  }
}
#footer-bottom #copyright {
  width: 60%;
}
#footer-bottom #footer-bottom-menu {
  width: 40% !important;
}
@media screen and (max-width: 1200px) and (min-width: 960px) {
  #site-header.center-header #site-navigation-wrap .dropdown-menu > li > a,
  #site-header.full_screen-header .fs-dropdown-menu > li > a,
  #site-header.medium-header #site-navigation-wrap .dropdown-menu > li > a,
  #site-header.top-header #site-navigation-wrap .dropdown-menu > li > a,
  #site-navigation-wrap .dropdown-menu > li > a,
  .woovina-mobile-menu-icon a {
    font-size: 14px!important;
    padding: 0 12px !important;
  }
  .woo-menu-icon .wcmenucart .wcmenucart-count {
    vertical-align: 2px;
  }
}
@media screen and (max-width: 959px) {
  .content-left-sidebar .content-area,
  .content-left-sidebar .widget-area.sidebar-primary {
    padding: 0 !important;
  }
  .site-breadcrumbs {
    right: 0;
  }
  .rtl .site-breadcrumbs,
  .rtl.site-breadcrumbs {
    left: 0;
    right: auto;
  }
  #footer-bottom #copyright,
  #footer-bottom #footer-bottom-menu {
    width: 100% !important;
  }
}
.header-search .woocommerce-product-search button[type=submit] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.header-search .elementor-widget-container .woocommerce-product-search #product_cat {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.woocommerce button.button.loading:after {
  background: 0 0!important;
  float: right;
  position: relative!important;
  height: auto!important;
  width: auto!important;
  z-index: 1 !important;
}
.rtl .woocommerce button.button.loading:after,
.rtl.woocommerce button.button.loading:after {
  float: left;
}
#wvn-qv-content.woocommerce span.onsale {
  left: 10px !important;
}
.rtl #wvn-qv-content.woocommerce span.onsale,
.rtl#wvn-qv-content.woocommerce span.onsale {
  left: auto!important;
  right: 10px !important;
}
.rtl .menu-category .elementor-nav-menu--dropdown li.menu-item-has-children:hover > .has-submenu > .sub-arrow {
  -webkit-transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  -o-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}
.rtl .menu-category .elementor-nav-menu--dropdown li.menu-item-has-children > .sub-menu .menu-item a {
  -webkit-justify-content: right;
  justify-content: right;
}
.rtl .header-search .woocommerce-product-search button[type=submit] {
  border-radius: 3px 0 0 3px;
}
.woocommerce .related.products,
.woocommerce .upsells.products {
  margin-top: 20px !important;
}
.single-product #main #content-wrap {
  padding-bottom: 0 !important;
}
.wvn-floating-bar .product_price p {
  color: #ffffff;
}
.site-footer .widget_nav_menu li:first-child,
.widget-recent-posts-icons li:first-child,
.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child,
.woovina-widget-recent-posts-li:first-child {
  border-top: none;
}
.site-footer .widget_nav_menu li,
.widget-recent-posts-icons li,
.widget_archive li,
.widget_categories li,
.widget_recent_comments li,
.widget_recent_entries li,
.woovina-widget-recent-posts-li {
  border-bottom: none;
}
.tab-product .elementor-tabs-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 14px;
}
li.hidden-blog {
  display: none !important;
}
.woocommerce form input[type=number] {
  -moz-appearance: textfield;
}
.wvn-product-nav li.thumb-prev > div.wvn-nav-thumb,
.wvn-product-nav li > div.wvn-nav-thumb {
  left: 14% !important;
}
.woocommerce div.product .entry-summary form.cart {
  border-bottom: none;
}
div#wvn-qv-wrap .summary {
  padding: 10px;
  margin: 0;
}
#searchform-header-replace {
  padding: 0 30px;
}
#searchform-header-replace form {
  position: relative;
}
#searchform-header-replace #product_cat {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/arrow-bottom.png) center right no-repeat;
  background-size: 7%;
  position: absolute;
  top: 50%;
  right: 20px;
  max-width: 150px;
  border: none;
  color: #737373;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.rtl #searchform-header-replace #product_cat {
  left: 20px;
  right: auto;
}
.rtl#searchform-header-replace #product_cat {
  left: 20px;
  right: auto;
}
#searchform-header-replace input {
  padding-right: 150px;
}
.rtl #searchform-header-replace input {
  padding-left: 150px;
  padding-right: 0;
}
@media only screen and (max-width: 1024px) {
  #top-bar-wrap #top-bar {
    padding-left: 10px;
    padding-right: 10px;
  }
  #footer-widgets .footer-box,
  #footer-bottom #footer-bottom-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  div#site-header-inner,
  body div.is-sticky #site-header.fixed-scroll #site-header-inner {
    padding: 0 10px;
  }
  .page-header .container {
    padding-left: 10px!important;
    padding-right: 10px !important;
  }
  #main .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  /*Menu-Categories*/
  .menu-category .woovina-nav-menu__container .woovina-nav-menu > li a.highlighted::after {
    width: 100%;
  }
  .menu-category .woovina-nav-menu__container .woovina-nav-menu > li a:hover .sub-arrow {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
  }
  .menu-category .woovina-nav-menu__container .woovina-nav-menu > li a {
    padding: 15px 5px !important;
  }
  .menu-category .woovina-nav-menu__container .woovina-nav-menu > li a .sub-arrow {
    padding-left: 0px;
  }
  .rtl .menu-category .woovina-nav-menu__container .woovina-nav-menu > li a .sub-arrow {
    padding-right: 0px;
    padding-left: 0;
  }
  /*End Menu-Categories*/
  div.is-sticky #site-header-inner {
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  a.mobile-menu .hamburger-inner,
  a.mobile-menu .hamburger-inner::after,
  a.mobile-menu .hamburger-inner::before {
    background-color: #ffffff;
  }
  div.is-sticky #site-header-inner {
    padding: 10px 20px;
  }
  .content-left-sidebar .content-area {
    margin-bottom: 0;
  }
  #woovina-off-canvas-sidebar-wrap .woovina-off-canvas-sidebar .sidebar-box.widget_custom_html {
    padding-bottom: 0;
  }
  #woovina-off-canvas-sidebar-wrap .woovina-off-canvas-sidebar .sidebar-box.widget_custom_html .widget-title {
    border: none;
    font-size: 24px!important;
    color: #64c278;
    font-weight: 700!important;
    border-bottom: 0!important;
    padding-bottom: 0 !important;
  }
  #woovina-off-canvas-sidebar-wrap .woovina-off-canvas-sidebar .sidebar-box.widget_custom_html .widget-title::after {
    display: none;
  }
  #woovina-off-canvas-sidebar-wrap .woovina-off-canvas-sidebar .sidebar-box {
    padding: 0 0 30px;
    border: none;
  }
  #woovina-off-canvas-sidebar-wrap .woovina-off-canvas-sidebar .sidebar-box .widget-title {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    position: relative;
  }
  #woovina-off-canvas-sidebar-wrap .woovina-off-canvas-sidebar .sidebar-box .widget-title::after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 100%;
    max-width: 60px;
    height: 1px;
    background-color: #64c278;
  }
  #woovina-off-canvas-sidebar-wrap div.woovina-off-canvas-sidebar {
    padding: 20px;
  }
  .content-right-sidebar .content-area {
    margin-bottom: 0;
  }
  div.wvn-floating-bar.show,
  div.wvn-floating-bar.show .container {
    height: 55px;
  }
  #footer-widgets .footer-box {
    width: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  div#site-header-inner,
  div.is-sticky #site-header-inner {
    padding: 0 10px;
  }
  div.woo-menu-icon .wcmenucart .wcmenucart-count {
    background-color: unset;
    line-height: 25px;
    vertical-align: -5px;
  }
  div.woo-menu-icon .wcmenucart:hover .wcmenucart-count {
    background-color: unset;
  }
  div.woo-menu-icon .wcmenucart .wcmenucart-count i {
    font-size: 24px;
    color: #ffffff;
  }
  div.woo-menu-icon:hover > .wcmenucart .wcmenucart-count i {
    color: #65c178;
  }
  div.woo-menu-icon .wcmenucart .wcmenucart-count .count {
    top: -5px;
    right: 0;
  }
  div.col-width-v2.v1 {
    width: 100% !important;
  }
  .column-social-icon-home {
    display: none !important;
  }
  .wvn-product-nav li.thumb-next,
  .wvn-product-nav li.thumb-prev {
    display: none;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: inline-block !important;
  }
  #footer-bottom-menu {
    display: none;
  }
  div#footer-bottom {
    padding: 8px!important;
    border-top: 1px solid #2f2e2e 1a;
  }
  body.has-breadcrumbs h1.page-header-title {
    padding: 0;
  }
  div#mobile-navbar {
    background: #3c3c3c;
  }
  div#mobile-navbar li.menu-item.current-menu-item a {
    color: #64c278;
  }
  div#mobile-navbar li.menu-item a {
    color: #ffffff;
  }
  .sidr-open #mobile-navbar {
    left: auto;
    right: auto;
  }
  #donnan-toolbar {
    position: absolute;
    z-index: 99;
  }
  div#mobile-navbar.active {
    z-index: 99;
  }
  #scroll-top.has-mobile-navbar {
    bottom: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .woocommerce .woovina-off-canvas-filter {
    float: none;
  }
  .col-width.col-icon-box {
    width: 50% !important;
  }
  .woocommerce div.product div.woocommerce-tabs ul.tabs li {
    width: 100%;
    text-align: center;
  }
  .woocommerce div.product div.woocommerce-tabs ul.tabs li a {
    width: 100%;
  }
  .woocommerce .wvn-account-links li a.wvn-account-link {
    font-size: 30px;
  }
  .woocommerce div.product div.woocommerce-tabs ul.tabs li a {
    border: 1px solid #f1f1f1;
    margin-top: 0;
    margin-bottom: 0;
  }
  .woocommerce div.product div.woocommerce-tabs ul.tabs li a:hover {
    border-color: #64c278;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: none;
  }
  .woocommerce div.product div.woocommerce-tabs ul.tabs li.description_tab a {
    border-top: 1px solid #f1f1f1 !important;
  }
}
@media only screen and (max-width: 320px) {
  .newsletter-form .wew-newsletter-form-button {
    padding: 0px !important;
    font-size: 0 !important;
  }
  .newsletter-form .wew-newsletter-form-button:before {
    position: relative;
    top: unset;
    right: unset;
    display: block;
  }
  .newsletter-form .wew-newsletter-form-wrap input[type="email"] {
    padding: 0 57px 0 15px;
  }
  .rtl .newsletter-form .wew-newsletter-form-wrap input[type="email"] {
    padding: 0 15px 0 57px;
  }
  div#woovina-cart-sidebar-wrap .woovina-cart-sidebar {
    width: 280px;
  }
  .wvn-qv-container div.product .summary form.cart .added_to_cart,
  .wvn-qv-container div.product .summary form.cart .single_add_to_cart_button {
    margin-top: 15px;
  }
}
/*20190406*/
body .woovina-row.grid .product.span_1_of_1,
body .woovina-row.grid .product.span_1_of_2,
body .woovina-row.grid .product.span_1_of_3,
body .woovina-row.grid .product.span_1_of_4,
body .woovina-row.grid .product.span_1_of_5,
body .woovina-row.grid .product.span_1_of_6,
body .woovina-row.grid .product.span_1_of_7,
body .woovina-row.grid .product.span_1_of_8,
body .woovina-row.grid .product.span_1_of_9,
body .woovina-row.grid .product.span_1_of_10,
body .woovina-row.grid .product.span_1_of_11,
body .woovina-row.grid .product.span_1_of12 {
  width: unset!important;
  padding: 0;
  margin: 0;
}
.woocommerce .products.grid.desktop-1-col {
  grid-template-columns: repeat(1, 1fr);
}
.woocommerce .products.grid.desktop-2-col {
  grid-template-columns: repeat(2, 1fr);
}
.woocommerce .products.grid.desktop-3-col {
  grid-template-columns: repeat(3, 1fr);
}
.woocommerce .products.grid.desktop-4-col {
  grid-template-columns: repeat(4, 1fr);
}
.woocommerce .products.grid.desktop-5-col {
  grid-template-columns: repeat(5, 1fr);
}
.woocommerce .products.grid.desktop-6-col {
  grid-template-columns: repeat(6, 1fr);
}
.woocommerce .products.grid.desktop-7-col {
  grid-template-columns: repeat(7, 1fr);
}
.woocommerce .products.grid.desktop-8-col {
  grid-template-columns: repeat(8, 1fr);
}
.woocommerce .products.grid.desktop-9-col {
  grid-template-columns: repeat(9, 1fr);
}
.woocommerce .products.grid.desktop-10-col {
  grid-template-columns: repeat(10, 1fr);
}
.woocommerce .products.grid.desktop-11-col {
  grid-template-columns: repeat(11, 1fr);
}
.woocommerce .products.grid.desktop-12-col {
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (max-width: 1200px) and (min-width: 960px) {
  .archive.woocommerce ul.products.grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .woocommerce .products.grid.tablet-1-col {
    grid-template-columns: repeat(1, 1fr);
  }
  .woocommerce .products.grid.tablet-2-col {
    grid-template-columns: repeat(2, 1fr);
  }
  .woocommerce .products.grid.tablet-3-col {
    grid-template-columns: repeat(3, 1fr);
  }
  .woocommerce .products.grid.tablet-4-col {
    grid-template-columns: repeat(4, 1fr);
  }
  .woocommerce .products.grid.tablet-5-col {
    grid-template-columns: repeat(5, 1fr);
  }
  .woocommerce .products.grid.tablet-6-col {
    grid-template-columns: repeat(6, 1fr);
  }
  .woocommerce .products.grid.tablet-7-col {
    grid-template-columns: repeat(7, 1fr);
  }
  .woocommerce .products.grid.tablet-8-col {
    grid-template-columns: repeat(8, 1fr);
  }
  .woocommerce .products.grid.tablet-9-col {
    grid-template-columns: repeat(9, 1fr);
  }
  .woocommerce .products.grid.tablet-10-col {
    grid-template-columns: repeat(10, 1fr);
  }
  .woocommerce .products.grid.tablet-11-col {
    grid-template-columns: repeat(11, 1fr);
  }
  .woocommerce .products.grid.tablet-12-col {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media screen and (max-width: 663px) and (min-width: 415px) {
  .woocommerce .products.grid.desktop-1-col,
  .woocommerce .products.grid.desktop-2-col,
  .woocommerce .products.grid.desktop-3-col,
  .woocommerce .products.grid.desktop-4-col,
  .woocommerce .products.grid.desktop-5-col,
  .woocommerce .products.grid.desktop-6-col,
  .woocommerce .products.grid.desktop-7-col,
  .woocommerce .products.grid.desktop-8-col,
  .woocommerce .products.grid.desktop-9-col,
  .woocommerce .products.grid.desktop-10-col,
  .woocommerce .products.grid.desktop-11-col,
  .woocommerce .products.grid.desktop-12-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 414px) {
  .woocommerce .products.grid.mobile-1-col {
    grid-template-columns: repeat(1, 1fr);
  }
  .woocommerce .products.grid.mobile-2-col {
    grid-template-columns: repeat(2, 1fr);
  }
  .woocommerce .products.grid.mobile-3-col {
    grid-template-columns: repeat(3, 1fr);
  }
  .woocommerce .products.grid.mobile-4-col {
    grid-template-columns: repeat(4, 1fr);
  }
  .woocommerce .products.grid.mobile-5-col {
    grid-template-columns: repeat(5, 1fr);
  }
  .woocommerce .products.grid.mobile-6-col {
    grid-template-columns: repeat(6, 1fr);
  }
  .woocommerce .products.grid.mobile-7-col {
    grid-template-columns: repeat(7, 1fr);
  }
  .woocommerce .products.grid.mobile-8-col {
    grid-template-columns: repeat(8, 1fr);
  }
  .woocommerce .products.grid.mobile-9-col {
    grid-template-columns: repeat(9, 1fr);
  }
  .woocommerce .products.grid.mobile-10-col {
    grid-template-columns: repeat(10, 1fr);
  }
  .woocommerce .products.grid.mobile-11-col {
    grid-template-columns: repeat(11, 1fr);
  }
  .woocommerce .products.grid.mobile-12-col {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media screen and (max-width: 300px) {
  .woocommerce .products.grid.desktop-1-col,
  .woocommerce .products.grid.desktop-2-col,
  .woocommerce .products.grid.desktop-3-col,
  .woocommerce .products.grid.desktop-4-col,
  .woocommerce .products.grid.desktop-5-col,
  .woocommerce .products.grid.desktop-6-col,
  .woocommerce .products.grid.desktop-7-col,
  .woocommerce .products.grid.desktop-8-col,
  .woocommerce .products.grid.desktop-9-col,
  .woocommerce .products.grid.desktop-10-col,
  .woocommerce .products.grid.desktop-11-col,
  .woocommerce .products.grid.desktop-12-col {
    grid-template-columns: repeat(1, 1fr);
  }
}
.woocommerce .products.grid {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  margin: 0;
}
#site-header {
  z-index: 99!important;
}
div.wvn-cart-overlay {
  z-index: 98;
}
.show-cart .woo-menu-icon.wcmenucart-toggle-drop_down .current-shop-items-dropdown {
  -webkit-transform: perspective(600px) rotateX(0deg);
  -moz-transform: perspective(600px) rotateX(0deg);
  -ms-transform: perspective(600px) rotateX(0deg);
  -o-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}
/*Categories*/
.menu-category .elementor-nav-menu--dropdown li a.highlighted {
  background-color: #64c278 !important;
}
.menu-category .elementor-nav-menu--dropdown li a.highlighted:before {
  color: #ffffff !important;
}
.menu-category .elementor-nav-menu--dropdown li a.highlighted:hover {
  color: #ffffff !important;
}
.menu-category .elementor-nav-menu--dropdown li a.highlighted:hover:before {
  color: #ffffff !important;
}
.menu-category .elementor-nav-menu--dropdown li a.highlighted > .sub-arrow {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu-category .elementor-nav-menu--dropdown li a:focus {
  background-color: rgba(101, 193, 120, 0);
}
.rtl .menu-category .elementor-nav-menu--dropdown li a.highlighted > .sub-arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.newsletter-form .wew-newsletter-form-wrap input[type="email"] {
  padding: 0 157px 0 15px;
}
.rtl .newsletter-form .wew-newsletter-form-wrap input[type="email"] {
  padding: 0 15px 0 157px;
}
#woovina-off-canvas-sidebar-wrap .sidebar-box:last-child {
  padding-bottom: 40px!important;
}
/*Products*/
.woocommerce ul.products li.product {
  overflow: visible;
}
.woocommerce ul.products li.product li.image-wrap {
  margin: 0 -10px 15px;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
}
.woocommerce ul.products li.product li.category {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal!important;
  text-overflow: ellipsis;
}
.woocommerce ul.products li.product li.category a {
  line-height: 16px;
}
.woocommerce ul.products li.product li.title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.woocommerce ul.products li.product.outofstock .btn-wrap .btn-addtocart a:before {
  content: "\f06e";
}
.woocommerce ul.products li.product .btn-wrap {
  padding-bottom: 15px;
}
.woocommerce ul.products li.product .btn-wrap .btn-inner a {
  font-size: 0;
  padding: 0;
  border-bottom: 3px solid #e1e1e1;
  font-weight: 400;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #f1f1f1;
  color: #616161;
  border-radius: 3px;
}
.woocommerce ul.products li.product .btn-wrap .btn-inner a:hover {
  border-color: #64c278;
  color: #ffffff;
  background-color: #64c278;
}
.woocommerce ul.products li.product .btn-wrap .btn-addtocart a:before {
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 14px;
  display: inline-block;
}
.woocommerce ul.products li.product .btn-wrap .btn-addtocart a.product_type_variable:before {
  content: "\f0c9";
}
.woocommerce ul.products li.product .btn-wrap .btn-addtocart a.product_type_grouped:before {
  content: "\f06e";
}
.woocommerce ul.products li.product .btn-wrap .btn-addtocart a.loading:before {
  display: none;
}
.woocommerce ul.products li.product .btn-wrap .btn-addtocart a.loading:after {
  font-size: 14px;
  margin: 0;
}
.woocommerce ul.products li.product .btn-wrap .btn-addtocart a.added_to_cart {
  background-color: #64c278;
  border-color: #64c278;
  color: #ffffff;
}
.woocommerce ul.products li.product .btn-wrap .btn-addtocart a.added_to_cart:after {
  display: none;
}
.woocommerce ul.products li.product .btn-wrap .btn-wishlist {
  position: relative;
  top: auto;
  right: auto;
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
  visibility: visible;
}
.rtl .woocommerce ul.products li.product .btn-wrap .btn-wishlist {
  left: auto;
  right: auto;
}
.rtl.woocommerce ul.products li.product .btn-wrap .btn-wishlist {
  left: auto;
  right: auto;
}
.woocommerce ul.products li.product .btn-wrap .btn-wishlist a:before {
  content: "\f004";
  font-family: FontAwesome !important;
  display: inline-block;
  font-size: 14px;
}
.woocommerce ul.products li.product .btn-wrap .btn-wishlist a.inited-add-wishlist,
.woocommerce ul.products li.product .btn-wrap .btn-wishlist a.tinvwl-product-in-list {
  background-color: #64c278;
  border-color: #64c278;
  color: #ffffff;
}
.woocommerce ul.products li.product .btn-wrap .btn-compare a:before {
  content: "\f074";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 14px;
}
.woocommerce ul.products li.product .btn-wrap .btn-compare a.added {
  background-color: #64c278;
  border-color: #64c278;
  color: #ffffff;
  display: block;
}
.woocommerce ul.products li.product:hover .btn-wrap .btn-inner {
  -webkit-animation: rubberBand 0.8s ease;
  -moz-animation: rubberBand 0.8s ease;
  -ms-animation: rubberBand 0.8s ease;
  -o-animation: rubberBand 0.8s ease;
  animation: rubberBand 0.8s ease;
}
/*Tooltip*/
.btn-inner {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.btn-inner:not(:last-child) {
  margin-right: 10px;
}
.rtl .btn-inner:not(:last-child) {
  margin-left: 10px;
  margin-right: 0;
}
.btn-inner .tooltip {
  position: absolute;
  bottom: 40px;
  width: auto;
  text-align: center;
  background-color: #64c278;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 7px;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}
.btn-inner .tooltip:before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #64c278;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}
.btn-inner:hover .tooltip {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
/*End Tooltip*/
/*End Products*/
/*Single-products*/
div.product .entry-summary .single_add_to_cart_button {
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 13px;
  border-bottom: 3px solid #d8d8d8;
  padding: 10px 20px;
  float: left;
}
.rtl div.product .entry-summary .single_add_to_cart_button {
  float: right;
}
.rtldiv.product .entry-summary .single_add_to_cart_button {
  float: right;
}
div.product .entry-summary .single_add_to_cart_button:before {
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 13px;
  display: inline-block;
  padding-right: 8px;
  font-weight: 400;
}
.rtl div.product .entry-summary .single_add_to_cart_button:before {
  padding-left: 8px;
  padding-right: 0;
}
div.product .entry-summary .single_add_to_cart_button:hover {
  border-color: #64c278;
}
div.product .entry-summary .single_add_to_cart_button.loading {
  background-color: #64c278 !important;
  color: #ffffff !important;
  border-color: #64c278;
}
div.product .entry-summary .single_add_to_cart_button.disabled {
  background-color: #f1f1f1;
}
div.product .entry-summary form.cart .added_to_cart {
  display: none;
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 13px;
  border-bottom: 3px solid #64c278;
  padding: 10px 20px;
  float: left;
  line-height: 1;
  background-color: #64c278;
  color: #fff;
  border-radius: 3px;
}
.rtl div.product .entry-summary form.cart .added_to_cart {
  float: right;
}
.rtldiv.product .entry-summary form.cart .added_to_cart {
  float: right;
}
div.product .entry-summary form.cart .added_to_cart:before {
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 13px;
  display: inline-block;
  padding-right: 8px;
  font-weight: 400;
}
.rtl div.product .entry-summary form.cart .added_to_cart:before {
  padding-left: 8px;
  padding-right: 0;
}
div.product .entry-summary form.cart .btn-single-page {
  float: left;
  width: 100%;
}
.rtl div.product .entry-summary form.cart .btn-single-page {
  float: right;
}
.rtldiv.product .entry-summary form.cart .btn-single-page {
  float: right;
}
div.product .entry-summary .btn-inner {
  margin-top: 10px;
}
div.product .entry-summary .btn-inner a {
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 13px;
  border-bottom: 3px solid #d8d8d8;
  padding: 10px 20px;
  background-color: #f1f1f1;
  margin: 0;
  line-height: 1;
  border-radius: 3px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: border-color 0.7s ease-in-out, color 0.5s;
}
div.product .entry-summary .btn-inner a:after {
  transition: height 0.5s ease-in-out;
  top: auto;
  border-radius: 50% 50% 0 0;
  background: #64c278;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
div.product .entry-summary .btn-inner a:hover {
  background-color: transparent !important;
  color: #ffffff;
  border-color: #64c278;
  transition: border-color 0s ease-in-out, color 0.5s;
}
div.product .entry-summary .btn-inner a:hover:after {
  transition: height 0.5s ease-in-out;
  height: 300%;
}
div.product .entry-summary .btn-inner a.tinvwl_add_to_wishlist_button:before {
  content: "\f004" !important;
  font-family: FontAwesome!important;
  display: inline-block;
  font-size: 13px;
  padding-right: 8px;
  font-weight: 400;
}
.rtl div.product .entry-summary .btn-inner a.tinvwl_add_to_wishlist_button:before {
  padding-left: 8px;
  padding-right: 0;
}
div.product .entry-summary .btn-inner a.compare:before {
  content: "\f074";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 13px;
  padding-right: 8px;
  font-weight: 400;
}
.rtl div.product .entry-summary .btn-inner a.compare:before {
  padding-left: 8px;
  padding-right: 0;
}
div.product .entry-summary .btn-inner a.tinvwl-product-in-list,
div.product .entry-summary .btn-inner a.added {
  background-color: #64c278 !important;
  color: #ffffff;
  border-color: #64c278;
}
/*End Single-products*/
/*Quickview*/
#wvn-qv-wrap ul.flex-direction-nav a {
  border-radius: 50%;
  text-align: center!important;
}
#wvn-qv-wrap ul.flex-direction-nav a.flex-next:before {
  content: "\f0da";
  margin-left: 5px;
}
#wvn-qv-wrap ul.flex-direction-nav a.flex-prev:before {
  content: "\f0d9";
  margin-right: 5px;
}
#wvn-qv-wrap ul.flex-direction-nav a:hover {
  background-color: #64c278;
  color: #ffffff;
}
#wvn-qv-wrap ol.flex-control-nav li a.flex-active,
#wvn-qv-wrap ol.flex-control-nav li a:hover {
  background-color: #64c278;
  border-color: #64c278;
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
}
#wvn-qv-wrap .tinv-wraper {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.rtl #wvn-qv-wrap .tinv-wraper {
  float: right;
}
.rtl#wvn-qv-wrap .tinv-wraper {
  float: right;
}
#wvn-qv-wrap .tinv-wraper a {
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 13px;
  border-bottom: 3px solid #d8d8d8;
  padding: 10px 20px;
  background-color: #f1f1f1;
  margin: 0;
  line-height: 1;
  border-radius: 3px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: border-color 0.7s ease-in-out, color 0.5s;
}
#wvn-qv-wrap .tinv-wraper a:after {
  transition: height 0.5s ease-in-out;
  top: auto;
  border-radius: 50% 50% 0 0;
  background: #64c278;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
#wvn-qv-wrap .tinv-wraper a:hover {
  background-color: transparent !important;
  color: #ffffff;
  border-color: #64c278;
  transition: border-color 0s ease-in-out, color 0.5s;
}
#wvn-qv-wrap .tinv-wraper a:hover:after {
  transition: height 0.5s ease-in-out;
  height: 300%;
}
#wvn-qv-wrap .tinv-wraper a:before {
  content: "\f004" !important;
  font-family: FontAwesome!important;
  display: inline-block;
  font-size: 13px;
  padding-right: 8px;
  font-weight: 400;
}
.rtl #wvn-qv-wrap .tinv-wraper a:before {
  padding-left: 8px;
  padding-right: 0;
}
#wvn-qv-wrap .tinv-wraper a.tinvwl-product-in-list {
  background-color: #64c278 !important;
  color: #ffffff;
  border-color: #64c278;
}
/*End Quickview*/
.sidr-open .header-menu.visible-mobile {
  left: 300px !important;
  opacity: 1;
  transition: 0.3s all ease-in-out !important;
  visibility: visible;
}
.sidr-open #mobile-navbar {
  left: 300px;
  right: auto;
}
@media screen and (max-width: 1200px) {
  .related .is-countdown,
  .up-sells .is-countdown {
    display: none;
  }
}
@media screen and (max-width: 1200px) and (min-width: 960px) {
  .about-us-home .wvn-heading,
  .about-us-home .about-homepage {
    display: block!important;
  }
  .latest-blog {
    width: 66.66%!important;
  }
}
@media screen and (min-width: 960px) {
  .woocommerce .woovina-off-canvas-filter {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  #site-navigation-wrap .dropdown-menu > li:last-child > a {
    padding-left: 0 !important;
  }
  .menu-category .woovina-menu-toggle .woovina-nav-menu-toggle-title {
    font-size: 13px;
  }
  .woocommerce ul.products li.product .is-countdown {
    display: none;
  }
  body.default-breakpoint .is-sticky .woovina-mobile-menu-icon a {
    line-height: 84px!important;
  }
  #site-logo.has-responsive-logo .responsive-logo-link img {
    max-height: 54px!important;
  }
  .tab-product .elementor-tabs-wrapper {
    overflow: hidden!important;
    display: block!important;
    overflow-x: auto!important;
    padding-bottom: 10px;
    white-space: nowrap;
  }
  .tab-product .elementor-tabs-wrapper .elementor-tab-title {
    width: auto;
    padding: 10px!important;
  }
  .tab-product .elementor-tabs-wrapper .elementor-tab-title:not(:last-child) {
    margin-right: 10px;
  }
  .rtl .tab-product .elementor-tabs-wrapper .elementor-tab-title:not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  div.product div.summary {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 664px) {
  .new-products .woocommerce ul.products.grid,
  .view-sm .woocommerce ul.products.grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media screen and (max-width: 663px) {
  .wvn-step .col-width {
    width: 50% !important;
  }
}
@media screen and (max-width: 480px) {
  a#scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
  }
  #woovina-off-canvas-sidebar-wrap div.woovina-off-canvas-sidebar {
    width: 280px;
  }
}
@media screen and (max-width: 300px) {
  .new-products .woocommerce ul.products.grid,
  .view-sm .woocommerce ul.products.grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
/*RTL*/
.rtl .wvn-product-nav li .prev i {
  display: none;
}
.rtl .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
  text-align: right;
}
.rtl .direction-ltr {
  direction: ltr;
}
.rtl.woocommerce .products .wvn-content-left .product-inner,
.rtl .woocommerce .products .wvn-content-left .product-inner {
  text-align: right;
}
.rtl .text-left .elementor-social-icon:not(:last-child) {
  margin-right: 5px!important;
  margin-left: 15px!important;
}
.rtl .icon-box .elementor-icon-box-icon {
  margin-left: 20px!important;
  margin-right: 0!important;
}
.rtl .icon-box.step4 > .elementor-widget-container {
  padding: 19px 20px 15px 0px!important;
}
/* page-loader */
.woovina-page-loader .woovina-loader.wvp-loader-one {
  border-top: 1px solid rgba(178, 25, 28, 0.1);
  border-right: 1px solid rgba(178, 25, 28, 0.1);
  border-bottom: 1px solid rgba(178, 25, 28, 0.1);
  border-left: 1px solid #64c278;
}
.woovina-page-loader .woovina-loader.wvp-loader-two span:nth-child(2) {
  background: #64c278;
}
.woovina-page-loader .woovina-loader.wvp-loader-two span:nth-child(3) {
  background: #407ac5;
}
.woovina-page-loader .woovina-loader.wvp-loader-two span:nth-child(4) {
  background: #ffb700;
}
.woovina-page-loader .woovina-loader.wvp-loader-three span {
  background: #64c278;
}
.woovina-page-loader .woovina-loader.wvp-loader-four .spinner-cube {
  background-color: #64c278;
}
.woovina-page-loader .woovina-loader.wvp-loader-five .spinner-cube:before {
  background-color: #64c278;
}
.woovina-page-loader .woovina-loader.wvp-loader-six .spinner-cube-1,
.woovina-page-loader .woovina-loader.wvp-loader-six .spinner-cube-2 {
  background-color: #64c278;
  opacity: 0.8;
  /* IE8 filter*/
  filter: alpha(opacity=80);
}
.woovina-page-loader .woovina-loader.wvp-loader-seven .box1,
.woovina-page-loader .woovina-loader.wvp-loader-seven .box2,
.woovina-page-loader .woovina-loader.wvp-loader-seven .box3 {
  border-color: #64c278;
}
.woovina-page-loader .woovina-loader.wvp-loader-eight defs stop:first-child {
  stop-color: #64c278 !important;
}
.woovina-page-loader .woovina-loader.wvp-loader-nine:before,
.woovina-page-loader .woovina-loader.wvp-loader-nine span {
  background-color: #64c278;
}
.woovina-page-loader .woovina-loader.wvp-loader-nine:after {
  border-color: #64c278;
}
.woovina-page-loader .woovina-loader.wvp-loader-ten .blob-1 {
  background-color: #64c278;
}
@-webkit-keyframes spinner-three {
  0% {
    height: 5px;
    transform: translateY(0px);
    background: #64c278;
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #f8484a;
  }
  50% {
    height: 5px;
    transform: translateY(0px);
    background: #64c278;
  }
  100% {
    height: 5px;
    transform: translateY(0px);
    background: #64c278;
  }
}
@keyframes spinner-three {
  0% {
    height: 5px;
    transform: translateY(0px);
    background: #64c278;
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #ffb700;
  }
  50% {
    height: 5px;
    transform: translateY(0px);
    background: #64c278;
  }
  100% {
    height: 5px;
    transform: translateY(0px);
    background: #64c278;
  }
}
/* Fix bug, Add 5 plugin: 09/09/2019*/
/* Plugin Popup login */
.woocommerce #customer_login > div .woocommerce-form {
  width: 100%;
}
.logged-in #top-bar-inner .top-bar-menu > li.login,
#top-bar-inner .top-bar-menu > li.my-account {
  display: none;
}
.logged-in #top-bar-inner .top-bar-menu > li.my-account {
  display: inline-block;
}
#wpl-login-form .wpl-login-content .wpl-close-button {
  color: #fff;
}
#wpl-login-form .wpl-login-wrap .content-header {
  background-color: #222;
}
/**/
/* Plugin Woocommerce Frequently Bought Togetther */
.yith-wfbt-section {
  background-color: #f5f5f5;
  margin-bottom: 30px;
}
.yith-wfbt-section > h3 {
  padding-top: 20px;
  text-align: center;
}
.yith-wfbt-section .yith-wfbt-form {
  margin: 0 20px;
  padding-bottom: 30px;
}
.yith-wfbt-section .yith-wfbt-submit-block {
  display: inline-block;
  float: right;
  margin-top: 20px;
}
.yith-wfbt-submit-block .price_text {
  font-size: 14px;
  margin: 15px 0;
}
.yith-wfbt-section .yith-wfbt-submit-block .yith-wfbt-submit-button:hover {
  background-color: #65c178;
}
/**/
#woovina-off-canvas-sidebar-wrap .select2-container .select2-selection--single {
  height: 40px;
}
#woovina-off-canvas-sidebar-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
#woovina-off-canvas-sidebar-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.woocommerce ul.products.list li.product .product-inner {
  overflow: hidden;
  padding: 0;
}
.woovina-menucart__container .woovina-menucart__products .woovina-menucart__product {
  grid-template-rows: auto;
}
.single-product div.product .entry-summary .single_add_to_cart_button {
  background-color: #65c178ad;
  color: #fff;
  border-bottom: 3px solid #65c178;
}
.menu-cart-custom .woovina-menucart__container .woovina-menucart__main .woovina-menucart__footer-buttons .elementor-button--checkout {
  background-color: #65c178;
  color: #fff;
  border-color: #65c178;
}
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  z-index: 9 !important;
}
#woo-popup-wrap .woo-popup-content .buttons-wrap a.cart-btn:hover {
  border-color: #212129;
}
.woocommerce-mini-cart__empty-message {
  text-align: left;
  padding-left: 20px;
}
/* Footer bottom copyright */
#footer-bottom.no-footer-nav #copyright ul li {
  width: 50%;
  float: left;
  list-style: none;
}
#footer-bottom.no-footer-nav #copyright ul {
  margin: 0;
}
#footer-bottom.no-footer-nav #copyright ul li.copyright {
  text-align: left;
}
#footer-bottom.no-footer-nav #copyright ul li.payment {
  text-align: right;
}
.rtl #footer-bottom.no-footer-nav #copyright ul li {
  float: right;
}
.rtl #footer-bottom.no-footer-nav #copyright ul li.copyright {
  text-align: right;
}
.rtl #footer-bottom.no-footer-nav #copyright ul li.payment {
  text-align: left;
}
@media screen and (max-width: 1200px) {
  #woo-popup-wrap .buttons-wrap a.cart-btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  #site-logo {
    top: 0;
  }
  #site-header {
    z-index: 101 !important;
  }
  body.default-breakpoint #site-header-inner #site-navigation-wrap {
    display: block;
  }
  #site-navigation-wrap .dropdown-menu > li.woo-menu-icon,
  #site-navigation-wrap .dropdown-menu > li.menu-item {
    display: none;
  }
  #site-navigation-wrap .navigation .dropdown-menu > li > a {
    line-height: 90px;
  }
  #site-header.header-replace #site-navigation.hide .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  #searchform-header-replace {
    position: absolute;
    top: 100%;
  }
  a.sidr-class-toggle-sidr-close {
    color: #fff !important;
  }
  .sidebar-container.widget-area.sidebar-primary {
    margin-top: 30px;
  }
  .archive .sidebar-container {
    display: none;
  }
  #top-bar-content.has-content #top-bar-nav {
    display: block;
  }
  #woovina-off-canvas-sidebar-wrap .widget_products .product_list_widget li {
    min-height: 100px !important;
  }
  #footer-inner #footer-bottom.no-footer-nav #copyright ul li {
    text-align: center;
    width: 100%;
    float: none;
    margin: 10px 0;
  }
  .rtl #footer-inner #footer-bottom.no-footer-nav #copyright ul li {
    text-align: center;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  #site-navigation-wrap .dropdown-menu > li.woo-wishlist-link {
    display: none;
  }
  body.default-breakpoint .woovina-mobile-menu-icon {
    padding-right: 5px;
  }
  .search-toggle-li .site-search-toggle span.icon-magnifier {
    background-color: transparent;
    color: #fff;
    width: auto;
    font-size: 24px;
    vertical-align: -5px;
  }
  #donnan-toolbar .donnan-toolbar-inner .open {
    top: 25%;
  }
  .woocommerce div.product .product-share ul.woovina-social-share {
    grid-template-columns: repeat(2, 1fr);
  }
  .woocommerce div.product .product-share ul.woovina-social-share li {
    width: 100%;
  }
  .woocommerce ul.products.list li.product .product-inner a.no-lightbox {
    text-align: center;
  }
  .woocommerce ul.products.list li.product .woo-entry-inner {
    padding: 0 10px;
  }
  body #top-bar-wrap {
    z-index: auto;
  }
  #top-bar-content.has-content #top-bar-nav {
    float: none;
  }
  #top-bar-content.has-content .topbar-content {
    float: none;
    display: inherit;
  }
  .yith-wfbt-section .yith-wfbt-items {
    font-size: 14px;
    padding-top: 30px;
  }
  .yith-wfbt-section .yith-wfbt-submit-block {
    float: left;
  }
  .header-menu.elementor-sticky--effects {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
  }
}
/**/
/* 10012020. Update menu categories mobile */
.slider-home div.woovina-slick-slider div.slick-slide.slick-active div.slick-slide-inner div.woovina-slide-content div.woovina-slide-description {
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
  -webkit-animation: fadeInUp 1s 0.3s both;
  -moz-animation: fadeInUp 1s 0.3s both;
  -ms-animation: fadeInUp 1s 0.3s both;
  -o-animation: fadeInUp 1s 0.3s both;
  animation: fadeInUp 1s 0.3s both;
}
.slider-home div.woovina-slick-slider div.slick-slide.slick-active div.slick-slide-inner div.woovina-slide-content .elementor-button {
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
  -webkit-animation: fadeInUp 1s 0.5s both;
  -moz-animation: fadeInUp 1s 0.5s both;
  -ms-animation: fadeInUp 1s 0.5s both;
  -o-animation: fadeInUp 1s 0.5s both;
  animation: fadeInUp 1s 0.5s both;
}
.elementor-image-carousel img {
  margin: 0 auto;
}
div.product .tinv-wraper .tinvwl_add_to_wishlist-text {
  display: inline-block;
}
.wvn-product-nav-wrap {
  z-index: 100!important;
}
/*Update 04062020*/
div#site-navigation-wrap {
  right: 0;
}
#site-navigation-wrap #searchform-dropdown #product_cat {
  margin-bottom: 10px;
}
.widget-title {
  padding-left: 0;
  border-left: 0;
}
.woovina-nav-menu > li.badge-hot > a .menu-text,
#site-navigation-wrap .main-menu .sub-menu .badge-hot > a .text-wrap,
#site-navigation-wrap .main-menu > .badge-hot > a .text-wrap {
  position: relative;
}
.woovina-nav-menu > li.badge-hot > a .menu-text:before,
#site-navigation-wrap .main-menu .sub-menu .badge-hot > a .text-wrap:before,
#site-navigation-wrap .main-menu > .badge-hot > a .text-wrap:before {
  content: "Hot";
  text-transform: uppercase;
  background-color: red;
  font-size: 10px;
  padding: 2px 5px;
  line-height: 1;
  border-radius: 3px;
  color: #ffffff;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  -webkit-animation: pulse 0.5s infinite both;
  -moz-animation: pulse 0.5s infinite both;
  -ms-animation: pulse 0.5s infinite both;
  -o-animation: pulse 0.5s infinite both;
  animation: pulse 0.5s infinite both;
}
.rtl .woovina-nav-menu > li.badge-hot > a .menu-text:before,
.rtl #site-navigation-wrap .main-menu .sub-menu .badge-hot > a .text-wrap:before,
.rtl #site-navigation-wrap .main-menu > .badge-hot > a .text-wrap:before {
  left: -15px;
  right: auto;
}
.rtl.woovina-nav-menu > li.badge-hot > a .menu-text:before,
.rtl#site-navigation-wrap .main-menu .sub-menu .badge-hot > a .text-wrap:before,
.rtl#site-navigation-wrap .main-menu > .badge-hot > a .text-wrap:before {
  left: -15px;
  right: auto;
}
.woovina-nav-menu > li.badge-hot > a .menu-text:after,
#site-navigation-wrap .main-menu .sub-menu .badge-hot > a .text-wrap:after,
#site-navigation-wrap .main-menu > .badge-hot > a .text-wrap:after {
  content: "";
  border-top: 3px solid red;
  border-left: 3px solid red;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  position: absolute;
  top: -1px;
  right: 8px;
  z-index: 1;
}
.rtl .woovina-nav-menu > li.badge-hot > a .menu-text:after,
.rtl #site-navigation-wrap .main-menu .sub-menu .badge-hot > a .text-wrap:after,
.rtl #site-navigation-wrap .main-menu > .badge-hot > a .text-wrap:after {
  left: 8px;
  right: auto;
}
.rtl.woovina-nav-menu > li.badge-hot > a .menu-text:after,
.rtl#site-navigation-wrap .main-menu .sub-menu .badge-hot > a .text-wrap:after,
.rtl#site-navigation-wrap .main-menu > .badge-hot > a .text-wrap:after {
  left: 8px;
  right: auto;
}
.woovina-nav-menu > li.badge-new > a .menu-text,
#site-navigation-wrap .main-menu .sub-menu .badge-new > a .text-wrap,
#site-navigation-wrap .main-menu > .badge-new > a .text-wrap {
  position: relative;
}
.woovina-nav-menu > li.badge-new > a .menu-text:before,
#site-navigation-wrap .main-menu .sub-menu .badge-new > a .text-wrap:before,
#site-navigation-wrap .main-menu > .badge-new > a .text-wrap:before {
  content: "New";
  text-transform: uppercase;
  background-color: green;
  font-size: 10px;
  padding: 2px 5px;
  line-height: 1;
  border-radius: 3px;
  color: #ffffff;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}
.rtl .woovina-nav-menu > li.badge-new > a .menu-text:before,
.rtl #site-navigation-wrap .main-menu .sub-menu .badge-new > a .text-wrap:before,
.rtl #site-navigation-wrap .main-menu > .badge-new > a .text-wrap:before {
  left: -15px;
  right: auto;
}
.rtl.woovina-nav-menu > li.badge-new > a .menu-text:before,
.rtl#site-navigation-wrap .main-menu .sub-menu .badge-new > a .text-wrap:before,
.rtl#site-navigation-wrap .main-menu > .badge-new > a .text-wrap:before {
  left: -15px;
  right: auto;
}
.woovina-nav-menu > li.badge-new > a .menu-text:after,
#site-navigation-wrap .main-menu .sub-menu .badge-new > a .text-wrap:after,
#site-navigation-wrap .main-menu > .badge-new > a .text-wrap:after {
  content: "";
  border-top: 3px solid green;
  border-left: 3px solid green;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  position: absolute;
  top: -1px;
  right: 8px;
  z-index: 1;
}
.rtl .woovina-nav-menu > li.badge-new > a .menu-text:after,
.rtl #site-navigation-wrap .main-menu .sub-menu .badge-new > a .text-wrap:after,
.rtl #site-navigation-wrap .main-menu > .badge-new > a .text-wrap:after {
  left: 8px;
  right: auto;
}
.rtl.woovina-nav-menu > li.badge-new > a .menu-text:after,
.rtl#site-navigation-wrap .main-menu .sub-menu .badge-new > a .text-wrap:after,
.rtl#site-navigation-wrap .main-menu > .badge-new > a .text-wrap:after {
  left: 8px;
  right: auto;
}
.woocommerce ul.products li.product .shopswatchinput {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}
.rtl .woocommerce ul.products li.product .shopswatchinput {
  left: 10px;
  right: auto;
}
.rtl.woocommerce ul.products li.product .shopswatchinput {
  left: 10px;
  right: auto;
}
.woocommerce ul.products li.product .shopswatchinput a {
  display: block!important;
}
.woocommerce ul.products li.product .shopswatchinput a:not(:last-child) {
  margin-bottom: 5px;
}
.woocommerce ul.products li.product .shopswatchinput a div.wvsround {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.woocommerce ul.products li.product .shopswatchinput a div.wvsround.wvs_shop_textblock {
  padding: 8px 6px;
  background-color: #ffffff;
  float: left;
}
.rtl .woocommerce ul.products li.product .shopswatchinput a div.wvsround.wvs_shop_textblock {
  float: right;
}
.rtl.woocommerce ul.products li.product .shopswatchinput a div.wvsround.wvs_shop_textblock {
  float: right;
}
.woocommerce ul.products li.product .shopswatchinput a div.wvsround:hover {
  border-color: #65c178;
}
.woocommerce ul.products li.product .shopswatchinput a div.wvssquare {
  outline: none;
  border: 1px solid #747474;
  margin: 0;
}
/*table-attribute*/
body.single-product.woocommerce form.variations_form {
  margin-top: 0 !important;
  border: none !important;
}
body.single-product.woocommerce form.variations_form table.variations.wvs-variations-wrapper tbody tr {
  border: 1px solid #ddd;
  min-height: 50px;
  line-height: 50px;
}
body.single-product.woocommerce form.variations_form table.variations.wvs-variations-wrapper tbody tr td {
  padding: 0;
  vertical-align: middle;
  border: none;
}
body.single-product.woocommerce form.variations_form table.variations.wvs-variations-wrapper tbody tr td.label {
  background-color: #fafafa;
  padding: 0;
  text-align: center;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
body.single-product.woocommerce form.variations_form table.variations.wvs-variations-wrapper tbody tr td.value {
  border: 1px solid #ddd;
  padding: 0 30px;
}
body.single-product.woocommerce form.variations_form table.variations.wvs-variations-wrapper tbody tr td.value div.attribute-swatch div.swatchinput {
  position: relative;
  padding: 0 5px;
  display: flex;
  float: left;
}
.rtl body.single-product.woocommerce form.variations_form table.variations.wvs-variations-wrapper tbody tr td.value div.attribute-swatch div.swatchinput {
  float: right;
}
.rtlbody.single-product.woocommerce form.variations_form table.variations.wvs-variations-wrapper tbody tr td.value div.attribute-swatch div.swatchinput {
  float: right;
}
body.single-product.woocommerce form.variations_form table.variations.wvs-variations-wrapper tbody tr td.value div.attribute-swatch div.swatchinput label {
  outline: none !important;
  -webkit-transition: .1s ease;
  transition: .1s ease;
}
body.single-product.woocommerce form.variations_form table.variations.wvs-variations-wrapper tbody tr td.value div.attribute-swatch div.swatchinput label.wvsswatchlabel {
  outline: none;
  border: 1px solid #e4e4e4 !important;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
body.single-product.woocommerce form.variations_form table.variations.wvs-variations-wrapper tbody tr td.value div.attribute-swatch div.swatchinput label.wvsswatchlabel.wvs_single_textblock {
  border-radius: 0;
}
body.single-product.woocommerce form.variations_form table.variations.wvs-variations-wrapper tbody tr td.value div.attribute-swatch div.swatchinput label.selectedswatch {
  outline: none !important;
  border: 1px solid #65c178 !important;
  background-color: unset;
  border-radius: 0;
}
body.single-product.woocommerce form.variations_form table.variations.wvs-variations-wrapper tbody tr td.value div.attribute-swatch div.swatchinput span.belowtext {
  position: absolute;
  bottom: 120%;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 1;
  background-color: #747474;
  color: #ffffff;
  display: inline-block;
  width: auto;
  padding: 0 12px;
  font-size: 12px;
  min-width: 60px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  text-align: center;
  white-space: nowrap;
}
body.single-product.woocommerce form.variations_form table.variations.wvs-variations-wrapper tbody tr td.value div.attribute-swatch div.swatchinput span.belowtext:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #747474;
  border-radius: 2px;
  top: 100%;
  left: 50%;
  margin-top: -6px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  -webkit-transition: .3s linear;
  transition: .3s linear;
  z-index: -1;
}
body.single-product.woocommerce form.variations_form table.variations.wvs-variations-wrapper tbody tr td.value div.attribute-swatch div.swatchinput:hover span.belowtext {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
body.single-product.woocommerce form.variations_form table.variations.wvs-variations-wrapper tbody tr:last-child {
  border: none;
}
body.single-product.woocommerce form.variations_form table.variations.wvs-variations-wrapper tbody tr:last-child a.reset_variations {
  display: block;
  font-size: 12px;
  margin: 8px 0 0 0;
  padding: 0 12px;
  height: 34px;
  line-height: 31px;
  border: 1px solid #ddd;
  background-color: #ffffff;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}
body.single-product.woocommerce form.variations_form table.variations.wvs-variations-wrapper tbody tr:last-child a.reset_variations:before {
  vertical-align: baseline;
  margin-right: 8px;
  font-size: inherit;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}
body.single-product.woocommerce form.variations_form table.variations.wvs-variations-wrapper tbody tr:last-child a.reset_variations:hover {
  border-color: #65c178;
  background-color: #65c178;
  color: #ffffff;
}
body.single-product.woocommerce form.variations_form table.variations.wvs-variations-wrapper tbody tr:last-child a.reset_variations:hover:before {
  color: #ffffff;
}
#scroll-top {
  right: 20px!important;
  -webkit-animation: fadeInRight 0.5s 0.3s both;
  -moz-animation: fadeInRight 0.5s 0.3s both;
  -ms-animation: fadeInRight 0.5s 0.3s both;
  -o-animation: fadeInRight 0.5s 0.3s both;
  animation: fadeInRight 0.5s 0.3s both;
}
.woocommerce form.woocommerce-checkout .form-row input,
.woocommerce form.woocommerce-checkout #order_comments_field textarea,
.woocommerce form.woocommerce-checkout .select2-container--default .select2-selection--single {
  background-color: #ffffff;
}
#wpl-login-form button.wpl-button {
  border-radius: 3px;
}
/*Compare*/
div#cboxTopLeft,
div#cboxTopCenter,
div#cboxTopRight,
div#cboxMiddleLeft,
div#cboxMiddleRight,
div#cboxBottomLeft,
div#cboxBottomCenter,
div#cboxBottomRight {
  display: none;
}
div#colorbox,
div#cboxWrapper {
  overflow: visible;
}
div#cboxContent {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
div#cboxContent #cboxLoadedContent {
  margin-bottom: 0px;
}
button#cboxClose {
  background: #ffffff;
  text-indent: unset;
  font-size: 0px;
  top: 5px;
  right: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.rtl button#cboxClose {
  left: 20px;
  right: auto;
}
.rtlbutton#cboxClose {
  left: 20px;
  right: auto;
}
button#cboxClose::before {
  content: "\f00d";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 20px;
  color: #333;
  line-height: 22px;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
button#cboxClose:hover:before {
  color: #65c178;
}
table.compare-list .add-to-cart td a:not(.unstyled_button) {
  background-color: #65c178;
}
table.compare-list .add-to-cart td a:not(.unstyled_button):hover {
  background: #333333;
}
table.dataTable.compare-list tbody th,
table.dataTable.compare-list tbody td {
  padding-left: 20px;
}
table.compare-list .price td {
  text-decoration: unset;
}
table.compare-list .price td .amount {
  color: #65c178;
  font-weight: 700;
}
table.compare-list .price td ins {
  text-decoration: unset;
}
table.compare-list .price td del .amount {
  color: #666;
  font-weight: 700;
}
#body-compare-popup h1 {
  background: #65c178;
  color: #ffffff;
  font-size: 26px;
  text-transform: capitalize;
  font-weight: 700;
  border: none;
}
#body-compare-popup > #yith-woocompare {
  padding: 0;
  overflow-x: auto;
}
#body-compare-popup ul li {
  display: block;
}
#body-compare-popup table tr td:first-child,
#body-compare-popup table tr th:first-child {
  padding: 10px;
}
#body-compare-popup table > thead,
#body-compare-popup table tfoot {
  display: none;
}
/*End Compare*/
@media screen and (max-width: 959px) {
  body.default-breakpoint #site-logo.has-responsive-logo a.custom-logo-link {
    display: block;
  }
  body.default-breakpoint #site-logo.has-responsive-logo a.responsive-logo-link {
    display: none;
  }
}
/* Update 25072020 */
.tinvwl_add_to_wishlist_button.tinvwl-add-hide {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: auto;
}
.brand-carousel .elementor-swiper-button {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #cecece;
}
.brand-carousel .elementor-swiper-button svg {
  width: 12px;
  height: 12px;
}
.brand-carousel .elementor-swiper-button i {
  line-height: 18px;
}
.brand-carousel .elementor-swiper-button i:before {
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 23px;
}
.brand-carousel .elementor-swiper-button.elementor-swiper-button-next i:before {
  content: "\f0da";
}
.brand-carousel .elementor-swiper-button.elementor-swiper-button-prev i:before {
  content: "\f0d9";
}
.brand-carousel .elementor-swiper-button:hover {
  color: #ffffff;
  background-color: #65c178;
  border-color: #65c178;
}
/* flex-control-thumbs */
.single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery {
  margin-bottom: 36px;
}
.single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-list {
  margin: 0 -5px !important;
}
.single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery .flex-control-thumbs.slick-slider li.slick-slide {
  margin: 0 5px;
}
.single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery .flex-control-thumbs.slick-slider li.slick-slide img {
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin: auto;
}
.single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery .flex-control-thumbs.slick-slider li.slick-slide img:hover,
.single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery .flex-control-thumbs.slick-slider li.slick-slide img.flex-active {
  border-color: #65c178;
}
.single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery .flex-control-thumbs.slick-slider .draggable {
  direction: ltr;
}
.single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-arrow {
  width: 30px !important;
  height: 30px!important;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 0;
  top: 50%!important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  background-color: transparent;
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0!important;
}
.single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-arrow:before {
  font-size: 24px;
  line-height: 26px !important;
  font-family: "FontAwesome";
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  color: #747474;
}
.single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-arrow.slick-prev {
  left: 0!important;
}
.single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-arrow.slick-prev:before {
  content: '\f0d9' !important;
}
.single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-arrow.slick-next:before {
  content: '\f0da' !important;
}
.single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-arrow:hover {
  background-color: #65c178;
  border-color: #65c178;
}
.single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-arrow:hover:before {
  color: #ffffff;
}
.single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery .flex-control-thumbs.slick-slider:hover .slick-arrow {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
  visibility: visible;
}
.single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery .flex-control-thumbs.slick-slider:hover .slick-arrow.slick-next {
  right: -32px;
}
.single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery .flex-control-thumbs.slick-slider:hover .slick-arrow.slick-prev {
  left: -32px;
}
.single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: none;
}
.column-social-icon-home .elementor-grid-0 .elementor-grid {
  overflow: visible;
}
/*Update 14/01/2021*/
.woocommerce .woocommerce-ordering .orderby,
.woocommerce .woovina-grid-list a,
.woocommerce .woovina-off-canvas-filter {
  border-radius: 3px;
}
#mc-embedded-subscribe-form .email-wrap.email-wrap {
  margin-bottom: 0;
}
.woocommerce ul.products.list {
  margin: 0;
}
.woocommerce #order_review table.shop_table thead th.product-total,
.woocommerce #order_review table.shop_table td {
  text-align: left;
}
.woocommerce #order_review table.shop_table ul#shipping_method li {
  display: flex;
}
.woocommerce-page .cart-collaterals .cross-sells {
  width: 100%;
}
#shipping_method input[type=radio] {
  margin-right: 5px;
}
.my_account_orders .button.view::after {
  display: none;
}
body.rtl.single-product.woocommerce form.variations_form table.variations.wvs-variations-wrapper tbody tr td.value div.attribute-swatch div.swatchinput {
  float: right;
}
.rtl .theme-select {
  padding: 0 15px 0 45px;
}
.rtl .theme-select:after {
  right: auto;
  left: 0;
  border-right: 1px solid #ddd;
  border-left: 0;
}
.rtl #footer-widgets .footer-box .widget-title {
  border-right: 0;
  padding-right: 0;
}
.rtl .sidr-class-mobile-searchform button {
  right: auto;
  left: 10px;
}
.rtl .sidr-class-mobile-searchform input {
  padding: 6px 12px 6px 45px !important;
}
.rtl.woocommerce.woo-left-tabs div.product .woocommerce-tabs ul.tabs {
  text-align: right;
}
.rtl.woocommerce.woo-left-tabs div.product .woocommerce-tabs ul.tabs li {
  margin-right: 0px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .woocommerce table.shop_table tbody th {
    display: table-cell;
  }
  .woocommerce-cart .woocommerce table.shop_table tr td {
    text-align: left;
  }
  .woocommerce-cart .woocommerce table.shop_table tr td:before {
    display: none;
  }
  .woocommerce-MyAccount-content {
    overflow-x: auto;
  }
  .rtl .header-menu .woovina-mobile-menu-icon {
    text-align: right!important;
  }
  .rtl .header-menu .woovina-menucart__toggle {
    text-align: left!important;
  }
  .rtl .header-search .wew-ajax-search input.field {
    padding: 0px 15px 0px 60px!important;
  }
  .rtl .header-search .wew-ajax-search button {
    right: auto!important;
    left: 0;
  }
}
@media screen and (max-width: 640px) {
  table tr th:first-child,
  table tr td:first-child {
    padding-left: 1em;
  }
}
/* Update 15-6-2021 */
.home .sidebar-box {
  margin-bottom: 0;
}
div#wpl-login-form .wpl-popup-block {
  border-radius: 0;
}
.woocommerce ul.products.list li.product ul.woo-entry-inner {
  padding-top: 15px;
}
.social-new ul.woovina-social-icons.style-light > li {
  margin: 3px 0;
}
.social-new ul.woovina-social-icons.style-light > li > a {
  line-height: 31px!important;
  border-color: #616161;
  color: #616161;
}
.social-new ul.woovina-social-icons.style-light > li > a:hover {
  border-color: #65c178 !important;
  background-color: #65c178;
  color: #fff!important;
}
.social-new ul.woovina-social-icons.style-light > li:not(:first-child) {
  margin-left: 15px;
}
.rtl .social-new ul.woovina-social-icons.style-light > li:not(:first-child) {
  margin-right: 15px;
  margin-left: 0;
}
.tinv-wishlist .tinvwl-buttons-group button.tinvwl_button_close {
  width: auto;
  background-color: transparent;
  font-size: 0;
  position: absolute;
  top: 0;
  margin: 0;
  right: 0;
  padding: 5px;
}
.rtl .tinv-wishlist .tinvwl-buttons-group button.tinvwl_button_close {
  left: 0;
  right: auto;
}
.rtl.tinv-wishlist .tinvwl-buttons-group button.tinvwl_button_close {
  left: 0;
  right: auto;
}
.tinv-wishlist .tinvwl-buttons-group button.tinvwl_button_close:hover {
  color: #65c178;
}
#top-bar-nav > ul > li .fa {
  font-weight: 400;
  font-family: "FontAwesome";
}
.quantity .plus {
  border-radius: 0 3px 3px 0;
}
.rtl .quantity .plus {
  border-radius: 3px 0 0 3px;
}
.quantity .minus {
  border-radius: 3px 0 0 3px;
}
.rtl .quantity .minus {
  border-radius: 0 3px 3px 0;
}
#sidr li.sidr-class-current_page_item > a,
#sidr li.sidr-class-current-menu-item > a {
  color: #65c178;
}
#sidr a.sidr-class-toggle-sidr-close {
  color: #ffffff !important;
  font-weight: 500;
  background-color: #65c178;
}
#sidr a.sidr-class-toggle-sidr-close:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
#sidr .sidr-class-mobile-searchform .sidr-class-searchform-submit {
  padding: 0!important;
  border: 0;
}
#sidr .sidr-inner ul.sidr-class-nav {
  padding: 10px;
  display: flex;
  border: none;
}
#sidr .sidr-inner ul.sidr-class-nav > li {
  border-radius: 3px;
  background-color: #e5e5e5;
  text-align: center;
  padding: 7px 20px;
  border: 0;
  font-size: 14px;
}
#sidr .sidr-inner ul.sidr-class-nav > li:not(:last-child) {
  margin-right: 10px;
}
.rtl #sidr .sidr-inner ul.sidr-class-nav > li:not(:last-child) {
  margin-left: 10px;
  margin-right: 0;
}
#sidr .sidr-inner ul.sidr-class-nav > li:hover,
#sidr .sidr-inner ul.sidr-class-nav > li.sidr-class-active {
  background-color: #65c178;
  border-color: #65c178;
}
#sidr .sidr-inner ul.sidr-class-nav > li:hover > a,
#sidr .sidr-inner ul.sidr-class-nav > li.sidr-class-active > a {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .mobile-menu:hover .hamburger-inner,
  .mobile-menu:hover .hamburger-inner::before,
  .mobile-menu:hover .hamburger-inner::after {
    background-color: #65c178;
  }
  #mobile-navbar .menu li.menu-item i.icon {
    font-size: 20px;
  }
  #footer-widgets .woovina-custom-links li a,
  #footer-widgets .contact-info-widget.default .woovina-info-wrap {
    font-size: 12px;
  }
  #footer-widgets .contact-info-widget li i {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
  }
  .rtl #footer-widgets .contact-info-widget li i {
    margin-left: 10px;
    margin-right: 0;
  }
  #footer-widgets .contact-info-widget li .woovina-info-wrap {
    padding-left: 40px;
  }
  .rtl #footer-widgets .contact-info-widget li .woovina-info-wrap {
    padding-right: 40px;
    padding-left: 0;
  }
}
@media screen and (max-width: 375px) {
  #mobile-navbar .menu li.menu-item a {
    padding: 10px 5px;
  }
  .woocommerce ul.products li.product .btn-wrap .btn-inner:not(:last-child) {
    margin-right: 5px;
  }
  .rtl .woocommerce ul.products li.product .btn-wrap .btn-inner:not(:last-child) {
    margin-left: 5px;
    margin-right: 0;
  }
  div#site-logo #site-logo-inner a img {
    max-width: 120px;
  }
}
@media screen and (max-width: 320px) {
  .woocommerce .woovina-toolbar .woocommerce-ordering .orderby {
    width: 100% !important;
  }
  .woocommerce div.product div.product-share ul li {
    border-top-width: 0px;
  }
  .woocommerce div.product div.product-share ul li:nth-child(-n+2) {
    border-bottom-width: 1px;
  }
  .woocommerce div.product .product-share ul li:nth-child(2n+1) {
    border-right-width: 1px!important;
  }
  .woocommerce ul.products li.product .price,
  .woocommerce ul.products li.product .price del .amount {
    font-size: 12px!important;
  }
  .newsletter-form .wew-newsletter-form-button {
    padding: 0px !important;
    font-size: 0 !important;
  }
  .newsletter-form .wew-newsletter-form-button:before {
    position: relative;
    top: unset;
    right: unset;
    display: block;
  }
  .newsletter-form .wew-newsletter-form-wrap input[type="email"] {
    padding: 0 57px 0 15px;
  }
  .rtl .newsletter-form .wew-newsletter-form-wrap input[type="email"] {
    padding: 0 15px 0 57px;
  }
}
/* Update 14/12/2021 */
.woocommerce ul.products li.product .product-inner > a > img,
.woocommerce ul.products li.product .product-inner > a > h2,
.woocommerce ul.products li.product .product-inner > a > .price {
  display: none;
}
.woovina-menucart__wrapper .woovina-menucart__container {
  z-index: 9999999;
}
.woocommerce ul.products li.product .woo-entry-inner li.image-wrap {
  margin-bottom: 10px;
}
.tinv-wishlist .tinv-modal .icon_big_times::before {
  content: "\e90a";
}
#wvn-qv-wrap .woocommerce .product-type-external .entry-summary .cart > .tinv-wraper {
  width: auto;
  margin-top: 0;
  margin-left: 10px;
}
#wvn-qv-wrap .woocommerce .product-type-grouped .entry-summary .grouped_form > .tinv-wraper {
  width: auto;
  margin-top: 0;
}
#wvn-qv-wrap .woocommerce .product-type-grouped .entry-summary .grouped_form > a.button {
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 13px;
  border-bottom: 3px solid #d8d8d8;
  padding: 10px 20px;
  line-height: 13.5px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.7s ease-in-out, color 0.5s;
  margin-left: 10px;
}
#wvn-qv-wrap .woocommerce .product-type-grouped .entry-summary .grouped_form > a.button:after {
  transition: height 0.5s ease-in-out;
  top: auto;
  border-radius: 50% 50% 0 0;
  background: #65c178;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
#wvn-qv-wrap .woocommerce .product-type-grouped .entry-summary .grouped_form > a.button:hover {
  background-color: transparent !important;
  color: #ffffff;
  border-color: #64c278;
  transition: border-color 0s ease-in-out, color 0.5s;
}
#wvn-qv-wrap .woocommerce .product-type-grouped .entry-summary .grouped_form > a.button:hover:after {
  transition: height 0.5s ease-in-out;
  height: 300%;
}
#donnie-toolbar .donnie-toolbar-inner {
  z-index: 99;
}
.wvn-grid-wrap .wvn-grid a,
.woocommerce-cart-form__contents .woovina-menucart__product-name a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.menu-cart-custom .woovina-menucart__container .woovina-menucart__main .woovina-menucart__products .woovina-menucart__product .woovina-menucart__product-image {
  display: flex;
  align-items: center;
}
div.woovina-menucart__product.cart_item {
  grid-template-rows: auto auto !important;
}
.fa-angle-right::before,
.fa-angle-left::before {
  font-family: "FontAwesome";
  font-weight: 400;
}
.widget_shopping_cart_content .buttons .button:first-child {
  padding: 13px 8px;
}
.wc-block-product-categories .wc-block-product-categories-list li.wc-block-product-categories-list-item {
  min-width: 250px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wc-block-product-categories .wc-block-product-categories-list li.wc-block-product-categories-list-item a {
  display: inline-block;
  line-height: 32px;
  padding: 0;
  border-bottom: none;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  width: 100%;
}
.wc-block-product-categories .wc-block-product-categories-list li.wc-block-product-categories-list-item a:hover {
  color: #65c178;
}
.wc-block-product-categories .wc-block-product-categories-list li.wc-block-product-categories-list-item > .open-this {
  position: absolute;
  color: #666;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  .wc-block-product-categories .wc-block-product-categories-list li.wc-block-product-categories-list-item > .open-this {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 17px;
  }
  .wc-block-product-categories .wc-block-product-categories-list li.wc-block-product-categories-list-item > .open-this i::before {
    content: "\f105";
  }
  .wc-block-product-categories .wc-block-product-categories-list li.wc-block-product-categories-list-item:hover > ul.wc-block-product-categories-list--depth-1 {
    z-index: 10;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }
  .wc-block-product-categories .wc-block-product-categories-list li.wc-block-product-categories-list-item ul.wc-block-product-categories-list--depth-1 {
    border: 0;
    background: #fff;
    width: auto;
    z-index: 1;
    pointer-events: none;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 20px 30px;
    list-style: none;
    -webkit-box-shadow: 0 0 5px 0 #d5d5d5;
    -moz-box-shadow: 0 0 5px 0 #d5d5d5;
    -ms-box-shadow: 0 0 5px 0 #d5d5d5;
    -o-box-shadow: 0 0 5px 0 #d5d5d5;
    box-shadow: 0 0 5px 0 #d5d5d5;
    visibility: hidden;
    opacity: 0;
    margin-left: 0 !important;
    margin-top: 0 !important;
    display: block !important;
    left: 101%;
    top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .wc-block-product-categories .wc-block-product-categories-list li.wc-block-product-categories-list-item > .open-this {
    right: 0;
    top: 0;
    left: auto;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .wc-block-product-categories .wc-block-product-categories-list li.wc-block-product-categories-list-item .wc-block-product-categories-list--depth-1 {
    margin-left: 15px;
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .wc-block-product-categories button.wc-block-product-categories__button {
    display: none;
  }
}
#site-navigation-wrap a.wishlist_products_counter.top_wishlist-custom.no-txt,
#site-navigation-wrap span.wishlist_products_counter.top_wishlist-custom.no-txt {
  width: unset;
  height: unset;
}
