@charset "UTF-8";
/*------------------------------------------------------------------
[Table of contents]

1.0 Common & Reset style
	1.1 Plugins
		1.1.1 Bootstrap
		1.1.2 Font Awesome Icon  
		1.1.3 Owl Carousel
	1.2 Config Skin

2.0 Base
	2.1 Header
	2.2 Header Responsive 
	2.3 Mega Menu
	2.4 Footer
	2.5 Breadcrumds
	2.6 Preloader

3.0 Content
	3.1 Home 4
	3.2 Cart
	3.3 Widget
	3.4 Product
	3.5 Single Product
	3.6 Blog
	3.7 Portfolio
	3.8 Recipe
	3.9 Knowledge
	3.10 Press
	3.11 Content
	3.12 Home 2
	3.13 Home 3
	3.14 Error Ppages

4.0 Responsive

-------------------------------------------------------------------*/
@font-face {
  font-family: "Signalist";
  src: url("../fonts/Signalist-W00-Signalist.eot");
  src: local("☺"), url("../fonts/Signalist-W00-Signalist.woff") format("woff"), url("../fonts/Signalist-W00-Signalist.ttf") format("truetype"), url("../fonts/Signalist-W00-Signalist.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Extrabold";
  src: url("../fonts/OpenSans-Extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Extrabold.woff") format("woff"), url("../fonts/OpenSans-Extrabold.ttf") format("truetype"), url("../fonts/OpenSans-Extrabold.svg#OpenSans-Extrabold") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 15px;
  font-family: "Open Sans", Arial;
  color: #555555;
  font-weight: normal;
  margin: 0;
}

body,
html {
  overflow-x: hidden;
  width: 100%;
}

body #page {
  position: relative;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
}

a {
  color: #000;
}

ins,
del {
  text-decoration: none;
}

del {
  padding-right: 5px;
}
del span {
  text-decoration: line-through;
  color: #afafaf !important;
}

select::-ms-expand {
  display: none;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.text-uppercase {
  text-transform: uppercase;
}

.scroll-to-top {
  background: #80bb01 none repeat scroll 0 0;
  border: none;
  bottom: -100px;
  cursor: pointer;
  height: 35px;
  line-height: 25px;
  padding: 3px;
  position: fixed;
  right: 25px;
  text-align: center;
  width: 35px;
  z-index: 99999;
  color: #fff;
  border-radius: 5px;
}
.scroll-to-top i {
  line-height: 25px;
}
.scroll-to-top:hover {
  color: #fff;
  background: #000;
}

.dokan-dashboard-menu .payment {
  text-align: left;
  float: none;
}

input[type=text]::-ms-clear {
  display: none;
}

.display-inline-b {
  display: inline-block;
  vertical-align: middle;
}

.vc_row.no-margin {
  margin: 0;
}

.animated.show-animated {
  visibility: hidden;
}
.animated.show-animated h3 {
  visibility: hidden;
}
.animated.visible {
  visibility: visible;
}
.animated.visible h3 {
  visibility: visible;
}

.ult-animation .animated {
  visibility: visible;
}

.blog_post_desc > .entry-content > h1,
.comment-bottom .profile-desc > h1,
article.type-page > .entry-content > h1,
.post-single .blog_post_desc > h1 {
  font-size: 48px;
  margin: 33px 0;
}
.blog_post_desc > .entry-content > h1 + h2,
.comment-bottom .profile-desc > h1 + h2,
article.type-page > .entry-content > h1 + h2,
.post-single .blog_post_desc > h1 + h2 {
  margin: 18px 0;
}
.blog_post_desc > .entry-content > h3,
.comment-bottom .profile-desc > h3,
article.type-page > .entry-content > h3,
.post-single .blog_post_desc > h3 {
  margin: 15px 0;
}
.blog_post_desc > .entry-content > h4,
.blog_post_desc > .entry-content > h5,
.blog_post_desc > .entry-content > h6,
.comment-bottom .profile-desc > h4,
.comment-bottom .profile-desc > h5,
.comment-bottom .profile-desc > h6,
article.type-page > .entry-content > h4,
article.type-page > .entry-content > h5,
article.type-page > .entry-content > h6,
.post-single .blog_post_desc > h4,
.post-single .blog_post_desc > h5,
.post-single .blog_post_desc > h6 {
  margin: 12px 0;
}
.blog_post_desc > .entry-content > h2,
.comment-bottom .profile-desc > h2,
article.type-page > .entry-content > h2,
.post-single .blog_post_desc > h2 {
  margin-bottom: 25px;
  margin-top: 25px;
}
.blog_post_desc > .entry-content > dl,
.comment-bottom .profile-desc > dl,
article.type-page > .entry-content > dl,
.post-single .blog_post_desc > dl {
  margin: 0 20px;
}
.blog_post_desc > .entry-content > dl dd,
.comment-bottom .profile-desc > dl dd,
article.type-page > .entry-content > dl dd,
.post-single .blog_post_desc > dl dd {
  margin: 0 0 20px;
}
.blog_post_desc > .entry-content > table,
.comment-bottom .profile-desc > table,
article.type-page > .entry-content > table,
.post-single .blog_post_desc > table {
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}
.blog_post_desc > .entry-content > table td,
.comment-bottom .profile-desc > table td,
article.type-page > .entry-content > table td,
.post-single .blog_post_desc > table td {
  padding: 6px 10px 6px 0;
  border-top: 1px solid #ededed;
}
.blog_post_desc > .entry-content > table td a,
.comment-bottom .profile-desc > table td a,
article.type-page > .entry-content > table td a,
.post-single .blog_post_desc > table td a {
  color: #000;
}
.blog_post_desc > .entry-content > table td a:hover,
.comment-bottom .profile-desc > table td a:hover,
article.type-page > .entry-content > table td a:hover,
.post-single .blog_post_desc > table td a:hover {
  color: #80bb01;
}
.blog_post_desc > .entry-content > table thead th,
.comment-bottom .profile-desc > table thead th,
article.type-page > .entry-content > table thead th,
.post-single .blog_post_desc > table thead th {
  text-transform: uppercase;
  padding-bottom: 10px;
}

footer .widget_nav_menu .menu-testing-menu-container ul li ul {
  padding-left: 16px;
  list-style: none;
}
footer .widget_nav_menu .menu-testing-menu-container ul li {
  padding-bottom: 0;
}
footer .widget_categories ul.children,
footer footer .widget_pages ul.children,
footer footer .widget_nav_menu ul.children {
  list-style: none;
}

.entry-content > .vc_row > .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

.home.blog #main {
  padding-top: 70px;
}
.home.blog .fixed-header #main {
  padding-top: 160px;
}

.sticky_post {
  background: #80bb01;
  font-weight: normal;
  font-size: 13px;
  text-transform: capitalize;
  color: #fff;
  padding: 4px 10px 4px;
  margin: 0 6px 0;
  vertical-align: middle;
}

.footer-menu-list aside.widget + aside {
  padding-top: 25px;
}

.post-password-form input[type=password] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 1px dashed rgba(137, 137, 137, 0.5);
  color: #a1a1a1;
  font-family: "Open Sans", Arial;
  font-size: 14px;
  width: 100%;
}
.post-password-form label {
  font-weight: normal;
}
.post-password-form input[type=submit] {
  padding: 9px 28px;
  background: #80bb01;
  color: #fff;
  text-transform: uppercase;
  vertical-align: bottom;
  margin-bottom: 4.5px;
}

.comment-nav-links {
  padding-bottom: 15px;
}
.comment-nav-links .comment-nav-next a {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}
.comment-nav-links .comment-nav-next a:after {
  content: "\f054";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-left: 5px;
  font-size: 10px;
  vertical-align: middle;
}
.comment-nav-links .comment-nav-previous a {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}
.comment-nav-links .comment-nav-previous a:before {
  content: "\f053";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 5px;
  font-size: 10px;
  vertical-align: middle;
}

.active-sidebar .widget_nav_menu ul#menu-testing-menu li ul {
  padding-left: 16px;
}

table {
  width: 100%;
}

table,
table td {
  padding: 0;
  border: none;
  border-collapse: separate;
}

iframe {
  max-width: 100%;
  border: none;
}

a,
.widget_categories li a::before,
.widget_product_categories li a::before,
.open-menu-mobile,
.close-menu-mobile,
.instagram-container li a::after,
.instagram-container li a::before,
.pricing-box,
.pricing-box::after,
.pricing-box::before {
  transition: all 0.3s ease-out;
}

.vc_btn3 i {
  transition: all 0.2s ease-out;
}

ul,
menu,
dir {
  display: block;
  list-style-type: disc;
  padding: 0 0 0 40px;
}

li > ul,
li > ol {
  margin: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

ul,
ol {
  margin-top: 0;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

ol {
  display: block;
  list-style-type: decimal;
  padding: 0 0 0 40px;
}

ul ul,
ol ul {
  list-style-type: circle;
}

ol ol ul,
ol ul ul,
ul ol ul,
ul ul ul {
  list-style-type: square;
}

li {
  background: transparent;
  border: 0 none;
  font-weight: inherit;
  margin: 0;
  border: 0;
  padding: auto;
  outline: 0;
  vertical-align: top;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
  margin: 5px 20px 5px 0;
}

.alignleft {
  float: left;
}

.blog_post_desc .entry-content menu,
.blog_post_desc .entry-content ol,
.blog_post_desc .entry-content ul {
  margin: 16px 0;
}
.blog_post_desc .entry-content li > ul,
.blog_post_desc .entry-content li > ol {
  margin: 0;
}
.blog_post_desc .entry-content > table {
  padding-bottom: 20px;
}

.wrapper {
  min-height: 600px;
  background: #fff;
}

.wp-caption {
  max-width: 100%;
}

.active-sidebar ul,
.active-sidebar menu,
.active-sidebar dir,
#thumbs_list_frame ul,
#thumbs_list_frame menu,
#thumbs_list_frame dir,
.isotope ul,
.isotope menu,
.isotope dir,
.media ul,
.media menu,
.media dir,
.vertical_list ul,
.vertical_list menu,
.vertical_list dir,
.image_list ul,
.image_list menu,
.image_list dir,
.woocommerce ul,
.woocommerce menu,
.woocommerce dir,
.instagram-gallery ul,
.instagram-gallery menu,
.instagram-gallery dir {
  list-style-type: none;
  padding-left: 0;
}

.commentlist {
  list-style-type: none;
  padding-left: 0;
}
.commentlist ul.children {
  list-style-type: none;
}

a:focus,
a:hover {
  color: #80bb01;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin: 0;
  line-height: 100%;
  font-weight: 400;
  font-family: Poppins;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  line-height: 24px;
}

img {
  max-width: 100%;
  height: auto;
}

button:focus, button:active, button:active:focus, button:focus:active {
  outline: none !important;
}

input,
textarea {
  background: #f5f5f5 none repeat scroll 0 0;
  padding: 17px 29px 16px;
  border: medium none;
  color: #707070;
  box-shadow: none;
}

input:focus,
textarea:focus {
  outline: none !important;
}

input {
  line-height: normal;
  border-radius: 0;
}

figure {
  position: relative;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
  margin: 5px 20px 5px 0;
}

.has-overlay {
  position: relative;
}
.has-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

.alignleft {
  float: left;
}

.container .container,
.main-sidebar .container {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.w-auto {
  width: auto !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input,
textarea {
  border-radius: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  height: 40px;
  text-transform: capitalize;
  overflow: hidden;
  padding: 0 0 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  outline: none;
  background: url(../images/caret-down.png) no-repeat right 20px;
  border: none;
  padding-left: 0;
  color: #777;
  font-size: 14px;
}
select:focus {
  outline: none;
}

.input-text::-ms-input-placeholder {
  opacity: 1;
}

.input-text::-moz-placeholder {
  opacity: 1;
}

.input-text::-o-placeholder {
  opacity: 1;
}

.input-text::-webkit-input-placeholder {
  opacity: 1;
}

.textarea::-ms-input-placeholder {
  opacity: 1;
}

.textarea::-moz-placeholder {
  opacity: 1;
}

.textarea::-o-placeholder {
  opacity: 1;
}

.textarea::-webkit-input-placeholder {
  opacity: 1;
}

.wpcf7-submit {
  text-transform: uppercase;
  color: #fff;
  padding-left: 31px;
  padding-right: 29px;
  width: 100%;
  letter-spacing: 1px;
  vertical-align: top;
  background: #80bb01;
  font-weight: 600;
}
.wpcf7-submit:hover {
  background: #000;
}

.hover-link {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
  display: inline-block;
}
.hover-link.type1 {
  color: #888;
  text-transform: uppercase;
}
.hover-link.type1:hover {
  color: #80bb01;
}
.hover-link.type2 {
  font-size: 14px;
  font-weight: 500;
  color: #80bb01;
  position: relative;
  padding-left: 62px;
}
.hover-link.type2:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 45px;
  top: 50%;
  left: 0;
  background: #80bb01;
  transition: all all 0.3s ease-in-out 0s ease-in-out 0s !important;
}
.hover-link.type2:hover {
  color: #000;
  padding-left: 72px;
}
.hover-link.type2:hover:before {
  width: 55px;
  background: #000;
}

.btn {
  width: auto;
  padding: 14px 25px;
  font-size: 15px;
  font-weight: 500;
  border: none;
  font-family: Poppins;
  line-height: 20px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out 0s;
}
.btn:hover, .btn:focus {
  transition: all 0.3s ease-in-out 0s;
}
.btn.btn-default {
  background: none;
  border: 1px solid #80bb01;
  color: #80bb01;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  background: #80bb01;
  color: #fff;
}
.btn.btn-primary {
  background: #80bb01;
  color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background: #222;
  border-color: #222;
  color: #fff;
}
.btn.btn-black {
  background: none;
  color: #000;
  padding: 14px 25px;
  border: 1px solid #000;
}
.btn.btn-black i {
  margin-left: 15px;
}
.btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black:active {
  background: #80bb01;
  border-color: #80bb01;
  color: #000;
}
.btn.btn-secondary {
  background: #000;
  color: #80bb01;
  border-color: #000;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  background: #80bb01;
  color: #000;
  border-color: #80bb01;
}
.btn.btn-white {
  background: #fff;
  color: #80bb01;
  padding: 17px 38px 13px 36px;
  text-transform: capitalize;
}
.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
  background: #80bb01;
  color: #fff;
}
.btn.btn-border-white {
  padding: 14px 35px 12px 35px;
  border: 2px solid #fff;
  color: #fff;
  text-transform: capitalize;
}

.list-items ul,
.list-items ol {
  padding-left: 0;
}

.list-items ul li,
.list-items ol li {
  line-height: 24px;
}

.list-items.style1 li,
.list-items.style2 li,
.list-items.style3 li {
  position: relative;
  list-style-type: none;
}

.list-items.style2 li:before,
.list-items.style3 li:before {
  font-family: "Pe-icon-7-stroke";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 15px;
  top: 50%;
  left: -22px;
  margin-top: -8px;
}

.list-items.style2 {
  padding-left: 17px;
}
.list-items.style2 li:before {
  content: "\e684";
}

.list-items.style3 {
  padding-left: 17px;
}
.list-items.style3 li:before {
  content: "\e66c";
}

.list-items.style4 {
  padding-left: 17px;
}
.list-items.style4 li {
  list-style-type: square;
}

.list-items.style5 {
  padding-left: 17px;
}
.list-items.style5 li {
  list-style-type: disc;
}

.list-items.style6 {
  padding-left: 17px;
}
.list-items.style6 li {
  list-style-type: decimal;
}

.list-items.style1 {
  list-style-type: none;
  padding-left: 17px;
  margin-bottom: 12px;
}
.list-items.style1 li {
  position: relative;
}
.list-items.style1 li:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  background: #80bb01;
  left: -18px;
  top: 9px;
}

.form-row input,
.form-row .placeholder,
.form-row textarea {
  background: none;
  border: 1px solid #ebebeb;
  color: #555;
  padding: 15px 17px;
  width: 100%;
  line-height: normal;
  width: 100%;
  font-size: 14px;
}

.tp-revslider-slidesli .btn {
  transition: all 0.3s ease-in-out 0s !important;
}

.col-xs-55,
.col-sm-55,
.col-md-55,
.col-lg-55 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-55 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-55 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-55 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-55 {
    width: 20%;
    float: left;
  }
}
.bg-primary {
  background: #80bb01;
}

.title-custom {
  clear: left;
}

.main-bg_color,
.main-bg_color.ult-content-box-container,
.main-bg_color > .vc_column-inner,
.main-bg_color > .upb_row_bg,
.main-bg_color.vc_row {
  background-color: #80bb01;
}

.baber-heading {
  overflow: hidden;
  padding-bottom: 42px;
}
.baber-heading .header_icon {
  color: #80bb01;
  margin-bottom: 12px;
}
.baber-heading h1,
.baber-heading h2,
.baber-heading h3,
.baber-heading h4,
.baber-heading h5,
.baber-heading h6 {
  font-weight: 400;
  color: #000;
  font-size: 32px;
  text-transform: uppercase;
}
.baber-heading h3 {
  font-size: 20px;
}
.baber-heading .desc-title {
  color: #555;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
  margin-bottom: 0;
  margin-top: 21px;
}
.baber-heading.text-center .desc-title {
  width: 80%;
  margin: 21px auto 0;
}
.baber-heading.style-heading-2 h1,
.baber-heading.style-heading-2 h2,
.baber-heading.style-heading-2 h3,
.baber-heading.style-heading-2 h4,
.baber-heading.style-heading-2 h5,
.baber-heading.style-heading-2 h6 {
  letter-spacing: -0.2px;
}
.baber-heading.style-heading-2 .header_icon {
  display: inline-block;
  position: relative;
  margin-top: 18px;
  margin-bottom: 0;
}
.baber-heading.style-heading-2 .header_icon:before {
  content: "";
  height: 1px;
  width: 40px;
  position: absolute;
  left: 52px;
  top: 15px;
  background: linear-gradient(90deg, #80bb01 0%, rgba(255, 255, 255, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$primary_color", endColorstr="rgba(255,255,255,0.1)", GradientType=1);
}
.baber-heading.style-heading-2 .header_icon:after {
  content: "";
  height: 1px;
  width: 40px;
  position: absolute;
  right: 52px;
  top: 15px;
  background: linear-gradient(-90deg, #80bb01 0%, rgba(255, 255, 255, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$primary_color", endColorstr="rgba(255,255,255,0.1)", GradientType=1);
}
.baber-heading.style-heading-3 {
  padding-bottom: 50px;
}
.baber-heading.style-heading-3 h1,
.baber-heading.style-heading-3 h2,
.baber-heading.style-heading-3 h3,
.baber-heading.style-heading-3 h4,
.baber-heading.style-heading-3 h5,
.baber-heading.style-heading-3 h6 {
  display: inline-block;
  position: relative;
  z-index: 9;
  padding: 34px 0 35px 37px;
}
.baber-heading.style-heading-3 h1::before,
.baber-heading.style-heading-3 h2::before,
.baber-heading.style-heading-3 h3::before,
.baber-heading.style-heading-3 h4::before,
.baber-heading.style-heading-3 h5::before,
.baber-heading.style-heading-3 h6::before {
  background: #ebebeb none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100px;
  z-index: -1;
}
.baber-heading.style-heading-3 .desc-title {
  margin-top: 15px;
  font-size: 15px;
}
.baber-heading.style-heading-3.text-center h1,
.baber-heading.style-heading-3.text-center h2,
.baber-heading.style-heading-3.text-center h3,
.baber-heading.style-heading-3.text-center h4,
.baber-heading.style-heading-3.text-center h5,
.baber-heading.style-heading-3.text-center h6 {
  float: left;
  text-align: left;
}
.baber-heading.style-heading-3.text-center .desc-title {
  float: right;
  text-align: left;
  width: 66.6667%;
  margin-top: 25px;
  font-size: 14px;
}

.slick-default > .btn-prev.slick-arrow {
  border: medium none;
  font-size: 30px;
  height: 30px;
  padding: 0;
  position: absolute;
  background: none;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  color: #282828;
  z-index: 9;
}
.slick-default > .btn-prev.slick-arrow:hover {
  color: #80bb01;
}
.slick-default > .btn-next.slick-arrow {
  border: medium none;
  font-size: 30px;
  height: 30px;
  background: none;
  padding: 0;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  color: #282828;
  z-index: 9;
}
.slick-default > .btn-next.slick-arrow:hover {
  color: #80bb01;
}

.slick-default .slick-dots li {
  height: 4px;
  width: 15px;
}
.slick-default .slick-dots li.slick-active {
  background: #80bb01;
}
.slick-default .slick-dots button {
  padding: 0;
  height: 4px;
  width: 15px;
  background: none;
}
.slick-default .slick-dots button:before {
  content: none;
}

.twitter-tweet {
  font-size: 13px;
  margin-top: 23px;
}
.twitter-tweet i {
  font-size: 16px;
  color: #00baff;
  float: left;
  padding-top: 6px;
}
.twitter-tweet .tweet-text {
  margin-top: -7px;
  overflow: hidden;
  padding-left: 26px;
  color: #303030;
  line-height: 22px;
}
.twitter-tweet a {
  color: #00baff;
}
.twitter-tweet .my-date {
  color: #c5c5c5;
}

.instagram-container li {
  display: inline-block;
  float: left;
  width: 20%;
}
.instagram-container li a {
  width: 100%;
  display: inline-block;
  position: relative;
}
.instagram-container li a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0);
  background: #80bb01;
}
.instagram-container li a:after {
  position: absolute;
  content: "\f16d";
  width: 100%;
  height: 100%;
  font-family: FontAwesome;
  text-align: center;
  top: 50%;
  width: 100%;
  left: 0;
  font-size: 36px;
  opacity: 0;
  color: #fff;
  transform: scale(0);
  margin-top: -11px;
}
.instagram-container li a:hover:before, .instagram-container li a:hover:after {
  opacity: 0.8;
  transform: scale(1);
}
.instagram-container li a img {
  width: 100%;
}

.footer-gallery {
  overflow: hidden;
  margin-bottom: 0;
}

.block_content .fb_followers li {
  float: left;
}
.block_content .fb_followers li .fb_name {
  display: none;
}

.block_content .fb_followers li a,
.block_content .fb_followers li span {
  background-color: rgba(255, 255, 255, 0.2) !important;
  display: block;
  width: 60px;
  height: 60px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Pulse */
@keyframes hvr-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
/*hvr-pulse*/
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
  animation-name: hvr-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* Skew Forward */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: 0 100%;
}

.hvr-skew-forward:hover,
.hvr-skew-forward:focus,
.hvr-skew-forward:active {
  transform: skew(-10deg);
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.8s;
}

.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background: #212425;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom:hover:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:active:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

div.wpcf7-response-output {
  padding: 8px 8px 8px 40px;
  border-radius: 4px;
  margin-right: 0;
  margin-left: 0;
  float: left;
  width: 100%;
  text-align: left;
}

.wpcf7-response-output {
  position: relative;
}
.wpcf7-response-output:before {
  position: absolute;
  font-family: FontAwesome;
  left: 15px;
  top: 9px;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #e0f2d9 none repeat scroll 0 0;
  border: 2px solid #e0f2d9;
  color: #58a839;
}
.wpcf7-response-output.wpcf7-mail-sent-ok:before {
  content: "\f00c";
}
.wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #ecf1f9 none repeat scroll 0 0;
  border: 2px solid #ecf1f9;
  color: #3d6ebf;
}
.wpcf7-response-output.wpcf7-mail-sent-ng:before {
  content: "\f00c";
}
.wpcf7-response-output.wpcf7-validation-errors {
  background: #ffecec none repeat scroll 0 0;
  border: 2px solid #ffecec;
  color: #df6060;
}
.wpcf7-response-output.wpcf7-validation-errors:before {
  content: "\f129";
}
.wpcf7-response-output.wpcf7-spam-blocked {
  background: #fdf9df none repeat scroll 0 0;
  border-color: #fdf9df;
  color: #eb9b0a;
}
.wpcf7-response-output.wpcf7-spam-blocked:before {
  content: "\f071";
}

.mc4wp-response {
  position: relative;
}
.mc4wp-response .mc4wp-alert {
  padding: 8px 8px 5px 40px;
  font-size: 13px;
  margin-top: 10px;
  border-radius: 4px;
  text-align: left;
  position: relative;
  float: left;
}
.mc4wp-response .mc4wp-alert:before {
  position: absolute;
  font-family: FontAwesome;
  left: 20px;
  top: 9px;
}
.mc4wp-response .mc4wp-success {
  background: #e0f2d9 none repeat scroll 0 0;
  border: 2px solid #e0f2d9;
  color: #58a839;
}
.mc4wp-response .mc4wp-success:before {
  content: "\f00c";
}
.mc4wp-response .mc4wp-error {
  background: #ffecec none repeat scroll 0 0;
  border: 2px solid #ffecec;
  color: #df6060;
}
.mc4wp-response .mc4wp-error:before {
  content: "\f129";
}

.woocommerce-account .wrapper {
  min-height: auto;
}

.btn-type {
  margin-bottom: 30px;
}

.no-results .not-found-title {
  margin-bottom: 30px;
}

.languges-flags .lang-item {
  display: inline-block;
}

.screen-reader-text {
  display: none;
}

/*===================================
	2.1 header
===================================*/
.admin-bar .site-header.is-sticky, .admin-bar .header-v4 .main-navigation,
.admin-bar .header-v9 .main-navigation,
.admin-bar .fixed-header header,
.admin-bar .header-center, .admin-bar .searchform_wrap {
  top: 32px;
}

.header-v1 .header-toplink {
  min-height: 41px;
}
.header-v1 .header-wrapper {
  min-height: 77px;
}

.fixed-header .site-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  background: none;
}

.cart_qty, .text-items {
  display: none;
}

.header-v2 .search-block-top .btn-search, .header-v3 .search-block-top .btn-search {
  line-height: 35px;
}
.header-v2 .mini-cart .cart_label, .header-v3 .mini-cart .cart_label {
  padding-left: 10px;
}
.header-v2 .mega-menu > li.menu-item > a, .header-v3 .mega-menu > li.menu-item > a {
  font-size: 16px;
  font-weight: 600;
}
.header-v2 .mega-menu > li.menu-item > a:before, .header-v2 .mega-menu > li.menu-item > a:after, .header-v3 .mega-menu > li.menu-item > a:before, .header-v3 .mega-menu > li.menu-item > a:after {
  content: none;
}
.header-v2 .kad-header-logo, .header-v3 .kad-header-logo {
  display: inline-block;
}
.header-v2 .social_icon, .header-v3 .social_icon {
  margin-bottom: 40px;
  text-align: left;
}
.header-v2 .header-myaccount, .header-v3 .header-myaccount {
  padding-left: 15px;
  padding-top: 8px;
}

.header-v3 .header-container .header-right {
  float: none;
}
.header-v3 .mini-cart .cart_nu_count {
  top: 37%;
}

.header-v5.is-sticky.site-header .header-mid {
  display: none;
}
.header-v5.is-sticky.site-header .mega-menu > li.menu-item > a,
.header-v5.is-sticky.site-header .search-block-top .btn-search {
  padding-top: 18px;
  padding-bottom: 18px;
}
.header-v5 .header-logo {
  padding-top: 30px;
  text-align: center;
}
.header-v5 .cart_qty, .header-v5 .text-items {
  display: block;
}
.header-v5 .icon-header {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  border-right: 1px solid #ebebeb;
  padding-right: 6px;
  margin-right: 12px;
  color: #80bb01;
}
.header-v5 .text-header {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 300;
}
.header-v5 .text-header a {
  display: block;
  color: #80bb01;
  font-size: 16px;
  font-weight: 400;
  margin-top: -6px;
}
.header-v5 .header-right {
  text-align: right;
}
.header-v5 .header-menu .col-md-12 .header-container {
  text-align: center;
}
.header-v5 .header-right, .header-v5 .mini-cart,
.header-v5 .mini-cart .cart_label {
  display: block;
}
.header-v5 .f-float {
  float: right;
}
.header-v5 .mini-cart .cart_label {
  padding: 39px 0 36px;
}
.header-v5 .mini-cart .cart_label i {
  font-size: 30px;
}
.header-v5 .mini-cart .cart_label p {
  margin-bottom: 0;
  text-align: left;
}
.header-v5 .mini-cart .cart_label p.cart_nu_count {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #282828;
  font-size: 13px;
  font-weight: 300;
  position: static;
  height: 100%;
  width: auto;
  vertical-align: middle;
  display: inline-block;
}
.header-v5 .mini-cart .cart_label p.cart_qty {
  color: #80bb01;
  font-size: 16px;
  font-weight: 600;
}
.header-v5 .mini-cart .cart_label .icon-header {
  padding-right: 12px;
}
.header-v5 .mini-cart .text-items {
  font-size: 13px;
  color: #282828;
  display: inline-block;
  vertical-align: middle;
}
.header-v5 .header-contact .callto {
  padding: 40px 0 38px;
}
.header-v5 .header-container {
  text-align: right;
}
.header-v5 .header-container .main-navigation {
  display: inline-block;
}
.header-v5 .header-menu {
  background: #282828;
}
.header-v5 .mega-menu > li.menu-item > a {
  padding: 18px 24px;
}
.header-v5 .search-block-top .btn-search {
  padding-top: 17px;
  padding-bottom: 17px;
}

.header-v6 .header-container {
  text-align: right;
}
.header-v6 .mega-menu > li.menu-item > a {
  font-size: 16px;
}
.header-v6 .text-header, .header-v6 .icon-header {
  display: inline-block;
  vertical-align: middle;
}
.header-v6 .mini-cart .cart_label {
  color: #80bb01;
}
.header-v6 .mini-cart .cart_label i {
  font-size: 30px;
}
.header-v6 .mini-cart .cart_label .cart_nu_count {
  display: none;
}
.header-v6 .mini-cart .cart_label .cart_qty {
  display: block;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  padding-top: 6px;
}
.header-v6 .search-block-top > .btn-search {
  padding-left: 22px;
  font-size: 18px;
  color: #fff;
}
.header-v6 .search-block-top > .btn-search:hover > i {
  background: none;
  border: 1px solid #80bb01;
}
.header-v6 .search-block-top > .btn-search > i {
  border-radius: 50%;
  line-height: 35px;
  height: 35px;
  width: 35px;
  text-align: center;
  background: #80bb01;
  font-size: 20px !important;
}
.header-v6 .header-info .open-menu {
  color: #80bb01;
}
.header-v6 .header-info .open-menu:hover {
  color: #282828;
}

.header-v7 {
  margin: 0 30px;
  position: relative;
}
.header-v7.is-sticky.site-header {
  left: 0;
  right: 0;
  width: auto;
}
.header-v7.is-sticky.site-header .mini-cart .cart_label,
.header-v7.is-sticky.site-header .cate-menu .title-cate,
.header-v7.is-sticky.site-header .search-block-top > .btn-search,
.header-v7.is-sticky.site-header .header-info .open-menu {
  height: 80px;
  padding: 15px;
}
.header-v7.is-sticky.site-header .header-wrapper {
  margin-top: 0;
}
.header-v7 .header-toplink {
  margin: 0 -30px;
  background: #282828;
  padding-bottom: 31px;
  padding-top: 7px;
}
.header-v7 .header-toplink .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.header-v7 .header-toplink a {
  color: #b1b1b1;
}
.header-v7 .header-toplink a:hover {
  color: #80bb01;
}
.header-v7 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.header-v7 .container-fluid .mini-cart {
  margin-right: 0;
}
.header-v7 .header-wrapper {
  background: #fff none repeat scroll 0 0;
  margin-top: -30px;
}
.header-v7 .header-container .header-right {
  position: absolute;
  right: 0;
  top: 0;
}
.header-v7 .header-left {
  position: absolute;
  left: 15px;
  top: 0;
  z-index: 99;
}
.header-v7 .header7-logo {
  display: inline-block;
  padding-top: 0;
  vertical-align: middle;
}
.header-v7 .display-inline-b {
  float: left;
}
.header-v7 .mini-cart .cart_label {
  width: 110px;
  height: 100px;
  display: table-cell;
  font-size: 35px;
  padding: 15px;
  vertical-align: middle;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.header-v7 .mini-cart .cart_label .cart_nu_count {
  left: 54%;
  right: auto;
}
.header-v7 .search-block-top > .btn-search,
.header-v7 .header-info .open-menu {
  display: table-cell;
  font-size: 35px;
  height: 100px;
  padding: 15px;
  vertical-align: middle;
  width: 100px;
  border-left: 1px solid #ebebeb;
}
.header-v7 .cate-menu {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}
.header-v7 .cate-menu .title-cate {
  background: #fff;
  color: #282828;
  display: table-cell;
  font-size: 35px;
  height: 101px;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  width: 100px;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.header-v7 .cate-menu .title-cate i {
  margin-right: 0;
}
.header-v7 .cate-menu .title-cate:hover, .header-v7 .cate-menu .title-cate.active {
  background: #80bb01;
  border-color: #80bb01;
  color: #fff;
}
.header-v7 .cate-menu .product-categories {
  border: medium none;
  border-top: 2px solid #80bb01;
  padding: 20px 40px;
  width: 360px;
}
.header-v7 .cate-menu .product-categories li {
  padding-left: 10px;
  font-size: 14px;
  border-bottom: 1px solid #ebebeb;
}
.header-v7 .cate-menu .product-categories li:last-child {
  border: none;
}

.header-v9:not(.is-sticky) {
  position: relative;
}

.fixed-header .site-header.header-v9:not(.is-sticky) {
  position: fixed;
}

.header-v9 {
  width: 71%;
  margin: 0 auto;
}
.header-v9:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 10px;
  left: 10px;
  z-index: -1;
  position: absolute;
  background: #80bb01;
  background: -webkit-gradient(left top, right top, color-stop(0%, #80bb01), color-stop(65%, #58d9cd));
  background: linear-gradient(to right, #80bb01 0%, #58d9cd 65%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$primary_color2", endColorstr="$primary_color", GradientType=1 );
}
.header-v9 .header-wrapper {
  background: #fff;
}
.header-v9 .header-toplink {
  padding-top: 8px;
  padding-bottom: 7px;
}

.fixed-header .site-header.header-v9 {
  transform: translateX(-50%);
  left: 50%;
  background: #fff;
  margin: 0 auto;
  width: 71%;
}

.cate-menu {
  position: relative;
}
.cate-menu .title-cate {
  color: #fff;
  height: 60px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  background: #80bb01;
  padding: 21px 20px 22px;
}
.cate-menu .title-cate i {
  margin-right: 10px;
}
.cate-menu .title-cate .fa-angle-down {
  display: none;
  margin-right: 0;
}
.cate-menu .product-categories {
  left: 0;
  padding: 15px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 9;
  height: 400px;
  overflow: auto;
  display: none;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ebebeb;
}

.languges-flags {
  border-left: 1px solid #ebebeb;
  padding-left: 10px;
}

.site-header.is-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.03);
}
.site-header.is-sticky .header-info .open-menu {
  padding-bottom: 24px;
  padding-top: 30px;
}
.site-header.is-sticky .mini-cart .cart_nu_count {
  top: 50%;
}
.site-header.is-sticky .header-toplink {
  display: none;
}
@media (min-width: 992px) {
  .site-header.is-sticky .header-logo {
    padding-top: 0;
  }
}

header {
  left: 0;
  top: 0;
  z-index: 999;
  transition: all 0.3s ease-in-out 0s;
}
header.is-sticky:not(.header-v9) {
  animation: 0.8s ease-out 0s normal none 1 running reveal-header;
}

.header-container {
  position: relative;
}

.header-center,
.header-right {
  display: inline-block;
  vertical-align: middle;
}

.header-right {
  position: relative;
}

.mega-menu > li > a::after,
.mega-menu > li > a::before,
.header-profile ul a::before,
.content-filter, .open-menu {
  transition: all 0.3s ease-in-out 0s;
}

.header-myaccount {
  cursor: pointer;
  padding-left: 10px;
}
.header-myaccount i {
  font-size: 21px;
}
.header-myaccount i:hover {
  color: #80bb01;
}

.content-filter {
  background: #202020 none repeat scroll 0 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  border: 1px solid #80bb01;
  border-top-width: 2px;
  transform: translateY(30px);
}

.header-profile {
  width: 160px;
}
.header-profile ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-profile ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.header-profile ul li:last-child {
  border-bottom: none;
}
.header-profile ul a {
  display: block;
  color: #fff;
  padding: 10px 15px;
}
.header-profile ul a:hover {
  color: #80bb01;
}

.admin-bar .header-info .header-ver {
  top: 32px;
}

.nav-open .header-ver {
  opacity: 1;
  right: 0;
  visibility: visible;
}

.header-info .open-menu {
  padding: 0 0 0 17px;
}

header ul, footer ul, .pricing-content ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.header-ver {
  background: #202020 none repeat scroll 0 0;
  height: 100%;
  position: fixed;
  right: -100%;
  text-align: left;
  top: 0;
  opacity: 0;
  visibility: hidden;
  width: 400px;
  z-index: 9999;
  transition: all 0.3s ease-in-out 0s;
}
.header-ver .header-sidebar {
  width: 100%;
  padding: 40px;
}

.social_icon {
  text-align: right;
}

.hover-effect i {
  display: table-cell;
  height: 100%;
  position: relative;
  vertical-align: middle;
  width: 100%;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out 0s;
}
.hover-effect i.fa-hover {
  left: -100%;
  line-height: 40px;
  position: absolute;
  top: 0;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
}

.social_icon li {
  display: inline-block;
}
.social_icon li a {
  border: 1px solid #80bb01;
  display: table;
  height: 40px;
  padding: 0;
  text-align: center;
  width: 40px;
  position: relative;
  overflow: hidden;
  color: #80bb01;
}
.social_icon li a:hover {
  background: #fff;
}

.text-menu {
  color: #555555;
  font-size: 13px;
  font-style: italic;
  line-height: 26px;
  padding-bottom: 15px;
}

.logo-sidebar {
  padding-bottom: 30px;
  padding-top: 30px;
}

.slogan {
  color: #fff;
}

.header-contact li {
  padding-bottom: 5px;
}
.header-contact a {
  color: #fff;
}
.header-contact a:hover {
  color: #80bb01;
}
.header-contact a span {
  margin-right: 5px;
}

.open-menu {
  font-size: 20px;
  cursor: pointer;
}
.open-menu:hover {
  color: #80bb01;
}

.close-menu, .close-menu-mobile {
  border: 1px solid #80bb01;
  color: #80bb01;
  cursor: pointer;
  display: table;
  font-size: 20px;
  height: 40px;
  padding: 0;
  position: absolute;
  left: 40px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  transition: all 0.3s ease-in-out 0s;
}
.close-menu span, .close-menu-mobile span {
  display: inline;
  height: 100%;
  vertical-align: middle;
}
.close-menu:hover, .close-menu-mobile:hover {
  background: #fff;
}

.header-toplink {
  background: #f5f5f5;
  padding-top: 9px;
}
.header-toplink .top-link {
  text-align: right;
}
.header-toplink .top-link .customlinks {
  display: inline-block;
  padding: 0 8px;
  position: relative;
}
.header-toplink .top-link li a {
  color: #555;
  font-size: 12px;
}
.header-toplink .top-link li a span {
  display: inline-block;
}
.header-toplink .top-link li a:hover {
  color: #80bb01;
}

.header-description p {
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  color: #b1b1b1;
}

.header-profile {
  left: auto;
  right: 0;
}

.header-container {
  text-align: center;
}
.header-container .header-right {
  float: right;
}

.searchform {
  position: relative;
}

.search-block-top .btn-search {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 100%;
  padding: 0 0 0 15px;
  transition: all 0.3s ease-in 0s;
}
.search-block-top .btn-search:hover {
  color: #80bb01;
}
.search-block-top .btn-search i {
  font-size: 35px;
}
.search-block-top .search_button {
  font-size: 24px;
}
.search-block-top .top-search .btn-search {
  position: absolute;
  top: 33px;
  border: none;
  right: 15px;
  padding: 0;
  background: none;
  transform: translateY(-50%);
}
.search-block-top .search-holder .searchform_wrap .btn-search {
  padding: 15px 0;
}

.btn-search, .btn-close {
  cursor: pointer;
}

.top-search {
  top: 100%;
  width: 350px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  background: none;
  z-index: 9900;
  border: none;
  transition: all 0.3s ease-in-out 0s;
  transform: translateY(30px);
  visibility: hidden;
  box-shadow: none;
}
.top-search .search-field,
.top-search .search-form input[type=text] {
  float: left;
  height: 60px;
  width: 100%;
  background: #fff;
  color: #282828;
  font-size: 14px;
  text-transform: uppercase;
  overflow: hidden;
  border-top: 2px solid #80bb01;
  text-overflow: ellipsis;
  white-space: normal;
  padding: 10px 50px 10px 15px;
}
.top-search .product-search {
  float: left;
  position: relative;
  width: 100%;
}
.top-search .product-search .btn-search {
  position: absolute;
  right: 15px;
  padding: 0;
  font-size: 22px;
}

.search-block-top .active.top-search {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.searchform_wrap {
  border-bottom: none;
  position: fixed;
  display: block;
  top: 0;
  right: -100%;
  height: 100%;
  width: 400px;
  background: #1b1b1b;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  z-index: 996;
  transition: all 0.3s ease-in-out;
}
.searchform_wrap.opened {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.searchform_wrap.opened h5 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}
.searchform_wrap form {
  position: relative;
}
.searchform_wrap form button {
  position: absolute !important;
  right: 0;
  top: 0;
  font-size: 24px;
  color: #fff;
  background: none;
  border: none;
}
.searchform_wrap input {
  border: none;
  padding-left: 0;
  color: #fff;
  font-weight: 700;
  background: none;
  width: 100%;
}
.searchform_wrap .vc_child {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  max-width: 750px;
  padding: 5px 15px 0;
  border-bottom: 1px solid #373737;
}

.close_search_form {
  display: inline-block;
  font-size: 30px;
  vertical-align: middle;
}
.close_search_form:hover {
  color: #80bb01;
}

.search-title {
  padding: 30px 15px 0;
}
.search-title p {
  display: inline-block;
  float: right;
  font-size: 16px;
  font-weight: 700;
  margin: 2px 0 0;
  text-transform: uppercase;
  vertical-align: middle;
  color: #80bb01;
}

.mini-cart .cart_label {
  display: block;
  position: relative;
  display: inline-block;
  line-height: 100%;
  padding: 0 0 0 18px;
  position: relative;
  cursor: pointer;
}
.mini-cart .cart_label:hover {
  color: #80bb01;
}
.mini-cart .cart_label i {
  font-size: 35px;
}
.mini-cart .cart_nu_count {
  background: #80bb01 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  height: 15px;
  line-height: normal;
  margin: 0;
  position: absolute;
  right: -5px;
  text-align: center;
  top: 34%;
  vertical-align: middle;
  width: 15px;
}
.mini-cart .cart-block {
  color: #000;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  top: 100%;
  width: 265px;
  padding: 12px;
  margin: 0;
  border-radius: 0;
  max-height: 400px;
  overflow: auto;
  border: none;
  border-top: 2px solid #80bb01;
}
.mini-cart .cart-block::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.mini-cart .cart-block::-webkit-scrollbar-track {
  background-color: #999;
}
.mini-cart .cart-block::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
}
.mini-cart .cart-block::-webkit-scrollbar-thumb {
  background-color: #80bb01;
}
.mini-cart .cart-block::-webkit-scrollbar-corner {
  background-color: #999;
}
.mini-cart .cart-block::-webkit-resizer {
  background-color: #666;
}
.mini-cart .active {
  transform: none;
  opacity: 1;
  visibility: visible;
}
.mini-cart .count-item {
  border-bottom: 1px solid #80bb01;
  margin-bottom: 20px;
  padding-top: 3px;
}
.mini-cart .count-item > p {
  color: #808080;
}
.mini-cart .count-item > p p {
  display: inline-block;
  margin: 0;
}

.container-fluid .mini-cart {
  margin-right: 6px;
}

.minicart_header {
  display: none;
}

.widget_shopping_cart_content {
  padding: 0;
  float: left;
  width: 100%;
}
.widget_shopping_cart_content .wrap-mini-cart {
  padding-bottom: 20px;
}
.widget_shopping_cart_content dl.variation dt {
  color: #a1a1a1;
  font-size: 12px;
  display: block;
  line-height: 18px;
  font-weight: normal;
}
.widget_shopping_cart_content dl.variation dt > p {
  display: inline-block;
}
.widget_shopping_cart_content ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
.widget_shopping_cart_content ul li {
  display: block;
  padding-bottom: 16px;
  margin-bottom: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e8e7e7;
  position: relative;
  text-align: left;
  float: left;
  width: 100%;
}
.widget_shopping_cart_content ul li:last-child {
  margin-bottom: 11px;
}
.widget_shopping_cart_content ul li a {
  color: #1b242b;
}
.widget_shopping_cart_content ul li a:hover {
  color: #80bb01;
}
.widget_shopping_cart_content ul li img {
  display: block;
  float: left;
  margin-right: 15px;
  width: 50px;
}
.widget_shopping_cart_content ul li .remove {
  color: #919191;
  font-size: 18px;
  position: absolute;
  right: 0;
}
.widget_shopping_cart_content ul li.empty {
  padding-bottom: 0;
  color: #fff;
  margin: 0;
  border: medium none;
}
.widget_shopping_cart_content ul li .quantity {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #aeb0b2;
}
.widget_shopping_cart_content .total {
  font-weight: 700;
  clear: left;
  text-align: right;
  font-size: 14px;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.widget_shopping_cart_content .buttons {
  text-align: right;
}
.widget_shopping_cart_content .buttons .btn {
  font-size: 14px;
  line-height: 100%;
  padding: 12px 15px;
}
.widget_shopping_cart_content .buttons .btn.checkout {
  border: 1px solid transparent;
}
.widget_shopping_cart_content .cart-info {
  padding-left: 18px;
  overflow: hidden;
}
.widget_shopping_cart_content .cart-info .product-name {
  margin-top: -2px;
}
.widget_shopping_cart_content .cart-info .product-name a {
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  margin-bottom: 0;
  display: block;
  margin-right: 25px;
  line-height: 16px;
}
.widget_shopping_cart_content .cart-info .product-name a:hover {
  color: #80bb01;
}
.widget_shopping_cart_content .cart-info .qty-cart > span {
  color: #a1a1a1;
  font-size: 12px;
  display: block;
  line-height: 18px;
  font-weight: normal;
}
.widget_shopping_cart_content .cart-info .qty-cart > span > span {
  color: #000;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 600;
}
.widget_shopping_cart_content .cart-info .qty-cart > span > span > span {
  font-size: 12px;
  color: #000;
}
.widget_shopping_cart_content .cart-actions {
  text-align: center;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #ebebeb;
}
.widget_shopping_cart_content .cart-actions .total {
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  padding: 10px 0;
  color: #a1a1a1;
  border-bottom: 1px solid #ddd;
}
.widget_shopping_cart_content .cart-actions .total .price {
  color: #000000;
  float: right;
}
.widget_shopping_cart_content .cart-btn {
  text-align: center;
  overflow: hidden;
}
.widget_shopping_cart_content .cart-btn .btn-default {
  letter-spacing: 1px;
  padding: 11px 41px 13px 43px;
}

.languges-flags a {
  padding-left: 4px;
}

.social-sidebar {
  margin-bottom: 30px;
}
.social-sidebar ul {
  list-style: outside none none;
  padding: 0;
}
.social-sidebar .twitter-tweet .tweet-text {
  color: #fff;
}
.social-sidebar .twitter-tweet .my-date {
  color: #00baff;
}

.social-mobile {
  border-bottom: 1px solid #f0efef;
  margin-top: 30px;
  text-align: left;
  clear: left;
  padding: 20px 15px;
}
.social-mobile .social_icon {
  text-align: left;
}
.social-mobile h5 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}
.social-mobile + .contact-mobile {
  border-top: none;
  margin-top: 0;
}

.contact-mobile {
  border-bottom: 1px solid #f0efef;
  margin-top: 30px;
  clear: left;
  text-align: left;
  padding: 20px 15px;
}
.contact-mobile h5 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}

.header-slogan {
  padding-bottom: 20px;
}

.header-sidebar h4 {
  color: #80bb01;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.header-sidebar .sw_content > p,
.header-sidebar .contact-form label {
  display: none;
}
.header-sidebar .contact-form .form-left {
  padding-right: 0;
  width: 100%;
}
.header-sidebar .contact-form .form-right {
  padding-left: 0;
  width: 100%;
}

.openmenu.openmenu-hoz .overlay {
  opacity: 0;
  visibility: hidden;
}
.openmenu.nav-open.openmenu-hoz .overlay, .openmenu.cart-open.openmenu-hoz .overlay, .openmenu.search_opened.openmenu-hoz .overlay {
  opacity: 0.8;
  visibility: visible;
  width: 100%;
}
.openmenu .overlay {
  opacity: 0.8;
  visibility: visible;
  width: calc(100% - 400px);
}

.overlay {
  background: #000 none repeat scroll 0 0;
  height: 100%;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 999;
  width: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}

.header-v1, .header-v2, .header-v4, .header-v9,
.fixed-header .header-v1.is-sticky,
.fixed-header .header-v2.is-sticky,
.fixed-header .header-v4.is-sticky,
.fixed-header .header-v9.is-sticky {
  background: #fff;
}

[class*=header-] .open-menu-mobile:hover,
[class*=header-] .searchform_wrap form button:hover,
[class*=header-] .header-contact a:hover,
[class*=header-] .mega-menu .sub-menu li.current-menu-item > a,
[class*=header-] .widget_shopping_cart_content ul li a:hover {
  color: #80bb01;
}

.nav-open .overlay, .cart-open .overlay,
.search_opened .overlay {
  opacity: 0.8;
  width: 100%;
  z-index: 9999;
  left: -400px;
  visibility: visible;
}

.woocommerce-page .cart-block .btn.btn-primary {
  font-size: 14px;
}
.woocommerce-page .cart-block .btn.btn-primary:hover {
  border-width: 1px !important;
  background: #000 !important;
}

.hide_header header {
  display: none !important;
}

.ie-11 .header-v7 .mini-cart .cart_nu_count {
  top: 50%;
}

.mini-cart .cart_label {
  padding-left: 18px;
}

/*===================================
	2.2 Header Responsive
===================================*/
@media (min-width: 1920px) {
  .header-v2 > .header-wrapper > .container-fluid .header-container, .header-v3 > .header-wrapper > .container-fluid .header-container {
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media (max-width: 1600px) {
  .header-v9,
  .fixed-header .site-header.header-v9 {
    width: 90%;
  }
}
@media (max-width: 1366px) {
  .header-v9, .fixed-header .site-header.header-v9 {
    width: calc(100% - 60px);
  }
}
@media (max-width: 991px) {
  .header-v9, .fixed-header .site-header.header-v9 {
    width: 100%;
  }
  .fixed-header .site-header.header-v9 {
    transform: none;
    left: auto;
  }
  .header-v9:before {
    content: none;
  }
  .fixed-header .site-header.header-v9:not(.is-sticky) {
    position: static;
  }
}
@media (min-width: 1366px) {
  .header-wrapper .header-boxed {
    padding-left: 50px;
    padding-right: 50px;
  }
  .header-wrapper .header-boxed .kad-header-menu {
    padding: 0;
  }
  #page.boxed {
    margin: 0 100px;
    box-shadow: 0px 0px 27px 1px rgba(0, 0, 0, 0.2);
  }
  #page.boxed header:not(.is-sticky) .header-wrapper .header-boxed {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-v2 > .header-wrapper > .container .mega-menu > li.menu-item > a,
  .header-v3 > .header-wrapper > .container .mega-menu > li.menu-item > a {
    letter-spacing: 0;
    transition: none;
  }
  .header-v2 > .header-wrapper > .container .kad-header-logo,
  .header-v3 > .header-wrapper > .container .kad-header-logo {
    padding-left: 24px;
    padding-right: 17px;
  }
  .header-v7 .container-fluid .mega-menu > li.megamenu .sub-menu {
    margin-left: 12.5%;
    width: 75%;
  }
}
@media (max-width: 1366px) {
  .header-v2 .main-navigation .kad-header-logo, .header-v3 .main-navigation .kad-header-logo {
    padding-left: 23px;
    padding-right: 28px;
  }
  .header-v7 {
    margin: 0 15px;
  }
  .header-v7 .cate-menu {
    margin-right: 15px;
  }
  .header-v7 .mini-cart .cart_label,
  .header-v7 .cate-menu .title-cate,
  .header-v7 .search-block-top > .btn-search,
  .header-v7 .header-info .open-menu {
    width: 70px;
    font-size: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1275px) {
  .boxed .container {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .header-v2 .header-wrapper .mega-menu > li.menu-item > a,
  .header-v3 .header-wrapper .mega-menu > li.menu-item > a {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-v2 .header-wrapper .header-boxed,
  .header-v3 .header-wrapper .header-boxed {
    padding-left: 70px;
    padding-right: 70px;
  }
  header .mega-menu > li.menu-item > a {
    padding-left: 17px;
    padding-right: 17px;
  }
  #page.boxed.site {
    margin: 0 50px;
  }
}
@media (min-width: 1200px) {
  .header-wrapper .header-boxed {
    padding-left: 75px;
    padding-right: 75px;
  }
  .header-wrapper .header-boxed .kad-header-menu {
    padding: 0;
  }
  #page.boxed {
    margin: 0 75px;
    box-shadow: 0px 0px 27px 1px rgba(0, 0, 0, 0.2);
  }
  #page.boxed header:not(.is-sticky) .header-wrapper .header-boxed {
    padding-left: 15px;
    padding-right: 15px;
  }
  header .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .container .mega-menu > li.menu-item > a {
    padding-left: 5px;
    padding-right: 6px;
    font-size: 14px;
  }
  header .mega-menu > li.menu-item > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  header.header-v5 .container .mega-menu > li.menu-item > a, header.header-v6 .container .mega-menu > li.menu-item > a {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-boxed .kad-header-menu {
    padding: 0;
  }
  .header-v7 .header-logo img {
    width: 110px;
  }
  header.header-v8 .container .mega-menu > li.menu-item > a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 1199px) {
  .header-wrapper .header-boxed {
    padding-left: 30px;
    padding-right: 30px;
  }
  header .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .mega-menu > li.megamenu > .sub-menu {
    padding: 15px 38px 28px;
  }
  .flex-row {
    height: 100px;
    display: table-cell;
    vertical-align: middle;
  }
  .is-sticky .flex-row,
  .is-sticky .mega-menu {
    height: 80px;
  }
  .mega-menu {
    height: 100px;
  }
  .fixed-header .header-v2:before, .fixed-header .header-v3:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    opacity: 0.8;
  }
  .site-header.is-sticky .mega-menu > li.menu-item > a {
    height: 80px;
  }
  .site-header.is-sticky.header-v1 .mega-menu > li.current-menu-item > a::before, .site-header.is-sticky.header-v1 .mega-menu > li.current-menu-ancestor > a::before, .site-header.is-sticky.header-v1 .mega-menu > li:hover > a::before {
    top: 30%;
  }
  .site-header.is-sticky.header-v1 .mega-menu > li.current-menu-item > a::after, .site-header.is-sticky.header-v1 .mega-menu > li.current-menu-ancestor > a::after, .site-header.is-sticky.header-v1 .mega-menu > li:hover > a::after {
    bottom: 26%;
  }
  .display-inline-b:hover .content-filter {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
  .mega-menu > li.megamenu > .sub-menu > li > a {
    border: none;
    border: medium none;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .mega-menu > li.megamenu > .sub-menu > li > a:hover {
    background: none;
  }
  .mega-menu > li > a {
    transition: none;
  }
  .mega-menu > li > a:hover:before {
    left: 0;
    opacity: 1;
  }
  .mega-menu > li > a:hover:after {
    right: 0;
    opacity: 1;
  }
  .mega-menu > li > a:hover:before, .mega-menu > li > a:hover:after {
    opacity: 1;
  }
  .mega-menu > li.current-menu-item > a:before,
  .mega-menu > li.current-menu-item > a:after, .mega-menu > li.current-menu-ancestor > a:before,
  .mega-menu > li.current-menu-ancestor > a:after {
    opacity: 1;
  }
  .mega-menu > li.current-menu-item > a:before, .mega-menu > li.current-menu-ancestor > a:before {
    left: 0;
  }
  .mega-menu > li.current-menu-item > a:after, .mega-menu > li.current-menu-ancestor > a:after {
    right: 0;
  }
  .mega-menu > li:not(.megamenu) .sub-menu,
  .mega-menu > li > .sub-menu {
    border-top: 2px solid #80bb01;
  }
  .mega-menu > li:not(.megamenu):hover > .sub-menu, .mega-menu > li.megamenu:hover > .sub-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .mega-menu > li:not(.megamenu) .sub-menu {
    left: 0;
    position: absolute;
    top: 100%;
    width: 230px;
    opacity: 0;
    visibility: hidden;
    border-top-width: 2px;
    transition: all 0.4s ease 0s;
    transform: rotate3d(1, 0, 0, -90deg);
    transform-origin: 0 0 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  }
  .mega-menu > li:not(.megamenu) .sub-menu li .open-submenu {
    float: right;
  }
  .mega-menu > li:not(.megamenu) .sub-menu li .open-submenu i:before {
    content: "\f105";
  }
  .mega-menu > li:not(.megamenu) li:hover .sub-menu {
    transform: none;
    visibility: visible;
    opacity: 1;
  }
  .mega-menu > li:not(.megamenu) li.last-item .sub-menu {
    left: auto;
    right: 100%;
  }
  .mega-menu > li.megamenu > .sub-menu {
    left: 0;
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease 0s;
    transform: rotate3d(1, 0, 0, -90deg);
    transform-origin: 0 0 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  }
  .mega-menu > li.megamenu:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .mega-menu > li.megamenu > .sub-menu > li > a {
    padding-left: 0;
    padding-bottom: 23px;
    padding-top: 18px;
  }
  .mega-menu > li.megamenu > .sub-menu > li > a:hover {
    background: none !important;
  }
  .mega-menu > li.megamenu > .sub-menu > li > .sub-menu > li:first-child > a {
    padding-top: 0;
  }
  .mega-menu > li.megamenu > .sub-menu > li > .sub-menu > li > a {
    padding-left: 0;
  }
  .mega-menu > li.megamenu > .sub-menu > li > .sub-menu > li > a:hover {
    background: none;
  }
  .mega-menu > li.megamenu .sub-menu {
    width: 100%;
    border-width: 0;
    border-top-width: 2px;
  }
  .mega-menu > li.megamenu .sub-menu li .sub-menu li:last-child a {
    border-bottom: none;
  }
  .mega-menu > li.megamenu .sub-menu li .sub-menu a {
    font-size: 14px;
    padding-left: 25px;
  }
  .mega-menu > li.megamenu .sub-menu li:last-child a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  .mega-menu li .product_list_widget .product-img {
    width: 60px;
    border: 1px solid #ebebeb;
  }
  .mega-menu li .product_list_widget .product-img a {
    padding: 0;
    border: none !important;
  }
  .mega-menu li .product_list_widget .product-img a:hover {
    background: none;
  }
  .mega-menu li .product_list_widget .product-img a img {
    width: 60px;
  }
  .mega-menu li .product_list_widget .product-content {
    overflow: hidden;
  }
  .mega-menu li .product_list_widget .product-content .product-title {
    font-size: 12px;
    padding: 0;
    text-transform: none;
    line-height: normal;
    border: none !important;
  }
  .mega-menu li .product_list_widget .product-content .product-title:hover {
    background: none;
  }
  .mega-menu li .product_list_widget .product-content .price del span {
    font-size: 13px !important;
  }
  .mega-menu li .product_list_widget .product-content .price .amount {
    font-size: 16px;
  }
  .mega-menu li .product_list_widget .product-content span.woocommerce-Price-amount span {
    font-size: 16px;
  }
  .header-ver.header-scroll {
    margin-right: -17px;
    overflow: auto;
    width: 417px;
  }
  .header-v1 .mega-menu > li:hover > a:before, .header-v4 .mega-menu > li:hover > a:before, .header-v9 .mega-menu > li:hover > a:before {
    left: auto;
    top: 37%;
  }
  .header-v1 .mega-menu > li:hover > a:after, .header-v4 .mega-menu > li:hover > a:after, .header-v9 .mega-menu > li:hover > a:after {
    right: auto;
    bottom: 35%;
  }
  .header-v1 .mega-menu > li.current-menu-item > a:before, .header-v1 .mega-menu > li.current-menu-ancestor > a:before, .header-v4 .mega-menu > li.current-menu-item > a:before, .header-v4 .mega-menu > li.current-menu-ancestor > a:before, .header-v9 .mega-menu > li.current-menu-item > a:before, .header-v9 .mega-menu > li.current-menu-ancestor > a:before {
    left: auto;
    top: 37%;
  }
  .header-v1 .mega-menu > li.current-menu-item > a:after, .header-v1 .mega-menu > li.current-menu-ancestor > a:after, .header-v4 .mega-menu > li.current-menu-item > a:after, .header-v4 .mega-menu > li.current-menu-ancestor > a:after, .header-v9 .mega-menu > li.current-menu-item > a:after, .header-v9 .mega-menu > li.current-menu-ancestor > a:after {
    right: auto;
    bottom: 35%;
  }
  .header-v1 .mega-menu > li > a:before, .header-v4 .mega-menu > li > a:before, .header-v9 .mega-menu > li > a:before {
    top: 0;
    left: auto;
    right: 20px;
    transform: rotate(-45deg);
  }
  .header-v1 .mega-menu > li > a:after, .header-v4 .mega-menu > li > a:after, .header-v9 .mega-menu > li > a:after {
    bottom: 0;
    top: auto;
    right: auto;
    left: 20px;
    transform: rotate(-45deg);
  }
  .header-v5.is-sticky .mega-menu > li.menu-item > a,
  .header-v5.is-sticky .mega-menu, .header-v5.is-sticky .flex-row {
    height: 60px;
  }
  .header-v5 .mega-menu > li.menu-item > a,
  .header-v5 .mega-menu, .header-v5 .flex-row {
    height: 60px;
  }
  .header-v8 {
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
  }
  .header-v8 .header-container {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .site-header {
    position: relative;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.03);
  }
  .header-v1 .header-wrapper {
    min-height: 85px;
  }
  header .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mini-cart .cart_label {
    padding-left: 15px;
  }
  .fixed-header .site-header.header-bottom {
    top: auto !important;
    bottom: 0;
  }
  .header-wrapper .header-boxed {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-bottom {
    bottom: 0;
    position: fixed;
    top: auto !important;
    width: 100%;
  }
  .header-bottom .mini-cart .cart-block,
  .header-bottom .header-myaccount .content-filter,
  .header-bottom .search-block-top > .top-search {
    top: auto;
    bottom: 100%;
  }
  .overlay.overlay-menu {
    right: -400px;
    left: auto;
  }
  .openmenu .header-center {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .open-submenu {
    display: none;
  }
  .mega-menu .caret-submenu {
    display: table;
  }
  .header-myaccount .content-filter.active {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
  .top-link .content-filter {
    right: 0;
    left: auto;
  }
  .top-link .content-filter.active {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
  .header-logo {
    left: 55px;
    top: 6px;
    margin: 0;
    padding-top: 11px;
    position: absolute;
    z-index: 9;
  }
  .header-logo img {
    width: 100px;
  }
  .header-scroll,
  .header-center {
    overflow: auto;
  }
  .header-center {
    left: -100%;
    opacity: 0;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9990;
    visibility: hidden;
    width: 400px;
    background: #202020 none repeat scroll 0 0;
    transition: all 0.3s ease-in-out 0s;
  }
  .header-container .mega-menu {
    border-top: 1px solid #f0efef;
  }
  .header-container .search-block-top .top-search .btn-search {
    padding: 0;
  }
  .header-container .header-info .open-menu,
  .header-container .header-myaccount,
  .header-container .mini-cart .cart_label,
  .header-container .search-block-top .btn-search {
    padding-top: 25px;
    padding-bottom: 24px;
  }
  .mini-cart .cart_nu_count {
    top: 50%;
  }
  .open-menu-mobile {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: left;
    font-size: 37px;
    cursor: pointer;
    z-index: 999;
    padding: 28px 0 0;
  }
  .close-menu-mobile.hover-effect {
    height: 32px;
    left: auto;
    right: -32px;
    width: 32px;
  }
  .sub-menu {
    display: none;
  }
  #account .mega-menu li a {
    padding: 13px 25px;
  }
  .main-navigation .mega-menu {
    display: block;
    clear: left;
  }
  .main-navigation .mega-menu li {
    position: relative;
    clear: left;
  }
  .main-navigation .mega-menu > li.menu-item {
    display: block;
  }
  .main-navigation .mega-menu > li.menu-item > a {
    border-bottom: 1px solid #f0efef;
  }
  .main-navigation .mega-menu > li.menu-item a {
    padding: 13px 25px;
  }
  .main-navigation .mega-menu > li.menu-item li a {
    padding-left: 35px;
  }
  .main-navigation .mega-menu > li.menu-item li a:hover {
    padding-left: 35px;
  }
  .main-navigation .mega-menu > li.menu-item li li a {
    padding-left: 45px;
  }
  .main-navigation .mega-menu > li.menu-item li li a:hover {
    padding-left: 45px;
  }
  .main-navigation .mega-menu li .sub-menu li {
    width: 100%;
    padding: 0;
  }
  .main-navigation .mega-menu li .sub-menu li:last-child > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  .main-navigation .mega-menu li:not(.megamenu) .sub-menu .sub-menu {
    transform: none;
  }
  .main-navigation .mega-menu .menu-block2-item,
  .main-navigation .mega-menu .menu-block1-item {
    padding: 15px;
  }
  .main-navigation .mega-menu li .product_list_widget .product-img {
    width: 60px;
    border: 1px solid #ebebeb;
  }
  .main-navigation .mega-menu li .product_list_widget .product-img a {
    padding: 0;
    border: none !important;
  }
  .main-navigation .mega-menu li .product_list_widget .product-img a:hover {
    background: none;
  }
  .main-navigation .mega-menu li .product_list_widget .product-img a img {
    width: 60px;
  }
  .main-navigation .mega-menu li .product_list_widget .product-content {
    overflow: hidden;
  }
  .main-navigation .mega-menu li .product_list_widget .product-content .product-title {
    font-size: 12px;
    padding: 0;
    text-transform: none;
    line-height: normal;
    border: none !important;
  }
  .main-navigation .mega-menu li .product_list_widget .product-content .product-title:hover {
    background: none;
  }
  .main-navigation .mega-menu li .product_list_widget .product-content .price del span {
    font-size: 13px !important;
  }
  .main-navigation .mega-menu li .product_list_widget .product-content .price .amount {
    font-size: 16px;
  }
  .main-navigation .mega-menu li .product_list_widget .product-content span.woocommerce-Price-amount span {
    font-size: 16px;
  }
  .main-navigation .menu-block1, .main-navigation .menu-block2 {
    border-bottom: 1px solid #f0efef;
  }
  .main-navigation .caret-submenu {
    border-left: 1px solid #f0efef;
  }
  .logo-mobile {
    padding: 15px;
    text-align: left;
  }
  .logo-mobile + .close-menu-mobile {
    right: 15px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
  .logo-mobile img {
    width: 90px;
  }
  .nav-sections ul.nav-tabs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }
  .nav-sections .nav-tabs > li {
    margin-bottom: 0;
    text-align: left;
    width: 50%;
    border-right: 1px solid #f0efef;
  }
  .nav-sections .nav-tabs > li:last-child {
    border: none;
  }
  .nav-sections .nav-tabs > li > a {
    border-bottom: medium none;
    border-radius: 0;
    border-top: medium none;
    color: #fff;
    margin: 0;
    font-weight: 700;
    padding: 20px;
    text-transform: uppercase;
    border-left: none;
  }
  .nav-sections .nav-tabs > li > a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: medium none;
    border-top: medium none;
    border-left: none;
  }
  .nav-sections .nav-tabs > li:last-child > a {
    border-right: none !important;
  }
  .nav-sections .nav-tabs > li.active > a,
  .nav-sections .nav-tabs > li.active > a:focus,
  .nav-sections .nav-tabs > li.active > a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: medium none;
    border-top: medium none;
    border-left: none;
    color: #80bb01 !important;
    cursor: default;
    margin: 0;
  }
  .col-xs-12.hidden-md {
    margin-top: -1px;
  }
  .openmenu .right_openmenu ~ .overlay {
    left: auto;
    right: 400px;
  }
  .menu-mobile .logo-mobile,
  .menu-mobile .close-menu-mobile {
    display: none;
  }
  .menu-mobile .open-menu-mobile, .header-bottom .open-menu-mobile {
    padding: 32px 0 0;
  }
  .menu-mobile .header-logo, .header-bottom .header-logo {
    left: 95px;
    padding-top: 17px;
    transform: translateX(-50%);
  }
  .menu-mobile .header-logo img, .header-bottom .header-logo img {
    width: 100px;
  }
  .menu-mobile .header-center, .header-bottom .header-center {
    height: 307px;
    width: 100%;
    overflow: auto;
    position: absolute;
    left: -100% !important;
    top: 100% !important;
  }
  .menu-mobile .header-container .header-right, .header-bottom .header-container .header-right {
    float: right;
  }
  .menu-mobile .header-container, .header-bottom .header-container {
    position: static;
  }
  .menu-mobile .main-navigation .mega-menu > li.menu-item > a, .header-bottom .main-navigation .mega-menu > li.menu-item > a {
    font-size: 14px;
    padding-left: 15px;
  }
  .menu-mobile .logo-sidebar, .header-bottom .logo-sidebar {
    text-align: center;
  }
  .openmenu .menu-mobile:not(.header-bottom) .header-center {
    left: 0 !important;
  }
  .openmenu .menu-mobile .header-center,
  .openmenu .menu-mobile.is-sticky .header-center {
    top: 100%;
  }
  .openmenu .header-bottom.site-header .header-center,
  .openmenu .header-bottom.site-header.is-sticky .header-center {
    bottom: 100%;
    top: auto !important;
  }
  .header-bottom.site-header .header-center {
    top: auto;
    bottom: 0;
    left: 0 !important;
  }
  .header-v2 .header-container .header-right {
    float: right;
  }
  .fixed-header .header-v3.site-header {
    background: #fff;
  }
  .header-v3 .header-container .header-right {
    float: right;
  }
  .header-v3 .open-menu-mobile {
    float: right;
    margin-left: 20px;
    padding-top: 27px;
  }
  .header-v3 .header-logo {
    left: 15px;
    padding-top: 15px;
    transform: none;
  }
  .header-wrapper .header-container .header-myaccount {
    padding-top: 30px;
  }
  .mini-cart .cart_label > i {
    font-size: 24px;
  }
  .search-block-top .btn-search {
    font-size: 22px;
  }
  .search-block-top .btn-search i {
    height: 100%;
    vertical-align: middle;
  }
  .site-header.is-sticky .header-toplink {
    margin-top: 0;
    display: none;
  }
  .header-v5 .header-logo {
    padding-top: 15px;
    position: static;
    transform: none;
  }
  .header-v5 .mini-cart .cart_label {
    padding: 18px 0;
  }
  .header-v5 .header-contact .callto {
    padding: 17px 0;
  }
  .header-v5 .header-container .main-navigation {
    display: block;
    border-top: 1px solid #555555;
  }
  .header-v5 .f-float {
    float: none;
    display: block;
  }
  .header-v5 .search-block-top > .btn-search {
    display: none;
  }
  .header-v5 .search-block-top .top-search {
    opacity: 1;
    position: static;
    transform: none;
    visibility: visible;
    width: 100%;
  }
  .header-v5 .open-menu-mobile {
    float: none;
    font-size: 16px;
    font-weight: 600;
    padding: 19px 0 17px;
  }
  .header-v5 .open-menu-mobile i {
    float: right;
    margin-left: 10px;
    margin-top: 3px;
    font-size: 18px;
  }
  .header-v5 .cate-menu .title-cate {
    padding: 23px 0 19px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  }
  .header-v5 .cate-menu .title-cate .fa-bars {
    display: none;
  }
  .header-v5 .cate-menu .title-cate .fa-angle-down {
    display: inline-block;
    margin-left: 7px;
  }
  .header-v5 .top-search .search-field,
  .header-v5 .top-search .search-form input {
    background-color: #fff !important;
    color: #282828 !important;
    padding-left: 25px;
    border-width: 0;
  }
  .header-v5 .search-block-top .top-search .btn-search {
    color: #282828;
  }
  .header-v5.is-sticky.site-header .mega-menu > li.menu-item > a, .header-v5.is-sticky.site-header .search-block-top .btn-search {
    padding-bottom: 13px;
    padding-top: 13px;
  }
  #account .mega-menu li a {
    border-bottom: 1px solid #f0efef;
  }
  .header-v7 .header-container .header-right {
    position: relative;
    margin-right: 70px;
  }
  .header-v7 .open-menu-mobile {
    display: table;
    font-size: 30px;
    height: 100px;
    padding: 15px;
    position: absolute;
    right: 0;
    vertical-align: middle;
    width: 70px;
  }
  .header-v7 .open-menu-mobile i {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
  }
  .header-v7 .header-logo {
    position: static;
  }
  .header-v7 .search-block-top .btn-search i {
    height: auto;
  }
  .header-v7.is-sticky .header-wrapper {
    background: #fff none repeat scroll 0 0;
    margin-top: 0;
  }
  .header-v7.is-sticky .open-menu-mobile {
    height: 80px;
  }
  .header-v7 .btn-account {
    color: #b1b1b1;
  }
  .header-v7 .cate-menu .product-categories {
    padding: 20px;
  }
  .languges-flags {
    border-left: medium none;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .no-padding > .vc_row {
    margin: slide-values(0);
  }
  .footer.footer-fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: -1;
  }
  .hover-effect a:hover i, .hover-effect.close-menu:hover i, .hover-effect.close-menu-mobile:hover i {
    left: 100%;
    opacity: 0;
    visibility: hidden;
  }
  .hover-effect a:hover i.fa-hover, .hover-effect.close-menu:hover i.fa-hover, .hover-effect.close-menu-mobile:hover i.fa-hover {
    opacity: 1;
    left: 50%;
    visibility: visible;
  }
  .header-profile ul li:hover a {
    padding-left: 25px;
    background: #111;
  }
  .header-profile ul li:hover a:before {
    height: 100%;
  }
  .header-profile ul a {
    position: relative;
  }
  .header-profile ul a:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 0;
    top: 0;
    left: 0;
    background: #80bb01;
  }
  .mega-menu li .sub-menu li a:hover {
    color: #80bb01;
    background: #151515 none repeat scroll 0 0;
  }
  .mega-menu li .sub-menu li a:hover::before {
    height: 100%;
  }
}
@media (max-width: 782px) {
  .admin-bar .site-header.is-sticky,
  .admin-bar .fixed-header header,
  .admin-bar .header-center,
  .admin-bar .searchform_wrap,
  .admin-bar .header-info .header-ver {
    top: 46px;
  }
}
@media (max-width: 767px) {
  .header-center,
  .header-ver, .searchform_wrap {
    width: calc(100% - 40px);
  }
  .banner-type1.banner-type3 {
    filter: none;
    -webkit-filter: none;
  }
  .banner-type1.banner-type3 .banner_style_3_title {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) scale(1.5);
  }
  .banner-type1.banner-type3 .banner-title, .banner-type1.banner-type3 .banner-btn {
    opacity: 1;
    transform: none;
  }
  .banner-type1.banner-type3 .btn-plus {
    display: none;
  }
  .openmenu .overlay {
    left: auto;
    opacity: 0.8;
    right: 0;
    visibility: visible;
    width: 40px;
    z-index: 9999;
  }
  .nav-open .overlay, .cart-open .overlay,
  .search_opened .overlay {
    width: 40px;
    left: 0;
  }
  .header-ver .header-sidebar {
    padding: 15px;
  }
  .header-sidebar .close-menu {
    left: 15px;
  }
  .top-search, .mini-cart .cart-block {
    width: 290px;
  }
  .openmenu .right_openmenu ~ .overlay {
    left: 0;
    right: auto;
  }
  .header-v5 .header-logo {
    position: static;
    text-align: left;
  }
  .header-v5 .cate-menu .title-cate {
    padding: 23px 0 19px;
    position: absolute;
    z-index: 9;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  }
  .header-v5 .cate-menu .product-categories {
    top: 60px;
  }
  .header-v7 {
    margin: 0;
  }
  .header-v7 .header-container .header-right {
    margin-right: 50px;
  }
  .header-v7 .mini-cart .cart_label,
  .header-v7 .cate-menu .title-cate,
  .header-v7 .search-block-top > .btn-search,
  .header-v7 .header-info .open-menu,
  .header-v7 .open-menu-mobile {
    width: 50px;
    padding: 10px !important;
  }
  .header-v7 .header-toplink {
    margin: 0 -15px;
  }
}
@media (max-width: 600px) {
  .admin-bar .header-center,
  .admin-bar .searchform_wrap,
  .admin-bar .header-ver {
    top: 46px;
  }
  .admin-bar .site-header.is-sticky,
  .admin-bar .is-sticky .header-center,
  .admin-bar .is-sticky .searchform_wrap,
  .admin-bar .is-sticky .header-info .header-ver {
    top: 0;
  }
  .header-v6 .search-block-top > .btn-search {
    padding-left: 5px;
  }
}
@media (min-width: 480px) and (max-width: 737px) {
  .mini-cart .cart-block,
  .menu-mobile .header-center,
  .header-bottom .header-center {
    max-height: 200px;
  }
}
@media (max-width: 480px) {
  .header-v7 .content-filter {
    right: -50px;
  }
}
@media (max-width: 375px) {
  .social_icon li a,
  .close-menu, .close-menu-mobile {
    height: 35px;
    width: 35px;
  }
  .logo-mobile + .close-menu-mobile {
    height: 35px;
    width: 35px;
  }
  .header-v3 .top-search,
  .header-v3 .content-filter {
    right: -40px;
  }
  .header-v7 .cate-menu {
    margin-right: 10px;
  }
  .header-v7 .cate-menu .product-categories {
    width: 320px;
  }
  .header-v7 .header-logo img {
    width: 85px;
  }
}
/*===================================
	2.3 Mega Menu
===================================*/
.mega-menu > li.megamenu .sub-menu li:last-child a {
  border-bottom: medium none;
}

.mega-menu .tip {
  background: #0cc485 none repeat scroll 0 0;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 9px;
  line-height: 1;
  margin-left: 10px;
  padding: 2px 5px 2px 7px;
  position: relative;
  vertical-align: middle;
  position: relative;
}
.mega-menu .tip::before {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 3px;
  left: 3px;
  position: absolute;
  top: 5px;
  width: 3px;
}

.mega-menu {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  z-index: 900;
}
.mega-menu > li.menu-item {
  display: inline-block;
  list-style: none;
}
.mega-menu > li.menu-item:not(.megamenu) {
  position: relative;
}
.mega-menu > li.menu-item.current-menu-ancestor > a, .mega-menu > li.menu-item.current-menu-item > a, .mega-menu > li.menu-item.current-menu-parent > a {
  color: #80bb01;
}
.mega-menu > li.menu-item > a {
  color: #282828;
  font-weight: 600;
}
@media (min-width: 992px) {
  .mega-menu > li.menu-item > a {
    padding: 10px 25px;
    display: table-cell;
    vertical-align: middle;
    height: 100px;
  }
}
.mega-menu li .sub-menu a i {
  margin-right: 7px;
}
.mega-menu li a {
  padding: 10px 15px;
  display: block;
  text-transform: capitalize;
  white-space: normal;
  font-weight: 400;
  font-size: 15px;
  position: relative;
  color: #000000;
  letter-spacing: 0;
}
.mega-menu li a .open-submenu {
  margin-left: 3px;
}
.mega-menu li a:hover, .mega-menu li a:focus {
  color: #80bb01 !important;
}
.mega-menu li:not(.megamenu) .sub-menu .sub-menu {
  left: 100%;
  top: 0;
  transform: rotate3d(0, 1, 0, 90deg);
}
.mega-menu li .sub-menu {
  background: #020202 none repeat scroll 0 0;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  z-index: 99;
}
.mega-menu li .sub-menu li {
  position: relative;
}
.mega-menu li .sub-menu li.current-menu-item > a, .mega-menu li .sub-menu li.current-menu-parent > a {
  color: #80bb01;
}
.mega-menu li .sub-menu li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.mega-menu li .sub-menu li:last-child > a {
  border-bottom: none;
}
.mega-menu li .sub-menu li a {
  text-transform: none;
  color: #fff;
  font-size: 15px;
  position: relative;
  /*&::before {
    background: $primary_color;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
    @include transitions(all 0.3s ease-in-out 0s);
  }*/
}
.mega-menu li .sub-menu li a:hover {
  color: #80bb01;
}
.mega-menu .widget_add_to_cart {
  display: none;
}
.mega-menu .cart-block {
  right: 15px;
}
.mega-menu .cart-block.dropdown-menu li a {
  padding: 0;
  color: #303030;
}
.mega-menu .cart-block.dropdown-menu li a.remove {
  color: #111;
}
.mega-menu .cart-block.dropdown-menu li a:hover {
  color: #000;
}
.mega-menu .cart-block .remove.remove-product {
  top: -5px;
}
.mega-menu .megamenu .dropdown-menu > li > a:hover {
  background: none;
}
.mega-menu li ul li ul {
  padding: 0;
}

.caret-submenu {
  color: #8b8b8b;
  cursor: pointer;
  display: none;
  font-size: 18px;
  height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
}
.caret-submenu i {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
.caret-submenu.active i:before {
  content: "\f106";
}

.mega-menu > li.megamenu .sub-menu li:last-child a {
  border-bottom: medium none;
}

.menu-block1, .menu-block2, .menu-bottom {
  display: none;
}

.menu-block2 .wpb_content_element,
.menu-block1 .wpb_content_element {
  margin-bottom: 0;
}

.menu-block1 .layout_style_1 .slick-slider, .menu-block2 .layout_style_1 .slick-slider {
  margin-top: 0;
  margin-bottom: 0;
}
.menu-block1 .layout_style_1 .product-content, .menu-block2 .layout_style_1 .product-content {
  margin-bottom: 0;
  margin-top: 0;
  box-shadow: none;
}
.menu-block1 .layout_style_1 .product-content .product-image, .menu-block2 .layout_style_1 .product-content .product-image {
  margin-bottom: 0;
  margin-top: 0;
}
.menu-block1 .layout_style_1 .product-content .product-action a, .menu-block2 .layout_style_1 .product-content .product-action a {
  display: inline-block !important;
}
.menu-block1 .layout_style_1 .product-content .product-action, .menu-block2 .layout_style_1 .product-content .product-action {
  display: none;
}
.menu-block1 .layout_style_1 .product-content a:hover, .menu-block2 .layout_style_1 .product-content a:hover {
  background: none !important;
}
.menu-block1 .layout_style_1 .product-content h3 a, .menu-block2 .layout_style_1 .product-content h3 a {
  color: #282828;
}
.menu-block1 .layout_style_1 .product-content h3 a:hover, .menu-block2 .layout_style_1 .product-content h3 a:hover {
  color: #80bb01;
}
.menu-block1 .layout_style_1 .product-content:hover, .menu-block2 .layout_style_1 .product-content:hover {
  box-shadow: none;
}
.menu-block1 .layout_style_1 .product-content:hover .product-action, .menu-block2 .layout_style_1 .product-content:hover .product-action {
  bottom: 0;
}
.menu-block1 .layout_style_1 .product-grid .item, .menu-block2 .layout_style_1 .product-grid .item {
  border-width: 1px;
  margin-bottom: 0;
  background: none;
}
.menu-block1 .layout_style_1 .product-grid .item .product-content, .menu-block2 .layout_style_1 .product-grid .item .product-content {
  background: #fff;
}
.menu-block1 .product-content .product-image a,
.menu-block1 .product-content .product-desc a, .menu-block2 .product-content .product-image a,
.menu-block2 .product-content .product-desc a {
  border: none;
}
.menu-block1 .product-label span.onhot, .menu-block2 .product-label span.onhot {
  left: 5px;
  right: auto;
  top: 5px;
}
.menu-block1 .product-label span.onsale, .menu-block2 .product-label span.onsale {
  bottom: 0;
  left: 5px;
  right: auto;
  top: auto;
}
.menu-block1 .slick-arrow, .menu-block2 .slick-arrow {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: none;
  color: #80bb01;
  font-size: 30px;
  height: 30px;
  line-height: 27px;
  width: 30px;
}
.menu-block1 .slick-arrow:hover, .menu-block2 .slick-arrow:hover {
  border: none;
  color: #282828;
}
.menu-block1 .slick-arrow.btn-prev, .menu-block2 .slick-arrow.btn-prev {
  right: 15px;
}
.menu-block1 .slick-arrow.btn-next, .menu-block2 .slick-arrow.btn-next {
  left: 15px;
}
.menu-block1 .columns-1 .product_types .item:hover, .menu-block2 .columns-1 .product_types .item:hover {
  box-shadow: none;
}
.menu-block1 .columns-1 .product_types .product-image, .menu-block2 .columns-1 .product_types .product-image {
  width: 100px;
  float: left;
  margin-bottom: 0;
}
.menu-block1 .columns-1 .product_types .product-image .product-action-grid, .menu-block2 .columns-1 .product_types .product-image .product-action-grid {
  display: none !important;
}
.menu-block1 .columns-1 .product_types .product-desc, .menu-block2 .columns-1 .product_types .product-desc {
  overflow: hidden;
  text-align: left;
  padding: 0;
  border: none;
}
.menu-block1 .columns-1 .product_types .product-desc h3 a, .menu-block2 .columns-1 .product_types .product-desc h3 a {
  padding-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  color: #282828;
}
.menu-block1 .columns-1 .product_types .product-desc h3 a:hover, .menu-block2 .columns-1 .product_types .product-desc h3 a:hover {
  background: none !important;
  color: #80bb01;
}
.menu-block1 .columns-1 .product_types .product-desc .desc, .menu-block2 .columns-1 .product_types .product-desc .desc {
  display: none;
}
.menu-block1 .columns-1 .product_types .product-desc .price, .menu-block2 .columns-1 .product_types .product-desc .price {
  padding-bottom: 0;
}
.menu-block1 .columns-1 .product_types .product-action a, .menu-block2 .columns-1 .product_types .product-action a {
  display: inline-block !important;
}
.menu-block1 .columns-1 .product_types .product-content, .menu-block2 .columns-1 .product_types .product-content {
  padding-bottom: 21px;
}
.menu-block1 .columns-1 .product_types .product-content a, .menu-block2 .columns-1 .product_types .product-content a {
  border-bottom: none !important;
}
.menu-block1 .columns-1 .product_types .product-content .product-action, .menu-block2 .columns-1 .product_types .product-content .product-action {
  display: block;
  opacity: 1;
  padding: 0;
  position: static;
  text-align: left;
  visibility: visible;
}
.menu-block1 .columns-1 .product_types .product-content .product-action a, .menu-block2 .columns-1 .product_types .product-content .product-action a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: none;
  border-bottom: 1px solid #282828 !important;
  border-radius: 0;
  color: #282828;
  font-size: 13px;
  font-weight: 500;
  height: 100%;
  line-height: normal;
  text-align: left;
  margin-right: 0;
  width: auto;
  padding: 0;
  margin: 0;
}
.menu-block1 .columns-1 .product_types .product-content .product-action .action_item, .menu-block2 .columns-1 .product_types .product-content .product-action .action_item {
  display: none;
}
.menu-block1 .columns-1 .product_types .product-content .price del .amount, .menu-block2 .columns-1 .product_types .product-content .price del .amount {
  font-size: 13px;
}
.menu-block1 .columns-1 .product_types .product-content .price .amount,
.menu-block1 .columns-1 .product_types .product-content .price .unit_price, .menu-block2 .columns-1 .product_types .product-content .price .amount,
.menu-block2 .columns-1 .product_types .product-content .price .unit_price {
  font-size: 14px;
}
.menu-block1 .product-content span.woocommerce-Price-amount span, .menu-block2 .product-content span.woocommerce-Price-amount span {
  font-size: 12px;
}

.megamenu.notsub_level-2 ul.sub-menu > li > a {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 10px;
  text-transform: capitalize;
}
.megamenu.notsub_level-2 ul.sub-menu > li > a i {
  margin-right: 10px;
}
@keyframes reveal-header {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/*===================================
	2.4 Footer
===================================*/
.footer-v1 .footer-content {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-image: url("../images/bg-footer.jpg");
}

.footer ul li {
  padding-bottom: 7px;
}

.list-info-footer li i {
  color: #80bb01;
  font-size: 15px;
  margin-right: 20px;
}

.footer-newsletter .title-2 {
  display: none;
}

.footer-title {
  letter-spacing: -0.01em;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 49px 0 33px;
}

.payment {
  float: right;
  text-align: right;
}
.payment li {
  display: inline-block;
  float: left;
  padding-right: 7px;
}
.payment li a {
  font-size: 18px;
  color: #696969;
  opacity: 0.5;
}
.payment li a:hover {
  color: #80bb01;
}

.footer .widget-title {
  font-size: 16px;
  color: #282828;
  text-transform: capitalize;
  font-weight: bold;
  position: relative;
  padding-bottom: 42px;
  margin-top: 9px;
}
.footer .widget-title:after {
  width: 20px;
  height: 2px;
  background: #80bb01;
  content: "";
  position: absolute;
  left: 0;
  top: 32px;
}

.footer-social li {
  display: inline-block;
}
.footer-social li a {
  color: #a9a9a9;
  border: 1px solid #e7e7e7;
  border-radius: 100%;
  display: block;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  margin-right: 6px;
  text-align: center;
  width: 35px;
}
.footer-social li a:hover {
  color: #fff;
  border: 1px solid #80bb01;
  background: #80bb01;
}
.footer-social li:last-child a {
  margin-right: 0;
}

.footer-bottom p {
  color: #444;
  font-weight: 300;
}
.footer-bottom p a {
  color: #80bb01;
}

.copy-right a {
  font-weight: 600;
}

.footer {
  position: relative;
  padding-top: 33px;
}
.footer .instagram-container li a:after {
  font-size: 24px;
}

.footer-logo {
  position: relative;
  padding-top: 50px;
}

.footer-top {
  overflow: hidden;
  padding: 25px 0 34px;
  position: relative;
}
.footer-top a {
  color: #282828;
}
.footer-top a:hover {
  color: #80bb01;
}

.img-footer {
  display: none;
}

.footer-v1 .footer-newsletter {
  position: relative;
  background-color: #f5f5f5;
  padding: 59px 0 55px;
  margin-bottom: 28px;
  overflow: hidden;
}
.footer-v1 .footer-newsletter .mc4wp-form p {
  margin-bottom: 0;
}
.footer-v1 .footer-newsletter .mc4wp-form .form-mail {
  width: 80%;
  padding-left: 21px;
  overflow: hidden;
  position: relative;
}
.footer-v1 .footer-newsletter .mc4wp-form label {
  font-size: 15px;
  color: #80bb01;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  width: 20%;
  float: left;
  margin-top: -4px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 25px;
  letter-spacing: 0;
  position: relative;
}
.footer-v1 .footer-newsletter .mc4wp-form label:before {
  position: absolute;
  content: "\e63b";
  font-size: 200px;
  color: #282828;
  opacity: 0.05;
  top: 20px;
  left: 0;
  font-family: Pe-icon-7-stroke;
}
.footer-v1 .footer-newsletter .mc4wp-form label span {
  color: #282828;
  font-weight: bold;
  font-size: 30px;
  font-family: Asap;
  text-transform: none;
  display: block;
  margin-top: 2px;
}
.footer-v1 .footer-newsletter .mc4wp-form .input {
  width: 100%;
  float: left;
  display: inline-block;
}
.footer-v1 .footer-newsletter .mc4wp-form input[type=email] {
  color: #999999;
  background: none;
  padding: 7px 180px 7px 18px;
  font-size: 15px;
  font-weight: 300;
  height: 50px;
  text-transform: none;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 30px;
  border: 1px solid #e1e1e1;
}
.footer-v1 .footer-newsletter .mc4wp-form input[type=email].placeholder, .footer-v1 .footer-newsletter .mc4wp-form input[type=email]:focus, .footer-v1 .footer-newsletter .mc4wp-form input[type=email]:active {
  color: #999999;
}
.footer-v1 .footer-newsletter .mc4wp-form [type=submit] {
  height: 50px;
  font-size: 15px;
  letter-spacing: 0.9px;
  text-transform: capitalize;
  font-weight: 400;
  background: #80bb01;
  color: #fff;
  line-height: 15px;
  width: 100%;
  padding: 0 25px 0 25px;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 30px;
  background: #80bb01;
  color: #fff;
}
.footer-v1 .footer-newsletter .mc4wp-form .submit {
  width: 24.4%;
  position: relative;
  display: inline-block;
  position: absolute;
  right: 0;
  width: 165px;
}
.footer-v1 .footer-newsletter .mc4wp-form .submit:hover [type=submit] {
  background: #000;
  color: #fff;
}
.footer-v1 .footer_info {
  margin-top: 30px;
  margin-bottom: 23px;
  color: #282828;
  font-size: 14px;
  padding: 0;
}
.footer-v1 .footer_info p {
  letter-spacing: 0.011em;
  line-height: 24px;
}
.footer-v1 .row.text-left {
  clear: both;
}
.footer-v1 .has-overlay:before {
  background: rgba(0, 0, 0, 0.8);
}
.footer-v1 .footer-logo {
  padding-top: 50px;
}
.footer-v1 .footer-copyright {
  position: relative;
  border-top: 1px solid rgba(237, 237, 237, 0.1);
  padding: 22px 0 20px;
  margin-top: 57px;
}
.footer-v1 .list-items-time li:last-child p {
  margin-right: 31px;
}

.footer .footer-v4 .widget-title {
  color: #fff;
  letter-spacing: 0.5px;
}
.footer .footer-v4 ul li {
  padding-bottom: 6px;
}
.footer .footer-v4 ul li:last-child {
  padding-bottom: 0;
}

.footer-v4 .footer-top {
  padding: 51px 0 49px;
}
.footer-v4 .footer-bottom {
  text-align: center;
  border-top: none;
  background: #282828;
  padding-top: 15px;
}
.footer-v4 .footer-bottom p {
  color: #fff;
}
.footer-v4 .footer-bottom p a {
  color: #fff;
}
.footer-v4 .footer-bottom p a:hover {
  color: #80bb01;
}
.footer-v4 .footer-newsletter {
  position: relative;
  background-color: #80bb01;
  padding: 46px 0 57px;
  overflow: hidden;
}
.footer-v4 .footer-newsletter .mc4wp-form p {
  margin-bottom: 0;
}
.footer-v4 .footer-newsletter .mc4wp-form .form-mail {
  width: 80%;
  padding-left: 21px;
  overflow: hidden;
  position: relative;
}
.footer-v4 .footer-newsletter .mc4wp-form label {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  width: 20%;
  float: left;
  margin-top: -4px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 25px;
  letter-spacing: 0;
  position: relative;
}
.footer-v4 .footer-newsletter .mc4wp-form label:before {
  position: absolute;
  content: "\e63b";
  font-size: 200px;
  color: #fff;
  opacity: 0.05;
  top: 20px;
  left: 0;
  font-family: Pe-icon-7-stroke;
}
.footer-v4 .footer-newsletter .mc4wp-form label span {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  font-family: Asap;
  text-transform: none;
  display: block;
  margin-top: 2px;
}
.footer-v4 .footer-newsletter .mc4wp-form .input {
  width: 100%;
  float: left;
  display: inline-block;
}
.footer-v4 .footer-newsletter .mc4wp-form input[type=email] {
  color: #fff;
  background: none;
  padding: 7px 180px 7px 18px;
  font-size: 15px;
  font-weight: 300;
  height: 50px;
  text-transform: none;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 30px;
  border: 1px solid #fff;
}
.footer-v4 .footer-newsletter .mc4wp-form input[type=email].placeholder, .footer-v4 .footer-newsletter .mc4wp-form input[type=email]:focus, .footer-v4 .footer-newsletter .mc4wp-form input[type=email]:active {
  color: #fff;
}
.footer-v4 .footer-newsletter .mc4wp-form [type=submit] {
  height: 50px;
  font-size: 15px;
  letter-spacing: 0.9px;
  text-transform: capitalize;
  font-weight: 400;
  background: #80bb01;
  color: #fff;
  line-height: 15px;
  width: 100%;
  padding: 0 25px 0 25px;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 30px;
  background: #fff;
  color: #fff;
}
.footer-v4 .footer-newsletter .mc4wp-form .submit {
  width: 24.4%;
  position: relative;
  display: inline-block;
  position: absolute;
  right: 0;
  width: 165px;
}
.footer-v4 .footer-newsletter .mc4wp-form .submit:hover [type=submit] {
  background: #000;
  color: #fff;
}
.footer-v4 .footer_info {
  margin-top: 27px;
  margin-bottom: 23px;
  color: #fff;
  font-size: 14px;
  padding: 0;
}
.footer-v4 .footer_info p {
  letter-spacing: -0.1px;
  line-height: 24px;
}
.footer-v4 .footer-social li a {
  margin-right: 8px;
}
.footer-v4 .footer-social li:last-child a {
  margin-right: 0;
}
.footer-v4 .row.text-left {
  clear: both;
}
.footer-v4 .has-overlay:before {
  background: rgba(0, 0, 0, 0.8);
}
.footer-v4 .footer-logo {
  padding-top: 50px;
}
.footer-v4 .footer-copyright {
  position: relative;
  border-top: 1px solid rgba(237, 237, 237, 0.1);
  padding: 22px 0 20px;
  margin-top: 57px;
}
.footer-v4 .list-items-time li:last-child p {
  margin-right: 31px;
}
.footer-v4 .footer-top {
  background: #2d2d2d;
  color: #fff;
}
.footer-v4 .footer-top a {
  color: #fff;
}
.footer-v4 .widget_post_blog .blog-content {
  margin-top: 5px;
}
.footer-v4 .widget_post_blog .blog-img {
  width: 70px;
  margin-right: 15px;
}
.footer-v4 .widget_post_blog .blog-post-info .post-name > a {
  margin-top: -3px;
  line-height: 21px;
  color: #fefefe;
  font-weight: 400;
}
.footer-v4 .widget_post_blog .blog-post-info .blog-time a {
  font-size: 12px;
  color: #737171;
}
.footer-v4 .copy-right a {
  font-weight: 400;
}
.footer-v4 .copy-right a:last-child {
  font-weight: 300;
}

.footer_info {
  color: #555;
  font-size: 16px;
  margin: 0 auto;
}

.footer-bottom {
  padding: 12px 0 3px;
  border-top: 1px solid rgba(237, 237, 237, 0.1);
  background: #f5f5f5;
}

.info-footer {
  color: #000000;
  font-size: 15px;
  text-align: center;
}

.info-icon {
  font-size: 45px;
  color: #80bb01;
  margin-bottom: 22px;
}

.info-desc p {
  margin-bottom: 0;
}
.info-desc .text-italic {
  font-style: italic;
}

.contact-info {
  padding-bottom: 44px;
  padding-top: 49px;
}

.form-mail input {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer-menu .widget_nav_menu ul {
  text-align: right;
  margin: 0 -20px;
}
.footer-menu .widget_nav_menu ul li {
  display: inline-block;
  padding-bottom: 0;
  width: auto;
}
.footer-menu .widget_nav_menu ul li a {
  padding: 0 20px;
}

.footer-v2 .footer-section {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.footer-v2 .footer-newsletter {
  margin-bottom: 0;
  text-align: center;
}
.footer-v2 .footer-newsletter .title-1 {
  display: none;
}
.footer-v2 .footer-newsletter .title-2 {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 19px;
  margin-bottom: 20px;
}
.footer-v2 .footer-newsletter .form-mail {
  position: relative;
}
.footer-v2 .footer-newsletter .input input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  border-radius: 50px;
  color: #acabab;
  height: 50px;
  padding: 9px 70px 6px 20px;
  width: 100%;
}
.footer-v2 .footer-newsletter .submit {
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.footer-v2 .footer-newsletter .submit:hover:before {
  color: #282828;
}
.footer-v2 .footer-newsletter .submit:before {
  position: absolute;
  content: "\f178";
  font-family: FontAwesome;
  font-size: 20px;
  color: #80bb01;
  z-index: 0;
  right: 25px;
  top: 13px;
}
.footer-v2 .footer-newsletter .submit input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 50px;
  padding: 10px;
  text-indent: -9999em;
  width: 70px;
  position: relative;
  z-index: 1;
}
.footer-v2 .footer-newsletter .submit input:hover {
  background: none !important;
}
.footer-v2 .center_footer {
  text-align: center;
}
.footer-v2 .center_footer .footer_info > p {
  color: #282828;
  font-size: 14px;
  margin-top: 24px;
}
.footer-v2 .footer-top {
  background: #f5f5f5 none repeat scroll 0 0;
  padding-bottom: 0;
  padding-top: 39px;
}
.footer-v2 .footer-container {
  padding-bottom: 36px;
}
.footer-v2 .footer-bottom {
  background-color: #282828;
  border: none;
}
.footer-v2 .footer-bottom p {
  color: #fff;
}
.footer-v2 .footer-bottom a {
  color: #fff;
}
.footer-v2 .footer-bottom a:hover {
  color: #80bb01;
}
.footer-v2 .footer-bottom .payment a {
  opacity: 0.2;
}

.footer-v3 .footer-top {
  background: #f5f5f5 none repeat scroll 0 0;
  padding-top: 41px;
}
.footer-v3 .footer_info p {
  color: #282828;
  font-size: 14px;
  padding-top: 3px;
  margin-bottom: 23px;
}
.footer-v3 .footer-bottom {
  background-color: #282828;
  border: none;
}
.footer-v3 .footer-bottom p {
  color: #fff;
}
.footer-v3 .footer-bottom a {
  color: #fff;
}
.footer-v3 .footer-bottom a:hover {
  color: #80bb01;
}
.footer-v3 .footer-bottom .payment a {
  opacity: 0.2;
  color: #282828;
}
.footer-v3 .widget_text {
  display: none;
}
.footer-v3 .footer-newsletter {
  margin-bottom: 0;
  text-align: left;
}
.footer-v3 .footer-newsletter .title-1 {
  display: none;
}
.footer-v3 .footer-newsletter .title-2 {
  color: #282828;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  padding-top: 7px;
  line-height: 20px;
}
.footer-v3 .footer-newsletter .title-2 span {
  display: block;
  font-weight: 700;
}
.footer-v3 .footer-newsletter .form-mail {
  position: relative;
}
.footer-v3 .footer-newsletter .input input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  border-radius: 50px;
  color: #acabab;
  height: 50px;
  padding: 9px 90px 6px 20px;
  width: 100%;
}
.footer-v3 .footer-newsletter .submit {
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50px;
  background-color: #80bb01;
}
.footer-v3 .footer-newsletter .submit:hover:before {
  color: #282828;
}
.footer-v3 .footer-newsletter .submit:before {
  position: absolute;
  content: "\f1d8";
  font-family: FontAwesome;
  font-size: 16px;
  color: #fff;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.footer-v3 .footer-newsletter .submit input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 50px;
  padding: 10px;
  text-indent: -9999em;
  width: 87px;
  position: relative;
  z-index: 1;
}
.footer-v3 .footer-newsletter .submit input:hover {
  background: none !important;
}
.footer-v3 .payment {
  float: left;
  padding-top: 11px;
}
.footer-v3 .payment li a {
  color: #282828;
  font-size: 24px;
  opacity: 0.2;
}

.wpcf7-form-control.wpcf7-textarea, .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-select, .wpcf7-form-control.wpcf7-date {
  width: 100% !important;
  color: #555;
  display: inline-block;
  padding: 10px 41px 10px 22px;
  font-size: 14px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.wpcf7-form-control.wpcf7-textarea:focus, .wpcf7-form-control.wpcf7-text:focus, .wpcf7-form-control.wpcf7-select:focus, .wpcf7-form-control.wpcf7-date:focus {
  border-color: #80bb01;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.27);
}
.wpcf7-form-control.btn-primary {
  border-radius: 50px;
  display: inline-block;
  height: 50px;
  line-height: 20px;
  text-align: center;
  width: 26%;
  margin: 15px auto;
}
@media (max-width: 880px) {
  .wpcf7-form-control.btn-primary {
    padding: 10px;
    width: 40%;
  }
}
.wpcf7-form-control.btn-primary:hover, .wpcf7-form-control.btn-primary:focus {
  background: #333333;
}

.wpcf7-spinner {
  display: block !important;
  margin: 10px auto 0 !important;
}

.wpcf7-form-control-wrap {
  display: block;
}

input.wpcf7-form-control,
select.wpcf7-select {
  height: 50px;
  width: 100%;
}

textarea.wpcf7-form-control {
  height: 165px;
  padding: 13px 22px;
}

.contact-form {
  overflow: hidden;
}
.contact-form .form-left, .contact-form .form-right {
  width: 50%;
  float: left;
}
.contact-form .form-left {
  padding-right: 15px;
}
.contact-form .form-left p {
  margin-bottom: 19px;
}
.contact-form .form-right {
  padding-left: 15px;
}
.contact-form label {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #555;
  float: left;
  padding-top: 24px;
  text-align: left;
  width: 100%;
}
.contact-form .btn-submit {
  position: relative;
  float: left;
  margin-top: 12px;
}
.contact-form .btn-submit input.wpcf7-form-control {
  width: 156px;
  padding: 10px 30px 10px 2px;
  letter-spacing: 0.3px;
}
.contact-form .btn-submit:before {
  content: "\f178";
  color: #000;
  position: absolute;
  pointer-events: none;
  right: 39px;
  top: 14px;
  font-family: FontAwesome;
  transition: all 0.3s ease-in-out 0s;
}
.contact-form .btn-submit:hover:before {
  color: #fff;
}

.form-footer {
  padding: 50px 0 39px;
  border-top: 1px solid #ebebeb;
  overflow: hidden;
}

span.wpcf7-not-valid-tip {
  float: left;
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 5px;
}

@media (max-width: 1199px) {
  .footer-v4 .footer-newsletter .widget_mc4wp_form_widget .submit:before,
  .footer-v1 .footer-newsletter .widget_mc4wp_form_widget .submit:before {
    right: 30px;
  }
  .footer-v4 .footer-newsletter .mc4wp-form label,
  .footer-v1 .footer-newsletter .mc4wp-form label {
    width: 24%;
  }
  .footer-v4 .footer-newsletter .mc4wp-form .form-mail,
  .footer-v1 .footer-newsletter .mc4wp-form .form-mail {
    width: 76%;
  }
  .footer-v3 .footer-newsletter {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-v4 .footer-newsletter .mc4wp-form label span,
  .footer-v1 .footer-newsletter .mc4wp-form label span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .footer-v1 .footer-newsletter .mc4wp-form label {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-v1 .footer-newsletter .mc4wp-form .form-mail {
    width: 100%;
    padding-left: 0;
  }
  .footer-v4 .footer-newsletter .mc4wp-form label {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-v4 .footer-newsletter .mc4wp-form .form-mail {
    width: 100%;
    padding-left: 0;
  }
  .footer-v2 .footer-container {
    padding-bottom: 10px;
  }
  .info-footer {
    margin-bottom: 30px;
  }
  .footer-v3 .widget_nav_menu {
    margin-bottom: 20px;
  }
  .footer-v3 .footer-newsletter {
    margin-top: 0;
  }
  .footer-menu .widget_nav_menu ul {
    margin: 0 -15px;
    text-align: center;
  }
  .footer-menu .widget_nav_menu ul li a {
    padding: 0 15px;
  }
  .footer-bottom p {
    text-align: center;
  }
  .footer-bottom .payment {
    float: none;
    text-align: center;
  }
  .footer-v1 .footer-menu-list {
    margin: 0 -15px;
  }
  .payment li {
    float: none;
  }
}
@media (max-width: 480px) {
  .footer-v1 .footer-newsletter .mc4wp-form .submit,
  .footer-v4 .footer-newsletter .mc4wp-form .submit {
    width: 110px;
  }
  .footer-v1 .footer-newsletter .mc4wp-form input[type=email],
  .footer-v4 .footer-newsletter .mc4wp-form input[type=email] {
    padding-right: 125px;
  }
}
/*===================================
	2.4 Breadcrumb
===================================*/
.fixed-header .side-breadcrumb {
  padding-top: 188px;
}

.side-breadcrumb + .wrapper {
  padding-top: 60px;
}

.remove_space_br .side-breadcrumb + .wrapper {
  padding-top: 0;
}

.side-breadcrumb {
  padding: 62px 0 33px;
  text-align: center;
  position: relative;
}
.side-breadcrumb:before {
  background: #000;
  opacity: 0.4;
}
.side-breadcrumb .page-title h1 {
  text-transform: capitalize;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  font-family: Asap;
}
.side-breadcrumb.type-2 {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  background: #f5f5f5;
  padding: 23px 0 24px;
}
.side-breadcrumb.type-2 .breadcrumb {
  padding: 0;
  font-size: 12px;
  margin-bottom: 0;
  color: #b1b1b1;
}
.side-breadcrumb.type-2 .breadcrumb li {
  letter-spacing: 1px;
}
.side-breadcrumb.type-2 .breadcrumb li a {
  color: #b1b1b1;
}
.side-breadcrumb.type-2 .breadcrumb li a:hover {
  color: #80bb01;
}
.side-breadcrumb.type-2 .breadcrumb > li + li:before {
  color: #b1b1b1;
  content: "-";
  padding: 0 12px 0 14px;
}
.side-breadcrumb.type-3 {
  padding: 77px 0 154px;
}
.side-breadcrumb.type-3.has-overlay:before {
  background: #80bb01;
  opacity: 0.9;
}
.side-breadcrumb.type-3 .breadcrumb {
  font-size: 12px;
}
.side-breadcrumb.type-3 .breadcrumb li {
  letter-spacing: 1px;
}
.side-breadcrumb.type-3 .breadcrumb li a:hover {
  color: #000;
}
.side-breadcrumb.type-3 .breadcrumb > li + li:before {
  content: "-";
  padding: 0 12px 0 14px;
}

.breadcrumb {
  padding: 6px 0;
  background: none;
  font-size: 14px;
  color: #fdfdfd;
  font-weight: 300;
}
.breadcrumb li {
  text-transform: capitalize;
}
.breadcrumb li a {
  color: #fdfdfd;
  cursor: pointer;
}
.breadcrumb li a:hover {
  color: inherit !important;
}
.breadcrumb > li + li:before {
  color: #fff;
  padding: 0 12px 0 17px;
}

.rev-btn.btn.btn-primary {
  background: #80bb01 !important;
  visibility: visible !important;
  opacity: 1 !important;
  font-weight: 400 !important;
  outline: none;
  cursor: pointer;
  height: 50px;
  border-color: #80bb01 !important;
}
.rev-btn.btn.btn-primary i {
  margin-left: 13px !important;
}
.rev-btn.btn.btn-primary:hover {
  border: 1px solid #fff !important;
  background: #fff !important;
}

.main-color {
  color: #80bb01 !important;
}

/*===================================
    2.6 Preload
===================================*/
#pre-loader {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 9999;
  overflow: hidden;
  left: 0;
}

#loading {
  background: #282828;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 99999;
  overflow: hidden;
  left: 0;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  transform: rotate(45deg);
}

.object {
  width: 20px;
  height: 20px;
  background-color: #80bb01;
  position: absolute;
  left: 65px;
  top: 65px;
}

.object:nth-child(2n+0) {
  margin-right: 0px;
}

#object_one {
  animation: object_one 2s infinite;
  animation-delay: 0.2s;
}

#object_two {
  animation: object_two 2s infinite;
  animation-delay: 0.3s;
}

#object_three {
  animation: object_three 2s infinite;
  animation-delay: 0.4s;
}

#object_four {
  animation: object_four 2s infinite;
  animation-delay: 0.5s;
}

#object_five {
  animation: object_five 2s infinite;
  animation-delay: 0.6s;
}

#object_six {
  animation: object_six 2s infinite;
  animation-delay: 0.7s;
}

#object_seven {
  animation: object_seven 2s infinite;
  animation-delay: 0.8s;
}

#object_eight {
  animation: object_eight 2s infinite;
  animation-delay: 0.9s;
}

#object_big {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50px;
  top: 50px;
  animation: object_big 2s infinite;
  animation-delay: 0.5s;
}
@keyframes object_big {
  50% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes object_one {
  50% {
    transform: translate(-65px, -65px);
    -webkit-transform: translate(-65px, -65px);
  }
}
@keyframes object_two {
  50% {
    transform: translate(0, -65px);
    -webkit-transform: translate(0, -65px);
  }
}
@keyframes object_three {
  50% {
    transform: translate(65px, -65px);
    -webkit-transform: translate(65px, -65px);
  }
}
@keyframes object_four {
  50% {
    transform: translate(65px, 0);
    -webkit-transform: translate(65px, 0);
  }
}
@keyframes object_five {
  50% {
    transform: translate(65px, 65px);
    -webkit-transform: translate(65px, 65px);
  }
}
@keyframes object_six {
  50% {
    transform: translate(0, 65px);
    -webkit-transform: translate(0, 65px);
  }
}
@keyframes object_seven {
  50% {
    transform: translate(-65px, 65px);
    -webkit-transform: translate(-65px, 65px);
  }
}
@keyframes object_eight {
  50% {
    transform: translate(-65px, 0);
    -webkit-transform: translate(-65px, 0);
  }
}
.logo-preload {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

#loading-2 {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-top: 0px;
  top: 0px;
  left: 0;
}

#loading-center-2 {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  text-align: center;
  margin-top: -25px;
  margin-left: -75px;
}

.object-2 {
  width: 20px;
  height: 20px;
  background-color: #80bb01;
  margin-right: 20px;
  margin-top: 65px;
  display: inline-block;
  border-radius: 50% 50% 50% 50%;
}

#object_one_2 {
  animation: object_one_one 1.5s infinite;
}

#object_two_2 {
  animation: object_two_tow 1.5s infinite;
  animation-delay: 0.25s;
}

#object_three_2 {
  animation: object_three_three 1.5s infinite;
  animation-delay: 0.5s;
}
@keyframes object_one_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@keyframes object_two_tow {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@keyframes object_three_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
#loading-3 {
  background: #f5f5f5;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  margin-top: 0px;
  top: 0px;
}

#loading-center-3 {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute-3 {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  transform: rotate(-135deg);
}

.object-3 {
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #80bb01;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #80bb01;
  border-right: 5px solid transparent;
  animation: animate_three 2s infinite;
}

#object_one_3 {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

#object_two_3 {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  animation-delay: 0.2s;
}

#object_three_3 {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  animation-delay: 0.4s;
}

#object_four_3 {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  animation-delay: 0.6s;
}
@keyframes animate_three {
  50% {
    transform: rotate(360deg) scale(0.8);
  }
}
.preloader-4 {
  background: #f5f5f5;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  margin-top: 0px;
  top: 0px;
}

.busy-loader {
  position: absolute;
  width: 90px;
  height: 90px;
  margin: auto;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  margin-top: -45px;
}
.busy-loader .w-ball-wrapper {
  position: absolute;
  width: 86px;
  height: 86px;
  opacity: 0;
  -moz-transform: rotate(225deg);
  -moz-animation: orbit 4.4s infinite;
  -webkit-transform: rotate(225deg);
  -webkit-animation: orbit 4.4s infinite;
  -ms-transform: rotate(225deg);
  -ms-animation: orbit 4.4s infinite;
  -o-transform: rotate(225deg);
  -o-animation: orbit 4.4s infinite;
  transform: rotate(225deg);
  animation: orbit 4.4s infinite;
}
.busy-loader .w-ball-wrapper .w-ball {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #80bb01;
  left: 0px;
  top: 0px;
  border-radius: 11px;
}
.busy-loader .ball-1 {
  animation-delay: 0.96s;
}
.busy-loader .ball-2 {
  animation-delay: 0.19s;
}
.busy-loader .ball-3 {
  animation-delay: 0.38s;
}
.busy-loader .ball-4 {
  animation-delay: 0.58s;
}
.busy-loader .ball-5 {
  animation-delay: 0.77s;
}
@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%;
  }
  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%;
  }
  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%;
  }
  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%;
  }
  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%;
  }
  76% {
    opacity: 0;
    transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    transform: rotate(900deg);
  }
}
.preloader-5 {
  background: #f5f5f5;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0px;
}

.loader {
  height: 4px;
  width: 90%;
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-top: 45px;
  background-color: rgba(255, 255, 255, 0.2);
}

.loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #80bb01;
  animation: loading 2s linear infinite;
}

@keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
#loading-6 {
  background: #f5f5f5;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  margin-top: 0px;
  top: 0px;
}

#loading-center-6 {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute-6 {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
}

.object-6 {
  width: 25px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  border: 4px solid #80bb01;
  left: 37px;
  top: 37px;
  position: absolute;
}

#first_object_6 {
  animation: first_object_six 1s infinite;
  animation-delay: 0.5s;
}

#second_object_6 {
  animation: second_object_six 1s infinite;
}

#third_object_6 {
  animation: third_object_six 1s infinite;
  animation-delay: 0.5s;
}

#forth_object_6 {
  animation: forth_object_six 1s infinite;
}
@keyframes first_object_six {
  0% {
    transform: translate(1, 1) scale(1, 1);
  }
  50% {
    transform: translate(150%, 150%) scale(2, 2);
  }
  100% {
    transform: translate(1, 1) scale(1, 1);
  }
}
@keyframes second_object_six {
  0% {
    transform: translate(1, 1) scale(1, 1);
  }
  50% {
    transform: translate(-150%, 150%) scale(2, 2);
  }
  100% {
    transform: translate(1, 1) scale(1, 1);
  }
}
@keyframes third_object_six {
  0% {
    transform: translate(1, 1) scale(1, 1);
  }
  50% {
    transform: translate(-150%, -150%) scale(2, 2);
  }
  100% {
    transform: translate(1, 1) scale(1, 1);
  }
}
@keyframes forth_object_six {
  0% {
    transform: translate(1, 1) scale(1, 1);
  }
  50% {
    transform: translate(150%, -150%) scale(2, 2);
  }
  100% {
    transform: translate(1, 1) scale(1, 1);
  }
}
#loading-7 {
  background: #f5f5f5;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  margin-top: 0px;
  top: 0px;
}

#loading-center-7 {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute-7 {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
}

#object-7 {
  width: 80px;
  height: 80px;
  background-color: #80bb01;
  animation: animate_s 1s infinite ease-in-out;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}
@keyframes animate_s {
  0% {
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
}
.loader-8 {
  background: #f5f5f5;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0px;
}
@keyframes rotate_pacman_half_up {
  0% {
    transform: rotate(270deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes rotate_pacman_half_down {
  0% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }
  100% {
    transform: translate(-100px, -6.25px);
  }
}
.pacman {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pacman > div:nth-child(2) {
  animation: pacman-balls 1s -0.99s infinite linear;
}

.pacman > div:nth-child(3) {
  animation: pacman-balls 1s -0.66s infinite linear;
}

.pacman > div:nth-child(4) {
  animation: pacman-balls 1s -0.33s infinite linear;
}

.pacman > div:nth-child(5) {
  animation: pacman-balls 1s 0s infinite linear;
}

.pacman > div:first-of-type {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #80bb01;
  border-left: 25px solid #80bb01;
  border-bottom: 25px solid #80bb01;
  border-radius: 25px;
  animation: rotate_pacman_half_up 0.5s 0s infinite;
  position: relative;
  left: -30px;
}

.pacman > div:nth-child(2) {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #80bb01;
  border-left: 25px solid #80bb01;
  border-bottom: 25px solid #80bb01;
  border-radius: 25px;
  animation: rotate_pacman_half_down 0.5s 0s infinite;
  margin-top: -50px;
  position: relative;
  left: -30px;
}

.pacman > div:nth-child(3),
.pacman > div:nth-child(4),
.pacman > div:nth-child(5),
.pacman > div:nth-child(6) {
  background-color: #80bb01;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: translate(0, -6.25px);
  top: 25px;
  left: 70px;
}

#loading-2, #loading-9, #loading, #loading-3, #loading-4, #loading-5, #loading-6, #loading-7, #loading-8, .loader-8 {
  background: #282828;
}

#loading-9 {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0px;
}

#loading-center-9 {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute-9 {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 150px;
  margin-top: -25px;
  margin-left: -75px;
}

.object-9 {
  width: 8px;
  height: 50px;
  margin-right: 5px;
  background-color: #80bb01;
  animation: animate_e 1s infinite;
  float: left;
}

.object-9:last-child {
  margin-right: 0px;
}

.object-9:nth-child(10) {
  animation-delay: 0.9s;
}

.object-9:nth-child(9) {
  animation-delay: 0.8s;
}

.object-9:nth-child(8) {
  animation-delay: 0.7s;
}

.object-9:nth-child(7) {
  animation-delay: 0.6s;
}

.object-9:nth-child(6) {
  animation-delay: 0.5s;
}

.object-9:nth-child(5) {
  animation-delay: 0.4s;
}

.object-9:nth-child(4) {
  animation-delay: 0.3s;
}

.object-9:nth-child(3) {
  animation-delay: 0.2s;
}

.object-9:nth-child(2) {
  animation-delay: 0.1s;
}
@keyframes animate_e {
  50% {
    transform: scaleY(0);
  }
}
.preloader8 {
  width: 90px;
  height: 90px;
  display: inline-block;
  padding: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preloader8 span {
  position: absolute;
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: #80bb01;
  animation: preloader8 1.6s linear infinite;
}

.preloader8 span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader8 {
  0% {
    transform: scale(0, 0);
    opacity: 0.9;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*===================================
	3.1 Home 4
===================================*/
.box_banner_4 .banner_home4 {
  position: relative;
}
.box_banner_4 .banner_home4:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 50px;
  background: #000;
  bottom: -32px;
  left: 30px;
}
.box_banner_4 .ult-content-box-container img {
  filter: grayscale(1);
  -moz-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
}
.box_banner_4 .ult-content-box-container:hover img {
  filter: grayscale(0);
  -moz-filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}
.box_banner_4 .ult-content-box-container:hover .vc_custom_heading {
  color: #80bb01 !important;
}
.box_banner_4 .ult-content-box-container:hover .banner_home4:after {
  background: #80bb01;
}

.ult_countdown, .wpb_row .wpb_column .wpb_wrapper .ult_countdown {
  margin-bottom: 30px !important;
}

.wpb_row .wpb_column .wpb_wrapper .countdown_home4 .ult_countdown {
  text-align: left;
}

.testimonial_home4 .ult-carousel-wrapper .slick-dots li {
  background: #524b49;
}

.item_testimonial2 {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.item_testimonial2 .caption_testimonial:before {
  font-size: 20px;
  position: absolute;
  color: #fff;
  top: -65px;
  left: 15px;
  border: 1px solid #fff;
  border-radius: 100%;
  display: block;
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
}
.item_testimonial2 .caption_testimonial figure {
  padding-top: 20px;
  padding-bottom: 10px;
}
.item_testimonial2 .caption_testimonial .tes_name h4 {
  font-size: 15px;
}
.item_testimonial2 .caption_testimonial .item-desc {
  line-height: 24px;
  margin-bottom: 15px;
}

.ult-carousel-wrapper.button-slide-tes .slick-dots li {
  height: 4px;
  width: 15px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
}
.ult-carousel-wrapper.button-slide-tes .slick-dots li.slick-active {
  background: #80bb01;
}

.tes_title .tt-small {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.2px;
  margin-bottom: 19px;
  font-weight: 500;
}
.tes_title .tt-big {
  margin-bottom: 30px;
  display: inline-block;
  font-weight: bold;
  font-family: Asap;
  font-size: 36px;
  padding: 0 150px;
  color: #80bb01;
}

.box-tes-h5 {
  position: relative;
}
.box-tes-h5:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
.box-tes-h5 .slick-slider {
  margin: 0;
}

.text_countdown {
  padding-left: 70px;
  color: #fff;
}
.text_countdown h3 {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: lighter;
  font-family: Poppins;
  color: #fff;
}
.text_countdown h4 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: Poppins;
  color: #fff;
  padding-top: 8px;
  margin-left: 4px;
}
.text_countdown p {
  font-size: 16px;
  font-style: italic;
  padding-top: 40px;
  padding-bottom: 21px;
  margin-left: 6px;
  line-height: 25px;
}

.ult_countdown-div {
  text-align: left;
  padding-left: 60px;
}

.ult_countdown.ult-cd-s1 .ult_countdown-section .ult_countdown-amount {
  color: #fff !important;
  font-size: 80px !important;
  font-family: Poppins !important;
  font-weight: lighter !important;
}

.ult_countdown-section > span {
  position: relative;
}

.ult_countdown .ult_countdown-section .ult_countdown-period {
  position: absolute;
  font-size: 129px !important;
  font-family: Poppins !important;
  left: -6px;
  top: -85px;
  color: #fff;
  font-weight: bold !important;
  opacity: 0.2;
}

.countdown_home4 .info-book {
  padding-left: 74px;
}
.countdown_home4 .info-book .btn {
  padding: 15px 42px;
}

.countdown_home4 {
  position: relative;
}
.countdown_home4:before {
  content: "";
  background: #80bb01;
  opacity: 0.85;
  position: absolute;
  width: 100%;
  height: 100%;
}
.countdown_home4 .wpb_wrapper {
  position: relative;
}

.product_home_list .baber-heading {
  padding-bottom: 34px;
}
.product_home_list .baber-heading .header_icon {
  display: inline-block;
}
.product_home_list .baber-heading h2 {
  display: inline-block;
  margin-left: 24px;
}

.testimonial_home4 .ult-carousel-wrapper ul.slick-dots {
  padding-top: 0;
  bottom: 38px;
}

.ult_countdown-section {
  margin-right: 36px;
  position: relative;
}
.ult_countdown-section:before {
  content: ":";
  font-size: 80px;
  color: #fff;
  position: absolute;
  right: -21px;
  top: 0;
  font-family: Poppins;
}
.ult_countdown-section:last-child:before {
  content: "";
}

.offer-container {
  background: #f5f5f5;
}
.offer-container .wpb_text_column {
  padding: 84px 25px 0 52px;
  margin: 0 !important;
}
.offer-container .tt-product h5 {
  font-size: 15px;
  color: #282828;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.offer-container .tt-product h2 {
  font-size: 30px;
  font-weight: 600;
  color: #282828;
  margin-bottom: 27px;
}
.offer-container .info-product p {
  margin-bottom: 0;
}
.offer-container .info-product span {
  font-weight: 700;
}
.offer-container .des-product {
  margin: 24px 0 26px;
  font-size: 14px;
  color: #282828;
}
.offer-container .btn {
  padding: 17px 29px 13px;
}

.box-offer .vc_column_container > .vc_column-inner {
  padding: 0 !important;
  position: relative;
  z-index: 9;
}
.box-offer.vc_row {
  position: relative;
  margin: 0;
  padding: 0 15px;
}
.box-offer.vc_row:before {
  content: " ";
  height: 100%;
  width: 100%;
  display: inline-block !important;
  background: linear-gradient(0deg, #80bb01 0%, #58d9cd 100%, #58d9cd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$primary_color", endColorstr="$primary_color2",GradientType=1 );
  z-index: 9;
  opacity: 0.5;
  position: absolute;
  top: 30px;
  left: 0;
}

.box-contact-h5 .arrowpress-heading {
  padding: 0 30px;
}

/*===================================
	3.2 Cart
===================================*/
#mini-scart .cart-block .variation {
  display: none;
}

.place-order {
  margin-top: 20px;
}

.shop_table.woocommerce-checkout-review-order-table .cart_item td:last-child {
  background: none;
}

.woocommerce header.title {
  position: static;
}

.select2-container .select2-choice .select2-arrow b:after {
  border: 5px solid transparent;
  margin-left: -16px;
}

.box-shipping .shipping th {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px !important;
}

.woocommerce-checkout .woocommerce-form-login__submit {
  cursor: pointer;
  display: inherit;
  background: #80BB01;
  padding: 9px 40px;
  color: #fff;
  margin: 30px 0;
  font-size: 16px;
  min-width: 150px;
  border: 0;
  height: 50px;
  border-radius: 30px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.woocommerce-checkout .woocommerce-form-login__submit:hover {
  background: #000;
}

.woocommerce-shipping-fields {
  margin-top: 32px;
}

p.form-row.create-account {
  margin-left: 20px;
}

.shop_table.customer_details tbody tr th,
.shop_table.customer_details tbody tr td {
  text-align: left;
  padding: 10px 0;
  font-weight: normal;
  border: none;
}
.shop_table.customer_details tr:first-child td {
  border: none;
}
.shop_table.order_details thead tr th,
.shop_table.order_details tbody tr td {
  text-align: left;
}
.shop_table.order_details tbody tr td:first-child {
  border-left: 1px solid #ebebeb;
}
.shop_table.order_details tbody tr td:last-child {
  border-right: 1px solid #ebebeb;
}
.shop_table.order_details tfoot tr:first-child th, .shop_table.order_details tfoot tr:first-child td {
  padding-top: 20px;
}
.shop_table.order_details tfoot tr th {
  width: 50%;
  padding-top: 10px;
  font-weight: normal;
}
.shop_table.order_details tfoot tr td {
  font-weight: normal;
  padding-top: 10px;
  width: 50%;
  text-align: right;
}
.shop_table thead tr th {
  text-transform: uppercase;
  text-align: center;
  color: #222;
  font-weight: 700;
  font-size: 18px;
  padding: 19px 20px;
  border-bottom: 1px solid #ebebeb;
}
.shop_table thead tr th.product-thumbnail {
  text-align: left;
}
.shop_table thead tr th.product-subtotal {
  text-align: right;
}
.shop_table tbody tr:first-child td {
  border-top: 3px solid #80bb01;
}
.shop_table tbody tr td {
  text-align: center;
  padding: 27px 20px;
  border-bottom: 1px solid #ebebeb;
}
.shop_table .product-subtotal span,
.shop_table .product-price span {
  font-size: 16px;
  color: #80bb01;
  font-family: Poppins;
  font-weight: 600;
}
.shop_table .cart_item .product-thumbnail a {
  float: left;
  display: inline-block;
}
.shop_table .cart_item .product-thumbnail img {
  width: 93px;
  height: 101px;
  border: 1px solid #ebebeb;
  display: block;
  margin-right: 30px;
}
.shop_table .cart_item .product-thumbnail .product-name {
  margin-top: 11px;
  overflow: hidden;
}
.shop_table .cart_item .product-name a {
  color: #282828;
  font-size: 15px;
  font-weight: 600;
}
.shop_table .cart_item .product-name a:hover {
  color: #80bb01;
}
.shop_table .cart_item .product-remove a {
  font-size: 12px;
  font-weight: 300;
  color: #80bb01;
}
.shop_table .cart_item .product-remove a:hover {
  color: #212425;
}
.shop_table .cart_item td:first-child {
  border-left: 1px solid #ebebeb;
}
.shop_table .cart_item td:last-child {
  background: #f5f5f5;
  border-right: 1px solid #ebebeb;
}
.shop_table.cart tbody tr:last-child td {
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
}
.shop_table.cart .actions .coupon label {
  float: left;
  margin-right: 15px;
}
.shop_table.cart .actions .coupon input {
  float: left;
  margin-right: 10px;
}
.shop_table.woocommerce-checkout-review-order-table thead tr th {
  text-align: left;
}
.shop_table.woocommerce-checkout-review-order-table tbody tr td {
  text-align: left;
}
.shop_table.woocommerce-checkout-review-order-table .product-name {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.shop_table.woocommerce-checkout-review-order-table tfoot {
  padding-top: 20px;
  padding-bottom: 20px;
}
.shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal {
  font-size: 14px;
}
.shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal th, .shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
  padding-top: 25px;
  padding-bottom: 10px;
}
.shop_table.woocommerce-checkout-review-order-table tfoot tr th {
  padding: 10px 0;
  width: 50%;
}
.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
  width: 50%;
  text-align: right;
}

.wishlist_table .product-name span {
  font-weight: 600;
}

.woocommerce table.wishlist_table thead th {
  border-top: none;
}

.woocommerce table.wishlist_table {
  font-size: 100%;
}

.wishlist_table tbody tr td:first-child {
  border-left: 1px solid #ebebeb;
}

.woocommerce .wishlist_table td.product-add-to-cart a,
.wishlist_table .product-price .amount {
  color: #80bb01;
}

.woocommerce-page .wishlist_table .product-price .amount {
  color: #80bb01;
  font-size: 16px;
}
.woocommerce-page .shop_table.wishlist_table thead .product-price span {
  font-size: 20px;
  color: #222;
}
.woocommerce-page .wishlist_table .product-remove a {
  font-size: 12px;
  font-style: italic;
}
.woocommerce-page .wishlist_table .product-add-to-cart .button {
  padding: 13px 0;
  background: #80bb01;
  color: #fff;
  height: 50px;
  line-height: 25px;
  border-radius: 30px;
  margin: 0 auto;
  width: auto;
  min-width: 120px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Poppins;
}
.woocommerce-page .wishlist_table .product-add-to-cart .button:hover, .woocommerce-page .wishlist_table .product-add-to-cart .button:focus {
  background: #000;
  color: #fff;
}

.woocommerce .wishlist_table td.product-add-to-cart a:hover {
  color: #212425;
}

.woocommerce .yith-wcwl-share {
  padding-top: 20px;
  margin-bottom: 0;
}
.woocommerce .yith-wcwl-share h4.yith-wcwl-share-title {
  font-family: Open Sans;
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
}
.woocommerce .yith-wcwl-share ul {
  display: inline-block;
}

.cart-collaterals {
  padding-top: 20px;
  overflow: hidden;
  width: 100%;
}

.display-inline {
  display: inline-block;
}

.btn-updatecart {
  float: right;
}

.quantity {
  display: inline-block;
  border: 1px solid #e6e6e6;
}
.quantity .qty-number {
  cursor: pointer;
  display: inline-block;
  height: 48px;
  text-align: center;
  vertical-align: middle;
}
.quantity .qty-number span {
  height: 48px;
  display: table-cell;
  vertical-align: middle;
  line-height: 44px;
  color: #282828;
  text-align: center;
  font-size: 14px;
  width: 18px;
}
.quantity .qty-number:hover span {
  color: #80bb01;
}
.quantity > input.qty {
  -moz-appearance: textfield;
}
.quantity input.qty.text {
  width: 64px;
  text-align: center;
  padding: 10px;
  color: #282828;
  height: 48px;
  display: inline-block;
  background: #FFF;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}

.select2-results li {
  color: #9c9c9c;
}

.select2-container .select2-choice {
  color: #9c9c9c;
  border-radius: 0;
}

.select2-container .select2-selection--single {
  height: 50px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border-color: #ebebeb;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  color: rgba(48, 47, 47, 0.5);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}

.coupon {
  color: #424242;
  float: left;
}
.coupon label {
  margin-top: 10px;
  font-weight: normal;
}
.coupon input {
  padding: 15px 27px;
  background: none;
  color: rgba(48, 47, 47, 0.5);
  border: 1px solid #ebebeb;
}

.woocommerce-error li {
  margin-bottom: 10px;
  background: #ffecec none repeat scroll 0 0;
  border: 2px solid #ffecec;
  color: #df6060;
  padding: 8px 8px 5px 40px;
  border-radius: 4px;
  position: relative;
}
.woocommerce-error li:before {
  position: absolute;
  font-family: FontAwesome;
  left: 15px;
  top: 9px;
  content: "\f129";
}

.woocommerce-message {
  margin-bottom: 10px;
}

.btn-updatecart {
  float: right;
}

.title-cart {
  color: #282828;
  position: relative;
  font-size: 24px;
  letter-spacing: 1.1px;
  font-weight: bold;
  font-family: Asap;
  text-transform: uppercase;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 3px solid #f4f4f4;
}
.title-cart:before {
  content: "";
  height: 3px;
  background: #80bb01;
  width: 97px;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.title-sub2.title-cart {
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  letter-spacing: 1.1px;
  padding-bottom: 0;
  border: none;
}
.title-sub2.title-cart:before {
  content: "";
  background: #80bb01;
  height: 1px;
  width: 50px;
  position: absolute;
  right: -71px;
  bottom: 4px;
  left: auto;
}

.title-hdwoo {
  padding: 30px 0 14px;
}

.woocommerce-Address-title.title .edit {
  float: right;
  padding-top: 34px;
}

.woocommerce-page .wrapper {
  padding-bottom: 67px;
}

.woocommerce-error li {
  color: #ff0000;
}

.woocommerce-message {
  color: #27e34f;
}

.woocommerce-cart .actions {
  padding-top: 30px;
  margin-bottom: 71px;
}

.cart-subtotal {
  font-size: 14px;
  color: #282828;
}
.cart-subtotal th {
  font-weight: 400;
}
.cart-subtotal .amount {
  font-weight: 700;
  color: #302f2f;
  font-size: 15px;
}

.order-total {
  font-size: 14px;
  font-weight: 400;
  color: #282828;
}
.order-total th {
  font-weight: 700;
  font-size: 18px;
}
.order-total .amount {
  color: #302f2f;
  font-size: 18px;
}

.wc-proceed-to-checkout {
  float: left;
  width: 100%;
  display: inline-block;
  margin-top: -4px;
}

.cart_totals .shop_table {
  margin-bottom: 20px;
  margin-top: -7px;
}
.cart_totals .shop_table tbody tr:first-child td,
.cart_totals .shop_table tbody tr td {
  border: none;
  padding: 8px 20px;
}

.woocommerce .login input.input-text:-webkit-autofill,
.woocommerce .login textarea.input-text:-webkit-autofill,
.woocommerce .login select.input-text:-webkit-autofill {
  background-color: none !important;
}

.woocommerce-info {
  margin-bottom: 10px;
}

.showlogin,
.showcoupon {
  color: #80bb01;
}
.showlogin:hover, .showlogin:focus,
.showcoupon:hover,
.showcoupon:focus {
  color: #1f1f1f;
}

.checkout_coupon.coupon {
  float: none;
  overflow: hidden;
  margin-top: 10px;
}
.checkout_coupon.coupon .form-row {
  display: inline-block;
  float: left;
}
.checkout_coupon.coupon .form-row.form-row-first {
  margin-right: 10px;
}
@media (max-width: 480px) {
  .checkout_coupon.coupon .coupon input {
    padding: 15px 17px;
  }
}

form.checkout {
  font-size: 14px;
}
form.checkout .form-row label {
  width: 100%;
  font-weight: bold;
  color: #302f2f;
}
form.checkout .form-row input {
  width: auto;
  min-width: 150px;
  font-weight: normal;
  height: 50px;
  padding: 12px;
}
form.checkout .form-row input[type=text], form.checkout .form-row input[type=email] {
  width: 100%;
}

.woocommerce-shipping-fields #ship-to-different-address {
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 0;
}
.woocommerce-shipping-fields #ship-to-different-address label {
  display: inline-block;
}
.woocommerce-shipping-fields #ship-to-different-address label.checkbox {
  margin-top: 3px;
  margin-left: 10px;
}
.woocommerce-shipping-fields #ship-to-different-address input {
  float: left;
  margin-top: 1.5px;
}

.select2-container .select2-choice {
  height: 50px;
  padding: 13px 10px;
}

.woocommerce-FormRow.form-row {
  margin-bottom: 15px;
}

.woocommerce-page .form-row label {
  color: #282828;
  font-weight: normal;
  margin-bottom: 3px;
  margin-top: 0;
  font-size: 15px;
  font-weight: 600;
}

.woocommerce-shipping-fields .form-row label,
.woocommerce-billing-fields .form-row label {
  color: #282828;
  font-weight: normal;
  margin-bottom: 3px;
}

.form-row {
  margin-bottom: 15px;
}

.woocommerce-EditAccountForm .form-row,
.woocommerce-account .login .form-row,
.woocommerce-edit-address .form-row {
  margin-bottom: 15px;
}
.woocommerce-EditAccountForm .form-row input,
.woocommerce-EditAccountForm .form-row .placeholder,
.woocommerce-EditAccountForm .form-row textarea,
.woocommerce-account .login .form-row input,
.woocommerce-account .login .form-row .placeholder,
.woocommerce-account .login .form-row textarea,
.woocommerce-edit-address .form-row input,
.woocommerce-edit-address .form-row .placeholder,
.woocommerce-edit-address .form-row textarea {
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #ccc;
}

.woocommerce-password-strength {
  margin-top: 7px;
}
.woocommerce-password-strength.short, .woocommerce-password-strength.bad {
  color: red;
}
.woocommerce-password-strength.strong, .woocommerce-password-strength.good {
  color: #60d362;
}

.form-row input {
  height: 50px;
}

.payment_method_paypal label a {
  color: #80bb01;
  font-weight: 400;
  float: left;
  width: 100%;
}

.woocommerce-checkout-payment {
  margin-top: 20px;
}
.woocommerce-checkout-payment .payment_methods label {
  color: #282828;
  font-weight: 500;
}

#customer_login .customer_login {
  padding-top: 0;
}

input[type=radio] {
  border-radius: 50% !important;
}

.payment_box.payment_method_paypal {
  padding: 5px 15px;
}

.woocommerce .login label {
  font-weight: 400;
}
.woocommerce .login input.btn {
  display: inline-block;
  width: auto;
}
.woocommerce .login .form-row input.button {
  border: 2px solid #80bb01;
  background: #80bb01;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 29px;
  margin-right: 10px;
  width: auto;
}
.woocommerce .login .form-row input.button:hover {
  background: #212425;
  border: 2px solid #212425;
}
.woocommerce select {
  border: 1px solid #ebebeb;
  color: rgba(48, 47, 47, 0.5);
  height: 50px;
}
.woocommerce .form-row input {
  height: 50px;
}
.woocommerce .form-row input:not(.button), .woocommerce .form-row .placeholder, .woocommerce .form-row textarea {
  color: rgba(48, 47, 47, 0.5);
  border: 1px solid #ebebeb;
}

abbr[data-original-title], abbr[title] {
  border-bottom: medium none;
  text-decoration: none;
}

.form-row label {
  font-weight: normal;
}

.lost_password a {
  color: #212425;
}
.lost_password a:hover {
  color: #80bb01;
}

.form-row input[type=checkbox] {
  height: auto;
  width: auto;
  margin-top: 20px;
}

form.checkout .form-row input[type=checkbox] {
  float: left;
  height: 16px;
  margin-right: 10px;
  margin-top: 4px;
  text-align: left;
  width: 16px;
}

.order_details li strong {
  color: #1f1f1f;
  font-weight: 600;
}

.woocommerce-error li strong {
  font-weight: normal;
  color: #1f1f1f;
}

.woocommerce-MyAccount-navigation {
  margin-bottom: 20px;
}

.woocommerce-Address-title a,
.my_account_orders a,
.woocommerce-MyAccount-content a,
.woocommerce-MyAccount-navigation li a {
  color: #80bb01;
  font-weight: normal;
}
.woocommerce-Address-title a:hover, .woocommerce-Address-title a:focus,
.my_account_orders a:hover,
.my_account_orders a:focus,
.woocommerce-MyAccount-content a:hover,
.woocommerce-MyAccount-content a:focus,
.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li a:focus {
  color: #1f1f1f;
}

.woocommerce-MyAccount-content header,
.woocommerce-MyAccount-content header .title-cart {
  background: none !important;
}

.woocommerce-MyAccount-content p strong {
  font-weight: 600;
  color: #1f1f1f;
}

.woocommerce-MyAccount-navigation li {
  display: inline-block;
  padding-right: 25px;
}
.woocommerce-MyAccount-navigation li a {
  font-weight: 600;
}

.shop_table.wishlist_table .product-price del pan {
  font-weight: 400;
}

.admin-bar.woocommerce-page .fixed-header .woocommerce header {
  top: 0;
}

.wishlist-title {
  display: block !important;
}

.woocommerce table.shop_table.wishlist_table thead tr th.product-name {
  text-align: left;
}
.woocommerce .wishlist_table .product-name a {
  font-size: 14px;
  font-weight: bold;
}
.woocommerce .wishlist_table .product-name a.yith-wcqv-button {
  color: #80bb01;
  font-weight: 400;
  margin-left: 10px;
  font-size: 13px;
  font-style: italic;
}
.woocommerce .wishlist_table .product-name a.yith-wcqv-button:hover {
  text-decoration: underline;
}

.woocommerce .cross-sells div.product-grid div.product {
  float: none;
}

.cart_totals {
  overflow: hidden;
  width: 100%;
}

.cross-sells {
  margin-top: 35px;
}
.cross-sells .title-hdwoo {
  margin-bottom: 20px;
}
.cross-sells .product-content {
  padding-bottom: 19px;
}
.cross-sells .product-content h3 {
  padding-bottom: 0;
}
.cross-sells .product-content .product-image {
  margin-bottom: 41px;
}
.cross-sells .product-content .product-action {
  left: 0;
  bottom: 0;
}
.cross-sells .product-content:hover .product-action {
  bottom: 84px;
  opacity: 1;
  visibility: visible;
  display: block;
}
.cross-sells .product-grid .type-product .item {
  margin-bottom: 10px;
}
.cross-sells .product-grid .type-product:first-child .item {
  border-width: 1px;
}

@media (max-width: 1199px) {
  .wrapper {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .woocommerce-page .wrapper {
    padding-bottom: 0;
  }
  .woocommerce .yith-wcwl-share {
    text-align: left;
  }
  .shop_table.cart.wishlist_table tbody tr:first-child td {
    border-top: none;
  }
  .shop_table.cart.wishlist_table tbody tr:last-child {
    margin-top: 0;
  }
  .wishlist_table.shop_table.cart tbody tr:last-child td {
    padding: 16px 22px !important;
  }
  .shop_table.cart.wishlist_table tbody tr td {
    border-left: 1px solid #ebebeb;
  }
  .shop_table.cart.wishlist_table tbody tr:nth-child(2n) {
    background: #f5f5f5;
  }
  .wishlist_table.shop_table.cart tbody tr:first-child td:first-child {
    border-top: 1px solid #ebebeb;
  }
  .preloader .loader {
    display: none;
  }
  .woocommerce-cart .actions {
    margin-bottom: 0;
  }
  .shop_table.cart tbody tr:last-child {
    margin-top: 30px;
  }
  .cart_totals .shop_table {
    margin: 0;
  }
  .wc-proceed-to-checkout {
    margin-top: 15px;
  }
  .shop_table.account-orders-table tbody tr:first-child td,
  .shop_table.cart tbody tr:first-child td {
    border-top: 1px solid #ebebeb;
  }
  .woocommerce-account .wrapper {
    min-height: auto;
  }
  header.woocommerce-Address-title.title {
    background: none !important;
  }
  .woocommerce-page .woocommerce-MyAccount-content .form-row label {
    margin-bottom: 10px;
    line-height: 18px;
  }
  .woocommerce-page legend {
    border: none;
  }
  .shop_table.shop_table_responsive.my_account_orders tbody tr:nth-child(odd),
  .shop_table.cart.shop_table_responsive tbody tr:nth-child(odd) {
    background: #f9f9f9;
  }
  .product-thumbnail {
    overflow: hidden;
  }
  .shop_table.my_account_orders.shop_table_responsive tbody tr:nth-child(even),
  .shop_table.cart.shop_table_responsive tbody tr:nth-child(even),
  .shop_table.order_details tbody tr:nth-child(even) {
    background: #fff;
  }
  .shop_table.wishlist_table thead {
    display: none !important;
  }
  .wishlist_table tr td.product-thumbnail a {
    margin: 0 auto !important;
  }
  .wishlist_table.shop_table.cart tbody tr:last-child td {
    border-bottom: none;
  }
  .wishlist_table.shop_table.cart tbody tr td:last-child {
    border-bottom: 1px solid #ebebeb;
  }
  .wishlist_table.shop_table.cart tbody tr td {
    border-right: 1px solid #ebebeb;
  }
  .wishlist_table tr td.product-thumbnail, .wishlist_table tr td.product-name, .wishlist_table tr td.wishlist-name,
  .wishlist_table tr td.wishlist-privacy, .woocommerce table.wishlist_table tfoot td {
    text-align: center;
  }
  /* tables change*/
  .shop_table.wishlist_table tbody,
  .shop_table.wishlist_table thead,
  .shop_table.wishlist_table tfoot,
  .shop_table.wishlist_table th,
  .shop_table.wishlist_table tr,
  .shop_table.wishlist_table td,
  .my_account_orders.shop_table_responsive tbody,
  .my_account_orders.shop_table_responsive thead,
  .my_account_orders.shop_table_responsive tfoot .my_account_orders.shop_table_responsive th,
  .my_account_orders.shop_table_responsive tr,
  .my_account_orders.shop_table_responsive td,
  .shop_table_responsive.cart,
  .shop_table_responsive.cart tbody,
  .shop_table_responsive.cart thead,
  .shop_table_responsive.cart tfoot,
  .shop_table_responsive.cart th,
  .shop_table_responsive.cart tr,
  .shop_table_responsive.cart td {
    display: block;
  }
  table.order_details tfoot tr:first-child > td[scope=row] {
    border-bottom: 1px solid #ddd;
  }
  table.order_details tfoot tr:last-child > td[scope=row] {
    border-bottom: none;
  }
  .my_account_orders.shop_table_responsive tr td,
  .my_account_orders.shop_table_responsive tr th,
  .shop_table_responsive.cart tr td,
  .shop_table_responsive.cart tr th {
    width: auto !important;
    text-align: left !important;
  }
  .my_account_orders.shop_table_responsive td,
  .shop_table_responsive.cart td {
    margin-top: 0 !important;
  }
  .my_account_orders.shop_table_responsive thead tr:first-child,
  .shop_table_responsive.cart thead tr:first-child {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .shop_table.my_account_orders.shop_table_responsive tbody tr:first-child,
  .shop_table.shop_table_responsive.cart tbody tr:first-child {
    position: relative;
    top: 0;
    left: 0;
  }
  .shop_table.cart tbody tr:last-child td {
    padding: 0 !important;
  }
  .my_account_orders.shop_table_responsive td,
  .shop_table_responsive.cart td {
    position: relative;
    padding-left: 50% !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none;
  }
  .my_account_orders.shop_table_responsive td:not([colspan]):after,
  .shop_table_responsive.cart td:not([colspan]):after {
    content: "";
    display: block;
    border-left: 1px solid #e0e0e0;
    position: absolute;
    left: 47%;
    top: 0;
    height: 100%;
  }
  .shop_table_responsive.my_account_orders td[colspan],
  .shop_table_responsive.cart td[colspan] {
    width: 100%;
    text-align: center;
    padding: 10px !important;
  }
  .shop_table_responsive.my_account_orders tbody td[colspan],
  .shop_table_responsive.cart tbody td[colspan] {
    display: block;
    text-align: center;
    border-left: none;
    border-right: none;
    border-top: none;
    width: 100%;
  }
  .shop_table_responsive.my_account_orders td[colspan]:before,
  .shop_table_responsive.cart td[colspan]:before {
    display: none;
  }
  .shop_table_responsive.my_account_orders td[colspan]:after,
  .shop_table_responsive.cart td[colspan]:after {
    display: none;
  }
  .shop_table_responsive.my_account_orders td[colspan] table tr td:after .shop_table_responsive.cart td[colspan] table tr td:after {
    display: none;
  }
  .shop_table_responsive.my_account_orders td[colspan] table tr td:before .shop_table_responsive.cart td[colspan] table tr td:before {
    display: none;
  }
  .shop_table_responsive.my_account_orders,
  .shop_table_responsive.cart {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
  }
  .shop_table_responsive.my_account_orders td:before,
  .shop_table_responsive.cart td:before {
    content: attr(data-title);
    position: absolute;
    top: 50%;
    left: 9px;
    width: 45%;
    padding-right: 10px;
    transform: translateY(-50%);
    color: #424242;
    font-size: 16px;
    font-weight: 600;
  }
  .shop_table_responsive.my_account_orders tr:nth-child(2n),
  .shop_table_responsive.cart tr:nth-child(2n) {
    background: #f9f9f9;
  }
  .btn-updatecart {
    float: left;
  }
  .coupon {
    margin-bottom: 10px;
  }
}
.title-cart-sub {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #80bb01;
  letter-spacing: 1px;
}

.woocommerce address {
  line-height: 32px;
}

.calculated_shipping .box-shipping table tbody tr td p {
  color: #424242;
}
.calculated_shipping .box-shipping table form.woocommerce-shipping-calculator .shipping-calculator-button {
  color: #000;
  font-weight: bold;
  font-size: 16px;
}

@media (max-width: 991px) {
  .woocommerce .wishlist_table .product-name a.yith-wcqv-button {
    margin-left: 0;
    display: inline;
  }
  .woocommerce .wishlist_table .product-name a {
    width: 100%;
    display: block;
  }
  .cross-sells {
    margin-top: 35px;
  }
  .cross-sells .product-grid .type-product .item {
    margin-bottom: 0;
  }
}
@media (min-width: 600px) {
  form.checkout #customer_details.col2-set {
    margin: 0 -15px;
  }
  form.checkout #customer_details.col2-set > .col-1, form.checkout #customer_details.col2-set .col-2 {
    width: 50%;
    float: left;
    padding: 0 15px;
  }
  form.checkout #customer_details.col2-set .title-hdwoo {
    padding-top: 9px;
  }
  form.checkout #customer_details.col2-set:before, form.checkout #customer_details.col2-set:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 600px) {
  .shop_table.cart .actions .coupon label {
    display: none;
  }
}
@media (max-width: 480px) {
  .quantity input.qty.text {
    width: 50px;
  }
  .shop_table .cart_item .product-thumbnail .product-name {
    float: left;
  }
  .shop_table.cart .coupon {
    float: none;
  }
  .shop_table.cart .actions .coupon input {
    width: 100%;
    margin-bottom: 10px;
  }
  .shop_table.cart .actions .coupon input.button {
    width: 40% !important;
    padding: 15px 15px;
  }
  input.button.btn-updatecart {
    display: block;
    width: 100%;
  }
  .shop_table.woocommerce-checkout-review-order-table thead tr th.product-total,
  .shop_table.woocommerce-checkout-review-order-table tbody tr td.product-total {
    text-align: right;
  }
}
@media (max-width: 375px) {
  #yith-quick-view-content .summary .cart .add-to-cart {
    margin-top: 15px;
    width: 100% !important;
  }
  #yith-quick-view-content .single_add_to_cart_button {
    width: 100% !important;
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
form.checkout .form-row input[type=checkbox] {
  min-width: auto;
}

form.checkout .form-row label {
  padding-left: 0;
  padding-bottom: 7px;
}

form.checkout .form-row input {
  min-width: 100%;
}

form.checkout .form-row #place_order {
  min-width: 150px;
}

.wishlist-title-container {
  display: none;
}

/*===================================
	3.3 Widget
===================================*/
.active-sidebar .widget {
  margin-bottom: 14px;
  clear: left;
}
.active-sidebar .widget .widget-title {
  font-size: 20px;
  font-weight: bold;
  font-family: Asap;
  position: relative;
  color: #303030;
  text-transform: uppercase;
  padding: 27px 0 17px;
  margin-bottom: 30px;
  overflow: hidden;
  letter-spacing: 0px;
  border-bottom: 1px solid #e3e3e3;
}
.active-sidebar .widget.widget_apr_recipe_categories, .active-sidebar .widget.widget_archive, .active-sidebar .widget.widget_categories {
  margin-bottom: 3px;
}
.active-sidebar .widget.widget_apr_recipe_categories .widget-title, .active-sidebar .widget.widget_archive .widget-title, .active-sidebar .widget.widget_categories .widget-title {
  margin-bottom: 16px;
}
.active-sidebar .widget.widget_apr_knowledge_categories .widget-title, .active-sidebar .widget.widget_apr_press_media_categories .widget-title {
  margin-bottom: 16px;
}
.active-sidebar .widget.yith-woo-ajax-reset-navigation {
  padding-bottom: 20px;
}
.active-sidebar .widget.yith-woo-ajax-reset-navigation .widget-title {
  margin-bottom: 25px;
}
.active-sidebar .widget.yith-woo-ajax-reset-navigation .clear-all {
  text-align: right;
}
.active-sidebar .widget.yith-woo-ajax-reset-navigation .clear-all a {
  font-size: 14px;
  color: #80bb01;
}
.active-sidebar .widget.yith-woo-ajax-reset-navigation .widget-content {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 22px;
  margin-bottom: 15px;
  color: #303030;
  font-size: 14px;
}
.active-sidebar .widget.yith-woo-ajax-reset-navigation .widget-content span {
  font-size: 14px;
  color: #80bb01;
}
.active-sidebar .widget_post_blog .widget-title,
.active-sidebar .widget_tag_cloud .widget-title {
  padding-top: 24px;
}
.active-sidebar aside:first-child.widget .widget-title {
  padding-top: 0;
  margin-top: -3px;
}

.widget.widget_arrowpress_instagram_feed {
  width: 100%;
  overflow: hidden;
}
.widget.widget_arrowpress_instagram_feed .instagram-gallery {
  margin: 0 -7px;
}
.widget.widget_arrowpress_instagram_feed .instagram-gallery .instagram-img {
  display: inline-block;
  margin: 7px 4px;
  width: 30.3333%;
  height: 81px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  position: relative;
  z-index: 9;
}
.widget.widget_arrowpress_instagram_feed .instagram-gallery .instagram-img a i {
  font-size: 20px;
}

.widget_add_to_cart a {
  padding-left: 10px;
  position: relative;
}
.widget_add_to_cart a:before {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 8px;
}
.widget_add_to_cart a:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #282828;
  bottom: 3px;
  left: 0;
  position: absolute;
}
.widget_add_to_cart a:hover:after {
  content: none;
}

.widget-title-border span.before_title {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  color: #80bb01;
  font-weight: 500;
}
.widget-title-border span.before_title:after {
  content: "";
  width: 45px;
  height: 1px;
  display: inline-block;
  background: #80bb01;
  vertical-align: middle;
  margin-left: 3px;
  margin-top: 2px;
  margin-bottom: -7.5px;
  transition: all 0.4s ease;
}
.widget-title-border:hover span.before_title:after {
  width: 35px;
}

aside.widget:hover .widget-title-border span.before_title:after {
  width: 35px;
}

.widget_search form, .widget_product_search form {
  position: relative;
}
.widget_search form input, .widget_product_search form input {
  padding: 14px 50px 16px 15px;
  width: 100%;
  height: 50px;
  color: #707070;
  font-size: 15px;
  background: #f5f5f5;
  font-weight: normal;
}
.widget_search form .btn-search, .widget_product_search form .btn-search {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-size: 16px;
  height: 50px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 0;
  color: #333;
  line-height: 55px;
}
.widget_search form .btn-search:hover, .widget_product_search form .btn-search:hover {
  color: #80bb01;
}

.active-sidebar .widget.widget_product_categories {
  margin-bottom: 3px;
}
.active-sidebar .widget.widget_product_categories .widget-title {
  margin-bottom: 15px;
  padding-top: 0;
}
.active-sidebar .widget.widget_product_categories ul {
  margin-bottom: 0;
}
.active-sidebar .widget.widget_recent_recipe .widget-title {
  padding-top: 20px;
}

@media (max-width: 768px) {
  .widget_apr_recipe_categories li, .widget_product_categories li {
    float: left;
    width: 50%;
  }
}

.widget_archive li,
.widget_categories li,
.widget_apr_recipe_categories li,
.widget_apr_knowledge_categories li,
.widget_apr_press_media_categories li,
.widget_product_categories li,
.widget_pages li, .widget_meta li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  font-size: 15px;
}
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_apr_recipe_categories li:last-child,
.widget_apr_knowledge_categories li:last-child,
.widget_apr_press_media_categories li:last-child,
.widget_product_categories li:last-child,
.widget_pages li:last-child, .widget_meta li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.widget_archive li.current-cat > a,
.widget_categories li.current-cat > a,
.widget_apr_recipe_categories li.current-cat > a,
.widget_apr_knowledge_categories li.current-cat > a,
.widget_apr_press_media_categories li.current-cat > a,
.widget_product_categories li.current-cat > a,
.widget_pages li.current-cat > a, .widget_meta li.current-cat > a {
  color: #80bb01;
  padding-left: 35px;
}
.widget_archive li.current-cat > a:before,
.widget_categories li.current-cat > a:before,
.widget_apr_recipe_categories li.current-cat > a:before,
.widget_apr_knowledge_categories li.current-cat > a:before,
.widget_apr_press_media_categories li.current-cat > a:before,
.widget_product_categories li.current-cat > a:before,
.widget_pages li.current-cat > a:before, .widget_meta li.current-cat > a:before {
  left: 0;
  opacity: 1;
}
.widget_archive li.current-cat > span.count,
.widget_categories li.current-cat > span.count,
.widget_apr_recipe_categories li.current-cat > span.count,
.widget_apr_knowledge_categories li.current-cat > span.count,
.widget_apr_press_media_categories li.current-cat > span.count,
.widget_product_categories li.current-cat > span.count,
.widget_pages li.current-cat > span.count, .widget_meta li.current-cat > span.count {
  color: #80bb01;
}
.widget_archive li > p,
.widget_categories li > p,
.widget_apr_recipe_categories li > p,
.widget_apr_knowledge_categories li > p,
.widget_apr_press_media_categories li > p,
.widget_product_categories li > p,
.widget_pages li > p, .widget_meta li > p {
  color: #232323;
  cursor: pointer;
  font-size: 18px;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 20px;
}
.widget_archive li a,
.widget_categories li a,
.widget_apr_recipe_categories li a,
.widget_apr_knowledge_categories li a,
.widget_apr_press_media_categories li a,
.widget_product_categories li a,
.widget_pages li a, .widget_meta li a {
  color: #282828;
  display: inline-block;
  position: relative;
  font-size: 15px;
}
.widget_archive li a:before,
.widget_categories li a:before,
.widget_apr_recipe_categories li a:before,
.widget_apr_knowledge_categories li a:before,
.widget_apr_press_media_categories li a:before,
.widget_product_categories li a:before,
.widget_pages li a:before, .widget_meta li a:before {
  position: absolute;
  content: "\f178";
  font-family: FontAwesome;
  top: 0;
  left: -10px;
  opacity: 0;
  color: #80bb01;
  transition: all 0.3s ease-in-out 0s;
}
.widget_archive li a span,
.widget_categories li a span,
.widget_apr_recipe_categories li a span,
.widget_apr_knowledge_categories li a span,
.widget_apr_press_media_categories li a span,
.widget_product_categories li a span,
.widget_pages li a span, .widget_meta li a span {
  font-size: 15px;
  color: #9f9f9f;
  display: inline-block;
}
.widget_archive li:hover > a,
.widget_categories li:hover > a,
.widget_apr_recipe_categories li:hover > a,
.widget_apr_knowledge_categories li:hover > a,
.widget_apr_press_media_categories li:hover > a,
.widget_product_categories li:hover > a,
.widget_pages li:hover > a, .widget_meta li:hover > a {
  color: #80bb01;
  padding-left: 35px;
}
.widget_archive li:hover > a:before,
.widget_categories li:hover > a:before,
.widget_apr_recipe_categories li:hover > a:before,
.widget_apr_knowledge_categories li:hover > a:before,
.widget_apr_press_media_categories li:hover > a:before,
.widget_product_categories li:hover > a:before,
.widget_pages li:hover > a:before, .widget_meta li:hover > a:before {
  opacity: 1;
  left: 0;
}
.widget_archive li:hover span,
.widget_categories li:hover span,
.widget_apr_recipe_categories li:hover span,
.widget_apr_knowledge_categories li:hover span,
.widget_apr_press_media_categories li:hover span,
.widget_product_categories li:hover span,
.widget_pages li:hover span, .widget_meta li:hover span {
  color: #80bb01;
}
.widget_archive li ul.children,
.widget_categories li ul.children,
.widget_apr_recipe_categories li ul.children,
.widget_apr_knowledge_categories li ul.children,
.widget_apr_press_media_categories li ul.children,
.widget_product_categories li ul.children,
.widget_pages li ul.children, .widget_meta li ul.children {
  padding-top: 10px;
  margin-top: 10px;
  margin-left: 0;
}
.widget_archive li ul.children li,
.widget_categories li ul.children li,
.widget_apr_recipe_categories li ul.children li,
.widget_apr_knowledge_categories li ul.children li,
.widget_apr_press_media_categories li ul.children li,
.widget_product_categories li ul.children li,
.widget_pages li ul.children li, .widget_meta li ul.children li {
  margin-left: 15px;
}

.widget_recent_entries,
.widget_recent_comments {
  font-weight: 500;
}
.widget_recent_entries li,
.widget_recent_comments li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.widget_recent_entries li a,
.widget_recent_comments li a {
  color: inherit;
  font-size: 16px;
  position: relative;
}
.widget_recent_entries li a:hover,
.widget_recent_comments li a:hover {
  color: #80bb01;
}
.widget_recent_entries li span,
.widget_recent_comments li span {
  font-size: 13px;
  color: #acacac;
  text-transform: capitalize;
}

.widget_recent_comments ul#recentcomments {
  padding-top: 13px;
}
.widget_recent_comments li {
  overflow: hidden;
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 18px;
}
.widget_recent_comments li .comment-post-link {
  margin-top: 11px;
  letter-spacing: -0.6px;
}
.widget_recent_comments li .comment-post-link a {
  line-height: 25px;
}

.widget_recent_recipe .blog-img i {
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
}
.widget_recent_recipe .blog-item:hover .blog-img a:before {
  opacity: 0.7;
}
.widget_recent_recipe .blog-item:hover .blog-img i {
  opacity: 1;
  z-index: 1;
}

.widget_recent_recipe ul li.blog-item,
.widget_post_blog ul li.blog-item,
.widget_recent_knowledge ul li.blog-item,
.widget_recent_press ul li.blog-item {
  padding-bottom: 20px;
  margin-bottom: 0;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.widget_recent_recipe ul li.blog-item:last-child,
.widget_post_blog ul li.blog-item:last-child,
.widget_recent_knowledge ul li.blog-item:last-child,
.widget_recent_press ul li.blog-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.widget_recent_recipe .blog-info > .info:not(.blog-date):not(.author),
.widget_post_blog .blog-info > .info:not(.blog-date):not(.author),
.widget_recent_knowledge .blog-info > .info:not(.blog-date):not(.author),
.widget_recent_press .blog-info > .info:not(.blog-date):not(.author) {
  padding: 0;
}
.widget_recent_recipe .blog-img,
.widget_post_blog .blog-img,
.widget_recent_knowledge .blog-img,
.widget_recent_press .blog-img {
  float: left;
  width: 98px;
  position: relative;
  margin-right: 20px;
}
.widget_recent_recipe .blog-img .fancybox:before,
.widget_post_blog .blog-img .fancybox:before,
.widget_recent_knowledge .blog-img .fancybox:before,
.widget_recent_press .blog-img .fancybox:before {
  content: none;
}
.widget_recent_recipe .blog-img .fancybox,
.widget_post_blog .blog-img .fancybox,
.widget_recent_knowledge .blog-img .fancybox,
.widget_recent_press .blog-img .fancybox {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  opacity: 0;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
}
.widget_recent_recipe .blog-img .fancybox i,
.widget_post_blog .blog-img .fancybox i,
.widget_recent_knowledge .blog-img .fancybox i,
.widget_recent_press .blog-img .fancybox i {
  display: block;
  text-align: center;
  width: 15px;
}
.widget_recent_recipe .blog-item:hover .blog-img .fancybox,
.widget_post_blog .blog-item:hover .blog-img .fancybox,
.widget_recent_knowledge .blog-item:hover .blog-img .fancybox,
.widget_recent_press .blog-item:hover .blog-img .fancybox {
  opacity: 1;
}
.widget_recent_recipe .blog-post-info,
.widget_post_blog .blog-post-info,
.widget_recent_knowledge .blog-post-info,
.widget_recent_press .blog-post-info {
  overflow: hidden;
}
.widget_recent_recipe .blog-post-info .blog-post-title,
.widget_post_blog .blog-post-info .blog-post-title,
.widget_recent_knowledge .blog-post-info .blog-post-title,
.widget_recent_press .blog-post-info .blog-post-title {
  margin-bottom: 0;
  padding: 0;
  display: block;
}
.widget_recent_recipe .blog-post-info .blog-time,
.widget_post_blog .blog-post-info .blog-time,
.widget_recent_knowledge .blog-post-info .blog-time,
.widget_recent_press .blog-post-info .blog-time {
  display: block;
  margin-top: -2px;
}
.widget_recent_recipe .blog-post-info .blog-time a,
.widget_post_blog .blog-post-info .blog-time a,
.widget_recent_knowledge .blog-post-info .blog-time a,
.widget_recent_press .blog-post-info .blog-time a {
  color: #80bb01;
  font-size: 13px;
  font-weight: 400;
}
.widget_recent_recipe .blog-post-info .blog-time p,
.widget_post_blog .blog-post-info .blog-time p,
.widget_recent_knowledge .blog-post-info .blog-time p,
.widget_recent_press .blog-post-info .blog-time p {
  margin-bottom: 2px;
}
.widget_recent_recipe .blog-post-info .blog-info > .info.author,
.widget_post_blog .blog-post-info .blog-info > .info.author,
.widget_recent_knowledge .blog-post-info .blog-info > .info.author,
.widget_recent_press .blog-post-info .blog-info > .info.author {
  margin-left: 0;
}
.widget_recent_recipe .blog-post-info .post-name,
.widget_post_blog .blog-post-info .post-name,
.widget_recent_knowledge .blog-post-info .post-name,
.widget_recent_press .blog-post-info .post-name {
  max-height: 65px;
  overflow: hidden;
}
.widget_recent_recipe .blog-post-info .post-name > a,
.widget_post_blog .blog-post-info .post-name > a,
.widget_recent_knowledge .blog-post-info .post-name > a,
.widget_recent_press .blog-post-info .post-name > a {
  font-size: 15px;
  line-height: 22px;
  display: block;
  margin-top: -2px;
  text-overflow: ellipsis;
  font-weight: 600;
  color: #282828;
}
.widget_recent_recipe .blog-post-info .post-name > a:hover,
.widget_post_blog .blog-post-info .post-name > a:hover,
.widget_recent_knowledge .blog-post-info .post-name > a:hover,
.widget_recent_press .blog-post-info .post-name > a:hover {
  color: #80bb01;
}
.widget_recent_recipe .blog-post-info .blog-post-info .blog-info > .info.blog-date a:after,
.widget_post_blog .blog-post-info .blog-post-info .blog-info > .info.blog-date a:after,
.widget_recent_knowledge .blog-post-info .blog-post-info .blog-info > .info.blog-date a:after,
.widget_recent_press .blog-post-info .blog-post-info .blog-info > .info.blog-date a:after {
  margin-left: 11px;
  margin-top: 0px;
}

.yith-woocompare-widget ul.products-list li:last-child {
  border-bottom: 0;
}
.yith-woocompare-widget ul.products-list li .remove {
  color: #80bb01;
  font-size: 16px;
}
.yith-woocompare-widget ul.products-list li .remove:hover {
  background: transparent;
  color: #000;
}
.yith-woocompare-widget ul.products-list li .title {
  color: #000;
  font-weight: bold;
  font-family: Poppins;
}
.yith-woocompare-widget ul.products-list li .title:hover {
  color: #80bb01;
}
.yith-woocompare-widget ul.products-list li.list_empty {
  color: #333436;
  font-size: 14px;
}

.product_list_widget {
  width: 100%;
  float: left;
}
.product_list_widget li {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.product_list_widget li:last-child {
  margin-bottom: 0;
}
.product_list_widget .product-img {
  float: left;
  width: 98px;
  margin-right: 15px;
}
.product_list_widget .reviewer {
  color: #212425;
  display: block;
  text-transform: capitalize;
  width: 100%;
}
.product_list_widget .product-img {
  border: 1px solid #ebebeb;
}
.product_list_widget .product-content {
  text-align: left;
}
.product_list_widget .product-content .product-title {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin-bottom: 4px;
  color: #282828;
  font-weight: bold;
  line-height: 14px;
}
.product_list_widget .product-content .product-title:hover {
  color: #80bb01;
}
.product_list_widget .price {
  margin-bottom: 6px;
}
.product_list_widget .price span {
  color: #80bb01;
  font-size: 18px;
  font-family: Poppins;
}
.product_list_widget .price del span {
  color: #adadad !important;
  font-size: 16px !important;
  font-weight: lighter !important;
}

.widget_products,
.widget_recent_reviews,
.widget_top_rated_products,
.widget_recently_viewed_products {
  width: 100%;
  float: left;
}

.widget_shopping_cart .widget_shopping_cart_content {
  padding: 0;
}
.widget_shopping_cart .quantity span {
  color: #c74729;
}

.widget_pages > ul > li > a {
  color: #000;
}
.widget_pages .current-cat > a, .widget_pages .current-cat-parent > a,
.widget_pages .current_page_item > a, .widget_pages .current-page-parent > a {
  color: #80bb01;
}

.tagcloud a {
  color: #555555;
  font-size: 12px !important;
  line-height: normal;
  display: inline-block;
  border: 1px solid #c1c1c1;
  text-transform: capitalize;
  margin-right: 6px;
  margin-bottom: 9px;
  padding: 5px 9px 3px 7px;
}
.tagcloud a:hover {
  color: #80bb01;
  border-color: #80bb01;
}

.widget_price_filter {
  overflow: hidden;
}
.widget_price_filter .price_slider_wrapper {
  margin-top: 8px;
}
.widget_price_filter .ui-slider {
  background: #e3e3e3;
  height: 4px;
  position: relative;
  border: none;
}
.widget_price_filter .ui-slider .ui-slider-range {
  background: #a0a0a0;
  height: 4px;
  position: absolute;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  background: #80bb01;
  cursor: pointer;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 10px;
  position: absolute;
  top: -4px;
  width: 12px;
  z-index: 2;
  margin-left: 0;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -10px;
}
.widget_price_filter .price_slider_amount {
  overflow: hidden;
  margin-top: 7px;
}
.widget_price_filter .price_slider_amount .align_right {
  float: right;
}
.widget_price_filter .price_slider_amount .price_label span {
  color: #303030;
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 15px;
  font-weight: normal;
  display: inline-block;
}
.widget_price_filter .price_slider_amount .price_label span span {
  color: #303030;
  font-size: 14px;
}
.widget_price_filter .price_slider_amount .button:hover {
  background: #000 !important;
  color: #fff;
}
.widget_price_filter .price_slider_amount .btn-filter {
  float: right;
  font-size: 13px;
  font-weight: normal;
  padding: 9px 13px;
  text-transform: none;
}
.widget_price_filter .price_slider_amount .btn-primary {
  letter-spacing: 0.6px;
}
.widget_price_filter .price_slider_amount .button {
  background: #80bb01;
  color: #fff;
  padding: 8px 17px;
  font-weight: 400;
  border-radius: 0;
  text-transform: uppercase;
  border: none;
  line-height: 24px;
}

.widget_compare {
  padding-bottom: 25px;
}
.widget_compare p {
  margin-bottom: 0;
}

.widget_nav_menu ul li {
  width: 100%;
}
.widget_nav_menu ul li a:hover {
  color: #80bb01;
}

.active-sidebar .widget_nav_menu ul li a {
  color: inherit;
}

.box-text-sidebar {
  margin-bottom: 39px;
}
.box-text-sidebar img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.box-text-sidebar p {
  font-size: 15px;
  color: #000;
  padding: 22px 15px 8px;
  line-height: 26px;
  font-style: italic;
}
.box-text-sidebar h4 {
  font-family: Open Sans;
  text-transform: uppercase;
  color: #80bb01;
  font-size: 12px;
  font-weight: bold;
}

.active-sidebar .widget_arrowpress_instagram_feed .instagram-container li a:after {
  font-size: 20px;
}

/*===================================
	3.4 Product
===================================*/
/* Woocommerce AJAX Search CSS */
.woocommerce-Price-currencySymbol {
  text-decoration: none;
}

.product-list .product-content:hover .action_item_box > .button {
  border: 1px solid #80bb01;
  color: #80bb01;
  background: transparent !important;
}

.add-to-cart .uni-cpo-total {
  display: none;
}

.info .uni-cpo-total-sum {
  font-size: 18px;
  padding: 0 5px;
}
.info .uni_cpo_field_type_text_input input.js-uni-cpo-field-text_input:hover,
.info .js-uni-cpo-field-select:hover {
  color: #969488;
  background-color: transparent;
}
.info .uni_cpo_field_type_text_input input.js-uni-cpo-field-text_input,
.info .js-uni-cpo-field-select {
  box-shadow: none;
  outline: none;
  height: 50px;
}
.info #uni_cpo_product_weight_input > h6.uni_cpo_fields_header {
  display: inline-block;
  padding-right: 15px;
}

.product-grid .product-content .action_item_box > .button.product_type_simple:not(.add_to_cart_button) {
  color: #fff;
  background: #80bb01;
  font-size: 0;
  vertical-align: top;
}
.product-grid .product-content .action_item_box > .button.product_type_simple:not(.add_to_cart_button):before {
  content: "\e66e";
  font-family: "Pe-icon-7-stroke";
  display: block;
  margin-top: -2px;
  font-size: 18px;
}
.product-grid .product-content .action_item_box > .button.product_type_simple:not(.add_to_cart_button):hover {
  background: transparent;
  color: #80bb01;
  border: 1px solid #80bb01;
}

.woosearch-results {
  border: 1px solid #80bb01;
}
.woosearch-results ul {
  padding-top: 73px;
  padding-bottom: 6px;
}
.woosearch-results li {
  padding-bottom: 10px;
  padding-top: 5px;
  background: #fff;
}
.woosearch-results li:last-child {
  border-bottom: 0px solid #80bb01;
}

#yith-quick-view-content h6.uni_cpo_fields_header, .info h6.uni_cpo_fields_header {
  font-weight: 600;
}
#yith-quick-view-content .uni_cpo_options_box, .info .uni_cpo_options_box {
  border-top: 1px solid #e3e3e3;
  padding-top: 8px;
}
#yith-quick-view-content .uni-cpo-price-discounted, .info .uni-cpo-price-discounted {
  padding-top: 13px;
}
#yith-quick-view-content .uni_cpo_fields_header, .info .uni_cpo_fields_header {
  padding-bottom: 15px;
}

.layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .action_item a:hover,
.layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .product_type_simple:hover,
.layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .add_to_cart_button:hover {
  border-left: 1px solid #80bb01;
}

.arrow_pagination .slick-dots {
  display: none !important;
}

.dot_pagination .slick-arrow {
  display: none !important;
}

.box_farm_deal .arrow_pagination .slick-arrow {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #ebebeb;
  color: #fff;
}
.box_farm_deal .arrow_pagination .slick-arrow.btn-next {
  left: -90px;
}
.box_farm_deal .arrow_pagination .slick-arrow.btn-prev {
  right: -90px;
}
.box_farm_deal .arrow_pagination .slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}
.box_farm_deal .layout_style_2::before {
  background: transparent !important;
}
.box_farm_deal .layout_style_2 {
  max-width: none;
  padding: 0;
}
.box_farm_deal .countdown-2 .ult_countdown-row {
  width: auto;
  height: 100px;
  top: 62%;
  left: auto;
  margin-left: 61px;
}
.box_farm_deal .countdown-2 .ult_countdown-row .ult_countdown-section {
  display: inline-block;
  float: left !important;
}

.product_listing .add_to_cart_button:hover, .product_listing .product_type_simple:hover {
  color: #80bb01 !important;
}
.product_listing .product-grid {
  border: 0;
}
.product_listing .product-grid .item {
  border: 0;
}
.product_listing .product-content .product-image > a:before {
  background: #80bb01;
}
.product_listing .product_types .item:hover {
  box-shadow: none;
}
.product_listing .product_types .product-image {
  margin-right: 20px;
  width: 100px;
  float: left;
  margin-bottom: 0;
}
.product_listing .product_types .product-image .product-action-grid {
  display: none !important;
}
.product_listing .product_types .product-image .product-label {
  display: none;
}
.product_listing .product_types .product-desc {
  overflow: hidden;
  text-align: left;
  padding: 0;
  border: none;
}
.product_listing .product_types .product-desc h3 a {
  padding-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  color: #282828;
}
.product_listing .product_types .product-desc h3 a:hover {
  background: none !important;
  color: #80bb01;
}
.product_listing .product_types .product-desc .desc {
  display: none;
}
.product_listing .product_types .product-desc .price {
  padding-bottom: 0;
}
.product_listing .product_types .product-action a {
  display: inline-block !important;
}
.product_listing .product_types .product-content {
  padding-bottom: 21px;
}
.product_listing .product_types .product-content a {
  border-bottom: none !important;
}
.product_listing .product_types .product-content .product-action {
  display: block;
  opacity: 1;
  padding: 0;
  position: static;
  text-align: left;
  visibility: visible;
}
.product_listing .product_types .product-content .product-action a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: none;
  border-bottom: 1px solid #282828 !important;
  border-radius: 0;
  color: #282828;
  font-size: 13px;
  font-weight: 500;
  height: 100%;
  line-height: normal;
  text-align: left;
  margin-right: 0;
  width: auto;
  padding: 0;
  margin: 0;
}
.product_listing .product_types .product-content .product-action .action_item {
  display: none;
}
.product_listing .product_types .product-content .price del .amount {
  font-size: 13px;
}
.product_listing .product_types .product-content .price .amount,
.product_listing .product_types .product-content .price .unit_price {
  font-size: 14px;
}

.product_slide .item {
  background: transparent !important;
}
.product_slide .item .product-content {
  background: #fff;
}

.slick-arrow {
  padding: 0;
  background: #fff;
  border-radius: 100%;
  color: #cdcdcd;
  display: block;
  font-size: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
  z-index: 99;
}
.slick-arrow:hover {
  color: #80bb01;
}
.slick-arrow.btn-next {
  left: -7px;
}
.slick-arrow.btn-prev {
  right: -7px;
}

.slick-dots {
  bottom: -133px;
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  display: inline-block;
  padding: 0 6px;
}
.slick-dots li.slick-active button {
  background: #80bb01;
  color: #fff;
}
.slick-dots li button {
  background: #ebebeb;
  border-radius: 100%;
  color: #282828;
  font-size: 13px;
  border: 0;
  display: block;
  height: 30px;
  width: 30px;
  padding: 0;
  line-height: 32px;
}
.slick-dots li button:hover {
  background: #80bb01;
  color: #fff;
}

#yith-quick-view-content div.summary {
  margin: 0;
  padding: 30px;
}

.product_layout_grid .product_types {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.product_layout_grid .item {
  position: relative;
}

.layout_style_1 .product-grid .product-content p.sub_title {
  color: #282828;
}
.layout_style_1 .slick-slider {
  margin-top: 20px;
  margin-bottom: 20px;
}
.layout_style_1 .product-content {
  margin-bottom: 25px;
  margin-top: 22px;
}
.layout_style_1 .product-content h3 {
  padding-bottom: 5px;
}
.layout_style_1 .product-content:hover {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
}
.layout_style_1 .product-content:hover .product-action {
  bottom: -20px;
}
.layout_style_1 .slick-arrow {
  transform: translateY(-50%);
  border: 1px solid #cdcdcd;
}
.layout_style_1 .slick-arrow:hover {
  border-color: #80bb01;
}
.layout_style_1 .product-grid .item,
.layout_style_1 .product-grid {
  border: none;
}
.layout_style_1 .product-grid .product-content {
  padding-bottom: 22px;
}

.layout_style_2 {
  margin: 0 auto;
  margin-top: 41px;
  margin-bottom: 100px !important;
  padding: 10px;
  max-width: 90.4%;
  position: relative;
}
.layout_style_2::before {
  background: linear-gradient(0deg, #58d9cd 0%, #80bb01 100%, #80bb01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$primary_color2", endColorstr="$primary_color",GradientType=1 );
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.3;
}
.layout_style_2 .product-grid .item,
.layout_style_2 .product-grid {
  border: none;
  margin-bottom: 0;
}
.layout_style_2 .slick-slider {
  margin: 0;
}
.layout_style_2 .slick-slider ul.slick-dots {
  bottom: -35px;
}
.layout_style_2 .slick-slider .slick-dots li {
  margin: 0 7.5px;
  width: 30px;
  height: 30px;
}
.layout_style_2 .slick-slider .slick-dots li.slick-active button, .layout_style_2 .slick-slider .slick-dots li:hover button {
  background: #80bb01;
  color: #fff;
}
.layout_style_2 .slick-slider .slick-dots li button {
  color: #282828;
  font-size: 13px;
  height: 30px;
  line-height: 31px;
  padding: 0;
  width: 30px;
  background: #ebebeb;
}
.layout_style_2 .slick-slider .slick-dots li button::before {
  content: none;
}
.layout_style_2 .slick-slider .item {
  padding: 0;
}
.layout_style_2 .product-content ins span.woocommerce-Price-amount span {
  font-size: 24px;
}
.layout_style_2 .product-label {
  display: none;
}
.layout_style_2 .product_style_2 .product-image {
  float: right;
}
@media (min-width: 992px) {
  .layout_style_2 .product_style_2 .product-image {
    padding-right: 50px;
  }
}
.layout_style_2 .product_style_2 .product-image > a:before {
  content: none;
}
.layout_style_2 .product_style_2 .product-action-grid {
  display: none;
}
.layout_style_2 .product_style_2 .product-desc {
  float: left;
  width: 50%;
  text-align: left;
  padding-left: 81px;
}
.layout_style_2 .product_style_2 .product-desc p {
  color: #282828;
  margin-bottom: 26px;
}
.layout_style_2 .product_style_2 .product-desc .term_name a {
  font-size: 15px;
  color: #282828;
  text-transform: uppercase;
}
.layout_style_2 .product_style_2 .product-desc .term_name a:hover {
  color: #80bb01;
}
.layout_style_2 .product_style_2 .product-desc .sub_title {
  display: none;
}
.layout_style_2 .product_style_2 .product-desc h3 a {
  font-size: 30px;
  font-weight: 600;
  text-transform: none;
}
.layout_style_2 .product_style_2 .product-content {
  border: none !important;
  padding-top: 56px;
}
@media (max-width: 880px) {
  .layout_style_2 .product_style_2 .product-content {
    padding: 56px;
  }
}
.layout_style_2 .product_style_2 .product-content h3 {
  padding-bottom: 15px;
  padding-top: 3px;
}
.layout_style_2 .product_style_2 .product-content .price .amount {
  font-size: 24px;
}
.layout_style_2 .product_style_2 .product-content .price del .amount {
  font-size: 16px;
  font-weight: lighter;
}
.layout_style_2 .product_style_2 .product-content .product-action-list {
  padding: 33px 0 20px;
  display: block;
  position: inherit;
  opacity: 1;
  visibility: visible;
  text-align: left;
}
.layout_style_2 .product_style_2 .product-content .product-action-list .action_item {
  vertical-align: top;
  height: 50px;
}
.layout_style_2 .product_style_2 .product-content .product-action-list .action_item a {
  font-size: 25.5px;
}
.layout_style_2 .product_style_2 .product-content .product-action-list a {
  text-align: center;
}
.layout_style_2.image_left_pos .product_style_2 .product-image {
  float: left;
  width: 50%;
  text-align: left;
}
.layout_style_2.image_left_pos .product_style_2 .product-desc {
  padding-left: 0;
}
@media (max-width: 991px) {
  .layout_style_2.image_left_pos .product_style_2 .product-desc {
    padding-left: 15px;
  }
}
.layout_style_2.layout_style_3 {
  padding: 0;
  margin: 53px 0 0;
  max-width: 100%;
  border: 0;
}
.layout_style_2.layout_style_3::before {
  background: transparent;
}
.layout_style_2.layout_style_3 .slick-slider {
  margin: 0 -26px;
}
.layout_style_2.layout_style_3 .slick-slider .item {
  padding: 15px 26px 0 26px;
}
.layout_style_2.layout_style_3 .slick-slider .item .product-content {
  border: 1px solid #ebebeb !important;
}
.layout_style_2.layout_style_3 .slick-arrow {
  background: transparent;
  color: #bdbdbd;
  border: 0;
  top: 50%;
  transform: translateY(-50%);
}
.layout_style_2.layout_style_3 .slick-arrow:hover {
  color: #80bb01;
}
.layout_style_2.layout_style_3 .slick-arrow.btn-next {
  left: -34px;
}
.layout_style_2.layout_style_3 .slick-arrow.btn-prev {
  right: -34px;
}
.layout_style_2.layout_style_3 .product-image {
  padding-right: 0;
}
.layout_style_2.layout_style_3 .product-content .product-image {
  margin-bottom: 0;
}
.layout_style_2.layout_style_3.product-grid .product-action-list {
  margin-top: 0;
}
.layout_style_2.layout_style_3 .product_style_2 .product-image {
  float: right;
  width: 35%;
}
.layout_style_2.layout_style_3 .product_style_2 .product-desc {
  float: left;
  width: 45%;
  text-align: left;
  padding-left: 3px;
  padding-top: 28px;
}
.layout_style_2.layout_style_3 .product_style_2 .product-desc .term_name {
  font-size: 13px;
  color: #333333;
  text-transform: uppercase;
}
.layout_style_2.layout_style_3 .product_style_2 .product-desc .sub_title {
  display: none;
}
.layout_style_2.layout_style_3 .product_style_2 .product-desc h3 a {
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}
.layout_style_2.layout_style_3 .product_style_2 .product-desc h3 a .text-light {
  font-weight: 700;
}
.layout_style_2.layout_style_3 .product_style_2 .product-desc p {
  margin-bottom: 13px;
}
@media (min-width: 992px) {
  .layout_style_2.layout_style_3 .product_style_2 .product-desc p {
    max-height: 72px;
    overflow: hidden;
  }
}
.layout_style_2.layout_style_3 .product_style_2 .product-content {
  border: 0 !important;
  padding: 0;
}
.layout_style_2.layout_style_3 .product_style_2 .product-content h3 {
  padding-bottom: 17px;
  margin-top: -8px;
}
.layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list {
  width: 15%;
  float: left;
  padding: 0;
}
.layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .action_item {
  padding: 0;
  height: 80px;
}
.layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .action_item span {
  vertical-align: middle;
}
.layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .action_item a, .layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .product_type_simple, .layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .add_to_cart_button {
  color: #282828;
  background: transparent;
  width: 50px;
  height: 80px;
  line-height: 80px;
  margin: 0 !important;
  font-size: 18px;
  border-radius: 0 !important;
  border: 1px solid #ebebeb;
  border-left: 0;
  border-top: 0;
}
.layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .action_item a .pe-7s-cart, .layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .product_type_simple .pe-7s-cart, .layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .add_to_cart_button .pe-7s-cart {
  line-height: 80px;
}
.layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .action_item a.yith-wcqv-button, .layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .product_type_simple.yith-wcqv-button, .layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .add_to_cart_button.yith-wcqv-button {
  border-bottom: 0;
}
.layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .action_item a:hover, .layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .product_type_simple:hover, .layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .add_to_cart_button:hover {
  color: #fff;
  background: #80bb01;
}
.layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .add_cart_list {
  display: none;
}
.layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .pe-7s-cart {
  display: block;
}
.layout_style_2.layout_style_3 .product_style_2 .product-content .product-desc .product-action-list {
  display: none;
  opacity: 0;
  visibility: hidden;
  float: left;
}
.layout_style_2.layout_style_3 .product_style_2 .product-content .product-desc .product-action-list a {
  text-align: center;
}
.layout_style_2.layout_style_5 {
  margin-bottom: 0 !important;
  margin-top: 0;
  max-width: 100%;
  padding: 0;
}
.layout_style_2.layout_style_5:before {
  background: #f5f5f5 none repeat scroll 0 0;
  bottom: -10px;
  left: 10px;
  opacity: 1;
  top: 10px;
}
.layout_style_2.layout_style_5 .slick-slider .item {
  padding: 0;
}
.layout_style_2.layout_style_5 .slick-arrow, .layout_style_2.layout_style_5 .slick-dots {
  display: none !important;
}
.layout_style_2.layout_style_5 .product-content .product-action-grid,
.layout_style_2.layout_style_5 .product-content .quick-view {
  display: none;
}
.layout_style_2.layout_style_5 .product-content .product-image {
  margin-bottom: 83px;
}
.layout_style_2.layout_style_5 .product-content .product-action-list {
  position: static;
  opacity: 1;
  visibility: visible;
  display: block;
  padding: 25px 15px 24px;
}
.layout_style_2.layout_style_5 .product-content .product-action-list .add_to_cart_button {
  color: #fdfdfd;
}
.layout_style_2.layout_style_5 .product-content .term_name {
  padding: 0 15px;
}
.layout_style_2.layout_style_5 .product-content .term_name a {
  color: #282828;
  font-size: 15px;
  text-transform: uppercase;
}
.layout_style_2.layout_style_5 .product-content .term_name a:hover {
  color: #80bb01;
}
.layout_style_2.layout_style_5 .product-content h3 {
  line-height: 24px;
  padding-top: 5px;
  padding-bottom: 15px;
}
.layout_style_2.layout_style_5 .product-content h3 + p {
  padding: 0 15px;
  margin-bottom: 15px;
}
.layout_style_2.layout_style_5 .product-content h3 a {
  font-size: 30px;
}
.layout_style_2.layout_style_5 .product-content .price del .amount {
  font-size: 16px;
}
.layout_style_2.layout_style_5 .product-content .price .amount {
  font-size: 24px;
}
.layout_style_2.layout_style_5 .product-content .price .amount span {
  font-size: 24px;
}
.layout_style_2.layout_style_5 .product-content .action_item {
  width: 100%;
  padding-top: 15px;
}
.layout_style_2.layout_style_5 .product-content .product-action-list .action_item a {
  border: medium none;
  height: 100%;
  line-height: 100%;
  width: 100%;
}
.layout_style_2.layout_style_5 .product-content .product-action-list .action_item a:hover {
  background: none;
}
.layout_style_2.layout_style_5 .product-content .product-action-list .action_item a:hover span:before {
  color: #80bb01;
}
.layout_style_2.layout_style_5 .product-content .wishlist-btn a span:before {
  color: #444;
  content: "+ Add to Wishlist";
  font-family: Poppins;
  font-size: 14px;
  text-decoration: underline;
}

.product_layout_packery .woocommerce div.product-grid div.product.image_size2 {
  width: 50%;
}
.product_layout_packery .woocommerce div.product-grid div.product.image_size {
  width: 25%;
}
.product_layout_packery .product-content .product-image {
  margin-bottom: 13px;
}
.product_layout_packery .product-content h3 {
  padding-bottom: 0;
}
.product_layout_packery .btn-viewmore {
  margin-top: 41px;
}
.product_layout_packery .btn-viewmore .btn {
  padding: 15px 39px;
}

.slick-slider {
  margin: 45px -15px;
}
.slick-slider .item {
  padding: 0 15px;
  box-shadow: 0 0 0 0 transparent !important;
}
.slick-slider .item .product-content {
  border: 1px solid #ebebeb;
}

.product-content .product-action a.button:not(.product_type_simple) {
  border: 1px solid #ebebeb;
  border-radius: 100% !important;
  display: inline-block;
  height: 36px;
  line-height: 51px;
  width: 36px;
  font-size: 0px !important;
  position: relative;
}
.product-content .product-action a.button:not(.product_type_simple)::before {
  content: "";
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PgoKPCEtLSBMaWNlbnNlOiBDQzAgTGljZW5zZS4gTWFkZSBieSBTVkcgUmVwbzogaHR0cHM6Ly93d3cuc3ZncmVwby5jb20vc3ZnLzM5MjEwMi9jb2ctdG9vbC1hZG1pbmlzdHJhdGlvbi1jb250cm9sLWVkaXQtb3B0aW9uIC0tPgo8c3ZnIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoKPGcgaWQ9ImxheWVyMSI+Cgo8cGF0aCBkPSJNIDkuOTk4MDQ2OSAwIEwgOS4zMjgxMjUgMC4wMjM0Mzc1IEwgOC42NjIxMDk0IDAuMDg5ODQzNzUgTCA4IDAuMjAzMTI1IEwgOCAyLjI1MzkwNjIgTCA3LjQ2Mjg5MDYgMi40MTIxMDk0IEwgNi45Mzc1IDIuNjA5Mzc1IEwgNi40Mjc3MzQ0IDIuODM5ODQzOCBMIDUuOTM3NSAzLjEwNzQyMTkgTCA0LjQ4NjMyODEgMS42NTgyMDMxIEwgMy45Mzc1IDIuMDQ2ODc1IEwgMy40MTk5MjE5IDIuNDcwNzAzMSBMIDIuOTI5Njg3NSAyLjkyOTY4NzUgTCAyLjQ3MjY1NjIgMy40MTc5Njg4IEwgMi4wNDY4NzUgMy45Mzk0NTMxIEwgMS42NTgyMDMxIDQuNDg0Mzc1IEwgMy4xMDc0MjE5IDUuOTM3NSBMIDIuODQxNzk2OSA2LjQyOTY4NzUgTCAyLjYwOTM3NSA2LjkzOTQ1MzEgTCAyLjQxNDA2MjUgNy40NjI4OTA2IEwgMi4yNTM5MDYyIDggTCAwLjIwMzEyNSA4IEwgMC4wOTE3OTY4NzUgOC42NjIxMDk0IEwgMC4wMjM0Mzc1IDkuMzMwMDc4MSBMIDAgMTAgTCAwLjAyMzQzNzUgMTAuNjY5OTIyIEwgMC4wOTE3OTY4NzUgMTEuMzM5ODQ0IEwgMC4yMDMxMjUgMTIgTCAyLjI1MzkwNjIgMTIgTCAyLjQxNDA2MjUgMTIuNTM5MDYyIEwgMi42MDkzNzUgMTMuMDYwNTQ3IEwgMi44NDE3OTY5IDEzLjU3MDMxMiBMIDMuMTA3NDIxOSAxNC4wNjQ0NTMgTCAxLjY1ODIwMzEgMTUuNTE1NjI1IEwgMi4wNDY4NzUgMTYuMDYwNTQ3IEwgMi40NzI2NTYyIDE2LjU4MjAzMSBMIDIuOTI5Njg3NSAxNy4wNzAzMTIgTCAzLjQxOTkyMTkgMTcuNTI5Mjk3IEwgMy45Mzc1IDE3Ljk1MzEyNSBMIDQuNDg2MzI4MSAxOC4zNDE3OTcgTCA1LjkzNzUgMTYuODkyNTc4IEwgNi40Mjc3MzQ0IDE3LjE2MDE1NiBMIDYuOTM3NSAxNy4zOTA2MjUgTCA3LjQ2Mjg5MDYgMTcuNTg3ODkxIEwgOCAxNy43NDYwOTQgTCA4IDE5Ljc5Njg3NSBMIDguNjYyMTA5NCAxOS45MTAxNTYgTCA5LjMyODEyNSAxOS45Nzg1MTYgTCA5Ljk5ODA0NjkgMjAgTCAxMC42NzE4NzUgMTkuOTc4NTE2IEwgMTEuMzM3ODkxIDE5LjkxMDE1NiBMIDEyIDE5Ljc5Njg3NSBMIDEyIDE3Ljc0NjA5NCBMIDEyLjUzNzEwOSAxNy41ODc4OTEgTCAxMy4wNjI1IDE3LjM5MDYyNSBMIDEzLjU3MjI2NiAxNy4xNjAxNTYgTCAxNC4wNjI1IDE2Ljg5MjU3OCBMIDE1LjUxMzY3MiAxOC4zNDE3OTcgTCAxNi4wNTg1OTQgMTcuOTUzMTI1IEwgMTYuNTgwMDc4IDE3LjUyOTI5NyBMIDE3LjA3MDMxMiAxNy4wNzAzMTIgTCAxNy41MjczNDQgMTYuNTgyMDMxIEwgMTcuOTUzMTI1IDE2LjA2MDU0NyBMIDE4LjM0MTc5NyAxNS41MTU2MjUgTCAxNi44ODg2NzIgMTQuMDY0NDUzIEwgMTcuMTU4MjAzIDEzLjU3MDMxMiBMIDE3LjM5MDYyNSAxMy4wNjA1NDcgTCAxNy41ODU5MzggMTIuNTM5MDYyIEwgMTcuNzQ2MDk0IDEyIEwgMTkuNzk2ODc1IDEyIEwgMTkuOTA4MjAzIDExLjMzOTg0NCBMIDE5Ljk3NjU2MiAxMC42Njk5MjIgTCAyMCAxMCBMIDE5Ljk3NjU2MiA5LjMzMDA3ODEgTCAxOS45MDgyMDMgOC42NjIxMDk0IEwgMTkuNzk2ODc1IDggTCAxNy43NDYwOTQgOCBMIDE3LjU4NTkzOCA3LjQ2Mjg5MDYgTCAxNy4zOTA2MjUgNi45Mzk0NTMxIEwgMTcuMTU4MjAzIDYuNDI5Njg3NSBMIDE2Ljg4ODY3MiA1LjkzNzUgTCAxOC4zNDE3OTcgNC40ODQzNzUgTCAxNy45NTMxMjUgMy45Mzk0NTMxIEwgMTcuNTI3MzQ0IDMuNDE3OTY4OCBMIDE3LjA3MDMxMiAyLjkyOTY4NzUgTCAxNi41ODAwNzggMi40NzA3MDMxIEwgMTYuMDU4NTk0IDIuMDQ2ODc1IEwgMTUuNTEzNjcyIDEuNjU4MjAzMSBMIDE0LjA2MjUgMy4xMDc0MjE5IEwgMTMuNTcyMjY2IDIuODM5ODQzOCBMIDEzLjA2MjUgMi42MDkzNzUgTCAxMi41MzcxMDkgMi40MTIxMDk0IEwgMTIgMi4yNTM5MDYyIEwgMTIgMC4yMDMxMjUgTCAxMS4zMzc4OTEgMC4wODk4NDM3NSBMIDEwLjY3MTg3NSAwLjAyMzQzNzUgTCA5Ljk5ODA0NjkgMCB6IE0gOS42NjQwNjI1IDEuMDA1ODU5NCBMIDEwLjMzMzk4NCAxLjAwNTg1OTQgTCAxMSAxLjA1NjY0MDYgTCAxMSAzLjA3MjI2NTYgTCAxMS41NzIyNjYgMy4xNzk2ODc1IEwgMTIuMTMwODU5IDMuMzMyMDMxMiBMIDEyLjY3NzczNCAzLjUzMzIwMzEgTCAxMy4yMDcwMzEgMy43NzczNDM4IEwgMTMuNzEwOTM4IDQuMDY0NDUzMSBMIDE0LjE5MTQwNiA0LjM5MjU3ODEgTCAxNS42MTcxODggMi45Njg3NSBMIDE2LjEyMzA0NyAzLjQwNDI5NjkgTCAxNi41OTU3MDMgMy44NzUgTCAxNy4wMzEyNSA0LjM4MjgxMjUgTCAxNS42MDU0NjkgNS44MDg1OTM4IEwgMTUuOTMzNTk0IDYuMjg3MTA5NCBMIDE2LjIyMjY1NiA2Ljc5NDkyMTkgTCAxNi40NjY3OTcgNy4zMjIyNjU2IEwgMTYuNjY2MDE2IDcuODY3MTg3NSBMIDE2LjgyMDMxMiA4LjQyOTY4NzUgTCAxNi45MjU3ODEgOC45OTgwNDY5IEwgMTguOTQzMzU5IDguOTk4MDQ2OSBMIDE4Ljk5NDE0MSA5LjY2NjAxNTYgTCAxOC45OTQxNDEgMTAuMzMzOTg0IEwgMTguOTQzMzU5IDExLjAwMTk1MyBMIDE2LjkyNTc4MSAxMS4wMDE5NTMgTCAxNi44MjAzMTIgMTEuNTcwMzEyIEwgMTYuNjY2MDE2IDEyLjEzMjgxMiBMIDE2LjQ2Njc5NyAxMi42Nzk2ODggTCAxNi4yMjI2NTYgMTMuMjA4OTg0IEwgMTUuOTMzNTk0IDEzLjcxMjg5MSBMIDE1LjYwNTQ2OSAxNC4xOTMzNTkgTCAxNy4wMzEyNSAxNS42MTcxODggTCAxNi41OTU3MDMgMTYuMTI1IEwgMTYuMTIzMDQ3IDE2LjU5NzY1NiBMIDE1LjYxNzE4OCAxNy4wMzEyNSBMIDE0LjE5MTQwNiAxNS42MDc0MjIgTCAxMy43MTA5MzggMTUuOTM1NTQ3IEwgMTMuMjA3MDMxIDE2LjIyMjY1NiBMIDEyLjY3NzczNCAxNi40Njg3NSBMIDEyLjEzMDg1OSAxNi42Njc5NjkgTCAxMS41NzIyNjYgMTYuODIwMzEyIEwgMTEgMTYuOTI3NzM0IEwgMTEgMTguOTQzMzU5IEwgMTAuMzMzOTg0IDE4Ljk5NDE0MSBMIDkuNjY0MDYyNSAxOC45OTQxNDEgTCA5IDE4Ljk0MzM1OSBMIDkgMTYuOTI3NzM0IEwgOC40Mjc3MzQ0IDE2LjgyMDMxMiBMIDcuODY3MTg3NSAxNi42Njc5NjkgTCA3LjMyMjI2NTYgMTYuNDY4NzUgTCA2Ljc5Mjk2ODggMTYuMjIyNjU2IEwgNi4yODkwNjI1IDE1LjkzNTU0NyBMIDUuODA4NTkzOCAxNS42MDc0MjIgTCA0LjM4MjgxMjUgMTcuMDMxMjUgTCAzLjg3Njk1MzEgMTYuNTk3NjU2IEwgMy40MDQyOTY5IDE2LjEyNSBMIDIuOTY4NzUgMTUuNjE3MTg4IEwgNC4zOTQ1MzEyIDE0LjE5MzM1OSBMIDQuMDY2NDA2MiAxMy43MTI4OTEgTCAzLjc3NzM0MzggMTMuMjA4OTg0IEwgMy41MzMyMDMxIDEyLjY3OTY4OCBMIDMuMzMzOTg0NCAxMi4xMzI4MTIgTCAzLjE3OTY4NzUgMTEuNTcwMzEyIEwgMy4wNzAzMTI1IDExLjAwMTk1MyBMIDEuMDU2NjQwNiAxMS4wMDE5NTMgTCAxLjAwNTg1OTQgMTAuMzMzOTg0IEwgMS4wMDU4NTk0IDkuNjY2MDE1NiBMIDEuMDU2NjQwNiA4Ljk5ODA0NjkgTCAzLjA3MDMxMjUgOC45OTgwNDY5IEwgMy4xNzk2ODc1IDguNDI5Njg3NSBMIDMuMzMzOTg0NCA3Ljg2NzE4NzUgTCAzLjUzMzIwMzEgNy4zMjIyNjU2IEwgMy43NzczNDM4IDYuNzk0OTIxOSBMIDQuMDY2NDA2MiA2LjI4NzEwOTQgTCA0LjM5NDUzMTIgNS44MDg1OTM4IEwgMi45Njg3NSA0LjM4MjgxMjUgTCAzLjQwNDI5NjkgMy44NzUgTCAzLjg3Njk1MzEgMy40MDQyOTY5IEwgNC4zODI4MTI1IDIuOTY4NzUgTCA1LjgwODU5MzggNC4zOTI1NzgxIEwgNi4yODkwNjI1IDQuMDY0NDUzMSBMIDYuNzkyOTY4OCAzLjc3NzM0MzggTCA3LjMyMjI2NTYgMy41MzMyMDMxIEwgNy44NjcxODc1IDMuMzMyMDMxMiBMIDguNDI3NzM0NCAzLjE3OTY4NzUgTCA5IDMuMDcyMjY1NiBMIDkgMS4wNTY2NDA2IEwgOS42NjQwNjI1IDEuMDA1ODU5NCB6IE0gOS45OTgwNDY5IDYuMDAxOTUzMSBMIDkuNTE3NTc4MSA2LjAyOTI5NjkgTCA5LjA0Mjk2ODggNi4xMTcxODc1IEwgOC41ODIwMzEyIDYuMjYxNzE4OCBMIDguMTQwNjI1IDYuNDU4OTg0NCBMIDcuNzI4NTE1NiA2LjcwNzAzMTIgTCA3LjM0NzY1NjIgNy4wMDc4MTI1IEwgNy4wMDU4NTk0IDcuMzQ5NjA5NCBMIDYuNzA3MDMxMiA3LjcyNjU2MjUgTCA2LjQ1NzAzMTIgOC4xNDI1NzgxIEwgNi4yNTk3NjU2IDguNTgyMDMxMiBMIDYuMTE1MjM0NCA5LjA0Mjk2ODggTCA2LjAyOTI5NjkgOS41MTk1MzEyIEwgNiAxMCBMIDYuMDI5Mjk2OSAxMC40ODQzNzUgTCA2LjExNTIzNDQgMTAuOTU3MDMxIEwgNi4yNTk3NjU2IDExLjQxNzk2OSBMIDYuNDU3MDMxMiAxMS44NTkzNzUgTCA2LjcwNzAzMTIgMTIuMjczNDM4IEwgNy4wMDU4NTk0IDEyLjY1NDI5NyBMIDcuMzQ3NjU2MiAxMi45OTYwOTQgTCA3LjcyODUxNTYgMTMuMjkyOTY5IEwgOC4xNDA2MjUgMTMuNTQxMDE2IEwgOC41ODIwMzEyIDEzLjc0MjE4OCBMIDkuMDQyOTY4OCAxMy44ODI4MTIgTCA5LjUxNzU3ODEgMTMuOTcwNzAzIEwgOS45OTgwNDY5IDE0LjAwMTk1MyBMIDEwLjQ4MjQyMiAxMy45NzA3MDMgTCAxMC45NTcwMzEgMTMuODgyODEyIEwgMTEuNDE3OTY5IDEzLjc0MjE4OCBMIDExLjg1OTM3NSAxMy41NDEwMTYgTCAxMi4yNzE0ODQgMTMuMjkyOTY5IEwgMTIuNjUyMzQ0IDEyLjk5NjA5NCBMIDEyLjk5NDE0MSAxMi42NTQyOTcgTCAxMy4yOTEwMTYgMTIuMjczNDM4IEwgMTMuNTQyOTY5IDExLjg1OTM3NSBMIDEzLjc0MDIzNCAxMS40MTc5NjkgTCAxMy44ODQ3NjYgMTAuOTU3MDMxIEwgMTMuOTcwNzAzIDEwLjQ4NDM3NSBMIDE0IDEwIEwgMTMuOTcwNzAzIDkuNTE5NTMxMiBMIDEzLjg4NDc2NiA5LjA0Mjk2ODggTCAxMy43NDAyMzQgOC41ODIwMzEyIEwgMTMuNTQyOTY5IDguMTQyNTc4MSBMIDEzLjI5MTAxNiA3LjcyNjU2MjUgTCAxMi45OTQxNDEgNy4zNDk2MDk0IEwgMTIuNjUyMzQ0IDcuMDA3ODEyNSBMIDEyLjI3MTQ4NCA2LjcwNzAzMTIgTCAxMS44NTkzNzUgNi40NTg5ODQ0IEwgMTEuNDE3OTY5IDYuMjYxNzE4OCBMIDEwLjk1NzAzMSA2LjExNzE4NzUgTCAxMC40ODI0MjIgNi4wMjkyOTY5IEwgOS45OTgwNDY5IDYuMDAxOTUzMSB6IE0gOS43OTY4NzUgNy4wMDc4MTI1IEwgMTAuMjAzMTI1IDcuMDA3ODEyNSBMIDEwLjYxMTMyOCA3LjA2MjUgTCAxMS4wMDM5MDYgNy4xNzM4MjgxIEwgMTEuMzgwODU5IDcuMzM1OTM3NSBMIDExLjczMDQ2OSA3LjU0ODgyODEgTCAxMi4wNDY4NzUgNy44MDg1OTM4IEwgMTIuMzI2MTcyIDguMTA1NDY4OCBMIDEyLjU2MjUgOC40NDE0MDYyIEwgMTIuNzUxOTUzIDguODA0Njg3NSBMIDEyLjg4ODY3MiA5LjE5MTQwNjIgTCAxMi45NzI2NTYgOS41OTM3NSBMIDEyLjk5ODA0NyAxMCBMIDEyLjk3MjY1NiAxMC40MTAxNTYgTCAxMi44ODg2NzIgMTAuODA4NTk0IEwgMTIuNzUxOTUzIDExLjE5NTMxMiBMIDEyLjU2MjUgMTEuNTU4NTk0IEwgMTIuMzI2MTcyIDExLjg5NDUzMSBMIDEyLjA0Njg3NSAxMi4xOTMzNTkgTCAxMS43MzA0NjkgMTIuNDUxMTcyIEwgMTEuMzgwODU5IDEyLjY2NDA2MiBMIDExLjAwMzkwNiAxMi44MjgxMjUgTCAxMC42MTEzMjggMTIuOTM3NSBMIDEwLjIwMzEyNSAxMi45OTIxODggTCA5Ljc5Njg3NSAxMi45OTIxODggTCA5LjM4ODY3MTkgMTIuOTM3NSBMIDguOTk0MTQwNiAxMi44MjgxMjUgTCA4LjYxOTE0MDYgMTIuNjY0MDYyIEwgOC4yNjk1MzEyIDEyLjQ1MTE3MiBMIDcuOTUxMTcxOSAxMi4xOTMzNTkgTCA3LjY3MzgyODEgMTEuODk0NTMxIEwgNy40Mzc1IDExLjU1ODU5NCBMIDcuMjQ4MDQ2OSAxMS4xOTUzMTIgTCA3LjExMTMyODEgMTAuODA4NTk0IEwgNy4wMjczNDM4IDEwLjQxMDE1NiBMIDcuMDAxOTUzMSAxMCBMIDcuMDI3MzQzOCA5LjU5Mzc1IEwgNy4xMTEzMjgxIDkuMTkxNDA2MiBMIDcuMjQ4MDQ2OSA4LjgwNDY4NzUgTCA3LjQzNzUgOC40NDE0MDYyIEwgNy42NzM4MjgxIDguMTA1NDY4OCBMIDcuOTUxMTcxOSA3LjgwODU5MzggTCA4LjI2OTUzMTIgNy41NDg4MjgxIEwgOC42MTkxNDA2IDcuMzM1OTM3NSBMIDguOTk0MTQwNiA3LjE3MzgyODEgTCA5LjM4ODY3MTkgNy4wNjI1IEwgOS43OTY4NzUgNy4wMDc4MTI1IHogIiBzdHlsZT0iZmlsbDojMjIyMjIyOyBmaWxsLW9wYWNpdHk6MTsgc3Ryb2tlOm5vbmU7IHN0cm9rZS13aWR0aDowcHg7Ii8+Cgo8L2c+Cgo8L3N2Zz4=) no-repeat center center;
  width: 17px;
  height: 19px;
  left: 8px;
  top: 23%;
}
.product-content .product-action a.button:not(.product_type_simple):hover {
  background: #80bb01;
}

.product-filter-isotope .nav-tabs {
  border: 0;
  text-align: center;
  margin-bottom: 50px;
}
.product-filter-isotope .nav-tabs li {
  padding: 0 6px;
  float: none;
  display: inline-block;
}
.product-filter-isotope .nav-tabs li a {
  border: 1px solid #ebebeb;
  border-radius: 30px;
  cursor: pointer;
  font-size: 15px;
  color: #282828;
  text-transform: capitalize;
  padding: 13px 28px;
}
.product-filter-isotope .nav-tabs li a:hover, .product-filter-isotope .nav-tabs li a.active {
  background: #fff;
  border: 1px solid #80bb01;
  color: #80bb01;
  box-shadow: 0px 13px 21px 0px rgba(0, 0, 0, 0.2);
}
.product-filter-isotope .btn-viewmore {
  margin: 41px 0 43px;
}
.product-filter-isotope .btn-viewmore a {
  min-width: 150px;
  padding: 16px 25px 14px;
  text-transform: capitalize;
  color: #fdfdfd;
}
.product-filter-isotope .product-content h3 {
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}
.product-filter-isotope .product-content .product-image {
  margin-bottom: 12px;
}
.product-filter-isotope .product-grid .product-content {
  padding-bottom: 19px;
}

.product-label span {
  position: absolute;
  border-radius: 10px;
  color: #fff;
  font-family: montserrat;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  width: 53px;
  top: 20px;
  z-index: 1;
}
.product-label span.new {
  left: 20px;
  background: #80bb01;
}
.product-label span.new:before {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  content: "";
  height: 4px;
  left: 6px;
  position: absolute;
  top: 8px;
  width: 4px;
}
.product-label span.onhot {
  left: 0;
  right: -42px;
  margin: 0 auto;
  background: #ee8a82;
}
.product-label span.onhot:before {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  content: "";
  height: 4px;
  right: 6px;
  position: absolute;
  top: 8px;
  width: 4px;
}
.product-label span.onsale {
  right: 20px;
  background: #ffaf00;
}
.product-label span.onsale:before {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  content: "";
  height: 4px;
  right: 6px;
  position: absolute;
  top: 8px;
  width: 4px;
}

.mini-cart.active_minicart .cart-block {
  opacity: 1;
  transform: none;
  visibility: visible;
}

.woocommerce-pagination {
  padding-top: 30px;
}
.woocommerce-pagination .page-numbers {
  text-align: center;
  margin: 0;
}
.woocommerce-pagination .page-numbers > li {
  display: inline-block;
}
.woocommerce-pagination .page-numbers > li a {
  color: #2d2d2d;
}
.woocommerce-pagination .page-numbers > li a.next, .woocommerce-pagination .page-numbers > li a.prev {
  font-size: 14px;
}
.woocommerce-pagination .page-numbers > li a, .woocommerce-pagination .page-numbers > li span {
  padding: 0;
  font-size: 13px;
  height: 36px;
  line-height: 33px;
  text-transform: uppercase;
  width: 36px;
  display: block;
}
.woocommerce-pagination .page-numbers > li .current, .woocommerce-pagination .page-numbers > li a:hover {
  color: #fff;
  background: #80bb01;
}

.product-list > .item {
  margin-bottom: 28px;
}
.product-list .product-content .product-image {
  margin-bottom: 0;
}
.product-list .product-action-grid {
  display: none !important;
}
.product-list .product-content .product-action {
  position: inherit;
  opacity: 1;
  visibility: visible;
  display: inline-block;
  width: auto;
  padding: 0;
}
.product-list .product-content .product-desc {
  text-align: left;
  overflow: hidden;
  padding: 22px 30px;
  border-left: 1px solid #ebebeb;
  color: #8e8e8e;
}
.product-list .product-content .product-image {
  float: left;
}
.product-list .star-rating {
  display: block;
  margin: 10px 0;
}
.product-list .price {
  padding-bottom: 19px;
}
.product-list .desc {
  position: relative;
  padding-top: 30px;
  padding-bottom: 15px;
}
.product-list .desc:after {
  position: absolute;
  content: "";
  width: 298px;
  height: 1px;
  left: 0;
  top: 7px;
  background: #ebebeb;
}

.product-grid-wrap.product_archives {
  border-left: 1px solid #ebebeb;
}
.product-grid-wrap.product_archives .product-grid {
  border: none;
}

.product-grid {
  border-left: 1px solid #ebebeb;
}
.product-grid .product-action-list {
  display: none;
}
.product-grid .item {
  border-color: #ebebeb;
  border-style: solid;
  border-width: 0.5px;
  margin-bottom: -1px;
  background: #fff;
}
.product-grid .item:hover {
  box-shadow: 0px 0px 20px 0px #c3c1c1;
  z-index: 9;
}
.product-grid .product-content {
  padding-bottom: 21px;
}
.product-grid .product-content p.sub_title {
  margin-bottom: 0;
  margin-top: -5px;
  color: #333;
}
.product-grid .btn-viewmore {
  padding-top: 40px;
}

.post-type-archive-product .footer {
  padding-top: 92px;
}

.product_types li {
  list-style: none;
}

.product-category h3 {
  padding-top: 20px;
}
.product-category h3 mark {
  background-color: transparent;
}

.product-content {
  transition: all 0.3s ease-in-out 0s;
}
.product-content .added_to_cart {
  display: none;
}
.product-content .product-action {
  transition: all 0.6s ease-in-out;
  padding: 13px 22px 12px;
  position: absolute;
  width: 100%;
  bottom: -40px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}
.product-content .product-action a {
  color: #282828;
  font-size: 18px;
  padding: 0;
}
.product-content:hover .product-action {
  opacity: 1;
  bottom: -5px;
  visibility: visible;
}

a.add_to_wishlist, .yith-wcwl-wishlistexistsbrowse a, .yith-wcwl-wishlistaddedbrowse a {
  margin-bottom: -10px !important;
  position: relative;
}

.product_type_simple, .add_to_cart_button, .action_item {
  display: inline-block;
  padding: 0 10px;
}

.add_cart_list {
  display: none;
}

@media (min-width: 601px) {
  .product-content .product-action-list .product_type_simple, .product-content .product-action-list .add_to_cart_button, .product-content .product-action-list .action_item {
    padding: 0 7.5px;
  }
  .product-content .product-action-list .action_item a {
    height: 50px;
    line-height: 55px;
    width: 50px;
  }
  .product-content .product-action-list .product_type_simple, .product-content .product-action-list .add_to_cart_button {
    background: #80bb01;
    border: medium none;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    width: 150px;
    margin-right: 9px;
  }
  .product-content .product-action-list .product_type_simple:hover, .product-content .product-action-list .add_to_cart_button:hover {
    background: #000;
  }
  .product-content .product-action-list .pe-7s-cart {
    display: none;
  }
  .product-content .product-action-list .add_cart_list {
    display: block;
  }
}
.add_to_cart_button:hover, .product_type_simple:hover {
  background: #80bb01;
  border: 1px solid transparent;
}

.action_item a {
  border: 1px solid #ebebeb;
  border-radius: 100% !important;
  display: inline-block;
  height: 36px;
  line-height: 40px;
  width: 36px;
  color: #333333;
}
.action_item a i {
  color: #333333;
}
.action_item a:hover {
  background: #80bb01;
  border: 1px solid transparent;
  color: #fff !important;
}
.action_item a:hover i {
  color: #fff !important;
}

.add_to_cart_button, .product_type_simple {
  border: 1px solid #ebebeb;
  border-radius: 100%;
  display: inline-block;
  height: 36px;
  line-height: 38px;
  width: 36px;
}

.action_item.compare_product {
  padding: 0 12px;
}

.woocommerce div.product-list div.product {
  width: 100% !important;
  padding: 0;
  border: 1px solid #ebebeb;
}

.viewmode-toggle, .woocommerce-ordering {
  display: inline-block;
}

.woocommerce-ordering {
  display: inline-block;
  margin-left: 18px;
}
.woocommerce-ordering label {
  font-size: 15px;
  font-weight: normal;
  margin-right: 1px;
  color: #282828;
}
.woocommerce-ordering select {
  width: auto;
}

.woocommerce .woocommerce-viewing.result-count {
  display: inline-block;
}
.woocommerce .woocommerce-viewing.result-count label {
  font-size: 14px;
  font-weight: normal;
  margin-right: 5px;
  color: #000;
}
.woocommerce .woocommerce-viewing.result-count select {
  height: 36px;
  width: 44px;
  padding: 0 7px 0 4px;
  background: url(../images/select_bg_02.png) no-repeat 83% center;
}

.top_archive_product {
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  width: 100%;
  clear: left;
}
.top_archive_product .product-content .product-action a.button:not(.product_type_simple) {
  font-size: 0px;
  position: relative;
}
.top_archive_product .product-content .product-action a.button:not(.product_type_simple)::before {
  content: "";
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PgoKPCEtLSBMaWNlbnNlOiBDQzAgTGljZW5zZS4gTWFkZSBieSBTVkcgUmVwbzogaHR0cHM6Ly93d3cuc3ZncmVwby5jb20vc3ZnLzM5MjEwMi9jb2ctdG9vbC1hZG1pbmlzdHJhdGlvbi1jb250cm9sLWVkaXQtb3B0aW9uIC0tPgo8c3ZnIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoKPGcgaWQ9ImxheWVyMSI+Cgo8cGF0aCBkPSJNIDkuOTk4MDQ2OSAwIEwgOS4zMjgxMjUgMC4wMjM0Mzc1IEwgOC42NjIxMDk0IDAuMDg5ODQzNzUgTCA4IDAuMjAzMTI1IEwgOCAyLjI1MzkwNjIgTCA3LjQ2Mjg5MDYgMi40MTIxMDk0IEwgNi45Mzc1IDIuNjA5Mzc1IEwgNi40Mjc3MzQ0IDIuODM5ODQzOCBMIDUuOTM3NSAzLjEwNzQyMTkgTCA0LjQ4NjMyODEgMS42NTgyMDMxIEwgMy45Mzc1IDIuMDQ2ODc1IEwgMy40MTk5MjE5IDIuNDcwNzAzMSBMIDIuOTI5Njg3NSAyLjkyOTY4NzUgTCAyLjQ3MjY1NjIgMy40MTc5Njg4IEwgMi4wNDY4NzUgMy45Mzk0NTMxIEwgMS42NTgyMDMxIDQuNDg0Mzc1IEwgMy4xMDc0MjE5IDUuOTM3NSBMIDIuODQxNzk2OSA2LjQyOTY4NzUgTCAyLjYwOTM3NSA2LjkzOTQ1MzEgTCAyLjQxNDA2MjUgNy40NjI4OTA2IEwgMi4yNTM5MDYyIDggTCAwLjIwMzEyNSA4IEwgMC4wOTE3OTY4NzUgOC42NjIxMDk0IEwgMC4wMjM0Mzc1IDkuMzMwMDc4MSBMIDAgMTAgTCAwLjAyMzQzNzUgMTAuNjY5OTIyIEwgMC4wOTE3OTY4NzUgMTEuMzM5ODQ0IEwgMC4yMDMxMjUgMTIgTCAyLjI1MzkwNjIgMTIgTCAyLjQxNDA2MjUgMTIuNTM5MDYyIEwgMi42MDkzNzUgMTMuMDYwNTQ3IEwgMi44NDE3OTY5IDEzLjU3MDMxMiBMIDMuMTA3NDIxOSAxNC4wNjQ0NTMgTCAxLjY1ODIwMzEgMTUuNTE1NjI1IEwgMi4wNDY4NzUgMTYuMDYwNTQ3IEwgMi40NzI2NTYyIDE2LjU4MjAzMSBMIDIuOTI5Njg3NSAxNy4wNzAzMTIgTCAzLjQxOTkyMTkgMTcuNTI5Mjk3IEwgMy45Mzc1IDE3Ljk1MzEyNSBMIDQuNDg2MzI4MSAxOC4zNDE3OTcgTCA1LjkzNzUgMTYuODkyNTc4IEwgNi40Mjc3MzQ0IDE3LjE2MDE1NiBMIDYuOTM3NSAxNy4zOTA2MjUgTCA3LjQ2Mjg5MDYgMTcuNTg3ODkxIEwgOCAxNy43NDYwOTQgTCA4IDE5Ljc5Njg3NSBMIDguNjYyMTA5NCAxOS45MTAxNTYgTCA5LjMyODEyNSAxOS45Nzg1MTYgTCA5Ljk5ODA0NjkgMjAgTCAxMC42NzE4NzUgMTkuOTc4NTE2IEwgMTEuMzM3ODkxIDE5LjkxMDE1NiBMIDEyIDE5Ljc5Njg3NSBMIDEyIDE3Ljc0NjA5NCBMIDEyLjUzNzEwOSAxNy41ODc4OTEgTCAxMy4wNjI1IDE3LjM5MDYyNSBMIDEzLjU3MjI2NiAxNy4xNjAxNTYgTCAxNC4wNjI1IDE2Ljg5MjU3OCBMIDE1LjUxMzY3MiAxOC4zNDE3OTcgTCAxNi4wNTg1OTQgMTcuOTUzMTI1IEwgMTYuNTgwMDc4IDE3LjUyOTI5NyBMIDE3LjA3MDMxMiAxNy4wNzAzMTIgTCAxNy41MjczNDQgMTYuNTgyMDMxIEwgMTcuOTUzMTI1IDE2LjA2MDU0NyBMIDE4LjM0MTc5NyAxNS41MTU2MjUgTCAxNi44ODg2NzIgMTQuMDY0NDUzIEwgMTcuMTU4MjAzIDEzLjU3MDMxMiBMIDE3LjM5MDYyNSAxMy4wNjA1NDcgTCAxNy41ODU5MzggMTIuNTM5MDYyIEwgMTcuNzQ2MDk0IDEyIEwgMTkuNzk2ODc1IDEyIEwgMTkuOTA4MjAzIDExLjMzOTg0NCBMIDE5Ljk3NjU2MiAxMC42Njk5MjIgTCAyMCAxMCBMIDE5Ljk3NjU2MiA5LjMzMDA3ODEgTCAxOS45MDgyMDMgOC42NjIxMDk0IEwgMTkuNzk2ODc1IDggTCAxNy43NDYwOTQgOCBMIDE3LjU4NTkzOCA3LjQ2Mjg5MDYgTCAxNy4zOTA2MjUgNi45Mzk0NTMxIEwgMTcuMTU4MjAzIDYuNDI5Njg3NSBMIDE2Ljg4ODY3MiA1LjkzNzUgTCAxOC4zNDE3OTcgNC40ODQzNzUgTCAxNy45NTMxMjUgMy45Mzk0NTMxIEwgMTcuNTI3MzQ0IDMuNDE3OTY4OCBMIDE3LjA3MDMxMiAyLjkyOTY4NzUgTCAxNi41ODAwNzggMi40NzA3MDMxIEwgMTYuMDU4NTk0IDIuMDQ2ODc1IEwgMTUuNTEzNjcyIDEuNjU4MjAzMSBMIDE0LjA2MjUgMy4xMDc0MjE5IEwgMTMuNTcyMjY2IDIuODM5ODQzOCBMIDEzLjA2MjUgMi42MDkzNzUgTCAxMi41MzcxMDkgMi40MTIxMDk0IEwgMTIgMi4yNTM5MDYyIEwgMTIgMC4yMDMxMjUgTCAxMS4zMzc4OTEgMC4wODk4NDM3NSBMIDEwLjY3MTg3NSAwLjAyMzQzNzUgTCA5Ljk5ODA0NjkgMCB6IE0gOS42NjQwNjI1IDEuMDA1ODU5NCBMIDEwLjMzMzk4NCAxLjAwNTg1OTQgTCAxMSAxLjA1NjY0MDYgTCAxMSAzLjA3MjI2NTYgTCAxMS41NzIyNjYgMy4xNzk2ODc1IEwgMTIuMTMwODU5IDMuMzMyMDMxMiBMIDEyLjY3NzczNCAzLjUzMzIwMzEgTCAxMy4yMDcwMzEgMy43NzczNDM4IEwgMTMuNzEwOTM4IDQuMDY0NDUzMSBMIDE0LjE5MTQwNiA0LjM5MjU3ODEgTCAxNS42MTcxODggMi45Njg3NSBMIDE2LjEyMzA0NyAzLjQwNDI5NjkgTCAxNi41OTU3MDMgMy44NzUgTCAxNy4wMzEyNSA0LjM4MjgxMjUgTCAxNS42MDU0NjkgNS44MDg1OTM4IEwgMTUuOTMzNTk0IDYuMjg3MTA5NCBMIDE2LjIyMjY1NiA2Ljc5NDkyMTkgTCAxNi40NjY3OTcgNy4zMjIyNjU2IEwgMTYuNjY2MDE2IDcuODY3MTg3NSBMIDE2LjgyMDMxMiA4LjQyOTY4NzUgTCAxNi45MjU3ODEgOC45OTgwNDY5IEwgMTguOTQzMzU5IDguOTk4MDQ2OSBMIDE4Ljk5NDE0MSA5LjY2NjAxNTYgTCAxOC45OTQxNDEgMTAuMzMzOTg0IEwgMTguOTQzMzU5IDExLjAwMTk1MyBMIDE2LjkyNTc4MSAxMS4wMDE5NTMgTCAxNi44MjAzMTIgMTEuNTcwMzEyIEwgMTYuNjY2MDE2IDEyLjEzMjgxMiBMIDE2LjQ2Njc5NyAxMi42Nzk2ODggTCAxNi4yMjI2NTYgMTMuMjA4OTg0IEwgMTUuOTMzNTk0IDEzLjcxMjg5MSBMIDE1LjYwNTQ2OSAxNC4xOTMzNTkgTCAxNy4wMzEyNSAxNS42MTcxODggTCAxNi41OTU3MDMgMTYuMTI1IEwgMTYuMTIzMDQ3IDE2LjU5NzY1NiBMIDE1LjYxNzE4OCAxNy4wMzEyNSBMIDE0LjE5MTQwNiAxNS42MDc0MjIgTCAxMy43MTA5MzggMTUuOTM1NTQ3IEwgMTMuMjA3MDMxIDE2LjIyMjY1NiBMIDEyLjY3NzczNCAxNi40Njg3NSBMIDEyLjEzMDg1OSAxNi42Njc5NjkgTCAxMS41NzIyNjYgMTYuODIwMzEyIEwgMTEgMTYuOTI3NzM0IEwgMTEgMTguOTQzMzU5IEwgMTAuMzMzOTg0IDE4Ljk5NDE0MSBMIDkuNjY0MDYyNSAxOC45OTQxNDEgTCA5IDE4Ljk0MzM1OSBMIDkgMTYuOTI3NzM0IEwgOC40Mjc3MzQ0IDE2LjgyMDMxMiBMIDcuODY3MTg3NSAxNi42Njc5NjkgTCA3LjMyMjI2NTYgMTYuNDY4NzUgTCA2Ljc5Mjk2ODggMTYuMjIyNjU2IEwgNi4yODkwNjI1IDE1LjkzNTU0NyBMIDUuODA4NTkzOCAxNS42MDc0MjIgTCA0LjM4MjgxMjUgMTcuMDMxMjUgTCAzLjg3Njk1MzEgMTYuNTk3NjU2IEwgMy40MDQyOTY5IDE2LjEyNSBMIDIuOTY4NzUgMTUuNjE3MTg4IEwgNC4zOTQ1MzEyIDE0LjE5MzM1OSBMIDQuMDY2NDA2MiAxMy43MTI4OTEgTCAzLjc3NzM0MzggMTMuMjA4OTg0IEwgMy41MzMyMDMxIDEyLjY3OTY4OCBMIDMuMzMzOTg0NCAxMi4xMzI4MTIgTCAzLjE3OTY4NzUgMTEuNTcwMzEyIEwgMy4wNzAzMTI1IDExLjAwMTk1MyBMIDEuMDU2NjQwNiAxMS4wMDE5NTMgTCAxLjAwNTg1OTQgMTAuMzMzOTg0IEwgMS4wMDU4NTk0IDkuNjY2MDE1NiBMIDEuMDU2NjQwNiA4Ljk5ODA0NjkgTCAzLjA3MDMxMjUgOC45OTgwNDY5IEwgMy4xNzk2ODc1IDguNDI5Njg3NSBMIDMuMzMzOTg0NCA3Ljg2NzE4NzUgTCAzLjUzMzIwMzEgNy4zMjIyNjU2IEwgMy43NzczNDM4IDYuNzk0OTIxOSBMIDQuMDY2NDA2MiA2LjI4NzEwOTQgTCA0LjM5NDUzMTIgNS44MDg1OTM4IEwgMi45Njg3NSA0LjM4MjgxMjUgTCAzLjQwNDI5NjkgMy44NzUgTCAzLjg3Njk1MzEgMy40MDQyOTY5IEwgNC4zODI4MTI1IDIuOTY4NzUgTCA1LjgwODU5MzggNC4zOTI1NzgxIEwgNi4yODkwNjI1IDQuMDY0NDUzMSBMIDYuNzkyOTY4OCAzLjc3NzM0MzggTCA3LjMyMjI2NTYgMy41MzMyMDMxIEwgNy44NjcxODc1IDMuMzMyMDMxMiBMIDguNDI3NzM0NCAzLjE3OTY4NzUgTCA5IDMuMDcyMjY1NiBMIDkgMS4wNTY2NDA2IEwgOS42NjQwNjI1IDEuMDA1ODU5NCB6IE0gOS45OTgwNDY5IDYuMDAxOTUzMSBMIDkuNTE3NTc4MSA2LjAyOTI5NjkgTCA5LjA0Mjk2ODggNi4xMTcxODc1IEwgOC41ODIwMzEyIDYuMjYxNzE4OCBMIDguMTQwNjI1IDYuNDU4OTg0NCBMIDcuNzI4NTE1NiA2LjcwNzAzMTIgTCA3LjM0NzY1NjIgNy4wMDc4MTI1IEwgNy4wMDU4NTk0IDcuMzQ5NjA5NCBMIDYuNzA3MDMxMiA3LjcyNjU2MjUgTCA2LjQ1NzAzMTIgOC4xNDI1NzgxIEwgNi4yNTk3NjU2IDguNTgyMDMxMiBMIDYuMTE1MjM0NCA5LjA0Mjk2ODggTCA2LjAyOTI5NjkgOS41MTk1MzEyIEwgNiAxMCBMIDYuMDI5Mjk2OSAxMC40ODQzNzUgTCA2LjExNTIzNDQgMTAuOTU3MDMxIEwgNi4yNTk3NjU2IDExLjQxNzk2OSBMIDYuNDU3MDMxMiAxMS44NTkzNzUgTCA2LjcwNzAzMTIgMTIuMjczNDM4IEwgNy4wMDU4NTk0IDEyLjY1NDI5NyBMIDcuMzQ3NjU2MiAxMi45OTYwOTQgTCA3LjcyODUxNTYgMTMuMjkyOTY5IEwgOC4xNDA2MjUgMTMuNTQxMDE2IEwgOC41ODIwMzEyIDEzLjc0MjE4OCBMIDkuMDQyOTY4OCAxMy44ODI4MTIgTCA5LjUxNzU3ODEgMTMuOTcwNzAzIEwgOS45OTgwNDY5IDE0LjAwMTk1MyBMIDEwLjQ4MjQyMiAxMy45NzA3MDMgTCAxMC45NTcwMzEgMTMuODgyODEyIEwgMTEuNDE3OTY5IDEzLjc0MjE4OCBMIDExLjg1OTM3NSAxMy41NDEwMTYgTCAxMi4yNzE0ODQgMTMuMjkyOTY5IEwgMTIuNjUyMzQ0IDEyLjk5NjA5NCBMIDEyLjk5NDE0MSAxMi42NTQyOTcgTCAxMy4yOTEwMTYgMTIuMjczNDM4IEwgMTMuNTQyOTY5IDExLjg1OTM3NSBMIDEzLjc0MDIzNCAxMS40MTc5NjkgTCAxMy44ODQ3NjYgMTAuOTU3MDMxIEwgMTMuOTcwNzAzIDEwLjQ4NDM3NSBMIDE0IDEwIEwgMTMuOTcwNzAzIDkuNTE5NTMxMiBMIDEzLjg4NDc2NiA5LjA0Mjk2ODggTCAxMy43NDAyMzQgOC41ODIwMzEyIEwgMTMuNTQyOTY5IDguMTQyNTc4MSBMIDEzLjI5MTAxNiA3LjcyNjU2MjUgTCAxMi45OTQxNDEgNy4zNDk2MDk0IEwgMTIuNjUyMzQ0IDcuMDA3ODEyNSBMIDEyLjI3MTQ4NCA2LjcwNzAzMTIgTCAxMS44NTkzNzUgNi40NTg5ODQ0IEwgMTEuNDE3OTY5IDYuMjYxNzE4OCBMIDEwLjk1NzAzMSA2LjExNzE4NzUgTCAxMC40ODI0MjIgNi4wMjkyOTY5IEwgOS45OTgwNDY5IDYuMDAxOTUzMSB6IE0gOS43OTY4NzUgNy4wMDc4MTI1IEwgMTAuMjAzMTI1IDcuMDA3ODEyNSBMIDEwLjYxMTMyOCA3LjA2MjUgTCAxMS4wMDM5MDYgNy4xNzM4MjgxIEwgMTEuMzgwODU5IDcuMzM1OTM3NSBMIDExLjczMDQ2OSA3LjU0ODgyODEgTCAxMi4wNDY4NzUgNy44MDg1OTM4IEwgMTIuMzI2MTcyIDguMTA1NDY4OCBMIDEyLjU2MjUgOC40NDE0MDYyIEwgMTIuNzUxOTUzIDguODA0Njg3NSBMIDEyLjg4ODY3MiA5LjE5MTQwNjIgTCAxMi45NzI2NTYgOS41OTM3NSBMIDEyLjk5ODA0NyAxMCBMIDEyLjk3MjY1NiAxMC40MTAxNTYgTCAxMi44ODg2NzIgMTAuODA4NTk0IEwgMTIuNzUxOTUzIDExLjE5NTMxMiBMIDEyLjU2MjUgMTEuNTU4NTk0IEwgMTIuMzI2MTcyIDExLjg5NDUzMSBMIDEyLjA0Njg3NSAxMi4xOTMzNTkgTCAxMS43MzA0NjkgMTIuNDUxMTcyIEwgMTEuMzgwODU5IDEyLjY2NDA2MiBMIDExLjAwMzkwNiAxMi44MjgxMjUgTCAxMC42MTEzMjggMTIuOTM3NSBMIDEwLjIwMzEyNSAxMi45OTIxODggTCA5Ljc5Njg3NSAxMi45OTIxODggTCA5LjM4ODY3MTkgMTIuOTM3NSBMIDguOTk0MTQwNiAxMi44MjgxMjUgTCA4LjYxOTE0MDYgMTIuNjY0MDYyIEwgOC4yNjk1MzEyIDEyLjQ1MTE3MiBMIDcuOTUxMTcxOSAxMi4xOTMzNTkgTCA3LjY3MzgyODEgMTEuODk0NTMxIEwgNy40Mzc1IDExLjU1ODU5NCBMIDcuMjQ4MDQ2OSAxMS4xOTUzMTIgTCA3LjExMTMyODEgMTAuODA4NTk0IEwgNy4wMjczNDM4IDEwLjQxMDE1NiBMIDcuMDAxOTUzMSAxMCBMIDcuMDI3MzQzOCA5LjU5Mzc1IEwgNy4xMTEzMjgxIDkuMTkxNDA2MiBMIDcuMjQ4MDQ2OSA4LjgwNDY4NzUgTCA3LjQzNzUgOC40NDE0MDYyIEwgNy42NzM4MjgxIDguMTA1NDY4OCBMIDcuOTUxMTcxOSA3LjgwODU5MzggTCA4LjI2OTUzMTIgNy41NDg4MjgxIEwgOC42MTkxNDA2IDcuMzM1OTM3NSBMIDguOTk0MTQwNiA3LjE3MzgyODEgTCA5LjM4ODY3MTkgNy4wNjI1IEwgOS43OTY4NzUgNy4wMDc4MTI1IHogIiBzdHlsZT0iZmlsbDojMjIyMjIyOyBmaWxsLW9wYWNpdHk6MTsgc3Ryb2tlOm5vbmU7IHN0cm9rZS13aWR0aDowcHg7Ii8+Cgo8L2c+Cgo8L3N2Zz4=) no-repeat center center;
  width: 17px;
  height: 19px;
  left: 8px;
  top: 23%;
}

.viewmode-toggle a {
  height: 36px;
  width: 36px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  padding: 10px 12px;
  margin-right: 7px;
  display: inline-block;
  color: #b9b9b9;
  border: 1px solid #e7e7e7;
}
.viewmode-toggle a:hover, .viewmode-toggle a:focus, .viewmode-toggle a.active {
  border: 1px solid #80bb01;
  color: #80bb01;
}

.woocommerce select {
  padding: 0 25px 0 10px;
  border: 1px solid #ddd;
  color: #8f8f8f;
}

.select-tooltbars select {
  width: 183px;
  height: 36px;
  border: 1px solid #e7e7e7;
  color: #868686;
  font-size: 14px;
  padding: 0 25px 0 10px;
  text-transform: none;
  background: url(../images/select_bg_02.png) no-repeat 93% center;
}

.product-grid .desc {
  display: none;
}

#cart_added_msg_popup, #compare_added_msg_popup {
  background: #80bb01;
  box-shadow: 0 0 10px #ccc;
  box-sizing: border-box;
  font-size: 15px;
  left: 50%;
  color: #fff;
  line-height: 50px;
  max-width: 300px;
  padding: 15px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 10000;
}

#cart_added_msg_popup, #compare_added_msg_popup {
  font-size: 15px;
  line-height: 50px;
  text-align: center;
}

.yith-wcwl-add-to-wishlist, .add_to_cart_button, .single_add_to_cart_button, .product_type_simple {
  position: relative;
}

.product-grid.slick-initialized, .product-grid.product_slide {
  overflow: visible;
}

.yith-wcwl-add-to-wishlist .ajax-loading {
  width: 16px !important;
  height: 16px !important;
}

.yith-wcwl-add-to-wishlist {
  margin-top: 0px;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  position: relative;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading {
  position: absolute;
  top: 2px;
  left: -2px;
}

.yith-wcwl-add-to-wishlist .ajax-loading:after,
.add_to_cart_button.loading::after,
.single_add_to_cart_button.loading::after {
  animation: 1s ease-in-out 0s normal none infinite running spin;
  background: rgba(0, 0, 0, 0) url("../images/ajax-loader.gif") no-repeat scroll center center/25px 25px;
  content: "";
  display: inline-block;
  opacity: 1;
  height: 20px;
  width: 20px;
  margin: 0;
  position: absolute;
  left: 50%;
  right: auto;
  top: 50%;
  text-align: center;
  border-radius: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.add-to-compare .blockUI.blockOverlay {
  background: url("../images/ajax-loader.gif") no-repeat scroll right center/16px 16px !important;
  right: 0px !important;
  left: auto !important;
  padding-left: 20px;
}

.blockUI.blockOverlay {
  background: url("../images/ajax-loader.gif") no-repeat scroll center center/16px 16px !important;
  border: medium none;
  cursor: wait;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999 !important;
}

.compare-list .blockUI.blockOverlay {
  background: url("../images/ajax-loader.gif") no-repeat scroll right center/16px 16px !important;
}

.product_archives .title_archive_product {
  position: relative;
}
.product_archives .title_archive_product span {
  font-size: 32px;
}
.product_archives .title_archive_product h2 {
  padding-top: 44px;
  padding-bottom: 12px;
  font-size: 25px;
  color: #3d3935;
  text-transform: uppercase;
  font-weight: 600;
}
.product_archives .title_archive_product h2:before {
  content: "\e903";
  font-family: icomoon;
  position: absolute;
  color: #80bb01;
  font-size: 25px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.product_archives .tabs-fillter {
  text-align: center;
  padding-bottom: 31px;
}
.product_archives .tabs-fillter .btn-filter {
  display: inline-block;
  border-bottom: 0;
}
.product_archives .tabs-fillter .btn-filter li a {
  cursor: pointer;
  color: #979797;
  font-size: 15px;
  border-radius: 0;
  background: none !important;
  text-transform: capitalize;
}
.product_archives .tabs-fillter .btn-filter li a.active {
  color: #80bb01;
}
.product_archives .tabs-fillter .btn-filter li a:hover {
  border-color: transparent;
  background-color: none;
  color: #80bb01;
}
.product_archives .button-group .is-checked.btn-filter {
  background: #fff none repeat scroll 0 0;
}

.woocommerce div.product-grid div.product {
  float: left;
}
.woocommerce.columns-1 div.product-grid div.product {
  width: 100%;
  margin-right: 0;
}
.woocommerce.columns-2 div.product-grid div.product {
  width: 50%;
}
.woocommerce.columns-3 div.product-grid div.product {
  width: 33.3333%;
}
.woocommerce.columns-4 div.product-grid div.product {
  width: 25%;
}
.woocommerce.columns-5 div.product-grid div.product {
  width: 20%;
}
.woocommerce.columns-6 div.product-grid div.product {
  width: 16.6666666667%;
}

.columns-1 .product-list .item {
  width: 100%;
}

.product-entries-wrap .item {
  overflow: hidden;
}

.product-content {
  text-align: center;
}
.product-content:hover .product-image > a:before {
  opacity: 0.7;
}
.product-content .img-base {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.35s ease-in-out 0s;
}
.product-content h3 {
  padding-bottom: 7px;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
}
.product-content h3 a {
  font-size: 15px;
  font-weight: 600;
  color: #282828;
}
.product-content h3 a:hover {
  color: #80bb01;
}
.product-content .price del .amount {
  font-size: 16px;
  font-weight: 300;
  color: #afafaf;
}
.product-content span.woocommerce-Price-amount {
  color: #80bb01;
}
.product-content span.woocommerce-Price-amount span {
  color: #80bb01;
  font-size: 18px;
}
.product-content .price .amount, .product-content .price .unit_price {
  color: #80bb01;
  font-size: 18px;
  font-weight: 600;
}
.product-content .price .amount span, .product-content .price .unit_price span {
  color: #80bb01;
}
.product-content .price .amount del span, .product-content .price .unit_price del span {
  color: #aaa;
}
.product-content .price .unit_price {
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  margin-left: -4px;
}
.product-content .product-image {
  position: relative;
  margin-bottom: 23px;
}
.product-content .product-image > a {
  display: block;
  position: relative;
}
.product-content .product-image > a:before {
  position: absolute;
  content: "";
  background: #fff;
  opacity: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  transition: all 0.35s ease-in-out 0s;
}
.product-content .product-image > span {
  background: #000;
  color: #fff;
  display: table;
  font-size: 12px;
  font-weight: 300;
  height: 25px;
  left: 5px;
  letter-spacing: 2px;
  line-height: 23px;
  min-width: 38px;
  padding: 9px 7px 7px;
  position: absolute;
  text-align: center;
  line-height: 100%;
  text-transform: uppercase;
  top: 5px;
  vertical-align: middle;
  z-index: 1;
}
.product-content .product-image img {
  height: auto;
}

/* Single Post */
.media > .images {
  overflow: hidden;
}

div.pp_woocommerce div.ppt {
  color: #000;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}

.price {
  display: block;
}

.woocommerce-Reviews-title {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
}

.stars .fa {
  border-right: 1px solid #b8b8b8;
  margin-right: 8px;
  padding-right: 8px;
}
.stars .fa:last-child {
  border-right: none;
}
.stars span > a {
  border-right: 1px solid #eaeaea;
  padding-right: 10px;
  margin-right: 10px;
  color: transparent;
  display: inline-block;
}
.stars span > a:before {
  color: #d1d1d1;
  font-weight: normal;
}
.stars span > a:last-child {
  margin-right: 0;
  border: none;
}
.stars span > a:hover:before, .stars span > a.active:before {
  color: #ffd24d;
}
.stars a:before {
  font-family: FontAwesome;
}
.stars .star-1:before {
  content: "\f005";
}
.stars .star-2:before {
  content: "\f005\f005";
}
.stars .star-3:before {
  content: "\f005\f005\f005";
}
.stars .star-4:before {
  content: "\f005\f005\f005\f005";
}
.stars .star-5:before {
  content: "\f005\f005\f005\f005\f005";
}

.single-product .products > h2.title_related {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
  font-family: Asap;
  text-transform: uppercase;
  margin-bottom: 59px;
  position: relative;
}
.single-product .products > h2.title_related:after {
  position: absolute;
  content: "";
  background: #f4f4f4;
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 3px;
}
.single-product .products > h2.title_related:before {
  position: absolute;
  content: "";
  background: #80bb01;
  bottom: -9px;
  left: 0;
  width: 97px;
  height: 3px;
  z-index: 9;
}

.product-name span {
  font-weight: 300;
}

.single-product .images > div {
  position: relative;
}
.single-product .images img {
  width: 100%;
  height: auto;
  border: 1px solid #ebebeb;
}

.product_archives.isotope.product-list-wrap {
  margin: 0;
}

.wishlist_table.shop_table.cart tbody tr:last-child td {
  border-bottom: 1px solid #eee;
  padding: 10px !important;
}
.wishlist_table.shop_table.cart tbody tr td:last-child {
  border-right: 1px solid #eee;
}
.wishlist_table .product-name a {
  font-size: 15px;
}
.wishlist_table .product-name a:hover {
  color: #80bb01;
}
.wishlist_table .product-remove a {
  font-size: 22px;
  color: #80bb01;
}
.wishlist_table .product-remove a:hover {
  color: #232323;
}
.wishlist_table .product-price .amount {
  color: #b9260e;
  font-size: 15px;
}
.wishlist_table .product-stock-status span,
.wishlist_table .product-add-to-cart a {
  font-size: 15px;
}
.wishlist_table .product-add-to-cart a {
  color: #232323;
}
.wishlist_table .product-add-to-cart a:hover {
  color: #80bb01;
}

.woocommerce-variation.single_variation {
  margin-top: 15px;
}

.shop_attributes p {
  margin-bottom: 0;
}

.variations tr td {
  float: left;
  padding: 0;
  text-align: left;
  width: 50%;
}
.variations tr td.label {
  width: 100px;
}
.variations tr td.value {
  margin-bottom: 0;
}
.variations tr td select {
  border: 1px solid #ebebeb;
  background-color: transparent;
  border-radius: 0;
  color: #000;
  font-size: 15px;
  padding: 7px;
  margin-bottom: 15px;
}
.variations tr td label {
  color: #777777;
  padding-top: 12px;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.shop_attributes th {
  font-weight: 500;
  text-transform: capitalize;
}

.product_slide .isotope {
  height: 100% !important;
}
.product_slide .item {
  position: static !important;
}
.product_slide .slick-slider .slick-next,
.product_slide .slick-slider .slick-prev {
  top: 50%;
  margin-top: -76px !important;
}
.product_slide .slick-slider .slick-next:before,
.product_slide .slick-slider .slick-prev:before {
  opacity: 1;
}
.product_slide .slick-slider .slick-next:hover, .product_slide .slick-slider .slick-next:focus,
.product_slide .slick-slider .slick-prev:hover,
.product_slide .slick-slider .slick-prev:focus {
  background: none;
  border-color: #80bb01;
}
.product_slide .slick-slider .slick-next:hover:before, .product_slide .slick-slider .slick-next:focus:before,
.product_slide .slick-slider .slick-prev:hover:before,
.product_slide .slick-slider .slick-prev:focus:before {
  color: #80bb01;
}

.filter-cate {
  text-align: right;
}

.deal-of {
  float: left;
  width: 45%;
  max-width: 360px;
}
.deal-of h3 {
  font-size: 39.44px;
  font-weight: 500;
}
.deal-of h3 a {
  color: #212425;
}
.deal-of h3 a:hover {
  color: #80bb01;
}

.product-attribute {
  background: #000;
  overflow: hidden;
  min-height: 786px;
  padding: 150px 30px 40px 40px;
}

.product-deal .product-img {
  float: right;
  width: 55%;
}
.product-deal .desc {
  color: #888888;
  font-size: 15px;
  padding-bottom: 18px;
}
.product-deal .price-deal .desc-tab {
  color: #c74729;
  font-size: 33.82px;
  font-weight: 600;
}
.product-deal .price-deal .desc-tab span {
  color: #949597;
  font-size: 20px;
  text-decoration: line-through;
  margin-left: 9px;
}
.product-deal .btn-banner {
  padding-top: 53px;
}
.product-deal .btn-banner .btn.btn-primary {
  padding-left: 24px;
  padding-right: 24px;
}
.product-deal .btn-banner .btn.btn-primary i {
  font-size: 20px;
}

.deal-desc {
  margin-top: 27px;
}
.deal-desc .nav-tabs {
  border: none;
  margin-bottom: 25px;
}
.deal-desc .nav-tabs li {
  margin-bottom: 0;
}
.deal-desc .nav-tabs li.active a {
  border: 2px solid #80bb01;
  color: #80bb01;
  background: #fff;
}
.deal-desc .nav-tabs li a {
  border: 2px solid transparent;
  margin: 0;
  font-size: 14.4px;
  font-weight: 600;
  border-radius: 3px;
  padding: 6px 19px 5px;
}
.deal-desc .nav-tabs li a:hover, .deal-desc .nav-tabs li a:focus {
  border: 2px solid #80bb01;
  color: #80bb01;
  background: #fff;
}

.slide-deal .slick-slider .slick-dots {
  margin-right: 34px;
  margin-top: 0;
  position: absolute;
  right: 0 !important;
  text-align: right;
  bottom: 31px;
}
.slide-deal .slick-slider .slick-dots li {
  margin-right: 73px !important;
}
.slide-deal .slick-slider .slick-dots li a {
  color: #212425;
}

.title-deal h3 {
  font-size: 16.37px;
  display: inline-block;
  position: relative;
  color: #80bb01;
  padding-right: 10px;
  font-weight: 600;
  margin-bottom: 16px;
}
.title-deal h3:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 45px;
  background: #80bb01;
  bottom: 3px;
  left: 100%;
}

.product_order .single-product .type-product {
  padding-top: 0;
}
.product_order .single-product .type-product .cart {
  padding-top: 0;
}
.product_order .summary {
  float: left;
  margin: 0 -5px;
  width: 100%;
}
.product_order .summary form {
  width: 100%;
  float: left;
}
.product_order .summary form .quantity {
  height: 63px;
  margin: 0;
  width: 50%;
  float: left;
  padding: 0 5px;
  position: relative;
  background: none;
  overflow: hidden;
}
.product_order .summary form .quantity input.qty.text {
  color: #afafaf;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  height: 63px;
  padding: 10px 18px 10px 30px;
  text-align: left;
  width: 100%;
  background: #000;
  border-radius: 4px;
}
.product_order .summary form .quantity .qty-number {
  height: 100%;
  right: 11px;
  top: 0;
  position: absolute;
}
.product_order .summary form .quantity .qty-number .increase-qty {
  height: 63px;
  line-height: 70px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  color: #a1a1a1;
}
.product_order .summary form .quantity .qty-number .increase-qty:hover {
  color: #80bb01;
}
.product_order .summary form .quantity .qty-number .increase-qty.minus {
  right: 30px;
}
.product_order .summary form .add-to-cart {
  float: left;
  padding: 0 5px;
  width: 50%;
  overflow: hidden;
}
.product_order .summary form .single_add_to_cart_button,
.product_order .summary form .add_to_cart_button {
  background: #212425 none repeat scroll 0 0;
  float: right;
  height: 63px;
  letter-spacing: 1.5px;
  min-width: auto;
  padding: 0;
  width: 100%;
  font-weight: 500;
  font-size: 15px;
}
.product_order .summary form .single_add_to_cart_button i,
.product_order .summary form .add_to_cart_button i {
  font-size: 22px;
  display: inline-block;
}
.product_order .summary form .single_add_to_cart_button:hover,
.product_order .summary form .add_to_cart_button:hover {
  color: #80bb01;
  background: #000;
}
.product_order .summary .variations {
  float: left;
  width: 33.3333%;
  padding: 0 5px;
}
.product_order .summary .variations tr {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  float: left;
}
.product_order .summary .variations tr td.value {
  margin-bottom: 0;
  width: 100%;
}
.product_order .summary .variations tr td.value select {
  background-color: #eaf3ff;
  background-image: url("../images/angle-down.png");
  color: #a1a1a1;
  font-size: 14px;
  font-weight: 500;
  height: 63px;
  margin: 0;
  width: 100%;
  padding-left: 27px;
  padding-right: 18px;
}
.product_order .summary .variations tr td.label {
  display: none;
}
.product_order .summary .variations tr td .reset_variations {
  display: none !important;
}
.product_order .summary .woocommerce-variation-add-to-cart {
  float: left;
  margin: 0 -5px;
  width: 100%;
}
.product_order .summary .single_variation_wrap {
  float: left;
  width: 66.6667%;
  padding: 0 5px;
  position: relative;
}
.product_order .summary .single_variation_wrap .price span {
  color: #ffffff !important;
}
.product_order .summary .single_variation_wrap .woocommerce-variation-availability p {
  color: #ffffff;
  margin-bottom: 0;
}
.product_order .summary .single_variation_wrap .woocommerce-variation.single_variation {
  position: absolute;
  top: 80px;
}

.woocommerce-wishlist .wishlist_table .product-add-to-cart .button {
  line-height: 37px;
  font-size: 14px;
  height: 34px;
}

[class*=columns-].product_archives.woocommerce {
  margin-top: 30px;
}

.product_archives .col-md-6 > #options > .button-group {
  padding-top: 3px;
}

.filter-cate .button-group button.is-checked,
.filter-cate .button-group button:hover {
  background: #fff;
}

.product-categories-shortcode .product-grid {
  border: none !important;
}
.product-categories-shortcode li.product-category.product {
  position: relative;
  display: inline-block;
  float: left;
  text-align: center;
  border-left: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
.product-categories-shortcode li.product-category.product:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #80bb01;
  opacity: 0.9;
  transition: all 0.3s ease-in-out 0s;
}
.product-categories-shortcode li.product-category.product:hover .prd_cat_count .figcaption {
  opacity: 1;
  height: 254px;
  z-index: 999;
  transition: all 0.3s ease-in-out 0s;
}
.product-categories-shortcode li.product-category.product h3 {
  padding-top: 18px;
}
.product-categories-shortcode .prd_count_inner {
  padding: 27px 0 25px;
}
.product-categories-shortcode .prd_count_inner img {
  width: 210px;
}
.product-categories-shortcode .prd_count_inner h3 a {
  color: #fff;
  font-size: 18px;
}
.product-categories-shortcode .prd_cat_count {
  position: relative;
}
.product-categories-shortcode .prd_cat_count .figcaption {
  padding: 44px 30px 45px;
  color: #fff;
  position: absolute;
  background: #f8b600;
  height: 0;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
}
.product-categories-shortcode .prd_cat_count .figcaption .number_prds {
  font-size: 45px;
  line-height: 45px;
  font-weight: 300;
  margin-bottom: -5px;
}
.product-categories-shortcode .prd_cat_count .figcaption .name_prd {
  font-size: 18px;
  margin-bottom: 0;
}
.product-categories-shortcode .prd_cat_count .figcaption .cat_link {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  margin: 24px 22px 0;
}
.product-categories-shortcode .prd_cat_count .figcaption .cat_link .btn.btn-border-white:hover {
  color: #f8b600;
  background: #fff;
}

.product-cate-h4 {
  margin-top: -100px;
  background: url("../images/bg-pr-cate.jpg");
}

.woocommerce.columns-4 li {
  width: 25%;
}

.woocommerce.columns-3 li {
  width: 33.3333%;
}

.woocommerce.columns-4 .slick-dots li {
  width: auto;
}

.layout_style_4 .slick-slider {
  margin-left: 0;
  margin-right: 0;
}
.layout_style_4 .slick-slider .item {
  padding: 0;
}
.layout_style_4 .slick-dots {
  padding-top: 32px;
}
.layout_style_4 .slick-dots li {
  margin: 0 8px;
}
.layout_style_4 .slick-dots li button {
  height: 18px;
  width: 18px;
  background: #ebebeb;
  padding: 0;
}
.layout_style_4 .slick-dots li button:before {
  content: none;
}
.layout_style_4 .slick-dots li button:hover {
  transition: all 0.3s ease-in-out 0s;
  height: 20px;
  background: #80bb01;
  width: 20px;
}
.layout_style_4 .slick-dots li.slick-active button {
  height: 20px;
  width: 20px;
  background: #80bb01;
}
.layout_style_4.layout_style_1 .product-grid .product-content {
  padding-bottom: 20px;
}
.layout_style_4.layout_style_1 .slick-arrow {
  top: 38%;
  transform: none;
  margin-top: 15px;
}
.layout_style_4.layout_style_1 .slick-arrow.btn-next {
  left: -2px;
}
.layout_style_4.layout_style_1 .slick-arrow.btn-prev {
  right: -2px;
}
.layout_style_4.layout_style_1 .product-content:hover .product-action {
  bottom: -1px;
}
.layout_style_4 .product-content .product-image {
  margin-bottom: 13px;
  margin-top: 0;
}
.layout_style_4 .product-content h3 {
  padding-bottom: 0;
}

.layout_style_1 .slick-dots, .layout_style_3 .slick-dots {
  display: none !important;
}

.layout_style_1.layout_style_4 .slick-dots {
  display: block !important;
}

.product_layout_list.arrowpress-products {
  margin-bottom: 0;
}
.product_layout_list.arrowpress-products .woocommerce div.product-grid div.product {
  width: 100%;
}
.product_layout_list.arrowpress-products .woocommerce div.product-grid div.product:hover {
  box-shadow: none;
}
.product_layout_list.arrowpress-products .product-grid {
  border: none;
}
.product_layout_list.arrowpress-products .product-grid .item {
  border: none;
  margin: 0;
}
.product_layout_list.arrowpress-products .product-content {
  padding-bottom: 0;
  margin-bottom: 40px;
  margin-top: 0;
}
.product_layout_list.arrowpress-products .product-content:hover {
  box-shadow: none;
}
.product_layout_list.arrowpress-products .product-content:hover .product-image {
  border-color: #efefef;
}
.product_layout_list.arrowpress-products .product-content:hover .product-image > a:before {
  opacity: 0.78;
}
.product_layout_list.arrowpress-products .product-content .product-image {
  float: left;
  margin-bottom: 0;
  padding-top: 0;
  width: 98px;
  margin-right: 20px;
  border: 1px solid #f5f5f5;
}
.product_layout_list.arrowpress-products .product-content .product-image > a::before {
  background: #80bb01;
}
.product_layout_list.arrowpress-products .product-content h3 {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .product_layout_list.arrowpress-products .product-content h3 {
    margin-top: -5px;
  }
}
.product_layout_list.arrowpress-products .product-content h3 a {
  color: #444;
  display: block;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product_layout_list.arrowpress-products .product-content h3 a:hover {
  color: #80bb01;
}
.product_layout_list.arrowpress-products .product-content .product-action-grid {
  display: none;
}
.product_layout_list.arrowpress-products .product-content .action_item_box {
  padding-bottom: 2px;
}
.product_layout_list.arrowpress-products .product-content .product-action-list {
  display: block;
  opacity: 1;
  position: static;
  visibility: visible;
  padding: 10px 0 0;
  text-align: left;
}
.product_layout_list.arrowpress-products .product-content .product-action-list .action_item {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 0 2px;
}
.product_layout_list.arrowpress-products .product-content .product-action-list .action_item a {
  height: 30px;
  line-height: 32px;
  width: 30px;
  font-size: 16px;
}
.product_layout_list.arrowpress-products .product-content .product-action-list .product_type_simple,
.product_layout_list.arrowpress-products .product-content .product-action-list .add_to_cart_button {
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 30px;
  line-height: 32px;
  vertical-align: middle;
  border: 1px solid transparent;
  margin-right: 2px;
}
.product_layout_list.arrowpress-products .product-content .product-action-list .product_type_simple b .add_cart_list,
.product_layout_list.arrowpress-products .product-content .product-action-list .add_to_cart_button b .add_cart_list {
  display: none;
}
.product_layout_list.arrowpress-products .product-content .product-action-list .product_type_simple .pe-7s-cart,
.product_layout_list.arrowpress-products .product-content .product-action-list .add_to_cart_button .pe-7s-cart {
  display: inline-block;
}
.product_layout_list.arrowpress-products .product-desc {
  overflow: hidden;
  text-align: left;
}
.product_layout_list.arrowpress-products .product-label span.onsale {
  bottom: 5px;
  left: 5px;
  right: auto;
  top: auto;
}
.product_layout_list.arrowpress-products .product-label span.onhot {
  left: 5px;
  right: auto;
  top: 5px;
}
.product_layout_list.arrowpress-products .product-label span.new {
  left: 0;
  right: auto;
  top: 35px;
}

.update-wishlist .blockUI {
  display: none !important;
}

.cate-archive {
  margin: 0 -15px;
  margin-bottom: 70px;
  width: 33.3333%;
  float: left;
  overflow: hidden;
}
.cate-archive .product-category {
  padding: 0 15px;
  text-align: center;
}
.cate-archive .product-category img {
  width: 100%;
}
.cate-archive .product-category a:hover .woocommerce-loop-category__title, .cate-archive .product-category a:hover .count {
  color: #80bb01;
}
.cate-archive .product-category .woocommerce-loop-category__title {
  font-size: 18px;
  margin-top: 20px;
  line-height: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cate-archive .product-category .woocommerce-loop-category__title .count {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.cate-archive .slick-arrow {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  font-size: 20px;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 42%;
  z-index: 1;
  line-height: 40px;
  transform: translateY(-50%);
  width: 40px;
}
.cate-archive .slick-arrow:hover {
  background: #80bb01;
  color: #fff !important;
}
.cate-archive .slick-arrow.btn-next {
  right: 0;
  left: auto;
}
.cate-archive .slick-arrow.btn-prev {
  left: 0;
  right: auto;
}

@media (min-width: 640px) {
  .product-categories-shortcode .columns-2 li {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .vc_col-lg-3 .product_layout_list .price del {
    display: block;
  }
  .product-categories-shortcode .columns-5 li {
    width: 20%;
  }
  .product-categories-shortcode .columns-6 li {
    width: 16.6667%;
  }
}
@media (min-width: 1024px) {
  .single-product .main-sidebar .media {
    width: 44.6%;
  }
  .single-product .main-sidebar .info {
    width: 55.4%;
  }
  .countdown-2 .ult_countdown-row .ult_countdown-section {
    width: 85px !important;
    font-size: 28px !important;
  }
}
@media (max-width: 1199px) {
  .related.products {
    margin-top: 30px;
  }
  .box_farm_deal .countdown-2 .ult_countdown-row {
    margin-left: 30px;
  }
}
@media (max-width: 880px) {
  .related.products {
    margin-top: 15px !important;
  }
}
@media (min-width: 992px) {
  .product_layout_packery .woocommerce div.product-grid div.product.image_size2 {
    height: 733px;
  }
  .product_layout_packery .woocommerce div.product-grid div.product.image_size {
    height: 367px;
  }
}
@media (max-width: 991px) {
  .product-tab .tab-content {
    margin-bottom: 20px;
  }
  .single-product .info {
    margin-top: 30px;
  }
  .single-product .cart {
    float: left;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
  }
  .info .summary .add-to:last-child, #yith-quick-view-content .summary .add-to:last-child {
    right: 0 !important;
    left: 51% !important;
    float: left;
    position: relative;
    top: -48px;
    border: none;
    display: inline-block;
  }
  .layout_style_2.layout_style_5 .product-content .product-image {
    margin-bottom: 20px;
  }
  .product_layout_packery .woocommerce div.product-grid div.product.image_size,
  .product_layout_packery .woocommerce div.product-grid div.product.image_size2 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .product-entries-wrap .product-content .action_item,
  .product-entries-wrap .product-content .button.add_to_cart_button {
    position: relative;
    bottom: -30px;
  }
  .product-entries-wrap .product-content .wishlist-btn {
    transition: all 0.3s ease-in-out;
  }
  .product-entries-wrap .product-content .button.add_to_cart_button {
    transition: all 0.5s ease-in-out;
  }
  .product-entries-wrap .product-content .quick-view {
    transition: all 0.7s ease-in-out;
  }
  .product-entries-wrap .product-content:hover .product-image > a:before {
    opacity: 0.7;
  }
  .product-entries-wrap .product-content:hover .action_item,
  .product-entries-wrap .product-content:hover .button.add_to_cart_button {
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .woocommerce-page .wrapper {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .product-cate-h4 {
    margin-top: -70px;
  }
  .woocommerce.columns-4 li,
  .woocommerce.columns-3 li {
    width: 50%;
  }
  .layout_style_1 .product-content .product-image {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .box-pro-h8 .layout_style_2.image_left_pos .product_style_2 .product-content {
    padding: 15px;
  }
  .box-pro-h8 .layout_style_2.image_left_pos .product_style_2 .product-desc h3 a {
    font-size: 34px;
  }
  .banner_fresh_box .wpb_single_image.vc_align_right {
    position: static !important;
  }
  .info .summary .add-to:last-child, #yith-quick-view-content .summary .add-to:last-child {
    right: 0 !important;
    left: auto !important;
    top: 10px;
  }
}
@media (max-width: 600px) {
  .product-categories-shortcode .prd_cat_count .figcaption .cat_link {
    margin: 22px 0 0;
  }
  .product-cate-h4 {
    margin-top: 50px;
  }
}
@media (max-width: 550px) {
  .product_layout_packery .woocommerce div.product-grid div.product.image_size,
  .product_layout_packery .woocommerce div.product-grid div.product.image_size2 {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .product-grid {
    border-left: medium none;
  }
  .product-grid .item {
    border-width: 1px;
    margin-bottom: 0;
  }
  .product-grid-wrap.product_archives {
    border-left: medium none;
  }
  .product-grid .item {
    margin-bottom: 30px;
    box-shadow: none;
  }
  .product-grid .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .woocommerce.columns-4 li,
  .woocommerce.columns-3 li {
    width: 100%;
  }
  .layout_style_2 .product_style_2 .product-content {
    padding-bottom: 0 !important;
  }
  .layout_style_2 .product_style_2 .product-desc h3 a {
    font-size: 22px;
  }
  .single-product .comment-reply-title {
    padding-top: 0;
  }
  .single-product .cart {
    margin-right: 0;
  }
  .product-tab {
    margin-top: 0;
  }
}
@media (max-width: 375px) {
  .single-product .cart {
    width: 100%;
  }
  .info .summary .add-to-cart, #yith-quick-view-content .summary .add-to-cart {
    width: 100% !important;
    padding-top: 15px;
    padding-left: 0 !important;
  }
  .info .summary .add-to:last-child, #yith-quick-view-content .summary .add-to:last-child {
    float: right;
    top: -112px;
  }
}
@media (max-width: 767px) {
  .cate-archive .product-category {
    width: 50%;
  }
  .wishlist_table.mobile {
    padding-left: 0px;
  }
  .wishlist_table.mobile li {
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
  }
  .wishlist_table.mobile li .item-wrapper {
    width: 100%;
  }
  .wishlist_table.mobile li .additional-info-wrapper {
    width: 100%;
  }
  .wishlist_table.mobile li .additional-info-wrapper .additional-info {
    width: unset;
    display: none;
  }
  .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    width: 50%;
  }
  .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart .add_to_cart_button {
    margin-left: 0px !important;
  }
  .wishlist_table.mobile li .additional-info-wrapper .product-remove {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .cate-archive .product-category {
    width: 100%;
  }
  .product-tab .nav-tabs > li a {
    padding: 14px 8px !important;
  }
}
@media screen and (max-width: 1024px) {
  .wishlist_table.mobile li {
    margin-bottom: 33px;
    display: flex;
  }
  .wishlist_table.mobile li .item-wrapper {
    display: flex;
    width: 60%;
    vertical-align: middle;
  }
  .wishlist_table.mobile li .item-wrapper .product-thumbnail {
    max-width: 99px !important;
  }
  .wishlist_table.mobile li .item-wrapper .item-details h3 {
    margin-top: 5px;
  }
  .wishlist_table.mobile li .item-wrapper .item-details .item-details-table .label {
    display: none;
  }
  .wishlist_table.mobile li .item-wrapper .item-details .item-details-table td.value {
    text-align: left;
  }
  .wishlist_table.mobile li .additional-info-wrapper {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
  }
  .wishlist_table.mobile li .additional-info-wrapper .additional-info {
    width: 30%;
  }
  .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    width: 50%;
  }
  .wishlist_table.mobile li .additional-info-wrapper .product-remove {
    width: 20%;
  }
  .wishlist_table.mobile li .additional-info-wrapper table.additional-info td.value {
    text-align: left;
  }
}
.woocommerce-page .wishlist_table .product-add-to-cart .button {
  line-height: 37px;
  font-size: 20px;
}

.woocommerce-page .shop_table.wishlist_table thead .product-price span {
  font-size: 16px;
}

.product-content .variations_form.cart {
  display: inline-block;
}

.product-content .variations {
  position: absolute;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 65px;
}

.product-content .reset_variations {
  display: none !important;
}

.product-content .variations tr td.label {
  display: none;
}

.product-content .variations tr {
  width: 50%;
  float: left;
}

.product-content .variations tr td.value {
  width: 100%;
  padding: 0 10px;
}

.product-content .variations tr td select {
  margin-bottom: 0;
  height: 40px;
}

.product-content .woocommerce-variation.single_variation,
.product-content .qty,
.product-content .quantity.buttons_added {
  display: none !important;
}

.product-content .single_variation_wrap .single_add_to_cart_button {
  width: 36px;
  height: 36px;
  border: 1px solid #80bb01;
  padding: 0;
  text-indent: -9999em;
  background: #80bb01;
  border-radius: 50%;
  position: relative;
  color: #fff;
}

.product-content .single_variation_wrap .single_add_to_cart_button:hover {
  background-color: transparent;
  border-color: #80bb01;
  color: #80bb01;
}

.product-content .single_variation_wrap .single_add_to_cart_button::before {
  content: "\e66e";
  font-family: "Pe-icon-7-stroke";
  text-indent: 1px;
  display: block;
  position: absolute;
  font-size: 18px;
  left: 50%;
  transform: translate(-50%);
}

.yith-wcwl-add-to-wishlist .ajax-loading::after,
.add_to_cart_button.loading::after,
.single_add_to_cart_button.loading::after {
  left: 7px;
  top: 7px;
  transform: none;
}

.woosearch-results .product-content .variations {
  position: static;
  width: 115px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.woosearch-results .product-content .variations tr {
  width: 100%;
}

.woosearch-results .product-content .variations tr td.value {
  padding: 0;
}

.woosearch-results .single_variation_wrap {
  display: inline-block;
  line-height: 100%;
}

.woosearch-results .product-content .variations_form.cart {
  display: block;
}

/*===================================
	3.5 Single Product
===================================*/
.single-product .zoomContainer {
  z-index: 9;
}
.single-product .comment-reply-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #282828;
}
.single-product .woocommerce-Reviews-title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 14px;
}
.single-product .woocommerce-Reviews-title span {
  font-weight: 600;
}
.single-product .tagged_as a:hover {
  color: #80bb01;
}
.single-product .cart {
  padding-top: 12px;
}
.single-product .info .price ins span {
  font-weight: bold;
}
.single-product .info .quantity input.qty.text {
  color: #1b242b;
  font-size: 14px;
  font-family: Open Sans;
}
.single-product .compare.added {
  font-size: 0;
}
.single-product .compare.added:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 14px;
  color: inherit;
}
.single-product .woocommerce.columns-4 div.product-grid div.product {
  float: left;
  padding: 0 15px;
}
.single-product .img_single_row1 {
  width: 27%;
  float: left;
}
.single-product .img_single_row2 {
  width: 73%;
  float: left;
  padding-bottom: 20px;
}
.single-product .full_images .img_single_row2 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}
.single-product .thumbs_list {
  padding: 40px 0;
}
.single-product .thumbs_list .slick-dots {
  display: none !important;
}
.single-product .thumbs_list .btn-next {
  left: 15px;
  top: 0px;
  bottom: auto;
  margin-bottom: 10px;
  margin-top: 1px;
}
.single-product .thumbs_list .btn-prev {
  margin-top: 3px;
  left: 15px;
  top: auto;
}
.single-product .thumbs_list .slick-arrow {
  width: 30px;
  height: 30px;
  line-height: 15px;
  background: transparent;
  border: 1px solid #ebebeb;
  margin-left: 5px;
  color: #555;
  font-size: 24px;
  border-radius: 0;
}
.single-product .thumbs_list .slick-arrow:hover {
  border: 1px solid #80bb01;
  color: #80bb01;
}
.single-product .thumbs_list li {
  padding-bottom: 7px;
}
.single-product .thumbs_list li:hover a:before {
  opacity: 0;
}
.single-product .thumbs_list li:hover a img {
  border: 1px solid #80bb01;
}
.single-product .thumbs_list li a {
  display: block;
  position: relative;
}
.single-product .thumbs_list li a.zoomGalleryActive img {
  border: 1px solid #80bb01;
}
.single-product .thumbs_list li a:before {
  background: #80bb01;
  border-radius: 2px;
  bottom: 13px;
  content: "";
  left: 13px;
  opacity: 0;
  position: absolute;
  right: 13px;
  top: 13px;
  transition: all 0.3s ease-in-out 0s;
}
.single-product .thumbs_list li a img {
  border: 1px solid #ebebeb;
  width: 68px;
  height: 74px;
}

.info .entry-summary > .compare {
  display: none;
}

.info .entry-summary > .add-to-wishlist, .info .entry-summary > .yith-wcwl-add-to-wishlist {
  display: none;
}

.widget_add_to_cart a {
  font-size: 14px;
  text-transform: capitalize;
  color: #282828;
}
.widget_add_to_cart a:hover {
  color: #80bb01;
}

#yith-quick-view-content .img_single_row2 {
  width: 100% !important;
}
#yith-quick-view-content .img_single_row2 img {
  border: 0 !important;
}
#yith-quick-view-content .summary .add-to-cart {
  width: 160px !important;
  float: none !important;
}
#yith-quick-view-content .single_add_to_cart_button:before {
  height: 0 !important;
}

.info .summary .add-to-cart, #yith-quick-view-content .summary .add-to-cart {
  padding-left: 19px;
}

.info .summary .add-to, #yith-quick-view-content .summary .add-to {
  position: relative;
  opacity: 1;
  float: right;
  display: inline-block;
  vertical-align: middle;
  top: -49px;
  right: 40px;
}
.info .summary .add-to.fix-bt-wishlist:last-child, #yith-quick-view-content .summary .add-to.fix-bt-wishlist:last-child {
  left: auto;
  right: 35%;
}
.info .summary .add-to:last-child, #yith-quick-view-content .summary .add-to:last-child {
  left: auto;
  right: 43px;
}
.info .summary .add-to > div, #yith-quick-view-content .summary .add-to > div {
  float: left;
  display: block;
}
.info .summary .add-to > div.yith-wcwl-add-to-wishlist, #yith-quick-view-content .summary .add-to > div.yith-wcwl-add-to-wishlist {
  margin-right: 6px;
}
.info form.cart label, #yith-quick-view-content form.cart label {
  color: #333436;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 18px;
  margin-top: 14px;
  float: left;
  margin-top: 11px;
}
.info .add-to a, #yith-quick-view-content .add-to a {
  border: 1px solid #e3e3e3;
  border-radius: 100%;
  color: #282828;
  display: block;
  font-size: 25.5px;
  height: 50px;
  line-height: 57px;
  text-align: center;
  width: 50px;
}
.info .add-to a:hover, #yith-quick-view-content .add-to a:hover {
  background: #80bb01;
  border: 1px solid #80bb01;
  color: #fff;
}
.info .summary .availability, #yith-quick-view-content .summary .availability {
  border-top: 1px solid #ebebeb;
  padding-top: 21px;
}
.info .summary .availability p, #yith-quick-view-content .summary .availability p {
  font-size: 14px;
  font-weight: bold;
  line-height: 10px;
  color: #282828;
}
.info .summary .availability p.stock, #yith-quick-view-content .summary .availability p.stock {
  font-weight: normal;
  margin-bottom: 25px;
  color: #282828;
  font-size: 14px;
}
.info .short_description, #yith-quick-view-content .short_description {
  border-top: 1px solid #e3e3e3;
  padding-top: 13px;
}
.info .short_description p.title, #yith-quick-view-content .short_description p.title {
  font-size: 14px;
  color: #282828;
  font-weight: 600;
  margin-bottom: -3px;
}
.info .short_description p:last-child, #yith-quick-view-content .short_description p:last-child {
  line-height: 25px;
  color: #282828;
}
.info .product_title, #yith-quick-view-content .product_title {
  color: #000;
  font-size: 20px;
  padding-bottom: 4px;
  text-transform: capitalize;
  font-weight: 600;
}
.info .price span, #yith-quick-view-content .price span {
  font-size: 18px;
  font-weight: normal;
  color: #80bb01;
  font-family: Open Sans;
}
.info .price del span, #yith-quick-view-content .price del span {
  font-size: 18px;
}
.info .summary p, #yith-quick-view-content .summary p {
  color: #898989;
  margin-bottom: 14px;
  line-height: 28px;
  font-weight: 500;
}
.info .summary p.price, #yith-quick-view-content .summary p.price {
  line-height: 24px;
  font-weight: 600;
}
.info .summary p a, #yith-quick-view-content .summary p a {
  color: #212121;
}
.info .summary p a:hover, #yith-quick-view-content .summary p a:hover {
  color: #80bb01;
}
.info .summary .add-to-cart, #yith-quick-view-content .summary .add-to-cart {
  display: inline-block;
  width: 168px;
}
.info .single_add_to_cart_button,
.info .add_to_cart_button, #yith-quick-view-content .single_add_to_cart_button,
#yith-quick-view-content .add_to_cart_button {
  border-radius: 30px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  position: relative;
  background: #80bb01;
  border: none;
  color: #fdfdfd;
  text-transform: capitalize;
  position: relative;
}
.info .single_add_to_cart_button:hover,
.info .add_to_cart_button:hover, #yith-quick-view-content .single_add_to_cart_button:hover,
#yith-quick-view-content .add_to_cart_button:hover {
  background: #333;
}
.info .single_add_to_cart_button i,
.info .add_to_cart_button i, #yith-quick-view-content .single_add_to_cart_button i,
#yith-quick-view-content .add_to_cart_button i {
  display: none;
}
.info .quantity, #yith-quick-view-content .quantity {
  background: transparent;
  border: 1px solid #e6e6e6;
  display: inline-block;
  height: 50px;
  vertical-align: top;
  margin-right: 6px;
}
.info .quantity .qty-number, #yith-quick-view-content .quantity .qty-number {
  height: 50px;
}
.info .quantity .qty-number span, #yith-quick-view-content .quantity .qty-number span {
  color: #919191;
  font-size: 16px;
  height: 46px;
  font-family: PTsans;
  line-height: 100%;
  width: 19px;
  text-align: center;
}
.info .quantity input.qty.text, #yith-quick-view-content .quantity input.qty.text {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #777777;
  height: 51px;
  width: 64px;
  border: none;
  padding: 10px 0;
  font-family: Open Sans;
}
.info .product_meta, #yith-quick-view-content .product_meta {
  padding-top: 24px;
}
.info .product_meta > span, #yith-quick-view-content .product_meta > span {
  display: block;
  width: 100%;
  color: #777777;
  padding-top: 7px;
  padding-bottom: 10px;
  font-weight: 500;
  border-bottom: 1px solid #eeeeee;
}
.info .product_meta > span a, #yith-quick-view-content .product_meta > span a {
  color: #80bb01;
}
.info .product_meta > span a:hover, #yith-quick-view-content .product_meta > span a:hover {
  color: #222;
}
.info .product-share, #yith-quick-view-content .product-share {
  padding-top: 48px;
  display: inline-block;
}
.info .product-share h5, #yith-quick-view-content .product-share h5 {
  text-transform: uppercase;
  display: inline-block;
  padding-right: 6px;
  font-weight: 500;
  font-family: 16px;
  color: #80bb01;
}
.info .product-share a, #yith-quick-view-content .product-share a {
  font-size: 18px;
  padding: 2px 7px;
  color: #aaaaaa;
}
.info .product-share a:hover, #yith-quick-view-content .product-share a:hover {
  color: #80bb01;
}

.ie-11 .woocommerce-review-link {
  padding-top: 3px;
}

.woocommerce-review-link {
  color: #555555;
  padding-right: 20px;
  font-weight: normal;
  position: relative;
  margin-left: 20px;
  font-size: 12px;
}
.woocommerce-review-link:hover {
  color: #80bb01;
}
.woocommerce-review-link:before {
  content: "";
  position: absolute;
  height: 15px;
  width: 1px;
  background: #a6a6a6;
  left: -11px;
  top: 1px;
}

.woocommerce-product-rating {
  padding-bottom: 7px;
}

.star-rating {
  display: inline-block;
  height: 16px;
  position: relative;
  text-indent: -999em;
  width: 71px;
  margin-top: 0;
  font-size: 13px;
}
.star-rating:before {
  position: absolute;
  text-indent: 1px;
  content: "\f005\f005\f005\f005\f005";
  letter-spacing: 2px;
  font-family: FontAwesome;
  left: 0;
  top: 0;
  color: #dddddd;
}
.star-rating span {
  float: left;
  overflow: hidden;
  display: block;
  position: relative;
  font-size: 13px;
}
.star-rating span:before {
  position: absolute;
  text-indent: 1px;
  content: "\f005\f005\f005\f005\f005";
  letter-spacing: 2px;
  font-family: FontAwesome;
  left: 0;
  top: 0;
  color: #ffd24d;
}

.related.products {
  margin-top: 53px;
}

.product-tab {
  margin-top: 29px;
  overflow: hidden;
  width: 100%;
}
.product-tab .woocommerce-tabs {
  overflow: hidden;
  width: 100%;
}
.product-tab .nav-tabs {
  border: none;
  border-radius: 4px;
  margin-right: 32px;
}
.product-tab .nav-tabs > li {
  margin-right: 2px;
}
.product-tab .nav-tabs > li.active a {
  border: none;
  border-radius: 0;
  margin: 0;
  color: #fff;
  background: #80bb01;
}
.product-tab .nav-tabs > li a {
  border: none;
  text-transform: capitalize;
  border-radius: 0;
  margin: 0;
  font-size: 16px;
  color: #282828;
  padding: 14px 19px;
  font-weight: 600;
  background: #ebebeb;
}
.product-tab .nav-tabs > li a:hover, .product-tab .nav-tabs > li a:focus {
  border: none;
  border-radius: 0;
  margin: 0;
  color: #fff;
  background: #80bb01;
}
.product-tab .tab-content {
  overflow: hidden;
  padding-top: 25px;
}
.product-tab .tab-content .panel {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 20px;
}
.product-tab .tab-content p {
  color: #555555;
}
.product-tab .tab-content .commentlist > li {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.product-tab .tab-content .avatar {
  float: left;
  margin-right: 30px;
}
.product-tab .tab-content .comment-text {
  overflow: hidden;
}
.product-tab .tab-content .comment-form input, .product-tab .tab-content .comment-form textarea {
  width: 100%;
}
.product-tab .tab-content .comment-form textarea {
  height: 100px;
}
.product-tab .tab-content .comment-form label {
  display: none;
}
.product-tab .tab-content .comment-form label.error {
  border: none !important;
  color: #ff0000;
  font-weight: 400;
}
.product-tab .tab-content .comment-form .form-submit input {
  width: 120px;
}

.views-block .slick-slider {
  margin: 0;
}

#tab-description p {
  font-size: 14px;
  color: #282828;
  margin-bottom: 24px;
}
#tab-description p:first-child {
  margin-bottom: 0;
}
#tab-description p span {
  color: #000;
  font-weight: 600;
}
#tab-description p:last-child {
  margin-bottom: 0;
}

.uni-node-content {
  padding-bottom: 20px;
}
.uni-node-content .uni-module label {
  width: 100%;
}
.uni-node-content .uni-module input {
  padding: 5px 10px;
  background: transparent;
  border-radius: 0;
  border: 1px solid #eee;
  height: 51px;
  width: 50px;
}

.single-product .add-to-compare {
  display: none !important;
}

/*===================================
	3.6 Blog
===================================*/
.blog-info .info {
  display: inline-block;
  padding-right: 30px;
  vertical-align: middle;
  text-transform: capitalize;
  color: #555;
  font-weight: 300;
}
.blog-info .info:last-child {
  padding-right: 0;
}
.blog-info .info a {
  color: #555;
}
.blog-info .info a:hover {
  color: #80bb01;
}
.blog-info .info i {
  margin-right: 0;
  line-height: 24px;
}
.blog-info .blog-date {
  height: 60px;
  width: 60px;
  padding-right: 0;
  background: #80bb01;
  text-align: center;
  position: relative;
  top: 0;
  z-index: 9;
  left: 0;
}
.blog-info .blog-date p {
  position: relative;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}
.blog-info .blog-date p a {
  color: #fff !important;
  font-weight: 600;
}
.blog-info .blog-date p a:hover {
  color: #000;
}
.blog-info .blog-date .date {
  margin-top: -6px;
}
.blog-info .blog-date .month {
  margin-top: 10px;
}
.blog-info .blog-date:before {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.blog-video {
  position: relative;
}

.blog-date.default-format {
  width: auto;
  height: auto;
}
.blog-date.default-format p {
  padding: 10px 17px 12px;
}

.blog-media ~ .blog-info .blog-date {
  position: absolute;
  top: 20px;
  left: 20px;
}

.archive .layout-packery .blog-media {
  padding-right: 0;
  overflow: hidden;
  width: 100%;
}
.archive .layout-packery .blog-info .blog-date {
  display: none;
}
.archive .layout-packery.blog-packery .blog-post-info {
  margin-top: 0;
}

.post-single .blog-info .blog-date {
  margin-right: 19px;
}

.single-post .blog-info .blog-date {
  margin-right: 19px;
}
.single-post .blog-media ~ .blog-info .blog-date {
  margin-right: 0;
}
.single-post .blog-video {
  height: 450px;
  position: relative;
}
.single-post .blog-video.blog-audio {
  height: 200px;
}

.post-name a {
  color: #000;
  letter-spacing: -0.3px;
  color: #282828;
  font-size: 20px;
  font-weight: 600;
}
.post-name a:hover {
  color: #80bb01;
}

.blog-item {
  position: relative;
  margin-bottom: 30px;
}
.blog-item .read-more {
  padding: 0px 0 34px;
  text-align: center;
}
.blog-item .read-more a {
  color: #80bb01;
}
.blog-item .read-more a:hover {
  color: #282828;
}

.grid-item.col-md-3 .blog-info .blog-date, .grid-item.col-sm-4 .blog-info .blog-date {
  padding-right: 10px;
}

.grid-isotope.blog-grid .col-md-6 .blog-media, .grid-isotope.blog-grid .col-md-6 .blog-post-info, .grid-isotope.blog-grid .col-md-12 .blog-media, .grid-isotope.blog-grid .col-md-12 .blog-post-info {
  float: left;
  width: 100%;
}
.grid-isotope.blog-grid .col-md-6 .blog-media ~ .blog-post-info, .grid-isotope.blog-grid .col-md-6 .blog-media, .grid-isotope.blog-grid .col-md-12 .blog-media ~ .blog-post-info, .grid-isotope.blog-grid .col-md-12 .blog-media {
  width: 50%;
}
.grid-isotope.blog-grid .col-md-6 .blog_post_desc p, .grid-isotope.blog-grid .col-md-12 .blog_post_desc p {
  max-height: 144px;
  overflow: hidden;
}
.grid-isotope.blog-grid .col-md-6 .blog-media, .grid-isotope.blog-grid .col-md-12 .blog-media {
  padding-right: 15px;
  position: relative;
  z-index: 1;
}
.grid-isotope.blog-grid .col-md-6 .blog-post-info, .grid-isotope.blog-grid .col-md-12 .blog-post-info {
  padding-right: 30px;
  height: 372px;
}
.grid-isotope.blog-grid .col-md-6 .info-bottom, .grid-isotope.blog-grid .col-md-12 .info-bottom {
  bottom: 0;
  position: absolute;
  width: calc(100% + 15px);
  margin: 0 -30px;
}
.grid-isotope.blog-grid .col-md-6 .info-bottom .info-tag, .grid-isotope.blog-grid .col-md-12 .info-bottom .info-tag {
  padding-left: 35px;
}
.grid-isotope.blog-grid .col-md-6 .info-top, .grid-isotope.blog-grid .col-md-12 .info-top {
  margin-right: -11px;
  text-align: right;
}
.grid-isotope.blog-grid .col-md-3 .blog_post_desc p {
  max-height: 120px;
  overflow: hidden;
}

.blog-grid .blog-content, .blog-grid .blog-item, .blog-masonry .blog-content, .blog-masonry .blog-item {
  float: left;
  width: 100%;
}
.blog-grid .blog-item, .blog-masonry .blog-item {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.blog-grid .blog-post-info, .blog-masonry .blog-post-info {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.blog-grid .blog-info .info, .blog-masonry .blog-info .info {
  padding-right: 15px;
}
.blog-grid .blog-info .info:last-child, .blog-grid .blog-info .info.blog-date, .blog-masonry .blog-info .info:last-child, .blog-masonry .blog-info .info.blog-date {
  padding-right: 0;
}
.blog-grid .blog_post_desc, .blog-masonry .blog_post_desc {
  padding-left: 4px;
}
.blog-grid .blog_post_desc p, .blog-masonry .blog_post_desc p {
  margin-bottom: 0;
}
.blog-grid .info-top, .blog-masonry .info-top {
  text-align: center;
  padding-top: 14px;
}
.blog-grid .blog-post-title, .blog-masonry .blog-post-title {
  padding: 18px 0 16px;
  text-align: center;
  border-bottom: 1px solid #ededed;
  margin-bottom: 14px;
}
.blog-grid .info-bottom, .blog-masonry .info-bottom {
  background: #f5f5f5 none repeat scroll 0 0;
  margin: 0 -15px;
  padding-bottom: 7px;
  padding-top: 8px;
}
.blog-grid .info-bottom .info-tag, .blog-masonry .info-bottom .info-tag {
  padding-left: 15px;
}

.blog-list .blog-media {
  padding-left: 24px;
}
.blog-list .blog-media a::before {
  content: none;
}
.blog-list .blog-date {
  position: relative;
  left: 0;
  top: 0;
}
.blog-list .blog-post-info {
  background: #fff none repeat scroll 0 0;
  margin-top: 0;
  padding: 26px 31px 27px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.blog-list .blog-media ~ .blog-post-info {
  margin-top: -52px;
  margin-right: 20px;
}
.blog-list .blog-media ~ .blog-info .blog-date {
  left: 44px;
  position: absolute;
  top: 20px;
}
.blog-list .post-name {
  padding-bottom: 11px;
}
.blog-list .blog_post_desc {
  padding-bottom: 0;
}
.blog-list .blog_post_desc p {
  margin-bottom: 13px;
}
.blog-list .blog_post_desc + .blog-info {
  border-top: 1px solid #ededed;
  padding-top: 14px;
  clear: both;
}

.blog_post_desc .entry-content {
  padding-bottom: 10px;
}
.blog_post_desc .page-links > *:not(.page-links-title) {
  background: #80bb01;
  border: 1px solid #80bb01;
  color: #fff;
  padding: 4px 0px;
  height: 30px;
  width: 30px;
  text-align: center;
  margin: 0 3px 12px;
  display: inline-block;
}
.blog_post_desc .page-links .screen-reader-text {
  display: none !important;
}

.author-box, .post-comments {
  clear: both;
}

.info-cat:hover i, .info-tag:hover i {
  color: #80bb01;
}

.show-space.blog-packery {
  margin: 0 -15px;
}

.blog-container .blog-packery.blog-style2 .blog-post-title .post-name a {
  font-size: 20px;
  line-height: 30px;
  color: #282828;
}
.blog-container .blog-packery.blog-style2 .blog-post-title .post-name a:hover {
  color: #80bb01;
}

.blog-packery .grid-item:nth-child(2n) .blog-media,
.blog-packery .grid-item:nth-child(2n) .blog-img {
  order: 2;
  margin-top: 20px;
}
.blog-packery .grid-item:nth-child(2n) .blog-post-info {
  order: 1;
}
.blog-packery .grid-item:nth-child(2n) .blog-post-info {
  margin-top: 0;
}
.blog-packery .info-tag {
  text-transform: capitalize;
  color: #b3b3b3;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: -3px;
}
.blog-packery .info-tag a {
  color: #b3b3b3;
}
.blog-packery .info-tag:hover {
  color: #80bb01;
}
.blog-packery .info-tag:hover a {
  color: #80bb01;
}
.blog-packery .blog-item {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -moz-flex;
  display: flex;
  flex-flow: row wrap;
}
@media (max-widthh: 768px) {
  .blog-packery .blog-item {
    justify-content: center;
  }
}
.blog-packery .blog-img {
  display: inline-block;
}
.blog-packery .blog-post-info {
  display: inline-block;
  margin-top: 32px;
}
.blog-packery .post-name {
  margin-top: -5px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 11px;
}
.blog-packery.blog-style2 .post-name {
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 3px;
}
.blog-packery.blog-style2 .grid-item:nth-child(2n) .blog-img {
  margin-top: 0;
}
.blog-packery .blog_post_desc {
  padding-top: 9px;
}
.blog-packery .blog_post_desc p {
  margin-bottom: 9px;
  max-height: 70px;
  overflow: hidden;
}
.blog-packery .read-more a {
  font-size: 15px;
  padding-left: 3px;
}
.blog-packery .blog-item:hover .blog-img a:before {
  transform: none;
  height: 100%;
  width: 100%;
  opacity: 0.35;
}
.blog-packery .blog-item:hover .blog-img a:after {
  height: 100%;
  width: 100%;
  opacity: 0.35;
}
.blog-packery .blog-img {
  overflow: visible;
}
.blog-packery .blog-img:before {
  width: 0;
  height: 0;
  position: absolute;
  content: none;
  z-index: 1;
  border-style: solid;
}
.blog-packery .blog-img a::before {
  height: 0;
  width: 0;
  transform: none;
}
.blog-packery .blog-img a::after {
  height: 0;
  width: 0;
  z-index: 9;
  right: 0;
  position: absolute;
  bottom: 0;
  background: #80bb01;
  content: "";
  transition: all 0.3s ease-in-out 0s;
}

.layout-packery .blog-item {
  background: #f5f5f5;
}
.layout-packery .blog-media {
  padding-right: 15px;
}
.layout-packery .blog-post-info {
  padding: 0 15px;
}
.layout-packery .image_size1 .blog-media {
  padding-right: 0;
}
.layout-packery .image_size1 .info-top {
  margin-top: 0;
}
.layout-packery .image_size2 .blog-media {
  padding-right: 0;
  padding-left: 15px;
}
.layout-packery .image_size2 .blog-info .blog-date {
  left: auto;
  right: 20px;
}
.layout-packery .info-top {
  margin-bottom: 15px;
  margin-top: 15px;
}
.layout-packery .post-name {
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
}
.layout-packery .blog-item .read-more {
  padding-bottom: 20px;
  text-align: left;
}
.layout-packery .info-bottom {
  padding-bottom: 15px;
}

.blog-img {
  position: relative;
  z-index: 1;
}
.blog-img a {
  display: block;
  overflow: hidden;
  position: relative;
}
.blog-img a::before {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  background: #80bb01;
  content: "";
  transform: rotate(90deg) scale(0);
  transition: all 0.3s ease-in-out 0s;
}

.blog-item:hover .blog-img a:before {
  transform: rotate(0) scale(1);
  opacity: 0.7;
}

.container-fluid .grid_style_4 .blog-img img {
  width: 100%;
}

.blog-container .blog-item .read-more {
  display: inline-block;
  padding: 0;
  text-align: left;
}
.blog-container .blog-item .read-more a {
  font-weight: 500;
}
.blog-container .blog-item .read-more a:hover i {
  margin-left: 15px;
}
.blog-container .blog-item .read-more a i {
  margin-left: 10px;
  transition: all 0.3s ease-in-out 0s;
}
.blog-container .blog-date .date {
  margin-top: -2px;
  margin-bottom: 0;
}
.blog-container .blog-date a {
  color: #acacac;
  font-weight: 500;
  font-size: 13px;
}
.blog-container .blog-date a:hover {
  color: #80bb01;
}
.blog-container .blog-date a i {
  margin-right: 7px;
}
.blog-container .blog-post-title {
  border-bottom: medium none;
  text-align: left;
}
.blog-container .blog-post-title .post-name a {
  font-size: 24px;
  line-height: 30px;
  color: #000;
}
.blog-container .blog-post-title .post-name a:hover {
  color: #80bb01;
}
.blog-container .blog_post_desc {
  padding-left: 0;
}
.blog-container .blog-grid .blog-item {
  box-shadow: none;
}
.blog-container .blog-grid .blog-post-info {
  padding: 0;
}
.blog-container .blog-grid .blog-post-title {
  padding: 26px 0 1px;
}
.blog-container .blog-grid .blog_post_desc {
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
  margin-bottom: 11px;
  padding-bottom: 4px;
}
.blog-container .blog-grid .blog_post_desc p {
  margin-bottom: 12px;
}
.blog-container .blog-grid .blog-date {
  display: inline-block;
  float: right;
}
.blog-container .blog-grid .blog-post-title .post-name {
  height: 100%;
}
.blog-container .grid_style_2 .blog-content {
  text-align: center;
}
.blog-container .grid_style_2 .blog-content .blog-date {
  float: none;
  padding-top: 10px;
}
.blog-container .grid_style_2 .blog-content .blog-post-info {
  padding: 18px 18px 16px 18px;
  background: #f5f5f5;
  margin-top: -40px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  z-index: 10;
}
.blog-container .grid_style_2 .blog-content .blog-post-title {
  text-align: center;
  padding: 8px 0 18px;
  border-bottom: 1px solid #ebebeb;
}
.blog-container .grid_style_2 .blog-content .blog-item:hover .blog-img a::before {
  height: 100%;
  opacity: 0.5;
}
.blog-container .grid_style_2 .blog-img a::before {
  bottom: 0;
  height: 0;
  opacity: 0;
  top: auto;
  transform: none;
}
.blog-container .grid_style_2 .read-more a {
  text-transform: uppercase;
}
.blog-container .grid_style_2 .read-more a i {
  display: none;
}
.blog-container .grid_style_3 .blog-media {
  padding-left: 30px;
  z-index: 9;
}
.blog-container .grid_style_3 .blog-post-info {
  background: #f5f5f5 none repeat scroll 0 0;
  padding: 217px 30px 24px;
  margin-top: -192px;
  margin-right: 30px;
}
.blog-container .grid_style_3 .blog-post-title {
  padding-top: 8px;
}
.blog-container .grid_style_3 .blog-date {
  float: none;
}
.blog-container .grid_style_3 .blog-date i {
  display: none;
}
.blog-container .grid_style_4 .blog_post_desc {
  padding-bottom: 9px;
  height: 100%;
}
.blog-container .grid_style_4 .blog-content:hover .blog-post-title .post-name a {
  color: #80bb01;
}
.blog-container .grid_style_4 .blog-post-title .post-name a {
  color: #000;
}
.blog-container .grid_style_4 .blog-img a:before {
  content: none;
}
.blog-container .grid_style_5 .col-lg-6 .blog-media, .blog-container .grid_style_5 .col-lg-6 .blog-post-info, .blog-container .grid_style_5 .col-lg-12 .blog-media, .blog-container .grid_style_5 .col-lg-12 .blog-post-info {
  float: left;
  width: 50%;
}
.blog-container .grid_style_5 .col-lg-6 .post-name, .blog-container .grid_style_5 .col-lg-12 .post-name {
  max-height: 60px;
  overflow: hidden;
}
.blog-container .grid_style_5 .col-lg-6 .blog_post_desc p, .blog-container .grid_style_5 .col-lg-12 .blog_post_desc p {
  max-height: 75px;
  overflow: hidden;
}
.blog-container .grid_style_5 .col-lg-4 .blog-post-info, .blog-container .grid_style_5 .col-lg-3 .blog-post-info {
  padding: 0 15px 15px;
}
.blog-container .grid_style_5.show-space .col-lg-6 .blog-media, .blog-container .grid_style_5.show-space .col-lg-12 .blog-media {
  padding-right: 15px;
}
.blog-container .grid_style_5.show-space .col-lg-6 .blog-post-info, .blog-container .grid_style_5.show-space .col-lg-12 .blog-post-info {
  padding-left: 15px;
  padding-right: 15px;
}
.blog-container .grid_style_5 .blog-item:hover .blog-img a::before {
  transform: scale(1);
}
.blog-container .grid_style_5 .blog-item {
  background: #fff;
}
.blog-container .grid_style_5 .blog-img a::before {
  transform: scale(0);
}
.blog-container .grid_style_5 .blog-date {
  float: none;
  padding-top: 26px;
}
.blog-container .grid_style_5 .post-name {
  max-height: 60px;
  overflow: hidden;
}
.blog-container .grid_style_5 .blog_post_desc {
  border-bottom: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog-container .grid_style_5 .blog_post_desc p {
  margin-bottom: 7px;
}
.blog-container .grid_style_5 .blog-post-title {
  padding: 8px 0 11px;
}
.blog-container .grid_style_5.blog-grid .blog_post_desc {
  height: 100%;
}

.load-more .fa-spin {
  color: #80bb01;
  margin-left: 7px;
}

#blog-loadmore {
  background: #f0f0f0 none repeat scroll 0 0;
  border: medium none #f0f0f0;
  border-radius: 0;
  color: #8b8a8a;
  font-weight: 400;
  margin-top: 0;
  padding: 22px 20px 18px;
  text-transform: uppercase;
  width: 100%;
}
#blog-loadmore:hover {
  color: #80bb01;
}

.category-design footer {
  padding-top: 50px;
}

.category #main + .vc_row {
  margin-top: 90px;
}
.category .vc_row + footer {
  padding-top: 0;
}

.has_overlay:before {
  content: "";
  background: #d19f68;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.quote_section blockquote {
  border-left: 0;
  padding: 0;
  margin-bottom: 55px;
  color: #000;
}

.arrows-custom .slick-arrow {
  height: 36px;
  width: 36px;
  background: #fff;
  color: #2d2d2d;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.arrows-custom .slick-arrow:hover {
  background: #80bb01;
  color: #fff;
  border-color: #80bb01;
}
.arrows-custom .slick-arrow.btn-next {
  right: -1px;
  z-index: 1;
}
.arrows-custom .slick-arrow.btn-prev {
  left: 0;
}
.arrows-custom .slick-dots {
  list-style: outside none none;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.arrows-custom .slick-dots li {
  display: inline-block;
}
.arrows-custom .slick-dots li.slick-active button {
  background: #80bb01;
}
.arrows-custom .slick-dots li button {
  border: none;
  background: #fff;
  padding: 0;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  text-indent: -9999em;
  border-radius: 50%;
}

.blog-gallery {
  margin: 0;
  z-index: 5;
}
.blog-gallery .slick-arrow {
  display: block;
  font-size: 34px;
  line-height: 44px;
}
.blog-gallery .slick-arrow.btn-prev {
  left: 5px;
}
.blog-gallery .slick-arrow.btn-next {
  left: auto;
  right: 5px;
}
.blog-gallery .blog-img:before {
  border-style: none;
}
.blog-gallery .slick-dots {
  position: absolute;
  bottom: 20px;
}
.blog-gallery .slick-dots li {
  margin: 0;
  height: auto;
  width: auto;
}
.blog-gallery .slick-dots li button:before {
  content: none;
}

.blog-media .quote_section {
  padding: 100px 15px 15px;
  background: #f5f5f5;
}
.blog-media .quote_section blockquote {
  margin-bottom: 20px;
}
.blog-media .quote_section blockquote i {
  color: #80bb01;
  font-size: 42px;
}
.blog-media .quote_section blockquote span {
  font-size: 16px;
  content: #000;
}
.blog-media .quote_section .author_info {
  color: #80bb01;
}
.blog-media figure {
  padding: 100px 15px 15px;
  background: #f5f5f5;
}
.blog-media .post_link {
  color: #000;
  font-size: 16px;
  font-style: italic;
}
.blog-media .post_link:hover {
  color: #80bb01;
}
.blog-media .post_link i {
  color: #80bb01;
  font-size: 42px;
}

.quote_section blockquote {
  margin-top: 0;
}

blockquote {
  font-style: italic;
  padding: 0 27px 0;
  margin: 24px 0 24px;
  font-size: 14px;
  border-left: 4px solid #80bb01;
  border-right: none;
}

.blog_post_desc {
  color: #282828;
}
.blog_post_desc .list-items {
  list-style-type: none;
  padding-left: 17px;
  padding-top: 5px;
  margin-bottom: 24px;
}
.blog_post_desc .list-items li {
  margin-bottom: 12px;
}

.grid-item .blog_post_desc {
  color: #696969;
}

.profile-bottom {
  position: relative;
}
.profile-bottom .comment-awaiting-moderation {
  position: absolute;
  top: -80px;
  left: 130px;
  color: #58a839;
}

label.error {
  color: #ff0000;
}

.single-post .wrappe {
  padding-bottom: 67px;
}

.side-breadcrumb + .wrapper .post-single .blog-post-title {
  display: none;
}
.side-breadcrumb + .wrapper .post-single .blog-post-title .post-name h3 {
  color: #282828;
  font-size: 18px;
  font-weight: 600;
  margin-top: 28px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 18px;
}

.post-single {
  margin-bottom: 67px;
}
.post-single .comment-form-rating {
  display: none;
}
.post-single .quote_section blockquote {
  margin-top: 30px;
}
.post-single .blog-info {
  padding-top: 14px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 17px;
}
.post-single .blog-content {
  margin-bottom: 27px;
}
.post-single .blog_post_desc {
  padding-top: 26px;
}
.post-single .addthis_sharing_toolbox {
  padding: 12px 0 7px;
  border-top: 1px solid #e6e5e5;
  border-bottom: 1px solid #e6e5e5;
}
.post-single .share-links {
  margin-bottom: 66px;
}
.post-single .commentlist {
  margin-bottom: 66px;
}
.post-single .blog-item {
  margin-bottom: 28px;
}
.post-single .blog-item .post_link {
  margin-bottom: 60px;
}
.post-single .blog-media figure,
.post-single .blog-media .quote_section {
  padding-top: 15px;
}

.addthis_sharing_toolbox .lab {
  display: inline-block;
  float: left;
  margin-top: 7px;
  margin-right: 13px;
}
.addthis_sharing_toolbox .f-social {
  overflow: hidden;
}
.addthis_sharing_toolbox .f-social ul {
  list-style-type: none;
  padding-left: 0;
}
.addthis_sharing_toolbox .f-social li {
  float: left;
  margin-right: 5px;
  display: inline-block;
}
.addthis_sharing_toolbox .f-social li a {
  height: 38px;
  width: 23px;
  text-align: center;
  display: block;
  line-height: 35px;
  font-size: 16px;
  color: #c5c5c5;
  border: none;
}
.addthis_sharing_toolbox .f-social li a:hover {
  border-color: #80bb01;
  color: #80bb01;
}

.comment-reply-title,
.post-comments .widget-title,
#comments .widget-title {
  font-size: 24px;
  text-transform: uppercase;
  padding: 30px 0 16px;
  border-bottom: 3px solid #f4f4f4;
  position: relative;
  margin-bottom: 49px;
  font-weight: 700;
  font-family: Asap;
  color: #282828;
}
.comment-reply-title:before,
.post-comments .widget-title:before,
#comments .widget-title:before {
  background: #80bb01;
  height: 3px;
  width: 97px;
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
}

.comment-body .comment-author {
  margin-left: 5px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.comment-body .comment-author:before {
  content: "";
  height: 100%;
  z-index: -1;
  width: 100%;
  opacity: 0.3;
  background: linear-gradient(0deg, #80bb01 0%, #58d9cd 100%, #58d9cd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$primary_color", endColorstr="$primary_color2",GradientType=1 );
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: -5px;
}
.comment-body .comment-author + .profile-bottom .comment-bottom {
  margin-top: -72px;
}
.comment-body .comment-bottom {
  margin-top: 0;
}
.comment-body .comment-bottom {
  font-size: 14px;
  position: relative;
  padding: 24px 40px 27px 87px;
  border: 1px solid #e8e8e8;
  margin-left: 41px;
  min-height: 158px;
  overflow: hidden;
}
.comment-body .comment-bottom .info-content .profile-name {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  float: left;
  color: #282828;
}
.comment-body .comment-bottom .info-content .date-cmt {
  float: left;
  padding-left: 30px;
  position: relative;
}
.comment-body .comment-bottom .info-content .date-cmt:before {
  content: "";
  background: #555;
  height: 13px;
  width: 1px;
  position: absolute;
  left: 16px;
  top: 6px;
}
.comment-body .comment-bottom .profile-desc {
  float: left;
  width: 100%;
  margin-top: 23px;
}
.comment-body .comment-bottom .links-info {
  position: absolute;
  bottom: 30px;
  left: 27px;
}
.comment-body .comment-bottom .links-info a {
  color: #424242;
}
.comment-body .comment-bottom .links-info a:hover {
  color: #80bb01;
}

.pingback .comment-body .comment-bottom {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 0;
  min-height: auto;
}

.commentlist {
  padding-left: 2px;
}
.commentlist li {
  padding-bottom: 30px;
}
.commentlist li:last-child {
  padding-bottom: 0;
}
.commentlist .children li:last-child {
  padding-bottom: 0;
}

.comment-reply-title a {
  font-size: 15px;
  position: absolute;
  right: 0;
  bottom: 23px;
  text-transform: capitalize;
  font-family: Open Sans;
}

.commentlist ul.children {
  padding-top: 30px;
}

.comment-form {
  padding-top: 2px;
}
.comment-form .form-row {
  margin-bottom: 20px;
}

.comment-submit {
  margin-top: 10px;
}
.comment-submit .btn {
  padding: 15px 38px;
  min-width: 165px;
}
.comment-submit .btn.btn-icon i {
  margin-left: 15px;
}

.comment-textarea .form-row textarea {
  height: 120px;
}

.info-form {
  width: 44.5%;
}

.comment-textarea {
  width: 55.5%;
}

.form-row label.error {
  font-size: 13px;
  margin-bottom: 0;
}

.pagination {
  margin: 41px 0 0;
}

.page-numbers {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.page-numbers li {
  display: inline-block;
  margin-right: 7px;
  text-align: center;
}
.page-numbers li:last-child {
  margin-right: 0;
}
.page-numbers li .page-numbers {
  cursor: pointer;
  height: 36px;
  width: 36px;
  line-height: 35.5px;
  font-size: 13px;
  color: #2d2d2d;
  display: block;
  border: 1px solid #ebebeb;
}
.page-numbers li .page-numbers:hover, .page-numbers li .page-numbers.current {
  color: #fff;
  border-color: #80bb01;
  background: #80bb01;
}

.pagination-content {
  width: 100%;
  float: left;
}

.paginationtype-2 {
  list-style: none;
  padding: 13px 22px 11px;
  position: relative;
  margin-bottom: 0;
  width: 100%;
  float: left;
  background: #f0f0f0;
  margin-bottom: 67px;
}
.paginationtype-2 li {
  display: inline-block;
}
.paginationtype-2 li.pagination_button_next {
  float: right;
}
.paginationtype-2 li.pagination_button_next a span {
  margin-left: 6px;
  margin-right: 0;
}
.paginationtype-2 li a {
  cursor: pointer;
  height: 36px;
  color: #8b8a8a;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 36px;
  display: block;
  text-align: center;
}
.paginationtype-2 li a:hover {
  color: #80bb01;
}
.paginationtype-2 li a span {
  margin-right: 6px;
}

.comment-bottom .profile-desc li {
  padding-bottom: 0;
}

#comments {
  clear: both;
}

.blog-item iframe {
  width: 100%;
}

.btn-viewmore {
  margin-top: 50px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .comment-submit {
    margin-top: 3px;
  }
}
@media (max-width: 1199px) {
  .blog-packery.blog-style2 .grid-item {
    margin-bottom: 40px;
  }
  .blog-packery.blog-style2 .grid-item:nth-child(2n) .blog-media,
  .blog-packery.blog-style2 .grid-item:nth-child(2n) .blog-img {
    order: 1;
    margin-top: 0;
  }
  .blog-packery.blog-style2 .grid-item:nth-child(2n) .blog-post-info {
    margin-top: 32px;
  }
  .blog-packery.blog-style2 .grid-item:nth-child(2n+1) .blog-post-info {
    order: 2;
  }
}
@media (min-width: 992px) {
  .blog-grid .blog-post-title .post-name {
    height: 50px;
    overflow: hidden;
  }
  .blog-grid .blog_post_desc {
    height: 144px;
    overflow: hidden;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-isotope.blog-grid .col-md-6 .blog-post-info, .grid-isotope.blog-grid .col-md-12 .blog-post-info, .grid-isotope.blog-masonry .col-md-6 .blog-post-info, .grid-isotope.blog-masonry .col-md-12 .blog-post-info {
    padding-right: 15px;
    padding-left: 0;
  }
  .grid-isotope.blog-grid .col-md-6 .info-bottom, .grid-isotope.blog-grid .col-md-12 .info-bottom, .grid-isotope.blog-masonry .col-md-6 .info-bottom, .grid-isotope.blog-masonry .col-md-12 .info-bottom {
    margin: 0 -15px;
  }
  .grid-isotope.blog-grid .col-md-6 .info-bottom .info-tag, .grid-isotope.blog-grid .col-md-12 .info-bottom .info-tag, .grid-isotope.blog-masonry .col-md-6 .info-bottom .info-tag, .grid-isotope.blog-masonry .col-md-12 .info-bottom .info-tag {
    padding-left: 15px;
  }
  .grid-isotope.blog-grid .col-md-6 .info-top, .grid-isotope.blog-grid .col-md-12 .info-top, .grid-isotope.blog-masonry .col-md-6 .info-top, .grid-isotope.blog-masonry .col-md-12 .info-top {
    margin-right: 0;
  }
  .grid-isotope.blog-grid .col-md-6 .post-name a, .grid-isotope.blog-grid .col-md-12 .post-name a, .grid-isotope.blog-masonry .col-md-6 .post-name a, .grid-isotope.blog-masonry .col-md-12 .post-name a {
    font-size: 16px;
  }
  .blog-container .grid_style_5 .blog-date {
    padding-top: 10px;
  }
  .blog-container .grid_style_5 .blog-post-title {
    padding-bottom: 0;
  }
  .blog-container .grid_style_5 .post-name a {
    font-size: 18px;
    line-height: 28px;
  }
  .layout-packery .blog_post_desc p {
    max-height: 75px;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-container .grid_style_5 .col-lg-6 .blog-media,
  .blog-container .grid_style_5 .col-lg-12 .blog-media {
    padding-right: 0 !important;
    width: 100%;
  }
  .blog-container .grid_style_5 .col-lg-6 .blog-media,
  .blog-container .grid_style_5 .col-lg-6 .blog-post-info,
  .blog-container .grid_style_5 .col-lg-12 .blog-media,
  .blog-container .grid_style_5 .col-lg-12 .blog-post-info {
    width: 100%;
    padding-bottom: 15px;
  }
  .blog-container .grid_style_5 .blog-date {
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .iframe_video_container {
    height: 100%;
    position: relative;
    width: 100%;
  }
  .blog-packery .blog-video iframe {
    position: static;
  }
  .blog-video iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .archive .layout-packery .blog-img {
    width: 100%;
  }
  .archive .layout-packery .blog-img img {
    width: 100%;
  }
  .grid-isotope.blog-grid .col-md-6 .blog-post-info,
  .grid-isotope.blog-grid .col-md-6 .blog-media, .grid-isotope.blog-grid .col-md-12 .blog-post-info,
  .grid-isotope.blog-grid .col-md-12 .blog-media, .grid-isotope.blog-masonry .col-md-6 .blog-post-info,
  .grid-isotope.blog-masonry .col-md-6 .blog-media, .grid-isotope.blog-masonry .col-md-12 .blog-post-info,
  .grid-isotope.blog-masonry .col-md-12 .blog-media {
    width: 100%;
    height: 100%;
  }
  .grid-isotope.blog-grid .col-md-6 .blog-media, .grid-isotope.blog-grid .col-md-12 .blog-media, .grid-isotope.blog-masonry .col-md-6 .blog-media, .grid-isotope.blog-masonry .col-md-12 .blog-media {
    padding-right: 0;
  }
  .grid-isotope.blog-grid .col-md-6 .blog-post-info, .grid-isotope.blog-grid .col-md-12 .blog-post-info, .grid-isotope.blog-masonry .col-md-6 .blog-post-info, .grid-isotope.blog-masonry .col-md-12 .blog-post-info {
    padding-right: 15px;
    padding-left: 15px;
  }
  .grid-isotope.blog-grid .col-md-6 .info-bottom, .grid-isotope.blog-grid .col-md-12 .info-bottom, .grid-isotope.blog-masonry .col-md-6 .info-bottom, .grid-isotope.blog-masonry .col-md-12 .info-bottom {
    margin: 0 -15px;
    position: static;
    width: calc(100% + 30px);
  }
  .grid-isotope.blog-grid .col-md-6 .info-bottom .info-tag, .grid-isotope.blog-grid .col-md-12 .info-bottom .info-tag, .grid-isotope.blog-masonry .col-md-6 .info-bottom .info-tag, .grid-isotope.blog-masonry .col-md-12 .info-bottom .info-tag {
    padding-left: 15px;
  }
  .grid-isotope.blog-grid .col-md-6 .info-top, .grid-isotope.blog-grid .col-md-12 .info-top, .grid-isotope.blog-masonry .col-md-6 .info-top, .grid-isotope.blog-masonry .col-md-12 .info-top {
    margin-right: 0;
    text-align: center;
  }
  .grid-isotope.blog-grid .col-md-6 .blog-media ~ .blog-post-info,
  .grid-isotope.blog-grid .col-md-6 .blog-media,
  .grid-isotope.blog-grid .col-md-12 .blog-media ~ .blog-post-info,
  .grid-isotope.blog-grid .col-md-12 .blog-media {
    width: 100% !important;
  }
  .blog-packery .grid-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .blog-packery .grid-item:nth-child(2n) .blog-img {
    order: 1;
    margin-top: 0;
  }
  .blog-packery .grid-item:nth-child(2n) .blog-post-info {
    order: 2;
    margin-top: 31px;
  }
  .blog-packery .grid-item:last-child {
    margin-bottom: 0;
  }
  .post-single {
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .blog-item .blog-media img {
    width: 100%;
  }
  .blog-item .blog-media a:before,
  .blog-item .blog-media a:after {
    content: none;
  }
  .commentlist ul.children {
    padding-left: 20px;
  }
  .single-post .blog-info .info {
    margin-bottom: 10px;
  }
  .blog-container .blog-post-title {
    padding-top: 0;
  }
  .blog-container .blog-post-title .post-name a {
    font-size: 18px;
    line-height: 24px;
  }
  .blog-container .grid_style_5 .col-xs-12.grid-item {
    width: 100%;
  }
  .layout-packery .blog-item .blog-post-info {
    padding-top: 0 !important;
  }
  .layout-packery .info-top {
    margin-bottom: 0;
  }
  .layout-packery .image_size1 .blog-item .blog-post-info {
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  .blog-entries-wrap.blog-packery .grid-item .blog-media,
  .blog-entries-wrap.blog-packery .grid-item .blog-post-info {
    width: 100%;
  }
  .blog-entries-wrap.blog-packery .grid-item .blog-item .blog-post-info {
    margin-top: 29px;
  }
  .blog-entries-wrap.blog-packery .grid-item .blog-media:before {
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f5f5f5;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
  }
  .gallery-slide .item .gallery_content {
    padding-bottom: 35px !important;
  }
  .blog-container .grid_style_5 .col-lg-6 .blog-media,
  .blog-container .grid_style_5 .col-lg-6 .blog-post-info,
  .blog-container .grid_style_5 .col-lg-12 .blog-media,
  .blog-container .grid_style_5 .col-lg-12 .blog-post-info {
    width: 100%;
  }
  .blog-container .grid_style_5.show-space .col-lg-6 .blog-media,
  .blog-container .grid_style_5.show-space .col-lg-12 .blog-media {
    padding-right: 0;
  }
  .layout-packery .blog-media {
    padding-right: 0;
  }
  .layout-packery .image_size2 .blog-media {
    padding-left: 0;
  }
  .blog-list .blog-media + .blog-post-info {
    margin-top: -20px;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .col-xs-12.grid-item {
    width: 50%;
  }
  .blog-list .col-xs-12.grid-item, .blog-packery .col-xs-12.grid-item {
    width: 100%;
  }
  .blog-container .grid_style_3 .blog-post-info {
    margin-top: -135px;
    padding-top: 160px;
  }
  .layout-packery .blog_post_desc p {
    margin-bottom: 5px;
    max-height: 75px;
    overflow: hidden;
  }
  .layout-packery .blog-post-title {
    padding: 10px 0 0;
  }
  .layout-packery .blog-item .read-more {
    padding-bottom: 6px;
  }
}
@media (max-width: 523px) {
  .profile-bottom .comment-awaiting-moderation {
    top: -55px;
  }
}
@media (max-width: 480px) {
  .control-type2 .slick-slider {
    margin-bottom: 15px;
  }
  .blog-list .blog-media ~ .blog-post-info {
    margin-top: -20px;
  }
  .profile-bottom .comment-awaiting-moderation {
    font-size: 12px;
    line-height: 13px;
    top: -50px !important;
  }
  .tab-pane.post-comments .comment-respond {
    margin-top: 20px;
  }
  .commentratingbox {
    float: left;
    margin-bottom: 20px;
  }
  .comment-reply-title, .post-comments .widget-title, #comments .widget-title {
    margin-bottom: 35px;
  }
  .blog-container .grid_style_5 .col-lg-6 .post-name,
  .blog-container .grid_style_5 .col-lg-12 .post-name,
  .blog-container .grid_style_5 .col-lg-6 .blog_post_desc p,
  .blog-container .grid_style_5 .col-lg-12 .blog_post_desc p {
    max-height: 100%;
  }
  .blog-container .grid_style_5.blog-grid .blog-post-info {
    padding-bottom: 15px;
  }
}
@media (max-width: 375px) {
  .blog-container .grid_style_3 .blog-post-info {
    margin-top: -135px;
    padding-top: 160px;
  }
}
.ie-11 .blog-packery .blog-img, .ie-10 .blog-packery .blog-img, .ie-9 .blog-packery .blog-img {
  overflow: hidden;
}

/*===================================
	3.7 Portfolio
===================================*/
.inline-block {
  display: inline-block;
}

.gallery_filter {
  text-align: center;
}
.gallery_filter.text-right {
  text-align: right;
}
.gallery_filter.text-left {
  text-align: left;
}

.tax-gallery_cat .gallery-container,
.post-type-archive-gallery .gallery-container {
  margin-bottom: 67px;
}

.button-group {
  padding-bottom: 50px;
  display: inline-block;
  color: #000;
}
.button-group .inline-block {
  padding: 0 8px;
  position: relative;
}
.button-group .btn-filter {
  text-transform: capitalize;
  background: none;
  color: inherit;
  font-size: 15px;
  color: #797979;
  padding: 12px 41px;
  border-radius: 50px;
  border: 1px solid #363636;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.button-group .btn-filter.is-checked, .button-group .btn-filter:hover {
  color: #80bb01;
  border-color: #80bb01;
}

.isotope.col-1 .item {
  width: 100%;
}

.isotope.col-2 .item, .gallery_col2 > .isotope-item {
  width: 50%;
}

.isotope.col-4 .item, .gallery_col4 > .isotope-item {
  width: 25%;
}

.isotope.col-3 .item, .gallery_col3 > .isotope-item {
  width: 33.33333%;
}

.isotope.col-5 .item, .gallery_col5 > .isotope-item {
  width: 20%;
}

.post-type-archive-gallery .wrapper .container-fluid {
  padding: 0 30px;
}

.gallery_sort {
  margin: -15px !important;
}
.gallery_sort .item {
  clear: left;
  overflow: hidden;
  padding: 15px;
}

.archive .gallery_sort.no-space {
  margin-top: 15px !important;
}

.gallery_sort.no-space {
  margin: 0 !important;
  margin-bottom: 15px !important;
}
.gallery_sort.no-space .item {
  padding: 0;
}

.admin-bar .fancybox-opened {
  margin-top: 32px !important;
}

.btn.btn-gallery {
  margin-top: 40px;
  padding: 16px 44px 13px;
}

.gallery-container .load-more {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
.gallery-container .load-more > i {
  position: absolute;
  bottom: 17px;
  left: 50%;
  margin-left: 100px;
}

.gallery_paginations {
  margin-bottom: 20px;
  overflow: hidden;
}
.gallery_paginations .arrow_left {
  float: left;
}
.gallery_paginations .arrow_left .btn.btn-icon i {
  margin-left: 0;
  margin-right: 18px;
}
.gallery_paginations .arrow_right {
  float: right;
}

.gallery-img {
  position: relative;
}
.gallery-img:before {
  content: "";
  height: 100%;
  width: 100%;
  background: #80bb01;
  opacity: 0.7;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
}
.gallery-img a {
  display: block;
}
.gallery-img a img {
  width: 100%;
}
.gallery-img a.btn-fancybox i {
  height: 80px;
  width: 80px;
  position: absolute;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0);
  transition: all 0.5s ease-in-out 0s;
}
.gallery-img a.btn-fancybox:hover i {
  color: #80bb01;
}

.single-gallery .vertical_list {
  padding-top: 25px;
  margin-top: 30px;
  border-top: 1px solid #ebebeb;
}
.single-gallery .vertical_list li {
  margin-bottom: 10px;
}
.single-gallery .vertical_list li span {
  min-width: 88px;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
}
.single-gallery .vertical_list .port_share a {
  height: 38px;
  width: 38px;
  text-align: center;
  display: block;
  line-height: 35px;
  font-size: 16px;
  color: #c5c5c5;
  margin-right: 5px;
  border: 2px solid #ececec;
  display: inline-block;
}
.single-gallery .vertical_list .port_share a:hover {
  border-color: #80bb01;
  color: #80bb01;
}

.our-gallery-sc .load-more .btn {
  min-width: 221px;
}

#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}

#fancybox-thumbs.bottom {
  bottom: 2px;
}

#fancybox-thumbs.top {
  top: 2px;
}

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}

#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
  opacity: 1;
}

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: none;
  padding: 0;
  max-width: none;
}

.fancybox-skin {
  border-radius: 0;
  padding: 0 !important;
}

body .fancybox-nav span::before {
  color: #000;
  content: "\f178";
  font-family: FontAwesome;
  font-size: 16px;
  left: 9px;
  position: absolute;
  top: 0;
}

body .fancybox-nav.fancybox-prev span::before {
  content: "\f177";
}

.fancybox-nav span {
  background: #fff;
  width: 36px;
  line-height: 34px;
}
.fancybox-nav span:hover {
  background: #80bb01;
}

.our-gallery-sc .load-more {
  margin-top: 40px;
}
.our-gallery-sc .gallery_sort.no-space {
  margin-bottom: 0 !important;
}

.container-fluid .gallery-container {
  padding: 0 15px;
}

.gallery-style2 .item:hover .gallery-img:after {
  border: none;
  transition: all 0.4s ease-in-out 0s;
}
.gallery-style2 .item .gallery-img:after {
  transition: all 0.4s ease-in-out 0s;
  border: 8px solid #464646;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-style3 .gallery-img::before {
  opacity: 0.8;
}
.gallery-style3 .gallery-img img {
  transform: none;
}
.gallery-style3 .figcaption {
  position: relative;
  overflow: hidden;
  border: 8px solid #464646;
}
.gallery-style3 .figcaption:hover .gallery_content {
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  background: none;
}
.gallery-style3 .figcaption:hover .gallery-image .post-name {
  bottom: -100%;
}
.gallery-style3 .figcaption .gallery_content {
  top: 0;
  z-index: 3;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  padding: 15px 40px;
  transition: all 0.2s ease-in-out 0s;
}
.gallery-style3 .figcaption .gallery_content .post-name > a {
  padding-bottom: 14px;
  margin-bottom: 13px;
}
.gallery-style3 .figcaption .gallery_content .post-name > a:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  border-bottom: 1px solid #fff;
  bottom: 0;
}
.gallery-style3 .figcaption .gallery-tag {
  color: #fff;
  font-size: 13px;
}
.gallery-style3 .figcaption .gallery-tag i {
  margin-right: 5px;
}
.gallery-style3 .figcaption .gallery-tag a {
  color: #fff;
  font-style: italic;
}
.gallery-style3 .figcaption .post-name > a {
  color: #fff;
  letter-spacing: 0;
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 600;
}
.gallery-style3 .figcaption .post-name > a:hover {
  color: #282828;
}
.gallery-style3 .figcaption p {
  color: #fff;
  line-height: 26px;
}
.gallery-style3 .figcaption .read-more {
  padding-top: 14px;
}
.gallery-style3 .figcaption .btn.btn-white {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  height: 50px;
  line-height: 17px;
  min-width: 150px;
}
.gallery-style3 .figcaption .btn.btn-white:hover {
  background: #fff;
  color: #80bb01;
}
.gallery-style3 .gallery-image .post-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #2d2d2d none repeat scroll 0 0;
  transition: all 0.2s ease-in-out 0s;
}
.gallery-style3 .gallery-image .post-name a {
  padding: 27px 16px;
}

.gallery-slide.slick-slider {
  margin: 0;
}
.gallery-slide.slick-slider .item {
  padding: 0;
}
.gallery-slide.slick-slider .slick-arrow {
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 17px;
  height: 30px;
  line-height: 34px;
  border: none;
  width: 30px;
  border-radius: 0;
  margin-top: -15px;
}
.gallery-slide.slick-slider .slick-arrow.btn-next {
  left: auto;
  right: 50px;
}
.gallery-slide.slick-slider .slick-arrow.btn-prev {
  right: auto;
  left: 50px;
}
.gallery-slide.slick-slider .slick-arrow:hover {
  background: rgb(255, 255, 255);
}
.gallery-slide .item .gallery-img {
  position: relative;
}
.gallery-slide .item .gallery-img:before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.gallery-slide .item .gallery_content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 50px 50px 44px;
  z-index: 9;
  transform: translateY(0);
}
.gallery-slide .item .entry-content,
.gallery-slide .item .gallery-tag,
.gallery-slide .item .gallery-tag a,
.gallery-slide .item .post-name a {
  color: #fff;
}
.gallery-slide .item .entry-content {
  margin-bottom: 15px;
}
.gallery-slide .item .entry-content p {
  line-height: 26px;
  font-size: 15px;
}
.gallery-slide .item .gallery-tag a {
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.5px;
}
.gallery-slide .item .post-name a {
  letter-spacing: 0.3px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 11px;
  padding-bottom: 16px;
  display: inline-block;
  line-height: 25px;
}
.gallery-slide .item .post-name a:before {
  content: "";
  height: 1px;
  width: 50px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.gallery-slide .item .gallery-tag i {
  margin-right: 7px;
}
.gallery-slide .item .read-more a.btn-icon {
  font-weight: 500;
  color: #80bb01;
}
.gallery-slide .item .read-more a.btn-icon span {
  margin-left: 8px;
  margin-top: 2px;
}
.gallery-slide .item .gallery-ct-desc {
  opacity: 0;
  display: none;
}
.gallery-slide .item:hover .post-name a {
  color: #80bb01;
}
.gallery-slide .item:hover .gallery_content {
  transition: all 0.5s ease;
}
.gallery-slide .item:hover .gallery-ct-desc {
  opacity: 1;
  display: block;
}
.gallery-slide .item:hover .gallery-img:before {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}

@media (max-width: 1500px) {
  .gallery-slide.slick-slider .slick-arrow.btn-prev {
    left: 15px;
  }
  .gallery-slide.slick-slider .slick-arrow.btn-next {
    right: 15px;
  }
}
@media (max-width: 1199px) {
  .gallery-style3.gallery-entries-wrap.col-3 .item {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .side-breadcrumb + .wrapper {
    padding-top: 70px;
  }
  .tax-gallery_cat .gallery-container,
  .post-type-archive-gallery .gallery-container {
    margin-bottom: 40px;
  }
  .button-group .btn-filter {
    padding: 12px 24px;
  }
  .button-group .inline-block {
    padding: 0 3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-style3 .figcaption .gallery_content {
    padding: 15px;
  }
  .gallery-style3 .figcaption p {
    max-height: 80px;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .gallery-img {
    overflow: hidden;
  }
  .gallery-img img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out 0s;
  }
  .gallery_sort .item:hover .gallery-img:before {
    visibility: visible;
    z-index: 1;
    transition: all 0.5s ease-in-out 0s;
  }
  .gallery_sort .item:hover .gallery-img img {
    transform: scale(1);
  }
  .gallery_sort .item:hover .gallery-img a.btn-fancybox i {
    opacity: 1;
    z-index: 99;
    transform: translateX(-50%) translateY(-50%) scale(1);
    transition: all 0.5s ease-in-out 0s;
  }
}
@media (max-width: 767px) {
  .tax-gallery_cat .gallery-container,
  .post-type-archive-gallery .gallery-container {
    margin-bottom: 0;
  }
  .button-group {
    padding-bottom: 40px;
  }
  .button-group .inline-block {
    margin-bottom: 10px;
  }
  .gallery-style3.gallery-entries-wrap.col-3 .item {
    width: 100%;
  }
  .gallery-style3 .figcaption .gallery_content {
    background: #282828 none repeat scroll 0 0;
    opacity: 1;
    padding: 25px 15px;
    position: static;
  }
  .gallery-style3 .figcaption .gallery_content .post-name > a:hover {
    color: #80bb01;
  }
  .gallery-style3 .figcaption .gallery-image .post-name {
    display: none;
  }
  .gallery-style3 .figcaption:hover .gallery_content {
    transform: none;
  }
}
@media (max-width: 480px) {
  .button-group {
    padding-bottom: 35px;
  }
  .our-gallery-sc .gallery_filter .button-group .inline-block {
    width: auto;
  }
}
/*===================================
	3.8 Recipe
===================================*/
.recipe-list .item {
  margin-bottom: 30px;
}
.recipe-list .item:last-child {
  margin-bottom: 0;
}
.recipe-list .recipe-img {
  width: 41.5%;
  float: left;
}
.recipe-list .recipe-post-info {
  width: 58.5%;
  overflow: hidden;
}
.recipe-list .recipe-content {
  padding: 10px;
  background: #f5f5f5;
  display: inline-block;
}
.recipe-list .recipe-content:hover {
  transition: all 0.3s ease-in-out 0s;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.recipe-list .recipe-content:hover .recipe-name a {
  color: #80bb01;
}

.recipe-search {
  position: relative;
  margin-bottom: 49px;
}
.recipe-search .recipe-search-input {
  width: 100%;
  height: 50px;
  background: none;
  border-radius: 50px;
  border: 1px solid #ebebeb;
  font-size: 15px;
  color: #999;
  padding: 16px 180px 16px 37px;
}
@media (max-width: 420px) and (min-width: 319px) {
  .recipe-search .recipe-search-input {
    padding: 16px 80px 16px 37px;
  }
}
.recipe-search .btn-search {
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 165px;
  height: 50px;
  background: #80bb01;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 11px 0;
  border: none;
  box-shadow: none;
  border-radius: 50px;
}
@media (max-width: 420px) and (min-width: 319px) {
  .recipe-search .btn-search {
    width: 93px;
  }
}
.recipe-search .btn-search:hover {
  background: #282828;
}

.main-sidebar .recipe-grid .col-md-4 .recipe-post-info {
  padding-left: 15px;
  padding-right: 15px;
}

.recipe-grid .recipe-post-info {
  padding: 30px;
  background: #f5f5f5;
}
.recipe-grid .read-more {
  margin-top: 10px;
}
.recipe-grid .item {
  margin-bottom: 30px;
}

.recipe-name {
  margin-bottom: 10px;
}
.recipe-name a {
  color: #282828;
  font-size: 18px;
  font-weight: 600;
}
.recipe-name a:hover {
  color: #80bb01;
}

.recipe-info {
  color: #b3b3b3;
  font-weight: 300;
}
.recipe-info a {
  color: #b3b3b3;
}
.recipe-info a:hover {
  color: #80bb01;
}
.recipe-info .info {
  display: inline-block;
  float: left;
  padding-right: 22px;
}
.recipe-info .info:last-child {
  padding-right: 0;
}
.recipe-info .info i {
  color: #80bb01;
}

.recipe-post-info {
  padding: 20px 20px 22px 40px;
}

.recipe-item .recipe_post_desc {
  border-top: 1px solid #ededed;
  padding-top: 17px;
  margin-top: 13px;
}

.recipe_post_desc {
  padding-top: 31px;
  font-size: 14px;
  position: relative;
  color: #282828;
  display: inline-block;
}
.recipe_post_desc ul {
  padding-left: 0;
}
.recipe_post_desc ul li {
  list-style-type: none;
}
.recipe_post_desc .entry-content {
  color: #282828;
  font-size: 14px;
  max-height: 72px;
  overflow: hidden;
}

.post-type-archive-recipe .main-sidebar {
  margin-bottom: 67px;
}

.read-more.recipe-more {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #f5f5f5;
  padding-left: 5px;
}
.read-more.recipe-more:before {
  content: ". . .";
  color: #282828;
}

.read-more .btn-recipe {
  color: #80bb01;
}

.review-star {
  display: inline-block;
}
.review-star .review-result-wrapper {
  display: inline-block;
  position: relative;
}
.review-star .review-result-wrapper > i {
  color: #80bb01;
}
.review-star .review-result-wrapper .review-result {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  white-space: nowrap;
  color: #80bb01;
}

.recipes-details .tab-content {
  position: relative;
}
.recipes-details .nav-pills {
  width: 100%;
  margin-bottom: 60px;
}
.recipes-details .nav-pills > li {
  width: 25%;
  text-align: center;
}
.recipes-details .nav-pills > li:first-child > a i {
  padding-right: 24px;
}
.recipes-details .nav-pills > li > a {
  padding: 18px 15px;
  border-radius: 0;
  color: #999;
  background: #f5f5f5;
  font-size: 16px;
  position: relative;
}
.recipes-details .nav-pills > li > a i {
  color: #afafaf;
  position: relative;
  font-size: 25px;
  padding-right: 39px;
}
.recipes-details .nav-pills > li > a i:before {
  position: absolute;
  bottom: -7px;
  left: 0;
}
.recipes-details .nav-pills > li.active > a, .recipes-details .nav-pills > li.active > a:focus, .recipes-details .nav-pills > li.active > a:hover {
  background: #80bb01;
  color: #fff;
}
.recipes-details .nav-pills > li.active > a i, .recipes-details .nav-pills > li.active > a:focus i, .recipes-details .nav-pills > li.active > a:hover i {
  color: #fff;
}
.recipes-details .nav-pills > li + li {
  margin-left: 0;
}

.info-like {
  position: relative;
}
.info-like .icon-spinner {
  position: absolute;
  top: 0;
  left: 0;
}

.recipe-single-content .recipe-title h3 {
  color: #282828;
  font-size: 24px;
  font-weight: 600;
  margin-top: -2px;
  margin-bottom: 19px;
}
.recipe-single-content .recipe-item .recipe_post_desc {
  border-top: none;
  margin-top: 0;
}
.recipe-single-content .recipe-img {
  width: 100%;
  margin-top: 25px;
  overflow: hidden;
  display: inline-block;
}
.recipe-single-content .recipe_post_desc {
  padding-top: 24px;
}
.recipe-single-content .recipe_post_desc .recipes-details {
  position: relative;
  margin-top: 42px;
}
.recipe-single-content .recipe_post_desc .title-desc {
  padding-bottom: 22px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  margin-bottom: 37px;
}
.recipe-single-content .recipe_post_desc .title-desc:before {
  content: "";
  height: 2px;
  width: 113px;
  background: #80bb01;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.recipe-single-content .recipe_post_desc .title-desc h4 {
  color: #282828;
  font-size: 24px;
  font-weight: 600;
}
.recipe-single-content .recipe_post_desc .recipes-content .ingredients-container .icon {
  font-size: 40px;
  color: #80bb01;
  display: inline-block;
  float: left;
  margin-right: 14px;
}
.recipe-single-content .recipe_post_desc .recipes-content .ingredients-container {
  float: right;
  position: absolute;
  right: 0;
  top: -12px;
}
.recipe-single-content .recipe_post_desc .recipes-content .ingredients-container .servings-recipe {
  margin-right: 9px;
}
.recipe-single-content .recipe_post_desc .recipes-content .ingredients-container .servings-recipe .icon {
  margin-right: 2px;
}
.recipe-single-content .recipe_post_desc .recipes-content ul {
  padding-left: 0;
}
.recipe-single-content .recipe_post_desc .recipes-content ul li {
  list-style-type: none;
  display: inline-block;
  padding-right: 40px;
}
.recipe-single-content .recipe_post_desc .recipes-content ul li:last-child {
  padding-right: 0;
}
.recipe-single-content .recipe_post_desc .recipes-content .servings-recipe .ser-recipes {
  margin-bottom: 0;
  margin-top: 10px;
}
.recipe-single-content .recipe_post_desc .recipes-content .servings-recipe .info-recipes {
  margin-top: 0;
}
.recipe-single-content .recipe_post_desc .recipes-content .info-recipes {
  overflow: hidden;
  font-size: 15px;
  float: left;
  margin-top: 3px;
}
.recipe-single-content .recipe_post_desc .recipes-content .info-recipes p {
  line-height: 20px;
  margin-bottom: 0;
}
.recipe-single-content .recipe_post_desc .recipes-content .info-recipes .name-recipes {
  color: #696969;
}
.recipe-single-content .recipe_post_desc .recipes-content .info-recipes .time-recipes,
.recipe-single-content .recipe_post_desc .recipes-content .info-recipes .clas-recipes {
  color: #afafaf;
  margin-bottom: 0;
}
.recipe-single-content .recipe_post_desc .recipes-desc ul {
  padding-left: 0;
}
.recipe-single-content .recipe_post_desc .recipes-desc ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 16px;
  font-size: 15px;
  color: #282828;
  padding-left: 24px;
}
.recipe-single-content .recipe_post_desc .recipes-desc ul li:before {
  content: "";
  height: 4px;
  width: 4px;
  background: #80bb01;
  position: absolute;
  top: 9px;
  left: 0px;
}

.recipe-single-content .recipe_post_desc .recipe_direction .title-desc {
  margin-bottom: 31px;
}

.recipe-single {
  margin-bottom: 67px;
}

.direction_list {
  margin-bottom: 0;
}
.direction_list li {
  margin-bottom: 30px;
  background: #f5f5f5;
  display: inline-block;
}
.direction_list li:last-child {
  margin-bottom: 0;
}
.direction_list li img {
  display: inline-block;
  float: left;
}
.direction_list li .direction_text {
  color: #282828;
  font-size: 14px;
  overflow: hidden;
  padding: 30px;
}
.direction_list li .direction_text .step_no {
  font-size: 20px;
  font-weight: 300;
  color: #80bb01;
  margin-bottom: 13px;
}
.direction_list li .img-recipe {
  width: 43%;
  float: left;
}
.direction_list li .direction_text {
  width: 57%;
  float: left;
}

.recipe_direction {
  margin-top: 27px;
  position: relative;
}
.recipe_direction .action-direction {
  position: absolute;
  right: 0;
  top: 10px;
}
.recipe_direction .action-direction a {
  color: #999;
  font-size: 14px;
  margin-left: 23px;
}
.recipe_direction .action-direction a:first-child {
  margin-left: 0;
}
.recipe_direction .action-direction a:hover {
  color: #80bb01;
}
.recipe_direction .action-direction a i {
  margin-right: 10px;
}

.recipe-gallery .recipe-content {
  background: #fff;
  display: inline-block;
  padding: 10px;
  border: 10px solid rgba(0, 0, 0, 0.7);
}
.recipe-gallery .recipe-content .read-more a {
  color: #fdfdfd;
}
.recipe-gallery .recipe-image {
  padding-right: 15px;
  width: 50.5%;
  float: left;
  display: inline-block;
}
.recipe-gallery .recipe_body {
  width: 49.5%;
  text-align: center;
  float: left;
  padding: 67px 50px 0;
  border: 1px dotted #80bb01;
}
.recipe-gallery .recipe_body h2 {
  font-size: 35px;
  color: #282828;
  font-weight: bold;
  font-family: Asap;
}
.recipe-gallery .recipe_body .recipe_desc {
  font-size: 15px;
  color: #282828;
  padding: 33px 0 14px;
}
.recipe-gallery .recipe_body .recipe_desc p {
  line-height: 30px;
}
.recipe-gallery .recipe_social {
  display: none;
}
.recipe-gallery.arrows-custom .slick-arrow {
  height: 50px;
  width: 50px;
  border: 1px solid #80bb01;
  font-size: 50px;
  color: #80bb01;
}
.recipe-gallery.arrows-custom .slick-arrow:hover {
  color: #fff !important;
  background: #80bb01;
}
.recipe-gallery.arrows-custom .slick-arrow.btn-next {
  left: -6px;
}
.recipe-gallery.arrows-custom .slick-arrow.btn-next {
  right: -6px;
  left: auto;
}

.apr-comment-rate {
  color: #80bb01;
}

.tab-pane.post-comments .comment-reply-title:before, .tab-pane.post-comments .post-comments .widget-title:before, .tab-pane.post-comments #comments .widget-title:before {
  height: 2px;
  bottom: -2px;
}
.tab-pane.post-comments .comment-reply-title, .tab-pane.post-comments .post-comments .widget-title, .tab-pane.post-comments #comments .widget-title {
  border-width: 1px;
}
.tab-pane.post-comments #comments .widget-title {
  text-transform: capitalize;
  padding: 0 0 22px;
  margin-bottom: 33px;
  font-family: Poppins;
  color: #282828;
  font-weight: 600;
  border-width: 1px;
}
.tab-pane.post-comments .comment-respond {
  margin-top: 50px;
}
.tab-pane.recipe_share .title-desc {
  margin-bottom: 20px;
}
.tab-pane.recipe_share a {
  font-size: 20px;
  color: #80bb01;
  margin-right: 5px;
  height: 40px;
  width: 40px;
  border: 1px solid #80bb01;
  display: inline-block;
  line-height: 42px;
  text-align: center;
}
.tab-pane.recipe_share a:hover {
  color: #fff;
  background: #80bb01;
}

.comment-form-rating label {
  float: left;
  font-weight: 400;
  margin-right: 20px;
}

.commentrating {
  margin-right: 20px;
}
.commentrating input[type=radio] {
  margin-right: 6px;
}

.search-results .blog-grid .blog-item, .search-results .blog-masonry .blog-item {
  overflow: hidden;
}
.search-results .blog-grid .info-bottom, .search-results .blog-masonry .info-bottom {
  background: none;
}

.search-no-results .entry-title {
  color: #282828;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.search-no-results .entry-title:before {
  width: 160px;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #80bb01;
}

.comment-bottom .info-content {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .recipe_post_desc {
    padding-top: 10px;
  }
  .recipe-post-info {
    padding: 20px 20px 22px 30px;
  }
  .direction_list .img-recipe {
    padding: 30px 0 30px 30px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .side-breadcrumb + .wrapper {
    padding-top: 70px;
  }
  .recipe-post-info {
    padding: 30px 30px 20px 30px;
  }
  .recipes-details .nav-pills {
    margin-bottom: 54px;
  }
  .recipe-list .recipe-img {
    width: 100%;
  }
  .recipe-list .recipe-post-info {
    width: 100%;
  }
  .cross-sells .product-grid .item {
    border-width: 1px;
  }
}
@media (max-width: 600px) {
  .direction_list li .direction_text {
    width: 100%;
  }
  .direction_list li .img-recipe {
    width: 100%;
    padding-bottom: 0;
  }
  .post-type-archive-recipe .main-sidebar,
  .recipe-single {
    margin-bottom: 60px;
  }
  .recipes-details .nav-pills > li {
    width: 50%;
    text-align: center;
  }
  .recipe-single-content .recipe_post_desc .recipes-content .ingredients-container .servings-recipe {
    margin-right: 0;
  }
  .recipe-single-content .recipe_post_desc .recipes-content ul li {
    padding-right: 15px;
  }
  .recipe-single-content .recipe_post_desc .recipes-content .ingredients-container {
    float: left;
    position: static;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .recipe_direction .action-direction {
    position: static;
    margin-bottom: 20px;
  }
  .direction_list .img-recipe {
    padding: 10px 10px 0 10px;
  }
}
@media (max-width: 375px) {
  .recipe-single-content .recipe_post_desc .recipes-content .ingredients-container .icon {
    font-size: 28px;
    margin-right: 6px;
    margin-top: 5px;
  }
  .recipe-single-content .recipe_post_desc .recipes-content .ingredients-container .icon {
    font-size: 28px;
    margin-right: 6px;
  }
  .recipe-search {
    margin-bottom: 30px;
  }
  .recipe-search .recipe-search-input {
    padding: 16px 50px 16px 30px;
  }
  .recipe-search .btn-search {
    width: 50px;
    background: none;
  }
  .recipe-search .btn-search:hover {
    background: none;
  }
  .recipe-search .btn-search span {
    position: relative;
    text-indent: -9999em;
    background: none;
    font-size: 0px;
  }
  .recipe-search .btn-search span:before {
    content: "\e618";
    color: #999;
    font-family: "Pe-icon-7-stroke";
    font-size: 20px;
    position: absolute;
    top: -14px;
    left: -27px;
    z-index: 1;
    text-indent: 1em;
  }
  .recipe-search .btn-search span:hover:before {
    color: #80bb01;
  }
}
/*===================================
	3.9 Knowledge
===================================*/
.knowledge-content {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
}
.knowledge-content .blog-info .blog-date {
  top: 10px;
  left: 11px;
  position: absolute;
}

.knowledge-post-info {
  padding: 24px 12px 18px;
}

.knowledge-name > a {
  font-size: 20px;
  font-weight: 600;
}

.knowledge_post_desc p {
  margin-bottom: 0;
  padding-top: 8px;
  line-height: 22px;
}

.knowledge-list .knowledge-content,
.knowledge-list .knowledge-item {
  width: 100%;
  float: left;
}
.knowledge-list .knowledge-img {
  float: left;
  width: 40%;
}
.knowledge-list .knowledge-post-info {
  float: left;
  width: 60%;
}
.knowledge-list .knowledge-post-info .blog-info {
  padding-top: 20px;
}
.knowledge-list .knowledge-post-info {
  padding-left: 30px;
}

.knowledge-load {
  margin-bottom: 17px;
  margin-top: 9px;
}
.knowledge-load .btn {
  height: 50px;
  min-width: 165px;
  padding: 16px 15px 15px;
}

@media (min-width: 600px) and (max-width: 767px) {
  .knowledge-entries-wrap .col-xs-12 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .knowledge-list .knowledge-post-info .blog-info {
    padding-top: 10px;
  }
  .knowledge-list .knowledge-post-info {
    padding-top: 12px;
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .knowledge-list .knowledge-img,
  .knowledge-list .knowledge-post-info {
    width: 100%;
  }
  .knowledge-list .knowledge-post-info {
    padding-top: 25px;
  }
  .knowledge-img img {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .widget_recent_recipe .blog-img,
  .widget_post_blog .blog-img,
  .widget_recent_knowledge .blog-img {
    width: 70px;
  }
}
@media (max-width: 991px) {
  .knowledge-load {
    margin-bottom: 50px;
  }
}
/*===================================
	3.10 Press
===================================*/
.press-content {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
}
.press-content .blog-info .blog-date {
  top: 10px;
  left: 11px;
  position: absolute;
}
.press-content .blog-info .info.blog-date .month a {
  font-size: 14px;
}
.press-content .blog-info .info.blog-date .date a {
  font-size: 16px;
}
.press-content .blog-info .info a {
  color: #80bb01;
  font-size: 13px;
  text-transform: uppercase;
}
.press-content .blog-info .info a:hover {
  color: #282828;
}

.press-post-info {
  padding: 23px 20px 28px 27px;
}
.press-post-info .blog-info {
  padding-top: 12px;
}

.press-img {
  position: relative;
}
.press-img i {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  font-size: 45px;
  height: 80px;
  left: 50%;
  line-height: 80px;
  position: absolute;
  text-align: center;
  top: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  width: 80px;
}

.press-video iframe {
  width: 100%;
}

.press-name > a {
  font-size: 20px;
  font-weight: 600;
}

.press_post_desc p {
  margin-bottom: 0;
  padding-top: 8px;
  line-height: 22px;
}

.press-list .press-content,
.press-list .press-item {
  width: 100%;
  float: left;
}
.press-list .press-img {
  float: left;
  width: 40%;
}
.press-list .press-post-info {
  float: left;
  width: 60%;
}
.press-list .press-post-info .blog-info {
  padding-top: 20px;
}
.press-list .press-post-info {
  padding-left: 30px;
}

.press-load {
  margin-bottom: 17px;
  margin-top: 9px;
}
.press-load .btn {
  height: 50px;
  min-width: 165px;
  padding: 16px 15px 15px;
}

.press_filter {
  text-align: center;
  border-bottom: 1px solid #e6e5e5;
  margin-bottom: 30px;
}
.press_filter .button-group {
  padding-bottom: 0;
}
.press_filter .button-group .inline-block {
  padding: 0 28px;
  margin-bottom: 0;
}
.press_filter .button-group .btn-filter {
  border: none;
  font-weight: 600;
  font-size: 24px;
  color: #282828;
  padding: 13px 14px 19px 7px;
}
.press_filter .button-group .btn-filter:hover {
  color: #80bb01;
}
.press_filter .button-group .btn-filter::before {
  background: #80bb01;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 0;
  transition: all 0.3s ease-in-out 0s;
}
.press_filter .button-group .btn-filter.is-checked:before, .press_filter .button-group .btn-filter:hover:before {
  width: 100%;
}

.col-md-6 .press-img img {
  width: 100%;
}

.inline-block.btn-active {
  float: left;
}

.bottom-static {
  padding-bottom: 60px;
  padding-top: 33px;
}

.vc_sep_border_width_5.wpb_content_element,
.bottom-static .wpb_text_column.wpb_content_element {
  margin-bottom: 0;
}

@media (min-width: 600px) and (max-width: 767px) {
  .press-entries-wrap .col-xs-12 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .press-list .press-post-info .blog-info {
    padding-top: 10px;
  }
  .press-list .press-post-info {
    padding-top: 12px;
    padding-bottom: 10px;
  }
  .bottom-static {
    padding-bottom: 0;
  }
  .press_filter .button-group {
    padding: 0;
  }
  .press_filter .button-group .inline-block {
    padding: 0 10px;
    width: auto;
  }
}
@media (max-width: 600px) {
  .press-list .press-img,
  .press-list .press-post-info {
    width: 100%;
  }
  .press-list .press-post-info {
    padding-top: 25px;
  }
  .press-img img {
    width: 100%;
  }
  .press_filter .button-group {
    padding: 0 15px;
  }
  .press_filter .button-group .btn-filter {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
/*===================================
	3.11 Content
===================================*/
.box_about .ult-easy-separator-wrapper {
  left: 22.7%;
  bottom: -40px !important;
}

.brand-content .slick-arrow:hover {
  border: none;
}

.tp-caption.rev-btn {
  background: #80bb01 !important;
}
.tp-caption.rev-btn:hover {
  background: #fff !important;
}

.woocommerce .form-row input[type=radio] {
  height: auto !important;
  width: auto !important;
}

label.radio {
  padding-left: 20px;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}
.icon_box_content.type_2:hover .icon_box_title h3 {
  color: #fff;
}

.portfolio_single .portfolio_title {
  padding: 25px 0 12px;
}

.recipesearch-results ul {
  padding: 20px 19px 13px;
  list-style: none;
  box-shadow: 0 14px 36px 2px rgba(0, 0, 0, 0.05);
}
.recipesearch-results ul > li {
  margin-bottom: 13px;
}
.recipesearch-results ul > li > a {
  text-transform: capitalize;
}
.recipesearch-results ul .recipe_search_img {
  padding-right: 20px;
  height: auto;
  max-width: 100px;
  display: inline-block;
}

.woosearch-results ul {
  padding: 20px 19px 13px;
  list-style: none;
  box-shadow: 0 14px 36px 2px rgba(0, 0, 0, 0.05);
  max-height: 300px;
  overflow-y: scroll;
}
.woosearch-results ul > li {
  margin-bottom: 13px;
}
.woosearch-results ul > li > a {
  text-transform: capitalize;
}
.woosearch-results ul > li .product-img > a {
  padding: 10px;
  display: block;
}
.woosearch-results ul > li .price del span, .woosearch-results ul > li .price .amount {
  font-size: 14px;
}
.woosearch-results ul .widget_add_to_cart a {
  font-size: 14px;
  text-transform: capitalize;
  border: none;
  border-radius: 0;
  display: inline-block;
  height: 36px;
  line-height: 38px;
  width: auto;
  background: none;
  color: #282828 !important;
}
.woosearch-results ul .widget_add_to_cart a > span:first-child {
  display: none;
}
.woosearch-results ul .widget_add_to_cart a .add_cart_list {
  display: block;
}
.woosearch-results ul .widget_add_to_cart a .add_to_cart_button.loading:after,
.woosearch-results ul .widget_add_to_cart a .single_add_to_cart_button.loading:after {
  content: "";
  left: auto;
  right: -20px;
}
.woosearch-results ul .search_img {
  padding-right: 20px;
  height: auto;
  max-width: 100px;
  display: inline-block;
}

.bg_left_gradient {
  position: relative;
  margin-bottom: 0 !important;
}
.bg_left_gradient:before {
  content: "";
  position: absolute;
  background: #58d9cd; /* For browsers that do not support gradients */ /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
  background: linear-gradient(#58d9cd, #80bb01); /* Standard syntax */
  bottom: 0;
  right: -30px;
  left: 0;
  top: 96px;
  opacity: 0.5;
}

.ares.tp-bullets {
  top: 50% !important;
  left: 50px !important;
}

.ares .tp-bullet {
  height: 19px;
  width: 19px;
  opacity: 0.5;
  background: #fff;
}
.ares .tp-bullet .tp-bullet-title {
  display: none;
}
.ares .tp-bullet:hover, .ares .tp-bullet.selected {
  opacity: 1;
  background: #80bb01;
}

.rev-btn.button-slide1 {
  background: #80bb01 !important;
}
.rev-btn.button-slide1:hover {
  background: #fff !important;
}

.tt-instagram .uvc-sub-heading > a {
  color: #80bb01;
}
.tt-instagram .uvc-sub-heading > a:hover {
  color: #000;
}

.gallery_paginations ul {
  padding-left: 0;
  list-style-type: none;
}

.title_over_top {
  text-transform: uppercase;
  background: #FFF;
  top: -54px;
  z-index: 99;
  left: 0;
  right: 0;
  position: absolute;
  height: 80px;
  line-height: 115px;
  width: 400px;
  margin: 0 auto;
}

.iconbox_style3 .type_2 .icon_box_desc p {
  color: #282828;
}
.iconbox_style3 .type_2.icon_box_content .icon_box i::before {
  -webkit-text-fill-color: #80bb01;
}
.iconbox_style3 .icon_box_content:hover .icon_box {
  background: transparent;
}

.banner_fresh_box .vc_custom_heading {
  position: relative;
  z-index: 99;
}
.banner_fresh_box .wpb_single_image.vc_align_right {
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 9;
}

.title_box_banner {
  font-weight: 600;
}

.ultbox_tabs_style2 .ult_tabs .ult_tabmenu.style1 {
  background: transparent;
  margin-bottom: 27px;
}
.ultbox_tabs_style2 .ult_tabs .ult_tabmenu.style1 li.ult_tab_li {
  padding: 28px;
}
.ultbox_tabs_style2 .ult_tabs .ult_tabmenu.style1 li.ult_tab_li:first-child {
  padding-left: 0;
}
.ultbox_tabs_style2 .ult_tabs .ult_tabmenu.style1 li.ult_tab_li a:before {
  top: 28px;
}
.ultbox_tabs_style2 .banner-type5 {
  float: left;
  width: 390px;
}
.ultbox_tabs_style2 .arrowpress-products {
  clear: right;
  float: right;
  width: calc(100% - 390px);
}
.ultbox_tabs_style2 .ult_tabs .ult_tab_min_contain .ult_tabitemname {
  padding: 0;
}

.box_contact .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  position: absolute;
}
.box_contact .vc_icon_element-inner:hover .vc_icon_element-icon {
  background: transparent;
}
.box_contact .vc_icon_element {
  margin-bottom: 0;
}
.box_contact .vc_icon_element-inner {
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: -25px;
  right: 0;
}
.box_contact .vc_icon_element-inner:before {
  background: transparent;
}
.box_contact .vc_icon_element-icon:before {
  -webkit-text-fill-color: none;
  -webkit-background-clip: transparent;
}
.box_contact .wpb_text_column {
  padding-top: 40px;
}
.box_contact .wpb_text_column p {
  color: #000;
  font-size: 15px;
  padding: 0 55px;
  line-height: 18px;
}
.box_contact .wpb_text_column a {
  color: #80bb01;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}
.box_contact .ult-content-box-container {
  border: 1px solid #ebebeb;
  border-top: 0;
  position: relative;
}
.box_contact .ult-content-box:before {
  width: 136px;
  height: 1px;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  background: #ebebeb;
}
.box_contact .ult-content-box:after {
  width: 136px;
  height: 1px;
  top: 0;
  right: 0;
  content: "";
  position: absolute;
  background: #ebebeb;
}

.icon_box_content {
  overflow: hidden;
  margin-bottom: 40px;
}
.icon_box_content:hover .icon_box_title h3 {
  color: #80bb01;
}
.icon_box_content:hover.icon_style2 .icon_box i {
  color: #fff !important;
}
.icon_box_content:hover.icon_style4.icon_style3 .icon_box {
  background: #fff;
}
.icon_box_content:hover.icon_style4.icon_style3 .icon_box i {
  color: #80bb01 !important;
  background: #fff;
}
.icon_box_content.text-left .icon_box {
  float: left;
  margin-right: 25px;
}
.icon_box_content.text-right .icon_box {
  float: right;
  margin-left: 25px;
}
@media (max-width: 660px) {
  .icon_box_content.text-right .icon_box {
    float: left;
    margin-left: 0px;
  }
}
@media (max-width: 660px) {
  .icon_box_content.text-right .icon_box_title {
    text-align: left;
  }
}
.icon_box_content.icon_style2 {
  margin-bottom: 32px;
}
.icon_box_content.icon_style2.text-left .icon_box {
  margin-right: 31px;
}
.icon_box_content.icon_style2 .icon_box_desc {
  padding-top: 16px;
}
.icon_box_content.icon_style2 .icon_box {
  background: none;
  height: 84px;
  width: 84px;
  border: 1px solid #80bb01;
}
.icon_box_content.icon_style2 .icon_box i {
  height: 84px;
  width: 84px;
  line-height: 84px;
  margin: -1px;
  color: #80bb01;
  background: none;
  font-family: "Linearicons-Free" !important;
}
.icon_box_content.icon_style2 .icon_box_title h3 {
  margin-top: 3px;
  text-transform: uppercase;
}
.icon_box_content.icon_style3 {
  position: relative;
  z-index: 1;
}
.icon_box_content.icon_style3 .icon_box {
  background: #80bb01;
  height: 71px;
  width: 71px;
  border: 1px solid #80bb01;
}
.icon_box_content.icon_style3 .icon_box i {
  height: 69px;
  width: 69px;
  line-height: 69px;
  margin: 0;
  color: #fff;
  background: none;
}
.icon_box_content.icon_style3 .icon_box_title h3 {
  margin-top: -1px;
}
.icon_box_content.icon_style3:hover .icon_box {
  background: #fff;
  border-color: #80bb01;
}
.icon_box_content.icon_style3:hover .icon_box i {
  background: #fff;
  color: #80bb01;
}
.icon_box_content.icon_style4.icon_style3 {
  margin-bottom: 34px;
}
.icon_box_content.icon_style4.icon_style3 .icon_box {
  margin-right: 19px;
  background: #80bb01;
  border: 1px solid #80bb01;
}
.icon_box_content.icon_style4.icon_style3 .icon_box i {
  color: #fff;
  background: #80bb01;
}

.ult-animation .icon_style1 .icon_box i {
  font-size: 30px;
  line-height: 60px;
}

.icon_box {
  position: relative;
  display: inline-block;
  height: 61px;
  width: 61px;
  border-radius: 50%;
  color: #80bb01;
}
.icon_box i {
  height: 59px;
  width: 59px;
  display: block;
  margin: 1px;
  border-radius: 50%;
  background: #fff;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
}

.icon_style1 .icon_box {
  background: linear-gradient(0deg, #58d9cd 0%, #80bb01 100%, #80bb01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$primary_color2", endColorstr="$primary_color",GradientType=1 );
}
.icon_style1 .icon_box:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#80bb01), to(#58d9cd));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icon_box_info {
  overflow: hidden;
}

.icon_box_title {
  overflow: hidden;
}
.icon_box_title h3 {
  font-weight: bold;
  line-height: 20px;
  color: #282828;
  font-size: 15px;
}

.icon_box_desc {
  padding-top: 12px;
  color: #282828;
}
.icon_box_desc p {
  color: inherit;
  font-size: 14px;
}

.box-icon-right,
.box-icon-left {
  z-index: 1;
  position: relative;
}
.box-icon-right .icon_box-container:last-child .icon_box_content,
.box-icon-left .icon_box-container:last-child .icon_box_content {
  margin-bottom: 36px;
}

.img-abs-center {
  position: absolute;
  bottom: 5px;
  width: 100%;
  margin-bottom: 0 !important;
  left: 5px;
}

.ie-11 .vc_icon_element-inner .vc_icon_element-icon::before, .ie-10 .vc_icon_element-inner .vc_icon_element-icon::before, .ie-9 .vc_icon_element-inner .vc_icon_element-icon::before, .ie-8 .vc_icon_element-inner .vc_icon_element-icon::before, .ie-7 .vc_icon_element-inner .vc_icon_element-icon::before, .ie-5 .vc_icon_element-inner .vc_icon_element-icon::before {
  color: #80bb01;
}
.ie-11 .vc_icon_element-inner:hover .vc_icon_element-icon::before, .ie-10 .vc_icon_element-inner:hover .vc_icon_element-icon::before, .ie-9 .vc_icon_element-inner:hover .vc_icon_element-icon::before, .ie-8 .vc_icon_element-inner:hover .vc_icon_element-icon::before, .ie-7 .vc_icon_element-inner:hover .vc_icon_element-icon::before, .ie-5 .vc_icon_element-inner:hover .vc_icon_element-icon::before {
  color: #fff;
}
.ie-11 .ult_countdown-row .ult_countdown-section .ult_countdown-amount, .ie-10 .ult_countdown-row .ult_countdown-section .ult_countdown-amount, .ie-9 .ult_countdown-row .ult_countdown-section .ult_countdown-amount, .ie-8 .ult_countdown-row .ult_countdown-section .ult_countdown-amount, .ie-7 .ult_countdown-row .ult_countdown-section .ult_countdown-amount, .ie-5 .ult_countdown-row .ult_countdown-section .ult_countdown-amount {
  color: #80bb01 !important;
}
.ie-11 .icon_box_content:hover .icon_box i::before, .ie-10 .icon_box_content:hover .icon_box i::before, .ie-9 .icon_box_content:hover .icon_box i::before, .ie-8 .icon_box_content:hover .icon_box i::before, .ie-7 .icon_box_content:hover .icon_box i::before, .ie-5 .icon_box_content:hover .icon_box i::before {
  color: #fff;
}
.ie-11 .post-type-archive-recipe .main-sidebar, .ie-10 .post-type-archive-recipe .main-sidebar, .ie-9 .post-type-archive-recipe .main-sidebar, .ie-8 .post-type-archive-recipe .main-sidebar, .ie-7 .post-type-archive-recipe .main-sidebar, .ie-5 .post-type-archive-recipe .main-sidebar {
  overflow: hidden;
}

.item-member-content {
  position: relative;
}

.our_member .slick-list {
  padding-bottom: 70px;
}

.member-info {
  padding-top: 40px;
  position: absolute;
  background: #f5f5f5;
  width: 326px;
  height: 117px;
  bottom: -30px;
  left: -12px;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 1024px) {
  .member-info {
    left: 0px;
  }
}
.member-info .member_social {
  bottom: 30px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
}
.member-info .member_social ul {
  padding: 0;
}
.member-info .member_social ul li {
  display: inline-block;
}
.member-info .member_social ul li a {
  height: 31px;
  width: 31px;
  display: block;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  line-height: 31px;
  margin: 0 7px;
}
.member-info .member_social ul li a:hover {
  background: #fff;
  color: #80bb01;
}
.member-info .member-job {
  text-transform: capitalize;
  color: #282828;
  font-weight: 300;
}
.member-info .member-job p {
  margin-bottom: 4px;
}
.member-info .member-name h4 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #282828;
}
.member-info .link-text a {
  color: #fff;
  font-size: 16px;
}
.member-info .link-text a:hover {
  color: #80bb01;
  text-decoration: underline;
}

.member-type1 .item-member-content:hover .member-info {
  padding-top: 22px;
  height: 152px;
  background: #80bb01;
}
.member-type1 .item-member-content:hover .member-info .member-job {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  margin: 0 30px;
  padding-bottom: 10px;
}
.member-type1 .item-member-content:hover .member-info .member-name h4 {
  color: #fff;
}
.member-type1 .item-member-content:hover .member-info .member_social {
  bottom: 10px;
  visibility: visible;
  opacity: 1;
}

/*.member-type2{
	.member-image {
	  margin-top: 48px;
	  background-size: cover;
      background-repeat: no-repeat;
	}
	.member-content {
	  	position: relative;
	  	padding: side-values(15px);
		background: #f5f5f5;
	}
	.member-desc {
		h2 {
		  font-weight: 700;
		  color: $primary_color;
		  margin-bottom: 14px;
		  font-size: 32px;
		  line-height: 28px;
		  text-transform: uppercase;
		  span{
		  	color: #000000;
		  	font-size: 22px;
		  	width: 100%;
		  	display: block;
		  	font-weight: 400;
		  }
		}
		p{
			margin-bottom: 26px;
			line-height: 25px;
		}
		.italic{
		  font-style: italic;
		  font-size: 16px;
		}
	} 
	.book-now {
	  padding-top: 13px;
	  	.btn{
		  min-width: 290px;
		}
	}
	.img-list {
		margin: side-values(0 -3px);
		margin-left: -13px;
		width: 84%;
		&:hover{
			.btn-next{
			  	opacity: 1;
			  	left: -13px;
			}
			.btn-prev{
			  	opacity: 1;
			  	right: -13px;
			}
		}
		a{
			display: inline-block;
			margin: side-values(0) !important;
			padding: side-values(0 3px);
		}
	}
	.link-text {
	  float: $right;
	  @include transform(translateX(-17px));
	}
	.btn-next{
	  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	  border: 1px solid $primary_color;
	  color: $primary_color;
	  height: 30px;
	  left: 0;
	  padding: side-values(0);
	  position: absolute;
	  top: 50%;
	  z-index: 9;
	  @include transform(translateY(-50%));
	  width: 30px;
	  opacity: 0;
	  @include transitions (all 0.3s ease-in-out 0s);
	}
	.btn-prev{
	  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	  border: 1px solid $primary_color;
	  color: $primary_color;
	  height: 30px;
	  right: 0;
	  padding: side-values(0);
	  position: absolute;
	  top: 50%;
	  z-index: 9;
	  @include transform(translateY(-50%));
	  width: 30px;
	  @include transitions (all 0.3s ease-in-out 0s);
	  opacity: 0;
	}
	.link-text {
		a {
		  font-family: Poppins;
		  font-size: 14px;
		  color: $primary_color;
		  text-transform: uppercase;
		  &:hover{
		  	color: #000;
		  }
		}
	} 
}*/
.title-member {
  position: absolute;
  top: 50%;
}
.title-member h2 {
  color: #000;
  font-weight: 700;
  letter-spacing: 2px;
  opacity: 0.2;
  text-transform: uppercase;
}

.overflow-initial {
  overflow: initial;
}

.style-2 .item-member-content:hover .member-info {
  background: #80bb01 !important;
}
.style-2 .item-member-content:hover .member-info .link-text a, .style-2 .item-member-content:hover .member-info .member-job p {
  color: #fff;
}
.style-2 .member-img img {
  filter: none;
}
.style-2 .member-info {
  background: #fff none repeat scroll 0 0;
  bottom: -10px;
  margin-top: 0;
  position: absolute;
  right: -10px;
  width: 83%;
  padding: 23px 20px 25px;
  z-index: 9;
  transition: all 0.3s ease-in-out 0s;
}
.style-2 .member-info .member-name h5 {
  color: #000;
}
.style-2 .member-info .link-text a {
  color: #555;
  font-style: italic;
}
.style-2 .member-info .link-text a:hover {
  color: #80bb01;
}

.ult-carousel-wrapper ul.slick-dots {
  padding-top: 33px;
}

.ult-carousel-wrapper .slick-dots li {
  height: 20px;
  width: 20px;
  margin: 0 5px;
  background: #e1e1e1;
  border-radius: 50%;
  transition: all 0.3s ease-in-out 0s;
}
.ult-carousel-wrapper .slick-dots li i {
  opacity: 1;
}
.ult-carousel-wrapper .slick-dots li i:before {
  content: none !important;
}
.ult-carousel-wrapper .slick-dots li.slick-active, .ult-carousel-wrapper .slick-dots li:hover {
  background: #80bb01;
}

.box-tes-h5 .ult-carousel-wrapper ul.slick-dots {
  padding-top: 22px;
}

.member-type2 .item-member-content:hover .member-info {
  background: none;
  margin-top: -140px;
}
.member-type2 .item-member-content:hover .member-info .member-name h4 {
  color: #fff;
}
.member-type2 .item-member-content:hover .member-info .member-job p {
  color: #fff;
}
.member-type2 .item-member-content:hover .member-img {
  text-align: center;
}
.member-type2 .item-member-content:hover .member-img:before {
  transform: scale(1) rotate(0);
}
.member-type2 .member-info {
  position: relative;
  left: 0;
  height: 85px;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 8;
  padding-top: 24px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.member-type2 .member-info .member_social {
  opacity: 1;
  position: relative;
  top: 0;
  visibility: visible;
  margin-bottom: 55px;
}
.member-type2 .member-info .member_social:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  background: #80bb01;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.member-type2 .member-info .member_social ul li a {
  border: medium none;
  border-radius: 0;
  color: #fcfcfc;
  margin: 0;
  width: 21px;
}
.member-type2 .member-info .member_social ul li a:hover {
  background: none;
}
.member-type2 .member-info .member-name h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 1px;
  text-transform: none;
}
.member-type2 .member-info .member-job p {
  font-weight: 400;
  margin-bottom: 12px;
}
.member-type2 .member-desc > p {
  line-height: 20px;
  margin-bottom: 12px;
}
.member-type2 .member-img {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .member-type2 .member-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    z-index: 1;
    transition: all 0.2s ease-in-out 0s;
    transform: scale(0) rotate(90deg);
  }
}

.item_testimonial.type_2 {
  width: 95%;
}
.item_testimonial.type_2 .caption_testimonial {
  padding-top: 79px;
}
.item_testimonial.type_2 .caption_testimonial:before {
  color: #fff;
  top: 20px;
}
.item_testimonial.type_2 .caption_testimonial .tes_name h4 {
  padding: 7px 0;
}

.item_testimonial.text-center {
  width: 80%;
  margin: 0 auto;
  padding: 0 30px;
}

.box-testimonials .vc_column-inner,
.form-order .vc_column-inner {
  background-size: cover !important;
}

.caption_testimonial {
  position: relative;
  /*&:before{
  	content: "\f10e";
  	font-family: FontAwesome;
  	font-size: 70px;
  	position: absolute;
  	color: rgba(255,255,255,0.1);
  	top:15px;
  	left:50%;
  	@include transform (translateX($translateX));
  }*/
}
.caption_testimonial .title-testimonial {
  text-transform: uppercase;
}
.caption_testimonial .title-testimonial h6 {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  position: relative;
  letter-spacing: 0.4em;
}
.caption_testimonial .title-testimonial h2 {
  font-size: 39px;
  color: #80bb01;
  letter-spacing: -0.4px;
  line-height: 36px;
  padding: 12px 0 34px;
}
.caption_testimonial .item-desc {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
}
.caption_testimonial .tes_info {
  margin-top: 16px;
}
.caption_testimonial .tes_info h6 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  color: #80bb01;
}
.caption_testimonial .tes_info .tes_job {
  display: inline-block;
  color: #80bb01;
  font-size: 15px;
}
.caption_testimonial .tes_name h4 {
  font-size: 13px;
  padding-top: 10px;
  text-transform: uppercase;
  color: #80bb01;
}

.remove_space .footer {
  padding-top: 0;
}

.box-text .box-title {
  text-transform: uppercase;
}
.box-text .box-title h4 {
  font-size: 35px;
  line-height: 100%;
  font-weight: 300;
}
.box-text .box-title p {
  font-size: 75px;
  font-weight: bold;
  font-family: Poppins;
  color: #000;
  margin-top: 8px;
  line-height: 100%;
  margin-left: -4px;
}
.box-text .box-desc {
  padding: 39px 0 49px;
}
.box-text .box-desc p {
  letter-spacing: 0.25px;
  margin-bottom: 24px;
}
.box-text.type1 img {
  padding-bottom: 286px;
}

.text-space {
  font-size: 294px;
  color: rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
  position: absolute;
  left: 110px;
  top: -43px;
  font-weight: bold;
  letter-spacing: 0.31em;
  font-family: Poppins;
  z-index: 99;
}
.text-space.hidden-sm {
  left: 84px;
}

.counter_block .stats-desc {
  position: absolute;
  top: 28px;
  left: 0;
}
.counter_block .stats-block .aio-icon {
  opacity: 0.2;
}

.overlay_bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #80bb01;
  opacity: 0.8;
}

.bg-overlay figure {
  position: relative;
}
.bg-overlay figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #80bb01;
  opacity: 0.8;
}

.slick-slider {
  position: relative;
}

.slick-prev {
  left: -43px !important;
  margin-top: -15px !important;
}
.slick-prev i:before {
  content: "\e910";
  font-family: "icomoon" !important;
}

.slick-next {
  right: -43px !important;
  margin-top: -15px !important;
}
.slick-next i:before {
  content: "\e911";
  font-family: "icomoon" !important;
}

.slick-next, .slick-prev {
  height: 40px !important;
  width: 45px !important;
  color: #7a7b7c !important;
  z-index: 9;
  border: none;
  transition: all 0.3s ease-in-out 0s;
}
.slick-next i, .slick-prev i {
  font-size: 30px !important;
}
.slick-next:hover, .slick-prev:hover {
  color: #80bb01 !important;
}

.slick-slide .product-content img {
  display: inline-block;
}

.btn-slide-color .slick-next, .btn-slide-color .slick-prev {
  color: #282828 !important;
}
.btn-slide-color .slick-next:hover, .btn-slide-color .slick-prev:hover {
  color: #fff !important;
  opacity: 0.6;
}

.tt-heading-porfolio .baber-heading {
  padding-bottom: 26px;
}

/*.remove_space .side-breadcrumb{
	margin-bottom: 0;
}*/
.block-service-right > .vc_column-inner {
  padding-left: 52px !important;
  padding-right: 100px !important;
}

.block-service-right .baber-heading {
  width: 80%;
}

.box-services .icon-box-container {
  width: 45%;
  display: inline-block;
  float: left;
  padding-right: 110px;
}

.pos-bg1.vc_row {
  background-position: top right !important;
}

.service-h1.vc_row {
  background-position: -16.7% 0 !important;
}

.button-group > .inline-block:first-of-type:before {
  display: none;
}

.ult-carousel-wrapper.slide-testimonial ul.slick-dots {
  padding-top: 24px;
}

.main-color .uvc-heading h2 {
  color: #80bb01 !important;
}

#btn_appointment {
  width: 292px;
  border-color: #80bb01;
  padding: 14px 64px 14px 32px;
  background: #80bb01 url(../images/icon-right.png) no-repeat 82.8% -22px;
}
#btn_appointment:hover, #btn_appointment:active, #btn_appointment:focus {
  border-color: #000;
  background: #000 url(../images/icon-right.png) no-repeat 82.8% 22px;
}

.remove_space_br .side-breadcrumb {
  margin-bottom: 0;
}

.box-text.type2 {
  padding-right: 50px;
}
.box-text.type2 .box-desc {
  padding-bottom: 26px;
}
.box-text.type2 .box-desc p {
  margin-bottom: 26px;
  line-height: 26px;
  font-size: 16px;
}
.box-text.type2 .box-desc p:last-child {
  margin-bottom: 0;
}

.box-text.type3 .box-title p {
  font-size: 76px;
  letter-spacing: -4px;
}
.box-text.type3 .box-desc {
  padding: 32px 0 18px;
}
.box-text.type3 .box-desc p {
  letter-spacing: 0;
  font-size: 16px;
  font-style: italic;
}

.padding-15 {
  padding: 0 15px;
}

.box-text.type-4 {
  margin-left: 207px;
}
.box-text.type-4 .box-title h4 {
  letter-spacing: -0.8px;
  font-size: 37px;
}
.box-text.type-4 .box-title p {
  font-size: 76px;
  margin-top: 6px;
  margin-left: -4px;
}
.box-text.type-4 .box-desc {
  padding: 42px 0 41px;
}
.box-text.type-4 .btn.btn-primary {
  padding: 14px 30px 14px 33px;
  color: #fff;
  letter-spacing: 0.4px;
}
.box-text.type-4 .btn.btn-primary i {
  margin-left: 12px;
}

.block-text h2 {
  display: inline-block;
  float: left;
  margin-right: 18px;
  color: #80bb01;
  opacity: 0.5;
  font-size: 70px;
  font-family: Montserrat;
  font-weight: bold;
}
.block-text .text-content {
  overflow: hidden;
  padding-top: 42px;
}
.block-text .text-content h3 {
  font-size: 19px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #010101;
  margin-bottom: 23px;
}
.block-text .text-content p {
  font-size: 15px;
  color: #555;
}
.block-text:hover .text-content h3 {
  color: #80bb01;
}

.contact_heading.baber-heading.text-center .desc-title {
  margin-top: 22px;
}

.contact-form2 {
  max-width: 780px;
  margin: 0 auto;
  margin-top: 0;
}
.contact-form2 input[type=email], .contact-form2 input[type=text], .contact-form2 input[type=tel], .contact-form2 textarea {
  background: transparent;
}
.contact-form2 .no-full {
  float: left;
  width: 50%;
  display: inline-block;
  margin-bottom: 10px;
  clear: none;
}
.contact-form2 textarea.wpcf7-form-control {
  height: 130px;
  margin-top: 10px;
}
.contact-form2 > p {
  padding: 0 15px;
  clear: both;
}
.contact-form2 .btn-submit {
  padding: 0;
  width: auto;
  /* display: inline-block; */
  margin: 24px auto 0;
  max-width: 190px;
  position: relative;
  height: 50px;
}
.contact-form2 .btn-submit:after {
  font-family: FontAwesome;
  content: "\f1d8";
  position: absolute;
  right: 57px;
  color: #000;
  font-size: 14px;
  top: 14px;
}
.contact-form2 .btn-submit:hover:after {
  color: #fff;
}
.contact-form2 .btn-submit:hover input[type=submit] {
  background: #000;
  color: #fff;
  border-color: #000;
}
.contact-form2 .btn-submit input[type=submit] {
  padding-right: 50px;
  background: #d19f68;
  border-color: #d19f68;
  color: #000;
}

.list-item-box {
  padding-left: 0;
  list-style-type: none;
}
.list-item-box li {
  font-family: Open Sans;
  color: #282828;
  font-size: 20px;
  margin-bottom: 24px;
  padding-left: 44px;
  position: relative;
}
.list-item-box li:before {
  content: "\f06c";
  font-family: FontAwesome;
  font-size: 20px;
  color: #80bb01;
  position: absolute;
  left: 0px;
  top: 3px;
}

.rev-btn > i {
  margin-left: 20px;
}

.btn-plus {
  margin: 0 auto 40px;
  text-align: center;
  width: 49px;
  height: 49px;
  display: block;
  position: relative;
}
.btn-plus:before, .btn-plus:after {
  background: #d19f68;
}
.btn-plus:before {
  width: 49px;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
}
.btn-plus:after {
  width: 2px;
  height: 49px;
  content: "";
  position: absolute;
  left: 50%;
}

.arrow_style2 .slick-default > .slick-arrow {
  font-size: 15px;
  position: absolute;
  left: -40px;
  width: 40px;
  color: #000;
  height: 40px;
  z-index: 9;
  border: 1px solid #000;
}
.arrow_style2 .slick-default > .slick-arrow > i {
  display: block;
  margin-top: -2px;
}
.arrow_style2 .slick-default > .slick-arrow:hover {
  border-color: #d19f68;
}
.arrow_style2 .slick-default > button.btn-next.slick-arrow {
  left: -39px;
}
.arrow_style2 .slick-default button.btn-prev.slick-arrow {
  left: 0;
}

.img-service.bg-overlay figure:before {
  z-index: 9;
}

.page-id-1025 .baber-heading .header_icon {
  margin-bottom: 13px;
}

.slick-slide img {
  display: inline-block !important;
}

.style-2 .item-member-content:hover .member-info .link-text a,
.style-2 .item-member-content:hover .member-info .member-job p {
  color: #fff;
}

.uavc-list-icon .uavc-list {
  text-align: center;
}
.uavc-list-icon .uavc-list > li {
  clear: none !important;
  display: inline-block;
  margin-right: 91px !important;
}
.uavc-list-icon .uavc-list > li .ult-just-icon-wrapper {
  width: 68px;
  height: 68px;
  background: #fff;
  transform: rotate(45deg);
  border: 1px solid #d19f68;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}
.uavc-list-icon .uavc-list > li .ult-just-icon-wrapper .align-icon {
  text-align: center;
  transform: rotate(-45deg) translateY(-50%);
  text-align: center;
  position: absolute;
  top: 44%;
  left: 45%;
  font-weight: 400;
}
.uavc-list-icon .uavc-list > li .ult-just-icon-wrapper .align-icon .aio-icon {
  color: #d19f68;
}
.uavc-list-icon .uavc-list > li .uavc-list-icon {
  position: relative;
}
.uavc-list-icon .uavc-list > li .uavc-list-icon:after {
  content: "";
  height: 2px;
  width: 100px;
  position: absolute;
  left: 100%;
  z-index: 2;
  background: #d19f68;
  top: 50%;
  transform: translateY(-50%);
}
.uavc-list-icon .uavc-list > li .uavc-list-desc {
  font-family: Poppins;
  font-size: 18px;
  text-transform: uppercase;
  color: #010101;
  font-weight: 400;
}
.uavc-list-icon .uavc-list > li:last-child {
  margin-right: 0 !important;
}
.uavc-list-icon .uavc-list > li:last-child .uavc-list-icon:after {
  display: none;
}
.uavc-list-icon .uavc-list .uavc-list-content {
  display: inline-block;
  width: auto;
  margin-bottom: 7px;
}

#our_artist .baber-heading.text-center .desc-title {
  margin-top: 21px;
}

#h6_blog .post-name a {
  font-size: 18px;
}

.banner-bottom {
  padding: 0 15px;
}
.banner-bottom h2 {
  color: #f5f5f5;
  font-size: 38px;
  font-weight: bold;
  text-transform: uppercase;
}
.banner-bottom .desc {
  color: #fff;
  padding: 10px 0 35px;
  font-size: 18px;
}
.banner-bottom .btn {
  letter-spacing: 0.1px;
  width: 289px;
}
.banner-bottom .btn.btn-icon i {
  margin-left: 13px;
}

.box-member {
  margin: 0 -15px;
}
.box-member .member-type1 {
  width: 33.33%;
  padding: 0 15px;
  float: left;
  display: inline-block;
  margin-bottom: 56px;
}
.box-member.our-team-2 {
  margin-top: -2px;
}
.box-member.our-team-2 .member-type1 {
  margin-bottom: 48px;
}
.box-member.our-team-2 .member-info {
  margin-top: -43px;
}

.arrowpress-heading .small-title {
  margin: 0 50px;
}

.vc_row.bg-box-text {
  background-position: top right !important;
}

#last_ink .baber-heading.text-center .desc-title {
  margin: 23px auto 0;
}

.icon_smaller_size.uavc-list-icon .ult-just-icon-wrapper .align-icon .aio-icon {
  font-size: 26px !important;
  width: 40px;
  height: 37px;
}

.h6_product .slick-prev, .h6_product .slick-next, .black_slick_button .slick-prev, .black_slick_button .slick-next {
  color: #282828 !important;
}

.item_testimonial3 .caption_testimonial .item-desc {
  background: #fff none repeat scroll 0 0;
  color: #282828;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  position: relative;
  padding: 75px 33px 63px;
  margin-bottom: 0;
}
.item_testimonial3 .caption_testimonial .item-desc:before {
  position: absolute;
  content: "\f10e";
  font-size: 27px;
  color: #282828;
  font-family: FontAwesome;
  top: 30px;
  left: 33px;
  font-style: normal;
}
.item_testimonial3 .tes_info {
  margin-top: -30px;
  margin-left: 33px;
  position: relative;
}
.item_testimonial3 .tes_info figure {
  width: 75px;
  float: left;
  margin-right: 27px;
}
.item_testimonial3 .caption_testimonial .tes-author {
  overflow: hidden;
  padding-top: 55px;
}
.item_testimonial3 .caption_testimonial .tes-author h6 {
  font-size: 14px;
  color: #282828;
  text-transform: none;
  font-weight: 700;
}
.item_testimonial3 .job_name {
  color: #959595;
  line-height: 19px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.top-search .algolia-autocomplete {
  z-index: 999999 !important;
  display: block;
  position: relative !important;
  max-height: 400px;
  overflow-y: scroll;
  top: 0 !important;
}

#ais-wrapper #algolia-search-box {
  margin-bottom: 46px;
}

.algolia-autocomplete {
  max-height: 400px;
  overflow-y: auto;
}

.ais-header {
  padding-bottom: 15px;
}

.ais-hits--content .excerpt {
  padding-top: 11px;
}

ul.ais-pagination {
  padding-left: 0;
}

a.ais-pagination--link {
  cursor: pointer;
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 13px;
  color: #2d2d2d;
  display: block;
  border: 1px solid #ebebeb;
  text-align: center;
}
a.ais-pagination--link:hover {
  color: #fff;
  background: #80bb01;
}

.recipe-search .algolia-autocomplete {
  margin-top: 15px;
  border: 1px solid #ebebeb;
}

.blog-video {
  position: relative;
}

.post-name a {
  font-size: 20px;
}

.product-content:hover .button.add_to_cart_button {
  background: #80bb01;
  border: 1px solid transparent;
  color: #fff;
}

.product-content:hover .button.add_to_cart_button:hover, .product-content .button.add_to_cart_button:hover,
.product-content:hover .button.product_type_simple:hover {
  background: none !important;
}

.product-content:hover .product-action {
  bottom: 6px;
}

.image_size2 .product-content:hover .product-action {
  bottom: 40px;
}

.blog-container .grid_style_5 .blog-item .blog-img a img,
.blog-container .grid_style_4 .blog-item .blog-img a img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.blog-container .grid_style_5 .blog-item .blog-media:after {
  content: "\f0c1";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0);
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  pointer-events: none;
}

.blog-container .grid_style_5 .blog-img a::before {
  transform: scale(0, 1);
}

@media (min-width: 1366px) {
  .header-v7 .container-fluid .mega-menu > li.megamenu .sub-menu {
    margin-left: 0;
    width: 100%;
  }
  .header-v7 .container-fluid .mega-menu > li.megamenu > .sub-menu {
    margin-left: 12.5%;
    width: 75%;
  }
}
@media (max-width: 1365px) and (min-width: 992px) {
  .header-v7 .container-fluid .mega-menu > li.megamenu > .sub-menu {
    margin-left: 9%;
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .blog-container .grid_style_5 .blog-item:hover .blog-img a::before {
    transform: scale(1);
  }
  .blog-container .grid_style_5 .blog-item:hover .blog-media:after {
    transform: translateX(-50%) translateY(-50%) scale(1);
    z-index: 9;
    opacity: 1;
  }
  .blog-container .grid_style_4 .blog-item:hover .blog-img a img {
    transform: scale(1.1);
  }
}
.algolia-autocomplete::-webkit-scrollbar {
  width: 0.2em;
  height: 5px;
}

.algolia-autocomplete::-webkit-scrollbar-thumb {
  background: #ebebeb;
}

.algolia-autocomplete::-webkit-scrollbar-track {
  background: whitesmoke;
}

.algolia-autocomplete {
  scrollbar-face-color: #ebebeb;
  scrollbar-track-color: whitesmoke;
}

.box-pro-h8 .layout_style_2 .product_style_2 .product-desc {
  padding-top: 50px;
}
.box-pro-h8 .layout_style_2 .product_style_2 .product-desc p {
  margin-bottom: 27px;
}
.box-pro-h8 .layout_style_2 .product_style_2 .product-desc .term_name a {
  font-size: 18px;
  font-weight: 500;
}
.box-pro-h8 .layout_style_2 .product_style_2 .product-desc h3 a {
  font-size: 50px;
  font-weight: 700;
  text-transform: none;
  font-family: Asap;
}
.box-pro-h8 .layout_style_2 .product_style_2 .product-desc .product-name span {
  font-weight: 700;
  text-transform: capitalize;
}
.box-pro-h8 .layout_style_2 .product_style_2 .product-content {
  padding: 52px 50px 81px;
}
.box-pro-h8 .layout_style_2 .product_style_2 .product-content .product-action-list {
  padding-top: 28px;
}
.box-pro-h8 .layout_style_2 .product_style_2 .product-content h3 {
  padding-bottom: 25px;
  padding-top: 1px;
}
.box-pro-h8 .layout_style_2 .product_style_2 .product-content .price del .amount, .box-pro-h8 .layout_style_2 .product_style_2 .product-content span.woocommerce-Price-amount span {
  font-size: 24px;
}
.box-pro-h8 .layout_style_2 .product_style_2 .product-content .price .amount {
  font-size: 35px;
}
.box-pro-h8 .layout_style_2.image_left_pos .product_style_2 .product-image {
  text-align: center;
  padding-right: 50px;
}
.box-pro-h8 .box_farm_deal .countdown-2 .ult_countdown-row {
  left: auto;
  margin-left: 61px;
  border: 1px solid #80bb01;
}

.block-icon .icon_box-container {
  width: 16.66%;
  display: inline-block;
  float: left;
  position: relative;
}
.block-icon .icon_box-container:before {
  content: "";
  height: calc(100% - 68px);
  width: 1px;
  background: rgba(235, 235, 235, 0.2);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.block-icon .icon_box-container:last-child:before {
  content: none;
}

.vc_toggle_title {
  border: 1px solid #ebebeb;
  padding: 12px 20px !important;
  position: relative;
}
.vc_toggle_title h4 {
  color: #282828;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.vc_toggle {
  margin-bottom: 10px !important;
}

.vc_toggle_default .vc_toggle_icon {
  background: none !important;
  border: none !important;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
  right: 20px !important;
  left: auto !important;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon:before {
  content: "\f055";
  font-family: FontAwesome;
  font-size: 14px;
  color: #80bb01;
  height: auto;
  width: auto;
  background: none;
  border: none;
  font-style: normal;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon:after {
  content: none;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
  height: auto !important;
  width: auto !important;
  margin-left: 0 !important;
}

.vc_toggle_size_md.vc_toggle_default.vc_toggle_active .vc_toggle_title .vc_toggle_icon::before {
  visibility: visible !important;
  content: "\f056";
}

.text-default p {
  margin-bottom: 24px;
}

.bg-tes-overlay:before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block !important;
  z-index: 1;
}
.bg-tes-overlay .ult-carousel-wrapper {
  position: relative;
  z-index: 1;
}

.item_testimonial4 {
  position: relative;
  padding: 101px 75px 0;
}
.item_testimonial4:before {
  content: "\f10e";
  font-family: FontAwesome;
  font-size: 70px;
  color: #80bb01;
  position: absolute;
  top: 0;
  left: 50%;
  line-height: 100%;
  margin-left: -34px;
}
.item_testimonial4 .img-tes {
  height: 115px;
  width: 115px;
  border: 4px solid #fff;
  border-radius: 50%;
}
.item_testimonial4 .caption_testimonial .item-desc {
  font-size: 14px;
  line-height: 24px;
  font-family: Poppins;
  margin-top: 20px;
  margin-bottom: 21px;
}

.control-type1 .slick-next, .control-type1 .slick-prev {
  margin-top: 18px !important;
  height: 50px !important;
  width: 50px !important;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.45) !important;
}
.control-type1 .slick-next i, .control-type1 .slick-prev i {
  font-size: 50px !important;
  display: inline-block !important;
}
.control-type1 .slick-next:hover, .control-type1 .slick-prev:hover {
  background: rgba(255, 255, 255, 0.6);
  color: rgb(255, 255, 255) !important;
}
.control-type1 .slick-prev {
  left: 15px !important;
}
.control-type1 .slick-prev i:before {
  content: "\e686";
  font-family: "Pe-icon-7-stroke" !important;
}
.control-type1 .slick-next {
  right: 15px !important;
}
.control-type1 .slick-next i:before {
  content: "\e684";
  font-family: "Pe-icon-7-stroke" !important;
}

.control-type2 .slick-next, .control-type2 .slick-prev {
  height: 60px !important;
  width: 60px !important;
  margin-top: -73px !important;
  color: #cdcdcd !important;
}
.control-type2 .slick-next i, .control-type2 .slick-prev i {
  font-size: 60px !important;
  display: inline-block !important;
}
.control-type2 .slick-next:hover, .control-type2 .slick-prev:hover {
  color: #80bb01 !important;
}
.control-type2 .slick-prev {
  left: -42px !important;
}
@media (max-width: 480px) {
  .control-type2 .slick-prev {
    left: -30px !important;
  }
}
.control-type2 .slick-prev i:before {
  display: inline-block;
  content: "\e686";
  font-family: "Pe-icon-7-stroke" !important;
}
.control-type2 .slick-next {
  right: -42px !important;
}
@media (max-width: 480px) {
  .control-type2 .slick-next {
    right: -30px !important;
  }
}
.control-type2 .slick-next i:before {
  display: inline-block;
  content: "\e684";
  font-family: "Pe-icon-7-stroke" !important;
}

.bg-gradient {
  position: relative;
}
.bg-gradient .upb_row_bg:before {
  content: "";
  position: absolute;
  height: 100%;
  opacity: 0.7;
  width: 100%;
  background: #80bb01;
  background: -webkit-gradient(left top, right top, color-stop(0%, #80bb01), color-stop(65%, #58d9cd));
  background: linear-gradient(to right, #80bb01 0%, #58d9cd 65%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$primary_color2", endColorstr="$primary_color", GradientType=1 );
}

.icon_box_content.text-left img {
  float: left;
  margin-right: 25px;
}

/*===================================
	3.12 Home 2
===================================*/
.ult_countdown-row .ult_countdown-section {
  position: relative;
  overflow: hidden;
  height: 100px !important;
  margin-right: 10px !important;
  width: 100px !important;
  background: linear-gradient(0deg, #58d9cd 0%, #80bb01 100%, #80bb01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$primary_color2", endColorstr="$primary_color",GradientType=1 );
}
.ult_countdown-row .ult_countdown-section:last-child {
  margin-right: 0 !important;
}
.ult_countdown-row .ult_countdown-section .ult_time-mid {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block !important;
  background: #fff !important;
  height: 98px !important;
  width: 98px !important;
  float: left !important;
  margin: 1px !important;
  padding: 0 !important;
}
.ult_countdown-row .ult_countdown-section .ult_countdown-amount {
  padding-top: 18px !important;
  margin: 0 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#80bb01), to(#58d9cd));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ult_countdown-row .ult_countdown-section .ult_countdown-period {
  font-size: 13px !important;
  color: #343434 !important;
  opacity: 1 !important;
  margin-left: 7px !important;
  font-weight: 300 !important;
  margin-top: 142px !important;
  font-family: Poppins !important;
}

.ult_countdown-div {
  text-align: center !important;
  padding-left: 0 !important;
}

.ult_countdown, .wpb_row .wpb_column .wpb_wrapper .ult_countdown {
  margin-bottom: 33px !important;
}
.ult_countdown.countdown-2, .wpb_row .wpb_column .wpb_wrapper .ult_countdown.countdown-2 {
  margin-bottom: 0 !important;
}

.separator-h2 .vc_sep_line {
  position: relative;
  display: inline-block;
}
.separator-h2 .vc_sep_line:after {
  content: "";
  height: 5px;
  width: 281px;
  background: #80bb01;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.tp-bullets.hermes .tp-bullet {
  width: 20px;
  height: 20px;
  box-shadow: 0 0 0 1px rgb(255, 255, 255) inset;
}

.brand-content.ult-carousel-wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
}
.brand-content .slick-next, .brand-content .slick-prev {
  background: none;
  height: 30px !important;
  width: 46px !important;
  line-height: 30px;
  border-radius: 0;
  color: #7a7b7c !important;
}
.brand-content .slick-next:hover, .brand-content .slick-next:active, .brand-content .slick-prev:hover, .brand-content .slick-prev:active {
  color: #80bb01 !important;
}
.brand-content .slick-next:hover i:before, .brand-content .slick-next:active i:before, .brand-content .slick-prev:hover i:before, .brand-content .slick-prev:active i:before {
  color: #80bb01 !important;
}
.brand-content .slick-next:hover i:after, .brand-content .slick-next:active i:after, .brand-content .slick-prev:hover i:after, .brand-content .slick-prev:active i:after {
  background: #80bb01;
}
.brand-content .slick-next i {
  text-align: left;
  display: block;
  position: relative;
}
.brand-content .slick-next i:before {
  content: "\e911";
  font-family: "icomoon" !important;
  font-size: 30px;
  color: #7a7b7c !important;
  line-height: 30px;
  width: 46px;
  height: 30px;
  margin-left: -1px;
}
.brand-content .slick-prev i {
  display: block;
  text-align: right;
  position: relative;
}
.brand-content .slick-prev i:before {
  content: "\e910";
  font-family: "icomoon" !important;
  font-size: 30px;
  color: #7a7b7c !important;
  line-height: 30px;
  width: 46px;
  height: 30px;
  margin-right: -1px;
}
.brand-content .vc_figure:hover {
  transform: scale(1.04);
  transition: all 0.4s ease-in-out 0s;
}

.box-left {
  position: relative;
}
.box-left .ult-content-box {
  background-color: #f9b92b !important;
}
.box-left .wpb_single_image {
  position: absolute;
  bottom: -109px;
  right: 15px;
}
.box-left .wpb_text_column {
  margin-bottom: 0 !important;
  padding: 52px 71px 51px 80px;
  display: inline-block;
  width: 100%;
}

.box-right {
  position: relative;
}
.box-right .ult-content-box {
  background-color: #80bb01 !important;
}
.box-right .wpb_single_image {
  position: absolute;
  bottom: -96px;
  left: 32px;
}
.box-right .wpb_text_column {
  margin-bottom: 0 !important;
  padding: 52px 80px 51px 71px;
  display: inline-block;
  width: 100%;
}

.text-content-banner {
  position: relative;
  z-index: 1;
}
.text-content-banner:before {
  content: "";
  width: calc(100% - 53px);
  height: 100%;
  border: 10px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 53px;
}
.text-content-banner:after {
  content: "";
  width: 10px;
  height: calc(100% - 100px);
  background: #f9b92b;
  position: absolute;
  top: 50px;
  left: 53px;
}
.text-content-banner .btn {
  position: relative;
  z-index: 1;
}
.text-content-banner.text-left {
  padding: 66px 0 68px;
}
.text-content-banner.text-left .btn.btn-white {
  color: #f9b92b;
}
.text-content-banner.text-left .btn.btn-white:hover {
  background: #80bb01;
  color: #fff;
}
.text-content-banner.text-right {
  padding: 66px 0 68px;
}
.text-content-banner.text-right .btn.btn-white {
  color: #80bb01;
}
.text-content-banner.text-right .btn.btn-white:hover {
  background: #f9b92b;
  color: #fff;
}
.text-content-banner.text-right:before {
  left: auto;
  right: 53px;
}
.text-content-banner.text-right:after {
  right: 53px;
  background: #80bb01;
  left: auto;
}
.text-content-banner h6 {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}
.text-content-banner h4 {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 31px;
  position: relative;
  z-index: 1;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
  border-radius: 50% !important;
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center {
  margin-bottom: 29px;
}
.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center .vc_icon_element-inner .vc_icon_element-icon {
  line-height: 90px !important;
  font-size: 47x !important;
}

.vc_icon_element-icon {
  height: 87px;
  width: 87px;
  background: #fff !important;
  border-radius: 50%;
}
.vc_icon_element-icon:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#80bb01), to(#58d9cd));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vc_icon_element-inner {
  position: relative;
  height: 90px !important;
  width: 90px !important;
  border-radius: 50%;
}
.vc_icon_element-inner:hover .vc_icon_element-icon {
  transition: all 0.3s ease-in-out 0s;
  background: #80bb01 !important;
}
.vc_icon_element-inner:hover .vc_icon_element-icon:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vc_icon_element-inner:hover:before {
  transition: all 0.3s ease-in-out 0s;
  background: #80bb01;
}

.vc_icon_element-inner:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  left: 0;
  border-radius: 50%;
  transition: all 0.3s ease-in-out 0s;
  background: linear-gradient(0deg, #58d9cd 0%, #80bb01 100%, #80bb01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$primary_color2", endColorstr="$primary_color",GradientType=1 );
}

.desc-icon h4 {
  color: #282828;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 15px;
}
.desc-icon h4 span {
  font-weight: 700;
}
.desc-icon h4:hover {
  color: #80bb01;
}
.desc-icon p {
  color: #282828;
  font-size: 14px;
}

.text-primary {
  color: #80bb01;
  font-size: 16px;
  line-height: 28px;
  font-style: italic;
  width: 80%;
  margin: 0 auto;
}
.text-primary span {
  font-size: 18px;
  color: #282828;
  font-weight: bold;
  margin-top: 20px;
  display: block;
  font-style: normal;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .countdown-2.countdown-3 .ult_countdown-row .ult_countdown-section .ult_countdown-amount.ult-responsive {
    font-size: 28px !important;
  }
}
@media (min-width: 992px) {
  .countdown-2.countdown-3 .ult_countdown-row {
    box-shadow: none;
    width: auto;
    height: 92px;
    left: 15px;
    right: 15px;
    background: none;
    padding-top: 15px;
    padding-bottom: 15px;
    top: 252px;
    transform: none;
  }
  .countdown-2.countdown-3 .ult_countdown-row:before {
    content: "";
    position: absolute;
    background: #80bb01;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .countdown-2.countdown-3 .ult_countdown-row .ult_countdown-section {
    display: inline-block !important;
    width: 25% !important;
    height: 100% !important;
    float: left !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative;
  }
  .countdown-2.countdown-3 .ult_countdown-row .ult_countdown-section:last-child:before {
    content: none;
  }
  .countdown-2.countdown-3 .ult_countdown-row .ult_countdown-section:before {
    background: #fff;
    content: "";
    right: 0;
    top: 14px;
    opacity: 0.2;
    height: 24px;
    width: 1px;
  }
  .countdown-2.countdown-3 .ult_countdown-row .ult_countdown-section .ult_time-mid {
    background: none !important;
    height: 100% !important;
    width: 100% !important;
    display: block !important;
  }
  .countdown-2.countdown-3 .ult_countdown-row .ult_countdown-section .ult_countdown-amount {
    font-size: 35px !important;
    font-family: Asap !important;
    margin: 0 !important;
    font-weight: 700 !important;
    display: block !important;
    width: 100%;
    text-align: center;
    float: none !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff",GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .countdown-2.countdown-3 .ult_countdown-row .ult_countdown-section .ult_countdown-period {
    color: #fff !important;
    margin-left: 0 !important;
    float: none !important;
    display: block !important;
    width: 100%;
    position: relative !important;
    left: 0 !important;
    top: 5px !important;
    margin-top: 0 !important;
  }
  .countdown-2 .ult_countdown-row {
    padding-top: 21px;
    padding-bottom: 21px;
    height: 295px;
    width: 95px;
    background: #fff;
    display: block;
    position: absolute;
    left: 25px;
    z-index: 99;
    top: 45%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.22);
  }
  .countdown-2 .ult_countdown-row .ult_countdown-section {
    width: 95px !important;
    height: 53px !important;
    float: none !important;
    display: block !important;
    background: none !important;
    font-size: 35px !important;
    font-family: Asap !important;
  }
  .countdown-2 .ult_countdown-row .ult_countdown-section .ult_time-mid {
    width: 95px !important;
    height: 53px !important;
  }
  .countdown-2 .ult_countdown-row .ult_countdown-section .ult_countdown-amount {
    padding-top: 0 !important;
  }
  .countdown-2 .ult_countdown-row .ult_countdown-section .ult_countdown-period {
    font-size: 12px !important;
    color: #343434 !important;
    margin-top: 126px !important;
    text-transform: lowercase;
  }
}
@media (max-width: 991px) {
  .wpb_row .wpb_column .wpb_wrapper .ult_countdown.countdown-2 {
    margin-bottom: 0 !important;
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ult_countdown-row .ult_countdown-section .ult_countdown-period {
    margin-top: 148px !important;
  }
}
@media (min-width: 768px) {
  .icon_box_content.icon_style1:hover .icon_box i:before {
    background: none !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
  }
  .icon_box_content:hover .icon_box_title h3 {
    content: #80bb01;
  }
  .icon_box_content:hover .icon_box {
    transition: all 0.3s ease-in-out 0s;
    background: #80bb01;
  }
  .icon_box_content:hover .icon_box i {
    background: #80bb01;
  }
  .uvc-sub-heading {
    width: 80%;
  }
}
.img-bgs-service {
  position: absolute;
  bottom: 70px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.service-content {
  position: relative;
}
.service-content .service-box {
  border: 1px solid #ebebeb;
  padding: 29px 30px 15px;
}
.service-content .service-box.text-right {
  margin-left: 33px;
}
.service-content .service-box.text-right .service-img {
  right: -15px;
}
.service-content .service-box:hover {
  background: #80bb01;
}
.service-content .service-box:hover .service-desc p,
.service-content .service-box:hover .service-title h4 {
  color: #fff;
}
.service-content .service-box.text-left {
  margin-right: 33px;
}
.service-content .service-img {
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  left: -15px;
}
.service-content .service-img img {
  height: 170px;
}
.service-content .service-title {
  margin-bottom: 10px;
}
.service-content .service-title h4 {
  font-size: 20px;
  color: #282828;
  font-weight: bold;
}
.service-content .service-desc p {
  font-size: 14px;
  color: #282828;
}

.ultimate-map-wrapper.ult-adjust-bottom-margin {
  margin-bottom: 0 !important;
}

.h5-service-abs {
  display: inline-block;
  position: absolute;
  bottom: 64px;
  left: 50%;
  transform: translateX(-50%);
}

.abs-left-1 {
  margin-right: -84px;
}

.abs-right-1 {
  margin-left: -94px;
}

.abs-left-2 {
  margin-right: 22px;
}

.abs-right-2 {
  margin-left: 17px;
}

.abs-left-1 .icon_box_content, .abs-right-1 .icon_box_content {
  margin-bottom: 81px;
}

.abs-left-2 .icon_box_content, .abs-right-2 .icon_box_content {
  margin-bottom: 87px;
}

.img-service-circle {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #ececec;
  position: absolute;
  bottom: 123px;
  left: 50%;
  transform: translateX(-50%);
}
.img-service-circle .vc_single_image-wrapper {
  position: relative;
}
.img-service-circle .vc_single_image-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.13);
  position: absolute;
  top: 0;
  left: 0;
}
.img-service-circle .vc_single_image-wrapper img {
  border-radius: 50%;
}

.box-counter .aio-icon {
  opacity: 0.2;
  position: absolute;
  top: -26px;
  width: 100% !important;
  left: 0;
}
.box-counter .stats-block {
  position: relative;
  z-index: 1;
}

.bg-counter {
  position: relative;
}
.bg-counter:before {
  content: " " !important;
  background: #80bb01;
  opacity: 0.8;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block !important;
}

/*===================================
	3.13 Home 3
===================================*/
.slide-member .slick-list .slick-slide {
  margin: 0;
}

.slide-sale.align-right .vc_single_image-wrapper {
  margin-left: 0;
  margin-right: 78px;
}
.slide-sale.align-right .lable-sale {
  left: auto;
  right: 36px;
  top: -31px;
}
.slide-sale.align-right .lable-sale .text-sale {
  line-height: 20px;
}
.slide-sale.align-right .lable-sale .text-sale span {
  margin-top: 11px;
  display: inline-block;
}
.slide-sale.align-right .lable-sale .text-sale::before {
  right: auto;
  bottom: -19px;
  left: -24px;
  transform: rotate(342deg) skewX(-180deg);
}
.slide-sale.align-right .vc_single_image-wrapper:before {
  content: none;
}
.slide-sale.align-right .slick-slider .slick-dots {
  left: 50%;
  bottom: -83px;
  top: auto;
  transform: translateX(-50%) translateY(0);
}
.slide-sale.align-right .slick-slider .slick-dots li {
  display: inline-block;
  margin: 0 7px;
}

.input.wpcf7-form-control.wpcf7-date {
  min-width: 100% !important;
}

.en_overlay.banner-type1:before {
  opacity: 0.5;
}

.banner-type1 {
  display: table;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner-type1::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
}
.banner-type1:hover:before {
  opacity: 0;
}
.banner-type1.text-left .banner-mid {
  padding-left: 85px;
  padding-right: 30px;
}
.banner-type1 .banner-mid {
  display: table-cell;
  height: 100%;
  position: relative;
  vertical-align: middle;
  width: 100%;
  padding: 0 15px;
}
.banner-type1 .banner-title {
  position: relative;
  padding-top: 3px;
  transition: all 0.3s ease-in-out 0s;
}
.banner-type1 .banner-title h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 8px;
}
.banner-type1 .banner-title h3 {
  color: #fff;
  font-size: 24px;
  margin: 0 auto;
  font-weight: 300;
  text-transform: uppercase;
}
.banner-type1 .btn-plus {
  display: none;
}
.banner-type1 .banner-btn {
  margin-top: 31px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.banner-type1 .banner-btn .btn.btn-default {
  border-color: #fff;
  text-transform: capitalize;
  padding: 16px 36px 13px;
  color: #fff;
}
.banner-type1 .banner-btn .btn.btn-default:hover, .banner-type1 .banner-btn .btn.btn-default:active, .banner-type1 .banner-btn .btn.btn-default:focus {
  border-color: #80bb01;
}

.custom-banner1 .banner-type1.text-left .banner-mid {
  padding-left: 50px;
}

.banner-type2 {
  width: 100%;
  position: relative;
  background: #80bb01;
}
.banner-type2 .banner-mid {
  height: 100%;
  vertical-align: middle;
  width: 100%;
  position: relative;
  padding: 0 15px;
}
.banner-type2 .banner-title {
  position: relative;
  padding-top: 62px;
  padding-bottom: 21px;
  z-index: 2;
}
.banner-type2 .banner-title h2 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
  color: #fff;
  margin-top: -2px;
}
.banner-type2 .banner-title h3 {
  font-weight: 300;
  color: #fff;
  font-size: 24px;
  margin: 0 auto;
  line-height: 37px;
}
.banner-type2 .banner-btn {
  margin-top: 0;
  z-index: 9;
  position: relative;
}
.banner-type2 .banner-btn .btn {
  padding-top: 16px;
  padding-bottom: 14px;
}
.banner-type2 .banner-btn .btn:hover {
  background: #000;
}
.banner-type2 .banner-img {
  position: absolute;
  bottom: -86px;
}

.box-banner-h4 {
  padding: 0 15px !important;
}
.box-banner-h4 .banner-container {
  padding: 15px 0 !important;
}
.box-banner-h4 > .wpb_column.vc_column_container {
  padding: 0 15px !important;
}

.en_overlay.banner-type3:before {
  content: "";
}

.banner-type3 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}
.banner-type3 .banner-mid {
  position: absolute;
  bottom: 45px;
  padding-right: 30px;
  left: 44px;
}
.banner-type3:before {
  transition: all 0.3s ease-in-out 0s;
  content: none;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.2;
  border: 15px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-type3:hover:before {
  transition: all 0.3s ease-in-out 0s;
  opacity: 0.4;
  border-color: rgba(255, 255, 255, 0.3);
}
.banner-type3:hover .banner-btn .btn.btn-noborder {
  color: #80bb01;
}
.banner-type3 .banner-title h2 {
  color: #fff;
  margin-bottom: 8px;
  font-weight: 600;
}

.banner-btn .btn.btn-noborder {
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  font-size: 16px;
  background: none;
  box-shadow: none;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  border: none;
}
.banner-btn .btn.btn-noborder:before {
  content: "\f178";
  position: absolute;
  top: -1px;
  right: -25px;
  font-family: FontAwesome;
}

.active .banner-type4:before {
  opacity: 0.5;
  transform: scale(1);
}
.active .banner-type4 .banner-mid {
  padding-top: 98px;
  padding-bottom: 89px;
  margin-top: 0;
}
.active .banner-type4 .banner-mid:before {
  transform: scale(1);
}

.banner-type4 {
  position: relative;
  background-color: #80bb01;
  margin-top: -117px;
}
.banner-type4.en_overlay:hover:before {
  opacity: 0.5;
  transform: scale(1);
}
.banner-type4:hover .banner-mid:before {
  transform: scale(1);
}
.banner-type4::before {
  background-color: #80bb01;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-position: center center;
  background-size: cover;
  transform: scale(0);
  transition: all 0.3s ease-in-out 0s;
}
.banner-type4 .banner-mid {
  padding: 81px 15px 72px;
  margin-top: 17px;
  transition: all 0.3s ease-in-out 0s;
}
.banner-type4 .banner-mid::before {
  border: 1px solid #fff;
  bottom: 13px;
  content: "";
  left: 13px;
  position: absolute;
  right: 13px;
  top: 13px;
  transform: scale(0);
  transition: all 0.3s ease-in-out 0s;
}
.banner-type4 .banner-title {
  position: relative;
}
.banner-type4 h2 {
  color: #fff;
  line-height: 35px;
  padding-bottom: 5px;
  font-weight: 600;
}
.banner-type4 h3 {
  color: #fff;
  line-height: 37px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
}

.banner-type5:before {
  opacity: 0.3;
}
.banner-type5.text-left .banner-mid {
  bottom: 69px;
  left: 52px;
  padding-right: 15px;
}
.banner-type5.text-right .banner-mid {
  left: auto;
  bottom: 69px;
  right: 48px;
  margin-right: 0;
  padding-right: 0;
  margin-left: 15px;
}
.banner-type5.text-right .banner-mid h2 {
  margin-bottom: 35px;
}
.banner-type5.text-center .banner-mid {
  bottom: auto;
  left: 50%;
  padding: 0 15px 0 50px;
  right: auto;
  top: 50%;
  width: 100%;
  text-align: left;
  transform: translate(-50%, -50%);
}
.banner-type5.text-center .banner-mid .banner-title h3 {
  line-height: 35px;
}
.banner-type5.text-center .banner-mid .banner-title h2 {
  font-size: 45px;
  font-weight: 600;
  font-family: Poppins;
  margin-bottom: 44px;
  margin-bottom: 34px;
}
.banner-type5 .banner-title h2 {
  font-family: Asap;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 44px;
}
.banner-type5 .banner-title h3 {
  color: #fff;
  font-size: 24px;
  line-height: 39px;
  text-transform: uppercase;
}
.banner-type5 .btn {
  min-width: 150px;
}

.align-right .banner-type6.text-right .banner-img {
  padding-right: 29px;
}
.align-right .banner-type6.text-right .banner-title {
  left: 49px;
  top: 106px;
}
.align-right .banner-type6.text-right.text-right .banner-btn {
  bottom: 103px;
}

.align-left .banner-type6 .banner-title {
  top: 73px;
}
.align-left .banner-type6 .banner-btn {
  bottom: 24px;
  left: 105px;
}

.banner-type6 {
  position: relative;
}
.banner-type6.text-left .banner-title {
  left: -50px;
}
.banner-type6.text-right .banner-title {
  left: 35px;
  top: 77px;
}
.banner-type6.text-right .banner-btn {
  left: 117px;
  bottom: 22px;
}
.banner-type6 .banner-title {
  position: absolute;
  top: 102px;
  width: 100%;
}
.banner-type6 .banner-title h3 {
  background: #fff none repeat scroll 0 0;
  clear: left;
  font-size: 20px;
  font-weight: 300;
  float: left;
  text-transform: lowercase;
  padding: 14px 50px 7px 0;
}
.banner-type6 .banner-title h2 {
  font-size: 35px;
  font-weight: 600;
  float: left;
  clear: left;
  text-transform: lowercase;
  background: #fff none repeat scroll 0 0;
  padding: 10px 46px 14px 0;
}
.banner-type6 .banner-btn {
  bottom: 27px;
  left: 35px;
  position: absolute;
  z-index: 1;
}
.banner-type6 .banner-btn .btn.btn-noborder {
  color: #282828;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
}
.banner-type6 .banner-btn .btn.btn-noborder:before {
  content: "\e87a";
  font-family: "Linearicons-Free";
  top: -3px;
  right: -32px;
}
.banner-type6 .banner-btn .btn.btn-noborder:hover {
  color: #80bb01;
}
.banner-type6.banner-content .banner-img {
  overflow: hidden;
  display: inline-block;
}
.banner-type6.banner-content .banner-img img {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.banner-type6.banner-content:hover .banner-img img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}

.slick-counter-slide .slick-arrow {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  bottom: 43px;
  color: #fff;
  font-size: 17px;
  position: absolute;
  right: 80px;
  z-index: 9;
  padding: 0;
}
.slick-counter-slide .slick-arrow:hover {
  color: #80bb01;
}
.slick-counter-slide .slick-arrow.btn-prev {
  right: 50px;
}

.slider-wrap-container .pagingInfo {
  bottom: 80px;
  color: #fff;
  font-family: Poppins;
  font-size: 22px;
  position: absolute;
  right: 63px;
  z-index: 9;
}

.abs-tt-ins {
  position: absolute;
  top: 50%;
  z-index: 99;
  background: #fff;
  left: 50%;
  padding: 80px 100px;
  transform: translateX(-50%) translateY(-50%);
}

.tp-static-layer {
  opacity: 1 !important;
}

.rev_slider_wrapper .custom .tp-bullet {
  background: rgba(34, 35, 36, 0.2) none repeat scroll 0 0;
  height: 10px;
  width: 10px;
}
.rev_slider_wrapper .custom .tp-bullet:hover, .rev_slider_wrapper .custom .tp-bullet.selected {
  background: #80bb01;
  opacity: 1;
}

.max-width {
  max-width: 80%;
  margin: 0 auto;
}

.max-width-3 {
  max-width: 64%;
  margin: 0 auto;
}

.farm_info_list {
  padding-left: 100px;
  padding-right: 100px;
}
.farm_info_list .vc_icon_element {
  margin-bottom: 29px;
}
.farm_info_list h4 {
  font-size: 20px;
  color: #282828;
  padding-bottom: 15px;
}
.farm_info_list h4 span {
  font-weight: 700;
}

.custom-choose .img-abs-center {
  bottom: 45px;
  left: 0;
}
@media (max-width: 1024px) {
  .custom-choose .img-abs-center {
    bottom: 119px;
  }
}

.form-home-1 {
  margin: 0 -15px;
  padding-top: 2px;
}
.form-home-1 .inner-input {
  float: left;
  padding: 0 15px;
  width: 50%;
}
.form-home-1 .inner-input.inner-full {
  width: 100%;
  margin-bottom: 17px;
}
.form-home-1 .wpcf7-form-control.wpcf7-textarea,
.form-home-1 .wpcf7-form-control.wpcf7-text,
.form-home-1 .wpcf7-form-control.wpcf7-select,
.form-home-1 .wpcf7-form-control.wpcf7-date {
  font-size: 15px;
}
.form-home-1 .wpcf7-form-control.wpcf7-textarea:hover,
.form-home-1 .wpcf7-form-control.wpcf7-text:hover,
.form-home-1 .wpcf7-form-control.wpcf7-select:hover,
.form-home-1 .wpcf7-form-control.wpcf7-date:hover {
  box-shadow: 0 0 10px 0 rgba(73, 72, 63, 0.38);
}
.form-home-1 .wpcf7-form-control.btn-primary {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

div.wpcf7-response-output {
  float: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.wpcf7-form {
  position: relative;
  width: 81.5%;
  margin: 0 auto;
}
.wpcf7-form .submit {
  position: relative;
}
.wpcf7-form .submit .ajax-loader {
  position: absolute;
}
.wpcf7-form span.wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: -28px;
}

.form-home-7 {
  margin: 0 -15px;
}
.form-home-7 .inner-input {
  float: left;
  position: relative;
  padding: 0 15px;
  width: 50%;
}
.form-home-7 .inner-input.inner-full {
  width: 100%;
  margin-bottom: 17px;
}
.form-home-7 textarea.wpcf7-form-control {
  height: 99px;
  margin-top: 3px;
}
.form-home-7 .wpcf7-form-control.wpcf7-textarea,
.form-home-7 .wpcf7-form-control.wpcf7-text,
.form-home-7 .wpcf7-form-control.wpcf7-select,
.form-home-7 .wpcf7-form-control.wpcf7-date {
  font-size: 14px;
}
.form-home-7 .wpcf7-form-control.wpcf7-textarea:hover,
.form-home-7 .wpcf7-form-control.wpcf7-text:hover,
.form-home-7 .wpcf7-form-control.wpcf7-select:hover,
.form-home-7 .wpcf7-form-control.wpcf7-date:hover {
  box-shadow: 0 0 10px 0 rgba(73, 72, 63, 0.38);
}
.form-home-7 .wpcf7-form-control.btn-primary {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  width: 292px;
  margin-top: 5px;
}

.lable-sale {
  left: 60px;
  top: -64px;
  position: absolute;
  z-index: 9;
}
.lable-sale .text-sale {
  color: #fff;
  font-weight: 300;
  line-height: 100%;
  display: table-cell;
  height: 128px;
  text-align: center;
  vertical-align: middle;
  width: 182px;
  border-radius: 50%;
  background: #80bb01;
  position: relative;
}
.lable-sale .text-sale::before {
  border-radius: 50%;
  bottom: -27px;
  box-shadow: 25px 8px 0 0 #80bb01;
  -webkit-box-shadow: 25px 8px 0 0 #80bb01;
  -moz-box-shadow: 25px 8px 0 0 #80bb01;
  -ms-box-shadow: 25px 8px 0 0 #80bb01;
  content: "";
  height: 63px;
  position: absolute;
  right: -24px;
  transform: rotate(171deg) skewX(-180deg);
  width: 75px;
  z-index: -1;
}
.lable-sale .text-sale span {
  font-family: Asap;
  font-size: 30px;
  display: block;
  line-height: 34px;
  margin-top: 2px;
  font-weight: 700;
  color: #ffd800;
}

.wpb_revslider_element {
  margin-bottom: 0 !important;
}

.slide-sale .slick-list {
  padding-top: 86px;
}
.slide-sale .vc_single_image-wrapper {
  position: relative;
  margin-top: 20px;
  margin-left: 78px;
}
.slide-sale .vc_single_image-wrapper:before {
  position: absolute;
  content: "";
  opacity: 0.4;
  top: -20px;
  left: 60px;
  right: 39px;
  bottom: 40px;
  border-top: 10px solid #80bb01;
  border-bottom: 10px solid #58d9cd;
  box-sizing: border-box;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  background-size: 10px 100%;
  background-image: linear-gradient(to bottom, #80bb01 0%, #58d9cd 100%), linear-gradient(to bottom, #80bb01 0%, #58d9cd 100%);
}
.slide-sale .slick-slider {
  margin: 0;
}
.slide-sale .slick-slider .slick-dots {
  left: 13px;
  padding: 0;
  position: absolute;
  width: auto;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.slide-sale .slick-slider .slick-dots li {
  margin: 10px 0;
  display: block;
}

.height-524 .vc_column-inner, .height-524 .wpb_wrapper,
.height-524 .ult-content-box-container,
.height-524 .ult-content-box, .height-518 .vc_column-inner, .height-518 .wpb_wrapper,
.height-518 .ult-content-box-container,
.height-518 .ult-content-box {
  height: 100%;
}

.height-524 > .vc_column-inner, .height-518 > .vc_column-inner {
  display: table;
  width: 100%;
}
.height-524 > .vc_column-inner > .wpb_wrapper, .height-518 > .vc_column-inner > .wpb_wrapper {
  display: table-cell;
  vertical-align: middle;
}

.height-518 {
  height: 518px;
}

.height-524 .heading-5 {
  text-align: left;
}
.height-524.wpb_column {
  padding-left: 15px;
  padding-right: 15px;
}
.height-524 .icon_box-container:last-child .icon_box_content.type_2 {
  margin-bottom: 0;
}
.height-524 .type_2.icon_box_content {
  margin-bottom: 27px;
}
.height-524 .type_2.icon_box_content .icon_box i {
  opacity: 0.5;
}
.height-524 .type_2.icon_box_content .icon_box_title h3 {
  padding-top: 2px;
}
.height-524 .type_2.text-center {
  float: none;
  margin-bottom: 20px;
}
.height-524 .type_2.text-center {
  float: right;
}
.height-524 .type_2.text-center .icon_box {
  margin-left: 0;
  margin-right: 25px;
}
.height-524 .type_2.text-center .icon_box_title,
.height-524 .type_2.text-center .icon_box_desc {
  text-align: right;
}

.vc_col-sm-3:last-child .type_2:before,
.vc_col-sm-4:last-child .type_2:before,
.vc_col-md-3:last-child .type_2:before,
.vc_col-md-4:last-child .type_2:before {
  content: none;
}
.vc_col-sm-3 .type_2:before,
.vc_col-sm-4 .type_2:before,
.vc_col-md-3 .type_2:before,
.vc_col-md-4 .type_2:before {
  right: 0;
  top: 0;
  height: 35px;
  opacity: 0.2;
  border-right: 1px solid #fff;
  position: absolute;
  content: "";
}

.type_2 {
  position: relative;
}
.type_2.icon_box_content {
  margin-bottom: 43px;
}
.type_2.icon_box_content.text-center .icon_box {
  float: none;
  vertical-align: middle;
  margin-right: 11px;
}
.type_2.icon_box_content.text-center .icon_box-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.type_2.icon_box_content .icon_box {
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
}
.type_2.icon_box_content .icon_box i {
  line-height: 100%;
  width: 100%;
  height: 100%;
  font-size: 40px;
  background: none !important;
  color: #fff;
  margin: 0;
}
.type_2.icon_box_content .icon_box i::before {
  -webkit-text-fill-color: white;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.type_2 .icon_box_title h3 {
  font-weight: 600;
  margin-top: 0;
  color: #fff;
  font-size: 20px;
}
.type_2 .icon_box_desc {
  padding-top: 2px;
  overflow: hidden;
}
.type_2 .icon_box_desc p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}

.ver-dot-right.ult-carousel-wrapper {
  margin: 0;
  padding: 0;
}
.ver-dot-right .slick-slider {
  margin: 0;
  padding: 52px 0;
}
.ver-dot-right ul.slick-dots {
  left: auto;
  padding-top: 0;
  position: absolute;
  right: 40px;
  top: 50%;
  width: auto;
  bottom: auto;
  padding: 0;
  transform: translateY(-50%);
}
.ver-dot-right ul.slick-dots li {
  display: block;
  margin: 20px 0;
}
.ver-dot-right .lable-sale {
  left: 96px;
  top: 8px;
}

.stats-left {
  padding-left: 75px;
}
.stats-left .aio-icon-left {
  display: table-cell;
  left: 50px;
  opacity: 0.2;
  position: absolute;
  top: -25px;
}

.scroll-down {
  color: #fff;
  position: relative;
  padding-bottom: 10px !important;
}
.scroll-down:before {
  background: url(../images/bg-scroll-down.png) no-repeat;
  top: 100%;
  content: "";
  height: 46px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 10px;
}

.service-container {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.service-container .des-product p {
  margin-bottom: 23px;
}
.service-container .tt-product h5 {
  color: #444;
}

.img-gradient {
  padding: 0 35px;
  position: relative;
}
.img-gradient:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  opacity: 0.5;
  top: 40px;
  bottom: 40px;
  background: linear-gradient(0deg, #58d9cd 0%, #80bb01 100%, #80bb01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$primary_color2", endColorstr="$primary_color",GradientType=1 );
}

.vc_custom_heading.custom-heading {
  font-weight: 600;
}

.custom-heading ~ .aio-icon-component {
  margin-bottom: 14px;
}
.custom-heading ~ .aio-icon-component .aio-icon-title {
  text-transform: uppercase;
  font-weight: 600 !important;
  margin-top: -7px;
}
.custom-heading ~ .aio-icon-component .left-icon .aio-icon-left .aio-icon-img {
  margin-right: 19px;
}

.services-overlay {
  position: relative;
}
.services-overlay::before {
  background: #80bb01;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.need-help .vc_icon_element {
  float: left;
  line-height: 1.425;
  margin-bottom: 0;
  padding-right: 38px;
}
.need-help .vc_icon_element .vc_icon_element-inner:before {
  content: none;
}
.need-help .vc_icon_element .vc_icon_element-icon {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  height: auto;
  width: auto;
  font-size: 100px !important;
}
.need-help .vc_icon_element .vc_icon_element-icon::before {
  -webkit-text-fill-color: #fff;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.need-help .wpb_text_column h2 {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  padding-top: 18px;
  font-family: Asap;
  position: relative;
}
.need-help .wpb_text_column p {
  color: #fff;
  padding-top: 5px;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
}

.stats-block .stats-desc .stats-number {
  font-weight: 400;
}

.wpb_single_image.img-absolute-center {
  bottom: -104px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1;
}

.banner-9 {
  padding-left: 53px;
}
.banner-9 h3 {
  color: #fff;
  padding-bottom: 13px;
  font-size: 35px;
}
.banner-9 h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  padding-bottom: 34px;
}
.banner-9 .btn {
  min-width: 164px;
}

.header-v7 + #main .margin-min {
  margin-top: -71px;
}

.bg-primary.margin-0 {
  transform: translateY(-70px);
}

.vc_row.margin-0 {
  margin: 0 15px;
}

.ult_tabs {
  margin-bottom: 0 !important;
}
.ult_tabs.ult-tab-left .ult_tab_min_contain .ult_tabitemname {
  padding-left: 1px;
}
.ult_tabs .ult_tab_min_contain .ult_tabitemname {
  padding: 50px 50px 30px;
}
.ult_tabs .ult_tab_min_contain .ult_tabitemname .product_layout_grid {
  margin-bottom: 0;
}
.ult_tabs .ult_tabmenu.style1 {
  max-width: 100%;
  background: #f5f5f5;
  padding-left: 8px;
}
.ult_tabs .ult_tabmenu.style1 li.ult_tab_li {
  background: rgba(0, 0, 0, 0) !important;
  border-radius: 0 !important;
  padding: 28px 40px;
}
.ult_tabs .ult_tabmenu.style1 li.ult_tab_li.current a, .ult_tabs .ult_tabmenu.style1 li.ult_tab_li:hover a {
  color: #80bb01 !important;
}
.ult_tabs .ult_tabmenu.style1 li.ult_tab_li.current a:before, .ult_tabs .ult_tabmenu.style1 li.ult_tab_li:hover a:before {
  width: 100%;
}
.ult_tabs .ult_tabmenu.style1 li.ult_tab_li a {
  background: rgba(0, 0, 0, 0) !important;
  padding: 0;
  position: relative;
}
.ult_tabs .ult_tabmenu.style1 li.ult_tab_li a:before {
  position: absolute;
  content: "";
  background: #80bb01;
  width: 0;
  left: 0;
  top: -28px;
  height: 2px;
  transition: all 0.3s ease-in-out;
}
.ult_tabs .product-content .product-image {
  margin-bottom: 5px;
}

.ult-content-box-container .ult_tabs {
  margin-bottom: 0;
}

.ult-box {
  position: relative;
}
.ult-box .banner-type5 {
  width: 390px;
  float: left;
}
.ult-box .banner-type5.text-right {
  float: right;
}
.ult-box.ult-box-right {
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.ult-box.ult-box-right .ult_tabs {
  clear: right;
  float: right;
  width: calc(100% - 390px);
}
.ult-box.ult-box-right .ult_tabs .ult_tab_min_contain .ult_tabitemname {
  padding-left: 3px;
}
.ult-box.ult-box-left {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.ult-box.ult-box-left .ult_tabs {
  clear: left;
  float: left;
  width: calc(100% - 390px);
}
.ult-box.ult-box-left .ult_tabs .ult_tab_min_contain .ult_tabitemname {
  padding-right: 3px;
}

.ult-box-left .see-more {
  right: 440px;
}

.see-more {
  position: absolute;
  right: 50px;
  top: 28px;
}
.see-more a {
  font-size: 16px;
  font-weight: 600;
  color: #80bb01;
}
.see-more a span {
  margin-left: 5px;
}
.see-more a:hover {
  color: #282828;
}

.container-fluid .row.grid_style_4 {
  margin: 0;
}

.form-home-10 .wpcf7-form-control.wpcf7-textarea,
.form-home-10 .wpcf7-form-control.wpcf7-text {
  background: none;
  color: #fff;
  font-size: 15px;
}
.form-home-10 .submit {
  margin-bottom: 0;
  padding-top: 10px;
}
.form-home-10 .submit input.wpcf7-form-control {
  width: 165px;
  background: #fff;
  text-transform: none;
  border-color: #80bb01;
  color: #80bb01;
  font-size: 15px;
  font-weight: 500;
  padding: 14px;
  border-radius: 30px;
}
.form-home-10 .submit input.wpcf7-form-control:hover {
  background: #80bb01;
  color: #fff;
}

.btn-slick-circle.ult-carousel-wrapper {
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}
.btn-slick-circle .slick-arrow {
  width: 50px !important;
  height: 50px !important;
  margin-top: -25px !important;
  border: 1px solid #cdcdcd;
  color: #cdcdcd !important;
}
.btn-slick-circle .slick-arrow:hover {
  border-color: #80bb01;
}
.btn-slick-circle .slick-arrow.slick-prev {
  left: 0 !important;
}
.btn-slick-circle .slick-arrow.slick-prev i:before {
  content: "\e686";
  font-size: 50px;
  font-family: Pe-icon-7-stroke !important;
}
.btn-slick-circle .slick-arrow.slick-next {
  right: 0 !important;
}
.btn-slick-circle .slick-arrow.slick-next i:before {
  content: "\e684";
  font-size: 50px;
  font-family: Pe-icon-7-stroke !important;
}

.nav-page {
  width: 100%;
  float: left;
  padding-top: 54px;
  padding-bottom: 46px;
  position: relative;
}
.nav-page.nav-right {
  padding-right: 35px;
}
.nav-page.nav-right .link-text {
  float: right;
  text-align: right;
}
.nav-page.nav-right .link-icon {
  float: left;
}
.nav-page.nav-left {
  padding-left: 35px;
}
.nav-page.nav-left:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: -15px;
  top: 0;
  background: #f5f5f5;
}
.nav-page.nav-left .link-icon {
  float: right;
}
.nav-page.nav-left .link-text {
  float: left;
}
.nav-page .link-text {
  font-size: 18px;
  color: #282828;
}
.nav-page .link-text span {
  display: block;
  padding-bottom: 2px;
  text-transform: uppercase;
}
.nav-page .link-text strong {
  font-size: 30px;
  font-family: Asap;
}
.nav-page .link-text:hover {
  color: #80bb01;
}
.nav-page .link-icon {
  color: #e1e1e1;
  font-size: 30px;
  padding-top: 6px;
}
.nav-page .link-icon:hover {
  color: #80bb01;
}

.est {
  font-weight: 500;
  text-align: center;
  font-size: 20px;
}

.line-height .arrowpress-heading h2 {
  line-height: normal;
}

.text-story p {
  margin-bottom: 24px;
}

.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after, .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
  border-color: #80bb01;
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panel-body {
  background-color: #fff;
  padding: 26px 20px 10px;
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panel-body .wpb_content_element {
  margin-bottom: 11px;
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panel-body p {
  font-size: 15px;
  line-height: 26px;
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panel-body .read-more > a {
  font-weight: 500;
  color: #80bb01;
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panel-body .read-more > a i {
  margin-left: 9px;
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
  padding: 17px 20px 16px;
  color: #282828;
  font-size: 15px;
  font-weight: 600;
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panel {
  margin-bottom: 10px;
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading, .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panel:hover .vc_tta-panel-heading {
  background-color: #80bb01;
  border-color: #80bb01;
  border-radius: 0;
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a, .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #fff;
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon, .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon {
  background: #fff;
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon:before, .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon:before {
  border-color: #80bb01;
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon:after, .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon:after {
  border-color: #80bb01;
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
  border-radius: 0 !important;
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panel-title .vc_tta-controls-icon {
  background: #80bb01;
  border-radius: 50%;
  height: 14px;
  left: auto;
  right: 19px;
  width: 14px;
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panel-title .vc_tta-controls-icon:before {
  border-color: #fff;
  left: 50%;
  width: 8px;
  transform: translate(-50%, -50%);
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panel-title .vc_tta-controls-icon:after {
  border-color: #fff;
  left: 50%;
  height: 8px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wpb-js-composer .vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  background-color: #fff;
  border-color: #ebebeb;
}

.brand-clients .wpb_single_image {
  border: 1px solid #ebebeb;
  text-align: center;
  padding: 36px 0;
}
.brand-clients .slick-slider {
  margin: 0;
}
.brand-clients.ult-carousel-wrapper {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.tes-3 .slick-slider {
  margin-top: 0;
}
.tes-3.button-slide-tes .slick-dots {
  padding-top: 26px;
}
.tes-3.button-slide-tes .slick-dots li {
  background: #e1e1e1;
}

/*.product-image {
  background-image: url("../images/loader_black.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px auto;
}*/
@media (max-width: 1570px) {
  .bg-choose-h3 .upb_row_bg {
    background-size: 100% !important;
    background-position: left 90px !important;
  }
  .tes_title .tt-big {
    padding: 0;
  }
  .ult_tabs .ult_tabmenu.style1 li.ult_tab_li {
    padding-right: 28px;
    padding-left: 28px;
  }
}
@media (min-width: 1367px) {
  .slide-member .slick-next {
    right: -69px;
  }
  .slide-member .slick-prev {
    left: -69px;
  }
  .box-contact-h5 .wpcf7-form {
    width: 79%;
  }
}
@media (max-width: 1366px) {
  .bg-choose-h3 .upb_row_bg {
    background-size: 108% !important;
    background-position: left 120px !important;
  }
  .slide-member .slick-next {
    right: -15px !important;
  }
  .slide-member .slick-prev {
    left: -15px !important;
  }
  .abs-tt-ins {
    padding: 35px 70px;
  }
  .vc_row.margin-0 {
    margin: 0;
  }
  .ult_tabs .ult_tab_min_contain .ult_tabitemname {
    padding: 30px;
  }
  .container-fluid .row.grid_style_4 {
    margin: 0 -15px;
  }
}
@media (max-width: 1565px) {
  .ult_tabs .woocommerce.columns-5 div.product-grid div.product {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .wpb_column.height-524 {
    padding-left: 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .slick-arrow.slick-next {
    right: 0 !important;
  }
  .slick-arrow.slick-prev {
    left: 0 !important;
  }
  .max-width {
    max-width: 90%;
  }
  .ult_tabs .woocommerce.columns-5 div.product-grid div.product {
    width: 33.33333%;
  }
  .ult_tabs .ult_tabmenu.style1 li.ult_tab_li {
    padding: 28px 25px;
  }
  .banner-type6.text-left .banner-title {
    left: 0;
  }
}
@media (min-width: 1366px) {
  .woocommerce-page.woocommerce-cart .wrapper {
    padding-bottom: 57px;
  }
  .slick-default > button.btn-prev.slick-arrow {
    right: -65px;
  }
  .slick-default > button.btn-next.slick-arrow {
    left: -65px;
  }
}
@media (max-width: 1365px) {
  .see-more {
    right: 50px;
    top: 22%;
  }
}
@media (max-width: 1199px) {
  .layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .product_type_simple .pe-7s-cart,
  .layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .add_to_cart_button .pe-7s-cart {
    line-height: 36px;
  }
  .layout_style_2.layout_style_3 .slick-slider .item .product-content {
    padding: 30px;
  }
  .layout_style_2.layout_style_3 .product_style_2 .product-desc {
    width: 100%;
    padding-left: 0;
  }
  .layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list,
  .layout_style_2.layout_style_3 .product_style_2 .product-image {
    width: 100%;
    float: none;
  }
  .layout_style_2.layout_style_3 .product_style_2 .product-image {
    margin-bottom: 30px;
  }
  .layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .action_item {
    height: auto;
  }
  .layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .product_type_simple,
  .layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .add_to_cart_button,
  .layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .action_item a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50% !important;
    border: 1px solid #ebebeb !important;
  }
  .layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .product_type_simple:hover,
  .layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .add_to_cart_button:hover,
  .layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .action_item a:hover {
    border-color: #80bb01 !important;
  }
  .form-home-1 .inner-input.inner-full .wpcf7-form-control-wrap {
    padding-right: 15px;
  }
  .wpcf7-form-control.wpcf7-date {
    min-width: 100% !important;
    padding: 10px 22px !important;
    line-height: 50px !important;
  }
  .product-categories-shortcode .prd_cat_count .figcaption .cat_link {
    margin: 24px 0 0;
  }
  .abs-left-2 .icon_box_content, .abs-right-2 .icon_box_content,
  .abs-left-1 .icon_box_content, .abs-right-1 .icon_box_content {
    margin-bottom: 60px;
  }
  .recipe-gallery .recipe_body {
    padding: 35px 30px 0;
  }
  .recipe-gallery .recipe_body .recipe_desc {
    padding-top: 20px;
    max-height: 267px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .recipe-gallery .recipe_body h2 {
    max-height: 38px;
  }
  .slide-sale.align-right .vc_single_image-wrapper {
    margin-right: 0;
  }
  .bg-choose-h3 .upb_row_bg {
    background: none !important;
  }
  .farm_info_list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .max-width {
    max-width: 100%;
  }
  .form-home-1 {
    max-width: 100%;
    margin: 0 -15px;
  }
  .banner-type1 .banner-title h2 {
    font-size: 36px;
  }
  .banner-type1 .banner-title h3 {
    font-size: 20px;
  }
  .banner-type1.text-left .banner-mid {
    padding-left: 30px;
  }
  .banner-type6.text-left .banner-title,
  .align-right .banner-type6.text-right .banner-title {
    left: 0;
  }
  .align-right .banner-type6.text-right .banner-btn {
    bottom: 24px;
  }
  .banner-9 {
    padding-left: 0;
  }
  .member-info {
    width: 100%;
  }
  .item-member-content:hover .member-info .member-job {
    margin: 0 15px;
  }
  .wpb_single_image.img-absolute-center {
    bottom: -130px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .our-gallery-sc.filter-container .gallery_header {
    padding-right: 15px;
    width: auto;
  }
  .banner-type2 {
    height: 400px !important;
  }
  .banner-type2 .banner-title h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .instagram-type1 .instagram-content.image_size2 {
    width: 25%;
  }
  .slide-sale .vc_single_image-wrapper {
    margin-left: 0;
  }
  .slide-sale .lable-sale {
    left: 0;
  }
  .product_type_2 .product-entries-wrap .item {
    width: 33.3333%;
  }
  .icon_box_content.text-left .icon_box {
    margin-right: 15px;
  }
  .icon_box_content.text-left h3 {
    font-size: 18px;
    line-height: normal;
  }
  .icon_box_content.text-left p {
    font-size: 14px;
  }
  .ver-dot-right .lable-sale {
    left: 30px;
    top: 0;
  }
  .ult_tabs .woocommerce.columns-5 div.product-grid div.product {
    width: 50%;
  }
  .ult-box .banner-type5 {
    height: 400px !important;
    width: 100%;
    margin-bottom: 30px;
  }
  .ult-box.ult-box-right .ult_tabs,
  .ult-box.ult-box-left .ult_tabs {
    width: 100%;
  }
  .ult_tabs .woocommerce.columns-5 div.product-grid div.product {
    width: 33.3333%;
  }
  .ult-box.ult-box-right .ult_tabs .ult_tab_min_contain .ult_tabitemname,
  .ult-box.ult-box-left .ult_tabs .ult_tab_min_contain .ult_tabitemname {
    padding-left: 0;
    padding-right: 0;
  }
  .ult_tabs .ult_tabmenu.style1 li.ult_tab_li {
    padding: 28px 20px;
  }
  .ult_tabs .ult_tabmenu.style1 li.ult_tab_li span {
    font-size: 18px !important;
  }
  .type_2.text-center .icon_box_title h3 {
    font-size: 16px;
  }
  .icon_box-container .icon_box_content.type_3 {
    padding: 30px 15px;
  }
}
@media (min-width: 992px) {
  .no-margin {
    margin: 0;
  }
  .no-padding {
    padding: 0;
  }
  .no-padding > .vc_row {
    margin: 0;
  }
  .no-padding > .vc_row > .vc_column_container > .vc_column-inner {
    padding: 0;
  }
  .no-padding > .vc_column-inner {
    padding: 0 !important;
  }
  .margin-15 {
    margin: 0 15px;
  }
  .filter-container .gallery_header {
    margin: 0 auto;
    width: 1140px;
  }
  .filter-container .gallery_header .gallery_filter {
    margin: 0 -34px;
    text-align: right;
  }
  .filter-container .gallery_header .button-group {
    padding-bottom: 93px;
    padding-top: 35px;
  }
  .height-524 {
    height: 524px;
  }
}
@media (max-width: 991px) {
  .wpcf7-form {
    width: 100%;
    padding: 0 30px;
  }
  .box-tes-h5 .ult-content-box {
    min-height: 100% !important;
  }
  .icon_box_content.icon_style3.text-right {
    text-align: left;
  }
  .icon_box_content.icon_style3.text-right .icon_box {
    float: left;
    margin-left: 0;
    margin-right: 23px;
  }
  .abs-left-2 .icon_box_content,
  .abs-right-2 .icon_box_content,
  .abs-left-1 .icon_box_content,
  .abs-right-1 .icon_box_content {
    margin-bottom: 40px;
  }
  .img-service-circle {
    position: static;
    width: 100%;
    transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    border: none;
  }
  .img-service-circle img {
    border: 1px solid #ececec;
    border-radius: 50%;
  }
  .abs-left-2,
  .abs-left-1 {
    margin-right: 0;
  }
  .abs-right-2,
  .abs-right-1 {
    margin-left: 0;
  }
  .recipe-gallery .recipe_body h2 {
    max-height: 100%;
  }
  .row.no-margin {
    margin: 0;
  }
  .slick-counter-slide .slick-arrow {
    right: 45px;
    bottom: 15px;
  }
  .slick-counter-slide .slick-arrow.btn-prev {
    right: 15px;
  }
  .slider-wrap-container .pagingInfo {
    bottom: 45px;
    right: 30px;
  }
  .title-abs-insta {
    background: #fff none repeat scroll 0 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 570px;
    z-index: 99;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.31);
  }
  .product-filter-isotope .nav-tabs li a {
    font-size: 14px;
    padding: 10px 14px;
  }
  .layout_style_2 {
    max-width: 100%;
  }
  .layout_style_2 .product_style_2 .product-desc {
    padding-left: 0;
  }
  .instagram-type1 .instagram-content,
  .instagram-type1 .instagram-content.image_size2 {
    width: 33.33333%;
  }
  .box_about .ult-easy-separator-wrapper {
    display: none;
  }
  .max-width {
    max-width: 100%;
  }
  .product_type_2 .product-entries-wrap .item {
    width: 33.33333%;
  }
  .custom-choose .img-abs-center {
    display: none;
  }
  .height-524.wpb_column {
    padding-left: 0;
    padding-right: 0;
  }
  .ult-box .banner-type5 {
    height: 400px !important;
    width: 100%;
    margin-bottom: 30px;
  }
  .ult-box.ult-box-right,
  .ult-box.ult-box-left {
    border: medium none;
  }
  .ult-box.ult-box-right .ult_tabs,
  .ult-box.ult-box-left .ult_tabs {
    width: 100%;
  }
  .ult-box.ult-box-right .ult_tabs .ult_tab_min_contain .ult_tabitemname,
  .ult-box.ult-box-left .ult_tabs .ult_tab_min_contain .ult_tabitemname {
    padding-left: 0;
    padding-right: 0;
  }
  .ult_tabs .woocommerce.columns-5 div.product-grid div.product {
    width: 33.3333%;
  }
  .ult_tabs .ult_tabmenu.style1 li.ult_tab_li {
    padding: 28px 14px;
  }
  .height-518 {
    height: 100%;
  }
  .form-home-10 .submit {
    padding-bottom: 30px;
  }
  .banner-type4 {
    margin-top: 0;
  }
  .banner-type4 .banner-mid {
    margin-top: 0;
  }
  .banner-type4:hover .banner-mid {
    margin-top: 0;
    padding-bottom: 79px;
    padding-top: 79px;
  }
  .active .banner-type4 .banner-mid {
    padding-bottom: 79px;
    padding-top: 79px;
  }
  .banner-type6 .banner-title h2 {
    font-size: 30px;
  }
  .banner-9 h3 {
    font-size: 30px;
  }
  .banner-9 h2 {
    font-size: 42px;
  }
  .see-more {
    position: static;
  }
  .box-pro-h8 .layout_style_2.image_left_pos .product_style_2 .product-content {
    padding: 0 50px 50px;
  }
  .box-pro-h8 .layout_style_2.image_left_pos .product_style_2 .product-image {
    float: none;
    padding-right: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .box-pro-h8 .layout_style_2.image_left_pos .product_style_2 .product-desc {
    padding-left: 0;
    width: 100%;
    padding-top: 0;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .product-content .product-action {
    padding: 13px 10px 12px;
  }
  .product-content .product-action .product_type_simple,
  .product-content .product-action .add_to_cart_button {
    font-size: 14px;
    margin-right: 0;
    padding: 0;
    width: 135px;
  }
  .product-content .product-action .add_to_cart_button,
  .product-content .product-action .product_type_simple,
  .product-content .product-action .action_item {
    padding: 0 5px;
    vertical-align: middle;
    height: 50px;
  }
  .product-content .product-action.product-action-grid .product_type_simple,
  .product-content .product-action.product-action-grid .add_to_cart_button {
    width: 36px;
  }
  .product-content .product-action.product-action-grid .add_to_cart_button,
  .product-content .product-action.product-action-grid .product_type_simple,
  .product-content .product-action.product-action-grid .action_item {
    height: 36px;
  }
  .cross-sells .product-content .product-action .product_type_simple,
  .cross-sells .product-content .product-action .add_to_cart_button {
    height: 36px;
    width: 36px;
  }
}
@media (max-width: 767px) {
  .brand-content .slick-list {
    margin: 0 65px;
  }
  .hermes.tp-bullets {
    display: none !important;
  }
  .rev-btn, .rev-btn:visited {
    font-size: 12px !important;
    padding: 8px 20px !important;
  }
  .woocommerce .cross-sells div.product-grid div.product {
    float: left;
  }
  .box-banner-h4 {
    padding: 0 !important;
  }
  .box-icon-right .icon_box-container:last-child .icon_box_content,
  .box-icon-left .icon_box-container:last-child .icon_box_content,
  .icon_box_content {
    margin-bottom: 30px;
  }
  .box-banner-h4 > .wpb_column.vc_column_container {
    padding: 0s !important;
  }
  .slide-sale.align-right .slick-slider .slick-dots {
    bottom: -50px;
  }
  .instagram-type1 .instagram-content,
  .instagram-type1 .instagram-content.image_size2,
  .product_type_2 .product-entries-wrap .item {
    width: 50%;
  }
  .slide-sale .vc_single_image-wrapper {
    margin-left: 0;
  }
  .lable-sale {
    left: 0;
  }
  .product-filter-isotope .nav-tabs {
    margin: 0 -5px;
    padding-bottom: 50px;
  }
  .product-filter-isotope .nav-tabs li {
    padding: 10px 5px;
    width: 33.3333%;
    float: left;
  }
  .product-filter-isotope .nav-tabs li a {
    padding: 10px 7px;
  }
  .product-content .product-action {
    overflow: visible;
  }
  .product_slide .slick-arrow.btn-next {
    left: 0;
  }
  .product_slide .slick-arrow.btn-prev {
    right: 0;
  }
  .banner-type2 .banner-title h2 {
    margin-top: 10px;
  }
  .abs-tt-ins {
    position: static;
    padding: 0 0 30px 0;
    transform: none;
  }
  .custom-banner1 .banner-type1.text-left .banner-mid {
    padding-left: 30px;
  }
  .member-img {
    text-align: center;
  }
  .nav-page {
    padding-bottom: 0;
  }
  .nav-page.nav-right {
    padding-right: 0;
  }
  .nav-page.nav-left {
    padding-left: 0;
  }
  .nav-page.nav-left:before {
    content: none;
  }
  .box-pro-h8 .layout_style_2.image_left_pos .product_style_2 .product-content {
    padding: 15px;
  }
}
@media (max-width: 600px) {
  .wpcf7-form {
    padding: 0 15px;
  }
  .form-home-7 .inner-input {
    width: 100%;
  }
  .item_testimonial2 {
    width: 100%;
  }
  .instagram-type3 .instagram-content,
  .instagram-type3 .instagram-content.image_size2,
  .instagram-type3 .instagram-content.image_size3,
  .instagram-type3 .instagram-content.image_size5 {
    width: 100%;
  }
  .isotope.col-2.gallery-masonry_2 .item {
    width: 100%;
  }
  .instagram-type1 .instagram-content,
  .instagram-type1 .instagram-content.image_size2,
  .product_type_2 .product-entries-wrap .item {
    width: 100%;
  }
  .product-filter-isotope .nav-tabs li {
    width: 50%;
  }
  .banner-type2 .banner-title h2 {
    margin-top: 10px;
  }
  .slider-for .item_testimonial.text-center {
    padding: 0;
    width: 100%;
  }
  .slick-default.slider-for .btn-slick.slick-arrow {
    top: -30px;
  }
  .layout_style_2.layout_style_5 .product-content .product-action-list {
    padding: 15px;
  }
}
@media (max-width: 1440px) {
  .box-left .wpb_single_image img,
  .box-right .wpb_single_image img {
    max-width: 84%;
  }
  .box-left .wpb_text_column {
    padding: 52px 40px 51px 30px;
  }
  .box-right .wpb_text_column {
    padding: 52px 30px 51px 40px;
  }
  .text-content-banner:before {
    width: calc(100% - 40px);
    left: 40px;
  }
  .text-content-banner:after {
    left: 40px;
  }
  .text-content-banner.text-right:before {
    left: auto;
    right: 40px;
  }
  .text-content-banner.text-right:after {
    right: 40px;
  }
  .form-home-1 {
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .form-home-1 .wpcf7-form-control.wpcf7-select {
    padding-right: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }
  .wpcf7-form .form-home-1 {
    max-width: 100%;
    margin: 0;
  }
  .text-content-banner h6 {
    font-size: 26px;
  }
  .text-content-banner h4 {
    font-size: 36px;
  }
  .layout_style_2.layout_style_3 {
    max-width: 90%;
    margin: 0 auto;
  }
  .layout_style_2.layout_style_3 .slick-slider {
    margin: 0 -15px;
  }
  .layout_style_2.layout_style_3 .slick-slider .item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .layout_style_2.layout_style_3 .slick-arrow.btn-next {
    left: -25px;
  }
  .layout_style_2.layout_style_3 .slick-arrow.btn-prev {
    right: -25px;
  }
  .item-desc > br {
    display: none;
  }
  .align-right .banner-type6.text-right .banner-img {
    padding-right: 0;
  }
  .align-right .banner-type6.text-right .banner-btn {
    bottom: 24px !important;
  }
  .align-left .banner-type6 .banner-btn {
    left: 35px;
  }
  .banner-type6.text-right .banner-title {
    left: 0;
  }
  .banner-type6.text-right .banner-btn {
    left: 35px;
  }
}
@media (min-width: 992px) {
  .footer-v2 .footer-mailchimp {
    margin: 0 auto;
    max-width: 840px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .vc_col-sm-3:nth-child(2) .type_2::before,
  .vc_col-sm-4:nth-child(2) .type_2::before,
  .vc_col-md-3:nth-child(2) .type_2::before,
  .vc_col-md-4:nth-child(2) .type_2::before {
    content: none;
  }
  .col-no-padding .no-padding.vc_col-sm-4 .vc_column-inner {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .recipe-gallery .recipe-image {
    padding-right: 0;
    height: 400px;
    width: 100%;
    overflow: hidden;
  }
  .recipe-gallery .recipe_body {
    padding-bottom: 35px;
    width: 100%;
  }
  .recipe-gallery .recipe_body .recipe_desc {
    max-height: 100%;
    margin-bottom: 0;
  }
  .instagram-type4 .instagram-content {
    width: 50%;
  }
  .instagram-type4 .instagram-content.image_size1 {
    width: 50%;
  }
  .box-icon-right .icon_box_content.text-right {
    text-align: left;
  }
  .box-icon-right .icon_box_content.text-right .icon_box {
    float: left;
    margin-left: 0;
    margin-right: 25px;
  }
  .box-right .ult-content-box,
  .box-left .ult-content-box {
    margin: 0 15px !important;
  }
  .img-bgs-service {
    position: static;
    transform: none;
    margin-top: 40px;
  }
  .service-content .service-box.text-left {
    margin-right: 0;
  }
  .service-content .service-box.text-right {
    margin-left: 0;
  }
  .vc_col-xs-6 .max-width {
    max-width: 100%;
  }
  .member-type2 {
    text-align: center;
  }
  .member-type2 .item-member-content:hover .member-info {
    margin-top: 0;
  }
  .member-type2 .item-member-content:hover .member-info .member-name h4,
  .member-type2 .item-member-content:hover .member-info .member-job p {
    color: #282828;
  }
  .member-type2 .member-info {
    margin-top: 0;
    height: 100%;
  }
  .member-type2 .member-info .member_social {
    margin-bottom: 0;
  }
  .member-type2 .member-info .member_social:before {
    content: none;
  }
  .member-type2 .member-info .member_social ul li a {
    color: #282828;
  }
  .member-type2 .member-info .member_social ul li a:hover {
    color: #80bb01;
  }
}
@media (max-width: 767px) {
  .vc_row.no-margin {
    margin: 0 -15px;
  }
  .recipe-gallery.arrows-custom .slick-arrow.btn-prev {
    left: auto;
    right: 110px;
    top: auto;
    bottom: 24px;
  }
  .recipe-gallery.arrows-custom .slick-arrow.btn-next {
    right: 50px;
    left: auto;
    top: auto;
    bottom: 24px;
  }
  .recipe-gallery .recipe_body {
    padding-bottom: 70px;
  }
  .layout_style_2 {
    margin-bottom: 60px !important;
  }
  .img-abs-center {
    display: none;
  }
  .service-content .service-box.text-right {
    text-align: left;
  }
  .ult-carousel-wrapper.slide-sale {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .vc_col-sm-3 .type_2::before,
  .vc_col-sm-4 .type_2::before,
  .vc_col-md-3 .type_2::before,
  .vc_col-md-4 .type_2::before {
    content: none;
  }
  .ver-dot-right .lable-sale {
    left: 0;
    top: 0;
  }
  .banner-type2 .banner-title h2 {
    font-size: 32px;
  }
  .vc_col-sm-4:last-child .icon_box-container:last-child .icon_box_content.icon_style4 {
    margin-bottom: 0;
  }
  .ult_tabs .woocommerce.columns-5 div.product-grid div.product {
    width: 50%;
  }
  .ult_tabs .ult_tabmenu.style1 li.ult_tab_li span {
    font-size: 16px !important;
  }
  .banner-type6 {
    text-align: left;
  }
  .wpb_single_image.img-absolute-center {
    bottom: -130px;
  }
  .height-518 .wpcf7-form {
    padding: 0;
  }
  .height-518 .wpcf7-response-output {
    margin-bottom: 30px !important;
  }
  .member-type1 .member-info {
    padding: 40px 0;
  }
}
@media (max-width: 600px) {
  .form-home-7 .wpcf7-form-control.btn-primary {
    width: auto;
  }
  .offer-container .ult-content-box {
    min-height: 100% !important;
  }
  .offer-container .wpb_text_column {
    padding: 50px 25px 50px 30px;
  }
  .instagram-type4 .instagram-content {
    width: 100%;
  }
  .instagram-type4 .instagram-content.image_size1 {
    width: 100%;
  }
  .wpcf7-form .form-home-1 .inner-input {
    padding: 0;
    width: 100%;
  }
  .layout_style_2 .product_style_2 .product-content .product-action-list .action_item a {
    font-size: 18px;
  }
  .ult_tabs .ult_tabmenu.style1 {
    padding-left: 0;
  }
  .ult_tabs .ult_tabmenu.style1 li.ult_tab_li {
    float: none;
    padding: 8px 14px;
    width: 100%;
  }
  .ult_tabs .ult_tabmenu.style1 li.ult_tab_li a {
    white-space: normal;
  }
}
@media (max-width: 500px) {
  .ult_tabs .woocommerce.columns-5 div.product-grid div.product {
    width: 100%;
  }
  .banner-type5.text-center .banner-mid .banner-title h2 {
    font-size: 38px;
  }
  .banner-type5 .banner-title h2 {
    font-size: 42px;
    margin-bottom: 25px;
  }
  .banner-type5.text-right .banner-mid {
    right: 30px;
    bottom: 30px;
  }
  .banner-type5.text-left .banner-mid {
    left: 30px;
    bottom: 30px;
  }
  .btn-slick-circle.ult-carousel-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .btn-slick-circle.ult-carousel-wrapper .slick-arrow.slick-prev {
    left: 15px !important;
  }
  .btn-slick-circle.ult-carousel-wrapper .slick-arrow.slick-next {
    right: 15px !important;
  }
}
@media (max-width: 480px) {
  .banner-type3 .banner-mid {
    left: 30px;
  }
  .need-help .vc_icon_element {
    float: none;
  }
  .recipe-gallery.arrows-custom .slick-arrow.btn-prev {
    left: 25px;
    right: auto;
    bottom: 0;
  }
  .recipe-gallery.arrows-custom .slick-arrow.btn-next {
    bottom: 0;
    right: 25px;
  }
  .recipe-gallery .recipe-image {
    height: 100%;
  }
  .recipe-gallery .recipe-content {
    border: none;
    padding: 0;
  }
  .slide-sale.align-right .lable-sale {
    right: 0;
  }
  .icon_box_content.icon_style2 {
    margin-bottom: 20px;
  }
  .arrowpress-heading.heading-5 .small-title p:before {
    left: -35px;
  }
  .arrowpress-heading.heading-5 .small-title p:after {
    right: -35px;
  }
  .icon_box_content.icon_style2 .icon_box_title h3 {
    line-height: 22px;
  }
  .icon_box_content.icon_style2.text-left .icon_box {
    margin-right: 15px;
  }
  .lable-sale .text-sale {
    height: 90px;
    width: 140px;
    line-height: 24px;
  }
  .slide-sale .slick-list {
    padding-top: 65px;
  }
  .product-content .product-action-list .product_type_simple,
  .product-content .product-action-list .add_to_cart_button,
  .product-content .product-action-list .action_item {
    padding: 0 1px;
  }
  .text-content-banner h4 {
    font-size: 30px;
  }
  .product-content .product-action-list .product_type_simple,
  .product-content .product-action-list .add_to_cart_button {
    margin-right: 2px;
  }
  .layout_style_2 {
    margin-bottom: 25px !important;
  }
  .arrowpress-heading h3 {
    font-size: 36px !important;
  }
  .arrowpress-heading.heading-5 .small-title p {
    font-size: 16px;
  }
  .ult_countdown-row .ult_countdown-section {
    height: 60px !important;
    margin-right: 5px !important;
    width: 72px !important;
    padding: 0 5px !important;
  }
  .ult_countdown-row .ult_countdown-section .ult_time-mid {
    height: 58px !important;
    width: 58px !important;
  }
  .ult_countdown-row .ult_countdown-section .ult_countdown-amount {
    font-size: 25px !important;
    padding-top: 8px !important;
  }
  .ult_countdown-row .ult_countdown-section .ult_countdown-period {
    margin-left: 7px !important;
    margin-top: 121px !important;
  }
  .banner-type2 .banner-img {
    bottom: -40px;
  }
  .banner-type2 .banner-title h2 {
    font-size: 26px;
  }
  .slide-sale .slick-slider .slick-dots {
    left: 0;
  }
  .slide-sale .vc_single_image-wrapper::before {
    background-size: 5px 100%;
    border-bottom-width: 5px;
    border-top-width: 5px;
    bottom: 10px;
    left: 20px;
    right: 0;
    top: -20px;
  }
  .icon_box_content.text-left .icon_box {
    margin-right: 15px;
  }
  .height-524 .type_2.icon_box_content .icon_box_title h3 {
    font-size: 20px;
    padding-bottom: 5px;
  }
  .banner-type6 .banner-title h2 {
    font-size: 24px;
  }
  .banner-type6 .banner-title h3 {
    font-size: 18px;
  }
  .banner-type6 .banner-btn {
    left: 15px;
  }
  .align-left .banner-type6 .banner-btn,
  .banner-type6.text-right .banner-btn {
    left: 15px;
  }
  .banner-9 h2 {
    font-size: 32px;
  }
  .banner-9 h3 {
    font-size: 24px;
  }
  .heading-5 h2 {
    font-size: 30px !important;
  }
  .ult_tabs .ult_tabmenu.style1 li.ult_tab_li span {
    padding: 10px 0px;
  }
}
@media (max-width: 375px) {
  .custom-heading ~ .aio-icon-component .left-icon .aio-icon-left .aio-icon-img {
    font-size: 70px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .layout_style_2.image_left_pos .product_style_2 .product-image {
    width: 100%;
    text-align: left;
    padding-right: 0;
  }
  .layout_style_2 .product_style_2 .product-content {
    padding: 30px 15px;
  }
  .title_box_banner_top {
    font-size: 24px !important;
    margin-bottom: 15px;
  }
  .title_box_banner {
    font-size: 36px !important;
  }
  a.ubtn-link {
    padding-left: 0;
  }
  .ultbox_tabs_style2 .ult_tabs .ult_tabmenu.style1 li.ult_tab_li {
    padding: 19px 8px;
  }
}
/*===================================
	3.14 Error Page
===================================*/
.error404 .side-breadcrumb {
  display: none;
}
.error404 .side-breadcrumb + .wrapper {
  padding-top: 0;
}
.error404 .footer {
  padding-top: 0 !important;
  position: relative;
}

#error-page {
  max-width: none;
  padding: 0;
  margin: 0 !important;
}

.page-404 {
  background-size: cover;
  margin: 0 -15px;
  position: relative;
  vertical-align: middle;
}
.page-404 .page-404-container {
  color: #282828;
}
.page-404 .content404 {
  top: 40%;
  width: 100%;
  text-align: center;
  font-size: 24px;
  padding-top: 0;
  letter-spacing: 1.5px;
  position: absolute;
  transform: translateY(-50%);
}
.page-404 .content404 h1 {
  color: #282828;
  font-size: 150px;
  font-family: Asap;
  font-weight: bold;
}
.page-404 .content404 p {
  font-size: 30px;
  color: #282828;
  font-weight: lighter;
  line-height: 34px;
}
.page-404 .content404 .btn.btn-primary {
  margin-top: 33px;
  padding: 14px 85px 14px 86px;
  letter-spacing: 0px;
}
.page-404 .content404 .btn.btn-primary > i {
  margin-left: 17px;
}

.page-template-coming-soon footer, #error-page footer {
  padding-top: 0;
}

.page-coming-soon {
  margin: 0 -15px;
  position: relative;
  min-height: 500px;
}
.page-coming-soon .coming-soon-container {
  position: relative;
  min-height: 500px;
}
.page-coming-soon .coming-soon {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
  padding-top: 150px;
  right: 0;
  left: 0;
}
.page-coming-soon .coming-clock, .page-coming-soon .coming-title {
  display: inline-block;
  vertical-align: middle;
}
.page-coming-soon .coming-title {
  text-transform: uppercase;
  font-size: 35px;
  text-align: left;
  width: 40.4%;
  /* max-width: 512px; */
  padding-left: 54px;
  padding-right: 52px;
  border-right: 1px solid #fff;
  padding: 9px 25px 9.2px 74px;
}
.page-coming-soon .coming-title h3 {
  color: #d19f68;
  font-size: 35px;
}
.page-coming-soon .coming-title h2 {
  font-size: 67px;
  font-weight: bold;
  color: inherit;
  margin-top: 5px;
  letter-spacing: -3px;
}
.page-coming-soon .coming-clock {
  width: 59%;
}
.page-coming-soon .coming-timer {
  font-family: Poppins;
  position: relative;
  display: inline-block;
  line-height: 100%;
  margin-left: 1px;
  margin-top: -4px;
}
.page-coming-soon .coming-timer > span:first-child {
  font-size: 80px;
  font-weight: 300;
  line-height: 100%;
}
.page-coming-soon .coming-timer > span:last-child {
  font-size: 128px;
  font-weight: bold;
  position: absolute;
  opacity: 0.1;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding-right: 55px;
  top: 45%;
  line-height: 100%;
}
.page-coming-soon .coming-timer:after {
  content: ":";
  font-size: 80px;
  font-family: inherit;
  font-weight: 300;
  padding: 0 22px 0 21px;
}
.page-coming-soon .coming-timer:last-child:after {
  display: none;
}
.page-coming-soon .coming-timer:last-child > span:last-child {
  padding-right: 0;
}
.page-coming-soon .coming-subcribe {
  margin-top: 47px;
}
.page-coming-soon .mc4wp-form {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.page-coming-soon .mc4wp-form input[type=submit] {
  margin-top: 11px;
  background: #80bb01;
  font-family: Poppins;
  text-transform: uppercase;
  padding: 13px 87px 15px 60px;
  text-align: left;
  color: #000;
  transition: all 0.5s ease;
  border-radius: 50px;
}
.page-coming-soon .mc4wp-form input[type=submit]:hover {
  background: #000;
  color: #fff;
}
.page-coming-soon .mc4wp-form p.submit {
  position: relative;
  max-width: 204px;
  margin: 0 auto;
}
.page-coming-soon .mc4wp-form p.submit:hover:after {
  color: #fff;
}
.page-coming-soon .mc4wp-form p.submit:after {
  content: "\f003";
  font-family: FontAwesome;
  font-size: 14px;
  color: #000;
  position: absolute;
  top: 36%;
  right: 50px;
  pointer-events: none;
}
.page-coming-soon .mc4wp-form-fields > label:first-child {
  display: none;
}
.page-coming-soon .mc4wp-form-fields label.title-2 {
  display: none;
}
.page-coming-soon input[type=email], .page-coming-soon input[type=text] {
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  padding: 14px 26px 14.9px;
  font-size: 14px;
  height: 50px;
}

.hide_footer footer {
  display: none !important;
}

.ult_tabcontent.ult-responsive.style1 {
  overflow: visible !important;
}

.mc4wp-error:before {
  top: 11px;
}
.mc4wp-error > p {
  margin-bottom: 4px;
}

@media (min-width: 1506px) {
  .page-coming-soon .coming-soon {
    padding-top: 123px;
  }
  .page-404 .content-404 .title404 {
    font-size: 12.3px;
  }
  .page-coming-soon .coming-subcribe {
    margin-top: 49px;
  }
}
@media (min-width: 1200px) {
  .ie-11 .heading404 {
    margin-bottom: 0;
  }
  .page-404 {
    height: 532px;
  }
  .title404 {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
  }
}
@media (max-width: 1200px) {
  .page-coming-soon .coming-soon {
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  .page-coming-soon .coming-title {
    padding: 15px 52px 12px 52px;
  }
  .page-coming-soon .coming-title h3 {
    font-size: 30px;
  }
  .page-coming-soon .coming-title h2 {
    font-size: 50px;
  }
  .page-coming-soon .coming-clock {
    padding: 0 30px;
  }
  .page-coming-soon .coming-timer > span:first-child {
    font-size: 44px;
  }
  .page-coming-soon .coming-timer > span:last-child {
    font-size: 47px;
  }
  .page-coming-soon .coming-timer:after {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .page-404 .content404 {
    font-size: 20px;
  }
  .page-404 .content404 .btn.btn-primary {
    padding: 14px 30px;
  }
  .page-coming-soon .coming-clock {
    width: 100%;
  }
  .page-coming-soon .coming-title {
    width: 100%;
    padding: 15px 30px 12px 30px;
    border: none;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-coming-soon .coming-timer > span:last-child {
    font-size: 78px;
  }
}
@media (max-width: 767px) {
  .page-404 .content404 {
    font-size: 14px;
    letter-spacing: 1.5px;
    padding: 20px 15px 0;
  }
  .page-404 .content404 .btn.btn-primary {
    letter-spacing: 0;
    margin-top: 13px;
    padding: 14px 30px;
  }
  .page-404 svg {
    transform: translateY(-46px);
  }
  .page-404 .title404 {
    font-size: 12.8px;
  }
  .page-404 .content404 p {
    font-size: 16px;
    line-height: 25px;
  }
  .page-coming-soon .coming-clock, .page-coming-soon .coming-title {
    width: 100%;
    margin-top: 15px;
    padding: 0 15px;
    text-align: center;
    border: none;
  }
  .page-coming-soon .coming-soon {
    padding-top: 101px;
    height: 100%;
    top: 0;
    transform: none;
    position: relative;
  }
  .page-coming-soon .coming-title h2 {
    font-size: 40px;
  }
  .page-coming-soon .coming-timer > span:first-child {
    font-size: 30px;
  }
  .page-coming-soon .coming-timer:after {
    font-size: 30px;
    padding: 0 15px 0 15px;
  }
  .page-coming-soon .coming-timer span:last-child {
    font-size: 55px;
    padding-right: 35px;
  }
  .page-coming-soon .mc4wp-form {
    padding: 0 15px;
  }
  .gallery_sort .title-portfolio.item {
    display: table;
  }
  .title-portfolio,
  .gallery-masonry_2 .btn-viewmore {
    height: auto;
  }
  .title-portfolio .btn,
  .gallery-masonry_2 .btn-viewmore .btn {
    display: block;
  }
  .title-portfolio .btn i,
  .gallery-masonry_2 .btn-viewmore .btn i {
    margin-bottom: -6px;
  }
  .title-portfolio .title-left {
    padding: 6px 15px 10px 40px;
    display: table-cell;
  }
  .title-portfolio .title-left:before {
    background: none;
    font-size: 23px;
    left: 6px;
  }
  .title-portfolio .title-left h2 {
    font-size: 22px;
  }
  .title-portfolio .title-left h3 {
    font-size: 18px;
  }
}
/*===================================
	4.0 Theme Responsive
===================================*/
@media (max-width: 1820px) {
  .box-services .icon-box-container {
    width: 50%;
  }
}
@media (max-width: 1686px) {
  .service-h1.vc_row {
    background-position: -50% 0 !important;
  }
}
@media (max-width: 1570px) {
  .box_about .ult-easy-separator-wrapper .ult-easy-separator-img {
    max-width: 340px;
  }
  .box-text.type-4 {
    margin-left: 90px;
  }
  .block-service-right > .vc_column-inner {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .service-h1 .upb_row_bg {
    left: -458px !important;
  }
  .box-services .icon-box-container {
    padding-right: 50px;
  }
  .service-h1.vc_row {
    background-position: -70% 0 !important;
  }
  .pos-bg1.vc_row {
    background-size: 50% !important;
  }
  .box-text.type1 img {
    padding-bottom: 186px;
  }
  .vc_row.bg-box-text {
    background-position: 150% 0 !important;
  }
}
@media (max-width: 1366px) {
  .service-h1.vc_row {
    background-position: -80% 0 !important;
  }
  .box-text.type1 img {
    padding-bottom: 80px;
  }
  .widget_post_blog .blog-post-info .blog-time p {
    line-height: 18px;
  }
  .widget_post_blog .blog-img + .blog-post-info {
    margin-top: 0;
  }
}
@media (max-width: 1280px) {
  .action_item_box {
    border-left: 0;
    padding-left: 0;
  }
  .box-text.type1 img {
    padding-bottom: 40px;
  }
  .service-h1.vc_row {
    background-position: -100% 0 !important;
  }
}
@media (min-width: 1199px) {
  .box-order .info-book {
    padding-right: 44px;
  }
  .box-order .info-time {
    padding-left: 91px;
  }
  .box-scheduce {
    padding-right: 47px;
  }
  .icon_box_content.type_1.icon_box_3.text-right {
    margin-right: 5px;
  }
  .icon_box_content.type_1.icon_box_3.text-left {
    margin-left: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-item.col-md-3 {
    width: 33.33%;
  }
  .info .summary .add-to:last-child, #yith-quick-view-content .summary .add-to:last-child {
    right: 0;
  }
  .product_list_widget .product-content .product-title {
    font-size: 12px;
  }
  .info .summary .add-to-cart, #yith-quick-view-content .summary .add-to-cart {
    width: 130px;
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .block-icon .icon_box-container {
    width: 33.33%;
  }
  .block-icon .icon_box-container:after {
    width: calc(100% - 68px);
    height: 1px;
    content: "";
    background: rgba(235, 235, 235, 0.2);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .box-pro-h8 .box_farm_deal .countdown-2 .ult_countdown-row {
    margin-left: 30px !important;
  }
  .box_contact .ult-content-box::before, .box_contact .ult-content-box::after {
    width: 40%;
  }
  .banner_fresh_box .wpb_single_image.vc_align_right img {
    max-width: 745px;
  }
  .product_listing .woocommerce.columns-4 div.product-grid div.product {
    width: 25%;
  }
  .ultbox_tabs_style2 .arrowpress-products {
    width: 100%;
  }
  .hidden-1200 {
    display: none;
  }
  .vc_row.bg-box-text {
    background-position: 100% 100% !important;
    background-size: 65% !important;
  }
  .box-text.type-4 {
    margin-left: 67px;
  }
  .bg-box-text .upb_row_bg {
    left: 45% !important;
  }
  .list_add_to_cart a::after {
    height: 0;
  }
  .action_item.compare_product {
    padding: 0 5px;
  }
  .stats-left {
    padding-left: 60px;
  }
  .slick-next {
    right: 0 !important;
  }
  .slick-prev {
    left: 0 !important;
  }
  .box-text.type1 img {
    padding-bottom: 0;
  }
  .text-space {
    display: none;
  }
  .service-h1.vc_row {
    background: none !important;
  }
  .woocommerce.columns-4 div.product-grid div.product {
    width: 33.33%;
  }
  .box-services .icon-box-container {
    padding-right: 30px;
  }
  .member-info {
    background-size: 107%;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .uavc-list-icon .uavc-list > li {
    margin-right: 43px !important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .list-item-info .info-time .list-items-time li p {
    width: 55%;
  }
  .list-item-info .info-time .list-items-time li span {
    width: 45%;
  }
  .widget.widget_arrowpress_instagram_feed .instagram-gallery .instagram-img {
    margin-left: 3px;
    margin-right: 3px;
  }
}
@media (max-width: 1024px) {
  .footer-social li a {
    margin-right: 15px;
  }
  .footer-v9 .footer-newsletter .mc4wp-form-fields {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .arrow_style2 .slick-default > button.btn-next.slick-arrow {
    left: 0;
  }
  .arrow_style2 .slick-default button.btn-prev.slick-arrow {
    left: 39px;
  }
}
@media (min-width: 992px) {
  .contact-form2 > p {
    padding-left: 11px;
    padding-right: 19px;
  }
  .info-book .btn {
    padding: 15px 51px;
  }
  .info-book .btn.btn-icon i {
    margin-left: 14px;
  }
  .left-sidebar {
    float: left;
  }
  .f-right {
    float: right;
  }
}
@media (max-width: 991px) {
  .product_listing .woocommerce.columns-4 div.product-grid div.product {
    width: 50%;
  }
  .box_farm_deal .countdown-2 {
    display: none !important;
  }
  .banner_fresh_box .wpb_single_image.vc_align_right img {
    max-width: 550px;
  }
  .left_footer {
    padding-bottom: 20px;
  }
  .post-single.single-4 .blog-post-title {
    padding-left: 0;
    padding-bottom: 40px;
  }
  .post-single.single-4 .blog-info .blog-date {
    position: relative;
    top: 0;
    margin-right: 20px;
  }
  .box-scheduce {
    margin-bottom: 80px;
  }
  .img_single_row2 {
    padding-bottom: 20px;
  }
  .woocommerce .side-breadcrumb + .wrapper {
    padding-top: 40px;
  }
  .vc_row.bg-box-text {
    background-image: none !important;
  }
  .block-text .text-content p br {
    display: none;
  }
  .bg-abs-top4 {
    top: -75px;
    right: -100px;
  }
  .bg-abs-top4.wpb_single_image img {
    max-width: 80%;
  }
  .bg-box-text .upb_row_bg {
    background: none !important;
  }
  .box-member.our-team-2 .member-type1 {
    width: 50%;
  }
  .footer-v6 .footer-social {
    padding-left: 15px;
  }
  .comment-textarea {
    width: 100%;
  }
  .box-text.type-4 {
    margin-left: 15px;
  }
  .gallery-masonry_3 .image_size, .gallery-masonry_3 .image_size1 {
    width: 50%;
  }
  .gallery-masonry_3 .image_size2 {
    width: 25%;
  }
  .brand-content .slick-list {
    margin: 0 45px;
  }
  .slick-next {
    right: 0 !important;
  }
  .box-text.type2 {
    padding-right: 0;
  }
  .box-scheduce-content .list-items-time {
    margin-right: 0;
  }
  .pos-bg1.vc_row {
    background: none !important;
  }
  .info-form {
    width: 100%;
  }
  .member-info {
    background-size: 100%;
    margin-top: -55px;
  }
  .bg-abs-top2,
  .bg-abs-top {
    display: none;
  }
  .box-order .info-book {
    float: left;
    margin-top: 20px;
  }
  .woocommerce.columns-4 div.product-grid div.product {
    width: 50%;
  }
  .isotope.col-4 .item, .gallery_col4 > .isotope-item {
    width: 33.33%;
  }
  .wpb_single_image.vc_align_right.img-service {
    text-align: left;
  }
  .widget_post_blog ul li.blog-item {
    width: 100%;
  }
  .post-single .commentlist,
  .post-single .share-links {
    margin-bottom: 10px;
  }
  .post-single {
    margin-bottom: 0;
  }
  .active-sidebar .widget:last-child {
    margin-bottom: 0;
  }
  .paginationtype-2 {
    margin-bottom: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_list_widget .product-content .product-title {
    line-height: 15px;
  }
}
@media (min-width: 768px) {
  .slick-slider .animated, .ult_tabs .animated {
    visibility: visible;
  }
  .uavc-list-icon .uavc-list > li .uavc-list-desc {
    width: 100%;
    text-align: center;
    display: block;
  }
  .uavc-list-icon .uavc-list > li .ult-just-icon-wrapper:hover {
    background: #d19f68;
  }
  .uavc-list-icon .uavc-list > li .ult-just-icon-wrapper:hover .aio-icon {
    color: #000 !important;
  }
  .icon_box_content:hover .icon_box {
    transition: all 0.3s ease-in-out 0s;
    background: #80bb01;
    border-color: #fff;
    color: #000 !important;
  }
  .icon_box_content:hover .icon_box:before, .icon_box_content:hover .icon_box:after {
    background: #ebebeb;
  }
  .slick-slide:hover .member-img img {
    transition: all 0.3s ease-in-out 0s;
    filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -o-filter: grayscale(0%);
  }
  .no-padding-right.vc_column_container > .vc_column-inner {
    padding-right: 0 !important;
  }
  .no-padding-left.vc_column_container > .vc_column-inner {
    padding-left: 0 !important;
  }
  .member-type1 .item-member-content:hover .member-img img {
    filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -o-filter: grayscale(0);
  }
}
@media (max-width: 767px) and (min-width: 530px) {
  .widget.widget_arrowpress_instagram_feed .instagram-gallery .instagram-img {
    height: 150px;
  }
  .info .quantity, #yith-quick-view-content .quantity {
    margin-bottom: 20px;
  }
  .woocommerce.post-type-archive-product div.product-grid div.product {
    width: 50%;
  }
}
@media (max-width: 530px) {
  .woocommerce.post-type-archive-product div.product-grid div.product {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .block-icon .icon_box-container {
    width: 50%;
  }
  .ultbox_tabs_style2 .ult_tabs .ult_tabmenu.style1 li.ult_tab_li {
    width: auto;
  }
  .woocommerce.columns-3 div.product-grid div.product {
    width: 50%;
  }
  .payment {
    float: left;
    text-align: left;
  }
  .banner_fresh_box .wpb_single_image.vc_align_right {
    top: auto;
    bottom: 0;
  }
  .banner_fresh_box .wpb_single_image.vc_align_right img {
    max-width: 350px;
  }
  .footer-menu-list > div {
    padding-bottom: 15px;
  }
  .category #main + .vc_row {
    margin-top: 50px;
  }
  .list_s3 .blog-content {
    padding: 10px 15px 20px;
  }
  .list_s3 .blog-content .post-name a {
    font-size: 20px;
  }
  .side-breadcrumb.type-2 .breadcrumb {
    text-align: center;
  }
  .side-breadcrumb.type-2 .breadcrumb li:last-child:before {
    content: none;
    float: left;
    width: 100%;
  }
  .ult_countdown-div, .countdown_home4 .info-book, .text_countdown {
    padding-left: 15px;
    color: #fff;
  }
  .info .summary .add-to {
    top: -57px;
  }
  .blog-post-title {
    padding: 16px 0 10px;
  }
  .custom_filter .button-group .inline-block {
    border: none;
    float: none;
    margin: 1%;
    padding: 6px;
    text-align: center;
    width: auto;
  }
  .box-member .member-type1 {
    width: 50%;
  }
  .box-text.type-4 {
    margin-left: 0;
  }
  .gallery-masonry_3 .image_size2 {
    width: 50%;
  }
  .woocommerce div.product-grid div.product {
    width: 50%;
  }
  .woocommerce-ordering label {
    display: none;
  }
  .woocommerce-ordering {
    margin-left: 10px;
  }
  .select-tooltbars select {
    width: 154px;
  }
  .box-text.type3 .box-title p {
    font-size: 60px;
  }
  .banner-type2 .banner-title h2 {
    font-size: 35px;
    letter-spacing: 0;
    line-height: 42px;
  }
  .banner-type2 .banner-mid::before {
    margin: 20px;
  }
  .img-service {
    width: 100%;
  }
  .img-service.wpb_single_image .vc_single_image-wrapper, .img-service.wpb_single_image img, .img-service.wpb_single_image .vc_figure {
    width: 100%;
  }
  .button-group .inline-block:before {
    content: none !important;
  }
  .gallery_filter {
    padding: 0 15px;
  }
  .product-content .product-action {
    visibility: visible;
    opacity: 1;
    left: 0;
    bottom: -10px;
    position: static;
  }
  .filter_count_view {
    text-align: left;
    display: block;
    margin-top: 10px;
  }
  .product-content .product-image:before {
    content: none;
  }
  .tp-caption {
    letter-spacing: 0 !important;
  }
  .gallery_sort .item {
    clear: both;
    float: left;
    display: inline-block;
  }
  .animated {
    visibility: visible;
  }
  .animated,
  .amimated.fadeInLeft,
  .amimated.fadeInRight,
  .animated.fadeInUp {
    animation: none !important;
  }
  .preloader .loader,
  .preloader {
    display: none;
  }
  .block-service-right .baber-heading {
    width: 100%;
  }
  .member-info .member-name h5 {
    margin-bottom: 5px;
  }
  .apr_book_form {
    width: 100%;
    padding-bottom: 70px;
  }
  .button-group .btn-filter:after,
  .button-group .btn-filter:before {
    content: none;
  }
  .list_s2 .blog-post-info {
    margin: -50px 50px 0 50px;
  }
  .footer {
    padding-top: 65px;
  }
  .rev-btn > i {
    margin-left: 8px !important;
  }
  .member-img img {
    filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -o-filter: grayscale(0%);
  }
  .isotope.col-3 .item, .gallery_col3 > .isotope-item,
  .isotope.col-4 .item, .gallery_col4 > .isotope-item {
    width: 50%;
  }
  .slick-prev {
    left: 13px !important;
  }
  .slick-next {
    right: 12px !important;
  }
  .tes-3 .item_testimonial.text-center {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .layout_style_2.wpb_content_element {
    margin-bottom: 0;
  }
  .layout_style_2 .product_style_2 .product-image {
    float: none;
  }
  .layout_style_2 .product_style_2 .product-desc {
    width: 100%;
  }
  .layout_style_2 .product_style_2.product {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 600px) {
  .comment-body .comment-bottom .profile-desc {
    margin-top: 0;
  }
  .ares.tp-bullets {
    display: none !important;
  }
  .bg-abs-top5 {
    display: none;
  }
  .product_listing .pe-7s-cart {
    display: none;
  }
  .product_listing .add_cart_list {
    display: block;
  }
  .uavc-list-icon .uavc-list .uavc-list-content {
    display: table;
    width: 195px;
    margin-bottom: 0;
    text-align: center;
    margin: 0 auto;
  }
  .uavc-list-icon .uavc-list > li {
    clear: both !important;
    display: block;
    margin-right: 0 !important;
    margin-bottom: 15px !important;
    text-align: center;
  }
  .uavc-list-icon .uavc-list > li .uavc-list-icon:after {
    content: "";
    height: 100px;
    width: 2px;
    position: absolute;
    left: 35%;
    z-index: 2;
    background: #d19f68;
    top: 100%;
    transform: none;
    margin-left: -1px;
  }
  .uavc-list-icon .uavc-list > li .uavc-list-desc {
    font-family: Oswald;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    padding-bottom: 20px;
    width: auto;
    width: 50%;
    text-align: left;
  }
  .uavc-list-icon .uavc-list .uavc-list-content {
    margin-bottom: 0;
  }
  .product-list .product-content .product-desc, .product-list .product-content .product-image {
    float: none;
    width: 100%;
    display: block;
    text-align: left;
  }
  .contact-form2 .no-full {
    width: 100%;
  }
  .contact-form2 > p {
    padding: 0;
    clear: both;
  }
  .box-scheduce .ult-content-box {
    padding: 70px 40px 30px 40px;
  }
  .icon_box {
    margin-right: 15px;
  }
  .box-services .icon-box-container {
    padding-right: 0;
    width: 100%;
  }
  .box-order .info-time span {
    margin-right: 15px;
    font-size: 20px;
  }
  .box-order .info-time {
    font-size: 20px;
  }
  .comment-body .comment-bottom .info-content .profile-name {
    float: none;
    display: block;
  }
  .comment-body .comment-bottom .info-content .date-cmt {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .comment-body .comment-bottom .info-content .date-cmt:before {
    content: none;
  }
  .member-info {
    padding: 28px 0;
  }
  .title-portfolio .title-left {
    padding: 25px 15px 25px 40px;
    height: auto;
  }
}
@media (max-width: 530px) {
  .product_listing .woocommerce.columns-4 div.product-grid div.product,
  .woocommerce div.product-grid div.product {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .block-icon .icon_box-container {
    width: 100%;
  }
  .block-icon .icon_box-container:before {
    content: none;
  }
  .profile-bottom .comment-awaiting-moderation {
    top: -73px;
    left: 55px;
  }
  .comment-author img {
    height: 40px;
    width: 40px;
  }
  .box-member .member-type1 {
    padding: 0;
  }
  .box-text.type-4 .box-title h4 {
    font-size: 30px;
  }
  .bg-abs-top3 {
    top: -180px;
  }
  .box-text.type-4 .box-title p {
    font-size: 60px;
  }
  .box-member.our-team-2 .member-type1 {
    margin-bottom: 0;
    width: 100%;
  }
  .box-member.our-team-2 .member-info {
    margin-top: -60px;
  }
  .box-member {
    margin: 0;
  }
  .box-member .member-type1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .banner-bottom h2 {
    font-size: 30px;
  }
  .product-tab .nav-tabs > li {
    margin-top: 3px;
  }
  #h6_testimonial .item_testimonial.text-center {
    width: 100%;
    padding: 0 !important;
  }
  .gallery-masonry_3 {
    margin: 0 15px !important;
  }
  .gallery_sort .gallery-masonry_3 .item {
    padding: 0 15px 15px 15px;
  }
  .apr_book_form {
    padding-bottom: 55px;
  }
  .box-text.type3 .box-title p {
    font-size: 40px;
    letter-spacing: 0;
  }
  .member-img img {
    width: 100%;
  }
  .banner-type2 .banner-mid::before {
    margin: 15px;
  }
  .banner-type2 {
    height: 350px;
  }
  .banner-type2 .banner-title h3 {
    font-size: 30px;
  }
  .gallery-masonry_3 .item {
    width: 100% !important;
  }
  .button-group {
    padding-bottom: 35px;
  }
  .style-2 .member-info {
    position: static;
  }
  .woocommerce.columns-2 div.product-grid div.product,
  .woocommerce.columns-3 div.product-grid div.product,
  .woocommerce.columns-4 div.product-grid div.product {
    width: 100%;
  }
  .box-text .box-desc {
    padding: 25px 0;
  }
  .box-text.type1 img {
    margin-bottom: -30px;
  }
  .item_testimonial.text-center {
    padding: 0 15px;
  }
  .caption_testimonial .title-testimonial h2 {
    font-size: 30px;
    line-height: 28px;
  }
  .footer-newsletter .mc4wp-form input[type=email] {
    text-align: center;
  }
  .box-text .box-title p {
    font-size: 50px;
  }
  .box-order .info-time {
    margin-top: 0;
  }
  .box-order .info-time span {
    width: 100%;
    display: inline-block;
  }
  .box-order .info-book {
    margin-top: 15px;
  }
  .gallery_paginations .arrow_right,
  .gallery_paginations .arrow_left {
    width: 100%;
  }
  .gallery_paginations .arrow_right .btn,
  .gallery_paginations .arrow_left .btn {
    width: 100%;
  }
  .gallery_paginations .arrow_right {
    float: left;
    margin-top: 10px;
  }
  .button-group .inline-block:before {
    content: none;
  }
  .isotope.col-2 .item, .gallery_col2 > .isotope-item,
  .isotope.col-3 .item, .gallery_col3 > .isotope-item,
  .isotope.col-4 .item, .gallery_col4 > .isotope-item {
    width: 100%;
  }
  .side-breadcrumb .page-title h1 {
    font-size: 26px;
  }
  .box-services .icon-box-container {
    width: 100%;
    padding-right: 0;
  }
  .side-breadcrumb + .wrapper {
    padding-top: 50px;
  }
  .footer {
    padding-top: 50px;
  }
  .comment-body .comment-bottom {
    min-height: auto;
    padding: 15px 15px 20px 23px;
    margin-left: 35px;
  }
  .comment-body .comment-bottom .links-info {
    position: static;
    float: right;
  }
  .commentlist ul.children {
    padding-left: 10px;
  }
  .comment-body .comment-author + .profile-bottom .comment-bottom {
    margin-top: -54px;
  }
  .comment-reply-title a {
    position: static;
  }
  .footer-v2 .footer-content .widget_nav_menu ul li {
    padding: 0 8px;
  }
}
@media (max-width: 375px) {
  .text_countdown h4 {
    font-size: 20px;
  }
  .text_countdown h3 {
    font-size: 30px;
  }
  .variations tr td {
    width: 100%;
  }
  .variations tr td.label {
    display: none;
  }
}
@media (max-width: 360px) {
  .product-list .product-content .product-action {
    width: 240px;
  }
}
.info .single_add_to_cart_button,
.info .add_to_cart_button,
#yith-quick-view-content .single_add_to_cart_button,
#yith-quick-view-content .add_to_cart_button {
  line-height: 50px;
}

.blog-video {
  position: relative;
}

.blog_post_desc,
.knowledge_post_desc {
  color: #696969;
}

.post-name a {
  font-size: 20px;
}

.header-v2 .header-container .header-right,
.header-v3 .header-container .header-right {
  display: inline-block;
}

#main .product-content .product-action a.button:not(.product_type_simple) {
  border: 1px solid #ebebeb;
  border-radius: 100% !important;
  display: inline-block;
  height: 36px;
  line-height: 51px;
  width: 36px;
  font-size: 0px !important;
  position: relative;
}

#main .product-content .product-action a.button:not(.product_type_simple):hover {
  background: #80bb01;
}

#main .product-content .product-action a.button:not(.product_type_simple):before {
  content: "";
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PgoKPCEtLSBMaWNlbnNlOiBDQzAgTGljZW5zZS4gTWFkZSBieSBTVkcgUmVwbzogaHR0cHM6Ly93d3cuc3ZncmVwby5jb20vc3ZnLzM5MjEwMi9jb2ctdG9vbC1hZG1pbmlzdHJhdGlvbi1jb250cm9sLWVkaXQtb3B0aW9uIC0tPgo8c3ZnIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoKPGcgaWQ9ImxheWVyMSI+Cgo8cGF0aCBkPSJNIDkuOTk4MDQ2OSAwIEwgOS4zMjgxMjUgMC4wMjM0Mzc1IEwgOC42NjIxMDk0IDAuMDg5ODQzNzUgTCA4IDAuMjAzMTI1IEwgOCAyLjI1MzkwNjIgTCA3LjQ2Mjg5MDYgMi40MTIxMDk0IEwgNi45Mzc1IDIuNjA5Mzc1IEwgNi40Mjc3MzQ0IDIuODM5ODQzOCBMIDUuOTM3NSAzLjEwNzQyMTkgTCA0LjQ4NjMyODEgMS42NTgyMDMxIEwgMy45Mzc1IDIuMDQ2ODc1IEwgMy40MTk5MjE5IDIuNDcwNzAzMSBMIDIuOTI5Njg3NSAyLjkyOTY4NzUgTCAyLjQ3MjY1NjIgMy40MTc5Njg4IEwgMi4wNDY4NzUgMy45Mzk0NTMxIEwgMS42NTgyMDMxIDQuNDg0Mzc1IEwgMy4xMDc0MjE5IDUuOTM3NSBMIDIuODQxNzk2OSA2LjQyOTY4NzUgTCAyLjYwOTM3NSA2LjkzOTQ1MzEgTCAyLjQxNDA2MjUgNy40NjI4OTA2IEwgMi4yNTM5MDYyIDggTCAwLjIwMzEyNSA4IEwgMC4wOTE3OTY4NzUgOC42NjIxMDk0IEwgMC4wMjM0Mzc1IDkuMzMwMDc4MSBMIDAgMTAgTCAwLjAyMzQzNzUgMTAuNjY5OTIyIEwgMC4wOTE3OTY4NzUgMTEuMzM5ODQ0IEwgMC4yMDMxMjUgMTIgTCAyLjI1MzkwNjIgMTIgTCAyLjQxNDA2MjUgMTIuNTM5MDYyIEwgMi42MDkzNzUgMTMuMDYwNTQ3IEwgMi44NDE3OTY5IDEzLjU3MDMxMiBMIDMuMTA3NDIxOSAxNC4wNjQ0NTMgTCAxLjY1ODIwMzEgMTUuNTE1NjI1IEwgMi4wNDY4NzUgMTYuMDYwNTQ3IEwgMi40NzI2NTYyIDE2LjU4MjAzMSBMIDIuOTI5Njg3NSAxNy4wNzAzMTIgTCAzLjQxOTkyMTkgMTcuNTI5Mjk3IEwgMy45Mzc1IDE3Ljk1MzEyNSBMIDQuNDg2MzI4MSAxOC4zNDE3OTcgTCA1LjkzNzUgMTYuODkyNTc4IEwgNi40Mjc3MzQ0IDE3LjE2MDE1NiBMIDYuOTM3NSAxNy4zOTA2MjUgTCA3LjQ2Mjg5MDYgMTcuNTg3ODkxIEwgOCAxNy43NDYwOTQgTCA4IDE5Ljc5Njg3NSBMIDguNjYyMTA5NCAxOS45MTAxNTYgTCA5LjMyODEyNSAxOS45Nzg1MTYgTCA5Ljk5ODA0NjkgMjAgTCAxMC42NzE4NzUgMTkuOTc4NTE2IEwgMTEuMzM3ODkxIDE5LjkxMDE1NiBMIDEyIDE5Ljc5Njg3NSBMIDEyIDE3Ljc0NjA5NCBMIDEyLjUzNzEwOSAxNy41ODc4OTEgTCAxMy4wNjI1IDE3LjM5MDYyNSBMIDEzLjU3MjI2NiAxNy4xNjAxNTYgTCAxNC4wNjI1IDE2Ljg5MjU3OCBMIDE1LjUxMzY3MiAxOC4zNDE3OTcgTCAxNi4wNTg1OTQgMTcuOTUzMTI1IEwgMTYuNTgwMDc4IDE3LjUyOTI5NyBMIDE3LjA3MDMxMiAxNy4wNzAzMTIgTCAxNy41MjczNDQgMTYuNTgyMDMxIEwgMTcuOTUzMTI1IDE2LjA2MDU0NyBMIDE4LjM0MTc5NyAxNS41MTU2MjUgTCAxNi44ODg2NzIgMTQuMDY0NDUzIEwgMTcuMTU4MjAzIDEzLjU3MDMxMiBMIDE3LjM5MDYyNSAxMy4wNjA1NDcgTCAxNy41ODU5MzggMTIuNTM5MDYyIEwgMTcuNzQ2MDk0IDEyIEwgMTkuNzk2ODc1IDEyIEwgMTkuOTA4MjAzIDExLjMzOTg0NCBMIDE5Ljk3NjU2MiAxMC42Njk5MjIgTCAyMCAxMCBMIDE5Ljk3NjU2MiA5LjMzMDA3ODEgTCAxOS45MDgyMDMgOC42NjIxMDk0IEwgMTkuNzk2ODc1IDggTCAxNy43NDYwOTQgOCBMIDE3LjU4NTkzOCA3LjQ2Mjg5MDYgTCAxNy4zOTA2MjUgNi45Mzk0NTMxIEwgMTcuMTU4MjAzIDYuNDI5Njg3NSBMIDE2Ljg4ODY3MiA1LjkzNzUgTCAxOC4zNDE3OTcgNC40ODQzNzUgTCAxNy45NTMxMjUgMy45Mzk0NTMxIEwgMTcuNTI3MzQ0IDMuNDE3OTY4OCBMIDE3LjA3MDMxMiAyLjkyOTY4NzUgTCAxNi41ODAwNzggMi40NzA3MDMxIEwgMTYuMDU4NTk0IDIuMDQ2ODc1IEwgMTUuNTEzNjcyIDEuNjU4MjAzMSBMIDE0LjA2MjUgMy4xMDc0MjE5IEwgMTMuNTcyMjY2IDIuODM5ODQzOCBMIDEzLjA2MjUgMi42MDkzNzUgTCAxMi41MzcxMDkgMi40MTIxMDk0IEwgMTIgMi4yNTM5MDYyIEwgMTIgMC4yMDMxMjUgTCAxMS4zMzc4OTEgMC4wODk4NDM3NSBMIDEwLjY3MTg3NSAwLjAyMzQzNzUgTCA5Ljk5ODA0NjkgMCB6IE0gOS42NjQwNjI1IDEuMDA1ODU5NCBMIDEwLjMzMzk4NCAxLjAwNTg1OTQgTCAxMSAxLjA1NjY0MDYgTCAxMSAzLjA3MjI2NTYgTCAxMS41NzIyNjYgMy4xNzk2ODc1IEwgMTIuMTMwODU5IDMuMzMyMDMxMiBMIDEyLjY3NzczNCAzLjUzMzIwMzEgTCAxMy4yMDcwMzEgMy43NzczNDM4IEwgMTMuNzEwOTM4IDQuMDY0NDUzMSBMIDE0LjE5MTQwNiA0LjM5MjU3ODEgTCAxNS42MTcxODggMi45Njg3NSBMIDE2LjEyMzA0NyAzLjQwNDI5NjkgTCAxNi41OTU3MDMgMy44NzUgTCAxNy4wMzEyNSA0LjM4MjgxMjUgTCAxNS42MDU0NjkgNS44MDg1OTM4IEwgMTUuOTMzNTk0IDYuMjg3MTA5NCBMIDE2LjIyMjY1NiA2Ljc5NDkyMTkgTCAxNi40NjY3OTcgNy4zMjIyNjU2IEwgMTYuNjY2MDE2IDcuODY3MTg3NSBMIDE2LjgyMDMxMiA4LjQyOTY4NzUgTCAxNi45MjU3ODEgOC45OTgwNDY5IEwgMTguOTQzMzU5IDguOTk4MDQ2OSBMIDE4Ljk5NDE0MSA5LjY2NjAxNTYgTCAxOC45OTQxNDEgMTAuMzMzOTg0IEwgMTguOTQzMzU5IDExLjAwMTk1MyBMIDE2LjkyNTc4MSAxMS4wMDE5NTMgTCAxNi44MjAzMTIgMTEuNTcwMzEyIEwgMTYuNjY2MDE2IDEyLjEzMjgxMiBMIDE2LjQ2Njc5NyAxMi42Nzk2ODggTCAxNi4yMjI2NTYgMTMuMjA4OTg0IEwgMTUuOTMzNTk0IDEzLjcxMjg5MSBMIDE1LjYwNTQ2OSAxNC4xOTMzNTkgTCAxNy4wMzEyNSAxNS42MTcxODggTCAxNi41OTU3MDMgMTYuMTI1IEwgMTYuMTIzMDQ3IDE2LjU5NzY1NiBMIDE1LjYxNzE4OCAxNy4wMzEyNSBMIDE0LjE5MTQwNiAxNS42MDc0MjIgTCAxMy43MTA5MzggMTUuOTM1NTQ3IEwgMTMuMjA3MDMxIDE2LjIyMjY1NiBMIDEyLjY3NzczNCAxNi40Njg3NSBMIDEyLjEzMDg1OSAxNi42Njc5NjkgTCAxMS41NzIyNjYgMTYuODIwMzEyIEwgMTEgMTYuOTI3NzM0IEwgMTEgMTguOTQzMzU5IEwgMTAuMzMzOTg0IDE4Ljk5NDE0MSBMIDkuNjY0MDYyNSAxOC45OTQxNDEgTCA5IDE4Ljk0MzM1OSBMIDkgMTYuOTI3NzM0IEwgOC40Mjc3MzQ0IDE2LjgyMDMxMiBMIDcuODY3MTg3NSAxNi42Njc5NjkgTCA3LjMyMjI2NTYgMTYuNDY4NzUgTCA2Ljc5Mjk2ODggMTYuMjIyNjU2IEwgNi4yODkwNjI1IDE1LjkzNTU0NyBMIDUuODA4NTkzOCAxNS42MDc0MjIgTCA0LjM4MjgxMjUgMTcuMDMxMjUgTCAzLjg3Njk1MzEgMTYuNTk3NjU2IEwgMy40MDQyOTY5IDE2LjEyNSBMIDIuOTY4NzUgMTUuNjE3MTg4IEwgNC4zOTQ1MzEyIDE0LjE5MzM1OSBMIDQuMDY2NDA2MiAxMy43MTI4OTEgTCAzLjc3NzM0MzggMTMuMjA4OTg0IEwgMy41MzMyMDMxIDEyLjY3OTY4OCBMIDMuMzMzOTg0NCAxMi4xMzI4MTIgTCAzLjE3OTY4NzUgMTEuNTcwMzEyIEwgMy4wNzAzMTI1IDExLjAwMTk1MyBMIDEuMDU2NjQwNiAxMS4wMDE5NTMgTCAxLjAwNTg1OTQgMTAuMzMzOTg0IEwgMS4wMDU4NTk0IDkuNjY2MDE1NiBMIDEuMDU2NjQwNiA4Ljk5ODA0NjkgTCAzLjA3MDMxMjUgOC45OTgwNDY5IEwgMy4xNzk2ODc1IDguNDI5Njg3NSBMIDMuMzMzOTg0NCA3Ljg2NzE4NzUgTCAzLjUzMzIwMzEgNy4zMjIyNjU2IEwgMy43NzczNDM4IDYuNzk0OTIxOSBMIDQuMDY2NDA2MiA2LjI4NzEwOTQgTCA0LjM5NDUzMTIgNS44MDg1OTM4IEwgMi45Njg3NSA0LjM4MjgxMjUgTCAzLjQwNDI5NjkgMy44NzUgTCAzLjg3Njk1MzEgMy40MDQyOTY5IEwgNC4zODI4MTI1IDIuOTY4NzUgTCA1LjgwODU5MzggNC4zOTI1NzgxIEwgNi4yODkwNjI1IDQuMDY0NDUzMSBMIDYuNzkyOTY4OCAzLjc3NzM0MzggTCA3LjMyMjI2NTYgMy41MzMyMDMxIEwgNy44NjcxODc1IDMuMzMyMDMxMiBMIDguNDI3NzM0NCAzLjE3OTY4NzUgTCA5IDMuMDcyMjY1NiBMIDkgMS4wNTY2NDA2IEwgOS42NjQwNjI1IDEuMDA1ODU5NCB6IE0gOS45OTgwNDY5IDYuMDAxOTUzMSBMIDkuNTE3NTc4MSA2LjAyOTI5NjkgTCA5LjA0Mjk2ODggNi4xMTcxODc1IEwgOC41ODIwMzEyIDYuMjYxNzE4OCBMIDguMTQwNjI1IDYuNDU4OTg0NCBMIDcuNzI4NTE1NiA2LjcwNzAzMTIgTCA3LjM0NzY1NjIgNy4wMDc4MTI1IEwgNy4wMDU4NTk0IDcuMzQ5NjA5NCBMIDYuNzA3MDMxMiA3LjcyNjU2MjUgTCA2LjQ1NzAzMTIgOC4xNDI1NzgxIEwgNi4yNTk3NjU2IDguNTgyMDMxMiBMIDYuMTE1MjM0NCA5LjA0Mjk2ODggTCA2LjAyOTI5NjkgOS41MTk1MzEyIEwgNiAxMCBMIDYuMDI5Mjk2OSAxMC40ODQzNzUgTCA2LjExNTIzNDQgMTAuOTU3MDMxIEwgNi4yNTk3NjU2IDExLjQxNzk2OSBMIDYuNDU3MDMxMiAxMS44NTkzNzUgTCA2LjcwNzAzMTIgMTIuMjczNDM4IEwgNy4wMDU4NTk0IDEyLjY1NDI5NyBMIDcuMzQ3NjU2MiAxMi45OTYwOTQgTCA3LjcyODUxNTYgMTMuMjkyOTY5IEwgOC4xNDA2MjUgMTMuNTQxMDE2IEwgOC41ODIwMzEyIDEzLjc0MjE4OCBMIDkuMDQyOTY4OCAxMy44ODI4MTIgTCA5LjUxNzU3ODEgMTMuOTcwNzAzIEwgOS45OTgwNDY5IDE0LjAwMTk1MyBMIDEwLjQ4MjQyMiAxMy45NzA3MDMgTCAxMC45NTcwMzEgMTMuODgyODEyIEwgMTEuNDE3OTY5IDEzLjc0MjE4OCBMIDExLjg1OTM3NSAxMy41NDEwMTYgTCAxMi4yNzE0ODQgMTMuMjkyOTY5IEwgMTIuNjUyMzQ0IDEyLjk5NjA5NCBMIDEyLjk5NDE0MSAxMi42NTQyOTcgTCAxMy4yOTEwMTYgMTIuMjczNDM4IEwgMTMuNTQyOTY5IDExLjg1OTM3NSBMIDEzLjc0MDIzNCAxMS40MTc5NjkgTCAxMy44ODQ3NjYgMTAuOTU3MDMxIEwgMTMuOTcwNzAzIDEwLjQ4NDM3NSBMIDE0IDEwIEwgMTMuOTcwNzAzIDkuNTE5NTMxMiBMIDEzLjg4NDc2NiA5LjA0Mjk2ODggTCAxMy43NDAyMzQgOC41ODIwMzEyIEwgMTMuNTQyOTY5IDguMTQyNTc4MSBMIDEzLjI5MTAxNiA3LjcyNjU2MjUgTCAxMi45OTQxNDEgNy4zNDk2MDk0IEwgMTIuNjUyMzQ0IDcuMDA3ODEyNSBMIDEyLjI3MTQ4NCA2LjcwNzAzMTIgTCAxMS44NTkzNzUgNi40NTg5ODQ0IEwgMTEuNDE3OTY5IDYuMjYxNzE4OCBMIDEwLjk1NzAzMSA2LjExNzE4NzUgTCAxMC40ODI0MjIgNi4wMjkyOTY5IEwgOS45OTgwNDY5IDYuMDAxOTUzMSB6IE0gOS43OTY4NzUgNy4wMDc4MTI1IEwgMTAuMjAzMTI1IDcuMDA3ODEyNSBMIDEwLjYxMTMyOCA3LjA2MjUgTCAxMS4wMDM5MDYgNy4xNzM4MjgxIEwgMTEuMzgwODU5IDcuMzM1OTM3NSBMIDExLjczMDQ2OSA3LjU0ODgyODEgTCAxMi4wNDY4NzUgNy44MDg1OTM4IEwgMTIuMzI2MTcyIDguMTA1NDY4OCBMIDEyLjU2MjUgOC40NDE0MDYyIEwgMTIuNzUxOTUzIDguODA0Njg3NSBMIDEyLjg4ODY3MiA5LjE5MTQwNjIgTCAxMi45NzI2NTYgOS41OTM3NSBMIDEyLjk5ODA0NyAxMCBMIDEyLjk3MjY1NiAxMC40MTAxNTYgTCAxMi44ODg2NzIgMTAuODA4NTk0IEwgMTIuNzUxOTUzIDExLjE5NTMxMiBMIDEyLjU2MjUgMTEuNTU4NTk0IEwgMTIuMzI2MTcyIDExLjg5NDUzMSBMIDEyLjA0Njg3NSAxMi4xOTMzNTkgTCAxMS43MzA0NjkgMTIuNDUxMTcyIEwgMTEuMzgwODU5IDEyLjY2NDA2MiBMIDExLjAwMzkwNiAxMi44MjgxMjUgTCAxMC42MTEzMjggMTIuOTM3NSBMIDEwLjIwMzEyNSAxMi45OTIxODggTCA5Ljc5Njg3NSAxMi45OTIxODggTCA5LjM4ODY3MTkgMTIuOTM3NSBMIDguOTk0MTQwNiAxMi44MjgxMjUgTCA4LjYxOTE0MDYgMTIuNjY0MDYyIEwgOC4yNjk1MzEyIDEyLjQ1MTE3MiBMIDcuOTUxMTcxOSAxMi4xOTMzNTkgTCA3LjY3MzgyODEgMTEuODk0NTMxIEwgNy40Mzc1IDExLjU1ODU5NCBMIDcuMjQ4MDQ2OSAxMS4xOTUzMTIgTCA3LjExMTMyODEgMTAuODA4NTk0IEwgNy4wMjczNDM4IDEwLjQxMDE1NiBMIDcuMDAxOTUzMSAxMCBMIDcuMDI3MzQzOCA5LjU5Mzc1IEwgNy4xMTEzMjgxIDkuMTkxNDA2MiBMIDcuMjQ4MDQ2OSA4LjgwNDY4NzUgTCA3LjQzNzUgOC40NDE0MDYyIEwgNy42NzM4MjgxIDguMTA1NDY4OCBMIDcuOTUxMTcxOSA3LjgwODU5MzggTCA4LjI2OTUzMTIgNy41NDg4MjgxIEwgOC42MTkxNDA2IDcuMzM1OTM3NSBMIDguOTk0MTQwNiA3LjE3MzgyODEgTCA5LjM4ODY3MTkgNy4wNjI1IEwgOS43OTY4NzUgNy4wMDc4MTI1IHogIiBzdHlsZT0iZmlsbDojMjIyMjIyOyBmaWxsLW9wYWNpdHk6MTsgc3Ryb2tlOm5vbmU7IHN0cm9rZS13aWR0aDowcHg7Ii8+Cgo8L2c+Cgo8L3N2Zz4=) no-repeat center center;
  width: 17px;
  height: 19px;
  left: 8px;
  top: 23%;
}

@media (max-width: 1025px) and (min-width: 767px) {
  .fix-height .icon_box_content.icon_style4.icon_style3 {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .services-overlay .ult-content-box {
    display: flex;
  }
}
.tax-product_cat .side-breadcrumb + .wrapper {
  padding-top: 20px;
}

.tax-product_cat .left-sidebar,
.tax-product_cat .right-sidebar {
  margin-top: 80px;
}

.tax-recipe_cat .content-primary {
  display: initial;
}

.search-block-top .btn-search i {
  font-size: 35px;
}

@media (min-width: 992px) {
  .header-container .header-right {
    display: table;
  }
}
@media (max-width: 880px) {
  .single-product .cart {
    margin-bottom: 0px;
  }
  .widget_product_categories li > p {
    right: 89px;
  }
}
@media (min-width: 1366px) and (max-width: 1536px) {
  .wpcf7-form-control.btn-primary {
    width: 29%;
  }
}
@media (max-width: 991px) {
  .header-logo {
    left: 71px;
    top: 16px;
  }
}
.wpcf7-spinner {
  display: inline !important;
}

@media (max-width: 676px) {
  .widget_product_categories li > p {
    right: 24px;
  }
  .product-tab .nav-tabs > li a {
    padding: 14px 8px !important;
  }
}
#yith-quick-view-content .summary .add-to.fix-bt-wishlist:last-child,
.info .summary .add-to.fix-bt-wishlist:last-child {
  left: auto;
  right: 0%;
}

#yith-quick-view-content .summary .add-to:last-child,
.info .summary .add-to:last-child {
  left: auto;
  right: 35%;
}

@media (max-width: 676px) {
  .icon_box_desc {
    text-align: left;
  }
  .form-home-1 .inner-input.inner-full .wpcf7-form-control-wrap {
    padding-right: 0px;
  }
  .header-logo {
    top: 9px;
  }
  .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    border: 0px !important;
  }
}
@media (max-width: 880px) {
  .layout_style_2 .product_style_2 .product-content {
    padding: 15px 30px 0px;
  }
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner,
.vc_icon_element-inner:before {
  border: unset !important;
}

/*
 * Variables for theme
 */
body, #error-page {
  font-family: var(--general-font-family);
  font-weight: var(--general-font-weight);
  font-size: var(--general-font-size);
  color: var(--general-font-color);
  line-height: var(--general-line-height);
  background: var(--general-bg-color);
}

#main {
  background: var(--general-bg-color);
}

p {
  line-height: var(--general-line-height);
}

.side-breadcrumb .page-title h1 {
  font-family: var(--breadcrumb-font-family);
  color: var(--breadcrumb-font-color);
  font-size: var(--breadcrumb-font-size);
}

.footer-bottom {
  background-color: var(--newsletter-bg-color);
}

.footer-v1 {
  color: var(--footer-color);
}
.footer-v1 a {
  color: var(--footer-color);
}

h1 {
  font-family: var(--h1-font-family);
  color: var(--h1-font-color);
  font-size: var(--h1-font-size);
}

h2 {
  font-family: var(--h2-font-family);
  color: var(--h2-font-color);
  font-size: var(--h2-font-size);
}

h3 {
  font-family: var(--h3-font-family);
  color: var(--h3-font-color);
  font-size: var(--h3-font-size);
}

h4 {
  font-family: var(--h4-font-family);
  color: var(--h4-font-color);
  font-size: var(--h4-font-size);
}

h5 {
  font-family: var(--h5-font-family);
  color: var(--h5-font-color);
  font-size: var(--h5-font-size);
}

h6 {
  font-family: var(--h6-font-family);
  color: var(--h6-font-color);
  font-size: var(--h6-font-size);
}

@keyframes stretch {
  0% {
    transform: rotate(180deg);
  }
  100% {
    background-color: var(--primary-color);
    transform: scale(0.5);
    border-radius: 100%;
  }
}
.cart-block::-webkit-scrollbar-thumb {
  background-color: var(--primary-color) !important;
}

.ie-11 .vc_icon_element-inner .vc_icon_element-icon::before, .ie-10 .vc_icon_element-inner .vc_icon_element-icon::before, .ie-9 .vc_icon_element-inner .vc_icon_element-icon::before, .ie-8 .vc_icon_element-inner .vc_icon_element-icon::before, .ie-7 .vc_icon_element-inner .vc_icon_element-icon::before, .ie-5 .vc_icon_element-inner .vc_icon_element-icon::before {
  color: var(--primary-color);
}
.ie-11 .ult_countdown-row .ult_countdown-section .ult_countdown-amount, .ie-10 .ult_countdown-row .ult_countdown-section .ult_countdown-amount, .ie-9 .ult_countdown-row .ult_countdown-section .ult_countdown-amount, .ie-8 .ult_countdown-row .ult_countdown-section .ult_countdown-amount, .ie-7 .ult_countdown-row .ult_countdown-section .ult_countdown-amount, .ie-5 .ult_countdown-row .ult_countdown-section .ult_countdown-amount {
  color: var(--primary-color) !important;
}

.icon_style1 .icon_box, .ult_countdown-row .ult_countdown-section, .slide-sale .vc_single_image-wrapper:before,
#loading-2, #loading-3, #loading, .preloader-4, .preloader-5, #loading-6, #loading-7, .loader-8, #loading-9 {
  background: linear-gradient(0deg, var(--primary-color2) 0%, var(--primary-color) 100%, var(--primary-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$primary_color2", endColorstr="$primary_color",GradientType=1 );
}

.lable-sale .text-sale::before {
  box-shadow: 25px 8px 0 0 var(--primary-color);
  -webkit-box-shadow: 25px 8px 0 0 var(--primary-color);
}

.ult_countdown-row .ult_countdown-section .ult_countdown-amount,
.icon_style1 .icon_box i:before, .vc_icon_element-icon:before {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color)), to(var(--primary-color2)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide-sale .vc_single_image-wrapper:before {
  border-top: 10px solid var(--primary-color);
  border-bottom: 10px solid var(--primary-color2);
  background-image: linear-gradient(to bottom, var(--primary-color) 0%, var(--primary-color2) 100%), linear-gradient(to bottom, var(--primary-color) 0%, var(--primary-color2) 100%);
  box-sizing: border-box;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  background-size: 10px 100%;
}

.img-gradient:before,
.comment-body .comment-author:before,
.vc_icon_element-inner:before {
  background: linear-gradient(0deg, var(--primary-color) 0%, var(--primary-color2) 100%, var(--primary-color2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$primary_color2", endColorstr="$primary_color",GradientType=1 );
}

.bg_left_gradient:before {
  background: linear-gradient(var(--primary-color), var(--primary-color2));
}

.layout_style_2::before {
  background: linear-gradient(0deg, var(--primary-color) 0%, var(--primary-color2) 100%, var(--primary-color2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$primary_color2", endColorstr="$primary_color",GradientType=1 );
}

.line_main_color .uvc-headings-line,
.product-filter-isotope .nav-tabs li a:hover,
.product-filter-isotope .nav-tabs li a.active,
.footer-social li a:hover,
.mini-cart .count-item,
.mini-cart .cart-block,
.banner-type1 .banner-btn .btn.btn-default:hover,
.banner-type1 .banner-btn .btn.btn-default:active,
.banner-type1 .banner-btn .btn.btn-default:focus,
.icon_box_content.icon_style2 .icon_box,
.recipe-gallery.arrows-custom .slick-arrow,
.viewmode-toggle a:hover, .viewmode-toggle a:focus, .viewmode-toggle a.active,
.page-numbers li .page-numbers:hover, .page-numbers li .page-numbers.current,
.info .add-to a:hover, #yith-quick-view-content .add-to a:hover,
.tagcloud a:hover, blockquote,
.wpcf7-form-control.wpcf7-textarea:focus, .wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-select:focus, .slick-arrow:hover,
.wpcf7-form-control.wpcf7-date:focus,
.top-search .search-field, .top-search .search-form input[type=text],
.btn.btn-default, .content-filter, .social_icon li a,
.button-group .btn-filter.is-checked, .button-group .btn-filter:hover,
.border-primary.vc_separator.vc_sep_color_grey .vc_sep_line,
.tab-pane.recipe_share a,
.single-product .thumbs_list li a.zoomGalleryActive img,
.icon_box_content.icon_style3 .icon_box,
.icon_box_content.icon_style3:hover .icon_box,
.icon_box_content.icon_style4.icon_style3 .icon_box,
.close-menu, .close-menu-mobile {
  border-color: var(--primary-color);
}

.layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .product_type_simple:hover,
.layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .add_to_cart_button:hover,
.layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .action_item a:hover {
  border-color: var(--primary-color) !important;
}

.shop_table tbody tr:first-child td {
  border-top-color: var(--primary-color);
}

a:focus, a:hover, .blog-info .info a:hover,
.info-cat:hover i, .info-tag:hover i,
.post-name a:hover, .arrowpress-heading.heading-5 .small-title p,
.product-filter-isotope .nav-tabs li a:hover, .product-filter-isotope .nav-tabs li a.active,
.product-content .price .amount, .product-content .price .unit_price,
.product-content h3 a:hover, .blog-container .blog-post-title .post-name a:hover,
.blog-item .read-more a, .blog-container .blog-date a:hover,
.footer-newsletter .mc4wp-form label, .list-info-footer li i,
.widget_nav_menu ul li a:hover,
[class*=header-] .open-menu-mobile:hover, [class*=header-] .searchform_wrap form button:hover,
[class*=header-] .header-contact a:hover,
[class*=header-] .mega-menu .sub-menu li.current-menu-item > a,
[class*=header-] .widget_shopping_cart_content ul li a:hover,
.search-block-top .btn-search:hover,
.mega-menu li .sub-menu li a:hover,
.footer-newsletter .mc4wp-form label,
.mini-cart .cart_label:hover,
.mega-menu > li.menu-item.current-menu-item > a, .mega-menu > li.menu-item.current-menu-parent > a,
.icon_box i, .icon_box,
.product-content .price .amount span, .product-content .price .unit_price span,
.desc-icon h4:hover, .text-primary, .layout_style_2.layout_style_3 .slick-arrow:hover,
.text-content-banner.text-right .btn.btn-white,
.icon_box_content.icon_style2 .icon_box i,
.banner-type3:hover .banner-btn .btn.btn-noborder,
.recipe-gallery.arrows-custom .slick-arrow,
.caption_testimonial .tes_info h6, .slick-default > .btn-next.slick-arrow:hover,
.member-info .member_social ul li a:hover,
.viewmode-toggle a:hover, .viewmode-toggle a:focus, .viewmode-toggle a.active,
.info .price span, #yith-quick-view-content .price span,
.blog-media .quote_section blockquote i, .blog-media .quote_section .author_info,
.widget_archive li.current-cat > a, .widget_categories li.current-cat > a,
.widget_apr_recipe_categories li.current-cat > a, .widget_apr_knowledge_categories li.current-cat > a,
.widget_product_categories li.current-cat > a,
.widget_pages li.current-cat > a, .widget_meta li.current-cat > a,
.widget_archive li a:before, .widget_categories li a:before, .widget_apr_recipe_categories li a:before,
.widget_apr_knowledge_categories li a:before, .widget_product_categories li a:before,
.widget_pages li a:before, .widget_meta li a:before,
.widget_recent_recipe .blog-post-info .blog-time a, .widget_post_blog .blog-post-info .blog-time a,
.widget_recent_knowledge .blog-post-info .blog-time a,
.widget_recent_recipe .blog-post-info .post-name > a:hover,
.widget_post_blog .blog-post-info .post-name > a:hover,
.widget_recent_knowledge .blog-post-info .post-name > a:hover,
.tagcloud a:hover,
.widget_archive li:hover > a,
.widget_categories li:hover > a, .widget_apr_recipe_categories li:hover > a,
.widget_apr_knowledge_categories li:hover > a, .widget_product_categories li:hover > a,
.widget_pages li:hover > a, .widget_meta li:hover > a,
.breadcrumb li a:hover,
.addthis_sharing_toolbox .f-social li a:hover,
.blog-media .post_link i, .blog-media .post_link:hover,
.shop_table .product-subtotal span, .shop_table .product-price span,
.shop_table .cart_item .product-remove a,
.shop_table .cart_item .product-name a:hover,
.box_contact .wpb_text_column a,
.quantity .qty-number:hover span,
.title-cart-sub, .footer-bottom p a,
.payment li a:hover, .btn.btn-default,
.showlogin, .showcoupon,
.payment_method_paypal label a,
.header-profile ul a:hover,
.social_icon li a, .close-menu, .close-menu-mobile,
.wishlist_table tr td.product-stock-status span.wishlist-in-stock,
.wishlist_table .product-remove a,
.woocommerce .wishlist_table .product-name a.yith-wcqv-button,
.woocommerce-page .wishlist_table .product-price .amount,
.info .product_meta > span a, #yith-quick-view-content .product_meta > span a,
.wishlist_table .product-name a:hover,
.header-sidebar h4, .open-menu:hover,
.footer-v1 .footer-newsletter .mc4wp-form label,
.layout_style_2 .product_style_2 .product-desc .term_name a,
.header-toplink .top-link li a:hover,
.icon_box_content:hover .icon_box_title h3,
.footer-top a:hover,
.blog-container .grid_style_4 .blog-content:hover .blog-post-title .post-name a,
.btn.btn-white,
.header-myaccount i:hover, .info-icon,
.button-group .btn-filter.is-checked, .button-group .btn-filter:hover,
.gallery-img a.btn-fancybox:hover i, .tes_title .tt-big, .caption_testimonial .tes_name h4,
.header-v5 .mini-cart .cart_label p.cart_qty,
.header-v5 .icon-header, .header-v5 .text-header a,
.footer-v2 .footer-newsletter .submit:before,
.widget_product_categories li:hover span,
.footer-v2 .footer-bottom a:hover,
.woocommerce-Address-title a, .my_account_orders a,
.woocommerce-MyAccount-content a, .woocommerce-MyAccount-navigation li a,
.widget_archive li:hover span, .widget_categories li:hover span,
.widget_apr_recipe_categories li:hover span, .widget_apr_knowledge_categories li:hover span,
.widget_product_categories li:hover span,
.widget_pages li:hover span, .widget_meta li:hover span,
.recipe-info .info i, .read-more .btn-recipe,
.recipe-info a:hover,
.recipe-list .recipe-content:hover .recipe-name a,
.review-star .review-result-wrapper > i,
.review-star .review-result-wrapper .review-result,
.tab-pane.recipe_share a,
.recipe-single-content .recipe_post_desc .recipes-content .ingredients-container .icon,
.recipe_direction .action-direction a:hover,
.direction_list li .direction_text .step_no,
.comment-body .comment-bottom .links-info a:hover,
.widget_search form .btn-search:hover, .widget_product_search form .btn-search:hover,
.apr-comment-rate,
.widget_archive li.current-cat > span.count,
.widget_categories li.current-cat > span.count,
.widget_apr_recipe_categories li.current-cat > span.count,
.widget_apr_knowledge_categories li.current-cat > span.count,
.widget_product_categories li.current-cat > span.count,
.widget_pages li.current-cat > span.count, .widget_meta li.current-cat > span.count,
.product_list_widget .product-content .product-title:hover,
.woocommerce-review-link:hover,
.icon_box_content.icon_style3:hover .icon_box i,
.widget_add_to_cart a:hover {
  color: var(--primary-color);
}

.icon_box_content:hover.icon_style4.icon_style3 .icon_box i,
.brand-content .slick-next:hover i:before,
.brand-content .slick-next:active i:before,
.brand-content .slick-prev:hover i:before,
.brand-content .slick-prev:active i:before,
.brand-content .slick-next:hover, .brand-content .slick-next:active, .brand-content .slick-prev:hover,
.brand-content .slick-prev:active,
.mega-menu li a:hover, .mega-menu li a:focus, .slick-arrow:hover {
  color: var(--primary-color) !important;
}

.main-bg_color, .main-bg_color.ult-content-box-container,
.main-bg_color > .vc_column-inner,
.main-bg_color > .upb_row_bg,
.main-bg_color.vc_row,
.footer-newsletter .mc4wp-form [type=submit],
.scroll-to-top, .action_item a:hover, .add_to_cart_button:hover, .product_type_simple:hover,
.btn.btn-primary, .banner-type2, .separator-h2 .vc_sep_line, .box-right .ult-content-box,
.layout_style_2 .slick-slider .slick-dots li.slick-active button,
.layout_style_2 .slick-slider .slick-dots li:hover button,
.instagram-img a:before, .blog-img a:before, .lable-sale .text-sale,
.wpcf7-submit, .footer .widget-title:after,
.footer-social li a:hover, .mini-cart .cart_nu_count,
.ult-carousel-wrapper .slick-dots li.slick-active,
.ult-carousel-wrapper .slick-dots li:hover,
.arrowpress-heading.heading-5 .small-title p:before,
.arrowpress-heading.heading-5 .small-title p:after,
.vc_icon_element-inner:hover:before,
.separator-h2 .vc_sep_line:after,
.layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .action_item a:hover,
.layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .product_type_simple:hover,
.layout_style_2.layout_style_3 .product_style_2 .product-content > .product-action-list .add_to_cart_button:hover,
.blog-packery .blog-img a:after, .service-content .service-box:hover,
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active,
.recipe-gallery.arrows-custom .slick-arrow:hover,
.bg-primary, .arrows-custom .slick-dots li.slick-active button,
.overlay_bg:before, .item-member-content:hover .member-info,
.page-numbers li .page-numbers:hover, .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers > li .current,
.woocommerce-pagination .page-numbers > li a:hover,
.info .single_add_to_cart_button, .info .add_to_cart_button,
#yith-quick-view-content .single_add_to_cart_button,
#yith-quick-view-content .add_to_cart_button,
.product-tab .nav-tabs > li.active a,
.product-tab .nav-tabs > li a:hover, .product-tab .nav-tabs > li a:focus,
.single-product .products > h2.title_related:before,
.info .add-to a:hover, #yith-quick-view-content .add-to a:hover,
.blog-info .blog-date,
.list-items.style1 li:before,
.comment-reply-title:before, .post-comments .widget-title:before,
#comments .widget-title:before, .gallery-img:before,
.arrowpress-heading.heading-6:after,
.title-sub2.title-cart:before,
.title-cart:before, .woocommerce-page .wishlist_table .product-add-to-cart .button,
.footer-v1 .footer-newsletter .mc4wp-form [type=submit],
.product-categories-shortcode li.product-category.product:before,
.bg-counter:before,
.layout_style_4 .slick-dots li.slick-active button,
.layout_style_4 .slick-dots li button:hover, .cate-menu .title-cate,
.recipe-search .btn-search,
.recipes-details .nav-pills > li.active > a,
.recipes-details .nav-pills > li.active > a:focus,
.recipes-details .nav-pills > li.active > a:hover,
.recipe-single-content .recipe_post_desc .title-desc:before,
.tab-pane.recipe_share a:hover,
.recipe-single-content .recipe_post_desc .recipes-desc ul li:before,
#cart_added_msg_popup, #compare_added_msg_popup,
.icon_box_content.icon_style3 .icon_box,
.services-overlay::before,
.icon_box_content.icon_style4.icon_style3 .icon_box,
.icon_box_content.icon_style4.icon_style3 .icon_box i,
.product-label span.new {
  background: var(--primary-color);
}

.tp-caption.rev-btn,
.vc_icon_element-inner:hover .vc_icon_element-icon {
  background: var(--primary-color) !important;
}

.box-offer.vc_row:before,
.box-offer .vc_column_container > .vc_column-inner.vc_row:before {
  background: linear-gradient(0deg, var(--primary-color) 0%, var(--primary-color2) 100%, var(--primary-color2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$primary_color", endColorstr="$primary_color2",GradientType=1 );
}

@media (min-width: 601px) {
  .product-content .product-action-list .product_type_simple:hover,
  .product-content .product-action-list .add_to_cart_button:hover {
    background: var(--highlight-color);
  }
  .product-content .product-action-list .product_type_simple,
  .product-content .product-action-list .add_to_cart_button {
    background: var(--primary-color);
  }
}
@media (min-width: 768px) {
  .header-profile ul a:before,
  .icon_box_content:hover .icon_box, .icon_box_content:hover .icon_box i {
    background: var(--primary-color);
  }
  .icon_box_content:hover .icon_style1 .icon_box i:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (min-width: 992px) {
  .mega-menu > li:not(.megamenu) .sub-menu, .mega-menu > li > .sub-menu {
    border-top: 1px solid var(--primary-color);
  }
}
@media (max-width: 991px) {
  .nav-sections .nav-tabs > li.active > a,
  .nav-sections .nav-tabs > li.active > a:focus,
  .nav-sections .nav-tabs > li.active > a:hover {
    color: var(--primary-color) !important;
  }
}
@media (max-width: 375px) {
  .recipe-search .btn-search span:hover:before {
    color: var(--primary-color);
  }
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background-color: var(--highlight-color);
  border-color: var(--highlight-color);
}

.blog-item .read-more a:hover {
  color: var(--highlight-color);
}

.footer-newsletter .mc4wp-form .submit:hover [type=submit],
.scroll-to-top:hover, .wpcf7-form-control.btn-primary:hover, .wpcf7-form-control.btn-primary:focus,
.info .single_add_to_cart_button:hover, .info .add_to_cart_button:hover,
#yith-quick-view-content .single_add_to_cart_button:hover,
#yith-quick-view-content .add_to_cart_button:hover,
.woocommerce-page .wishlist_table .product-add-to-cart .button:hover,
.woocommerce-page .wishlist_table .product-add-to-cart .button:focus,
.footer-v1 .footer-newsletter .mc4wp-form .submit:hover [type=submit] {
  background-color: var(--highlight-color);
}

.woocommerce-page .cart-block .btn.btn-primary:hover {
  background-color: var(--highlight-color) !important;
}

/* Color themes */
.default .button_acommo .btn_default, .default .button_acommo .btn_default:hover {
  border-color: #8262b5;
}

.awesome .button_acommo .btn_default, .awesome .button_acommo .btn_default:hover {
  border-color: #ff1a56;
}

.banana .button_acommo .btn_default, .banana .button_acommo .btn_default:hover {
  border-color: #f1c40f;
}

.cherry .button_acommo .btn_default, .cherry .button_acommo .btn_default:hover {
  border-color: #c0392b;
}

.di-serria .button_acommo .btn_default, .di-serria .button_acommo .btn_default:hover {
  border-color: #cea35f;
}

.leaf .button_acommo .btn_default, .leaf .button_acommo .btn_default:hover {
  border-color: #27ae60;
}

.nightsky .button_acommo .btn_default, .nightsky .button_acommo .btn_default:hover {
  border-color: #2980b9;
}

.orange .button_acommo .btn_default, .orange .button_acommo .btn_default:hover {
  border-color: #f96015;
}

.pastel .button_acommo .btn_default, .pastel .button_acommo .btn_default:hover {
  border-color: #ffb546;
}

.niagara .button_acommo .btn_default, .niagara .button_acommo .btn_default:hover {
  border-color: #16a085;
}

.electric .button_acommo .btn_default, .electric .button_acommo .btn_default:hover {
  border-color: #0091ea;
}

.light-taupe .button_acommo .btn_default, .light-taupe .button_acommo .btn_default:hover {
  border-color: #ad8368;
}

.pastel-red .button_acommo .btn_default, .pastel-red .button_acommo .btn_default:hover {
  border-color: #ff6d6d;
}

.light-green .button_acommo .btn_default, .light-green .button_acommo .btn_default:hover {
  border-color: #2ecc71;
}

.rodeo-dust .button_acommo .btn_default, .rodeo-dust .button_acommo .btn_default:hover {
  border-color: #c7b29b;
}

.sunglo .button_acommo .btn_default, .sunglo .button_acommo .btn_default:hover {
  border-color: #d86d65;
}