/* CSS3 PROPERTIES */
/* Border Radius */
/* Border Radius */
#taron-toolbar {
  position: absolute;
}
#taron-toolbar.active {
  position: unset;
}
input[type=number] {
  -webkit-appearance: textfield!important;
  -moz-appearance: textfield!important;
  appearance: textfield !important;
}
.elementor-button {
  opacity: 0.9;
}
.widget_shopping_cart_content .buttons .button:hover {
  color: #fff;
}
.woocommerce-mini-cart__buttons > .button,
.checkout-button,
.elementor-button,
.woocommerce button.button,
.wpforms-container .wpforms-form .wpforms-submit-container button.wpforms-submit,
body.single-product.woocommerce form.variations_form table.variations.wvs-variations-wrapper tbody tr:last-child a.reset_variations {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
.woocommerce-mini-cart__buttons > .button::after,
.checkout-button:after,
.elementor-button:after,
.woocommerce button.button:after,
.wpforms-submit-container button.wpforms-submit:after,
body.single-product.woocommerce form.variations_form table.variations.wvs-variations-wrapper tbody tr:last-child a.reset_variations:after {
  transition: height 0.5s ease-in-out;
  top: auto;
  border-radius: 50% 50% 0 0;
  background: #ffa800;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.woocommerce-mini-cart__buttons > .button:hover::after,
.checkout-button:hover:after,
.elementor-button:hover:after,
.woocommerce button.button:hover:after,
.wpforms-submit-container button.wpforms-submit:hover:after,
body.single-product.woocommerce form.variations_form table.variations.wvs-variations-wrapper tbody tr:last-child a.reset_variations:hover:after {
  transition: height 0.5s ease-in-out;
  height: 300%;
}
body .button,
body .theme-button,
body button,
body button[type=submit],
body input[type=submit] {
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.text-right {
  text-align: right;
}
.rtl .text-right,
.rtl.text-right {
  text-align: left;
}
body .woovina-row .col {
  margin: 0 0 20px !important;
}
.wew-carousel .wew-carousel-slide,
body .woovina-row .col {
  padding: 0 15px !important;
}
.slick-slider .slick-list,
.woocommerce ul.products {
  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;
}
.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;
}
#product_cat {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/arrow-bottom.png) center right no-repeat;
  background-size: 7%;
  background-position-x: 92%;
  position: absolute;
  top: 50%;
  right: 50px;
  width: auto;
  transform: translate(0, -50%);
  border: none;
  height: 100%;
}
#searchform-dropdown {
  width: 500px !important;
}
#searchform-dropdown #product_cat {
  right: 20px;
}
#searchform-dropdown input {
  padding-right: 180px;
}
.rtl #searchform-dropdown input {
  padding-left: 180px;
  padding-right: 0;
}
#searchform-overlay .header-searchform #product_cat {
  background-image: url(../images/arrow-bottom.png) !important;
  background-position-y: center;
  background-position-x: 92%;
  background-repeat: no-repeat;
  position: absolute;
  max-width: 200px;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  z-index: 100;
  background-size: 12% !important;
}
#searchform-overlay .header-searchform #product_cat option {
  color: #2e2e2e;
}
#searchform-header-replace {
  background-color: transparent !important;
}
#searchform-header-replace .header-searchform #product_cat {
  position: absolute;
  max-width: 200px;
  top: 50%;
  right: 50px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  z-index: 100;
}
#searchform-header-replace .header-searchform #product_cat option {
  color: #2e2e2e;
}
#searchform-header-replace .header-searchform input[type=search] {
  color: #fff;
  padding-right: 240px;
}
.rtl #searchform-header-replace .header-searchform input[type=search] {
  padding-left: 240px;
  padding-right: 0;
}
#searchform-header-replace .header-searchform ::-webkit-input-placeholder {
  color: #ffffff;
}
#searchform-header-replace .header-searchform ::-moz-placeholder {
  color: #ffffff;
}
#searchform-header-replace .header-searchform :-ms-input-placeholder {
  color: #ffffff;
}
#searchform-header-replace .header-searchform :-moz-placeholder {
  color: #ffffff;
}
.widget_shopping_cart_content .buttons .button:first-child:hover {
  border-color: #ffa800 !important;
}
.widget_shopping_cart_content .buttons .button {
  width: 100%!important;
  margin-bottom: 20px;
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.1) !important;
}
.widget_shopping_cart_content .buttons .button:last-child {
  margin-bottom: 0;
}
.current-shop-items-dropdown {
  right: 0!important;
  border-top-width: 3px;
  -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;
  -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;
}
.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;
}
#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: #ffa800 !important;
}
#site-navigation-wrap .dropdown-menu > li.woo-wishlist-link > a {
  padding: 0 !important;
}
.main-menu .main-navigation > ul > li:first-child > a {
  padding-left: 0 !important;
}
.main-menu .main-navigation > ul > li > ul.sub-menu {
  display: block!important;
  overflow: hidden;
  max-height: 0;
  max-width: 0;
  opacity: 0!important;
  filter: alpha(opacity=0) !important;
  -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-menu .main-navigation > ul > li:hover > ul.sub-menu {
  overflow: visible;
  max-height: 3000px;
  max-width: 1170px;
  opacity: 1!important;
  filter: alpha(opacity=100) !important;
  -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;
}
.sidr-class-dropdown-menu li.sidr-class-current-menu-item > a,
.sidr-class-dropdown-menu li.sidr-class-current-menu-parent > a,
.sidr-class-dropdown-menu li.sidr-class-current_page_parent > a {
  color: #ffa800;
}
/* Footer bottom copyright */
#footer-inner #footer-bottom.no-footer-nav #copyright {
  padding: 0 15px !important;
}
#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;
}
/**/
#footer-widgets {
  border-bottom: 1px dashed;
}
#footer-widgets .span_1_of_4.col-1 {
  width: 34%;
}
#footer-widgets .span_1_of_4.col-4 {
  width: 25%;
}
#footer-widgets .span_1_of_4.col-2,
#footer-widgets .span_1_of_4.col-3 {
  width: 20.5%;
}
#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 {
  margin-bottom: 42px;
}
#footer-widgets .widget-woovina-custom-header-logo {
  margin-bottom: 45px !important;
}
#footer-widgets .woovina-instagram-pics {
  padding-top: 15px !important;
}
.woovina-instagram-pics li img {
  max-height: 84px;
}
#footer-widgets .widget-woovina-instagram {
  position: relative;
}
#footer-widgets .widget-woovina-instagram:hover .woovina-instagram-link {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
#footer-widgets .widget-woovina-instagram .woovina-instagram-link {
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
  color: #fff;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: 26px;
}
#footer-widgets .widget-woovina-instagram .woovina-instagram-link a {
  border-bottom: none;
  padding: 10px 20px;
}
#footer-widgets .woovina-custom-links {
  padding-top: 7px !important;
}
#footer-widgets .woovina-custom-links li {
  padding: 0;
}
#footer-widgets .woovina-custom-links li a {
  line-height: 36px;
  font-size: 14px;
}
#footer-widgets .woovina-custom-links li a:before {
  content: "\f111" !important;
  font-size: 6px;
}
#footer-widgets .woovina-custom-links li a:hover:before {
  color: #ffa800 !important;
}
#footer-widgets .contact-info-widget {
  margin-top: 28px !important;
}
#footer-widgets .contact-info-widget li i {
  border: none;
  color: #ffa800;
  font-size: 14px;
  width: auto;
  height: auto;
  line-height: normal;
}
#footer-widgets .contact-info-widget li .woovina-contact-text {
  font-weight: 300;
}
#footer-widgets .contact-info-widget li .woovina-info-wrap {
  padding-left: 0;
  padding-right: 0;
}
#footer-widgets .elementor-widget-image {
  text-align: left;
}
.rtl #footer-widgets .elementor-widget-image,
.rtl#footer-widgets .elementor-widget-image {
  text-align: right;
}
#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;
  color: #ffffff;
}
#footer-bottom #copyright {
  line-height: 26px;
  padding-left: 15px;
}
#copyright a {
  color: #ffa800 !important;
}
#footer-bottom #footer-bottom-menu li:after {
  margin-left: 12px;
  margin-right: 12px;
}
.sidebar-box:last-child {
  margin-bottom: 0 !important;
}
.widget_products .product_list_widget li {
  min-height: 120px!important;
  border-bottom: 1px solid #eaeaea;
}
.widget_products .product_list_widget li img {
  width: 80px !important;
}
.widget_products .product_list_widget .amount,
.widget_products .product_list_widget .product-title {
  font-size: 14px !important;
}
.widget_products .product_list_widget .amount {
  font-size: 14px!important;
  font-weight: 600 !important;
}
.sidebar-primary .widget_custom_html {
  margin-bottom: 50px;
}
.sidebar-primary .widget_custom_html .widget-title {
  font-size: 24px!important;
  color: #ffa800;
  font-weight: 700!important;
  border-bottom: 2px solid #000!important;
  padding-bottom: 10px !important;
}
.sidebar-primary .widget_custom_html .widget-title:after {
  display: none;
}
.sidebar-primary .sidebar-box .widget-title {
  position: relative;
  padding-left: 0 !important;
}
.rtl .sidebar-primary .sidebar-box .widget-title {
  padding-right: 0!important;
  padding-left: 0 !important;
}
.sidebar-primary .custom-links-widget .woovina-custom-links li {
  padding: 0;
}
.sidebar-primary .custom-links-widget .woovina-custom-links li a {
  line-height: 32px;
}
.sidebar-primary .custom-links-widget .woovina-custom-links li a:before {
  display: none;
}
.sidebar-primary .custom-links-widget .woovina-custom-links li a:hover {
  margin-left: 0;
  color: #ffa800;
}
.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: #ffa800 !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: #ffa800 !important;
}
.woocommerce .widget_price_filter .price_label {
  color: #2e2e2e !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: #ffa800!important;
  color: #ffffff;
}
.yith-woocompare-widget ul.products-list li .title {
  font-weight: 700;
  text-transform: none;
}
.yith-woocompare-widget a.clear-all {
  color: #ffa800;
  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: 600;
  font-size: 13px;
}
.product_list_widget .amount {
  font-family: lato;
}
.content-left-sidebar .content-area {
  border: none!important;
  padding-left: 0 !important;
}
/* Shop list */
.woocommerce ul.products.list li.product .btn-wrap .btn-addtocart {
  display: block;
  left: 350%;
}
/**/
.woovina-off-canvas-sidebar .widget_rating_filter .wc-layered-nav-rating .star-rating {
  display: inline-block;
}
.woocommerce ul.products.list li.product {
  border-bottom: none !important;
}
.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 .inner {
  position: relative!important;
  width: auto;
  margin-bottom: 20px!important;
  display: inline-block;
  bottom: auto!important;
  right: auto!important;
  text-align: center;
}
.woocommerce ul.products.list li.product li.category {
  display: inline-block;
  margin-bottom: 17px !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: 0 0 20px;
}
.woocommerce ul.products.list li.product .jquery-countdown {
  bottom: 30px;
}
.woocommerce ul.products.list li.product .woo-entry-inner li:last-child {
  margin-bottom: 0 !important;
}
.content-right-sidebar .content-area {
  padding-right: 0!important;
  border-right: none !important;
}
.home .custom-header {
  position: absolute!important;
  top: 0;
  left: 0;
  background-color: transparent !important;
}
.home .custom-header .box-main-menu > .elementor-element-populated {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.custom-header .box-main-menu > .elementor-element-populated {
  border-bottom: none !important;
}
.shortcode-cart .wishlist_products_counter {
  color: #fff;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-right: 30px;
  vertical-align: top;
}
.rtl .shortcode-cart .wishlist_products_counter {
  margin-left: 30px;
  margin-right: 0;
}
.shortcode-cart .wishlist_products_counter:before {
  background: url(../images/header_icon.png) -35px -106px no-repeat;
  width: 19px;
  content: '';
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.shortcode-cart .wishlist_products_counter:hover {
  color: #ffa800;
}
.shortcode-cart .wishlist_products_counter:hover:before {
  background-position: -70px -106px;
}
.shortcode-cart .wishlist_products_counter .wishlist_products_counter_number {
  position: absolute;
  top: 50%;
  line-height: normal;
  width: 13px;
  height: 16px;
  font-size: 11px;
  min-width: 15px;
  text-align: center;
  background-color: #ffa800;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.shortcode-cart .wishlist_products_counter .wishlist_products_counter_number:before {
  border-color: transparent;
  border-right-color: #ffa800;
  border-style: solid;
  border-width: 3px 3px 3px 0;
  content: "";
  height: 7px;
  width: 3px;
  display: block;
  position: absolute;
  left: -3px;
  top: 50%;
  margin-top: -3px;
}
.shortcode-cart .woo-menu-icon .wcmenucart-shortcode {
  color: #ffffff;
}
.shortcode-cart .woo-menu-icon:hover .wcmenucart-cart-icon .wcmenucart-count {
  border-color: #ffa800;
  background-color: #ffa800;
}
.shortcode-cart .woo-menu-icon:hover .wcmenucart-shortcode {
  color: #ffa800;
}
.shortcode-cart .woo-menu-icon:hover .wcmenucart-shortcode .wcmenucart-cart-icon:before {
  background-position: -70px -33px;
}
.shortcode-cart .woo-menu-icon .wcmenucart-cart-icon {
  padding-right: 20px;
  vertical-align: top;
}
.shortcode-cart .woo-menu-icon .wcmenucart-cart-icon:before {
  background: url(../images/header_icon.png) -35px -33px no-repeat;
  width: 19px;
  content: '';
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.shortcode-cart .woo-menu-icon .wcmenucart-cart-icon .wcmenucart-count {
  border: none;
  padding: 0;
  min-width: auto;
  line-height: normal;
  position: absolute;
  top: 44%;
  font-weight: 400;
  width: 13px;
  height: 16px;
  font-size: 11px;
  text-align: center;
  background-color: #ffa800;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.shortcode-cart .woo-menu-icon .wcmenucart-cart-icon .wcmenucart-count:after {
  display: none;
}
.shortcode-cart .woo-menu-icon .wcmenucart-cart-icon .wcmenucart-count:before {
  border-color: transparent;
  border-right-color: #ffa800;
  border-style: solid;
  border-width: 3px 3px 3px 0;
  content: "";
  height: 7px;
  width: 3px;
  display: block;
  position: absolute;
  left: -3px;
  top: 50%;
  margin-top: -3px;
}
.search-toggle-li .site-search-toggle:hover .icon-magnifier {
  background: url(../images/header_icon.png) -70px 2px no-repeat;
}
.search-toggle-li .site-search-toggle .icon-magnifier {
  background: url(../images/header_icon.png) -35px 2px no-repeat;
  width: 19px;
  height: 21px;
  display: inline-block;
  vertical-align: -3px;
}
.search-toggle-li .site-search-toggle .icon-magnifier:before {
  display: none;
}
.wvn-heading .elementor-heading-title {
  display: inline-block;
  position: relative;
}
.wvn-heading .elementor-heading-title:after,
.wvn-heading .elementor-heading-title:before {
  background: #e1e1e1;
  content: "";
  display: block;
  height: 2px;
  width: 66px;
  position: absolute;
  margin: auto;
}
.wvn-heading .elementor-heading-title:before {
  bottom: -32px;
  left: 10px;
  right: 0;
}
.wvn-heading .elementor-heading-title:after {
  bottom: -25px;
  left: 0;
  right: 10px;
}
.slider-home .slick-dots-inside .slick-dots {
  bottom: 20px !important;
}
.slider-home .elementor-slides:hover .slick-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.slider-home .wew-slides:hover .slick-arrow.slick-prev {
  left: 20px !important;
}
.slider-home .wew-slides:hover .slick-arrow.slick-next {
  right: 20px !important;
}
.slider-home .elementor-slides:hover .slick-arrow.slick-prev {
  left: 20px !important;
}
.slider-home .elementor-slides:hover .slick-arrow.slick-next {
  right: 20px !important;
}
.slider-home .slick-arrow.slick-prev {
  left: 20px !important;
}
.slider-home .slick-arrow.slick-next {
  right: 20px !important;
}
.slider-home .slick-arrow:before {
  font-size: 20px!important;
  color: #2e2e2e !important;
}
.slider-home .slick-arrow:hover {
  border-color: #ffa800!important;
  background-color: #ffa800 !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: #ffa800 !important;
}
.slider-home .slick-slide-inner .woovina-slide-description .desc {
  position: relative;
}
.slider-home .slick-slide-inner .woovina-slide-description .desc:after,
.slider-home .slick-slide-inner .woovina-slide-description .desc:before {
  content: '';
  display: block;
  width: 160px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slider-home .slick-slide-inner .woovina-slide-description .desc:before {
  float: left;
  left: 10%;
}
.slider-home .slick-slide-inner .woovina-slide-description .desc:after {
  float: right;
  right: 10%;
}
.slider-home .slick-slide-inner .woovina-slide-heading b {
  display: block;
  color: #ffa800;
}
.slider-home .wew-slides .slick-slide > div {
  max-width: 1170px;
  margin: 0 auto;
}
.slider-home .slick-slide-inner .elementor-slide-description .desc {
  position: relative;
}
.slider-home .slick-slide-inner .elementor-slide-description .desc:after,
.slider-home .slick-slide-inner .elementor-slide-description .desc:before {
  content: '';
  display: block;
  width: 160px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slider-home .slick-slide-inner .elementor-slide-description .desc:before {
  float: left;
  left: 10%;
}
.slider-home .slick-slide-inner .elementor-slide-description .desc:after {
  float: right;
  right: 10%;
}
.slider-home .slick-slide-inner .elementor-slide-heading b {
  display: block;
  color: #ffa800;
}
.slider-home .elementor-slides .slick-slide > div {
  max-width: 1170px;
  margin: 0 auto;
}
.wew-newsletter-form .wew-newsletter-form-wrap {
  position: relative;
}
.wew-newsletter-form .wew-newsletter-form-wrap .wew-newsletter-form-button {
  right: -1px;
  min-width: 140px;
  height: 100%;
}
.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;
}
.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;
  top: 50%!important;
  -webkit-transform: translate(0, -50%) !important;
  -moz-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  -o-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  left: 10px !important;
  width: 1px!important;
  height: 1px!important;
  background: #ffa800;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: .4s all!important;
  -moz-transition: .4s all!important;
  -o-transition: .4s all!important;
  transition: 0.4s all !important;
}
.rtl .tab-product .elementor-tab-title:after {
  left: auto !important;
  right: 10px !important;
}
.rtl.tab-product .elementor-tab-title:after {
  left: auto !important;
  right: 10px !important;
}
.tab-product .elementor-tab-title {
  display: inline-block !important;
  vertical-align: top;
  padding: 0 25px!important;
  border-left: none!important;
  border-top: none!important;
  border-right: 1px solid #e1e1e1!important;
  line-height: 15px;
  -webkit-transition: .4s all!important;
  -moz-transition: .4s all!important;
  -o-transition: .4s all!important;
  transition: 0.4s all !important;
}
.tab-product .elementor-tab-title:last-child {
  margin-right: 0!important;
  border-right: 0 !important;
}
.rtl .tab-product .elementor-tab-title:last-child {
  margin-left: 0!important;
  margin-right: 0 !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 {
  color: #ffa800 !important;
}
.tab-product .elementor-tab-title.elementor-active:after,
.tab-product .elementor-tab-title:hover:after {
  width: 70px!important;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.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: 40px;
}
.tab-product .elementor-tabs {
  text-align: center !important;
}
.tab-product .products .product {
  margin-bottom: 20px;
}
.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: #ffa800;
}
.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;
}
.wew-carousel .slick-arrow:before {
  display: none;
}
.slick-slider:hover .slick-next,
.slick-slider:hover .slick-prev {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.slick-slider:hover .slick-prev {
  left: -20px !important;
}
.slick-slider:hover .slick-next {
  right: -20px !important;
}
.slick-next,
.slick-prev {
  width: 50px!important;
  height: 50px!important;
  line-height: 50px!important;
  border: 0!important;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.07);
  color: #2e2e2e!important;
  font-size: 0!important;
  top: 50%!important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  background-color: #fff!important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-top: 0!important;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.slick-next:hover,
.slick-prev:hover {
  background-color: #ffa800!important;
  border-color: #ffa800!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;
  font-size: 18px;
  line-height: 50px !important;
}
.slick-next:before,
.slick-prev:before {
  font-family: FontAwesome;
  font-size: 18px!important;
  opacity: 1!important;
  line-height: 50px !important;
}
.slick-prev {
  left: 0!important;
  right: auto;
}
.slick-next {
  right: 0!important;
  left: auto;
}
.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: 13px !important;
}
.rtl .woocommerce span.onsale,
.rtl.woocommerce span.onsale {
  left: auto!important;
  right: 13px !important;
}
.woocommerce ul.products li.product {
  position: relative;
}
.woocommerce ul.products li.product .product-inner {
  text-align: left;
}
.rtl .woocommerce ul.products li.product .product-inner,
.rtl.woocommerce ul.products li.product .product-inner {
  text-align: right;
}
.woocommerce ul.products li.product .woo-entry-image {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all 0.4s ease;
}
.woocommerce ul.products li.product .outofstock-badge,
.woocommerce ul.products li.product.outofstock .outofstock-badge {
  background-color: rgba(255, 168, 0, 0.5) !important;
  color: #2e2e2e!important;
  padding: 12px 0!important;
  display: block;
  text-align: center;
  width: 100%;
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  -ms-border-radius: 0px!important;
  border-radius: 0px!important;
  z-index: 5;
  text-transform: uppercase;
  font-weight: 700!important;
  cursor: default;
  font-size: 11px!important;
  letter-spacing: .1em;
  position: absolute;
  top: 0px!important;
  left: 50%!important;
  right: auto!important;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -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 .outofstock-badge:before,
.woocommerce ul.products li.product.outofstock .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: -6px auto 0;
}
.woocommerce .star-rating,
.woocommerce p.stars a {
  font-size: 12px !important;
}
.woocommerce ul.products li.product .button.tinvwl_add_to_wishlist_button.inited-add-wishlist {
  background-color: #ffa800!important;
  border-color: #ffa800!important;
  color: #ffffff !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%);
  text-transform: capitalize!important;
  letter-spacing: 0!important;
  line-height: normal;
  overflow: hidden;
  white-space: nowrap;
}
.woocommerce ul.products li.product .woo-entry-inner .product-entry-slider.slick-slider .slick-track {
  position: inherit;
}
.woocommerce .products .product .woo-entry-image > a.wvn-quick-view {
  display: none;
}
.woocommerce .products .product:hover .btn-inner.btn-wishlist {
  -webkit-animation: rotateInDownLeft 1.2s ease;
  -moz-animation: rotateInDownLeft 1.2s ease;
  -ms-animation: rotateInDownLeft 1.2s ease;
  -o-animation: rotateInDownLeft 1.2s ease;
  animation: rotateInDownLeft 1.2s ease;
}
.woocommerce .products .product:hover .btn-inner.btn-compare {
  -webkit-animation: rotateInDownLeft .8s ease;
  -moz-animation: rotateInDownLeft .8s ease;
  -ms-animation: rotateInDownLeft .8s ease;
  -o-animation: rotateInDownLeft .8s ease;
  animation: rotateInDownLeft 0.8s ease;
}
.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 .wvn-quick-view {
  opacity: 1;
  visibility: visible;
}
.woocommerce .products .product:hover .jquery-countdown {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.woocommerce .products .product:hover .woo-entry-image {
  box-shadow: 2px 10px 15px 0 rgba(0, 0, 0, 0.1);
}
.woocommerce .products .product:hover .image-wrap .outofstock-badge {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.woocommerce .products .product:hover .product-inner .inner .star-rating {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.woocommerce .products .product.has-rating:hover .product-inner .inner .price {
  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 .btn-wrap .added_to_cart {
  background: url(../images/product_icon.png) no-repeat;
  background-position: 100% 0!important;
  background-color: #ffa800 !important;
}
.woocommerce ul.products li.product .price {
  font-size: 14px!important;
  font-weight: 700;
  font-family: Lato;
}
.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;
  width: 200px;
  overflow: hidden;
}
.woocommerce ul.products li.product.wvn-content-left li.inner .star-rating {
  right: auto !important;
}
.woocommerce ul.products li.product.wvn-content-right li.inner .star-rating {
  left: auto !important;
}
.woocommerce ul.products li.product li.inner {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.07);
  position: absolute!important;
  bottom: 106px;
  right: 13px;
  background: #fff;
  padding: 10px 15px;
  z-index: 3;
  margin: 0 !important;
}
.rtl .woocommerce ul.products li.product li.inner,
.rtl.woocommerce ul.products li.product li.inner {
  left: 13px;
  right: auto;
}
.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;
  top: 10px !important;
}
.rtl .single-product .entry-content .onsale,
.rtl.single-product .entry-content .onsale {
  left: auto!important;
  right: 10px !important;
}
.single-product span.onsale {
  right: auto!important;
  bottom: auto!important;
  top: 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;
  vertical-align: top;
  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 form.cart {
  border-bottom: 0;
  padding-bottom: 0;
}
.single-product div.product .entry-summary .tinv-wishlist .tinvwl_add_to_wishlist_button {
  margin: 0 10px;
  width: auto!important;
  height: 36px;
  line-height: 36px!important;
  text-align: center!important;
  font-size: 14px!important;
  vertical-align: middle;
  display: inline-block !important;
  background: url(../images/product_icon.png) 0 -39px no-repeat #ffffff;
  font-weight: 400;
  padding: 0 10px 0 35px!important;
  letter-spacing: 0!important;
  -webkit-transition: all .2s linear!important;
  -moz-transition: all .2s linear!important;
  -o-transition: all .2s linear!important;
  transition: all .2s linear!important;
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.single-product div.product .entry-summary .tinv-wishlist .tinvwl_add_to_wishlist_button.inited-add-wishlist,
.single-product div.product .entry-summary .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list,
.single-product div.product .entry-summary .tinv-wishlist .tinvwl_add_to_wishlist_button:hover {
  background-position: -36px -39px;
  background-color: #ffa800;
  color: #ffffff;
}
.single-product div.product .entry-summary .tinv-wishlist .tinvwl_add_to_wishlist_button.no-txt {
  width: 36px!important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding: 0 !important;
}
.single-product div.product .entry-summary .tinv-wishlist .tinvwl_add_to_wishlist_button.no-txt.inited-add-wishlist,
.single-product div.product .entry-summary .tinv-wishlist .tinvwl_add_to_wishlist_button.no-txt.tinvwl-product-in-list,
.single-product div.product .entry-summary .tinv-wishlist .tinvwl_add_to_wishlist_button.no-txt:hover {
  background-position: 100% -39px;
  background-color: #ffa800;
}
.single-product div.product .entry-summary .variations_form .price {
  font-weight: 700;
  font-size: 18px;
  color: #2e2e2e;
}
.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,
.woocommerce div.product .woocommerce-product-gallery .wp-post-image {
  border: 1px solid #eaeaea;
  border-radius: 4px;
}
.woocommerce div.product .woocommerce-product-gallery .flex-viewport .wp-post-image {
  border: none;
}
.woocommerce div.product .summary {
  position: relative;
}
.woocommerce div.product .summary form.cart .added_to_cart,
.woocommerce div.product .summary form.cart .single_add_to_cart_button {
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 14px;
  padding: 7.5px 20px;
  font-weight: 400;
  float: left;
}
.single-product.woocommerce div.product .summary form.cart .single_add_to_cart_button {
  background: #ffa800c2;
  color: #fff;
}
.single-product.woocommerce div.product .summary form.cart .single_add_to_cart_button::before {
  background-position: -44px -7px !important;
}
.rtl .woocommerce div.product .summary form.cart .added_to_cart,
.rtl .woocommerce div.product .summary form.cart .single_add_to_cart_button,
.rtl.woocommerce div.product .summary form.cart .added_to_cart,
.rtl.woocommerce div.product .summary form.cart .single_add_to_cart_button {
  float: right;
}
.woocommerce div.product .summary form.cart .added_to_cart:before,
.woocommerce div.product .summary form.cart .single_add_to_cart_button:before {
  background: url(../images/product_icon.png) -9px -7px;
  width: 19px;
  content: '';
  height: 21px;
  display: inline-block;
  font-weight: 400;
  margin-right: 3px;
  vertical-align: text-bottom;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: 0.3s all;
}
.woocommerce div.product .summary form.cart .added_to_cart .added_to_cart,
.woocommerce div.product .summary form.cart .added_to_cart:hover,
.woocommerce div.product .summary form.cart .single_add_to_cart_button .added_to_cart,
.woocommerce div.product .summary form.cart .single_add_to_cart_button:hover {
  border-bottom-color: #ffa800;
  color: #ffffff !important;
}
.woocommerce div.product .summary form.cart .added_to_cart .added_to_cart:before,
.woocommerce div.product .summary form.cart .added_to_cart.loading:before,
.woocommerce div.product .summary form.cart .added_to_cart:hover:before,
.woocommerce div.product .summary form.cart .single_add_to_cart_button .added_to_cart:before,
.woocommerce div.product .summary form.cart .single_add_to_cart_button.loading:before,
.woocommerce div.product .summary form.cart .single_add_to_cart_button:hover:before {
  background-position: -44px -7px !important;
}
.woocommerce div.product .summary form.cart .added_to_cart {
  color: #ffffff !important;
}
.woocommerce div.product .summary form.cart .added_to_cart:before {
  background-position: -44px -7px !important;
}
.woocommerce div.product .summary form.cart .added_to_cart {
  background-color: #ffa800;
  border-bottom: 0;
  display: none;
  line-height: 1!important;
  margin-left: 0;
}
.woocommerce div.product .summary .compare {
  line-height: 36px!important;
  width: 36px!important;
  height: 36px !important;
}
.woocommerce div.product .summary .compare:hover {
  background-color: #ffa800 !important;
}
.woocommerce div.product .summary .compare.added {
  font-size: 0 !important;
}
.woocommerce div.product .summary .product_meta {
  border-top: none;
  border-bottom: none;
  padding: 0 !important;
}
.woocommerce div.product .summary .jquery-countdown {
  position: static;
  text-align: left;
  margin-top: 15px;
}
.rtl .woocommerce div.product .summary .jquery-countdown,
.rtl.woocommerce div.product .summary .jquery-countdown {
  text-align: right;
}
.woocommerce div.product .summary .jquery-countdown .countdown-amount {
  color: #fff;
  background-color: #ffa800;
}
.woocommerce-tabs {
  border-top: 1px solid #eaeaea;
}
.woocommerce-tabs .tabs.wc-tabs li a {
  padding: 10px 20px!important;
  border-bottom: 0!important;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  position: relative;
}
.woocommerce-tabs .tabs.wc-tabs li a:after {
  display: none !important;
}
.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: #ffa800;
}
.woocommerce-tabs .tabs.wc-tabs li.active a:before,
.woocommerce-tabs .tabs.wc-tabs li:hover a:before {
  transition: width 0.5s ease-in-out;
  width: 100%;
}
@media (min-width: 769px) {
  .col-50 {
    width: 50% !important;
  }
  .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: #2e2e2e;
}
.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 {
  padding: 45px 0 20px;
  background-image: url(../images/bg-heading.png);
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 40px!important;
  text-align: center;
  color: #2e2e2e;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.woocommerce .related.products h2:after,
.woocommerce .related.products h2:before,
.woocommerce .upsells.products h2:after,
.woocommerce .upsells.products h2:before {
  background: #e1e1e1;
  content: "";
  display: block;
  height: 2px;
  width: 66px;
  position: absolute;
  margin: auto;
}
.woocommerce .related.products h2:before,
.woocommerce .upsells.products h2:before {
  bottom: -6px;
  left: 10px;
  right: 0;
}
.woocommerce .related.products h2:after,
.woocommerce .upsells.products h2:after {
  bottom: 0;
  left: 0;
  right: 10px;
}
.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: #ffa800;
}
.woocommerce-info {
  border-color: #2e2e2e !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: 30px;
  left: 30px;
  opacity: 1;
  visibility: visible;
}
.elementor-widget-wew-blog-carousel .wew-carousel-slide:hover .wew-carousel-entry-media:after {
  top: 30px;
  right: 30px;
  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;
  padding: 20px 20px 0;
  background-color: #ffffff;
}
.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: 20px;
  top: 20px;
}
.elementor-widget-wew-blog-carousel .wew-carousel-slide .wew-carousel-entry-media:after {
  right: 20px;
  top: 20px;
  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 {
  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;
}
.elementor-widget-wew-blog-carousel .wew-carousel-slide .wew-carousel-entry-details {
  position: relative;
  text-align: left;
  background-color: #ffffff;
}
.rtl .elementor-widget-wew-blog-carousel .wew-carousel-slide .wew-carousel-entry-details,
.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;
}
.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,
.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(255, 168, 0, 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;
}
.blog-entry.post .thumbnail .link-entry i {
  top: 0;
  right: 0;
}
.rtl .blog-entry.post .thumbnail .link-entry i,
.rtl.blog-entry.post .thumbnail .link-entry i {
  left: 0;
  right: auto;
}
.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: #ffa800;
  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: #ffa800;
  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: #ffa800!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: #ffa800!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: #ffa800 !important;
}
.product-categories li.cat-item {
  border-bottom: 1px dashed #e1e1e1;
}
.product-categories li.cat-item a {
  display: inline-block !important;
  line-height: 48px!important;
  padding: 0!important;
  border-bottom: none!important;
  text-transform: none!important;
  font-weight: 400!important;
  font-size: 14px!important;
  color: #797979;
}
.product-categories li.cat-item:hover > a {
  color: #ffa800;
}
.product-categories li.cat-item.cat-parent .children li:last-child {
  border-bottom: none;
}
/* flex-control-thumbs */
.single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-list {
  margin: 0 auto !important;
}
.woocommerce div.product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: none;
}
.single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery .flex-control-thumbs.slick-slider li.slick-slide {
  margin: 0 10px;
}
.rtl.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: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-prev {
  left: 0 !important;
}
.single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery .flex-control-thumbs.slick-slider:hover .slick-arrow.slick-next {
  right: 0 !important;
}
.single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-arrow {
  width: 30px !important;
  height: 30px !important;
  border: 1px solid #ffa800;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  background-color: #fff;
  /* IE8 filter */
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-arrow:before {
  font-size: 24px;
  line-height: 30px !important;
  font-family: "FontAwesome";
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  color: #b5b5b5;
  display: inherit;
}
.single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-arrow:hover {
  border-color: #f06676;
}
.single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-arrow:hover:before {
  color: #f06676;
}
.single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-arrow.slick-prev {
  left: 20px !important;
}
.single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-arrow.slick-prev:before {
  content: '\f104';
}
.single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-arrow.slick-next {
  right: 20px !important;
}
.single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-arrow.slick-next:before {
  content: '\f105';
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 40px;
}
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  z-index: 9 !important;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  border: 1px solid #e5e5e5;
}
.wew-carousel ul.meta li {
  text-transform: capitalize;
}
div.wpforms-container .wpforms-form input[type="text"].wpforms-field-large {
  border-radius: 3px;
}
.wpforms-container .wpforms-form .wpforms-submit-container button.wpforms-submit {
  border-radius: 5px;
}
.wpforms-container .wpforms-form .wpforms-submit-container button.wpforms-submit:hover {
  color: #fff;
}
.wpforms-submit-container button.wpforms-submit::before {
  content: "\f1d8";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  display: inline-block;
  padding-right: 10px;
}
.widget_shopping_cart_content .buttons .button {
  border: 1px solid #222;
  background-color: transparent;
  color: #222;
}
.widget_shopping_cart_content .buttons .button.checkout {
  background-color: #ffa800;
  color: #fff;
  border-color: #ffa800;
}
.rtl .woovina-nav-menu .sub-arrow {
  padding: 10px 10px 10px 0;
}
.rtl .tab-product .elementor-tab-title:not(:last-child) {
  border-right: none !important;
  border-left: 1px solid #e1e1e1 !important;
}
.rtl .elementor .elementor-element.elementor-widget-wew-newsletter .wew-newsletter-form-wrap .elem-wrap input[type="email"] {
  padding-right: 15px;
  padding-left: 150px;
}
.rtl input[type="checkbox"] {
  margin: 0 0 -3px 10px !important;
}
.rtl .woocommerce ul.products li.product .btn-wrap,
.rtl.woocommerce ul.products li.product .btn-wrap {
  left: auto;
  right: 13px;
}
.rtl.woocommerce ul.products.list li.product .btn-wrap .btn-addtocart {
  left: auto;
  right: 0%;
}
.rtl .woocommerce.woo-left-tabs div.product .woocommerce-tabs ul.tabs {
  text-align: right;
}
.rtl.woocommerce ul.products.list li.product .woo-entry-image {
  margin: 0 0 0 3%;
}
.rtl.woocommerce div.product .summary form.cart .btn-single-page {
  float: right;
}
.rtl .variations_button {
  float: right;
}
.rtl .woocommerce.woo-left-tabs div.product .woocommerce-tabs ul.tabs {
  text-align: right;
}
.rtl .elementor-10 .elementor-element.elementor-element-083dda7 {
  background-position: top right!important;
}
.rtl .elementor-10 .elementor-element.elementor-element-cab1732 {
  background-position: top left!important;
}
body.rtl.single-product.woocommerce form.variations_form table.variations.wvs-variations-wrapper tbody tr td.value div.attribute-swatch div.swatchinput {
  float: right;
}
@media screen and (min-width: 1200px) {
  body.show-cart #site-header {
    z-index: 100;
  }
  body.show-cart #taron-toolbar,
  body #site-header {
    z-index: 98;
  }
  .content-left-sidebar .product-categories li.cat-parent ul.children {
    display: block!important;
    left: 100%;
    top: 0;
    margin: 0 !important;
  }
  .rtl .content-left-sidebar .product-categories li.cat-parent ul.children,
  .rtl.content-left-sidebar .product-categories li.cat-parent ul.children {
    left: auto;
    right: 100%;
  }
  .content-left-sidebar .content-right-sidebar .product-categories li.cat-parent ul.children {
    right: 100%;
    left: auto;
  }
  .content-left-sidebar .product-categories li.cat-parent:hover > ul.children {
    z-index: 10;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .content-left-sidebar .product-categories li.cat-parent:hover:after {
    color: #364054;
  }
  .content-left-sidebar .product-categories li.cat-item {
    min-width: 250px;
  }
  .content-left-sidebar .product-categories li.cat-item a:before {
    content: none;
  }
  .content-left-sidebar .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;
  }
  .rtl .content-left-sidebar .product-categories li.cat-parent:after,
  .rtl.content-left-sidebar .product-categories li.cat-parent:after {
    left: 17px;
    right: auto;
  }
  .content-left-sidebar .product-categories li.cat-parent ul.children {
    border: 0;
    background: #fff;
    width: auto;
    z-index: 1;
    pointer-events: none;
    position: absolute;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transform: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    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;
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  .content-left-sidebar .product-categories li.cat-parent li.cat-parent:hover > ul.children {
    z-index: 10;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }
  .content-left-sidebar .product-categories li.cat-parent > .open-this {
    display: none;
  }
  .product-categories li.cat-parent {
    position: relative;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 960px) {
  .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: -27% !important;
  }
  #site-navigation-wrap .main-navigation > .dropdown-menu > li.full-mega:hover .sub-menu {
    visibility: visible;
  }
  .main-menu .main-navigation > ul > li .sub-menu .widget-product .sidebar-box.woocommerce {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1200px) {
  .elementor-section.elementor-section-stretched {
    width: 100vw !important;
  }
  #main #content-wrap.container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .single-product div.product .entry-summary .btn-inner:first-child {
    margin-right: 10px;
  }
  .single-product div.product .entry-summary .tinv-wishlist .tinvwl_add_to_wishlist_button {
    margin: 0;
  }
  .rtl.single-product div.product .entry-summary .btn-inner:first-child {
    margin-right: 0;
    margin-left: 10px;
  }
  .woocommerce div.product .summary form.cart .added_to_cart,
  .woocommerce div.product .summary form.cart .single_add_to_cart_button {
    padding: 7.5px 15px;
    margin-right: 10px;
  }
  .rtl.woocommerce div.product .summary form.cart .added_to_cart,
  .rtl.woocommerce div.product .summary form.cart .single_add_to_cart_button {
    margin-left: 10px;
    margin-right: 0;
  }
  .woocommerce div.product .summary form.cart.grouped_form .btn-single-page,
  .woocommerce div.product.product-type-external .summary form.cart .btn-single-page,
  .woocommerce div.product.onbackorder .summary form.cart .btn-single-page {
    width: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  .rtl.woocommerce div.product .summary form.cart.grouped_form .btn-single-page,
  .rtl.woocommerce div.product.product-type-external .summary form.cart .btn-single-page,
  .rtl.woocommerce div.product.onbackorder .summary form.cart .btn-single-page {
    margin-right: 10px;
    margin-left: 0;
  }
  .woocommerce div.product .summary form.cart .btn-single-page {
    width: 100%;
    margin-top: 10px;
  }
  .wew-carousel .wew-carousel-slide,
  body .woovina-row .col {
    padding: 0 10px !important;
  }
  .slick-slider .slick-list,
  .woocommerce ul.products {
    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: 13px;
  }
  .tab-product .elementor-tab-title {
    padding: 0 10px !important;
  }
  .tab-product .elementor-tab-title a {
    white-space: nowrap;
  }
  .tab-product .elementor-tab-title:after {
    display: none !important;
  }
  .menu-cart-custom .woovina-menucart__toggle .elementor-button {
    vertical-align: bottom;
  }
  .wvn-product-nav-wrap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100 !important;
  }
  .elementor-widget-wew-blog-carousel .wew-carousel-slide .wew-carousel-entry-media {
    padding: 10px 10px 0;
  }
  .elementor-widget-wew-blog-carousel .wew-carousel-slide .wew-carousel-entry-details {
    padding: 10px 10px 20px !important;
  }
  .slider-home .slick-slide-inner .woovina-slide-description .desc::after,
  .slider-home .slick-slide-inner .woovina-slide-description .desc::before {
    width: 90px;
  }
  .slider-home .slick-slide-inner .elementor-slide-description .desc::after,
  .slider-home .slick-slide-inner .elementor-slide-description .desc::before {
    width: 90px;
  }
  .wvn-floating-bar .container,
  .wvn-floating-bar.show {
    height: 60px !important;
  }
  .dokan-form-inline.dokan-product-date-filter {
    width: 100%;
  }
  .dokan-form-inline.dokan-product-search-form {
    width: 100%;
    position: relative;
  }
  .dokan-dashboard .dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form .dokan-form-group {
    float: left;
  }
  .dokan-dashboard .dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form button[name="product_listing_search"] {
    float: none;
    position: absolute;
    left: 305px;
    top: 0;
  }
  .rtl.dokan-dashboard .dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form .dokan-form-group {
    float: right;
  }
  .rtl.dokan-dashboard .dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form button[name="product_listing_search"] {
    left: auto;
    right: 305px;
  }
  .chart-container .legend > div,
  .chart-container .legend > table {
    width: 88%;
  }
  .elementor-widget-wew-blog-carousel .wew-carousel-slide .wew-carousel-entry-media::before {
    left: 10px;
    top: 10px;
  }
  .elementor-widget-wew-blog-carousel .wew-carousel-slide .wew-carousel-entry-media::after {
    right: 10px;
    top: 10px;
  }
  .elementor-widget-wew-blog-carousel .wew-carousel-slide:hover .wew-carousel-entry-media::after {
    top: 20px;
    right: 20px;
  }
  .elementor-widget-wew-blog-carousel .wew-carousel-slide:hover .wew-carousel-entry-media::before {
    top: 20px;
    left: 20px;
  }
}
.woovina-off-canvas-sidebar .widget_product_categories {
  display: none;
}
@media only screen and (max-width: 959px) {
  .tab-product .elementor-tab-content .woocommerce .products.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .show-cart .wcmenucart-toggle-drop_down .current-shop-items-dropdown {
    display: none;
  }
  .woovina-off-canvas-sidebar .widget_product_categories {
    display: block;
  }
  .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;
  }
  .woocommerce.columns-5 ul.products li.product .btn-wrap .button {
    padding: 0 12px !important;
  }
  .woocommerce .products .product .product-inner .wvn-quick-view {
    opacity: 1!important;
    filter: alpha(opacity=100) !important;
    visibility: visible !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;
  }
  #footer-widgets .span_1_of_4.col-1,
  #footer-widgets .span_1_of_4.col-2,
  #footer-widgets .span_1_of_4.col-3,
  #footer-widgets .span_1_of_4.col-4 {
    width: 50% !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;
  }
  .woovina-menucart__container .woovina-menucart__main {
    top: 0 !important;
  }
  .slider-home .slick-slide-inner .woovina-slide-description .desc::after,
  .slider-home .slick-slide-inner .woovina-slide-description .desc::before {
    display: none;
  }
  .slider-home .slick-slide-inner .elementor-slide-description .desc::after,
  .slider-home .slick-slide-inner .elementor-slide-description .desc::before {
    display: none;
  }
  .jquery-countdown {
    bottom: auto!important;
    top: 10px !important;
  }
  .woocommerce span.onsale {
    bottom: 10px;
    top: auto!important;
    right: 13px;
    left: auto !important;
  }
  .content-both-sidebars #main #content-wrap.container {
    padding-bottom: 0 !important;
  }
  .sidebar-container {
    display: none;
  }
  .rtl #footer-bottom #copyright,
  .rtl #footer-bottom #footer-bottom-menu {
    float: none!important;
    text-align: center !important;
  }
  .blog .sidebar-container {
    margin-top: 50px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .woocommerce ul.products.list li.product .woo-entry-inner {
    padding-left: 20px;
  }
  .woocommerce.columns-1 .products .product.col {
    width: 100%!important;
    float: 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;
  }
  .view-sm .woocommerce.columns-4 .products.woovina-row {
    grid-template-columns: repeat(2, 2fr) !important;
  }
  .view-sm .woocommerce.columns-4 .products.woovina-row .product.col {
    width: 100%!important;
    float: none;
  }
  .woocommerce ul.products.list li.product .woo-entry-image {
    width: 32% !important;
  }
  .woocommerce ul.products.list li.product .woo-entry-inner {
    width: 65% !important;
  }
}
@media screen and (max-width: 767px) {
  .elementor-widget-wew-search .woovina-searchform input.field {
    padding-right: 50px;
  }
  .woocommerce section.products ul.products,
  .archive.woocommerce .products.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .mobile-icon .elementor-element-populated > .elementor-widget-wrap {
    display: inline-flex;
    justify-content: flex-end;
  }
  .mobile-icon .elementor-widget-wrap > .elementor-element.shortcode-cart {
    height: 46px;
    line-height: 46px;
    padding-right: 12px;
  }
  .mobile-icon .shortcode-cart .wishlist_products_counter {
    vertical-align: middle;
    margin: 0;
  }
  .shortcode-cart .wishlist_products_counter {
    padding-right: 0;
  }
  #mobile-navbar.navigation .mobile-navbar-home a {
    position: absolute;
    width: 110%;
    height: 124%;
    top: -14px;
    padding-top: 28px !important;
    background-color: #fff;
    border-radius: 50% 50% 0% 0;
  }
  #mobile-navbar li.menu-item.mobile-navbar-home:hover {
    background-color: #fff;
    box-shadow: none;
  }
  .mobile-icon .shortcode-cart .wishlist_products_counter .wishlist_products_counter_number {
    top: -3px;
    min-width: 16px;
    border-radius: 50%;
    right: -9px;
    font-size: 10px;
    line-height: 16px;
  }
  .mobile-icon .shortcode-cart .wishlist_products_counter .wishlist_products_counter_number::before {
    display: none;
  }
  .mobile-icon .elementor-widget-wrap > .elementor-element.shortcode-cart,
  .mobile-icon .elementor-widget-wrap > .elementor-element.cart-mobile {
    width: auto;
  }
  .table-4col .woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .tab-product .elementor-tab-content .woocommerce .products.grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #site-header .elementor-sticky--active {
    width: 100vw !important;
  }
  .woocommerce div.product .entry-summary .single-post-title {
    margin-top: 20px;
  }
  .content-left-sidebar .content-area {
    padding: 0 !important;
  }
  #wvn-qv-wrap .wvn-qv-image {
    overflow: hidden;
  }
  .content-area,
  .content-left-sidebar .content-area {
    margin-bottom: 0 !important;
  }
  #site-header .elementor-sticky--active {
    background-color: rgba(0, 0, 0, 0.7);
  }
  body.home #site-header {
    margin-top: 20px;
  }
  .shortcode-cart {
    text-align: right;
  }
  .tab-product .elementor-tabs .elementor-tabs-wrapper {
    display: flex;
    overflow-x: auto!important;
    padding-bottom: 0;
    margin-bottom: 20px;
    justify-content: center;
  }
  .tab-product .elementor-tabs .elementor-tabs-wrapper::-webkit-scrollbar {
    display: none;
    overflow: -moz-scrollbars-none;
  }
  .dokan-store #dokan-form-contact-seller input[type="submit"] {
    margin-bottom: 30px;
  }
  .dokan-store .dokan-store-sidebar,
  .dokan-store .dokan-single-store {
    margin: 0!important;
    width: 100%!important;
  }
  .dokan-order-filter-serach .dokan-left {
    margin-right: 10px;
  }
  .dokan-order-filter-serach .dokan-right {
    float: left!important;
  }
  .dokan-product-listing-area .dokan-product-date-filter > button {
    float: left;
  }
  .dokan-orders-content .dokan-orders-area ul.order-statuses-filter {
    margin-left: 0;
  }
  .rtl .dokan-order-filter-serach .dokan-right {
    float: right !important;
  }
}
@media screen and (max-width: 559px) {
  .woocommerce ul.products.list li.product li.btn-wrap {
    top: 27%;
  }
  .woocommerce ul.products.list li.product .btn-wrap .btn-addtocart {
    left: 700%;
  }
  .woocommerce ul.products li.product li.btn-wrap {
    top: 10px;
  }
  .woocommerce ul.products li.product .btn-wrap .btn-compare {
    display: none;
  }
  #footer-bottom #copyright {
    line-height: normal;
  }
  #footer-widgets .span_1_of_4.col-1,
  #footer-widgets .span_1_of_4.col-2,
  #footer-widgets .span_1_of_4.col-3,
  #footer-widgets .span_1_of_4.col-4 {
    width: 100% !important;
  }
  .current-shop-items-dropdown,
  .hidden-xs {
    display: none !important;
  }
  .tab-product .elementor-tabs-content-wrapper .elementor-tab-title {
    width: auto!important;
    padding: 10px 20px!important;
    margin-right: 0;
    position: relative;
    margin-bottom: 25px;
  }
  body.has-breadcrumbs .page-header-title {
    padding: 0 10px;
    text-align: center;
  }
  body.has-breadcrumbs .page-subheading {
    text-align: center;
  }
}
@media screen and (max-width: 414px) {
  .woocommerce ul.products.list li.product .btn-wrap .btn-addtocart {
    left: 500%;
  }
  .dokan-product-listing .dokan-product-listing-area .product-listing-top {
    padding-bottom: 10px;
  }
  .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter {
    margin-bottom: 0;
    line-height: 1.5em;
  }
  .dokan-dashboard .dokan-w6.dokan-product-search-form {
    float: left;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .dokan-dashboard .dokan-w6.dokan-product-search-form .dokan-form-group {
    width: 60%;
  }
  .dokan-dashboard .dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form button[name="product_listing_search"] {
    left: 63%;
  }
  .dokan-order-filter-serach .dokan-left .dokan-form-group input.dokan-btn {
    margin-top: 10px;
  }
  .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .product-listing-top span.dokan-add-product-link {
    float: none!important;
  }
  .rtl.dokan-dashboard .dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form button[name="product_listing_search"] {
    left: auto;
    right: 63%;
  }
  .rtl.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .product-listing-top span.dokan-add-product-link a {
    float: right !important;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .woocommerce ul.products.list li.product .btn-wrap .btn-addtocart {
    left: 450%;
  }
  .dokan-store .woocommerce ul.products li.product {
    width: 100%!important;
    clear: none;
  }
  .rtl .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
    padding: 10px 4px !important;
  }
}
@media screen and (max-width: 320px) {
  .woocommerce ul.products.list li.product .btn-wrap .btn-addtocart {
    left: 400%;
  }
  .archive.woocommerce .products.grid,
  .table-4col .woocommerce ul.products,
  .tab-product .elementor-tab-content .woocommerce .products.grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .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;
  }
  #woovina-off-canvas-sidebar-wrap .woovina-off-canvas-sidebar {
    width: 280px !important;
  }
  .dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu > li:not(:first-child) a,
  .dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {
    padding: 10px;
  }
  .dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li a i {
    padding-right: 5px;
  }
  .dokan-dashboard .dokan-w6.dokan-product-search-form .dokan-form-group {
    width: 60%;
  }
  .dokan-order-filter-serach .dokan-left .dokan-form-group input#order_date_filter {
    margin-bottom: 10px;
  }
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.icon-black.inited-add-wishlist:before,
.tinv-wishlist .tinvwl_add_to_wishlist_button.icon-black:hover:before,
a.wishlist_products_counter.top_wishlist-black.inited-add-wishlist:before,
a.wishlist_products_counter.top_wishlist-black:hover:before {
  color: #ffffff;
}
.yith-woocompare-widget a.compare {
  opacity: 1;
  visibility: visible;
  display: block!important;
  position: relative;
  width: auto!important;
  height: auto!important;
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  -ms-border-radius: 0px!important;
  border-radius: 0px!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,
.rtl.yith-woocompare-widget a.compare {
  float: left;
}
.yith-woocompare-widget a.compare:before {
  display: none !important;
}
.yith-woocompare-widget a.compare:hover {
  border-color: #ffa800!important;
  background: #ffa800!important;
  color: #ffffff !important;
}
.yith-woocompare-widget a.compare {
  overflow: hidden;
  font-size: 12px !important;
}
.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: #ffa800;
  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 .jquery-countdown {
  display: block;
}
.jquery-countdown {
  position: absolute;
  top: auto;
  bottom: 85px;
  left: 0;
  width: 100%;
  z-index: 99;
  text-align: center;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  -o-transition: .4s all;
  transition: 0.4s all;
}
.rtl .jquery-countdown,
.rtl.jquery-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;
  line-height: 27px;
}
.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;
}
.jquery-countdown .countdown-period {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 3px;
}
.countdown-period {
  display: block;
  font-size: 13px;
  color: #2e2e2e;
  background-color: #e9e9e9;
}
.countdown-descr {
  display: block;
  width: 100%;
}
.countdown-amount {
  color: #616161;
  font-size: 15px;
  display: inline-block;
  width: 100%;
  background-color: #d4d4d4;
}
.woocommerce ul.products li.product .product-inner:hover .jquery-countdown {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.rtl #top-bar-nav > ul > li {
  margin-left: 20px;
  margin-right: 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-cart-custom .woovina-menucart__toggle .elementor-button {
  padding: 0 0 0 15px !important;
}
.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: "\f104" !important;
  font-family: FontAwesome;
}
.rtl .slider-home .slick-next:before {
  content: "\f105" !important;
  font-family: FontAwesome;
}
.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: "\f104" !important;
  font-family: FontAwesome;
}
.rtl .slick-next span:before,
.rtl .slick-next:before {
  content: "\f105" !important;
  font-family: FontAwesome;
}
.rtl .slick-prev {
  left: 30px!important;
  right: auto !important;
}
.rtl .text-left {
  text-align: left !important;
}
.rtl .woocommerce ul.product_list_widget li .wvn-grid.thumbnail {
  border-right-width: 0;
  border-left-width: 1px;
}
.rtl .main-menu .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 .footer-box .widget-title {
  padding-right: 0 !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 .elementor-social-icon:not(:last-child) {
  margin-left: 20px;
  margin-right: 0 !important;
}
.rtl .current-shop-items-dropdown {
  left: 0!important;
  right: auto !important;
}
.rtl .widget_top_rated_products ul.product_list_widget li {
  padding: 10px 94px 10px 0 !important;
}
.rtl .blog-entry.post .thumbnail .link-entry {
  left: 20px;
  right: auto;
}
.rtl .product-categories li.cat-parent:after {
  content: "\f104" !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 {
  margin-left: 8px;
  margin-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;
}
.rtl .woovina-menucart__container:not(.woovina-menucart--shown) .woovina-menucart__main {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.rtl .menu-cart-custom .__toggle .elementor-button .elementor-button-text::before {
  float: right;
  margin-left: 4px;
}
@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;
}
@media only screen and (max-width: 959px) {
  .rtl.woocommerce .woo-entry-image span.onsale {
    right: auto!important;
    left: 13px !important;
  }
  .rtl.woocommerce ul.products li.product .woo-entry-inner li.image-wrap > .onsale {
    display: none;
  }
}
.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;
}
@media only screen and (max-width: 1600px) {
  .content-full-screen .woocommerce.columns-6 .woovina-row .span_1_of_6 {
    width: 100%!important;
    clear: none !important;
  }
  .content-full-screen .woocommerce.columns-6 .woovina-row.grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .content-both-sidebars #main #content-wrap.container {
    max-width: 100%!important;
    padding-left: 10px!important;
    padding-right: 10px !important;
  }
}
@media only screen and (max-width: 1600px) {
  .content-full-screen .woocommerce.columns-6 .woovina-row .span_1_of_6 {
    width: 100%!important;
    clear: none !important;
  }
  .content-full-screen .woocommerce.columns-6 .woovina-row.grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .content-both-sidebars #main #content-wrap.container {
    max-width: 100%!important;
    padding-left: 10px!important;
    padding-right: 10px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .content-full-width:not(.home) .woocommerce.columns-4 .woovina-row .span_1_of_4 {
    width: 25%!important;
    clear: none !important;
  }
  .content-full-screen .woocommerce.columns-6 .woovina-row.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .content-both-sidebars .woocommerce.columns-2 .woovina-row .span_1_of_2 {
    width: 33.333%!important;
    clear: none !important;
  }
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  .dokan-dashboard .single-page-article .dokan-dashboard-content {
    width: 75%;
    padding-left: 20px;
  }
  .dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form button[name="product_listing_search"] {
    float: left;
    width: auto;
    height: 36px;
  }
  .dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form .dokan-form-group {
    width: auto;
    margin: 0;
  }
  .content-full-width:not(.home) .woocommerce.columns-4 .woovina-row.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .content-full-width:not(.home) .woocommerce.columns-4 .woovina-row .span_1_of_4 {
    width: 100%!important;
    clear: none !important;
  }
  .content-full-screen .woocommerce.columns-6 .woovina-row.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .content-both-sidebars .woocommerce.columns-2 .woovina-row .span_1_of_2 {
    width: 50% !important;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .archive.woocommerce .products.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .woocommerce ul.products.list li.product .woo-entry-inner {
    padding-left: 20px;
  }
  .content-full-width:not(.home) .woocommerce.columns-4 .woovina-row .span_1_of_4 {
    width: 50%!important;
    clear: none !important;
  }
  .content-full-screen .woocommerce.columns-6 .woovina-row.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 479px) {
  .content-full-width:not(.home) .woocommerce.columns-4 .woovina-row .span_1_of_4 {
    width: 100%!important;
    clear: none !important;
  }
  .content-full-screen .woocommerce.columns-6 .woovina-row.grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .content-both-sidebars #main #content-wrap.container,
  .content-both-sidebars .woocommerce.columns-2 .woovina-row .span_1_of_2 {
    width: 100% !important;
  }
  .slider-home .elementor-slick-slider .slick-arrow.slick-prev {
    right: 45px !important;
  }
  .slider-home .elementor-slick-slider .slick-arrow {
    width: 45px!important;
    height: 45px!important;
    line-height: 45px !important;
  }
  .slider-home .elementor-slick-slider .slick-arrow::before {
    line-height: 45px !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;
}
#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-top .elementor-nav-menu--dropdown {
  position: absolute!important;
  min-width: 150px!important;
  top: 100%!important;
  left: 0;
  z-index: 999;
  display: block!important;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.menu-top li.menu-item-has-children:hover > .elementor-nav-menu--dropdown {
  -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;
}
.menu-top ul.elementor-nav-menu--dropdown a,
.menu-top ul.elementor-nav-menu--dropdown a:focus,
.menu-top ul.elementor-nav-menu--dropdown a:hover {
  border-left: none;
}
/* Plugin Nav menu top for woovina */
.menu-top .woovina-nav-menu--dropdown {
  position: absolute!important;
  min-width: 150px!important;
  top: 100%!important;
  left: 0;
  z-index: 999;
  display: block!important;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -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, visibility 0.6s ease;
  -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, visibility 0.6s ease;
  transition: transform 0.5s ease, opacity 0.6s ease, visibility 0.6s ease;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  border-top: 3px solid #ffa800!important;
}
.menu-top li.menu-item-has-children:hover > .woovina-nav-menu--dropdown {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -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, visibility 0.2s ease;
  -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, visibility 0.2s ease;
  transition: transform 0.5s ease, opacity 0.2s ease, visibility 0.2s ease;
}
.menu-top ul.woovina-nav-menu--dropdown a,
.menu-top ul.woovina-nav-menu--dropdown a:focus,
.menu-top ul.woovina-nav-menu--dropdown a:hover {
  border-left: none;
}
/**/
.menu-category .elementor-nav-menu--dropdown .sub-arrow {
  position: absolute;
  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;
  font-size: 14px;
}
.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);
}
.woo-dropdown-cat .widget_product_categories li .open-this {
  left: auto!important;
  right: 0;
  line-height: 48px !important;
}
@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) {
  .woocommerce ul.products.list li.product .btn-wrap .btn-addtocart {
    left: 300%;
  }
  .menu-category .elementor-nav-menu--dropdown li.menu-item-has-children.current-menu-item > a {
    color: #fff;
    background-color: #ffa800;
  }
  .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: #ffa800;
  }
  .page-header .container {
    padding-left: 10px!important;
    padding-right: 10px !important;
  }
  body .woovina-row .col {
    margin-bottom: 20px !important;
  }
}
#footer-bottom #copyright {
  width: 60%;
}
#footer-bottom #footer-bottom-menu {
  width: 40% !important;
}
@media screen and (max-width: 1200px) and (min-width: 960px) {
  .woocommerce-page #main .container {
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce-page #main .container .entry-content .woovina-row.grid .span_1_of_4 {
    width: 33.333%!important;
    clear: none;
  }
  #main .container {
    padding-left: 0;
    padding-right: 0;
  }
  #top-bar {
    padding-left: 10px!important;
    padding-right: 10px !important;
  }
  .table-4col .woocommerce .products.grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media screen and (max-width: 959px) {
  .menu-cart-custom .woovina-menucart__toggle .elementor-button .elementor-button-text::before {
    display: none;
  }
  .menu-cart-custom .woovina-menucart__toggle .elementor-button .elementor-button-icon[data-counter]::before {
    float: none;
    position: absolute;
    top: 2px;
    height: auto!important;
    line-height: 18px;
    margin: 0;
    width: 18px;
    right: 19px;
    background-color: #333;
    color: #fff!important;
    border-radius: 50%;
    font-size: 11px;
  }
  .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-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;
  }
  #footer-bottom #copyright,
  #footer-bottom #footer-bottom-menu {
    width: 100% !important;
  }
  #scroll-top.has-mobile-navbar {
    bottom: 76px !important;
  }
  .dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar {
    width: 100%;
    background-color: transparent;
  }
  .dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu {
    background-color: transparent;
    overflow-x: auto !important;
    padding-bottom: 20px;
    white-space: nowrap;
    z-index: 0;
  }
  .dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu > li {
    display: inline-block;
    background-color: #242424;
    border-bottom: 0;
    vertical-align: top;
  }
  .dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu > li.active:after {
    display: none;
  }
  .dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu > li:not(:first-child) a {
    border: 0;
    border-left: 1px solid #454545;
  }
  .dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {
    padding: 10px 18px 10px 18px;
    width: auto;
    background-color: #242424;
  }
  .dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links {
    width: auto;
  }
  .dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links .tooltip {
    display: none!important;
  }
  .dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a i {
    padding: 0;
  }
  .dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content {
    width: 100%;
    padding: 0;
  }
  .dokan-dashboard .dokan-product-listing .dokan-product-listing-area {
    padding: 0;
  }
  .dokan-orders-content .dokan-orders-area ul.order-statuses-filte {
    margin-left: 0;
  }
  .dokan-store .woocommerce ul.products li.product {
    width: 50%!important;
    clear: none;
  }
  .rtl.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu > li:not(:first-child) a {
    border-left: 0;
    border-right: 1px solid #454545;
  }
}
.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 {
  vertical-align: 0 !important;
  width: auto;
  height: auto;
  background: unset;
}
.rtl .woocommerce button.button.loading:after,
.rtl.woocommerce button.button.loading:after {
  float: left;
}
@media only screen and (max-width: 959px) {
  body.show-cart .woovina-menucart__container {
    display: none !important;
  }
}
#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;
}
.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;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  border: 1px solid #ebebeb;
}
.form-search-404 button.search-submit {
  box-shadow: none !important;
}
@media screen and (max-width: 479px) {
  .tab-product .woocommerce.columns-3 .products.grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-products-columns-mobile-2 ul.products {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
#mobile-navbar.navigation {
  z-index: 99;
}
#mobile-navbar ul li.current-menu-item > a,
#mobile-navbar ul li:focus > a,
#mobile-navbar ul li:hover > a {
  color: #ffa800;
}
#woovina-off-canvas-sidebar-wrap .woovina-off-canvas-sidebar {
  padding: 35px 15px !important;
}
#woovina-off-canvas-sidebar-wrap .sidebar-box {
  padding-top: 20px!important;
  padding-bottom: 20px !important;
}
@media only screen and (max-width: 360px) {
  .cart-mobile .woovina-menucart__container .woovina-menucart__main {
    width: 280px;
  }
}
.cart-mobile .woovina-menucart__toggle .elementor-button {
  vertical-align: top;
}
.cart-mobile .woovina-menucart__toggle .elementor-button:after {
  display: none;
}
.cart-mobile .woovina-menucart__toggle .elementor-button .elementor-button-icon i::before {
  background: url(../images/header_icon.png) -35px -33px no-repeat;
  width: 19px;
  content: '' !important;
  height: 21px;
  display: inline-block;
  vertical-align: bottom;
}
.cart-mobile .woovina-menucart__toggle .elementor-button:hover .elementor-button-icon i::before {
  background-position: -70px -33px;
}
.woovina-menucart-title {
  text-align: center;
  position: relative;
}
.woovina-menucart-title::after {
  position: absolute;
  content: '';
  left: 47%;
  transform: translateX(-50%);
  bottom: -5px;
  width: 30px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
}
.cart-mobile .woovina-menucart__container .woovina-menucart__main {
  padding: 0 20px;
}
.cart-mobile .woovina-menucart__container .woovina-menucart__main .woocommerce-mini-cart__empty-message {
  padding: 30px;
}
.cart-mobile .woovina-menucart__container .woovina-menucart__main .woovina-menucart__products .cart_item.woovina-menucart__product {
  grid-template-rows: 50% 50%;
}
.cart-mobile .woovina-menucart__container .woovina-menucart__main .woovina-menucart__products .cart_item.woovina-menucart__product .product-name {
  align-self: end;
}
.cart-mobile .woovina-menucart__container .woovina-menucart__main .woovina-menucart__products .cart_item.woovina-menucart__product .product-price,
.cart-mobile .woovina-menucart__container .woovina-menucart__main .woovina-menucart__products .cart_item.woovina-menucart__product .product-remove {
  align-self: start;
}
.cart-mobile .woovina-menucart__container .woovina-menucart__main .woovina-menucart__footer-buttons {
  margin-top: 10px;
}
.cart-mobile .woovina-menucart__container .woovina-menucart__main .woovina-menucart__footer-buttons a {
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.1) !important;
  border-radius: 0;
}
.cart-mobile .woovina-menucart__container .woovina-menucart__main .woovina-menucart__footer-buttons a:hover {
  color: #ffffff !important;
}
@media only screen and (max-width: 767px) {
  .single-product .sidebar-container {
    display: none;
  }
  body.single-product #main #content-wrap {
    padding-bottom: 0 !important;
  }
}
@media only screen and (min-width: 600px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: inline-block !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 960px) {
  .products .product .tinv-wraper.tinv-wishlist,
  .woocommerce .products .product .btn-wrap,
  .woocommerce .products .product .compare.button {
    opacity: 1!important;
    filter: alpha(opacity=100) !important;
    visibility: visible !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tab-product .woocommerce .products.grid,
  .woocommerce .related.products .products.grid,
  .woocommerce .upsells.products .products.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .tab-product .woocommerce .products.grid .jquery-countdown {
    display: none;
  }
}
@media only screen and (max-width: 559px) {
  #wvn-qv-wrap .wvn-qv-container {
    padding: 15px;
  }
  #wvn-qv-wrap #wvn-qv-content.single-product.woocommerce span.onsale {
    top: 10px !important;
  }
  #wvn-qv-wrap #wvn-qv-content.single-product .summary {
    padding: 0 10px 30px;
    margin-bottom: 40px;
  }
  #wvn-qv-wrap #wvn-qv-content.single-product .flex-control-nav {
    width: auto;
    left: 10px;
  }
  .wvn-product-nav-wrap {
    display: none;
  }
  .woocommerce-tabs .tabs.wc-tabs li {
    margin: 0 !important;
  }
  .woocommerce-tabs .tabs.wc-tabs li a {
    width: 100% !important;
  }
  body.has-breadcrumbs .page-header-title {
    font-size: 20px;
    text-align: center;
  }
  #woovina-off-canvas-sidebar-wrap .woovina-off-canvas-sidebar {
    padding: 15px !important;
  }
  #woovina-off-canvas-sidebar-wrap .sidebar-box {
    padding-bottom: 20px!important;
    padding-top: 20px !important;
  }
  .woocommerce div.product .summary .product_title {
    font-size: 20px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-bottom: 1px solid #ebebeb;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
    border-bottom: none;
  }
  .slider-home .elementor-slides .slick-arrow {
    display: none !important;
  }
}
@media screen and (max-width: 360px) {
  .custom-header-nav .woovina-mobile-menu-icon {
    text-align: left;
  }
  .custom-header-nav .woovina-mobile-menu-icon a {
    font-size: 18px;
  }
  .custom-header-nav .woovina-mobile-menu-icon a .woovina-text {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  #woovina-off-canvas-sidebar-wrap .woovina-off-canvas-sidebar {
    width: 280px !important;
  }
  #mobile-navbar.navbar-bottom li.menu-item i.icon {
    font-size: 22px;
    line-height: 22px;
  }
  #mobile-navbar.navbar-bottom li.menu-item .menu-text {
    font-size: 11px;
    line-height: 11px;
  }
  #mobile-navbar.navbar-bottom li.menu-item a {
    padding: 13px 5px;
  }
  .woocommerce .products .product-inner .jquery-countdown {
    display: none;
  }
}
@media screen and (min-width: 959px) {
  .woovina-toolbar .woovina-off-canvas-filter {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .content-left-sidebar:not(.woocommerce-page) .woocommerce.columns-3 .products.grid,
  .content-right-sidebar:not(.woocommerce-page) .woocommerce.columns-3 .products.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .sidr-open #mobile-navbar {
    left: auto;
    right: auto;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: 0.5s all;
  }
}
@media screen and (max-width: 479px) {
  .content-left-sidebar:not(.woocommerce-page) .woocommerce.columns-3 .products.grid,
  .content-right-sidebar:not(.woocommerce-page) .woocommerce.columns-3 .products.grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  body .tab-product .elementor-tab-content .woovina-row .span_1_of_4.col {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  #footer-widgets.hide-mobile {
    display: none;
  }
}
.box2-inner .elementor-cta__content:before {
  content: "";
  display: inline-block;
  margin: auto auto 10px;
  border-color: #fff;
  border-style: solid;
  border-width: 5px 5px 0;
  width: 140px;
  height: 50px;
}
.box2-inner .elementor-cta__content:after {
  content: "";
  display: inline-block;
  margin: 15px auto auto;
  border-color: #fff;
  border-style: solid;
  border-width: 0 5px 5px;
  width: 140px;
  height: 50px;
}
@media only screen and (min-width: 559px) {
  .slider-home .slick-dots-inside .slick-dots {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce .woocommerce-ordering .orderby span {
    width: auto !important;
  }
}
.woocommerce ul.product_list_widget li img {
  height: auto!important;
  top: 0 !important;
}
.woocommerce ul.product_list_widget li {
  min-height: 110px!important;
  padding: 15px 0 10px 94px !important;
}
.woocommerce ul.product_list_widget li:first-child {
  padding-top: 10px !important;
}
#woovina-cart-sidebar-wrap .widget_shopping_cart ul.cart_list li:first-child {
  padding-top: 0 !important;
}
#woovina-cart-sidebar-wrap .widget_shopping_cart ul.cart_list li {
  padding: 0!important;
  margin: 0!important;
  min-height: 100% !important;
}
.content-both-sidebars #left-sidebar .widget_search .searchform #product_cat {
  display: none;
}
.widget_shopping_cart ul.cart_list li {
  padding: 0 !important;
}
.widget_shopping_cart ul.cart_list li:first-child {
  padding-top: 0 !important;
}
.navigation > ul > li > ul.megamenu.sub-menu > li .sidebar-box {
  padding: 0 20px;
}
.elementor-widget-posts .elementor-post__title a:hover,
.elementor-widget-posts .elementor-post__title:hover {
  color: #ffa800 !important;
}
.single-product .sidebar-container .sidebar-box.widget_media_image {
  display: none;
}
.single-product .entry-content .related .onsale,
.single-product .entry-content .upsells .onsale {
  bottom: 5px!important;
  top: auto!important;
  right: 13px!important;
  left: auto !important;
}
@media only screen and (max-width: 480px) {
  .woocommerce ul.products li.product li.category {
    width: 150px;
  }
  body #scroll-top {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #taron-toolbar .open {
    top: 30% !important;
  }
}
#wvn-qv-content .tinv-wraper {
  display: table;
  position: relative;
}
#wvn-qv-content .tinv-wraper:hover .tinvwl-tooltip {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
  -webkit-transform: translate(-50%, -5px);
  -moz-transform: translate(-50%, -5px);
  -ms-transform: translate(-50%, -5px);
  -o-transform: translate(-50%, -5px);
  transform: translate(-50%, -5px);
}
#wvn-qv-content .tinv-wraper .tinvwl-tooltip {
  display: block!important;
  position: absolute;
  top: -100%;
  left: 50%;
  -webkit-transform: translate(-50%, -15px);
  -moz-transform: translate(-50%, -15px);
  -ms-transform: translate(-50%, -15px);
  -o-transform: translate(-50%, -15px);
  transform: translate(-50%, -15px);
  width: auto;
  text-align: center;
  background-color: #ffa800;
  color: #fff;
  font-size: 12px;
  letter-spacing: .4px;
  font-weight: 400;
  padding: 5px 7px;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
  transition: .5s;
  white-space: nowrap;
}
#wvn-qv-content .tinv-wraper .tinvwl-tooltip:before {
  content: "";
  position: absolute;
  right: auto;
  bottom: -4px;
  top: auto;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffa800;
}
.btn-inner {
  position: relative;
}
.btn-inner:first-child {
  margin-left: 0;
}
.btn-inner:last-child {
  margin-right: 0;
}
.btn-inner .tooltip {
  top: 50%;
  right: auto;
  left: 100%!important;
  -webkit-transform: translate(20px, -50%);
  -moz-transform: translate(20px, -50%);
  -ms-transform: translate(20px, -50%);
  -o-transform: translate(20px, -50%);
  transform: translate(20px, -50%);
  position: absolute;
  width: auto;
  text-align: center;
  background-color: #ffa800;
  color: #fff;
  font-size: 12px;
  letter-spacing: .4px;
  font-weight: 400;
  padding: 5px 7px;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
  transition: .5s;
  white-space: nowrap;
}
.btn-inner .tooltip:before {
  content: "";
  position: absolute;
  right: auto;
  top: auto;
  border-top: 5px solid transparent;
  border-right: 5px solid #ffa800;
  border-bottom: 5px solid transparent;
  left: -5px;
}
.btn-inner:hover .tooltip {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
  -webkit-transform: translate(10px, -50%);
  -moz-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  -o-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}
.woocommerce ul.products li.product:hover .btn-wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.woocommerce ul.products li.product .btn-wrap {
  z-index: 13!important;
  position: absolute;
  top: 27%;
  left: 13px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  -o-transition: .4s all;
  transition: 0.4s all;
}
.woocommerce ul.products li.product .btn-inner {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.woocommerce ul.products li.product .btn-inner a {
  padding: 0!important;
  letter-spacing: 0;
  font-weight: 400;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: url(../images/product_icon.png) no-repeat #ffffff;
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.1);
  vertical-align: top;
  font-size: 0 !important;
}
.woocommerce ul.products li.product .btn-inner:hover a {
  background-color: #ffa800 !important;
}
.woocommerce ul.products li.product .btn-inner {
  margin-bottom: 10px;
  height: 36px;
}
.woocommerce ul.products li.product .btn-inner:last-child {
  margin-bottom: 0;
}
.woocommerce ul.products li.product .btn-inner.btn-addtocart a.added_to_cart {
  background: url(../images/product_icon.png) no-repeat;
  background-position: 100% 0!important;
  background-color: #ffa800 !important;
}
.woocommerce ul.products li.product .btn-inner.btn-wishlist {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.woocommerce ul.products li.product .btn-inner.btn-wishlist a {
  background: url(../images/product_icon.png) 0 -39px no-repeat #ffffff;
}
.woocommerce ul.products li.product .btn-inner.btn-wishlist .inited-add-wishlist,
.woocommerce ul.products li.product .btn-inner.btn-wishlist .tinvwl-product-in-list {
  background-position: 100% -39px;
  background-color: #ffa800 !important;
}
.woocommerce ul.products li.product .btn-inner.btn-wishlist:hover a {
  background-position: 100% -39px;
}
.woocommerce ul.products li.product .btn-inner.btn-compare a {
  background: url(../images/product_icon.png) 0 -80px no-repeat #ffffff;
}
.woocommerce ul.products.list li.product .woo-entry-image-swap > a.wvn-quick-view {
  display: none;
}
ul.products li.product:hover .woo-entry-inner li.image-wrap .woo-entry-image a::before {
  opacity: 1;
  z-index: 10;
}
ul.products li.product .woo-entry-inner li.image-wrap .woo-entry-image a img {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;
}
ul.products li.product:hover .woo-entry-inner li.image-wrap .woo-entry-image a img {
  transform: rotateY(180deg);
}
ul.products li.product .woo-entry-inner li.image-wrap .woo-entry-image a::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  opacity: 0;
}
.woocommerce ul.products li.product .btn-wrap .btn-addtocart {
  display: none;
}
.woocommerce ul.products li.product:hover .btn-addtocart {
  z-index: 11;
  opacity: 1;
}
.woocommerce ul.products li.product .btn-addtocart {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: unset;
  overflow: hidden;
  min-width: 120px;
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce ul.products li.product .btn-addtocart a {
  line-height: normal;
  white-space: nowrap;
  font-size: 12px !important;
  border-radius: unset;
  line-height: 36px !important;
  width: 100%;
  text-align: center;
  font-weight: 500;
  background-image: none;
  background-color: #fff;
}
.woocommerce ul.products li.product .btn-addtocart a::before {
  -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: #ffa800;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.woocommerce ul.products li.product .btn-addtocart a:hover {
  background-color: transparent !important;
}
.woocommerce ul.products li.product .btn-addtocart a:hover:before {
  -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%;
}
.woocommerce ul.products li.product .btn-addtocart a.added_to_cart.wc-forward {
  background: unset;
  border-radius: unset;
  color: #fff;
}
.woocommerce ul.products li.product .btn-addtocart a.added_to_cart.wc-forward::after {
  display: none;
}
.woocommerce ul.products li.product:hover .btn-inner.btn-quickview {
  -webkit-animation: rotateInDownLeft .8s ease;
  -moz-animation: rotateInDownLeft .8s ease;
  -ms-animation: rotateInDownLeft .8s ease;
  -o-animation: rotateInDownLeft .8s ease;
  animation: rotateInDownLeft 0.8s ease;
}
.woocommerce ul.products li.product .btn-inner.btn-quickview:hover a {
  background-position: 100% -121px !important;
}
.woocommerce ul.products li.product .btn-inner.btn-quickview a {
  background: url(../images/product_icon.png) 0 -121px no-repeat #ffffff;
}
.woocommerce ul.products li.product .btn-inner.btn-quickview a i {
  display: none;
}
.woocommerce ul.products li.product .btn-inner.btn-quickview a::after {
  display: none;
}
.woocommerce ul.products li.product .btn-quickview.loading .wvn-quick-view::after {
  content: '\f110';
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 18px;
  margin-left: -9px;
  top: 7px;
  vertical-align: -1px;
  -ms-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  position: absolute;
}
.rtl .woocommerce ul.products li.product .btn-quickview.loading .wvn-quick-view::after {
  margin-right: -9px;
  margin-left: 0;
}
#wvn-qv-wrap .wvn-qv-content-wrap .flex-direction-nav a.flex-prev,
#wvn-qv-wrap .wvn-qv-content-wrap .flex-direction-nav a.flex-next {
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  text-align: center !important;
  font-size: 0;
}
#wvn-qv-wrap .wvn-qv-content-wrap .flex-direction-nav a.flex-prev:hover,
#wvn-qv-wrap .wvn-qv-content-wrap .flex-direction-nav a.flex-next:hover {
  border-color: #ffa800;
  background-color: #ffa800;
}
#wvn-qv-wrap .wvn-qv-content-wrap .flex-direction-nav a.flex-prev:hover::before,
#wvn-qv-wrap .wvn-qv-content-wrap .flex-direction-nav a.flex-next:hover::before {
  color: #fff;
}
#wvn-qv-wrap .wvn-qv-content-wrap .flex-direction-nav a.flex-prev::before,
#wvn-qv-wrap .wvn-qv-content-wrap .flex-direction-nav a.flex-next::before {
  font-size: 18px;
  line-height: 28px;
}
.wcmenucart-toggle-drop_down .current-shop-items-dropdown .widget_shopping_cart ul.cart_list li .wvn-grid-wrap .wvn-grid.content h3,
.widget_shopping_cart ul.cart_list li .wvn-grid-wrap .wvn-grid h3 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 60px;
}
.elementor .elementor-inner .elementor-element.cart-mobile .woovina-menucart__container .woovina-menucart__main .cart_item .product-name {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 50px;
  margin-right: 25px;
}
.woocommerce ul.products li.product .btn-inner.btn-compare:hover a {
  color: #fff!important;
  background-position: 100% -80px !important;
}
.woocommerce ul.products li.product .btn-inner.btn-compare .compare.added {
  display: block!important;
  color: #fff!important;
  background-position: 100% -80px !important;
  background-color: #ffa800 !important;
}
.woocommerce div.product .summary .compare {
  padding: 6px 10px!important;
  font-size: 0!important;
  letter-spacing: 0;
  font-weight: 400;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: url(../images/product_icon.png) 0 -80px no-repeat #ffffff;
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.1);
  vertical-align: top;
}
.woocommerce div.product .summary .compare:hover {
  color: #fff!important;
  background-position: 100% -80px !important;
}
.woocommerce div.product .summary .compare.added {
  display: block!important;
  color: #fff!important;
  background-position: 100% -80px !important;
  background-color: #ffa800 !important;
}
.woocommerce div.product .summary form.cart .btn-single-page,
.woocommerce div.product .summary form.cart .btn-single-page .btn-inner,
.woocommerce div.product .summary form.cart button {
  display: inline-block;
  vertical-align: top;
}
.woocommerce div.product .summary .btn-inner .tooltip {
  left: 50%!important;
  -webkit-transform: translate(-50%, 0) !important;
  -moz-transform: translate(-50%, 0) !important;
  -ms-transform: translate(-50%, 0) !important;
  -o-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important;
  top: auto;
  bottom: 140%;
}
.woocommerce div.product .summary .btn-inner .tooltip:before {
  border-top: 5px solid #ffa800;
  border-right: 5px solid transparent!important;
  border-left: 5px solid transparent;
  border-bottom: none!important;
  bottom: -5px;
  top: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0) !important;
  -moz-transform: translate(-50%, 0) !important;
  -ms-transform: translate(-50%, 0) !important;
  -o-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important;
}
.woocommerce div.product .summary .btn-inner:hover .tooltip {
  bottom: 125%;
  -webkit-transform: translate(-50%, 0) !important;
  -moz-transform: translate(-50%, 0) !important;
  -ms-transform: translate(-50%, 0) !important;
  -o-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important;
}
.product_list_widget .product-title,
.woocommerce ul.products li.product li.title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  line-height: 23px;
  max-height: 46px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.woocommerce ul.products.list li.product li.title a {
  max-height: unset;
}
.woocommerce ul.products li.product li.category {
  white-space: unset!important;
  overflow: hidden;
  display: -webkit-box !important;
  line-height: 23px!important;
  max-height: 46px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.single-product .product.outofstock .entry-summary .btn-inner.btn-compare,
.single-product .product.outofstock .entry-summary .btn-inner.btn-wishlist {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}
.woocommerce a.button.loading:after {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
}
.woocommerce a.button.loading {
  background-color: #ffa800;
  background-position: 100% 0;
}
/* Style Preloader */
.woovina-page-loader .wvp-loader-thirteen .thirteen-spinner:nth-child(2) {
  border-right: 4px solid #ffa800;
  border-bottom: 4px solid #ffa800;
}
.woovina-page-loader .wvp-loader-nine::before,
.woovina-page-loader .wvp-loader-nine span {
  background-color: #ffa800;
}
.woovina-page-loader .wvp-loader-nine::after {
  border-color: #ffa800;
}
.woovina-page-loader .wvp-loader-seven .box1,
.woovina-page-loader .wvp-loader-seven .box2,
.woovina-page-loader .wvp-loader-seven .box3 {
  border-color: #ffa800;
}
.woovina-page-loader .wvp-loader-eight svg defs #gradient > stop:nth-child(2) {
  stop-color: #ffa800 !important;
}
.woovina-page-loader .wvp-loader-ten .blob-2 {
  background-color: #ffa800;
}
.woovina-page-loader .wvp-loader-twelve .twelve-spinner {
  border-top: 4px solid #ffa800;
  border-bottom: 4px solid #ffa800;
}
.woovina-page-loader .woovina-loader.wvp-loader-one {
  border-top: 1px solid rgba(240, 206, 21, 0.1);
  border-right: 1px solid rgba(240, 206, 21, 0.1);
  border-bottom: 1px solid rgba(240, 206, 21, 0.1);
  border-left: 1px solid rgba(240, 206, 21, 0.8);
}
.woovina-page-loader .woovina-loader.wvp-loader-two span:nth-child(2) {
  background: #ffa800;
}
.woovina-page-loader .woovina-loader.wvp-loader-two span:nth-child(3) {
  background: #ffa800;
}
.woovina-page-loader .woovina-loader.wvp-loader-two span:nth-child(4) {
  background: #ffa800;
}
.woovina-page-loader .woovina-loader.wvp-loader-two span:nth-child(1) {
  background: #ffa800;
}
.woovina-page-loader .woovina-loader.wvp-loader-three span {
  background: #ffa800;
}
.woovina-page-loader .woovina-loader.wvp-loader-four .spinner-cube {
  background-color: #ffa800;
}
.woovina-page-loader .woovina-loader.wvp-loader-five .spinner-cube:before {
  background-color: #ffa800;
}
.woovina-page-loader .woovina-loader.wvp-loader-six .spinner-cube-1,
.woovina-page-loader .woovina-loader.wvp-loader-six .spinner-cube-2 {
  background-color: #ffa800;
  opacity: 0.8;
  /* IE8 filter*/
  filter: alpha(opacity=80);
}
@-webkit-keyframes spinner-three {
  0% {
    height: 5px;
    transform: translateY(0px);
    background: #ffa800;
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #ffa800;
  }
  50% {
    height: 5px;
    transform: translateY(0px);
    background: #ffa800;
  }
  100% {
    height: 5px;
    transform: translateY(0px);
    background: #ffa800;
  }
}
@keyframes spinner-three {
  0% {
    height: 5px;
    transform: translateY(0px);
    background: #ffa800;
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #ffa800;
  }
  50% {
    height: 5px;
    transform: translateY(0px);
    background: #ffa800;
  }
  100% {
    height: 5px;
    transform: translateY(0px);
    background: #ffa800;
  }
}
/*Style-Dokan*/
/*Menu*/
.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.active,
.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover {
  background-color: #ffa800 !important;
}
.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links:hover {
  background-color: transparent !important;
}
.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover {
  background-color: #ffa800 !important;
}
.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {
  text-align: center;
}
.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a i {
  padding-right: 0;
}
.dokan-dashboard-content .dokan-add-product-link a.dokan-btn-theme,
.dokan-dashboard-content .dokan-dashboard-product-listing-wrapper #bulk-product-action {
  background-color: #222;
  border-color: #222;
}
.dokan-dashboard-content .dokan-dashboard-product-listing-wrapper #bulk-product-action:hover {
  background-color: #ffa800;
  border-color: #ffa800;
}
.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .row-actions .delete a {
  color: #222;
}
.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .row-actions .delete a:hover {
  color: #ffa800;
}
.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu > li a {
  padding: 10px 18px 10px 18px;
}
/*End Menu*/
.dokan-dashboard .dokan-dashboard-content ul.list-unstyled li {
  margin: 0 10px;
}
.dokan-orders-area .dokan-error,
.dashboard-coupons-area .dokan-error,
.seller-listing-content .dokan-error,
.dokan-support-topics-list .dokan-error {
  border-top: 3px solid #ffa800;
}
.dokan-orders-area .dokan-error::before,
.dashboard-coupons-area .dokan-error::before,
.seller-listing-content .dokan-error::before,
.dokan-support-topics-list .dokan-error::before {
  background-color: #ffa800;
}
.single-page-article p.dokan-info {
  background-color: #fff;
  border-top: 3px solid #ffa800;
  color: #222;
}
.single-page-article p.dokan-info::before {
  background-color: #ffa800;
}
input[type="submit"].dokan-btn-success,
a.dokan-btn-success,
.dokan-btn-success {
  background-color: #222;
  border-color: #222;
}
input[type="submit"].dokan-btn-success:focus,
a.dokan-btn-success:focus,
.dokan-btn-success:focus,
input[type="submit"].dokan-btn-success:hover,
a.dokan-btn-success:hover,
.dokan-btn-success:hover {
  background-color: #ffa800;
  border-color: #ffa800;
}
.dokan-form-inline input[type="submit"].dokan-btn-success,
.dokan-form-inline a.dokan-btn-success,
.dokan-form-inline .dokan-btn-succes {
  margin-top: 30px;
}
.dokan-form-inline .dokan-form-group input[type="submit"].dokan-btn-success,
.dokan-form-inline .dokan-form-group a.dokan-btn-success,
.dokan-form-inline .dokan-form-group .dokan-btn-succes {
  margin-top: 10px;
}
.dokan-banner .image-wrap {
  width: 100%;
  height: 100%;
}
.dokan-banner .image-wrap .dokan-banner-img {
  height: 100%;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .featured-favourite .featured-label {
  background-color: #ffa800;
}
.dokan-store.woocommerce .sidebar-container ul {
  padding: 0 10px;
}
body #dokan_comments-form .dokan-btn-theme {
  margin-top: 10px;
}
.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li:not(:first-child) {
  margin-left: 6px;
}
.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type="submit"].weforms_submit_btn {
  background: #222;
  border-color: #222 #222 #222;
  box-shadow: 0 1px 0 #222;
  text-shadow: 0 -1px 1px #222222, 1px 0 1px #222222, 0 1px 1px #222222, -1px 0 1px #222222;
}
.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type="submit"].weforms_submit_btn:hover {
  background: #ffa800;
  border-color: #ffa800 #ffa800 #ffa800;
  box-shadow: 0 1px 0 #ffa800;
  text-shadow: 0 -1px 1px #ffa800, 1px 0 1px #ffa800, 0 1px 1px #ffa800, -1px 0 1px #ffa800;
}
#dokan-seller-listing-wrap {
  margin-left: 0;
  margin-right: 0;
}
.dokan-form-group select.dokan-form-control {
  background-size: 8px!important;
  background-position: 95%!important;
  height: 36px;
  background: url(../img/down-arrow-black.png) center right no-repeat;
  background-position-x: right;
  background-position-y: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body input[type="submit"].dokan-btn-theme,
body a.dokan-btn-theme,
body .dokan-btn-theme {
  background-color: #fff!important;
  color: #ffa800 !important;
  border: 2px solid #ffa800 !important;
  border-radius: 22px;
  font-weight: 500;
  font-size: 12px;
  padding: 10px 20px;
  line-height: 1;
}
body input[type="submit"].dokan-btn-theme:hover,
body a.dokan-btn-theme:hover,
body .dokan-btn-theme:hover,
body input[type="submit"].dokan-btn-theme:focus,
body a.dokan-btn-theme:focus,
body .dokan-btn-theme:focus,
body input[type="submit"].dokan-btn-theme:active,
body a.dokan-btn-theme:active,
body .dokan-btn-theme:active,
body input[type="submit"].dokan-btn-theme.active,
body a.dokan-btn-theme.active,
.dokan-btn-theme.active,
body .open .dropdown-toggleinput[type="submit"].dokan-btn-theme,
body .open .dropdown-togglea.dokan-btn-theme,
body .open .dropdown-toggle.dokan-btn-theme {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
}
.dokan-form-group input[type="text"] {
  min-height: 36px;
  line-height: 1;
  border-radius: 0;
}
form input[type="number"]#dokan_store_ppp {
  padding: 0;
  text-align: center;
}
/*Pagination*/
div.pagination-wrap ul.pagination > li {
  display: inline-block;
  margin-right: 5px !important;
}
.pagination-wrap ul.pagination > li > span.page-numbers.current,
.pagination-wrap ul.pagination > li > a.page-numbers:hover {
  border-color: #ffa800;
  background-color: #ffa800;
  color: #ffffff;
}
.dokan-pagination-container ul.dokan-pagination li a {
  background-color: #fff;
  margin-right: 7px;
}
.dokan-pagination-container ul.dokan-pagination li.active a,
.dokan-pagination-container ul.dokan-pagination li a:hover {
  background-color: #ffa800;
  color: #ffffff;
  border-color: #ffa800;
}
/*dokan-single-product*/
.woocommerce-tabs #tab-seller .clearfix .seller-rating > .star-rating {
  float: left;
}
.woocommerce-tabs #tab-seller .clearfix > .text {
  float: left;
  width: 100%;
}
/*store*/
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li a:hover {
  background-color: #ffa800;
  color: #ffffff;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
  padding-left: 20px;
  padding-right: 20px;
}
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li.dokan-right {
  border-right: 0;
}
.dokan-store-sidebar .widget:not(:first-child) {
  margin-top: 30px;
}
form input:focus:invalid,
form textarea:focus:invalid,
form select:focus:invalid {
  color: #787878!important;
  border-color: #ffa800 !important;
}
/*order*/
.dokan-form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}
/*rtl-dokan*/
.rtl.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:not(.dokan-common-links) a i {
  padding-right: 0;
  padding-left: 15px;
}
.rtl .pull-right {
  float: left;
}
.rtl.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {
  float: right;
}
.rtl .dokan-product-listing .dokan-product-listing-area .product-listing-top span.dokan-add-product-link {
  float: left;
}
.rtl .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li {
  padding-right: 0;
  padding-left: 10px;
  border-right: 0;
  border-left: 1px solid #EDEDED;
}
.rtl .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li:last-child {
  border: 0;
}
.rtl .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li:not(:first-child) {
  margin-left: 0;
  margin-right: 6px;
}
.rtl .dokan-form-group select.dokan-form-control {
  background-position: 5% !important;
}
.rtl .dokan-form-inline .dokan-form-group {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
.rtl .dokan-right-margin-30 {
  margin-left: 30px;
  margin-right: 0;
}
.rtl .dokan-form-group .checkbox input[type="checkbox"] {
  float: none;
  margin: -3px 0px 0 10px !important;
}
.rtl .dokan-orders-content .dokan-orders-area ul.order-statuses-filter {
  margin-right: 0;
}
.rtl .dokan-orders-content .dokan-orders-area ul.order-statuses-filter li {
  border-right: 0;
  border-left: 1px solid #EDEDED;
}
.rtl .dokan-orders-content .dokan-orders-area ul.order-statuses-filter li:last-child {
  border: 0;
}
/*End dokan*/
/* Fix bug, Add 5 plugin: 30/09/2019*/
/* Plugin popup login */
.logged-in .menu-top .woovina-nav-menu > li.login,
.menu-top .woovina-nav-menu > li.my-account {
  display: none;
}
.logged-in .menu-top .woovina-nav-menu > li.my-account {
  display: inline-block;
}
#wpl-login-form .content-header {
  background-color: #ffa800;
}
body #wpl-login-form .wpl-popup-block {
  border-radius: 0;
}
#wpl-login-form .wpl-popup-block .wpl-close-button {
  top: 0;
  right: 0;
  color: #fff;
}
/**/
/* Plugin popup add to cart */
body #woo-popup-wrap #woo-popup-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
#woo-popup-wrap #woo-popup-inner .checkmark {
  margin-top: -71px;
}
/* Plugin Woocommerce Frequently Bought Togetther */
.woocommerce .entry-content div.product div.images {
  margin-bottom: 30px;
}
.yith-wfbt-section {
  margin-bottom: 30px;
  padding-top: 30px;
  border: 1px solid #f5f5f5;
}
.yith-wfbt-section > h3 {
  display: inline-flex;
  padding: 10px 20px;
  border: 2px solid #f5f5f5;
  background-color: #ffa800;
  color: #fff;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  border-radius: 25px;
}
.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: #ffa800;
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-images td img {
  border: 1px solid #f5f5f5;
}
/**/
/* Fix bug */
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper {
  padding-top: 0;
}
.elementor .elementor-element.elementor-widget-wew-newsletter .wew-newsletter-form-wrap .elem-wrap input[type="email"] {
  padding-right: 150px;
}
.update-carousel .elementor-swiper-button {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.07);
}
.update-carousel .elementor-swiper-button i {
  line-height: 50px;
  margin: 0 auto;
}
.elementor .elementor-element.update-carousel .swiper-container .elementor-swiper-button.elementor-swiper-button-prev:hover,
.elementor .elementor-element.update-carousel .swiper-container .elementor-swiper-button.elementor-swiper-button-next:hover {
  color: #ffa800;
}
.elementor-widget-image-carousel .swiper-slide {
  display: inline-flex;
  justify-content: center;
}
.woocommerce div.product.outofstock p.out-of-stock {
  margin-top: 15px;
}
/* */
@media screen and (min-width: 1200px) {
  body #woo-popup-wrap #woo-popup-inner {
    margin: 0;
  }
}
@media screen and (max-width: 1200px) {
  .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;
  }
  #woo-popup-wrap .woo-popup-content .buttons-wrap a.cart-btn {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  body.home #site-header {
    z-index: 100;
  }
  body #site-header {
    z-index: auto;
  }
}
@media (min-width: 959px) and (max-width: 1200px) {
  body.home #site-header {
    z-index: 99;
  }
}
@media screen and (max-width: 959px) {
  a.sidr-class-toggle-sidr-close {
    color: #fff !important;
  }
  body:not(.rtl) #site-header .elementor .elementor-element.menu-top .woovina-nav-menu--layout-horizontal .woovina-nav-menu > li {
    margin-right: 10px;
  }
  body:not(.rtl) #site-header .elementor .elementor-element.menu-top .woovina-nav-menu--layout-horizontal .woovina-nav-menu > li:last-child {
    margin-right: 0;
  }
  #woo-popup-wrap #woo-popup-inner .checkmark {
    margin-top: -50px;
  }
}
@media screen and (max-width: 767px) {
  body #woo-popup-wrap #woo-popup-inner {
    overflow: visible;
  }
  .update-carousel .elementor-swiper-button {
    display: none;
  }
  .yith-wfbt-section .yith-wfbt-items {
    font-size: 14px;
    padding-top: 30px;
  }
  .yith-wfbt-section .yith-wfbt-submit-block {
    float: left;
  }
  .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%;
  }
}
@media screen and (max-width: 320px) {
  .elementor .elementor-inner .elementor-element.mobile-icon > .elementor-element-populated {
    padding-left: 0;
  }
  .mobile-icon .elementor-widget-wrap > .elementor-element.shortcode-cart {
    padding-right: 5px;
  }
}
@keyframes speed-popup {
  0% {
    border: 2px solid #222;
  }
  50% {
    border: 2px solid #ffa800;
  }
  100% {
    border: 2px solid #ffa800;
  }
}
/* Update 27-04-2020 */
.is-sticky > #site-header.header-up {
  box-shadow: none;
}
.elementor-widget-wew-woo-slider > .elementor-widget-container {
  max-width: 100%;
}
.sidr button[type="submit"] {
  box-shadow: none;
}
.sidr-class-nav-tabs {
  padding-left: 0;
  display: flex;
}
ul.sidr-class-nav-tabs > li {
  border: none;
  background-color: transparent;
  flex-basis: 50%;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid #b1b1b1;
}
ul.sidr-class-nav-tabs > li a {
  color: #b1b1b1;
}
ul.sidr-class-nav-tabs > li a:hover {
  color: #222;
}
ul.sidr-class-nav-tabs > li.sidr-class-active {
  background: transparent;
  border-bottom: 1px solid #222;
}
ul.sidr-class-nav-tabs > li.sidr-class-active a {
  color: #222;
}
div.product .tinv-wraper .tinvwl_add_to_wishlist-text {
  display: inline-block;
}
.tinv-wishlist .tinv-modal-inner .tinvwl-buttons-group button i.ftinvwl-heart-o {
  vertical-align: -3px;
}
.tinv-wishlist .tinv-modal-inner .tinvwl-buttons-group button i.ftinvwl-heart-o:before {
  top: unset;
}
.tinv-wishlist .tinv-modal-inner .tinvwl-buttons-group button.tinvwl_button_close {
  position: absolute;
  top: 0;
  margin: 0;
  right: 0;
  background: transparent;
  color: #777;
  font-size: 0;
  width: auto;
  padding: 0;
  box-shadow: none;
}
.tinv-wishlist .tinv-modal-inner .tinvwl-buttons-group button.tinvwl_button_close i {
  font-size: 30px;
  margin: 0;
}
.tinv-wishlist .tinv-modal-inner .tinvwl-buttons-group button.tinvwl_button_close i:before {
  top: unset;
}
.tinv-wishlist .tinv-modal-inner .tinvwl-buttons-group button.tinvwl_button_close:after {
  display: none;
}
.woocommerce #customer_login > div .woocommerce-form {
  width: 100%;
}
.slider-home 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-slide-content .elementor-button {
  opacity: 0;
  /* IE8 filter*/
  filter: alpha(opacity=0);
  -webkit-animation: fadeInUp 1s 0.4s both;
  -moz-animation: fadeInUp 1s 0.4s both;
  -ms-animation: fadeInUp 1s 0.4s both;
  -o-animation: fadeInUp 1s 0.4s both;
  animation: fadeInUp 1s 0.4s both;
}
.widget-title {
  padding-left: 0;
  border: none;
}
@media screen and (max-width: 480px) {
  .woocommerce .woovina-off-canvas-filter {
    float: none;
  }
}
/*Update 25062020*/
form input[type="search"],
form input[type="text"] {
  border-radius: 0;
}
.wew-ajax-search .search-submit {
  font-size: 0!important;
}
.wew-ajax-search .search-submit i {
  font-size: 13px;
}
.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: capitalize;
  background-color: red;
  font-size: 10px;
  padding: 2px 5px;
  line-height: 1;
  border-radius: 3px;
  color: #ffffff;
  position: absolute;
  top: -15px;
  right: -10px;
  z-index: 1;
  font-weight: 700;
}
.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: -10px;
  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: -10px;
  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: 6px;
  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: 6px;
  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: 6px;
  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: capitalize;
  background-color: green;
  font-size: 10px;
  padding: 2px 5px;
  line-height: 1;
  border-radius: 3px;
  color: #ffffff;
  position: absolute;
  top: -15px;
  right: -10px;
  z-index: 1;
  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: -10px;
  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: -10px;
  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: 6px;
  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: 6px;
  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: 6px;
  right: auto;
}
.footer-box .gallery {
  padding-top: 20px;
}
.page-numbers a,
.page-numbers span:not(.elementor-screen-only),
.page-links span {
  border-radius: 0;
}
.woocommerce ul.products li.product .shopswatchinput {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 11;
  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;
}
.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 {
  width: 20px!important;
  height: 20px!important;
}
.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: #ffa800;
}
.woocommerce ul.products li.product .shopswatchinput a div.wvssquare {
  outline: none;
  border: 1px solid #2e2e2e;
  width: 20px!important;
  height: 20px!important;
  margin: 0;
}
.woocommerce ul.products li.product:hover .shopswatchinput {
  opacity: 1;
  /* IE8 filter*/
  filter: alpha(opacity=100);
  visibility: visible;
}
/*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: 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: .5s ease;
  -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 #ffa800 !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: #2e2e2e;
  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: #2e2e2e;
  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: none;
  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;
  border-radius: 0;
}
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: @primarycolor;
          background-color: @primarycolor;*/
  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 {
  border-radius: 0;
  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-cart table.cart td.actions .coupon .input-text {
  border-radius: 0;
}
.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;
  border-radius: 0;
}
#wpl-login-form .wpl-bottom a.wpl-btn {
  border-radius: 0px;
}
/*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 #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-weight: 400;
  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: #ffa800;
}
table.compare-list .add-to-cart td a:not(.unstyled_button) {
  background-color: #ffa800;
  font-weight: 600;
}
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: #ffa800;
  font-weight: 700;
}
table.compare-list .price td ins {
  text-decoration: unset;
}
table.compare-list .price td del .amount {
  color: #666;
  font-weight: 700;
}
table.compare-list td img {
  max-width: 100%;
}
#body-compare-popup h1 {
  background: #ffa800;
  font-size: 26px;
  text-transform: capitalize;
  font-weight: 700;
  border: none;
  padding: 20px 10px;
}
#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;
}
/*Updated 29/1/2021*/
.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;
}
@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;
  }
}
@media screen and (max-width: 640px) {
  table tr th:first-child,
  table tr td:first-child {
    padding-left: 1em;
  }
}
/* Update 27/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;
}
.wvn-qv-content-wrap .wvn-qv-content-inner #wvn-qv-content .product-type-grouped .grouped_form > .tinv-wraper {
  float: none;
  display: inline-block;
}
.wvn-qv-content-wrap .wvn-qv-content-inner #wvn-qv-content .product-type-grouped .grouped_form > a.button {
  float: left;
  padding: 12px 15px;
}
.woovina-nav-menu--indicator-angle .woovina-nav-menu .sub-arrow i::before,
.page-numbers .fa-angle-left::before,
.page-numbers .fa-angle-right::before,
.fa-angle-down::before {
  font-family: "FontAwesome";
  font-weight: 500;
}
.tinv-wishlist .tinv-modal .icon_big_times::before {
  content: "\e90a";
}
.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;
}
div.woovina-menucart__product.cart_item {
  grid-template-rows: auto auto !important;
}
#woo-popup-wrap .woo-popup-content .buttons-wrap a {
  border-radius: 0;
}
@media screen and (max-width: 1200px) {
  .table-4col .woocommerce ul.products {
    margin: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #site-header .elementor-sticky--active {
    top: 0 !important;
  }
  .yith-wfbt-section .yith-wfbt-form .yith-wfbt-images td img {
    width: 50px;
  }
  .single-product .product.wvn-thumbs-layout-horizontal .woocommerce-product-gallery .flex-control-thumbs.slick-slider li.slick-slide {
    margin: 0 5px;
  }
  .yith-wfbt-section > h3 {
    font-size: 16px;
  }
}
