/* 
 =====================
      structure:
 =====================
 
        1-variable
        2-usefull declaration
        3-style for all buttons
        4-override style
        5-header
        6-section
        7-footer
        8-socket
        9-resp
       
 =====================
      structure;
 =====================
 */

/* variablel */

:root {
  --primary: rgb(255, 65, 87);
  --secondary: #86012d;
  --onsurface: #18b8ef;
  --prgclr: rgb(97 96 96 / 79%);
  --green: #16a96e;
  --fntName: 'entypo-fontello';
}

/* useful */

#top div.woocommerce-message {
  background: var(--green);
  color: #fff;
}

a#scroll-top-link::before {
  content: "\e882";
}

#top a#scroll-top-link:hover {
  border-color: var(--primary);
  color: #ff4157;
}

#top a#scroll-top-link {
  bottom: 15px;
  height: 34px;
  right: 15px;
  width: 34px;
  border-radius: 5px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(67 67 67);
  opacity: 1;
}

#top.single td.value {
  display: flex;
}

#top .widget_shopping_cart_content {
  background: #f1f1f1;
}

#top input#s {
  background: #f1f1f1;
}

div#customer_login {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 30px;
}

#top div#customer_login form {
  border: 0
}

#top.single div#av_section_1 {
  background: #f1f1f1;
  border: 0;
}

#top.single div#av_section_1 h2 {
  color: #444;
  margin-bottom: 40px;
  font-size: 1.5em;
}

#top .avia-layerslider .ls-nav-prev, #top .avia-layerslider .ls-nav-next {
  opacity: 1 !important;
  /*true*/
  z-index: 99;
  box-sizing: content-box !important;
  display: block !important;
  /*true*/
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  background: #9c9c9c9c;
  width: 50px;
  height: 50px;
  text-transform: uppercase;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-weight: 700;
  font-size: 17px;
  font-family: tahoma;
  display: flex;
  align-items: center;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  -ms-transition: .4s;
}

#top .avia-layerslider .ls-nav-prev::before, #top .avia-layerslider .ls-nav-next::before {
  background: transparent;
  line-height: 50px;
}

#top .avia-layerslider .ls-nav-prev:hover, #top .avia-layerslider .ls-nav-next:hover {
  background: var(--primary);
  color: #fff;
}

#top strong.news-headline {
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  -ms-transition: .4s;
}

strong.news-headline:hover {
  color: var(--primary);
}

#top span.av-vertical-delimiter {
  display: none;
}

.responsive #top .main_color .tabcontainer {
  border: 0;
  overflow: visible;
}

#top #wrap_all #main a.added_to_cart.wc-forward {
  display: none;
}

#top #wrap_all li.av-burger-menu-main.menu-item-avia-special {
  z-index: 999;
  margin-left: 15px;
}

#top #wrap_all .avia-search-tooltip.avia-tt {
  /*true*/
  border: 0;
  border-radius: 0 0 25px 25px;
  background: #ddd;
  left: 10px !important;
}

.header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after {
  background: #444;
}

#top #wrap_all #header a.av_ajax_search_entry.av_ajax_search_entry_view_all {
  background: var(--secondary);
  border: 0;
  color: #eee;
}

#top #wrap_all #header a.av_ajax_search_entry.av_ajax_search_entry_view_all:hover {
  background: #f1f1f1;
  color: #444;
}

#top #wrap_all a[href][dir]:hover {
  color: var(--green) !important;
  /*this important for set all*/
}

#top #wrap_all a[href*="tel"]:hover {
  color: var(--green);
}

#top #contact-us-page a[href*="tel"] {
  direction: ltr;
  display: block;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  -ms-transition: .4s;
}

#top #wrap_all #footer a[href][dir] {
  position: relative;
  color: #f1f1f1;
  margin: 0 5px;
}

#top #wrap_all #footer a[href][dir]::after {
  position: absolute;
  right: 0;
  content: "";
  height: 2px;
  background: #19dc19;
  bottom: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  -ms-transition: .4s;
  left: 100%;
}

#top #wrap_all #footer a[href][dir]:hover {
  color: #eee;
}

#top #wrap_all #footer a[href][dir]:hover::after {
  left: 0;
}

#top #wrap_all .main_color .price ins {
  color: #249668;
}

/*useful > owl */

#top #wrap_all .owl-nav > button, .avia-slideshow-arrows > a {
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  -ms-transition: .4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 55px;
  color: #FFF;
  height: 55px;
  position: absolute;
  background: #d0d0d0;
}

#top #wrap_all .owl-nav > button:hover, #top #wrap_all .av-large-testimonial-slider .avia-slideshow-arrows a:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  opacity: 1;
}

#top #wrap_all .av-large-testimonial-slider .avia-slideshow-arrows > a {
  opacity: 1;
  font-weight: 700;
  font-size: 19px;
  opacity: 0;
}

#top #wrap_all #testimonial:hover .av-large-testimonial-slider .avia-slideshow-arrows a {
  opacity: 1
}

#top #wrap_all .owl-nav > button:hover span:after {
  color: #ffffff;
}

#top #wrap_all .owl-nav > button > span {
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  color: #f1f1f1;
  border: 0;
}

#top #wrap_all .owl-nav > button > span::after {
  font-family: var(--fntName);
  font-size: 14px;
  color: #444;
  font-weight: 100;
  -webkit-transition: .4s;
  font-size: 20px;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  -ms-transition: .4s;
}

#top button.owl-prev {
  right: -35px;
}

#top button.owl-prev > span::after {
  content: "\e875";
}

#top button.owl-next > span::after {
  content: "\e874";
}

#top button.owl-next {
  left: -35px;
}

/**** useful > owl ****/

#top .avia-arrow {
  display: none;
}

#top a {
  text-decoration: none;
  letter-spacing: 0;
}

body#top.product-template-default.single #wrap_all form.cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#top #wrap_all .dropdown_widget.dropdown_widget_cart {
  left: 0;
  right: auto;
}

#top #wrap_all button.single_add_to_cart_button.button.alt {
  padding: 9px 15px;
  margin-right: 10px;
  margin-left: 10px;
  background: (--primary);
  border: 0;
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  transition: .5s ease-out;
  -ms-transition: .5s ease-out;
}

#top #wrap_all button.single_add_to_cart_button.button.alt:hover {
  background: #005f00
}

#top #wrap_all .quantity input.plus, #top #wrap_all .quantity input.minus {
  min-width: unset;
}

#top #menu-item-shop a {
  padding: 0;
}

#top #wrap_all #main .qty {
  min-width: unset;
  background: #fff;
  color: #444;
}

#top #wrap_all .quantity {
  float: right;
  margin: 0;
}

#top.single ul.tabs.wc-tabs .active a {
  color: #fff;
}

#top.single ul.tabs.wc-tabs li {
  background: #eee;
}

#top.single ul.tabs.wc-tabs li a {
  color: #0c1555;
}

#top #footer span.news-time {
  display: none;
}

#top #wrap_all #main .related-products-carousel .product {
  padding: 0;
}

#top.single ul.tabs.wc-tabs li:hover {
  background: #ccc;
}

#top #header .noLightbox li {
  border: 0;
}

#top.single ul.tabs.wc-tabs [role="tab"].active {
  background: green;
}

#top span#select2-billing_country-container, #top span#select2-billing_state-container {
  background: #f8f8f8;
}

#top span.select2-selection.select2-selection--single {
  border: 0;
}

div#about-us-page .flex_column_table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px
}

div#about-us-page .flex_column:first-child {
  background: transparent;
  padding: 20px 25px;
  -webkit-border-radius: 8px !important;
  /*true*/
  -moz-border-radius: 8px !important;
  /*true*/
  border-radius: 8px !important;
  /*true*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}

div#about-us-page .flex_column {
  width: 50%;
  margin: 0;
  padding: 0 35px;
  margin: 30px 0;
}

div#about-us-page .avia_textblock p {
  color: #666;
}

div#about-us-page .flex_column:last-child p {
  text-align: justify;
  color: #444;
}

#top ul#shipping_method li {
  text-align: right;
  padding: 0;
  margin: 0;
}

#top ul#shipping_method {
  margin: 0;
}

div#about-us-page ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

div#about-us-page ul > li::before {
  content: "\e812";
  font-family: var(--fntName);
  color: var(--primary);
  margin-left: 5px;
  font-size: 1.2em;
}

div#about-us-page ul > li {
  width: 47%;
  margin: 0;
  color: #444;
}

#top #wrap_all p.woocommerce-mini-cart__buttons.buttons {
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 0;
}

.container_wrap.container_wrap_first.main_color.fullsize.template-shop {
  background: #f1f1f1;
}

#top #wrap_all div#four-column-section p.stock.out-of-stock {
  margin-right: auto;
  margin-left: 0;
}

#top #wrap_all p.woocommerce-mini-cart__buttons.buttons a {
  border: 0;
  padding: 10px 2px;
  margin: 0;
  width: 48%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
}

#top #wrap_all .av-burger-overlay-scroll {
  background: #fff;
  z-index: 999;
}

#top #wrap_all .av-burger-overlay-scroll ul > li {
  margin-bottom: 10px;
  background: var(--secondary);
}

.html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
  background: var(--primary);
  opacity: 1;
}

body#top.single-portfolio .entry-content-wrapper.clearfix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body#top.single-portfolio .entry-content-wrapper.clearfix .entry-content-header img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

#top #header .added_to_cart_notification {
  opacity: 0 !important;
  /*for added*/
}

body#top.single-portfolio .entry-content-wrapper.clearfix .entry-content-header, body#top.single-portfolio .entry-content-wrapper.clearfix .entry-content {
  width: 50%;
  padding: 0 20px
}

#top #wrap_all .av-burger-overlay-scroll ul li a span {
  font-size: 14px;
  color: #f1f1f1;
}

#top #wrap_all #header .av-burger-overlay-scroll ul li.menu-phone a {
  color: #444;
}

#top #wrap_all #header .av-burger-overlay-scroll ul li.menu-phone:hover a {
  background: unset;
  color: var(--phoneHover);
}

#top #wrap_all p.woocommerce-mini-cart__buttons.buttons a:first-child {
  border: 1px dashed var(--green);
  color: #444;
}

#top #wrap_all p.woocommerce-mini-cart__buttons.buttons a:nth-child(2) {
  background: var(--primary);
  color: #f1f1f1;
}

#top #wrap_all p.woocommerce-mini-cart__buttons.buttons a:first-child:hover {
  border-color: var(--green);
  color: var(--green);
}

#top #wrap_all p.woocommerce-mini-cart__buttons.buttons a:nth-child(2):hover {
  background: #168043;
  color: #eee;
}

#top #wrap_all li.woocommerce-mini-cart-item.mini_cart_item {
  background: #eee;
  padding-right: 20px;
  border: 0;
  border-bottom: 1px solid #ccc;
  transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
}

#top #wrap_all li.woocommerce-mini-cart-item.mini_cart_item:hover {
  background: var(--primary);
}

#top.single p.stock.out-of-stock {
  margin-left: 0;
  margin-right: auto;
}

#top p.woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount {
  color: #0c1555;
  font-size: 14px;
}

#top li.woocommerce-mini-cart-item a {
  color: #444;
}

#top p.woocommerce-mini-cart__total.total strong {
  color: #57b147;
}

#top #wrap_all ul.noLightbox li, #top #wrap_all ul.noLightbox {
  border: 0;
}

div#products-tab figcaption.av-inner-masonry-content {
  position: relative;
}

#top #wrap_all ul.noLightbox li a {
  border-radius: 50%;
}

#top ul#menu-item-shop {
  border: 0;
}

#top #wrap_all header#header, #top #wrap_all div#header_main_alternate, #top #wrap_all div#header_main {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 0;
  z-index: 999;
  border-top: 1px solid rgb(200 200 200 / 38%);
  box-shadow: 0 5px 5px rgb(0 0 0 / 4%);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .04);
  -webkit-box-shadow: 0 5px 5px rgb(0 0 0 / 4%);
  -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .04);
}

/**** useful ****/

/* effect submenu */

/* sub menu effect */

#top #wrap_all #header #avia-menu > .menu-item .avia_mega_div {
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  transform: scaleY(0);
  background: #f1f1f1;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: -o-transform .5s;
  -moz-transition: transform .5s, -moz-transform .5s;
  -ms-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s, opacity 0ms;
  top: 100%;
  top: calc(100% + 25px);
  min-width: 240px;
  display: block !important;
  /*true*/
  opacity: 1 !important;
  /*true*/
  visibility: visible;
  box-shadow: 0 0 5px;
}

#top #wrap_all a.av_ajax_search_entry.av_ajax_search_entry_view_all {
  background: #0bbfa4;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  margin: 3px 5px;
  font-size: 1.2em;
  color: #f1f1f1;
}

#top #wrap_all #header #avia-menu > .menu-item:hover .avia_mega_div {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}

#top #wrap_all #header #avia-menu .sub-menu a {
  font-size: .9em;
  border: 0;
  font-weight: 600;
  padding-top: 5px;
  opacity: .7;
  background: transparent;
  position: relative;
  width: auto;
  line-height: 1;
  color: #444;
  padding-bottom: 5px;
}

#top #wrap_all #header .menu-item > .sub-menu a::after {
  content: "";
  width: 2%;
  opacity: 0;
  height: 2px;
  display: inline-block;
  background: var(--primary);
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  -moz-transition: width .3s;
  transition: width .3s;
  -ms-transition: width .3s;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

#top #wrap_all #header .sub-menu a:hover::after {
  width: 100%;
  opacity: 1;
}

#top #wrap_all #header .sub-menu a:hover {
  background: transparent;
  opacity: 1;
}

#top #wrap_all #header .avia-menu-fx {
  display: none;
}

#top #wrap_all #header .sub-menu .menu-item {
  padding: 7px 15px;
  position: relative;
  background: transparent;
}

#top #wrap_all #header .avia_mega_div > .sub-menu .mega_menu_title a {
  background: var(--primary);
  text-decoration: none;
  padding: 10px;
  border-radius: 8px;
  opacity: 1;
}

#top #wrap_all #header .menu-item {
  transition: .4s;
  -webkiit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
}

#top #wrap_all #header nav .menu-item {
  position: relative;
}

#top #wrap_all #header .menu-item:hover > a {
  color: var(--primary);
}

#top #wrap_all #header .menu-item.current-menu-item > a {
  color: var(--primary);
}

/* all button */

#top p.stock.out-of-stock {
  background: transparent;
  color: #444;
  border-color: rgb(187, 187, 187);
  border-width: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 105px;
  margin: 0;
  position: relative;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  border-top-color: transparent;
  border-left: transparent;
  border-right: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: auto;
  margin-bottom: 23px;
}

#top p.stock.out-of-stock::after {
  content: "";
  left: 30px;
  right: 30px;
  bottom: -2px;
  height: 2px;
  background: var(--primary);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: block;
  position: absolute;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  -ms-transition: all .4s ease;
}

#top p.stock.out-of-stock:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #eee;
  -webkit-transition: all 300ms 400ms ease-in-out;
  -o-transition: all 300ms 400ms ease-in-out;
  -moz-transition: all 300ms 400ms ease-in-out;
  -ms-transition: all 300ms 400ms ease-in-out;
  transition: all 300ms 400ms ease-in-out;
}

#top p.stock.out-of-stock:hover::after {
  left: 0;
  right: 0;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  transition: all 300ms linear;
  -ms-transition: all 300ms linear;
}

.av-burger-overlay-active #top div#header_main .phone-section {
  opacity: 0;
}

#top #wrap_all a.avia-button, #top .button.wc-backward, #top .actions button, #top a.checkout-button.button.alt.wc-forward, #top button#place_order, #top button.woocommerce-button.button.woocommerce-form-login__submit, #top button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit, #top a.more-link, #top input#submit, #top input[type="submit"] {
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  border: none;
  letter-spacing: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 30px;
  border-radius: 8px;
  font-size: 1em;
  font-weight: 100;
  color: #fff;
  background: var(--primary);
  padding: 13px 30px;
  z-index: 1;
  opacity: 1;
  width: unset;
  line-height: 1.6;
  letter-spacing: 0;
  overflow: hidden;
  -webkit-transition: all 240ms ease-in-out;
  -o-transition: all 240ms ease-in-out;
  -moz-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out;
  -ms-transition: all 240ms ease-in-out;
  white-space: nowrap;
}

#top input[type="submit"]:hover, #top input#submit:hover {
  background-color: rgb(199 30 50);
}

#top #wrap_all a.avia-button:hover, #top .button.wc-backward:hover, #top .actions button:hover, #top a.checkout-button.button.alt.wc-forward:hover, #top #place_order:hover, #top button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover, #top a.more-link:hover {
  background: var(--secondary);
  color: #fff;
}

div#service-tab-section .woocommerce-product-details__short-description {
  display: none
}

#top #toiletries-section .thumbnail_container::before, #top #toiletries-section .thumbnail_container::after {
  all: unset;
}

#top .header_color .header_bg {
  background: #fff;
  opacity: 1;
}

.html_header_top #top .av_logo_right .logo {
  max-width: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.html_header_top #top .av_logo_right .logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: unset !important;
}

#top #wrap_all #header .main_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
}

.html_header_top.html_main_nav_header #top .av_menu_left .main_menu a {
  color: #444;
}

#top #header li.phone-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#top #header li.phone-section .avia-font-entypo-fontello {
  display: none;
}

#footer .flex_column::after, #footer .flex_column::before {
  all: unset;
}

#footer .flex_column:first-child {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: static;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

#footer .flex_column:first-child .menu {
  display: flex;
  gap: 0 20px;
  flex-wrap: wrap;
  line-height: 0;
}

#footer .flex_column:first-child a:hover {
  color: var(--primary);
}

#footer::before {
  position: absolute;
  content: "";
  top: 65px;
  left: -100px;
  right: -100px;
  height: 1px;
  background: #545454;
}

#top header#header {
  position: static;
}

div#feature-section .flex_column_table {
  border: 1px solid rgb(218 218 218 / 87%);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 10px;
}

#top div#feature-section article.iconbox {
  display: flex;
  align-items: center;
  padding: 32px 80px 32px 25px;
}

#top div#feature-section h3.iconbox_content_title {
  font-size: 1em;
  font-weight: 100;
}

#top div#feature-section .iconbox_icon.heading-color {
  font-size: 2.1em;
  background: #f1f1f1;
  display: inline-block;
  color: var(--primary);
  margin: 0;
  position: absolute;
  right: 15px;
}

#top div#feature-section .iconbox_content_container p {
  font-size: .9em;
  margin: 9px 0;
  line-height: 1.2;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.container {
  padding: 0 20px;
}

#top div#feature-section .flex_column {
  border-radius: 10px !important;
  border: 1px solid transparent;
}

#top div#feature-section .flex_column:hover {
  border-color: var(--primary);
}

div#three-banner .template-page, div#feature-section .template-page {
  padding: 0;
}

div#three-banner .entry-content-wrapper.clearfix::after, div#three-banner .entry-content-wrapper.clearfix::before {
  all: unset;
}

div#three-banner .entry-content-wrapper.clearfix {
  display: flex;
  gap: 30px
}

div#three-banner {
  padding: 20px 0 45px;
}

div#three-banner .entry-content-wrapper.clearfix .flex_column {
  margin: 0;
  width: 33.33%
}

div#three-banner h5 {
  text-align: right;
  margin-bottom: 20px;
}

div#products-on-sale .item {
  margin: 0 10px;
}

div#products-on-sale .inner_product {
  border-radius: 10px;
  padding-bottom: 10px;
  border: 0;
}

div#products-on-sale {
  background: transparent;
}

#top #wrap_all div#products-on-sale .template-page {
  background: var(--primary);
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 15px;
  box-sizing: border-box;
}

#top .owl-nav {
  position: absolute;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -20px;
  right: -20px;
  justify-content: space-between;
  width: unset;
  opacity: 0;
  -webkit-transition: .4s ease;
  -ms-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

#top .owl-carousel:hover .owl-nav {
  opacity: 1;
}

#top #wrap_all div .product_on_sale .inner_product_header {
  padding: 10px 15px 15px;
}

#top h4.woocommerce-loop-product__title {
  text-align: center;
  min-height: 60px;
  font-weight: 100;
  font-size: 1.1em;
  color: #444;
}

#top span.price {
  text-align: center;
}

ins span.woocommerce-Price-amount.amount bdi {
  color: var(--green);
  position: relative;
  font-weight: 700;
}

#top span.woocommerce-Price-amount.amount bdi {
  font-size: 0.9em;
}

#top .avia_cart_buttons.single_button > a {
  font-weight: 100;
}

.avia_cart_buttons.single_button {
  max-width: 190px;
  margin: 10px auto;
  opacity: 1;
  border: 0;
  border-radius: 8px;
}

#top span.price {
  min-height: 0;
}

#top span.onsale {
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 50%;
  padding: 0;
  line-height: 45px;
}

div#products-on-sale .flex_column:first-child {
  background-size: auto !important;
  background-position: center !important;
}

div#products-on-sale .flex_column:first-child h2.av-special-heading-tag {
  font-size: 2.7em;
  margin: 50px 0 20px;
}

div#products-on-sale .flex_column:first-child section.av_textblock_section {
  font-size: 1.2em
}

div#products-on-sale .flex_column:first-child section.av_textblock_section p {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #ffff
}

div#products-on-sale .flex_column:first-child section.av_textblock_section:nth-child(2) {
  font-size: 2em;
  font-weight: 700;
}

div#products-on-sale .flex_column:first-child section.av_textblock_section:nth-child(3) p {
  margin-bottom: 0;
}

div#products-on-sale .av-countdown-timer {
  margin: 0;
}

div#products-on-sale .entry-content-wrapper.clearfix {
  display: flex;
}

div#products-on-sale .entry-content-wrapper .flex_column {
  margin: 0;
}

div#products-on-sale .entry-content-wrapper .flex_column:first-child {
  width: 30%;
}

div#products-on-sale .entry-content-wrapper .flex_column:last-child {
  width: 70%;
}

div#products-on-sale span.av-countdown-timer-inner span.av-countdown-cell-inner {
  background: #fff;
  color: #000;
  padding: 15px 10px;
  border-radius: 8px;
  min-width: 70px;
}

div#products-on-sale span.av-countdown-timer-inner span.av-countdown-time {
  color: var(--primary);
  font-size: 1.7em;
  font-weight: 700;
}

div#products-on-sale span.av-countdown-cell {
  display: inline-flex;
}

div#products-on-sale span.av-countdown-time-label {
  font-weight: 700;
  position: relative;
}

div#four-section .inner_product > a {
  display: flex;
  padding-top: 60px;
  width: 100%;
  border: 0;
  align-items: center;
}

div#four-section .av-special-heading {
  position: absolute;
  z-index: 9;
  top: 25px;
  right: 5px;
  display: inline-block;
  max-width: 50%;
}

div#four-section .av-special-heading > h2 {
  min-width: 200px;
  font-size: 1.3em;
  font-weight: 100;
  display: inline-block;
  background: var(--primary);
  color: #f1f1f1;
  padding: 8px 10px 8px 30px;
  border-radius: 50px 0 0 50px;
}

div#four-section .item {
  margin: 0 5px;
}

div#four-section .thumbnail_container {
  max-width: 200px;
}

#top div#four-section .owl-nav {
  margin: 0;
  position: absolute;
  top: 0;
  display: flex;
  left: 35px;
  top: 40px;
  z-index: 100;
  opacity: 1;
  justify-content: flex-end;
}

#top div#four-section .owl-nav > button {
  width: 30px;
  height: 30px;
}

#top div#four-section span.onsale {
  right: 6px !important;
  top: 90px;
}

#top div#four-section .inner_product {
  border-radius: 20px;
  box-shadow: none;
  border-color: rgb(221 221 221);
}

#top div#four-section .inner_product_header {
  border: 0;
}

div#four-section .flex_column {
  margin: 15px 0;
  width: 50%;
}

/* header */

#top #header .ks-header-extra-box form {
  display: flex;
  background: transparent;
  line-height: 0;
  margin: 0;
  align-items: center;
  position: relative;
}

#top #header input.searchbox, #top #header select#product_cat, #top #header button.search-btn-bg {
  margin: 0;
  max-height: 40px;
}

#top #header ul#avia-menu > li:first-child {
  margin-left: 30px;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 35px;
}

#top #header ul#avia-menu > li:first-child a {
  background: unset;
  margin-right: 0;
}

#top #header ul#avia-menu > li:first-child > a > span {
  color: #041b4a;
}

#top #header ul#avia-menu > li:first-child ul.sub-menu {
  border-top: 0;
  margin-top: 0;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  min-width: 250px;
}

#top #header ul#avia-menu > li:first-child ul.sub-menu > li > a::before {
  font-family: var(--fntName);
  content: "\e810";
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  font-weight: 100;
}

#top #header ul#avia-menu > li:first-child ul.sub-menu > li > a {
  position: relative;
  font-weight: 100;
  color: #000;
  padding: 0;
  display: flex;
  opacity: 1;
  align-items: center;
}

#top #header ul#avia-menu > li:first-child ul.sub-menu > li > a::after {
  all: unset;
}

#top #header ul#avia-menu > li:first-child ul.sub-menu > li:hover {
  background: var(--primary)
}

#top #header ul#avia-menu > li:first-child ul.sub-menu > li:hover a {
  color: #fff;
}

#top #header ul#avia-menu > li:first-child > a::before {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  font-weight: 100;
  font-size: 20px;
  width: 35px;
  height: 35px;
  content: "\e811";
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  top: 50%;
  right: 0;
  position: absolute;
  font-family: var(--fntName);
}

#top #header .ks-header-extra-box {
  display: flex;
  padding-right: 210px;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  /* position: relative; */
}

#top #header select#product_cat::after {
  content: "ad";
  position: absolute;
  font-family: var(--fntName);
  display: block;
  z-index: 999;
}

#top #header select#product_cat {
  background: #f1f1f1;
  border: 1px solid #cfcfcf;
  border-radius: 0 5px 5px 0;
  min-width: 190px;
  appearance: none;
  position: relative;
}

#top #header input.searchbox {
  min-width: 460px;
  border: 1px solid #cfcfcf;
  border-right-style: none;
  background: #fff;
  font-size: 14px;
  border-left-color: transparent;
}

#top #header input.searchbox::placeholder {
  font-size: 12px;
}

button.search-btn-bg {
  position: absolute;
  left: -2px;
  display: block;
  color: #fff;
  z-index: 9;
  font-size: 1.4em;
  height: 100%;
  cursor: pointer;
  min-width: 70px;
  background: var(--primary);
  border-radius: 5px 0 0 5px;
}

/* ul.menu-item.cart_dropdown {
    position: relative;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    right: unset;
    left: unset;
    top: unset;
    border: 0;
    bottom: unset;
} */

#top #header ul.menu-item.cart_dropdown {
  left: 150px;
  right: unset;
  line-height: 1;
  top: 50%;
  display: block;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
  border: 0;
}

#header .login-section {
  height: 100%;
}

#header .login-section > a {
  display: flex;
  flex-direction: column;
  line-height: 1;
  align-items: center;
  gap: 10px;
  background: #f1f1f1c2;
  height: 100%;
  justify-content: center;
  padding: 20px 35px;
  color: #444;
}

#header .inner-container {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

#top div#main {
  padding: 0;
}

/* header */

div#four-section .flex_column:nth-child(even) {
  padding-right: 10px;
}

div#four-section .flex_column:nth-child(even) .av-special-heading {
  right: 15px;
}

div#four-section .flex_column:nth-child(odd) {
  padding-left: 10px;
}

#top div#four-section h4.woocommerce-loop-product__title {
  text-align: right;
  font-size: 1.1em;
  color: #444;
}

#top div#four-section span.price {
  text-align: right;
}

#top div#four-section .avia_cart_buttons.single_button {
  position: relative;
  top: -50px;
  margin-right: 205px;
}

#top #wrap_all .avia_cart_buttons:hover {
  background: var(--green);
  color: #fff;
}

#top #wrap_all .avia_cart_buttons:hover a {
  color: inherit;
}

div#ks-categories .owl-nav {
  display: none;
}

div#ks-categories .slideImage {
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

#top .item {
  margin: 0 15px;
}

div#ks-categories .slideCaption h4 {
  text-align: center;
  font-size: 0.85em;
  font-weight: 100;
  margin-bottom: 10px;
  line-height: 1.6;
}

div#ks-categories .template-page {
  padding: 25px 0;
}

div#ks-categories .item_row {
  position: relative;
}

div#ks-categories .item_row::before {
  content: "";
  position: absolute;
  right: -5px;
  left: -5px;
  top: 0;
  bottom: -10px;
  background: #fff;
  z-index: -1;
  border-radius: 8px;
  opacity: 0;
  -webkit-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

div#ks-categories .item_row:hover .captionTitle a {
  color: #444;
  display: inline-block;
}

div#ks-categories .item_row:hover::before {
  opacity: 1;
}

div#ks-categories .owl-carousel .item .slideCaption {
  padding-top: 10px;
}

div#products-new .flex_column {
  margin: 0;
}

div#products-new .flex_column:nth-child(2) {
  width: 80%;
}

div#products-new .flex_column:last-child {
  width: 20%;
  border-radius: 10px !important;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-top: 5px;
}

div#products-new span.price {
  min-height: 60px;
}

#top div#products-new h4.woocommerce-loop-product__title {
  min-height: 55px;
}

#top div#products-new .entry-content-wrapper.clearfix, #blogs .entry-content-wrapper.clearfix, div#partners .entry-content-wrapper.clearfix {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 15px;
  padding: 20px 10px 20px 20px;
}

#top div#products-new .avia-image-container, #top div#products-new .avia-image-container img, #top div#products-new .avia-image-container .avia-image-container-inner, #top div#products-new .avia-image-container .avia-image-overlay-wrap {
  height: 100%;
}

div#products-new {
  background: #f1f1f1;
  padding-top: 60px;
}

div#products-new .av-special-heading {
  position: absolute;
  top: -4px;
  right: 0;
}

div#products-new .inner_product {
  border: 0;
  border-radius: 15px;
}

#top .inner_product:hover {
  border-color: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 15%) 0 3px 15px;
}

#top .inner_product h4 {
  transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
}

#top #wrap_all .inner_product:hover h4 {
  color: var(--primary)
}

div#products-new .inner_product_header {
  border: 0;
}

#top div#products-new .item {
  margin-top: 5px;
  overflow: visible;
  margin-bottom: 20px;
}

div#blogs, div#partners {
  background: #f1f1f1;
}

div#partners .entry-content-wrapper.clearfix {
  background: #fff;
}

div#partners .slideCaption {
  display: none;
}

div#partners .slideImage {
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 5px;
}

div#partners .slideImage:hover {
  border-color: #eaeaea;
}

#top #wrap_all button.owl-next {
  left: 0;
}

#top #wrap_all button.owl-prev {
  right: 0;
}

#top div#four-section .owl-nav button {
  position: static;
  -webkit-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  -moz-transform: unset;
  transform: unset;
}

div#weight-gategories .item_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

div#weight-gategories .item_row .slideCaption {
  order: -1;
}

div#weight-gategories .item_row .slideDesc a {
  color: #444;
}

div#weight-gategories .item_row .slideDesc {
  width: 100%;
  text-align: center;
  border: 1px solid #e6e6e6;
  padding: 7px;
  border-radius: 3px;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  border-bottom-width: 2px;
}

div#weight-gategories .owl-item:nth-child(1n) .item_row .slideDesc, div#weight-gategories .owl-item:nth-child(1n) .item_row .slideCaption a {
  border-bottom-color: #6cb94e;
  color: #6cb94e;
}

div#weight-gategories .owl-item:nth-child(2n) .item_row .slideDesc, div#weight-gategories .owl-item:nth-child(2n) .item_row .slideCaption a {
  border-bottom-color: #ff9d00;
  color: #ff9d00;
}

div#weight-gategories .owl-item:nth-child(3n) .item_row .slideDesc, div#weight-gategories .owl-item:nth-child(3n) .item_row .slideCaption a {
  border-bottom-color: #440c0c;
  color: #440c0c;
}

div#weight-gategories .owl-item:nth-child(4n) .item_row .slideDesc, div#weight-gategories .owl-item:nth-child(4n) .item_row .slideCaption a {
  border-bottom-color: #ff5034;
  color: #ff5034
}

div#weight-gategories .owl-item:nth-child(5n) .item_row .slideDesc, div#weight-gategories .owl-item:nth-child(5n) .item_row .slideCaption a {
  border-bottom-color: #24ace4;
  color: #24ace4;
}

div#testimonial .avia-testimonial_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-bottom: 20px;
}

div#testimonial .avia-testimonial-meta {
  order: -1;
  position: static;
}

div#testimonial .avia-testimonial-meta-mini {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

div#testimonial .avia-testimonial-content p {
  font-size: .9em;
  color: #010101
}

div#testimonial .avia-testimonial-content {
  min-height: 110px;
}

div#testimonial .avia-testimonial-meta-mini strong {
  color: #000;
}

#top .av-special-heading h2.av-special-heading-tag {
  font-weight: 100;
  font-size: 1.4em;
}

div#blogs .av-special-heading {
  position: absolute;
  z-index: 9;
  top: 0;
}

div#weight-gategories .owl-item .item_row:hover .slideDesc a {
  color: #fff;
}

div#weight-gategories .owl-item:nth-child(1n) .item_row:hover .slideDesc {
  background: #6cb94e;
}

div#weight-gategories .owl-item:nth-child(2n) .item_row:hover .slideDesc {
  background: #ff9d00;
}

div#weight-gategories .owl-item:nth-child(3n) .item_row:hover .slideDesc {
  background: #440c0c;
}

div#weight-gategories .owl-item:nth-child(4n) .item_row:hover .slideDesc {
  background: #ff5034;
}

div#weight-gategories .owl-item:nth-child(5n) .item_row:hover .slideDesc {
  background: #24ace4;
}

#top div#footer {
  background: rgb(17, 17, 17);
  position: relative;
}

#top div#footer #footer .wp-block-columns, #footer section#block-2, #footer section#block-3 {
  margin: 0;
  line-height: 1;
  min-height: unset;
}

#top div#footer .flex_column:first-child .widget, #top div#footer .flex_column:first-child .wp-block-columns {
  margin: 0
}

#footer .flex_column:first-child * {
  color: #999
}

#footer .flex_column:first-child {
  margin-top: 0;
}

section#block-3 p {
  margin-top: 0;
}

#footer section#block-3 a {
  display: inline-block;
}

#footer section#block-3 a::before {
  content: "\e842";
  font-family: var(--fntName);
  position: relative;
  display: inline-block;
  margin: 0 5px;
  font-size: 1.3em;
  vertical-align: middle;
}

#footer .flex_column {
  margin: 0;
  width: 25%;
  padding: 0 35px;
}

#top #footer .widget {
  margin: 0;
}

#products-new .av-image-caption-overlay-center {
  display: flex;
  padding: 20px;
}

div#banner-desc * {
  text-align: center;
  margin-bottom: 20px;
}

div#banner-desc strong {
  font-size: 1.4em;
  text-shadow: 0 0 5px #fff;
  margin: 0 0;
  display: block;
  letter-spacing: 1.2px;
  color: #0e8c59;
}

div#banner-desc span {
  font-size: 13px;
  margin: 0;
  display: block;
  position: relative;
  top: -20px;
  color: #ffffff;
  border-radius: 8px;
  text-shadow: 0 0 9px #989898;
  line-height: 1;
}

#top #blogs .template-page {
  padding: 0;
  padding-top: 50px;
}

#blogs h4.captionTitle, #top.category-16 h3.slide-entry-title.entry-title {
  font-weight: 100;
  font-size: 1.1em;
  line-height: 1.3;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  text-align: right;
  color: #444;
  min-height: 0;
}

#blogs .slideImage {
  border-radius: 8px;
  overflow: hidden;
}

#blogs .item_row:hover h4.captionTitle, #top.category-16 article.slide-entry:hover h3 {
  color: var(--primary);
}

div#feature-section {
  margin-top: 20px;
}

#top #footer .widget h3 {
  font-weight: 100;
  font-size: 1.1em;
  margin-bottom: 40px;
  color: #f1f1f1;
}

#footer h3.widgettitle {
  margin-top: 0;
  margin-bottom: 50px;
}

#footer P, #footer a {
  color: #999;
  font-weight: 100;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
}

#footer a:hover {
  color: var(--primary);
}

#footer ul.wp-block-social-links a {
  color: #fff;
}

#footer ul.product_list_widget li {
  border: 0;
}

#footer ul.product_list_widget li img {
  float: right;
  display: inline-block;
  margin: 0 0 0 9px;
}

#footer label.wc-block-product-search__label {
  display: none;
}

#footer input#wc-block-product-search-4::placeholder {
  color: #444;
}

#footer input#wc-block-product-search-4 {
  background: #fff;
  border-radius: 8px;
  padding: 20px 10px;
  margin: 0;
}

#top #footer button.wc-block-product-search__button {
  margin: 0;
  background: var(--primary);
  color: #fff;
  border-radius: 8px 0 0 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  width: 78px;
  top: 0;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  justify-content: center;
}

#footer form {
  margin: 0;
  position: relative;
}

#top #fix-section {
  position: fixed;
  bottom: 15px;
  left: 15px;
  cursor: pointer;
  z-index: 99999999;
}

#top #fix-section a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #49c858;
  color: #ffffff;
  padding: 0 12px;
  border-radius: 25px;
  font-size: 13px;
  line-height: 32px;
}

#top #fix-section .avia-font-entypo-fontello {
  margin: 0 8px 0 -12px;
  font-size: 35px;
}

#footer section#block-16 li {
  border: 0;
}

j {
  background: #111111;
}

#top #wrap_all #products-on-sale .owl-nav > button {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

#top #footer button.wc-block-product-search__button:hover {
  background: var(--secondary);
}

#three-banner .avia-image-container,
#three-banner .avia-image-container img,
#three-banner .avia-image-container-inner {
  width: 100%;
}

#top.category-16 .excerptContainer {
  color: #999;
}

#top.category-16 a.slide-image {
  border-radius: 8px;
}

#footer span.product-title {
  font-weight: 100;
}

body#top #wrap_all #contact-us-page article.article-icon-entry {
  background: #eee;
  margin: 10px 0;
  padding: 0 30px;
  border-radius: 20px;
  min-height: 95px;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px 20px;
}

body#top #wrap_all #contact-us-page article.article-icon-entry p {
  margin-bottom: 0
}

body#top #wrap_all #contact-us-page .iconlist_icon {
  float: right;
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 1.5em;
  border: 1px solid var(--primary);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

body#top #wrap_all #contact-us-page ul.avia-icon-list > li:hover .iconlist_icon {
  background: var(--primary);
  color: #fff;
  font-size: 2em;
}

body#top #wrap_all #contact-us-page input.button:hover {
  color: #fff;
}

#top #wrap_all span.price {
  color: var(--green);
}

div#testimonial {
  background: #f1f1f1;
}

/* edited by A.M 2021-09-05 */

div#three-banner .avia-button-wrap {
  position: relative;
  top: 20px;
  font-size: .72em;
}

#footer ul.wp-block-latest-posts__list.wp-block-latest-posts {
  max-height: 215px;
}

#footer ul.wp-block-latest-posts__list.wp-block-latest-posts li {
  border: 0;
  padding: 4px 0;
  margin: 0;
}

#footer .container {
  display: flex;
  flex-wrap: wrap;
}

#top #wrap_all div#blogs .avia-button-wrap a:hover {
  color: var(--primary);
}

#top #wrap_all div#blogs .avia-button-wrap a::after {
  content: "\e878";
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  font-family: var(--fntName);
  left: 0;
  font-weight: 700;
  z-index: 9;
  top: 10px;
  position: absolute;
  font-size: 19px;
}

#top #wrap_all .togglecontainer .toggler {
  border: 0;
  border: 2px solid var(--main);
  border-radius: 50px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  line-height: 30px;
  color: var(--second);
  font-weight: 700;
  border-radius: 50px;
  background-color: #f4f4f4;
  padding: 10px 30px 10px 50px;
  border: 1px solid #cccccc;
}

#top .toggle_icon {
  left: 28px;
  right: auto;
  border: 0;
}

#top #wrap_all .togglecontainer .activeTitle {
  background-color: #bcceee;
  margin-bottom: 0;
  color: #000;
  border-color: transparent;
}

#top #wrap_all .toggle_content {
  border: 0;
  background-color: #fff;
  text-align: justify;
  font-size: 0.9em;
  margin-bottom: 0;
}

#top .toggle_icon .hor_icon {
  border-top-style: solid;
  border-top-width: 3px;
  position: absolute;
  top: 5px;
  left: 1px;
  width: 11px;
}

#top .toggle_icon .vert_icon, #top .toggle_icon .hor_icon {
  border-color: var(--second);
}

div#contact-us-page span.av_font_icon.avia_animate_when_visible.avia-icon-animate.av-icon-style-.av-no-color.avia-icon-pos-right.avia_start_animation.avia_start_delayed_animation {
  width: 40px;
  height: 40px;
  background: #444;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #f1f1f1;
  font-size: 16px;
  margin-right: 7px;
}

#top #wrap_all div#contact-us-page span.av_font_icon.avia_animate_when_visible.avia-icon-animate.av-icon-style-.av-no-color.avia-icon-pos-right.avia_start_animation.avia_start_delayed_animation:hover {
  background: var(--primary);
  color: #fff;
}

#top #wrap_all div#contact-us-page span.av_font_icon.avia_animate_when_visible.avia-icon-animate.av-icon-style-.av-no-color.avia-icon-pos-right.avia_start_animation.avia_start_delayed_animation a {
  color: #fff;
}

ul#avia-menu > li > a {
  margin: 0 6px;
}

ul#avia-menu > li > a:hover {
  background: var(--primary);
}

ul#avia-menu > li > a:hover span {
  color: #fff;
}

#header .container.av-logo-container {
  height: 75px !important;
  line-height: 80px !important;
}

footer#socket {
  background: #111111;
  z-index: 0;
}

footer#socket .container {
  display: flex;
  justify-content: center;
  font-size: 13px;
  padding: 25px;
}

div#av_section_1 .inner_product {
  border-color: transparent;
}

div#blogs .avia-button-wrap {
  position: absolute;
  top: -17px;
  left: 0;
  z-index: 9;
}

#top #wrap_all div#blogs .avia-button-wrap a {
  background: transparent;
  color: #444;
  position: relative;
  padding-left: 0;
}

#top #header .ks-header-extra-box form::after {
  content: "\e877";
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  font-family: var(--fntName);
  right: 160px;
  font-weight: 700;
  z-index: 9;
  position: absolute;
  font-size: 19px;
}

#top div#three-banner .avia-button-wrap a {
  padding: 5px 20px;
  border-radius: 5px;
}

/*my-account*/

#top li.woocommerce-MyAccount-navigation-link {
  background-color: #e4e4e4;
  position: relative;
}

#top li.woocommerce-MyAccount-navigation-link:hover,
#top li.woocommerce-MyAccount-navigation-link.is-active {
  background-color: #17a689;
}

#top li.woocommerce-MyAccount-navigation-link:hover:before,
#top li.woocommerce-MyAccount-navigation-link:hover a,
#top li.woocommerce-MyAccount-navigation-link.is-active::before,
#top li.woocommerce-MyAccount-navigation-link.is-active a {
  color: #fff;
}

#top li.woocommerce-MyAccount-navigation-link a {
  font-size: 15px;
  border: 0;
  text-align: right;
  padding: 8px 35px 8px 0;
  color: #383838;
}

#top li.woocommerce-MyAccount-navigation-link::before {
  content: "\e826";
  position: absolute;
  font-family: 'entypo-fontello';
  font-size: 16px;
  top: 10px;
  right: 10px;
  color: #383838;
}

#top li.woocommerce-MyAccount-navigation-link--downloads::before {
  content: "\e887";
}

#top li.woocommerce-MyAccount-navigation-link--orders::before {
  content: "\e852";
}

#top li.woocommerce-MyAccount-navigation-link--edit-address::before {
  content: "\e843";
}

#top li.woocommerce-MyAccount-navigation-link--dashboard::before {
  content: "\e821";
}

#top li.woocommerce-MyAccount-navigation-link--customer-logout::before {
  content: "\e815";
}

#top li.woocommerce-MyAccount-navigation-link--edit-account::before {
  content: "\e840";
}

#top nav.woocommerce-MyAccount-navigation {
  border: 0;
  min-width: 240px;
}

body#top.page-id-50 .content {
  padding-top: 0;
}

#social-media-section .flex_column:nth-child(5):hover .av_font_icon {
  background: url('/wp-content/uploads/2020/07/logo-aparat.png') no-repeat center, var(--main);
}

#top #avia2-menu .sub-menu {
  border: 0;
}

#top .woocommerce-MyAccount-content > p {
  background-color: #fff;
  padding: 12px;
}

/*my-account*/

#footer ul.ks-social-network {
  display: flex;
  flex-wrap: wrap;
  padding-left: 50px;
}

#footer ul.ks-social-network > li {
  margin-left: 12px;
}

#footer ul.ks-social-network > li a {
  width: 40px;
  height: 40px;
  background: #444;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #f1f1f1;
  font-size: 16px;
}

#top #footer ul.ks-social-network > li a:hover {
  background: var(--primary);
  color: #fff;
}

#top .avia-slideshow-arrows.avia-slideshow-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* edited by A.M 2021-09-05 */

/* resp */

@media only screen and (max-width: 1280px) and (min-width: 768px) {
  div#ks-categories .slideCaption h4 {
    min-height: 40px;
  }
}

@media only screen and (max-width: 1180px) {
  #top #header input.searchbox {
    min-width: 300px;
  }
}

@media only screen and (min-width: 992px) {
  #header_main .inner-container li#menu-item-search.noMobile {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  div#three-banner .entry-content-wrapper.clearfix {
    gap: 35px;
  }

  #top #wrap_all span.price {
    min-height: 55px;
  }

  #top #header .ks-header-extra-box form, #header .login-section {
    display: none;
  }

  #footer .flex_column {
    margin: 0;
    width: 50%;
    margin-bottom: 20px;
    padding: 0 40px;
  }

  div#products-new .flex_column:last-child {
    display: none
  }

  div#products-new .flex_column:nth-child(2) {
    width: 100%
  }

  #top div#four-section .av-special-heading > h2 {
    font-size: 19px;
  }

  div#products-new .flex_column:nth-child(2) div#four-section .inner_product > a {
    padding-top: 130px;
  }

  div#products-on-sale .flex_column:first-child {
    background-size: contain !important;
  }

  div#three-banner .entry-content-wrapper.clearfix .flex_column {
    width: 47.5%;
  }

  #top div#feature-section .flex_column {
    width: 33.33%
  }

  div#feature-section .flex_column_table, div#three-banner .entry-content-wrapper.clearfix, div#four-section .inner_product > a {
    flex-wrap: wrap;
  }

  div#products-on-sale .flex_column:first-child h2.av-special-heading-tag {
    display: none
  }

  div#four-section .thumbnail_container {
    margin: auto;
  }

  #top div#four-section .avia_cart_buttons.single_button {
    margin: auto;
    position: static;
    margin-bottom: 25px
  }

  div#ks-categories .slideImage {
    max-width: 150px;
    margin: auto;
  }

  #footer::before {
    all: unset;
  }
}

@media only screen and (max-width: 767px) {
  #footer ul.ks-social-network {
    margin-top: 20px;
    padding-left: 0;
  }

  div#four-section .item {
    margin-right: 2px;
    margin-left: 2px;
  }

  #top #header ul.menu-item.cart_dropdown > li > a {
    font-size: 20px;
    left: 20px;
  }

  #top #header .ks-header-extra-box {
    position: static;
    z-index: 9;
  }

  #top #wrap_all #header .main_menu {
    position: absolute;
  }

  #top #wrap_all div#feature-section .flex_column {
    width: 50%;
  }

  div#products-on-sale .entry-content-wrapper.clearfix {
    flex-wrap: wrap;
  }

  div#four-section .thumbnail_container {
    margin-right: 0;
    margin-left: 0;
  }

  #top h4.woocommerce-loop-product__title {
    min-height: 80px;
  }

  span.price {
    display: flex;
    flex-direction: column;;
  }

  #top div#products-on-sale .flex_column {
    width: 100%;
  }

  #top #wrap_all span.price {
    display: flex;
    flex-direction: column;
  }

  div#four-section .flex_column:nth-child(even), div#four-section .flex_column:nth-child(odd) {
    padding: 0;
  }

  #footer .flex_column:first-child {
    flex-direction: row;
    justify-content: center;
  }

  #footer::before {
    top: 135px;
  }

  #top #footer .widget h3 {
    margin-bottom: 0;
    margin-top: 30px
  }

  #footer .flex_column:first-child .menu {
    justify-content: center;
  }
}

@media only screen and (max-width: 600px) {
  #top #wrap_all .avia-search-tooltip.avia-tt {
    left: 70px !important;
  }

  #top #wrap_all .dropdown_widget.dropdown_widget_cart {
    left: -50px;
  }

  .html_header_top #top .av_logo_right .logo {
    max-width: 120px;
  }

  #top #wrap_all li.av-burger-menu-main.menu-item-avia-special {
    margin: 0;
    padding: 0;
  }

  .responsive #top #header_main > .container .main_menu .av-main-nav > li > a {
    padding: 0;
  }

  #top #header ul.menu-item.cart_dropdown {
    left: 60px;
  }

  #top div#four-section .av-special-heading > h2 {
    width: 100%;
    border-radius: 50px;
    padding: 10px;
    text-align: center;
  }

  div#four-section .av-special-heading {
    position: static;
    margin: auto;
    display: block;
    max-width: 80%;
  }

  #top #wrap_all div#feature-section .flex_column {
    width: 100%;
    text-align: center;
    margin: 0;
  }

  div#four-section .thumbnail_container {
    max-width: 280px
  }

  #top div#four-section span.price {
    text-align: center;
  }

  div#feature-section .flex_column_table, div#three-banner .entry-content-wrapper.clearfix, div#four-section .inner_product > a {
    flex-direction: column;
    align-items: center;
  }
}