body {
  margin: 0;
  padding: 0;
  color: #222;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
}
@media (max-width: 1200px) {
  body {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 900px) {
  body {
    font-size: 14px;
    line-height: 1.2;
  }
}

* {
  box-sizing: border-box;
}

p {
  margin: 0 0 20px;
}

a {
  color: #005840;
  text-decoration: none;
  transition: all ease 0.5s;
}
a:hover, a:focus {
  color: #005840;
}

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

h1, h2, h3, h4, h5,
.title_h1, .title_h2, .title_h3, .title_h4, .title_h5 {
  margin-top: 0;
  font-weight: 500;
}
h1 a, h2 a, h3 a, h4 a, h5 a,
.title_h1 a, .title_h2 a, .title_h3 a, .title_h4 a, .title_h5 a {
  color: inherit;
}

h1, .title_h1 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  h1, .title_h1 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 900px) {
  h1, .title_h1 {
    font-size: 26px;
    line-height: 1.2;
  }
}

h2, .title_h2 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 14px;
}
@media (max-width: 1200px) {
  h2, .title_h2 {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 900px) {
  h2, .title_h2 {
    font-size: 20px;
    line-height: 1.2;
  }
}

h3, .title_h3 {
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  h3, .title_h3 {
    font-size: 18px;
    line-height: 1.2;
  }
}

h4, .title_h4 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  h4, .title_h4 {
    font-size: 16px;
    line-height: 1.2;
  }
}

h5, .title_h5 {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  h5, .title_h5 {
    font-size: 14px;
    line-height: 1.2;
  }
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
select,
textarea {
  background: none !important;
  border: 1px solid #dbe0e5 !important;
  padding: 8px 20px !important;
  height: 40px !important;
  color: #222 !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  width: 100% !important;
  margin-bottom: 20px !important;
  border-radius: 8px !important;
}
input[type=text].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: red !important;
}

textarea {
  height: 180px;
}

::-webkit-input-placeholder {
  color: #1e1e1e;
  font-weight: 300;
  font-size: 14px;
  font-family: "Montserrat", Arial, sans-serif;
}

::-moz-placeholder {
  color: #1e1e1e;
  font-weight: 300;
  font-size: 14px;
  font-family: "Montserrat", Arial, sans-serif;
} /* Firefox 19+ */
:-moz-placeholder {
  color: #1e1e1e;
  font-weight: 300;
  font-size: 14px;
  font-family: "Montserrat", Arial, sans-serif;
} /* Firefox 18- */
:-ms-input-placeholder {
  color: #1e1e1e;
  font-weight: 300;
  font-size: 14px;
  font-family: "Montserrat", Arial, sans-serif;
}

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

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

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

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

label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

form p {
  margin: 0;
}

button, input[type=submit], .button, body .wpc-filters-main-wrap a.wpc-filters-submit-button {
  background-color: #005840 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.4em !important;
  border: none !important;
  color: #fff !important;
  padding: 8px 30px !important;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s !important;
  border-radius: 4px !important;
  display: inline-block !important;
  text-align: center !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
}
button:hover, button:focus, input[type=submit]:hover, input[type=submit]:focus, .button:hover, .button:focus, body .wpc-filters-main-wrap a.wpc-filters-submit-button:hover, body .wpc-filters-main-wrap a.wpc-filters-submit-button:focus {
  opacity: 0.8 !important;
  color: #fff !important;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  right: 1px !important;
  top: 1px !important;
  transform: none !important;
}

.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before {
  background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAARCAYAAADdRIy+AAAA3UlEQVQ4ja2UYRHDIAyFkYCESqiESpiESaiEOUACEioBCUhAAhLeLrekl2VAe2vzDy75+l4eV3e1APjLECkAEZ8Kd8KotqNmD+BJjQCqGqx8t6m7PLQNYDWQUfVhrCopJcWAlpYyctKDZdkHn63K2ICtzR1SSjLE5/mMTYZ+Jw1g4oukPtADirJo3Ml6Jq2QLM6q0e6wKkXFfLy2bGcNNQFUHhR7DwP7TduknDqwomCvLsyASwPm+dksvB7pCUew2FFmgwl7AAOYvKkdNhw4KtrNbTClkt7k//8359wbQjiOx07AbPwAAAAASUVORK5CYII=) center no-repeat !important;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  background: transparent;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none;
  color: inherit !important;
  display: inline !important;
  font-family: inherit;
  font-size: inherit;
  font-size: 0.75em !important;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0 !important;
  text-decoration: inherit;
  text-decoration: underline;
  text-shadow: none;
  text-transform: inherit;
  text-transform: none !important;
  vertical-align: baseline;
  white-space: nowrap;
  background: none !important;
}

.wc-block-components-quantity-selector {
  width: 160px !important;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  background: none transparent;
  border: 0;
  box-shadow: none;
  color: currentColor;
  cursor: pointer;
  font-size: 0.9em;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  width: 60px !important;
  opacity: 0.6;
  padding: 8px !important;
  text-align: center;
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}
table th, table td {
  padding: 10px 20px;
  vertical-align: baseline;
  text-align: left;
}
table th {
  font-weight: 500;
}

.container {
  max-width: 1480px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
}

.wpcf7-not-valid-tip {
  font-size: 11px;
  margin-top: -10px;
}

.clear {
  clear: both;
}

.grid {
  display: grid;
  gap: 20px;
}
.grid_2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid_3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid_4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 900px) {
  .grid_4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid_5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid_1-2 {
  grid-template-columns: 1fr 2fr;
}
.grid_1-3 {
  grid-template-columns: 1fr 3fr;
}
.grid_2-1 {
  grid-template-columns: 2fr 1fr;
}
.grid_2-3 {
  grid-template-columns: 2fr 3fr;
}
.grid_center {
  align-items: center;
}
@media (max-width: 1200px) {
  .grid {
    gap: 30px;
  }
}
@media (max-width: 900px) {
  .grid {
    gap: 15px;
    grid-template-columns: 100%;
  }
}

strong {
  font-weight: 500;
}

@media (max-width: 900px) {
  .mobile_hide {
    display: none !important;
  }
}

@media (max-width: 500px) {
  .mobile_center {
    text-align: center;
  }
}

.mobile_show {
  display: none !important;
}
@media (max-width: 900px) {
  .mobile_show {
    display: block !important;
  }
}

header {
  background: #005840;
  color: #fff;
  padding: 5px 0;
  font-size: 15px;
}
header p {
  margin: 0;
}
header a {
  color: #fff;
  transition: all 0.3s;
}
header a:hover, header a:focus {
  color: inherit;
}
header svg {
  width: 30px;
}
header input {
  margin: 0 !important;
  background: #fff !important;
}
header .header_wrapper {
  display: grid;
  grid-template-columns: auto 1fr repeat(2, auto);
  align-items: center;
  gap: 80px;
  justify-content: space-between;
}
@media (max-width: 900px) {
  header .header_wrapper {
    grid-template-columns: 60px auto 60px;
    gap: 20px;
  }
}
header .header_contacts {
  display: flex;
  align-items: center;
  gap: 15px;
}
header [class*=title_] {
  margin: 0;
}
header .header_phone_btn a {
  height: 60px;
  width: 60px;
  border-radius: 5px;
  border: 2px solid #d4d4d8;
  display: block;
  padding: 5px;
}
header .mini_cart {
  position: relative;
  display: block;
}
header .mini_cart_count {
  font-weight: 800;
  position: absolute;
  top: -8px;
  right: -7px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  font-size: 11px;
  text-align: center;
  line-height: 16px;
  background-color: #fff;
  border: 2px solid #005840;
  color: #005840;
}
header .border_top {
  border-top: 1px solid #dbe0e5 !important;
  margin-top: 20px !important;
  padding-top: 20px !important;
}
header .account a, header .shop_cart a {
  display: flex !important;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
header .account a:before, header .shop_cart a:before {
  content: "";
  width: 23px !important;
  height: 23px !important;
  margin: 0 !important;
}
header .account a:before {
  background: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAABZ0lEQVRYhe2ZzU3DQBCFn6EAfOToElxCSkgHpBRuHF1CSggdmA5MB4EKTAeglcaSZXZDdv42Rn7Sk3LZ9Wf7zWg9qaCv3WLHN4NriBUgTwC+Ez5FbqSIagD9BdCle1pTRC2AMQN28khrXVUzYefQrk86JwaX4uGinQLs5OxCvGPc4ZPiU9HcKylJdmNZNlWjCDu5yQHOjUTW5hZ7cjK8KtUGkTDvx5pFd869OCcSr4w1Kbmc5DQ7hUURR9UpwHZesKBCGQSwQ4ljJhe6COwcOiceXUnYuRqCOSdaV+dZYBw1tw646d9IOkiZstpS9T9Evog/AHzS73cAX57DlQB3oMGI9BA0UPfYW4AelL6UUw43f5ROh8Irfk70Vkv3HPB9AdCl+2t6ef3HUM/bI8UxqlZ4ArP0L2juYK8ItPRs6+n2HsCLVS800GNVYvQpUUWvczVa3eRnA7bWBmyt1QGHtnYT/1BeJQA/ig0KZAKBeC4AAAAASUVORK5CYII=") center/contain no-repeat !important;
}
header .shop_cart a:before {
  background: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAACXUlEQVRIibWWSWtUQRSFv46J2lHEGKOiGBETiAgiKhEVXLgRN/4CwYW4ysI/4U9woeDSZdaBLNxIxIi6EHHshSQ4xOA8pc3r1y1HT0HTVg+V4UJRzeuqd+rcOvfcVwD2A+eA7UAX/+IXcAu4A5RZgegGzgCXgP661/0GBoHHKwk0C3wG1pjRJoMeAvYBvcvEqABflLoNwBYDCeQCcNEA771wqVED3gLXxeinh2IjUAIys93qNNYSgURgnYcOP9wdofnGswCmgXtLuKcicBI46r33G4H08hf+cxF4CFxTjhOBBsTCB54HnjQCKUULwFcLYpulngJU8L4DQFVsgG9dkYW6n1cG3eW7SomiU7bZGVJWyjGgRQPhWlrvU3YaWn/E83czWoidNgc+ei6a1XyCzFUqx1wuL703jwGJ0XPPvXaOHU5puxDz3cCQ10+H0okBZZZ4ZvWMJdZSj+9nDrhrcRG7o9x0yz5hMfGOMjtKqS4zUUY1g8gDd3rxVfthp5HbeuZCJppJNzhE1TYi5bxOAArvqDobtWZAQeIV+90JpzMlcjN6JkG0YxSArnhjaih9l+WXrRiVnK7ltInCfz8iC/qcsj6Lo9KBxOvbQ8WMHgA/YoyCpEfcZVXht4FHrolmYOFwag97bT9PW9WgCu44MAV88Jjys54WbNSpz/vln4B3wLj9shArWNnOKTPq9xjxs1bfDwI6C+wxM31VjbpdrI0BrUoo/42hIpONHPYpdS9yhxvAjP9vFrrzg57VPGWqN+UqMdUFMah5ybkVk1ZPOzGoRZz2IQU08bdgIfsDVw6ofRfHeEMAAAAASUVORK5CYII=") center/contain no-repeat !important;
}

.logo img {
  height: 90px;
}

.main_menu {
  display: flex;
  list-style: none;
  text-transform: uppercase;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 12px 0;
  padding: 0;
  font-size: 15px;
  gap: 20px;
}
.main_menu a {
  text-align: center;
  display: block;
  width: auto;
  color: #222;
  padding: 9px 20px;
  border-radius: 4px;
}
.main_menu a:hover, .main_menu a:focus,
.main_menu .current-menu-item a,
.main_menu .current-product_cat-ancestor a,
.main_menu .current-menu-parent a {
  color: #005840;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
  background: #fff;
}
.main_menu .catalog-link a {
  display: flex;
  gap: 12px;
  align-items: center;
  background: #005840;
  color: #fff;
  font-weight: 600;
}
.main_menu .catalog-link a:before {
  content: "";
  height: 17px;
  width: 24px;
  background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAXCAYAAAB50g0VAAABLUlEQVRIie3Xq0oFURiG4cfNDh7AA4iCeCoWk7dhMhjsGkQEDWaD2G2K4i1YzWZvQINJsIl4RlTkl7WZLRvBNCN7Cb4wzCF8vMys/5uZjoiASSxjEI0LbaQDtzjERR2j2MRim8W+M568kuBGhnKJBdzU8JaBzE+8i4ihiNiJiJfIh9eIOIiIseaQJEbQk8mde8FVOmgVzJJa1nZ/QbBe7Kewgv42+zR5xAHO0hqcK06G83D74h6r6RHPZyiX6MNsEjzGXQZC30lVc9KsmRmsYyATuQfs4vS/B8vyZ3ow0YuuCjKf8FxBToN6MRhpQNbQWUFmEtwqFnl5ImL7Fz6yPiJiIg1g2a32S9WScrurCtrBURVhLezhvIqgZg9OY6l4vZQpxvRHdo19XJa2wyc7hWLLH0SlZgAAAABJRU5ErkJggg==) center/contain no-repeat;
  display: block;
}

.mobile_phone_number {
  text-align: center;
  margin: 15px 0 0px !important;
}
.mobile_phone_number a {
  display: flex;
  align-content: center;
  justify-content: center;
  color: #000;
}
.mobile_phone_number img {
  max-height: 28px;
}

@media (max-width: 900px) {
  .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: none !important;
  }
}
.breadcrumbs {
  padding: 0;
  font-size: 14px;
  line-height: 1.57;
  font-weight: 300;
  color: inherit;
}
.breadcrumbs a {
  color: inherit;
}
.breadcrumbs > span:last-child {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

main {
  min-height: 50vh;
  margin: 50px 0;
}

footer {
  padding-top: 63px;
  padding-bottom: 56px;
  background: #8c8c8c;
  margin-top: -2px;
  font-size: 14px;
  color: #fff;
  clear: both;
}
@media (max-width: 900px) {
  footer {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover, footer a:focus {
  color: inherit;
  text-decoration: underline;
}
footer p {
  margin-bottom: 8px;
}
footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer nav ul li {
  margin-bottom: 8px;
}
@media (max-width: 900px) {
  footer nav ul {
    text-align: center;
  }
}
footer .footer_contacts {
  text-align: right;
}
@media (max-width: 900px) {
  footer .footer_contacts {
    text-align: center;
  }
}

section {
  margin-bottom: 55px;
}

.section_title {
  color: #444;
  font-size: 32px;
  text-align: center;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .section_title {
    font-size: 26px;
  }
}
.section_title_up {
  color: #444;
  font-size: 26px;
  line-height: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .section_title_up {
    font-size: 22px;
  }
}
.section_title_link {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: flex-end;
}
.section_title_link a {
  margin-bottom: 20px;
  display: block;
}
.section_columns {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 900px) {
  .section_columns {
    -moz-columns: unset;
         columns: unset;
  }
}
.section_sliders .grid_2-1 {
  grid-template-columns: calc(66.666% - 10px) calc(33.333% - 10px);
}
@media (max-width: 900px) {
  .section_sliders .grid_2-1 {
    grid-template-columns: 100%;
  }
}

.main_slider .n2-ss-slider-wrapper-inside {
  border-radius: 8px;
  overflow: hidden;
}

.products_slider {
  border: 1px solid #dbe0e5;
  border-radius: 8px;
  height: 300px;
  padding: 25px;
}
@media (max-width: 900px) {
  .products_slider {
    height: auto;
  }
}
.products_slider_item {
  display: flex;
  gap: 15px;
}
.products_slider_title {
  margin-bottom: 30px;
}
.products_slider .owl-carousel .owl-prev, .products_slider .owl-carousel .owl-next {
  top: 10%;
}

@media (max-width: 900px) {
  .pa_brands.grid_5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .pa_brands.grid_5 {
    grid-template-columns: 100%;
  }
}
.pa_brands .pa_brand {
  height: 100px !important;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.pa_brands .pa_brand img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 70px;
  max-width: 100%;
}

.product-cats {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
  gap: 15px;
  width: 100%;
  flex-wrap: wrap;
}
.product-cats .category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 6px 20px;
  border: 1px solid #dbe0e5;
  border-radius: 8px;
  gap: 8px;
  height: 44px;
}
.product-cats .category h2 {
  font-size: 12px;
  margin: 0;
}
.product-cats .category img {
  max-height: 30px;
  max-width: 30px;
  width: auto;
  height: auto;
}
.product-cats .category:hover, .product-cats .category:focus, .product-cats .category_active {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
  background: #fff;
}

.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  border: none;
}

.woocommerce-loop-product__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
}
@media (max-width: 900px) {
  .woocommerce-loop-product__bottom {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.woocommerce-loop-product__bottom .button {
  margin: 0 !important;
  font-size: 12px !important;
  white-space: nowrap;
  padding: 8px 20px !important;
}
.woocommerce-loop-product__bottom .price {
  color: #1e1e1e !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 33px !important;
}

.product {
  width: 100% !important;
}
.product a {
  display: block;
}
@media (max-width: 900px) {
  .product a {
    text-align: center;
  }
}
.product .button {
  display: none !important;
}
@media (max-width: 900px) {
  .product .button {
    display: block !important;
  }
}
.product:hover .button, .product:focus .button {
  display: inline-block !important;
}
.product .woocommerce-loop-product__title {
  position: relative;
}
@media (max-width: 900px) {
  .product .woocommerce-loop-product__title {
    text-align: center;
  }
}
.product .gupfw_gift_cat_info {
  position: absolute;
  top: -35px;
  left: 0;
  background: rgba(255, 255, 255, 0.33);
  padding: 3px 10px;
  border: 1px solid #da0e0e;
  border-radius: 4px;
}
@media (max-width: 900px) {
  .product .gupfw_gift_cat_info {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 900px) {
  .product img {
    max-height: 150px;
    width: auto !important;
    margin: auto;
  }
}

.single_product .grid_2-3 {
  grid-template-columns: calc(40% - 10px) calc(60% - 10px);
}
@media (max-width: 900px) {
  .single_product .grid_2-3 {
    grid-template-columns: 100%;
  }
}
.single_product .images .slick-vertical .slick-list {
  margin: -4px 0;
}
.single_product .images .slick-vertical .slick-list li {
  padding: 3px 0;
}
.single_product .images .slick-vertical .slick-list li img {
  border-radius: 8px;
  border: 1px solid #dbe0e5;
}
.single_product .price {
  font-size: 36px;
  color: #1e1e1e;
  font-weight: 500;
}
.single_product form.cart {
  display: flex;
}
.single_product form.cart .quantity .qty {
  border-radius: 0;
  padding: 10px !important;
  border: 1px solid #dbe0e5;
}
.single_product form.cart .minus, .single_product form.cart .plus {
  background-color: #dbe0e5 !important;
  color: #222 !important;
  padding: 8px 17px !important;
}
.single_product form.cart .minus {
  border-radius: 4px 0 0 4px !important;
}
.single_product form.cart .plus {
  border-radius: 0 4px 4px 0 !important;
}
.single_product form.cart .single_add_to_cart_button {
  margin-left: 10px;
}
.single_product_attributes {
  border-top: 1px solid #dbe0e5;
  padding-top: 30px;
  margin-top: 30px;
}
.single_product_attributes table.shop_attributes {
  max-width: 710px;
}
.single_product_attributes table.shop_attributes th {
  font-weight: 500;
  width: 250px;
}
.single_product_attributes table.shop_attributes td {
  font-style: normal;
}
@media (max-width: 900px) {
  .single_product h2 {
    text-align: center;
  }
  .single_product .vertical-img-left.wpgis-slider-for {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .single_product .related {
    text-align: center;
  }
}

.owl-carousel button {
  background: none !important;
  color: #222 !important;
  font-size: 60px !important;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next {
  position: absolute;
  margin-top: 0;
  top: 25%;
}
.owl-carousel .owl-prev span, .owl-carousel .owl-next span {
  opacity: 0;
}
.owl-carousel .owl-prev {
  left: -20px;
  background: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAZCAYAAAABmx/yAAAA80lEQVQ4jZ3UsQ3CQAxA0Q+JQpuSkhHCBtDRskHYhA1gg2SDiAmgpSIb0NIlIyBLd5K55JI73ITmycb2ebHKMiIjB/plJNoBb6CLgSVwNxkJhYIq87sH9iHwrFArSL7pDKpMNo36uVK9yAflz78UqoGtRmMwN50rFDqNlaPhxkFXH5KwzSn0jAyofchmjEYSsqud3T/gCDzmEJ7mBMVSzUdQo8Ywm9EdbhWCbamtGXKr8GUKug/5rwXAPhmV2T6nQdPGdrU3ZdtZls6cvdCGXgR3SUjSJJmw3KQP5tasgQPwBD6hV25wOmLO4w+OvatScgPwBVa7OIu0KEPIAAAAAElFTkSuQmCC") center no-repeat !important;
}
@media (max-width: 900px) {
  .owl-carousel .owl-prev {
    left: 0;
  }
}
.owl-carousel .owl-next {
  right: -20px;
  background: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAYCAYAAAAlBadpAAAA90lEQVQ4jZ2UsQ3CMBREXwiCNiUtG4SOEjpKRgijMAEjwAaIkgpaKhgjHRkBGf6XfhyCba6KJd+/88XnbDwaPflgCTxIwEC2FsAdqFLJTrGR9T5lQD7M8xo4A3NgAqyBDLiGyO7M+u2sX4BS1gdgE7KtaLzQKjlGFBkZMBNVHXAXV0GyYmMGlHKczgAXWJ+rkxA0yBVwA2rdYAPrgz17K5c+2xY29dYfiVFWLICjDHAOpjHKik5gseTKU31f6Rjy34HtDNERZra2wx9E27CH1z76lIsY4jflpGZZ5b8rqZdfidsQUW37rbGN+gl9PZOJquzgvyJhAC/33TiVD5kfWAAAAABJRU5ErkJggg==") center no-repeat !important;
}
@media (max-width: 900px) {
  .owl-carousel .owl-next {
    right: 0;
  }
}

.dgwt-wcas-search-submit {
  background: none !important;
  position: absolute !important;
  right: 30px !important;
  left: auto !important;
}

.widget_wpc_filters_widget {
  border: 1px solid #dbe0e5;
  border-radius: 8px;
  padding: 30px;
  margin-right: 30px;
}

.wpc-filter-terms-count-0 {
  display: none;
}

.wpc-filters-main-wrap a.wpc-filters-reset-button {
  text-transform: uppercase;
}

.single_product_info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single_product_info table {
  margin: 0;
}
.single_product_info table th {
  padding: 5px 0;
  position: relative;
}
.single_product_info table th span {
  background: #fff;
  padding: 0 5px 0 0;
  position: relative;
  z-index: 9;
}
.single_product_info table th:after {
  content: "";
  display: block;
  border: 1px dotted #dbe0e5;
  position: absolute;
  width: 95%;
  left: 10px;
  z-index: 1;
  bottom: 9px;
}
.single_product_info table td {
  padding: 5px 0 5px 10px;
}
.single_product_info table p {
  margin-bottom: 0;
}
.single_product_info_link a {
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 5px;
}
.single_product_info_bordered {
  border: 1px solid #dbe0e5;
  border-radius: 8px;
  padding: 10px 15px;
  margin-bottom: 15px;
  display: block;
}
.single_product_info_line {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single_product_info_line div {
  margin-bottom: 0;
}
.single_product_info_gift {
  display: flex;
  align-items: start;
  gap: 10px;
}

.single_product_summary {
  border: 1px solid #dbe0e5;
  border-radius: 8px;
  padding: 30px;
}
.single_product_summary_count {
  color: #005840;
  font-weight: 700;
  margin-top: 20px;
}

#ship-to-different-address {
  display: none;
}

#cclw_order_details_table .cclw_order_review_table .cclwminus, #cclw_order_details_table .cclw_order_review_table button.cclwplus {
  line-height: 14px !important;
  padding: 8px 20px !important;
}

button.cclwminus {
  border-radius: 4px 0 0 4px !important;
}

button.cclwplus {
  border-radius: 0 4px 4px 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 20% !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  padding: 10px 0;
  border-bottom: 1px solid #dbe0e5;
}
@media (max-width: 900px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100% !important;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    border: 1px solid #dbe0e5;
    padding: 9px 17px;
    text-align: center;
    border-radius: 4px;
    white-space: nowrap;
    display: inline-block;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #dbe0e5;
  }
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 78% !important;
}
@media (max-width: 900px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
  }
}

.edit-account fieldset {
  margin-bottom: 20px;
}

.woocommerce-account .addresses .title {
  background: none;
  color: #000;
  display: flex;
  align-items: center;
}
.woocommerce-account .addresses .title h3 {
  margin: 0;
}

.woocommerce-account .addresses .title .edit {
  float: none;
  color: #222 !important;
  padding: 8px 10px;
  border: 1px solid #dbe0e5;
  border-radius: 4px;
  margin-left: 20px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  max-width: 450px;
}

.added_to_cart.wc-forward {
  display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
}

.page_header {
  margin-bottom: 25px;
}
.page_header h1 {
  margin-bottom: 0;
  max-width: 1000px;
}

.brands_list {
  -moz-columns: 4;
       columns: 4;
  -moz-column-gap: 30px;
       column-gap: 30px;
  width: 100%;
}
@media (max-width: 1200px) {
  .brands_list {
    -moz-columns: 3;
         columns: 3;
  }
}
@media (max-width: 900px) {
  .brands_list {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 500px) {
  .brands_list {
    -moz-columns: 1;
         columns: 1;
  }
}
.brands_item {
  display: grid;
  grid-template-columns: 48px auto;
  grid-column-gap: 23px;
  margin-bottom: 20px;
  align-items: center;
}
.brands_item div {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.brands_title {
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 4px;
  font-size: 26px;
  border: 1px solid #dbe0e5;
  font-weight: 500;
  color: #1e1e1e;
}

.wc-block-components-form .wc-block-components-checkout-step {
  margin-bottom: 0 !important;
}

.wc-block-components-checkout-step__title,
.wc-block-components-checkout-step__description {
  display: none;
}

.wc-block-checkout__add-note {
  margin-top: 20px !important;
}

.wc-block-components-address-form__country {
  display: none !important;
}/*# sourceMappingURL=template.css.map */