@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap");
.btn:focus {
  box-shadow: 0 0 0 3px rgba(221, 61, 8, 0.3) !important;
}

.btn-main {
  border: 2px solid #1a456f !important;
  border-radius: 5px !important;
  padding: 12px 35px !important;
  color: #1c1c1c !important;
  transition: 0.3s ease !important;
  font-weight: 500 !important;
  color: #1c1c1c !important;
  background: transparent !important;
  font-size: 14px !important;
}
.btn-main:hover {
  background: #1a456f !important;
  color: #fff !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield label {
  font-size: 14px;
  color: #1c1c1c;
  font-weight: 400;
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield label .required {
  color: #eb6626;
}
.gform_wrapper form .gform_body .gform_fields .gfield input[type=text], .gform_wrapper form .gform_body .gform_fields .gfield textarea {
  border-radius: 5px;
  padding: 15px 18px;
  margin-bottom: 22px;
  font-size: 14px;
  background: unset;
  box-shadow: unset;
  border: 2px solid #000;
  transition: 0.3 ease;
}
@media screen and (max-width: 767px) {
  .gform_wrapper form .gform_body .gform_fields .gfield input[type=text], .gform_wrapper form .gform_body .gform_fields .gfield textarea {
    padding: 12px 15px;
    font-size: 13px;
    margin: 0 0 5px;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield input[type=text]::-moz-placeholder, .gform_wrapper form .gform_body .gform_fields .gfield textarea::-moz-placeholder {
  color: #000;
  opacity: 0.7;
}
.gform_wrapper form .gform_body .gform_fields .gfield input[type=text]::placeholder, .gform_wrapper form .gform_body .gform_fields .gfield textarea::placeholder {
  color: #000;
  opacity: 0.7;
}
.gform_wrapper form .gform_body .gform_fields .gfield input[type=text]:focus, .gform_wrapper form .gform_body .gform_fields .gfield textarea:focus {
  outline: unset;
  border-color: #eb6626;
}
.gform_wrapper form .gform_footer {
  margin: 0;
  padding-top: 0;
}
.gform_wrapper form .gform_footer input[type=submit] {
  border: 2px solid #eb6626 !important;
  border-radius: 5px !important;
  padding: 15px 35px !important;
  transition: 0.3s ease !important;
  font-weight: 500 !important;
  color: #fff !important;
  background: #eb6626 !important;
  font-size: 14px !important;
}
@media screen and (max-width: 767px) {
  .gform_wrapper form .gform_footer input[type=submit] {
    font-size: 13px !important;
    padding: 7px 25px !important;
  }
}
.gform_wrapper form .gform_footer input[type=submit]:hover {
  background: transparent !important;
  color: #1c1c1c !important;
}

@media screen and (min-width: 768px) {
  body.bottom-header-fixed {
    padding-top: 71px;
  }
}
@media screen and (max-width: 767px) {
  body.bottom-header-fixed-mobile {
    padding-top: 50px;
  }
}

/* forcefull changes */
.storefront-breadcrumb {
  display: none !important;
}

a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus {
  outline-color: #1a456f !important;
}

.star-rating span::before, .quantity .plus, .quantity .minus, p.stars a:hover::after, p.stars a::after, .star-rating span::before, #payment .payment_methods li input[type=radio]:first-child:checked + label::before {
  color: #1a456f !important;
}

@media screen and (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1250px !important;
  }
}
@media screen and (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px !important;
  }
}
div.edit-link {
  display: none !important;
}

.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
  font-size: 13px !important;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-noreviews::before,
p.no-comments::before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
}

html {
  font-family: "Roboto", sans-serif !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
html a {
  transition: 0.3s ease;
  color: #1a456f;
}
html a:hover {
  color: #4db749;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif !important;
  color: #1c1c1c;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

p {
  font-weight: 400;
  font-size: 14px;
  color: #383838;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 13px;
  }
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 16px;
}

*,
*::before,
*::after,
input[type=search] {
  box-sizing: inherit;
}

body {
  font-size: 1rem;
  line-height: 1.5;
}

body,
html {
  height: 100%;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
  margin: 0;
}

blockquote,
dd,
dl,
figure,
p,
pre,
span,
b,
a,
strong,
label,
li,
tr,
th,
div,
select {
  font-family: "Roboto", sans-serif;
}

input, textarea, select, button {
  font-family: "Roboto", sans-serif !important;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

iframe {
  border: 0;
}

a:focus,
.focus a {
  outline: none !important;
}

nav ul {
  list-style: none;
}

img {
  max-width: 100%;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  touch-action: manipulation;
}

.site-content {
  margin: 0 !important;
}

textarea {
  resize: none;
}

header.site-header {
  margin: 0 !important;
  padding: 15px 0;
  border: unset;
  border-bottom: 1px solid #dfdcdc;
}
@media screen and (max-width: 767px) {
  header.site-header.fixed-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 99999999999999;
  }
}
header.site-header .col-logo {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
header.site-header .col-logo a {
  display: inline-block;
}
header.site-header .col-logo a img {
  width: 160px;
}
@media screen and (max-width: 767px) {
  header.site-header .col-logo a img {
    width: 100px;
  }
}
header.site-header .col-shortcuts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-end;
  flex-wrap: wrap;
}
header.site-header .col-shortcuts .shortcuts {
  display: inline-block;
}
header.site-header .col-shortcuts .shortcuts ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
header.site-header .col-shortcuts .shortcuts ul li {
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  header.site-header .col-shortcuts .shortcuts ul li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
header.site-header .col-shortcuts .shortcuts ul li:last-of-type {
  margin-right: 0;
  margin-left: 6px;
}
@media screen and (min-width: 768px) {
  header.site-header .col-shortcuts .shortcuts ul li.mobile_menu, header.site-header .col-shortcuts .shortcuts ul li.mobile_search {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header.site-header .col-shortcuts .shortcuts ul li.mobile_menu, header.site-header .col-shortcuts .shortcuts ul li.mobile_search {
    margin-left: 13px;
  }
}
@media screen and (max-width: 767px) {
  header.site-header .col-shortcuts .shortcuts ul li.mobile_menu img, header.site-header .col-shortcuts .shortcuts ul li.mobile_search img {
    border-radius: unset;
    width: 19px;
  }
}
header.site-header .col-shortcuts .shortcuts ul li a:hover {
  text-decoration: underline;
}
header.site-header .col-shortcuts .shortcuts ul li a i {
  font-size: 19px;
  color: #000;
}
@media screen and (max-width: 767px) {
  header.site-header .col-shortcuts .shortcuts ul li a i {
    font-size: 17px;
  }
}
header.site-header .col-shortcuts .shortcuts ul li a span.count {
  position: absolute;
  top: -16px;
  right: -19px;
  font-size: 10px;
  color: #fff;
  background: #000;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
@media screen and (max-width: 767px) {
  header.site-header .col-shortcuts .shortcuts ul li a span.count {
    font-size: 8px;
    width: 18px;
    height: 18px;
    top: -8px;
    right: -17px;
  }
}

.top-header-bar {
  background: #000;
}
@media screen and (max-width: 767px) {
  .top-header-bar .col-menu-top {
    display: none;
  }
}
.top-header-bar .col-menu-top ul.menu {
  display: flex;
  flex-direction: row;
  align-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 10px 0;
}
.top-header-bar .col-menu-top ul.menu li {
  margin-right: 15px;
}
.top-header-bar .col-menu-top ul.menu li:last-of-type {
  margin-right: 0;
}
.top-header-bar .col-menu-top ul.menu li:last-of-type:hover > ul {
  display: block;
}
.top-header-bar .col-menu-top ul.menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.top-header-bar .col-menu-top ul.menu li a:hover {
  text-decoration: unset;
  color: #4db749;
}
.top-header-bar .col-lang-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .top-header-bar .col-lang-top {
    justify-content: flex-start;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.top-header-bar .col-lang-top span {
  color: #fff;
  font-weight: 300;
  display: inline-block;
  font-size: 13px;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 767px) {
  .top-header-bar .col-lang-top span {
    font-size: 12px;
  }
}
.top-header-bar .col-lang-top .info_free_shipping {
  display: inline-block;
}
.top-header-bar .col-lang-top .info_free_shipping i {
  color: #fff;
  display: inline-block;
  margin-right: 3px;
  font-size: 16px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .top-header-bar .col-lang-top .info_free_shipping i {
    font-size: 14px;
  }
}
.top-header-bar .col-lang-top .info_free_shipping p {
  margin: 0;
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .top-header-bar .col-lang-top .info_free_shipping p {
    font-size: 12px;
  }
}

.bottom-header-info {
  padding: 12px 0;
  border-bottom: 1px solid #dfdcdc;
}
@media screen and (max-width: 767px) {
  .bottom-header-info {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .bottom-header-info.fixed-mobile {
    position: fixed;
    top: 62px;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 99999999999999;
  }
}
@media screen and (max-width: 767px) {
  .bottom-header-info.active_mobile {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .bottom-header-info.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 99999999999999;
  }
}
@media screen and (max-width: 767px) {
  .bottom-header-info .col-menu-trigger {
    display: none;
  }
}
.bottom-header-info .col-menu-trigger .menu_items {
  width: 228px;
  display: none;
  position: absolute;
  z-index: 999;
  padding-top: 14px;
}
.bottom-header-info .col-menu-trigger .menu_items.active {
  display: block;
}
.bottom-header-info .col-menu-trigger .menu_items > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 228px;
}
.bottom-header-info .col-menu-trigger .menu_items > ul:hover li:last-of-type a {
  border-bottom-right-radius: 0;
}
.bottom-header-info .col-menu-trigger .menu_items > ul ul.sub_menu {
  display: none;
  position: absolute;
  top: 14px;
  left: 228px;
  background: #fff;
  padding: 10px 20px;
  margin: 0;
  list-style: unset;
  height: calc(100% - 14px);
  width: 300px;
  border-bottom-right-radius: 5px;
}
.bottom-header-info .col-menu-trigger .menu_items > ul ul.sub_menu li:hover .sub_child_menu {
  display: block;
}
.bottom-header-info .col-menu-trigger .menu_items > ul ul.sub_menu li .sub_child_menu {
  position: absolute;
  top: 0;
  left: 284px;
  background: #fff;
  padding: 10px 20px;
  margin: 0;
  list-style: unset;
  height: 100%;
  width: 100%;
  border-bottom-right-radius: 5px;
  display: none;
}
.bottom-header-info .col-menu-trigger .menu_items > ul ul.sub_menu li a {
  position: relative;
}
.bottom-header-info .col-menu-trigger .menu_items > ul ul.sub_menu li a i {
  position: absolute;
  top: 11px;
  font-size: 13px;
  right: 8px;
  color: #4db749;
}
.bottom-header-info .col-menu-trigger .menu_items > ul ul.sub_menu li:last-of-type a {
  border-bottom: unset;
}
.bottom-header-info .col-menu-trigger .menu_items > ul ul.sub_menu li:last-of-type a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.bottom-header-info .col-menu-trigger .menu_items > ul ul.sub_menu li > a {
  padding: 7px 20px 7px 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
  background: #fff;
  color: rgb(102, 102, 102);
  border-radius: 5px;
}
.bottom-header-info .col-menu-trigger .menu_items > ul ul.sub_menu li > a:hover {
  background: #f7f7f7;
  color: #4db749;
}
.bottom-header-info .col-menu-trigger .menu_items > ul li:hover ul.sub_menu {
  display: block;
}
.bottom-header-info .col-menu-trigger .menu_items > ul > li > a {
  padding: 10px 20px 10px 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
  background: #fff;
  color: rgb(102, 102, 102);
  border-bottom: 1px solid rgb(228, 228, 228);
  position: relative;
}
.bottom-header-info .col-menu-trigger .menu_items > ul > li > a i {
  position: absolute;
  top: 15px;
  font-size: 13px;
  right: 15px;
  color: #4db749;
}
.bottom-header-info .col-menu-trigger .menu_items > ul > li > a img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  opacity: 0.7;
}
.bottom-header-info .col-menu-trigger .menu_items > ul > li > a:hover {
  background: #f7f7f7;
  color: #1c1c1c;
}
.bottom-header-info .col-menu-trigger .menu_items > ul > li > a:hover img {
  opacity: 1;
}
.bottom-header-info .col-menu-trigger .menu_items > ul > li:last-of-type a {
  border-bottom: unset;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.bottom-header-info .col-menu-trigger .menu-trigger {
  display: inline-block;
  background: #4db749;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}
.bottom-header-info .col-menu-trigger .menu-trigger span {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-right: 40px;
}
.bottom-header-info .col-menu-trigger .menu-bottom-header {
  display: inline-block;
  padding-left: 30px;
}
@media screen and (max-width: 992px) {
  .bottom-header-info .col-menu-trigger .menu-bottom-header {
    display: none;
  }
}
.bottom-header-info .col-menu-trigger .menu-bottom-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.bottom-header-info .col-menu-trigger .menu-bottom-header ul li {
  margin-right: 25px;
}
.bottom-header-info .col-menu-trigger .menu-bottom-header ul li:last-of-type {
  margin-right: 0;
}
.bottom-header-info .col-menu-trigger .menu-bottom-header ul li a {
  font-size: 14px;
  color: #1c1c1c;
  font-weight: 500;
}
.bottom-header-info .col-menu-trigger .menu-bottom-header ul li a:hover {
  color: #4db749;
}
.bottom-header-info .col-search {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-end;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bottom-header-info .col-search {
    align-content: flex-start;
  }
}
.bottom-header-info .col-search .search-button {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .bottom-header-info .col-search .search-button {
    top: -3px;
    right: 11px;
  }
}
.bottom-header-info .col-search .search-button i {
  font-size: 16px;
  color: #1c1c1c;
}
.bottom-header-info .col-search .woocommerce-product-search {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .bottom-header-info .col-search .woocommerce-product-search {
    width: 100%;
  }
}
.bottom-header-info .col-search .woocommerce-product-search input[type=search] {
  background: unset;
  box-shadow: unset;
  border: 2px solid #E4E4E4;
  font-size: 14px;
  padding: 10px;
  padding-right: 80px;
  border-radius: 6px;
  transition: 0.3s ease;
  color: #1c1c1c;
}
@media screen and (max-width: 767px) {
  .bottom-header-info .col-search .woocommerce-product-search input[type=search] {
    width: 100%;
    padding: 7px 10px;
  }
}
.bottom-header-info .col-search .woocommerce-product-search input[type=search]::-moz-placeholder {
  color: #1c1c1c;
  font-weight: 400;
}
.bottom-header-info .col-search .woocommerce-product-search input[type=search]::placeholder {
  color: #1c1c1c;
  font-weight: 400;
}
.bottom-header-info .col-search .woocommerce-product-search input[type=search]:focus {
  outline: unset !important;
  border-color: #000;
}
.bottom-header-info .col-search .woocommerce-product-search button[type=submit] {
  display: none;
}

.banners .owl-banner-home .item {
  position: relative;
}
.banners .owl-banner-home .item .banner-content {
  height: 65vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banners .owl-banner-home .item .banner-content .wrapper-banner-content {
  z-index: 2;
  position: relative;
}
.banners .owl-banner-home .item .banner-content .wrapper-banner-content h2 {
  color: #fff;
  font-weight: 500;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .banners .owl-banner-home .item .banner-content .wrapper-banner-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.banners .owl-banner-home .item .banner-content .wrapper-banner-content h4 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 35px;
}
@media screen and (max-width: 767px) {
  .banners .owl-banner-home .item .banner-content .wrapper-banner-content h4 {
    font-size: 14px;
    line-height: 26px;
  }
}
.banners .owl-banner-home .item .banner-content .wrapper-banner-content .btn-banner {
  background: #fff !important;
  font-size: 14px !important;
  margin: 15px 0 0;
  border-radius: 3px !important;
  padding: 11px 20px !important;
  color: #1c1c1c !important;
  transition: 0.3s ease;
}
.banners .owl-banner-home .item .banner-content .wrapper-banner-content .btn-banner i {
  font-size: 12px;
  margin-left: 7px;
}
.banners .owl-banner-home .item .banner-content .wrapper-banner-content .btn-banner:hover {
  background: #4db749 !important;
  color: #fff !important;
}
.banners .owl-banner-home .item .banner-content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .banners .owl-banner-home .item .banner-content-overlay {
    background: rgba(0, 0, 0, 0.4);
  }
}
.banners .owl-banner-home .owl-dots {
  margin: 0;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  width: 100%;
}
.banners .owl-banner-home .owl-dots button.owl-dot {
  transition: 0.3s ease;
}
.banners .owl-banner-home .owl-dots button.owl-dot:hover span, .banners .owl-banner-home .owl-dots button.owl-dot.active span {
  background: #4db749;
}
.banners .owl-banner-home .owl-dots button.owl-dot span {
  transition: 0.3s ease;
  width: 8px;
  height: 8px;
}
.banners .owl-banner-home .owl-dots button.owl-dot.active span {
  width: 25px;
}

.featured_cats {
  padding: 70px 0 65px;
}
.featured_cats .featured_cats_listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .featured_cats .featured_cats_listing {
    padding-bottom: 0;
  }
}
.featured_cats .featured_cats_listing .featured_cat {
  position: relative;
}
@media screen and (max-width: 767px) {
  .featured_cats .featured_cats_listing .featured_cat {
    margin: 0 0 40px;
    min-width: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .featured_cats .featured_cats_listing .featured_cat {
    margin: 0 50px 35px 0;
  }
}
.featured_cats .featured_cats_listing .featured_cat::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -41px;
  width: 30%;
  height: 1px;
  background: #E4E4E4;
  transition: 0.3s ease;
  left: 35%;
}
@media screen and (max-width: 992px) {
  .featured_cats .featured_cats_listing .featured_cat::before {
    content: unset;
  }
}
.featured_cats .featured_cats_listing .featured_cat:hover::before {
  width: 100%;
  background: #4db749;
  height: 2px;
  left: 0;
}
.featured_cats .featured_cats_listing .featured_cat:hover h4 {
  color: #4db749;
}
.featured_cats .featured_cats_listing .featured_cat a {
  display: block;
  text-align: center;
}
.featured_cats .featured_cats_listing .featured_cat a img {
  width: 45px;
  height: 45px;
  margin: 0 auto 20px;
}
.featured_cats .featured_cats_listing .featured_cat a h4 {
  font-size: 14px;
  color: #1c1c1c;
  font-weight: 400;
  margin: 0;
  transition: 0.3s ease;
}

.featured_products {
  padding: 0 0 30px;
}
.featured_products .title_featured {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 30px;
}
.featured_products .title_featured h4 {
  font-size: 21px;
  font-weight: 500;
}
.featured_products .title_featured a {
  display: inline-block;
  color: #1c1c1c;
  transition: 0.3s ease;
  font-size: 15px;
  font-weight: 500;
}
.featured_products .title_featured a:hover i {
  border-color: #4db749;
}
.featured_products .title_featured a i {
  font-size: 12px;
  border: 2px solid transparent;
  width: 20px;
  height: 20px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  border-radius: 100%;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.featured_products .title_featured a:hover {
  color: #4db749;
}
.featured_products .featured_products ul.products li.product {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .featured_products .featured_products_col ul.products {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media screen and (min-width: 993px) {
  .featured_products .featured_products_col ul.products li.product {
    margin: 0 0 30px;
    width: 23% !important;
    margin-right: 2% !important;
  }
}
@media screen and (max-width: 992px) {
  .featured_products .featured_products_col ul.products li.product {
    margin: 0 0 30px;
    width: 48% !important;
    margin-right: 4% !important;
  }
}
@media screen and (max-width: 992px) {
  .featured_products .featured_products_col ul.products li.product:nth-of-type(even) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 992px) {
  ul.products {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
ul.products li.product {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 10px 3px;
  text-align: left !important;
  padding: 0 0 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  transition: 0.3s ease;
  border-radius: 5px;
  position: relative;
  margin: 0 0 35px !important;
}
ul.products li.product:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
ul.products li.product.last {
  margin-right: 0 !important;
}
@media screen and (max-width: 992px) {
  ul.products li.product.last {
    margin-right: 4% !important;
  }
}
@media screen and (max-width: 992px) {
  ul.products li.product {
    margin: 0 0 30px;
    width: 48% !important;
    margin-right: 4% !important;
  }
}
@media screen and (max-width: 992px) {
  ul.products li.product:nth-of-type(even) {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 993px) {
  ul.products li.product {
    width: 31.6% !important;
    margin-right: 2.5% !important;
  }
}
ul.products li.product a.woocommerce-loop-product__link img {
  margin: 0;
  padding: 20px;
}
ul.products li.product .product_info_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 56px;
}
@media screen and (max-width: 1199px) {
  ul.products li.product .product_info_wrapper {
    min-height: initial;
  }
}
@media screen and (max-width: 1199px) {
  ul.products li.product .product_info_wrapper {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 1199px) {
  ul.products li.product .product_info_wrapper {
    flex-direction: column;
  }
}
ul.products li.product .product_info_wrapper span {
  display: block;
}
ul.products li.product .product_info_wrapper .product_cats {
  padding: 20px 0 0 12px;
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  ul.products li.product .product_info_wrapper .product_cats {
    padding: 0 0 0 12px;
  }
}
ul.products li.product .product_info_wrapper .product_cats span {
  color: rgb(170, 170, 170);
  font-size: 12px;
  line-height: 18px;
}
@media screen and (max-width: 1199px) {
  ul.products li.product .product_info_wrapper .product_cats span {
    font-size: 10px;
    line-height: 15px;
  }
}
ul.products li.product .product_info_wrapper .product_cats span:last-of-type .separator {
  display: none;
}
ul.products li.product .product_info_wrapper .product_brand {
  text-align: right;
  padding: 20px 12px 0 0;
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  ul.products li.product .product_info_wrapper .product_brand {
    text-align: left;
    padding: 5px 5px 0 12px;
  }
}
ul.products li.product .product_info_wrapper .product_brand span {
  color: #000;
  font-size: 12px;
  line-height: 18px;
}
@media screen and (max-width: 1199px) {
  ul.products li.product .product_info_wrapper .product_brand span {
    font-size: 10px;
    line-height: 15px;
  }
}
ul.products li.product .onsale {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
  font-weight: 500;
  color: #1c1c1c;
  padding: 4px 10px;
  border-color: #1c1c1c;
  border-radius: 0;
}
ul.products li.product h2 {
  padding: 8px 10px 0 12px;
  font-size: 14px !important;
  margin: 0 !important;
  min-height: 45px;
}
@media screen and (max-width: 767px) {
  ul.products li.product h2 {
    margin: 0 0 20px !important;
  }
}
ul.products li.product span.price {
  padding-left: 12px;
  font-size: 14px;
  margin: 6px 0 0;
  color: #4db749;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  ul.products li.product span.price {
    font-size: 13px;
  }
}
ul.products li.product span.price del {
  opacity: 0.3;
  color: #1c1c1c;
  font-weight: 500;
  order: 2;
}
ul.products li.product span.price ins {
  margin: 0;
  font-weight: 500;
  order: 1;
  margin-right: 5px;
}
ul.products li.product .button {
  display: none;
}

.featured_info {
  padding: 0 0 70px;
}
@media screen and (max-width: 767px) {
  .featured_info {
    padding: 0 0 30px;
  }
}
.featured_info .col-featured-home .featured_home_wrapper {
  background: url("/wp-content/uploads/2022/04/fake-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .featured_info .col-featured-home .featured_home_wrapper {
    margin: 0 0 30px;
  }
}
.featured_info .col-featured-home .featured_home_wrapper:hover span.featured_sub_info {
  background: #000;
  color: #fff;
  border-color: #000;
}
.featured_info .col-featured-home .featured_home_wrapper span.featured_sub_info {
  max-width: 50%;
  border: 1px solid #4db749;
  text-align: center;
  font-size: 13px;
  background: #4db749;
  padding: 5px 0;
  border-radius: 5px;
  color: #fff;
  transition: 0.3s ease;
  z-index: 9;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .featured_info .col-featured-home .featured_home_wrapper span.featured_sub_info {
    width: 50%;
  }
}
.featured_info .col-featured-home .featured_home_wrapper h5 {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  z-index: 9;
}
.featured_info .col-featured-home .featured_home_wrapper a {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  z-index: 9;
}
.featured_info .col-featured-home .featured_home_wrapper a i {
  font-size: 13px;
  color: #4db749;
  margin-left: 3px;
  transition: 0.3s ease;
}
.featured_info .col-featured-home .featured_home_wrapper a:hover {
  text-decoration: unset;
}
.featured_info .col-featured-home .featured_home_wrapper a:hover i {
  margin-left: 6px;
}
.featured_info .col-featured-home .featured_home_wrapper .featured_home_wrapper_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 69, 111, 0.6);
}

.featured_products_recent .featured_products ul.products li.product {
  margin: 0 0 35px;
}

.about_us {
  padding: 0 0 60px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .about_us .col-about_us-img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .about_us .col-about_us-intro {
    margin: 0 0 30px;
  }
}
.about_us .col-about_us-intro h3 {
  margin: 0 0 20px;
  font-size: 21px;
  font-weight: 500;
  color: #1c1c1c;
}
.about_us .col-about_us-intro .about_us-intro-text {
  margin: 0 0 20px;
}
.about_us .col-about_us-intro .about_us-intro-text p {
  font-size: 13px;
  margin: 0 0 10px;
  color: #1c1c1c;
}
.about_us .col-about_us-intro .about_us-intro-text p:last-of-type {
  margin: 0;
}
.about_us .col-info-items {
  padding-left: 20px;
  display: flex;
}
.about_us .col-info-items ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%;
}
.about_us .col-info-items ul li {
  border-bottom: 1px solid rgb(221, 221, 221);
  padding: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .about_us .col-info-items ul li {
    padding: 20px 0;
  }
}
.about_us .col-info-items ul li .col-info-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about_us .col-info-items ul li .col-info-number {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about_us .col-info-items ul li .col-info-number h5 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin: 0;
}
.about_us .col-info-items ul li .col-info-info h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px;
  color: #1c1c1c;
}
.about_us .col-info-items ul li .col-info-info .sub_title_info p {
  margin: 0;
  font-size: 13px;
  line-height: 19px;
  font-weight: 300;
  color: rgb(102, 102, 102);
}

.brands {
  padding: 40px 0 30px;
  border-top: 1px solid #ddd;
}
.brands.brands_about_us {
  border-top: unset;
}
.brands .owl-brands .item img {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .brands .owl-brands .item img {
    width: 125px;
  }
}
.brands .owl-brands .owl-dots {
  margin: 25px 0 0 !important;
  width: 100%;
}
.brands .owl-brands .owl-dots button.owl-dot {
  transition: 0.3s ease;
}
.brands .owl-brands .owl-dots button.owl-dot:hover span, .brands .owl-brands .owl-dots button.owl-dot.active span {
  background: #4db749;
}
.brands .owl-brands .owl-dots button.owl-dot span {
  transition: 0.3s ease;
  width: 8px;
  height: 8px;
}
.brands .owl-brands .owl-dots button.owl-dot.active span {
  width: 25px;
}

.newsletter {
  background: #000;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .newsletter {
    padding: 30px 0;
  }
}
.newsletter .col-newsletter-intro {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .newsletter .col-newsletter-intro {
    margin: 0 0 30px;
  }
}
.newsletter .col-newsletter-intro i {
  color: #fff;
  font-size: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .newsletter .col-newsletter-intro i {
    font-size: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .newsletter .col-newsletter-intro i {
    font-size: 28px;
  }
}
.newsletter .col-newsletter-intro .intro_newsletter h5 {
  color: #fff;
  margin: 0 0 5px;
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  .newsletter .col-newsletter-intro .intro_newsletter h5 {
    font-size: 16px;
  }
}
.newsletter .col-newsletter-intro .intro_newsletter h6 {
  color: #d7d7d7;
  margin: 0;
  font-size: 13px;
}
@media screen and (max-width: 1199px) {
  .newsletter .col-newsletter-intro .intro_newsletter h6 {
    font-size: 12px;
  }
}
.newsletter .col-newsletter-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .newsletter .col-newsletter-form {
    margin: 0 0 30px;
  }
}
.newsletter .col-newsletter-form form {
  margin: 0;
  width: 100%;
}
.newsletter .col-newsletter-form form input[type=text] {
  padding: 10px 15px;
  background: #fff;
  box-shadow: unset;
  font-size: 14px;
  width: 55%;
  color: #1c1c1c;
  border-radius: 5px;
}
.newsletter .col-newsletter-form form input[type=text]::-moz-placeholder {
  color: #1c1c1c;
  opacity: 0.9;
}
.newsletter .col-newsletter-form form input[type=text]::placeholder {
  color: #1c1c1c;
  opacity: 0.9;
}
.newsletter .col-newsletter-form form input[type=submit] {
  border: 2px solid #4db749 !important;
  border-radius: 5px !important;
  padding: 9px 35px !important;
  transition: 0.3s ease !important;
  font-weight: 500 !important;
  color: #fff !important;
  background: #4db749 !important;
  font-size: 14px !important;
  margin-left: 8px;
}
.newsletter .col-newsletter-form form input[type=submit]:hover {
  background: transparent !important;
  color: #fff !important;
}
.newsletter .col-socials {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.newsletter .col-socials .socials ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.newsletter .col-socials .socials ul li {
  margin-right: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .newsletter .col-socials .socials ul li {
    margin-right: 10px;
  }
}
.newsletter .col-socials .socials ul li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  background: transparent;
  padding: 10px;
  border-radius: 100%;
  border: 2px solid rgba(196, 196, 196, 0.57);
  transition: 0.4s ease;
}
@media screen and (max-width: 767px) {
  .newsletter .col-socials .socials ul li a {
    padding: 8px;
  }
}
.newsletter .col-socials .socials ul li a:hover {
  background: #fff;
  border-color: #fff;
}
.newsletter .col-socials .socials ul li a:hover i {
  color: #000;
}
.newsletter .col-socials .socials ul li a i {
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .newsletter .col-socials .socials ul li a i {
    font-size: 15px;
    width: 15px;
    height: 15px;
  }
}

footer.site-footer {
  padding: 60px 0 50px;
  background-color: #f1f3f8;
}
@media screen and (max-width: 767px) {
  footer.site-footer {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  footer.site-footer .col-footer-menu {
    margin: 0 0 30px;
  }
}
footer.site-footer .col-footer-menu h4 {
  font-size: 18px;
  font-weight: 500;
  color: #1c1c1c;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  footer.site-footer .col-footer-menu h4 {
    font-size: 16px;
  }
}
footer.site-footer .col-footer-menu ul.contacts {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
footer.site-footer .col-footer-menu ul.contacts li {
  margin: 0 0 4px;
}
footer.site-footer .col-footer-menu ul.contacts li a {
  text-decoration: unset;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  footer.site-footer .col-footer-menu ul.contacts li a {
    font-size: 13px;
  }
}
footer.site-footer .col-footer-menu ul.contacts li a i {
  font-size: 15px;
  color: #000;
  margin-right: 5px;
}
footer.site-footer .col-footer-menu ul.contacts li a:hover {
  text-decoration: unset;
  color: #000;
}
footer.site-footer .col-footer-menu ul.menu {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
footer.site-footer .col-footer-menu ul.menu li {
  margin: 0 0 4px;
}
footer.site-footer .col-footer-menu ul.menu li a {
  text-decoration: unset;
  font-size: 14px;
  color: #1c1c1c;
}
@media screen and (max-width: 767px) {
  footer.site-footer .col-footer-menu ul.menu li a {
    font-size: 13px;
  }
}
footer.site-footer .col-footer-menu ul.menu li a:hover {
  text-decoration: underline;
}
footer.site-footer .col-footer-menu .wrapper_scoring {
  margin: 20px 0 -10px;
}
@media screen and (max-width: 767px) {
  footer.site-footer .col-footer-menu .wrapper_scoring {
    margin: 30px 0 -10px;
  }
}
footer.site-footer .col-footer-menu .wrapper_scoring img {
  width: 125px;
}
@media screen and (max-width: 767px) {
  footer.site-footer .col-footer-menu .wrapper_scoring img {
    width: 100px;
  }
}
footer.site-footer .col-info-footer {
  margin: 50px 0 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  footer.site-footer .col-info-footer {
    margin: 10px 0 0;
  }
}
footer.site-footer .col-info-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
footer.site-footer .col-info-footer ul li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  footer.site-footer .col-info-footer ul li {
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 767px) {
  footer.site-footer .col-info-footer ul li:last-of-type {
    margin: 0;
  }
}
footer.site-footer .col-info-footer ul li i {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: 15px;
  font-size: 32px;
  color: #000;
}
@media screen and (max-width: 767px) {
  footer.site-footer .col-info-footer ul li i {
    font-size: 26px;
    min-width: 35px;
  }
}
footer.site-footer .col-info-footer ul li .info_content h4 {
  margin: 0 0 4px;
  font-size: 16px;
  color: #1c1c1c;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  footer.site-footer .col-info-footer ul li .info_content h4 {
    font-size: 14px;
  }
}
footer.site-footer .col-info-footer ul li .info_content h5 {
  margin: 0;
  font-size: 14px;
  color: rgb(102, 102, 102);
}
@media screen and (max-width: 767px) {
  footer.site-footer .col-info-footer ul li .info_content h5 {
    font-size: 13px;
  }
}
footer.site-footer .col-copyright {
  margin: 30px 0 0;
}
footer.site-footer .col-copyright h6 {
  color: #1c1c1c;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  footer.site-footer .col-copyright h6 {
    font-size: 11px;
    line-height: 17px;
  }
}
footer.site-footer .col-copyright h6 a {
  font-weight: 500;
  color: #4db749 !important;
}
footer.site-footer .col-copyright h6 a:hover {
  text-decoration: underline;
}

.woocommerce-products-header {
  padding: 35px 0 !important;
  margin: 0 0 50px !important;
  background: #f1f3f8;
}
.woocommerce-products-header h1 {
  text-align: center;
  font-size: 32px !important;
  font-weight: 500;
  color: #1c1c1c;
}
@media screen and (max-width: 767px) {
  .woocommerce-products-header h1 {
    font-size: 24px !important;
    text-align: center;
  }
}
.woocommerce-products-header .product_cat_path ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.woocommerce-products-header .product_cat_path ul li {
  font-size: 14px;
  color: #1c1c1c;
  margin-left: 5px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .woocommerce-products-header .product_cat_path ul li {
    font-size: 13px !important;
  }
}
.woocommerce-products-header .product_cat_path ul li a {
  font-size: 14px;
  color: #4db749;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .woocommerce-products-header .product_cat_path ul li a {
    font-size: 13px !important;
  }
}
.woocommerce-products-header .product_cat_path ul li a:hover {
  text-decoration: underline;
}

.shop_wrapper .col-products-content ul.products li.product.last {
  margin-right: 0 !important;
}
@media screen and (max-width: 992px) {
  .shop_wrapper .col-products-content ul.products li.product.last {
    margin-right: 4% !important;
  }
}
@media screen and (max-width: 992px) {
  .shop_wrapper .col-products-content ul.products li.product:nth-of-type(even) {
    margin-right: 0 !important;
  }
}
.shop_wrapper .storefront-sorting {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.shop_wrapper .storefront-sorting:last-of-type .woocommerce-pagination {
  width: 100%;
}
.shop_wrapper .storefront-sorting:last-of-type .woocommerce-ordering, .shop_wrapper .storefront-sorting:last-of-type .woocommerce-result-count {
  display: none;
}
@media screen and (max-width: 992px) {
  .shop_wrapper .storefront-sorting {
    margin: 0 0 50px !important;
  }
}
.shop_wrapper .storefront-sorting .woocommerce-ordering select {
  background: unset;
  box-shadow: unset;
  border: 2px solid #E4E4E4;
  font-size: 14px;
  padding: 10px;
  border-radius: 6px;
  transition: 0.3s ease;
  color: #1c1c1c;
}
.shop_wrapper .storefront-sorting .woocommerce-ordering select:focus {
  outline: unset !important;
  border-color: #000;
}
.shop_wrapper .storefront-sorting .woocommerce-result-count {
  margin: 0;
  padding: 0;
  position: relative;
  top: 13px;
  font-size: 12px;
  color: #1c1c1c;
}
.shop_wrapper .storefront-sorting .woocommerce-pagination {
  float: unset !important;
  border: unset !important;
}
@media screen and (max-width: 992px) {
  .shop_wrapper .storefront-sorting .woocommerce-pagination {
    padding: 0 !important;
  }
}
.shop_wrapper .storefront-sorting .woocommerce-pagination button {
  border: 2px solid #4db749;
  border-radius: 5px;
  padding: 11px 35px;
  background: #4db749;
  color: #fff;
  font-weight: 400;
  transition: 0.3s ease;
  margin: 0 0 50px;
}
.shop_wrapper .storefront-sorting .woocommerce-pagination button:hover {
  background: #000;
  border-color: #000;
}
.shop_wrapper .storefront-sorting .woocommerce-pagination .blockUI {
  border-radius: 5px !important;
}
.shop_wrapper .col-products-content {
  order: 2;
}
@media screen and (max-width: 767px) {
  .shop_wrapper .col-products-content {
    order: 1;
  }
}
.shop_wrapper .col-cats_filter {
  order: 1;
}
@media screen and (max-width: 767px) {
  .shop_wrapper .col-cats_filter {
    order: 2;
  }
}
.shop_wrapper .col-cats_filter .cats_filter h3 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 30px;
  color: #1c1c1c;
  position: relative;
}
.shop_wrapper .col-cats_filter .cats_filter h3::before {
  content: "";
  display: block;
  width: 55px;
  height: 3px;
  position: absolute;
  bottom: -7px;
  background: #4db749;
}
.shop_wrapper .col-cats_filter .cats_filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shop_wrapper .col-cats_filter .cats_filter ul li {
  margin: 0 0 12px;
  position: relative;
}
.shop_wrapper .col-cats_filter .cats_filter ul li > a {
  display: flex;
  padding: 10px 13px;
  border-radius: 5px;
  background: #f7f7f7;
  color: #1c1c1c;
  font-size: 13px;
  text-transform: uppercase;
}
.shop_wrapper .col-cats_filter .cats_filter ul li > a.active, .shop_wrapper .col-cats_filter .cats_filter ul li > a:hover {
  background: #e0e0e0;
  color: #4db749;
}
.shop_wrapper .col-cats_filter .cats_filter ul li .trigger_sub_menu {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 15px;
  cursor: pointer;
}
.shop_wrapper .col-cats_filter .cats_filter ul li .trigger_sub_menu i {
  font-size: 12px;
  color: #1c1c1c;
}
.shop_wrapper .col-cats_filter .cats_filter ul li ul.sub_menu {
  padding-left: 10px;
  margin: 15px 0 20px;
  display: none;
}
.shop_wrapper .col-cats_filter .cats_filter ul li ul.sub_menu.active {
  display: block;
}
.shop_wrapper .col-cats_filter .cats_filter ul li ul.sub_menu .sub_child_menu {
  margin: 10px 0 20px;
  padding-left: 10px;
  display: none;
}
.shop_wrapper .col-cats_filter .cats_filter ul li ul.sub_menu .sub_child_menu.active, .shop_wrapper .col-cats_filter .cats_filter ul li ul.sub_menu .sub_child_menu.active_sub {
  display: block;
}
.shop_wrapper .col-cats_filter .cats_filter ul li ul li {
  position: relative;
}
.shop_wrapper .col-cats_filter .cats_filter ul li ul li .triggersub_child_menu {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 15px;
  cursor: pointer;
}
.shop_wrapper .col-cats_filter .cats_filter ul li ul li .triggersub_child_menu i {
  font-size: 12px;
  color: #1c1c1c;
}
.shop_wrapper .col-cats_filter .product_filters {
  margin: 25px 0 25px;
  border: 2px solid #E4E4E4;
  border-radius: 5px;
  padding: 20px 15px;
}
.shop_wrapper .col-cats_filter .product_filters form {
  margin: 0;
}
.shop_wrapper .col-cats_filter .product_filters h4 {
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: 500;
  color: #1c1c1c;
}
.shop_wrapper .col-cats_filter .product_filters ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shop_wrapper .col-cats_filter .product_filters ul.brands_filter {
  max-height: 300px;
  overflow: auto;
}
.shop_wrapper .col-cats_filter .product_filters ul.brands_filter li {
  margin: 0 0 5px;
  display: flex;
  flex-direction: row;
}
.shop_wrapper .col-cats_filter .product_filters ul li label {
  font-size: 13px;
  color: #1c1c1c;
  cursor: pointer;
}
.shop_wrapper .col-cats_filter .product_filters ul li input:focus {
  outline: none;
}
.shop_wrapper .col-cats_filter .product_filters .price-range {
  margin: 25px 0 0;
}
.shop_wrapper .col-cats_filter .product_filters .price-range h4 {
  font-size: 16px;
  margin: 0 0 22px;
  font-weight: 500;
  color: #1c1c1c;
}
.shop_wrapper .col-cats_filter .product_filters .price-range #amount {
  margin: 10px 0 30px;
}
.shop_wrapper .col-cats_filter .product_filters .price-range #slider-range {
  border: unset;
  border-color: #e5e5e5;
  height: 4px;
  background: #e5e5e5;
  width: 75%;
}
.shop_wrapper .col-cats_filter .product_filters .price-range #slider-range .ui-slider-range {
  background: #000;
}
.shop_wrapper .col-cats_filter .product_filters .price-range #slider-range .ui-slider-handle {
  position: absolute;
  top: 1px;
  z-index: 2;
  width: 12px;
  height: 12px;
  border-radius: 1em;
  cursor: ew-resize;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  margin-top: -5px;
  margin-left: auto;
  opacity: 1;
  border: 2px solid rgb(0, 0, 0);
}
.shop_wrapper .col-cats_filter .product_filters .price-range #slider-range .ui-slider-handle:focus {
  outline: unset;
  border-color: #4db749;
}
.shop_wrapper .col-cats_filter .product_filters .form_footer input[type=submit] {
  padding: 10px 35px;
  border-radius: 5px;
  background: transparent;
  border: 2px solid #4db749;
  transition: 0.3s ease;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 400;
}
.shop_wrapper .col-cats_filter .product_filters .form_footer input[type=submit]:hover {
  background: #4db749;
  color: #fff;
}

.single-product .woocommerce .woocommerce-info:last-of-type {
  margin: 0;
}
.single-product .content-area {
  padding: 60px 0 0;
}
.single-product #primary, .single-product #main {
  margin-bottom: 0 !important;
}
.single-product .storefront-sticky-add-to-cart {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .single-product .product {
    padding: 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .single-product .product .woocommerce-product-gallery {
    width: 43.13% !important;
    margin-right: 2% !important;
    margin-bottom: 30px !important;
  }
  .single-product .product .summary {
    width: 54.522% !important;
  }
}
.single-product .product .onsale {
  position: absolute;
  top: 15px;
  left: 44%;
  background: #353535;
  font-size: 9px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 999;
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .single-product .product .onsale {
    left: 42%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .single-product .product .onsale {
    left: 39%;
  }
}
@media screen and (max-width: 768px) {
  .single-product .product .onsale {
    left: 2%;
  }
}
.single-product .product .storefront-product-pagination {
  display: none !important;
}
.single-product .product .summary .product_meta span {
  color: #1c1c1c;
  font-weight: 400;
  font-size: 13px;
}
.single-product .product .summary .product_meta .posted_in {
  display: none;
}
.single-product .product .summary .edit-link {
  display: none !important;
}
.single-product .product .summary .product_sku {
  font-size: 14px;
  color: #1c1c1c;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .single-product .product .summary .product_sku {
    font-size: 12px;
  }
}
.single-product .product .summary h1 {
  font-size: 26px;
  line-height: 32px !important;
  font-weight: 500;
  line-height: 38px;
  color: #1c1c1c;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .single-product .product .summary h1 {
    font-size: 22px;
    line-height: 30px !important;
    margin: 0 0 15px;
  }
}
.single-product .product .summary .on_sale_single_product_info {
  display: block;
  margin: 0 0 15px;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}
.single-product .product .summary .price {
  margin: 7px 0 20px;
}
.single-product .product .summary .price span {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 992px) {
  .single-product .product .summary .price span {
    font-size: 21px;
  }
}
.single-product .product .summary .select-styled {
  display: none !important;
}
.single-product .product .summary .variations_form {
  padding: 0;
}
.single-product .product .summary .single_variation_wrap .woocommerce-variation-availability {
  display: none !important;
}
.single-product .product .summary .variations {
  margin: 10px 0 0;
}
.single-product .product .summary .variations .reset_variations {
  display: none !important;
}
.single-product .product .summary .variations tbody tr td {
  float: left;
}
.single-product .product .summary .variations tbody tr td.label {
  position: relative;
  top: 8px;
}
.single-product .product .summary .variations tbody tr td.value {
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .single-product .product .summary .variations tbody tr td.value {
    margin: 7px 0 0;
  }
}
.single-product .product .summary .variations tbody tr td.value select {
  background: unset;
  box-shadow: unset;
  border: 2px solid rgba(129, 129, 129, 0.2);
  padding: 6px 55px 6px 10px;
  max-width: 260px;
  background-position: right 10px top 50%;
  background-size: auto 18px;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 13px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==");
}
@media screen and (max-width: 992px) {
  .single-product .product .summary .variations tbody tr td.value select {
    font-size: 13px;
  }
}
.single-product .product .summary .variations tbody tr td.value select::-ms-expand {
  display: none;
}
.single-product .product .summary .variations .variable-items-wrapper.image-variable-wrapper li {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: unset;
}
.single-product .product .summary .variations .variable-items-wrapper.image-variable-wrapper li:hover {
  box-shadow: 0 0 0 2px #000 !important;
}
.single-product .product .summary .variations .variable-items-wrapper.image-variable-wrapper li.selected {
  box-shadow: 0 0 0 2px #000 !important;
}
.single-product .product .summary .variations .variable-items-wrapper.image-variable-wrapper li .variable-item-contents {
  border-radius: unset;
}
.single-product .product .summary .variations .variable-items-wrapper.image-variable-wrapper li .variable-item-contents img {
  border-radius: unset;
}
.single-product .product .summary .variations .variable-items-wrapper.button-variable-wrapper li {
  background-color: #F2F2F2 !important;
  border-radius: 25px;
  padding: 8px 11px;
  height: auto;
  margin-right: 12px;
  box-shadow: unset !important;
}
.single-product .product .summary .variations .variable-items-wrapper.button-variable-wrapper li span {
  text-transform: uppercase;
  color: #1c1c1c !important;
  font-size: 13px;
  font-weight: 400;
}
.single-product .product .summary .variations .variable-items-wrapper.button-variable-wrapper li:hover {
  box-shadow: 0 0 0 2px #000 !important;
}
.single-product .product .summary .variations .variable-items-wrapper.button-variable-wrapper li.selected {
  box-shadow: 0 0 0 2px #000 !important;
}
.single-product .product .summary .variations tbody tr {
  display: table;
}
@media screen and (max-width: 992px) {
  .single-product .product .summary .variations tbody tr {
    display: grid;
  }
}
.single-product .product .summary .variations tbody tr td.label label {
  font-size: 13px;
  font-weight: 500;
  color: #1c1c1c;
  text-transform: uppercase;
  margin: 0 0 10px;
  min-width: 100px;
}
@media screen and (max-width: 992px) {
  .single-product .product .summary .variations tbody tr td.label label {
    font-size: 13px;
  }
}
.single-product .product .summary .variations tbody tr td.label .woo-selected-variation-item-name {
  display: none !important;
}
.single-product .product .summary .quantity {
  position: relative;
}
.single-product .product .summary .quantity input {
  padding: 10px;
  background: unset;
  box-shadow: unset;
  border: 2px solid #EBEBEB;
  border-radius: 5px;
}
.single-product .product .summary .single_add_to_cart_button {
  background: #4db749;
  width: 80%;
  padding: 12px 0px;
  font-weight: 500;
  border-radius: 5px;
  transition: 0.3s ease;
  font-size: 15px;
}
.single-product .product .summary .single_add_to_cart_button:hover {
  background: #40a13c;
}
@media screen and (max-width: 992px) {
  .single-product .product .summary .single_add_to_cart_button {
    width: 70%;
  }
}
.single-product .product .summary .single_add_to_cart_button i {
  margin-right: 10px;
}
@media screen and (max-width: 992px) {
  .single-product .product .summary .single_add_to_cart_button i {
    font-size: 13px;
    margin-right: 2px;
  }
}
.single-product .product .summary .add_to_favs {
  margin: 30px 0 0;
}
.single-product .product .summary .add_to_favs .yith-wcwl-wishlistexistsbrowse a {
  text-decoration: underline;
  color: #1c1c1c !important;
}
.single-product .product .summary .add_to_favs .yith-wcwl-wishlistexistsbrowse .feedback, .single-product .product .summary .add_to_favs .yith-wcwl-wishlistexistsbrowse a {
  color: #000;
  font-size: 14px;
  transition: 0.5s ease;
}
.single-product .product .summary .add_to_favs .yith-wcwl-wishlistexistsbrowse .feedback:hover, .single-product .product .summary .add_to_favs .yith-wcwl-wishlistexistsbrowse a:hover {
  text-decoration: none;
  color: #000;
}
.single-product .product .summary .add_to_favs .yith-wcwl-wishlistexistsbrowse .feedback i, .single-product .product .summary .add_to_favs .yith-wcwl-wishlistexistsbrowse a i {
  color: #000;
  margin-right: 5px;
}
.single-product .product .summary .add_to_favs .yith-wcwl-wishlistexistsbrowse .feedback i::before, .single-product .product .summary .add_to_favs .yith-wcwl-wishlistexistsbrowse a i::before {
  filter: unset;
}
.single-product .product .summary .add_to_favs .yith-wcwl-add-to-wishlist {
  display: inline-block;
}
.single-product .product .summary .add_to_favs .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  display: inline-block;
}
.single-product .product .summary .add_to_favs .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  color: #1c1c1c;
  font-size: 14px;
  transition: 0.5s ease;
}
.single-product .product .summary .add_to_favs .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover {
  text-decoration: none;
  color: #000;
}
.single-product .product .summary .add_to_favs .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i {
  color: #000;
  margin-right: 5px;
}
.single-product .product .summary .add_to_favs .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i::before {
  filter: unset;
}
.single-product .product .summary .info_product {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
}
@media screen and (max-width: 992px) {
  .single-product .product .summary .info_product {
    margin: 35px 0 30px;
  }
}
.single-product .product .summary .info_product li {
  margin-bottom: 15px;
  color: #1c1c1c;
  font-size: 13px;
  font-weight: 400;
}
.single-product .product .summary .info_product li i {
  color: #000;
  margin-right: 5px;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 992px) {
  .single-product .product .summary .info_product li {
    font-size: 13px;
  }
}
.single-product .product .summary .info_product li span {
  color: #1c1c1c;
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-left: 24px;
}
@media screen and (max-width: 1199px) {
  .single-product .product .summary .info_product li span {
    margin-left: 0;
    font-size: 13px;
  }
}
.single-product .product .summary .share_icons {
  margin-top: 20px;
}
.single-product .product .summary .share_icons a {
  background: #000000;
  padding: 8px;
  border-radius: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin-right: 5px;
  transition: 0.3s ease;
}
.single-product .product .summary .share_icons a i {
  font-size: 13px;
  width: 13px;
  height: 13px;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  color: #fff;
}
.single-product .product .summary .share_icons a:hover {
  text-decoration: none;
  background: #000;
}
.single-product .product .summary .variations_button {
  padding-top: 25px;
}
.single-product .product .summary .discount_table_single {
  margin: 25px 0 0;
  width: 65%;
}
.single-product .product .summary .discount_table_single thead tr th {
  padding: 12px 10px;
  font-size: 13px;
  color: #fff;
  background-color: #000;
  line-height: 18px;
}
.single-product .product .summary .discount_table_single tbody tr:nth-child(2n) td {
  background-color: #eaeaea;
}
.single-product .product .summary .discount_table_single tbody tr td {
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #1c1c1c;
}
.single-product .product .summary .cart {
  padding: 0;
  margin: 0;
}
.single-product .product .summary .yith-wcwl-add-to-wishlist {
  margin: 20px 0 30px;
}
.single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
  text-decoration: underline;
  color: #1c1c1c !important;
}
.single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback, .single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
  color: #000;
  font-size: 14px;
  transition: 0.5s ease;
}
.single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback:hover, .single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
  text-decoration: none;
  color: #000;
}
.single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback i, .single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a i {
  color: #000;
  margin-right: 5px;
}
.single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback i::before, .single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a i::before {
  filter: unset;
}
.single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span {
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 400;
}
.single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  color: #1c1c1c;
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
}
.single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
  color: #4db749;
}
.single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 500;
}
.single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover {
  color: #4db749;
}
.single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i {
  margin-right: 2px;
  color: #4db749;
}
.single-product .product .woocommerce-tabs {
  padding-top: 0;
}
.single-product .product .woocommerce-tabs .wc-tabs {
  width: 100%;
  float: unset;
  margin: 0;
  display: flex;
  flex-direction: row;
  border: none;
}
.single-product .product .woocommerce-tabs .wc-tabs li {
  border-bottom: none;
  margin-right: 10px;
  background: #fff;
  height: auto;
  position: relative;
}
@media screen and (max-width: 992px) {
  .single-product .product .woocommerce-tabs .wc-tabs li {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    text-align: center;
  }
}
.single-product .product .woocommerce-tabs .wc-tabs li.active {
  background: #000;
}
.single-product .product .woocommerce-tabs .wc-tabs li.active::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 8px solid #000;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  top: 114%;
  right: 44%;
}
.single-product .product .woocommerce-tabs .wc-tabs li.active a {
  color: #fff;
}
.single-product .product .woocommerce-tabs .wc-tabs li::after {
  content: unset;
}
.single-product .product .woocommerce-tabs .wc-tabs li a {
  color: #1c1c1c;
  padding: 13px 17px;
  height: auto;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .single-product .product .woocommerce-tabs .wc-tabs li a {
    padding: 7px 20px;
    font-size: 13px;
  }
}
.single-product .product .woocommerce-tabs .wc-tabs li a:hover {
  text-decoration: none;
}
.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel {
  width: 100%;
  float: unset;
  background: #E4E4E4;
  padding: 40px 20px;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 20px 25px;
  }
}
.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel tr th {
  color: #1c1c1c;
  font-size: 13px;
}
@media screen and (max-width: 992px) {
  .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel tr th {
    font-size: 13px;
  }
}
.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel tr td {
  font-size: 13px;
}
.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel tr td p {
  color: #1c1c1c;
  margin: 0;
  font-size: 13px;
}
@media screen and (max-width: 992px) {
  .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel tr td p {
    font-size: 13px;
  }
}
.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel tr td a {
  font-size: 15px;
}
@media screen and (max-width: 992px) {
  .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel tr td a {
    font-size: 13px;
  }
}
.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel#tab-description p {
  font-weight: 400;
  font-size: 13px;
  color: #383838;
}
@media screen and (max-width: 992px) {
  .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel#tab-description p {
    font-size: 13px;
  }
}
.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel#tab-description p:last-of-type {
  margin: 0;
}
.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel table {
  margin: 0;
}
.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  display: none;
}
.single-product .product .up-sells {
  margin-top: 15px;
}
.single-product .product .up-sells h2:first-of-type {
  text-align: left !important;
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 22px;
  color: #1c1c1c;
}
@media screen and (max-width: 992px) {
  .single-product .product .up-sells h2:first-of-type {
    font-size: 18px;
    margin: 0 0 20px 10px;
  }
}
.single-product .product .up-sells ul.products {
  padding: 0 10px;
  display: flex;
  flex-direction: row;
}
.single-product .product .up-sells ul.products li.product.last {
  margin-right: 3.348% !important;
}
.single-product .related {
  margin-top: 15px;
}
.single-product .related h2 {
  padding: 0 15px;
  text-align: left !important;
  margin: 0 0 25px !important;
  font-weight: 500;
  font-size: 20px !important;
  color: #1c1c1c;
}
@media screen and (max-width: 992px) {
  .single-product .related h2 {
    font-size: 18px;
    margin: 0 0 20px 10px;
  }
}
.single-product .related ul.products {
  padding: 0 15px;
}

.site-main article .entry-header {
  display: none;
}

.checkout-process-pathing {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: #0a0a0a;
  padding: 50px 0;
  margin-bottom: 35px !important;
}
@media screen and (max-width: 992px) {
  .checkout-process-pathing {
    padding: 25px 0;
  }
}
.checkout-process-pathing .col-process-path {
  text-align: center;
}
.checkout-process-pathing .col-process-path a, .checkout-process-pathing .col-process-path span {
  color: rgb(176, 176, 176) !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 18px !important;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .checkout-process-pathing .col-process-path a, .checkout-process-pathing .col-process-path span {
    display: none;
  }
}
.checkout-process-pathing .col-process-path a.active, .checkout-process-pathing .col-process-path span.active {
  color: #fff !important;
  border-bottom: 3px solid #4db749;
}
@media screen and (max-width: 992px) {
  .checkout-process-pathing .col-process-path a.active, .checkout-process-pathing .col-process-path span.active {
    display: block;
    border-bottom: unset;
  }
}
.checkout-process-pathing .col-process-path a:hover {
  color: #fff !important;
}
.checkout-process-pathing .col-process-path span.separator {
  margin: 0 10px;
  font-size: 20px !important;
}

.container-texts p strong {
  font-weight: 500;
}

.woocommerce-cart .checkout-process-pathing {
  margin-top: -25px;
}
.woocommerce-cart .container-texts {
  margin-top: 25px;
}
.woocommerce-cart .return-to-shop .wc-backward {
  border: 2px solid #000;
  border-radius: 5px;
  padding: 12px 35px;
  color: #1c1c1c;
  transition: 0.3s ease;
  font-weight: 500;
  color: #1c1c1c;
  background: transparent;
  font-size: 14px;
}
.woocommerce-cart .return-to-shop .wc-backward:hover {
  background: #000;
  color: #fff;
}
.woocommerce-cart .entry-header {
  display: none;
}
.woocommerce-cart .entry-content {
  padding: 0 !important;
  border: unset !important;
}
.woocommerce-cart .woocommerce-cart-form {
  margin: 25px 0 50px;
}
.woocommerce-cart .woocommerce-cart-form .shop_table {
  margin: 0;
}
.woocommerce-cart .woocommerce-cart-form .shop_table thead tr th {
  background: unset;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 2px solid #E4E4E4;
  padding: 15px 20px;
}
@media screen and (max-width: 1199px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table thead tr th {
    font-size: 12px;
  }
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td {
  border-bottom: 2px solid #E4E4E4;
  background: unset;
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:last-of-type td {
  border-bottom: unset;
}
@media screen and (max-width: 992px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:last-of-type td .coupon {
    text-align: left;
  }
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:last-of-type td .coupon input {
  background: unset;
  box-shadow: unset;
  font-size: 14px;
  border: 2px solid #E4E4E4;
  padding: 7px 12px;
  border-radius: 5px;
}
@media screen and (max-width: 992px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:last-of-type td .coupon input {
    font-size: 13px;
  }
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:last-of-type td .coupon input:focus {
  outline: unset;
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:last-of-type td .coupon button.button {
  background: #000;
  color: #fff;
  border: unset;
  font-size: 13px;
  padding: 10px 15px;
  font-weight: 400;
  border-radius: 5px;
}
@media screen and (max-width: 992px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:last-of-type td .coupon button.button {
    font-size: 11px;
  }
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:last-of-type td button.button {
  background: #E4E4E4;
  color: #1c1c1c;
  border: unset;
  font-size: 13px;
  padding: 10px 15px;
  font-weight: 400;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:last-of-type td button.button {
    float: left;
    margin-bottom: 25px;
    width: 100%;
  }
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item td {
  vertical-align: middle;
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-remove a.remove::before {
  content: "\f00d";
  color: #1c1c1c;
}
@media screen and (max-width: 992px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-remove a.remove {
    top: 7px;
    right: 5px;
  }
}
@media screen and (max-width: 992px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-thumbnail {
    padding: 15px 0;
  }
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-thumbnail img {
  border-radius: unset;
}
@media screen and (max-width: 992px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-thumbnail img {
    max-width: 40%;
  }
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-price {
  font-size: 13px;
  color: #4db749;
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-price del {
  opacity: 0.3;
  color: #1c1c1c;
  font-weight: 500;
  order: 2;
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-price ins {
  margin: 0;
  font-weight: 500;
  order: 1;
  margin-right: 5px;
}
@media screen and (max-width: 992px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-price {
    font-size: 13px;
    color: #1c1c1c;
    padding: 15px;
  }
}
@media screen and (max-width: 992px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-price span {
    font-size: 13px;
  }
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-name {
  padding: 1.618em 0;
}
@media screen and (max-width: 992px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-name {
    font-size: 13px;
    color: #1c1c1c;
    padding: 15px;
  }
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-name a {
  color: #1c1c1c;
  text-decoration: unset;
  font-weight: 500;
  font-size: 14px;
  display: block;
  color: #1c1c1c;
  line-height: 22px;
  padding-right: 25px;
}
@media screen and (max-width: 992px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-name a {
    font-size: 13px;
    line-height: 18px;
  }
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-name a.tm-cart-edit-options {
  display: none;
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-name a:hover {
  color: #3E3E42;
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-name .variation {
  padding: 10px 0 0;
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-name .variation dt {
  font-weight: 500;
  color: #1c1c1c;
  font-size: 13px;
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-name .variation .tc-value p {
  color: #000;
  font-size: 13px;
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-subtotal {
  font-size: 15px;
  color: #4db749;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-subtotal {
    font-size: 13px;
    color: #1c1c1c;
    padding: 15px;
  }
}
@media screen and (max-width: 992px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-subtotal span {
    font-size: 13px;
  }
}
@media screen and (max-width: 992px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-quantity {
    font-size: 13px;
    color: #1c1c1c;
    padding: 15px;
  }
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-quantity .quantity {
  position: relative;
}
@media screen and (max-width: 992px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-quantity .quantity {
    float: right;
  }
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-quantity .quantity input {
  width: 50px !important;
  padding: 7px;
  background: unset;
  box-shadow: unset;
  border: 2px solid #EBEBEB;
  border-radius: 5px;
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-quantity .quantity input:focus {
  outline: none;
}
.woocommerce-cart .cart-collaterals {
  margin: 25px 0 50px;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100% !important;
  float: unset !important;
  border: 2px solid #E4E4E4;
  padding: 20px;
  border-radius: 5px;
}
@media screen and (max-width: 992px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    padding: 25px 15px;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  color: #1c1c1c;
  margin: 0 0 15px;
  padding-left: 10px;
}
@media screen and (max-width: 992px) {
  .woocommerce-cart .cart-collaterals .cart_totals h2 {
    font-size: 15px;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr.cart-discount .woocommerce-remove-coupon {
  font-size: 12px;
  margin-left: 3px;
  color: #1c1c1c;
  transition: 0.1s ease;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr.cart-discount .woocommerce-remove-coupon:hover {
  color: #000;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr.woocommerce-shipping-totals td ul li label {
  font-size: 14px;
  color: #1c1c1c;
  font-weight: 400;
  margin: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr.woocommerce-shipping-totals .woocommerce-shipping-calculator {
  font-size: 14px;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form input {
  box-shadow: none;
  background: unset;
  border: 2px solid #E4E4E4;
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 5px;
  color: #1c1c1c;
  transition: 0.3s ease;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form input:focus {
  outline: unset !important;
  border-color: #C8C8C8;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form button.button {
  background: #000;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 500;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form button.button:hover {
  background: #000;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr.cart-subtotal td {
  font-size: 14px;
  color: #1c1c1c;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr.order-total th {
  color: #1c1c1c;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr.order-total th {
    font-size: 15px;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr.order-total td strong span, .woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr.order-total td strong bdi {
  color: #4db749;
  font-weight: 500;
  font-size: 15px;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr th, .woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr td {
  background: unset;
  border-bottom: 1px solid #E4E4E4;
}
@media screen and (max-width: 992px) {
  .woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr th #shipping_method, .woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr td #shipping_method {
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  .woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr th, .woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr td {
    font-size: 13px;
    color: #1c1c1c;
    padding: 15px;
  }
}
@media screen and (max-width: 992px) {
  .woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr th span, .woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr td span {
    color: #1c1c1c;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr th {
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table td {
  background-color: unset !important;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  margin: 0;
  background: #4db749;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 0;
  font-weight: 500;
  border-radius: 5px;
}
@media screen and (max-width: 992pxx) {
  .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    font-size: 13px;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button::after {
  content: unset;
}

.woocommerce .woocommerce-message {
  margin-top: 25px;
}
.woocommerce .col-1, .woocommerce .col-2, .woocommerce .col1-set, .woocommerce .col2-set {
  max-width: none;
}
.woocommerce .col-1 .col-1, .woocommerce .col-1 .col-2, .woocommerce .col-2 .col-1, .woocommerce .col-2 .col-2, .woocommerce .col1-set .col-1, .woocommerce .col1-set .col-2, .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
  width: 100%;
}
.woocommerce .woocommerce-billing-fields label {
  width: 100%;
  display: block;
}
.woocommerce .woocommerce-billing-fields .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce .woocommerce-billing-fields .woocommerce-input-wrapper strong {
  font-weight: 500;
  color: #4db749;
}
.woocommerce .woocommerce-billing-fields .woocommerce-input-wrapper input {
  width: 100%;
}

.woocommerce-checkout .entry-header {
  display: none !important;
}
.woocommerce-checkout .entry-content {
  padding: 0 !important;
  border: unset !important;
}
.woocommerce-checkout .entry-content .woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce-checkout .entry-content .woocommerce-order {
  margin: 50px 0 0;
}
.woocommerce-checkout .entry-content #order_review {
  position: relative;
  background: #F8F8F8;
  padding: 0 35px;
  width: 48.176%;
}
@media screen and (max-width: 992px) {
  .woocommerce-checkout .entry-content #order_review {
    width: 100%;
    margin: 50px 0 0;
    padding: 0 10px;
  }
}
.woocommerce-checkout .entry-content #order_review h3#order_review_heading {
  margin: 10px 0 15px;
  padding: 20px 0 10px;
  display: block;
  width: 100%;
  text-align: center;
  background: #f8f8f8;
}
@media screen and (max-width: 992px) {
  .woocommerce-checkout .entry-content #order_review h3#order_review_heading {
    font-size: 15px;
  }
}
.woocommerce-checkout .entry-content #order_review::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: transparent;
  background-image: radial-gradient(farthest-side, rgba(0, 0, 0, 0) 6px, #f8f8f8 0);
  background-size: 15px 15px;
  top: -10px;
  background-position: -3px -5px, 0 0;
}
.woocommerce-checkout .entry-content #order_review::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: transparent;
  background-image: radial-gradient(farthest-side, rgba(0, 0, 0, 0) 6px, #f8f8f8 0);
  background-size: 15px 15px;
  bottom: -10px;
  background-position: -3px 2px, 0 0;
}
.woocommerce-checkout .entry-content #order_review .shop_table {
  background: #fff;
  padding: 0 10px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}
.woocommerce-checkout .entry-content #order_review .shop_table thead tr th {
  background: #fff;
  font-size: 14px;
  text-transform: uppercase;
  color: #1c1c1c;
  border-bottom: 1px solid #E4E4E4;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .woocommerce-checkout .entry-content #order_review .shop_table thead tr th {
    font-size: 12px;
  }
}
.woocommerce-checkout .entry-content #order_review .shop_table thead tr th.product-total {
  text-align: right;
}
.woocommerce-checkout .entry-content #order_review .shop_table tbody tr td {
  background: #fff;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 400;
  padding-left: 10px;
  border-bottom: 1px solid #E4E4E4;
}
.woocommerce-checkout .entry-content #order_review .shop_table tbody tr td strong {
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .woocommerce-checkout .entry-content #order_review .shop_table tbody tr td {
    font-size: 13px;
  }
}
.woocommerce-checkout .entry-content #order_review .shop_table tbody tr td.product-total {
  text-align: right;
}
.woocommerce-checkout .entry-content #order_review .shop_table tbody tr td a {
  color: #1c1c1c;
  text-decoration: unset;
  transition: 0.3s ease;
  font-weight: 400;
  font-size: 14px;
  display: block;
  line-height: 24px;
}
@media screen and (max-width: 992px) {
  .woocommerce-checkout .entry-content #order_review .shop_table tbody tr td a {
    font-size: 13px;
  }
}
.woocommerce-checkout .entry-content #order_review .shop_table tbody tr td a.tm-cart-edit-options {
  display: none;
}
.woocommerce-checkout .entry-content #order_review .shop_table tbody tr td a:hover {
  color: #3E3E42;
}
.woocommerce-checkout .entry-content #order_review .shop_table tbody tr td .variation {
  padding: 10px 0 0;
}
.woocommerce-checkout .entry-content #order_review .shop_table tbody tr td .variation dt {
  font-weight: 500;
  color: #1c1c1c;
  font-size: 13px;
}
.woocommerce-checkout .entry-content #order_review .shop_table tbody tr td .variation .tc-value p {
  color: #000;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout .entry-content #order_review .shop_table tfoot tr.woocommerce-shipping-totals td {
    padding-right: 0;
    padding-left: 0;
  }
}
.woocommerce-checkout .entry-content #order_review .shop_table tfoot tr td {
  text-align: right;
}
.woocommerce-checkout .entry-content #order_review .shop_table tfoot tr td strong {
  font-weight: 500;
  color: #4db749;
}
.woocommerce-checkout .entry-content #order_review .shop_table tfoot tr th, .woocommerce-checkout .entry-content #order_review .shop_table tfoot tr td {
  border-bottom: 1px solid #E4E4E4;
  background: #fff;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 400;
  padding-left: 10px;
}
@media screen and (max-width: 992px) {
  .woocommerce-checkout .entry-content #order_review .shop_table tfoot tr th, .woocommerce-checkout .entry-content #order_review .shop_table tfoot tr td {
    font-size: 13px;
  }
}
@media screen and (max-width: 992px) {
  .woocommerce-checkout .entry-content #order_review #payment {
    margin: 35px 0 0;
  }
}
.woocommerce-checkout .entry-content #order_review #payment .wc_payment_methods {
  background: unset;
}
.woocommerce-checkout .entry-content #order_review #payment .wc_payment_methods li {
  background-color: unset !important;
  margin: 0 0 10px;
}
.woocommerce-checkout .entry-content #order_review #payment .wc_payment_methods li img, .woocommerce-checkout .entry-content #order_review #payment .wc_payment_methods li a {
  display: none;
}
.woocommerce-checkout .entry-content #order_review #payment .wc_payment_methods li:hover {
  background: unset;
}
.woocommerce-checkout .entry-content #order_review #payment .wc_payment_methods li label {
  background: unset;
  padding: 0;
  font-size: 14px;
  color: #1c1c1c;
}
.woocommerce-checkout .entry-content #order_review #payment .wc_payment_methods li .payment_box {
  padding: 15px;
  background-color: #FFF;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 15px 0 20px;
}
.woocommerce-checkout .entry-content #order_review #payment .wc_payment_methods li .payment_box p {
  color: #1c1c1c;
  font-size: 13px;
}
.woocommerce-checkout .entry-content #order_review #payment .wc_payment_methods li .payment_box::before {
  position: absolute;
  top: -4px;
  left: 25px;
  color: #FFF;
  font-size: 32px;
  font-family: "Font Awesome 5 Free";
  line-height: 0;
  content: "\f0d8";
  font-weight: 900;
}
.woocommerce-checkout .entry-content #order_review .place-order {
  margin: 0;
  padding: 0;
}
.woocommerce-checkout .entry-content #order_review .place-order .woocommerce-terms-and-conditions-wrapper {
  margin: 30px 0;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
}
.woocommerce-checkout .entry-content #order_review .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  padding: 15px 0;
}
@media screen and (max-width: 992px) {
  .woocommerce-checkout .entry-content #order_review .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
    padding: 15px;
  }
}
.woocommerce-checkout .entry-content #order_review .place-order .woocommerce-terms-and-conditions-wrapper p {
  font-size: 13px;
  color: #1c1c1c;
}
.woocommerce-checkout .entry-content #order_review .place-order #place_order {
  margin: 0 0 35px;
  font-size: 16px;
  font-weight: 500;
  background: #4db749;
  transition: 0.3s ease;
  border-radius: 5px;
  text-transform: capitalize;
}
@media screen and (max-width: 992px) {
  .woocommerce-checkout .entry-content #order_review .place-order #place_order {
    font-size: 14px;
  }
}
.woocommerce-checkout .entry-content #order_review .place-order #place_order:hover {
  background: #d95f24;
}
.woocommerce-checkout .entry-content #order_review_heading {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 25px;
  color: #1c1c1c;
}
.woocommerce-checkout .entry-content #customer_details {
  width: 49.941%;
  margin-right: 1.882%;
}
@media screen and (max-width: 992px) {
  .woocommerce-checkout .entry-content #customer_details {
    width: 100%;
    margin-right: 0;
  }
}
.woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields #ship-to-different-address {
  margin-left: 0;
}
@media screen and (max-width: 992px) {
  .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields #ship-to-different-address {
    margin-top: 25px;
  }
}
.woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span {
    font-size: 14px;
  }
}
.woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper span {
  display: block;
  width: 100%;
}
.woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields h3, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 25px;
  color: #1c1c1c;
}
.woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p:last-of-type, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p:last-of-type, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p:last-of-type, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p:last-of-type {
  margin-left: -5px;
  margin-right: -5px;
}
.woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row-first, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p.form-row-first, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p.form-row-first, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p.form-row-first {
  width: 48.444% !important;
  margin-right: 3.111% !important;
}
@media screen and (max-width: 992px) {
  .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row-first, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p.form-row-first, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p.form-row-first, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p.form-row-first {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row-last, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p.form-row-last, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p.form-row-last, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p.form-row-last {
  width: 48.444% !important;
}
@media screen and (max-width: 992px) {
  .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row-last, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p.form-row-last, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p.form-row-last, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p.form-row-last {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p label, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p label, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p label, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p label {
  font-size: 14px;
  color: #1c1c1c;
  margin: 0 0 7px;
  font-weight: 500;
}
.woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p label .required, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p label .required, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p label .required, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p label .required {
  font-weight: 500;
  color: #4db749;
}
.woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p span .select2-selection, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p span .select2-selection, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p span .select2-selection, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p span .select2-selection {
  border-radius: unset;
  border: 2px solid #E4E4E4;
  height: auto;
  padding: 4px 5px;
}
.woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p span .select2-selection__arrow, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p span .select2-selection__arrow, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p span .select2-selection__arrow, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p span .select2-selection__arrow {
  top: 7px;
}
.woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p span input, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p span textarea, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p span input, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p span textarea, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p span input, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p span textarea, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p span input, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p span textarea {
  box-shadow: none;
  background: unset;
  border: 2px solid #E4E4E4;
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 5px;
  color: #1c1c1c;
  transition: 0.3s ease;
}
.woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p span input:focus, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p span textarea:focus, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p span input:focus, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p span textarea:focus, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p span input:focus, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p span textarea:focus, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p span input:focus, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p span textarea:focus {
  outline: unset !important;
  border-color: #C8C8C8;
}
.woocommerce-checkout .entry-content #customer_details .woocommerce-additional-fields h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 15px;
}
.woocommerce-checkout .entry-content #customer_details .woocommerce-additional-fields #order_comments_field {
  display: block;
}
.woocommerce-checkout .entry-content #customer_details .woocommerce-additional-fields #order_comments_field label {
  font-weight: 500;
  margin: 0 0 10px;
}
.woocommerce-checkout .entry-content #customer_details .woocommerce-additional-fields #order_comments_field label .optional {
  color: #4db749;
}
.woocommerce-checkout .entry-content #customer_details .woocommerce-additional-fields #order_comments_field textarea {
  box-shadow: none;
  background: unset;
  border: 2px solid #E4E4E4;
  font-size: 13px;
  padding: 8px 10px;
  height: 150px;
  border-radius: 5px;
  resize: none;
}
.woocommerce-checkout .entry-content #customer_details .woocommerce-additional-fields #order_comments_field textarea:focus {
  outline: unset !important;
  border-color: #C8C8C8;
}
.woocommerce-checkout .entry-content .woocommerce-thankyou-order-received {
  margin-bottom: 30px;
  width: 100%;
  color: #1c1c1c !important;
  text-align: center;
  font-weight: 500;
  font-size: 22px !important;
  padding: 0 !important;
}
@media screen and (max-width: 992px) {
  .woocommerce-checkout .entry-content .woocommerce-thankyou-order-received {
    font-size: 17px !important;
    line-height: 23px !important;
  }
}
@media screen and (max-width: 992px) {
  .woocommerce-checkout .entry-content .woocommerce-thankyou-order-details {
    margin: 35px 0 40px;
  }
}
.woocommerce-checkout .entry-content .woocommerce-thankyou-order-details li {
  font-weight: 400;
  font-size: 13px;
  color: #1c1c1c;
}
.woocommerce-checkout .entry-content .woocommerce-thankyou-order-details li strong, .woocommerce-checkout .entry-content .woocommerce-thankyou-order-details li span {
  font-size: 15px;
  margin: 5px 0 0;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .woocommerce-checkout .entry-content .woocommerce-thankyou-order-details li strong, .woocommerce-checkout .entry-content .woocommerce-thankyou-order-details li span {
    font-size: 15px;
  }
}
.woocommerce-checkout .entry-content .woocommerce-order-details h2 {
  text-align: center;
  font-size: 20px;
  margin: 0 0 25px;
  font-weight: 500;
  color: #1c1c1c;
}
.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table {
  background: #fff;
}
.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table thead tr th {
  background: #fff;
  font-size: 14px;
  color: #1c1c1c;
  border-bottom: 1px solid #E4E4E4;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .woocommerce-checkout .entry-content .woocommerce-order-details .shop_table thead tr th {
    font-size: 13px;
  }
}
.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table thead tr th.product-total {
  text-align: right;
}
.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tbody tr td {
  background: #fff;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
  border-bottom: 1px solid #E4E4E4;
}
.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tbody tr td.product-name strong {
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tbody tr td {
    font-size: 13px;
  }
}
.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tbody tr td.product-total {
  text-align: right;
}
.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tbody tr td .wc-item-meta {
  margin: 15px 0 0;
}
.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tbody tr td .wc-item-meta li {
  font-size: 13px;
  color: #000;
  font-weight: 400;
  margin-bottom: 4px;
}
.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tbody tr td .wc-item-meta li strong {
  font-weight: 500;
  color: #1c1c1c;
}
.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tbody tr td a {
  color: #1c1c1c;
  text-decoration: unset;
  transition: 0.3s ease;
  font-weight: 500;
  font-size: 15px;
  display: block;
  line-height: 24px;
}
@media screen and (max-width: 992px) {
  .woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tbody tr td a {
    font-size: 13px;
  }
}
.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tbody tr td a.tm-cart-edit-options {
  display: none;
}
.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tbody tr td a:hover {
  color: #3E3E42;
}
.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tbody tr td .variation {
  padding: 10px 0 0;
}
.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tbody tr td .variation dt {
  font-weight: 500;
  color: #1c1c1c;
  font-size: 13px;
}
.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tbody tr td .variation .tc-value p {
  color: #000;
  font-size: 13px;
}
.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tfoot tr td {
  text-align: right;
}
.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tfoot tr th, .woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tfoot tr td {
  border-bottom: 1px solid #E4E4E4;
  background: #fff;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
}
@media screen and (max-width: 992px) {
  .woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tfoot tr th, .woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tfoot tr td {
    font-size: 13px;
  }
}
.woocommerce-checkout .entry-content .woocommerce-customer-details h2 {
  font-size: 16px;
  color: #1c1c1c;
  font-weight: 500;
  margin: 0 0 15px;
}
.woocommerce-checkout .entry-content .woocommerce-customer-details address {
  color: #1c1c1c;
  font-size: 14px;
}

.select2-dropdown {
  border: 2px solid #E4E4E4;
  border-radius: 5px;
}
.select2-dropdown .select2-search__field {
  box-shadow: none;
  background: unset;
  border: 2px solid #E4E4E4 !important;
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 5px;
  color: #1c1c1c;
  transition: 0.3s ease;
}
.select2-dropdown .select2-search__field:focus {
  outline: unset !important;
  border-color: #C8C8C8 !important;
}
.select2-dropdown .select2-results__options li.select2-results__option {
  font-size: 14px;
  color: #1c1c1c;
}
.select2-dropdown .select2-results__options li.select2-results__option--highlighted {
  color: #fff;
}

.woocommerce-account .entry-content {
  border: unset !important;
  padding: 0 !important;
}
.woocommerce-account #customer_login .u-column1 {
  width: 50% !important;
  margin-right: 0 !important;
}
.woocommerce-account #customer_login .u-column2 {
  width: 48% !important;
}
.woocommerce-account #customer_login .u-column1, .woocommerce-account #customer_login .u-column2 {
  border: 2px solid rgba(129, 129, 129, 0.2);
  padding: 15px 25px !important;
}
@media screen and (max-width: 768px) {
  .woocommerce-account #customer_login .u-column1, .woocommerce-account #customer_login .u-column2 {
    width: 100% !important;
    margin-bottom: 30px;
  }
}
.woocommerce-account #customer_login .u-column1 h2, .woocommerce-account #customer_login .u-column2 h2 {
  margin: 10px 0 20px;
  font-size: 18px;
  font-weight: 500;
}
.woocommerce-account #customer_login .u-column1 .woocommerce-form-login p label, .woocommerce-account #customer_login .u-column1 .woocommerce-form-register p label, .woocommerce-account #customer_login .u-column2 .woocommerce-form-login p label, .woocommerce-account #customer_login .u-column2 .woocommerce-form-register p label {
  font-weight: 400;
  display: block;
  width: 100%;
}
.woocommerce-account #customer_login .u-column1 .woocommerce-form-login p input:not(#rememberme), .woocommerce-account #customer_login .u-column1 .woocommerce-form-register p input:not(#rememberme), .woocommerce-account #customer_login .u-column2 .woocommerce-form-login p input:not(#rememberme), .woocommerce-account #customer_login .u-column2 .woocommerce-form-register p input:not(#rememberme) {
  width: 85%;
  box-shadow: none;
  background: unset;
  border: 2px solid #e6e6e6;
  font-size: 13px;
  padding: 8px 10px;
}
.woocommerce-account #customer_login .u-column1 .woocommerce-form-login p input:not(#rememberme):focus, .woocommerce-account #customer_login .u-column1 .woocommerce-form-register p input:not(#rememberme):focus, .woocommerce-account #customer_login .u-column2 .woocommerce-form-login p input:not(#rememberme):focus, .woocommerce-account #customer_login .u-column2 .woocommerce-form-register p input:not(#rememberme):focus {
  outline: unset !important;
}
.woocommerce-account #customer_login .u-column1 .woocommerce-form-login p .password-input, .woocommerce-account #customer_login .u-column1 .woocommerce-form-register p .password-input, .woocommerce-account #customer_login .u-column2 .woocommerce-form-login p .password-input, .woocommerce-account #customer_login .u-column2 .woocommerce-form-register p .password-input {
  width: 85%;
}
.woocommerce-account #customer_login .u-column1 .woocommerce-form-login p .password-input input, .woocommerce-account #customer_login .u-column1 .woocommerce-form-register p .password-input input, .woocommerce-account #customer_login .u-column2 .woocommerce-form-login p .password-input input, .woocommerce-account #customer_login .u-column2 .woocommerce-form-register p .password-input input {
  width: 100% !important;
}
.woocommerce-account #customer_login .u-column1 .woocommerce-form-login button, .woocommerce-account #customer_login .u-column1 .woocommerce-form-register button, .woocommerce-account #customer_login .u-column2 .woocommerce-form-login button, .woocommerce-account #customer_login .u-column2 .woocommerce-form-register button {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  margin: 15px 0 0;
}
.woocommerce-account #customer_login .u-column1 .woocommerce-form-login button:hover, .woocommerce-account #customer_login .u-column1 .woocommerce-form-register button:hover, .woocommerce-account #customer_login .u-column2 .woocommerce-form-login button:hover, .woocommerce-account #customer_login .u-column2 .woocommerce-form-register button:hover {
  background: #000;
}
.woocommerce-account .wrapper_my_account {
  margin: 50px 0;
}
.woocommerce-account .wrapper_my_account mark {
  font-weight: 500;
}
.woocommerce-account .wrapper_my_account address {
  font-size: 14px;
  color: #1c1c1c;
  font-weight: 400;
}
.woocommerce-account .wrapper_my_account .woocommerce-customer-details h2 {
  font-size: 16px;
  margin: 0 0 15px;
  font-weight: 500;
  color: #1c1c1c;
}
.woocommerce-account .wrapper_my_account .woocommerce-order-details {
  margin: 35px 0 0;
}
.woocommerce-account .wrapper_my_account .woocommerce-order-details h2 {
  text-align: center;
  font-size: 20px;
  margin: 0 0 25px;
  font-weight: 500;
  color: #1c1c1c;
}
.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table {
  background: #fff;
}
.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table thead tr th {
  background: #fff;
  font-size: 14px;
  color: #1c1c1c;
  border-bottom: 1px solid #E4E4E4;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table thead tr th {
    font-size: 13px;
  }
}
.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table thead tr th.product-total {
  text-align: right;
}
.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tbody tr td {
  background: #fff;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
  border-bottom: 1px solid #E4E4E4;
}
.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tbody tr td.product-name strong {
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tbody tr td {
    font-size: 13px;
  }
}
.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tbody tr td.product-total {
  text-align: right;
}
.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tbody tr td .wc-item-meta {
  margin: 15px 0 0;
}
.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tbody tr td .wc-item-meta li {
  font-size: 13px;
  color: #000;
  font-weight: 400;
  margin-bottom: 4px;
}
.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tbody tr td .wc-item-meta li strong {
  font-weight: 500;
  color: #1c1c1c;
}
.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tbody tr td a {
  color: #1c1c1c;
  text-decoration: unset;
  transition: 0.3s ease;
  font-weight: 500;
  font-size: 15px;
  display: block;
  line-height: 24px;
}
@media screen and (max-width: 992px) {
  .woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tbody tr td a {
    font-size: 13px;
  }
}
.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tbody tr td a.tm-cart-edit-options {
  display: none;
}
.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tbody tr td a:hover {
  color: #3E3E42;
}
.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tbody tr td .variation {
  padding: 10px 0 0;
}
.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tbody tr td .variation dt {
  font-weight: 500;
  color: #1c1c1c;
  font-size: 13px;
}
.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tbody tr td .variation .tc-value p {
  color: #000;
  font-size: 13px;
}
.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tfoot tr td {
  text-align: right;
}
.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tfoot tr th, .woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tfoot tr td {
  border-bottom: 1px solid #E4E4E4;
  background: #fff;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
}
@media screen and (max-width: 992px) {
  .woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tfoot tr th, .woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tfoot tr td {
    font-size: 13px;
  }
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-navigation h3 {
  padding-left: 9px;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-navigation ul {
  border-top: unset !important;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-navigation ul li {
  border-bottom: unset !important;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-navigation ul li.is-active a {
  background: rgba(136, 136, 136, 0.12) !important;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-navigation ul li a {
  color: #1c1c1c !important;
  padding: 10px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: unset !important;
  color: #1c1c1c !important;
  background: rgba(136, 136, 136, 0.06) !important;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-navigation ul li a::before {
  content: unset !important;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content {
  border-left: 1px solid #E4E4E4;
}
@media screen and (max-width: 767px) {
  .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content {
    border-left: unset;
  }
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address h3 {
  font-size: 17px;
  font-weight: 500;
  color: #1c1c1c;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[name=save_account_details] {
  margin: 20px 0 0 -5px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[name=save_account_details]:hover {
  background: #000;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  background: unset;
  padding: 0 !important;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
  padding: 17px 20px 0 0;
  margin: 0 0 20px;
  font-size: 16px;
  color: #1c1c1c;
  font-weight: 500;
  background: unset;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset label {
  width: 100%;
  display: block;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset p {
  padding-left: 5px;
  width: 45%;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset p:last-of-type {
  padding-left: 0;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset p .password-input {
  width: 70%;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset p .password-input .woocommerce-password-strength {
  font-size: 11px;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset p .woocommerce-password-strength {
  text-align: left;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset p input, .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset p textarea {
  box-shadow: none;
  background: unset;
  border: 2px solid #E4E4E4;
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 5px;
  color: #1c1c1c;
  transition: 0.3s ease;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset p input:focus, .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset p textarea:focus {
  outline: unset !important;
  border-color: #C8C8C8;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm p label {
  font-size: 14px;
  margin: 0 0 7px;
  color: #1c1c1c;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm p label .required {
  color: #4db749;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm p input, .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm p textarea {
  box-shadow: none;
  background: unset;
  border: 2px solid #E4E4E4;
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 5px;
  color: #1c1c1c;
  transition: 0.3s ease;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm p input:focus, .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm p textarea:focus {
  outline: unset !important;
  border-color: #C8C8C8;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection {
  border-radius: unset;
  border: 2px solid #E4E4E4;
  height: auto;
  padding: 4px 5px;
  border-radius: 5px !important;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .select2-selection__arrow b {
  left: 98% !important;
  top: 75% !important;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p:last-of-type {
  margin-left: -5px;
  margin-right: -5px;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p.form-row-first {
  width: 48.444% !important;
  margin-right: 3.111% !important;
}
@media screen and (max-width: 992px) {
  .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p.form-row-first {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p.form-row-last {
  width: 48.444% !important;
}
@media screen and (max-width: 992px) {
  .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p.form-row-last {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p label {
  font-size: 14px;
  color: #1c1c1c;
  margin: 0 0 7px;
  font-weight: 500;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p label .required {
  color: #4db749;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p span {
  display: block;
  width: 100%;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p span .select2-selection {
  border-radius: unset;
  border: 2px solid #E4E4E4;
  height: auto;
  padding: 4px 5px;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p span input, .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p span textarea {
  background: unset;
  box-shadow: unset;
  font-size: 14px;
  border: 2px solid #E4E4E4;
  padding: 7px 12px;
  border-radius: 5px;
}
@media screen and (max-width: 992px) {
  .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p span input, .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p span textarea {
    font-size: 13px;
  }
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p span input:focus, .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p span textarea:focus {
  outline: unset;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields button[name=save_address] {
  margin: 20px 0 0 -5px;
  background: #000;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 500;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields button[name=save_address]:hover {
  background: #000;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .myaccount_content_wrapper {
  padding: 0 15px;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .myaccount_content_wrapper form h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 30px;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .myaccount_content_wrapper p {
  font-size: 14px;
  color: #1c1c1c;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .edit {
  transition: 0.3s ease;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .edit:hover {
  color: #000;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .addresses h2 {
  font-size: 16px;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .addresses address {
  font-size: 14px;
  color: #1c1c1c;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .col2-set.addresses {
  margin: 25px 0 0;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table {
  background: unset;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table thead tr th {
  background: unset !important;
  border-bottom: 2px solid rgb(239, 239, 239);
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table thead tr th span {
  font-weight: 500;
  color: #1c1c1c;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table tbody tr td, .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table tfoot tr td {
  background: unset !important;
  border-bottom: 1px solid rgb(239, 239, 239);
  color: #1c1c1c;
  font-size: 13px;
  vertical-align: middle;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table tbody tr td.woocommerce-orders-table__cell-order-actions, .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table tfoot tr td.woocommerce-orders-table__cell-order-actions {
  padding: 0 !important;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table tbody tr td a, .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table tfoot tr td a {
  color: #131313;
  font-weight: 500;
  font-size: 13px;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table tbody tr td a.woocommerce-button, .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table tfoot tr td a.woocommerce-button {
  background: #000;
  transition: 0.3s ease;
  color: #fff;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table tbody tr td a.woocommerce-button:hover, .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table tfoot tr td a.woocommerce-button:hover {
  background: #4db749;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table tbody tr:nth-child(2n) td, .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table tfoot tr:nth-child(2n) td {
  background: unset !important;
}
.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table tfoot th {
  background: unset !important;
  font-size: 14px;
  color: #1c1c1c;
  border-bottom: 1px solid rgb(239, 239, 239);
}

.site-content .content-area, .site-content .site-main, .site-content .hentry {
  margin: 0 !important;
}
.site-content .hentry {
  padding-bottom: 30px;
}

.banner {
  min-height: 14vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.banner.banner_empty {
  background-color: #f1f3f8;
  min-height: 14vh;
}
.banner.banner_empty h3 {
  font-size: 36px;
}
@media screen and (max-width: 992px) {
  .banner {
    min-height: 30vh;
  }
}
.banner h3 {
  text-align: center;
  font-weight: 500;
  font-size: 50px;
  margin: 0;
  color: #fff;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .banner h3 {
    font-size: 36px;
  }
}
.banner h5 {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 19px;
  margin: 0;
  color: #e3b59e;
  font-weight: 400;
}
.banner .overlay-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #f1f3f8;
}

.contacts {
  padding: 80px 0;
}
@media screen and (max-width: 992px) {
  .contacts {
    padding: 50px 0;
  }
}
.contacts .col-contact-form h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px;
  color: #1c1c1c;
}
@media screen and (max-width: 992px) {
  .contacts .col-contact-form h3 {
    font-size: 18px;
  }
}
.contacts .col-contact-form h5 {
  font-size: 16px;
  margin: 0 0 15px;
  color: #999999;
}
@media screen and (max-width: 992px) {
  .contacts .col-contact-form h5 {
    font-size: 13px;
  }
}
.contacts .col-contact-form .form_wrapper {
  margin: 30px 0 0;
}
.contacts .col-contact-info .col-contact-info-content {
  margin: 0 0 10px;
}
.contacts .col-contact-info .col-contact-info-content.col-contact-mails p {
  font-size: 12px;
}
.contacts .col-contact-info .col-contact-info-content.col-contact-mails a {
  margin: 0 0 2px;
}
.contacts .col-contact-info .col-contact-info-content.col-contacts-phone a {
  color: #1c1c1c;
}
.contacts .col-contact-info .col-contact-info-content.col-contacts-phone a:hover {
  text-decoration: underline;
}
.contacts .col-contact-info .col-contact-info-content.col-contacts-phone a i {
  margin-right: 5px;
  color: #4db749;
}
.contacts .col-contact-info .col-contact-info-content h4 {
  font-size: 22px;
  margin: 0 0 20px;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .contacts .col-contact-info .col-contact-info-content h4 {
    font-size: 17px;
  }
}
.contacts .col-contact-info .col-contact-info-content a {
  color: #4db749;
  font-size: 14px;
  margin: 0 0 10px;
  display: block;
}
@media screen and (max-width: 992px) {
  .contacts .col-contact-info .col-contact-info-content a {
    font-size: 13px;
  }
}
.contacts .col-contact-info .col-contact-info-content h6 {
  font-size: 15px;
  font-weight: 400;
  color: #1c1c1c;
}
@media screen and (max-width: 992px) {
  .contacts .col-contact-info .col-contact-info-content h6 {
    font-size: 14px;
  }
}
.contacts .col-contact-info .col-contact-info-content h6 i {
  color: #4db749;
  margin-right: 5px;
}
.contacts .col-contact-info .col-contact-info-content p {
  font-size: 14px;
  font-weight: 400;
  color: #555;
}
@media screen and (max-width: 992px) {
  .contacts .col-contact-info .col-contact-info-content p {
    font-size: 13px;
  }
}

.contacts_map {
  position: relative;
  padding-bottom: 22%;
  height: 0;
  overflow: hidden;
}
.contacts_map iframe {
  margin-bottom: -8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.about_us_single {
  padding: 80px 0;
}
@media screen and (max-width: 992px) {
  .about_us_single {
    padding: 50px 0;
  }
}
@media screen and (max-width: 992px) {
  .about_us_single .col-about-us-img {
    display: none;
  }
}
.about_us_single .col-about-us-img img {
  border-radius: 10px;
}
.about_us_single .col-about-us-info h3 {
  font-size: 24px;
  margin: 0 0 20px;
  font-weight: 500;
  color: #1c1c1c;
}

.about_us_info {
  padding: 0 0 30px;
}
.about_us_info .col-about-title h3 {
  margin: 0 0 35px;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  color: #1c1c1c;
}
@media screen and (max-width: 767px) {
  .about_us_info .col-about-title h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .about_us_info .col-company-info:last-of-type .wrapper_company_info {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .about_us_info .col-company-info .wrapper_company_info {
    margin: 0 0 40px;
  }
}
.about_us_info .col-company-info .wrapper_company_info img {
  border-radius: 10px;
}
.about_us_info .col-company-info .wrapper_company_info h5 {
  margin: 20px 0 10px;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .about_us_info .col-company-info .wrapper_company_info h5 {
    font-size: 16px;
  }
}
.about_us_info .col-company-info .wrapper_company_info .text_company_info p {
  font-size: 13px;
  color: #555;
}

.faqs {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .faqs {
    padding: 50px 0;
  }
}
.faqs #accordion .accordion-item {
  border-color: #E4E4E4;
}
.faqs #accordion .accordion-item:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.faqs #accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.faqs #accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.faqs #accordion .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.faqs #accordion .accordion-item h2 button.accordion-button {
  font-weight: 500;
  font-size: 15px;
  color: #1c1c1c;
  padding: 20px;
}
.faqs #accordion .accordion-item h2 button.accordion-button:hover {
  background-color: #f1f3f8;
  border-color: #f1f3f8;
}
.faqs #accordion .accordion-item h2 button.accordion-button:not(.collapsed) {
  background-color: rgba(26, 69, 111, 0.2);
}
.faqs #accordion .accordion-item h2 button.accordion-button:focus {
  box-shadow: unset;
}
.faqs #accordion .accordion-item h2 button.accordion-button::after {
  display: flex;
}
.faqs #accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 25px;
}
.faqs #accordion .accordion-item .accordion-collapse .accordion-body p:last-of-type {
  margin: 0;
}

.breadcumbs_paging {
  background: #f1f3f8;
  padding: 30px 0;
  margin: 0 0 40px;
  text-align: center;
}
.breadcumbs_paging h1 {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .breadcumbs_paging h1 {
    font-size: 20px;
  }
}
.breadcumbs_paging h5 {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .breadcumbs_paging h5 {
    font-size: 13px;
  }
}
.breadcumbs_paging h5 a {
  color: #4db749;
}
.breadcumbs_paging h5 a:hover {
  color: #4db749;
  text-decoration: underline;
}

.intro_services {
  padding: 60px 0 30px;
}
@media screen and (max-width: 767px) {
  .intro_services {
    padding: 30px 0 15px;
  }
}
.intro_services .col-services-intro .wrapper_services_intro p {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .intro_services .col-services-intro .wrapper_services_intro p {
    font-size: 13px;
  }
}

.services .col-service {
  margin: 0 0 50px;
}
.services .col-service .wrapper_service a {
  display: block;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09);
  padding: 30px 0;
  border-radius: 5px;
  transition: 0.3s ease;
}
.services .col-service .wrapper_service a:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
}
.services .col-service .wrapper_service a:hover i {
  color: #4db749;
}
.services .col-service .wrapper_service a .icon_service_wrapper {
  text-align: center;
}
.services .col-service .wrapper_service a .icon_service_wrapper i {
  font-size: 36px;
  transition: 0.3s ease;
}
.services .col-service .wrapper_service a .content_service_wrapper {
  text-align: center;
  margin: 25px 0 0;
  padding: 0 40px;
}
.services .col-service .wrapper_service a .content_service_wrapper h4 {
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .services .col-service .wrapper_service a .content_service_wrapper h4 {
    font-size: 17px;
  }
}
.services .col-service .wrapper_service a .content_service_wrapper .content_service {
  min-height: 90px;
}
@media screen and (max-width: 767px) {
  .services .col-service .wrapper_service a .content_service_wrapper .content_service {
    min-height: auto;
  }
}
.services .col-service .wrapper_service a .content_service_wrapper .content_service p {
  font-size: 14px;
  margin: 0;
  color: #555;
}
@media screen and (max-width: 767px) {
  .services .col-service .wrapper_service a .content_service_wrapper .content_service p {
    font-size: 13px;
  }
}

.store_menu .store_menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  opacity: 0;
  z-index: -1;
}
.store_menu .store_menu_overlay.active {
  opacity: 0.5;
  z-index: 999999999;
}
.store_menu .wrapper_store_menu {
  position: fixed;
  top: 0;
  transition: 0.3s ease;
  left: -400px;
  height: 100%;
  z-index: 9999999999;
  background: #fff;
  width: 400px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .store_menu .wrapper_store_menu {
    width: 100%;
    left: -100%;
  }
}
.store_menu .wrapper_store_menu.active {
  left: 0;
}
.store_menu .wrapper_store_menu .close_menu {
  position: absolute;
  left: 7px;
  top: 20px;
  padding: 10px;
  cursor: pointer;
}
.store_menu .wrapper_store_menu .close_menu i {
  font-size: 24px;
  color: #4db749;
}
.store_menu .wrapper_store_menu .logo_store_menu {
  margin: 25px 0;
  padding-left: 60px;
}
.store_menu .wrapper_store_menu .logo_store_menu a {
  margin: 0;
}
.store_menu .wrapper_store_menu .logo_store_menu a img {
  width: 200px;
}
.store_menu .wrapper_store_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.store_menu .wrapper_store_menu ul.main_cat_menu {
  transition: transform 0.2s;
  padding: 0 0 0 60px;
}
.store_menu .wrapper_store_menu ul.main_cat_menu.hide {
  transform: translateX(-15%);
  visibility: hidden;
  height: 0;
  overflow: hidden;
  padding: 0;
}
.store_menu .wrapper_store_menu ul li {
  margin: 0 0 12px;
}
.store_menu .wrapper_store_menu ul li a {
  text-transform: uppercase;
  color: #1c1c1c;
  font-size: 14px;
}
.store_menu .wrapper_store_menu ul li a:hover {
  color: #000;
}
.store_menu .wrapper_category_sub_menu {
  position: relative;
}
.store_menu .wrapper_category_sub_menu .category_sub_menu {
  position: relative;
  visibility: hidden;
  height: 0;
  z-index: -1;
  transform: translateX(15%);
  transition: transform 0.2s;
  overflow: hidden;
  padding-left: 60px;
}
.store_menu .wrapper_category_sub_menu .category_sub_menu.active {
  visibility: visible;
  height: auto;
  z-index: 2;
  transform: translateX(0);
}
.store_menu .wrapper_category_sub_menu .category_sub_menu.active .wrapper_category_sub_menu ul.sub_menu {
  max-height: 600px;
  overflow-y: auto;
}
.store_menu .wrapper_category_sub_menu .category_sub_menu .category_sub_menu_back {
  position: absolute;
  left: 25px;
  top: 0;
  cursor: pointer;
}
.store_menu .wrapper_category_sub_menu .category_sub_menu .category_sub_menu_back i {
  color: #4db749;
  font-size: 19px;
}
.store_menu .wrapper_category_sub_menu .category_sub_menu .wrapper_category_sub_menu h3 {
  font-size: 15px;
  margin: 0 0 25px;
}
.store_menu .wrapper_category_sub_menu .category_sub_menu .wrapper_category_sub_menu h3 a {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}
.store_menu .wrapper_category_sub_menu .category_sub_menu .wrapper_category_sub_menu ul.sub_menu li a.upper_lowest_depth_cat {
  color: #4db749;
  display: block;
  margin: 0 0 10px;
  font-weight: 500;
}
.store_menu .wrapper_category_sub_menu .category_sub_menu .wrapper_category_sub_menu ul.sub_menu li ul.lowest_depth_sub_menu {
  margin: 0 0 20px;
}
.store_menu .wrapper_category_sub_menu .category_sub_menu .wrapper_category_sub_menu ul.sub_menu li ul.lowest_depth_sub_menu li a {
  font-size: 13px;
}
.store_menu .wrapper_category_sub_menu .category_sub_menu .wrapper_category_sub_menu ul.sub_menu li ul.lowest_depth_sub_menu li a:hover {
  text-decoration: underline;
}

.agents .col-intro-agents {
  padding-top: 50px;
  padding-bottom: 50px;
}
.agents .col-intro-agents .wrapper_intro_agents p {
  font-size: 16px;
  color: #1c1c1c;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .agents .col-intro-agents .wrapper_intro_agents p {
    font-size: 14px;
  }
}
.agents .col-agent {
  margin: 0 0 35px;
}
.agents .col-agent .wrapper_agent_content {
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09);
  padding: 20px 15px;
}
.agents .col-agent .wrapper_agent_content .agent_image {
  margin: 0 0 15px;
}
.agents .col-agent .wrapper_agent_content .agent_image img {
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .agents .col-agent .wrapper_agent_content .agent_image img {
    width: 175px;
  }
}
.agents .col-agent .wrapper_agent_content .agent_content h3 {
  font-size: 24px;
  font-weight: 500;
  color: #1c1c1c;
}
@media screen and (max-width: 767px) {
  .agents .col-agent .wrapper_agent_content .agent_content h3 {
    font-size: 18px;
  }
}
.agents .col-agent .wrapper_agent_content .agent_content .agent_content_text {
  min-height: 45px;
}
.agents .col-agent .wrapper_agent_content .agent_content .agent_content_text p {
  font-size: 14px;
  color: #1c1c1c;
  margin: 0;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .agents .col-agent .wrapper_agent_content .agent_content .agent_content_text p {
    font-size: 13px;
    line-height: 20px;
  }
}

#yith-wcwl-form .wishlist-title-container .wishlist-title .show-title-form {
  display: none !important;
}
#yith-wcwl-form .wishlist-title-container .wishlist-title h2 {
  font-size: 22px;
  font-weight: 400;
}
#yith-wcwl-form .wishlist-title-container .hidden-title-form input[type=text] {
  box-shadow: none;
  background: unset;
  border: 2px solid #E4E4E4;
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 5px;
  color: #1c1c1c;
  transition: 0.3s ease;
}
#yith-wcwl-form .wishlist-title-container .hidden-title-form input[type=text]:focus {
  outline: unset !important;
  border-color: #C8C8C8;
}
#yith-wcwl-form .wishlist-title-container .hidden-title-form .edit-title-buttons a {
  width: auto;
  margin-right: 5px;
}
#yith-wcwl-form .wishlist-title-container .hidden-title-form .edit-title-buttons a:hover i {
  color: #000;
}
#yith-wcwl-form .wishlist-title-container .hidden-title-form .edit-title-buttons a i {
  font-size: 16px;
  color: #4db749;
}
#yith-wcwl-form .shop_table {
  margin: 0 0 35px;
}
#yith-wcwl-form .shop_table thead tr th {
  background: unset;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 2px solid #E4E4E4;
  padding: 15px 20px;
  text-align: center;
}
#yith-wcwl-form .shop_table thead tr th.product-name {
  text-align: left;
}
@media screen and (max-width: 1199px) {
  #yith-wcwl-form .shop_table thead tr th {
    font-size: 12px;
  }
}
#yith-wcwl-form .shop_table tbody tr td {
  border-bottom: 2px solid #E4E4E4;
  background: unset;
  vertical-align: middle;
}
#yith-wcwl-form .shop_table tbody tr td.product-name a {
  text-decoration: none;
}
#yith-wcwl-form .shop_table tbody tr td.product-name a:hover {
  color: #4db749;
  text-decoration: underline;
}
#yith-wcwl-form .shop_table tbody tr td.product-price span {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 992px) {
  #yith-wcwl-form .shop_table tbody tr td.product-price span {
    font-size: 21px;
  }
}
#yith-wcwl-form .shop_table tbody tr td.product-add-to-cart a {
  border: 2px solid #000;
  border-radius: 5px;
  padding: 10px 15px;
  background: #000;
  color: #fff;
  font-weight: 400;
  transition: 0.3s ease;
  text-decoration: none;
}
#yith-wcwl-form .shop_table tbody tr td.product-add-to-cart a:hover {
  background: #4db749;
  border-color: #4db749;
}

.wishlist-page-links {
  display: none !important;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share h4 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px;
  color: #1c1c1c;
}

.woocommerce-info {
  font-size: 14px;
  background-color: #4db749 !important;
}

.woocommerce-message, .woocommerce-error {
  font-size: 14px !important;
}
.woocommerce-message a, .woocommerce-error a {
  font-weight: 500 !important;
}

#yith-wcwtl-output .yith-wcwtl-msg {
  font-size: 15px;
  margin: 0 0 12px;
  font-weight: 500;
}
#yith-wcwtl-output .button {
  margin: 0;
  background: #4db749 !important;
  font-size: 13px;
  text-transform: uppercase;
  padding: 11px 15px;
  font-weight: 500;
  border-radius: 5px;
}
#yith-wcwtl-output form label[for=yith-wcwtl-policy-check] {
  margin: 0 0 15px;
}
#yith-wcwtl-output form label[for=yith-wcwtl-email] {
  display: block;
}
#yith-wcwtl-output form label[for=yith-wcwtl-email] input[type=email] {
  display: block;
  width: 50%;
  margin: 6px 0 25px;
  background: unset;
  box-shadow: unset;
  border: 2px solid #E4E4E4;
  font-size: 14px;
  padding: 10px;
  border-radius: 6px;
  transition: 0.3s ease;
  color: #1c1c1c;
}
#yith-wcwtl-output form label[for=yith-wcwtl-email] input[type=email]:focus {
  outline: unset;
  border-color: #000;
}

.contentcopy {
  margin-top: 100px;
  margin-bottom: 100px;
}

.flextop {
  display: flex;
  align-items: center;
}
.flextop p {
  color: #fff;
  margin: 0;
  padding: 0 0 0 18px;
}

.product-info {
  text-align: center;
}

.emplyespace {
  margin-top: 50px !important;
}

.emplyespace2 {
  margin-top: 100px !important;
}

.gform_wrapper form .gform_footer input[type=submit] {
  border: 2px solid #4db749 !important;
  border-radius: 5px !important;
  padding: 15px 35px !important;
  transition: 0.3s ease !important;
  font-weight: 500 !important;
  color: #fff !important;
  background: #4db749 !important;
  font-size: 14px !important;
}

.imgflex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-button i {
  position: absolute;
  right: 18px;
  top: 16px;
}

.gform_wrapper form .gform_body .gform_fields .gfield input[type=text]:focus, .gform_wrapper form .gform_body .gform_fields .gfield textarea:focus {
  outline: unset;
  border-color: #4db749;
}

.menu-menu-principal-container .menu-item-has-children > ul.sub-menu {
  display: none;
}

/* Muestra los submenús al hacer hover en los elementos del menú principal */
.menu-item-has-children:hover > ul.sub-menu {
  display: block;
  position: absolute;
  background-color: #fff;
  padding: 26px 0px 0px 0px;
  z-index: 9;
  margin-right: 0px !important;
}

ul.sub-menu li {
  padding: 4px 18px;
  margin-right: 0px !important;
  border-bottom: 1px solid #ddd;
}

ul.products.columns-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; /* Asegura que todos los elementos <li> tengan la misma altura */
}

/* Estilo para los elementos <li> */
ul.products.columns-4 li.product {
  margin: 10px; /* Espaciado entre los elementos <li> */
  display: flex;
  flex-direction: column;
}

/* Estilo para los títulos de producto */
ul.products.columns-4 li.product h2 {
  flex: 1; /* Ocupa todo el espacio vertical disponible */
  margin: 0; /* Elimina el margen predeterminado del título para un diseño más limpio */
}

ul.products.columns-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; /* Asegura que todos los elementos <li> tengan la misma altura */
}

/* Estilo para los elementos <li> */
ul.products.columns-3 li.product {
  margin: 10px; /* Espaciado entre los elementos <li> */
  display: flex;
  flex-direction: column;
}

/* Estilo para los títulos de producto */
ul.products.columns-3 li.product h2 {
  flex: 1; /* Ocupa todo el espacio vertical disponible */
  margin: 0; /* Elimina el margen predeterminado del título para un diseño más limpio */
}

.stock {
  display: none;
}

.lmp_load_more_button .lmp_button {
  font-size: 18px !important;
  color: #ffffff !important;
  background-color: #4db749 !important;
  padding: 7px 35px !important;
  border-radius: 6px !important;
}

.lmp_load_more_button.br_lmp_button_settings .lmp_button:hover {
  font-size: 18px !important;
  color: #ffffff !important;
  background-color: #4db749 !important;
  padding: 7px 35px !important;
  border-radius: 6px !important;
}

.bottomspace {
  margin-bottom: 50px !important;
}/*# sourceMappingURL=styles.css.map */