@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  font-family: "Open Sans", serif !important;
  margin: 0;
  color: #161519;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

a:focus {
  outline: none !important;
}

a:focus img {
  outline: none !important;
}

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

@media screen and (max-width: 1630px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    max-width: 991px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 768px;
  }
}
.container_fluid {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto !important;
}

@media screen and (max-width: 991px) {
  .map iframe {
    margin-bottom: 50px !important;
  }
}
/* reset.css for WordPress */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

input, button, textarea {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

a {
  text-decoration: none;
  color: inherit;
}

/* woocommerce-reset.css */
.woocommerce-page .product,
.woocommerce-page .cart,
.woocommerce-page .checkout,
.woocommerce-page .my-account {
  margin: 0;
  padding: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce div.product div.summary,
.woocommerce div.product div.images {
  margin: 0;
  padding: 0;
}

.woocommerce ul.products li.product a {
  text-decoration: none;
  color: inherit;
}

.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button,
.woocommerce button,
.woocommerce input[type=submit] {
  background: none;
  border: none;
  padding: 0;
  color: inherit;
}

.woocommerce .quantity input[type=number],
.woocommerce .quantity input[type=text] {
  border: none;
  margin: 0;
  padding: 0;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  border-collapse: collapse;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 0;
  margin: 0;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.woocommerce .woocommerce-notices-wrapper {
  margin: 0;
  padding: 0;
}

.woocommerce .star-rating,
.woocommerce .product_meta,
.woocommerce .price,
.woocommerce .woocommerce-breadcrumb {
  margin: 0;
  padding: 0;
}

header.site-header {
  position: relative;
}

header.site-header .top_header_wrap {
  background-color: #2B2A29;
}

header.site-header .top_header_wrap .toggle_head_contacts {
  text-align: center;
  width: 100%;
  padding: 5px 0;
  display: none;
}

@media screen and (max-width: 768px) {
  header.site-header .top_header_wrap .toggle_head_contacts {
    display: block;
  }
}
header.site-header .top_header_wrap.active .top_header {
  display: block;
}

header.site-header .top_header_wrap .top_header {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  header.site-header .top_header_wrap .top_header {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  header.site-header .top_header_wrap .top_header {
    display: none;
  }
}
header.site-header .top_header_wrap .top_header a:first-of-type {
  border-left: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  header.site-header .top_header_wrap .top_header a:first-of-type {
    border-left: 0;
  }
}
header.site-header .top_header_wrap .top_header a, header.site-header .top_header_wrap .top_header p {
  border-right: 1px solid #E2E6E7;
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  padding: 15px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1230px) {
  header.site-header .top_header_wrap .top_header a, header.site-header .top_header_wrap .top_header p {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 768px) {
  header.site-header .top_header_wrap .top_header a, header.site-header .top_header_wrap .top_header p {
    width: 100%;
    border: 0;
    justify-content: flex-start;
    padding: 5px 10px;
  }
}
header.site-header .top_header_wrap .top_header a svg, header.site-header .top_header_wrap .top_header p svg {
  margin-right: 10px;
}

header.site-header .top_header_wrap .top_header .left_side {
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  header.site-header .top_header_wrap .top_header .left_side {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .top_header_wrap .top_header .left_side p:last-of-type {
    border-right: 0;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .top_header_wrap .top_header .right_side {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  header.site-header .top_header_wrap .top_header .right_side {
    justify-content: center;
  }
}
header.site-header .bottom_header {
  display: flex;
  justify-content: space-between;
  padding: 26px 0;
  align-items: center;
}

@media screen and (max-width: 991px) {
  header.site-header .bottom_header {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .bottom_header .site-logo {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  header.site-header .bottom_header .site-logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
header.site-header .bottom_header .site-logo img {
  max-width: 285px;
}

@media screen and (max-width: 1230px) {
  header.site-header .bottom_header .site-logo img {
    max-width: 200px;
  }
}
header.site-header .bottom_header .site-logo .header_cart {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  top: 28%;
  right: 0;
  background: #fecc00;
  padding: 5px;
  border-radius: 4px;
  z-index: 9;
}

header.site-header .bottom_header .site-logo .header_cart .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

header.site-header .bottom_header .site-logo .header_cart .left .count {
  font-weight: 700;
  font-size: 13px;
  line-height: 15.73px;
  color: #ffffff;
}

header.site-header .bottom_header .site-logo .header_cart .right {
  display: flex;
  flex-direction: column;
  margin-left: 6px;
}

header.site-header .bottom_header .site-logo .header_cart .right span {
  font-weight: 300;
  font-size: 12px;
  line-height: 15.62px;
  color: #3E3E3E;
  margin-top: 5px;
}

header.site-header .bottom_header .site-logo .header_cart .right span:first-of-type {
  font-weight: 600;
  font-size: 14px;
  line-height: 18.23px;
  color: #3E3E3E;
}

header.site-header .bottom_header .site-logo .burger {
  display: none;
}

@media screen and (max-width: 768px) {
  header.site-header .bottom_header .site-logo .burger {
    display: block;
    margin-left: 15px;
  }
}
header.site-header .bottom_header .site-logo .burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #777;
  margin-top: 6px;
}

header.site-header .bottom_header .site-logo .burger span:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  header.site-header .bottom_header .primary-navigation {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  header.site-header .bottom_header .primary-navigation {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 0;
    padding: 15px 20px;
    background: #ffffff;
    z-index: 99;
    display: none;
  }
}
header.site-header .bottom_header .primary-navigation ul {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  header.site-header .bottom_header .primary-navigation ul {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  header.site-header .bottom_header .primary-navigation ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  header.site-header .bottom_header .primary-navigation ul li {
    width: 100%;
  }
}
header.site-header .bottom_header .primary-navigation ul li.menu-item-has-children {
  position: relative;
}

header.site-header .bottom_header .primary-navigation ul li.menu-item-has-children button {
  display: none;
}

header.site-header .bottom_header .primary-navigation ul li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}

header.site-header .bottom_header .primary-navigation ul li.current-menu-item a {
  color: #fcd300;
}

header.site-header .bottom_header .primary-navigation ul li:hover > a {
  color: #fcd300;
  transition: all 0.3s;
}

header.site-header .bottom_header .primary-navigation ul li a {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #2b2a29;
  padding: 12px 0 12px 0;
  border: none;
  margin-left: 20px;
  transition: all 0.3s;
}

@media screen and (max-width: 1230px) {
  header.site-header .bottom_header .primary-navigation ul li a {
    margin-left: 10px;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .bottom_header .primary-navigation ul li a {
    margin-left: 9px;
  }
}
@media screen and (max-width: 768px) {
  header.site-header .bottom_header .primary-navigation ul li a {
    padding: 10px 0;
    display: block;
  }
}
header.site-header .bottom_header .primary-navigation ul li ul {
  position: absolute;
  top: 32px;
  left: 5px;
  z-index: 99;
  width: 218px;
  border: 1px solid #E2E6E7;
  display: none;
}

@media screen and (max-width: 768px) {
  header.site-header .bottom_header .primary-navigation ul li ul {
    position: initial;
    display: block;
    padding-left: 25px;
    border: 0;
    width: auto;
  }
}
header.site-header .bottom_header .primary-navigation ul li ul li a {
  background-color: #FFF;
  padding: 12px 20px 13px;
  font-weight: 400;
  line-height: 26px;
  font-size: 16px;
  font-family: "Open Sans", Serif;
  display: block;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  header.site-header .bottom_header .primary-navigation ul li ul li a {
    padding: 10px 0;
  }
}
.main_section {
  padding: 45px 0 21px;
  background-size: cover;
  background-position: center;
}

.main_section h1 {
  text-align: center;
  color: #FFF;
  font-size: 42px;
  font-weight: 800;
  line-height: 44px;
  margin-bottom: 35px;
}

.main_section .filter_content {
  padding: 30px;
  border-radius: 10px;
  background: #ffffff;
  max-width: 800px;
  margin: 0 auto;
}

.main_section .filter_content h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 39.01px;
  color: #3D3D3D;
  margin-bottom: 20px;
}

.main_section .filter_content .product-filter {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .main_section .filter_content .product-filter {
    flex-wrap: wrap;
  }
}
.main_section .filter_content .product-filter .block {
  max-width: 30%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .main_section .filter_content .product-filter .block {
    max-width: 100%;
  }
}
.main_section .filter_content .product-filter .block label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 14.63px;
  color: #3D3D3D;
}

.main_section .filter_content .product-filter .block select {
  padding: 10px 15px;
  border: 1px solid #3D3D3D;
  font-weight: 400;
  font-size: 16px;
  line-height: 14.63px;
  color: #3D3D3D;
  border-radius: 5px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .main_section .filter_content .product-filter .block select {
    margin-bottom: 15px;
  }
}
.main_section .filter_content .product-filter .block select:focus {
  outline: none;
}

.main_section .filter_content #reset-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18.29px;
  color: #FECC00;
  cursor: pointer;
}

.main_section .filter_content #reset-filters svg {
  margin-right: 10px;
}

footer.site-footer {
  background: #2b2a29;
}

footer.site-footer .footer_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 30px;
  border-bottom: 1px solid #888A8E;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  footer.site-footer .footer_top {
    flex-wrap: wrap;
  }
}
footer.site-footer .footer_top .column {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
  max-width: 30%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  footer.site-footer .footer_top .column {
    max-width: 100%;
    margin-bottom: 25px;
  }
}
footer.site-footer .footer_top .column svg {
  margin-right: 30px;
}

footer.site-footer .footer_top .column p {
  display: block;
  font-family: "Open Sans";
  font-size: 21px;
  line-height: 32px;
  color: #FFF;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  footer.site-footer .footer_top .column p {
    font-size: 16px;
    line-height: 23px;
  }
}
footer.site-footer .footer_top .column a {
  display: block;
  font-family: "Open Sans";
  font-size: 21px;
  line-height: 32px;
  font-weight: 300;
  color: #fecc00;
}

@media screen and (max-width: 991px) {
  footer.site-footer .footer_top .column a {
    font-size: 16px;
    line-height: 23px;
  }
}
footer.site-footer .footer_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  footer.site-footer .footer_content {
    flex-wrap: wrap;
  }
}
footer.site-footer .footer_content .column {
  max-width: 30%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  footer.site-footer .footer_content .column {
    max-width: 100%;
    margin-bottom: 25px;
  }
}
footer.site-footer .footer_content .column h5 {
  font-size: 14px;
  line-height: 26px;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 20px;
}

footer.site-footer .footer_content .column h5:after {
  display: block;
  content: "";
  background: #fcd300;
  width: 40px;
  height: 2px;
  margin-top: 13px;
}

footer.site-footer .footer_content .column p {
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
  display: flex;
  justify-content: flex-start;
}

footer.site-footer .footer_content .column p span {
  width: 60px;
  display: block;
}

footer.site-footer .footer_content .column a.social {
  display: block;
  margin-top: 15px;
}

footer.site-footer .footer_content .column a.social svg {
  border: 1px solid #fcd300;
}

footer.site-footer .footer_content .column ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
}

footer.site-footer .footer_content .column ul li svg {
  margin-right: 10px;
}

footer.site-footer .footer_content .column ul li span {
  min-width: 40%;
  display: block;
}

footer.site-footer .footer_bottom {
  text-align: center;
  padding: 30px 0;
  background: #ffffff;
}

footer.site-footer .footer_bottom p {
  color: #A4AAB3;
  font-family: "Open Sans";
  line-height: 24px;
}

footer.site-footer .footer_bottom p a {
  color: #777;
}

footer.site-footer .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.61);
  display: none;
}

footer.site-footer .loading.active {
  display: flex;
}

footer.site-footer .loading img {
  max-width: 60px;
}

@media screen and (max-width: 768px) {
  .woocommerce-shop .site-main {
    display: flex;
    flex-direction: column;
  }
}
.woocommerce-result-count {
  display: none !important;
}

ul.products {
  padding: 15px !important;
  max-width: 1330px;
  margin: 50px auto 0 !important;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

nav.woocommerce-pagination {
  margin-bottom: 60px;
}

nav.woocommerce-pagination ul.page-numbers {
  border: 0 !important;
}

nav.woocommerce-pagination ul.page-numbers li {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0 !important;
  margin: 0 4px;
}

nav.woocommerce-pagination ul.page-numbers li span {
  background: #2c2c2c !important;
  border-radius: 5px;
  color: white !important;
}

nav.woocommerce-pagination ul.page-numbers li a {
  transition: all 0.3s;
}

nav.woocommerce-pagination ul.page-numbers li a:hover {
  background: #2c2c2c !important;
  border-radius: 5px;
  color: white !important;
  transition: all 0.3s;
}

.logos_wrap {
  max-width: 1330px;
  width: 100%;
  margin: 50px auto;
  padding: 0 15px;
}

.logos_wrap .slick-arrow {
  display: none;
}

.logos_wrap .img_wrap img {
  margin: 0 auto;
}

li.product {
  width: calc(25% - 15px) !important;
  margin-right: 20px !important;
  padding: 15px !important;
  margin-bottom: 20px !important;
  position: relative;
}

@media screen and (max-width: 991px) {
  li.product {
    width: calc(33.3333333333% - 15px) !important;
  }
}
@media screen and (max-width: 768px) {
  li.product {
    width: calc(50% - 5px) !important;
    padding: 0 !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
  }
}
li.product:nth-of-type(4n) {
  margin-right: 0 !important;
}

@media screen and (max-width: 991px) {
  li.product:nth-of-type(4n) {
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  li.product:nth-of-type(4n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  li.product:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  li.product:nth-of-type(3n) {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  li.product:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
li.product .img_wrap {
  width: 100%;
  height: 250px;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  li.product .img_wrap {
    height: 180px;
  }
}
@media screen and (max-width: 768px) {
  li.product .img_wrap {
    height: 150px;
  }
}
li.product .img_wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

li.product .img_wrap .onsale {
  top: 0;
  right: 0;
  margin: 0 !important;
  border-radius: 8px;
  padding: 8px 16px;
  background: #FECC00;
  min-height: auto;
  min-width: auto;
  line-height: 1;
}

li.product h2 {
  font-weight: 500;
  font-size: 15px !important;
  line-height: 19.29px;
  margin-bottom: 6px !important;
  height: 55px;
  position: relative;
  padding-right: 32px !important;
}

@media screen and (max-width: 768px) {
  li.product h2 {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  li.product h2 {
    height: 72px;
  }
}
@media screen and (max-width: 500px) {
  li.product h2 {
    height: 90px;
  }
}
li.product h2:hover:after {
  right: 5px;
  transition: all 0.3s;
}

li.product h2:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: auto;
  right: 0;
  top: 10px;
  display: block;
  background: url("/wp-content/themes/victor-child/assets/img/arrow.svg");
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  li.product h2:after {
    display: none;
  }
}
li.product .short_desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.6px;
  letter-spacing: 0.015em;
  margin-bottom: 12px;
  color: #222222;
}

@media screen and (max-width: 768px) {
  li.product .short_desc {
    margin-bottom: 10px;
  }
}
li.product .price {
  margin-bottom: 7px !important;
}

li.product .price ins {
  text-decoration: none;
}

li.product .price del bdi {
  font-size: 16px;
}

li.product .price bdi {
  font-size: 20px;
  font-weight: 700;
  line-height: 24.2px;
  color: #1E1E1E;
}

@media screen and (max-width: 768px) {
  li.product .price bdi {
    font-size: 20px;
  }
}
li.product a.button {
  display: none !important;
  margin-top: 10px !important;
  padding: 6px 15px;
  background: #E89898;
  border-radius: 6px;
  color: #FFFFFF !important;
  font-size: 15.84px;
  font-weight: 700;
  width: 100%;
  line-height: 24px;
  transition: all 0.4s;
  text-align: center;
}

@media screen and (max-width: 768px) {
  li.product a.button {
    margin-top: 0 !important;
  }
}
li.product a.button:hover {
  background: #1e1e1e;
  transition: all 0.4s;
}

.single-product .custom_wrap {
  max-width: 1330px;
  width: 100%;
  padding: 0 15px;
  margin: 50px auto;
}

.single-product .custom_wrap .woocommerce-breadcrumb {
  display: none;
  padding: 25px 0;
  font-size: 15.6px;
  font-weight: 400;
  line-height: 26.4px;
  letter-spacing: 0.015em;
  color: #60606B;
}

.single-product .custom_wrap .woocommerce-breadcrumb a {
  font-size: 15.6px;
  font-weight: 900;
  line-height: 26.4px;
  letter-spacing: 0.015em;
  color: #161519;
}

.single-product .custom_wrap .woocommerce-notices-wrapper .woocommerce-message {
  border: 1px solid #ffd6e8;
  padding: 10px 15px 10px 30px;
  margin-bottom: 20px;
}

.single-product .custom_wrap .woocommerce-notices-wrapper .woocommerce-message:before {
  left: 10px;
  top: 11px;
}

.single-product .custom_wrap .woocommerce-notices-wrapper .woocommerce-message a:hover {
  background: transparent;
}

.single-product .custom_wrap .single_page_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.single-product .custom_wrap .single_page_wrap .onsale {
  top: 0;
  right: auto;
  left: 0;
  margin: 0 !important;
  border-radius: 8px;
  padding: 8px 16px;
  background: #FECC00;
  min-height: auto;
  min-width: auto;
  line-height: 1;
  width: fit-content;
}

.single-product .custom_wrap .single_page_wrap .summary {
  display: flex;
  flex-direction: column;
}

.single-product .custom_wrap .single_page_wrap .summary h1 {
  color: #111013;
  font-size: 38px;
  font-weight: 700;
  line-height: 43.7px;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
  order: 1;
}

.single-product .custom_wrap .single_page_wrap .summary .price {
  order: 2;
}

.single-product .custom_wrap .single_page_wrap .summary .price .amount {
  font-size: 24px;
  font-weight: 900;
  line-height: 34.4px;
  letter-spacing: 0.015em;
  color: #111013;
}

.single-product .custom_wrap .single_page_wrap .summary .price ins {
  text-decoration: none;
}

.single-product .custom_wrap .single_page_wrap .summary .price del .amount {
  font-size: 20px;
  opacity: 0.7;
}

.single-product .custom_wrap .single_page_wrap .summary .product_description {
  order: 3;
  font-size: 16.4px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #161519;
  margin: 12px 0;
}

.single-product .custom_wrap .single_page_wrap .summary form {
  order: 4;
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}

.single-product .custom_wrap .single_page_wrap .summary form .quantity input {
  height: 100%;
  font-size: 18px;
  font-weight: 500;
}

.single-product .custom_wrap .single_page_wrap .summary form button.single_add_to_cart_button {
  background: #fecc00;
  padding: 9px 20px;
  font-size: 20.72px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.025em;
  color: #FFFFFF;
  border-radius: 6px;
  transition: all 0.3s;
}

.single-product .custom_wrap .single_page_wrap .summary form button.single_add_to_cart_button:hover {
  background: #111013;
  transition: all 0.3s;
}

.single-product .custom_wrap .single_page_wrap .summary .product_meta {
  display: none;
}

.single-product .custom_wrap .single_page_wrap .woocommerce-tabs .woocommerce-Tabs-panel--description h2 {
  font-size: 32px;
  margin: 15px 0;
  font-weight: 500;
}

.single-product .custom_wrap .single_page_wrap .related {
  margin-top: 80px;
  margin-bottom: 60px;
}

.single-product .custom_wrap .single_page_wrap .related h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 25.2px;
  color: #222222;
  margin-bottom: 20px;
}

.single-product .custom_wrap .single_page_wrap .related ul.products {
  padding: 0 !important;
}

.single-product .custom_wrap .single_page_wrap .related ul.products .slick-prev {
  width: 24px;
  height: 24px;
  background: url("/wp-content/themes/victor-child/assets/img/prev.svg");
  background-size: contain;
  transform: rotate(-90deg);
}

.single-product .custom_wrap .single_page_wrap .related ul.products .slick-prev:before {
  display: none;
}

.single-product .custom_wrap .single_page_wrap .related ul.products .slick-next {
  width: 24px;
  height: 24px;
  background: url("/wp-content/themes/victor-child/assets/img/next.svg");
  background-size: contain;
  transform: rotate(-90deg);
}

.single-product .custom_wrap .single_page_wrap .related ul.products .slick-next:before {
  display: none;
}

.single-product .custom_wrap .single_page_wrap .related ul.products .slick-slide {
  margin: 10px;
}

.single-product .custom_wrap .single_page_wrap .related ul.products li.product {
  float: none !important;
}

.woocommerce-cart article header.entry-header {
  display: none;
}

.woocommerce-cart .wp-block-woocommerce-cart {
  max-width: 1230px;
  width: 100%;
  margin: 50px auto;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block {
  border-bottom: 0;
  border-collapse: separate;
  border-spacing: 0 11px;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block thead th {
  padding: 0;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 7px;
}

@media screen and (max-width: 500px) {
  .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td {
  border: 0;
  padding: 15px 5px;
}

@media screen and (max-width: 768px) {
  .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__image {
    width: 100%;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__image a {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  height: 95px;
}

@media screen and (max-width: 500px) {
  .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__image a {
    max-width: 200px;
    display: block;
    margin: 0 auto;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__image a img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-name {
  font-size: 16px;
  font-weight: 800;
  line-height: 20.83px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-name {
    width: 100%;
    text-align: center;
    max-width: none;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .price {
    justify-content: center;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .price ins, .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .price .wc-block-components-product-price__value {
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 31.25px;
  color: #111013;
  margin-left: 0;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .price del {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.83px;
  color: #3F3F3F;
  margin-left: 12px;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-sale-badge {
  display: none;
}

@media screen and (max-width: 768px) {
  .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-metadata {
    text-align: center;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-metadata p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #161519;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  margin-bottom: 0;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  margin-left: 12px;
  color: #ff5252;
}

@media screen and (max-width: 500px) {
  .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__total .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    align-items: center;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__total .price {
  font-size: 18px;
  font-weight: 700;
  line-height: 26.4px;
  letter-spacing: 0.015em;
  color: #111013;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__total .wc-block-components-sale-badge {
  border: 1px solid #111013;
  color: #111013;
}

@media screen and (max-width: 768px) {
  .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block {
    padding: 0 15px;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #111013;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  background: #ff5252;
  border-radius: 8px;
  color: white;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-components-totals-item__label {
  font-size: 15.6px;
  font-weight: 400;
  line-height: 26.4px;
  letter-spacing: 0.015em;
  color: #161519;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-components-totals-item__value {
  font-size: 15.6px;
  font-weight: 700;
  line-height: 26.4px;
  letter-spacing: 0.015em;
  color: #111013;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper .wc-block-components-shipping-address .wc-block-components-panel .wc-block-components-panel__button {
  font-size: 15.6px;
  font-weight: 700;
  line-height: 26.4px;
  letter-spacing: 0.015em;
  text-decoration: underline;
  color: #ff5252;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-shipping__collaterals .wc-block-components-totals-shipping__options .wc-block-components-shipping-rates-control__package label.wc-block-components-radio-control__option-checked input {
  border: 7px solid #D90A2C;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-shipping__collaterals .wc-block-components-totals-shipping__options .wc-block-components-shipping-rates-control__package label.wc-block-components-radio-control__option-checked input:before {
  display: none;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-shipping__collaterals .wc-block-components-totals-shipping__options .wc-block-components-shipping-rates-control__package label input {
  border: 2px solid #60606B;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-shipping__collaterals .wc-block-components-totals-shipping__options .wc-block-components-shipping-rates-control__package label input:focus {
  outline: none;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-shipping__collaterals .wc-block-components-totals-shipping__options .wc-block-components-shipping-rates-control__package label input:before {
  display: none;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-container a {
  background: #1e1e1e;
  border-radius: 8px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: white;
}

.woocommerce-checkout header.entry-header {
  display: none;
}

.woocommerce-checkout .wp-block-woocommerce-checkout {
  max-width: 1230px;
  margin: 60px auto !important;
  padding: 0 15px;
}

.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__form input, .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__form select {
  border: 1px solid #D9D9D9;
}

.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__form input[type=radio] {
  border: 2px solid #60606B;
}

.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__form input[type=radio]:before {
  display: none;
}

.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__form input[type=radio]:focus, .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__form input[type=radio]:focus-visible {
  outline: none;
}

.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__form input[type=radio]:checked {
  border: 8px solid #d90a2c;
}

.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__form .wc-block-components-address-form__address_2-toggle {
  color: #ef5da8;
}

.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__form .wc-block-components-checkout-step__container .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control-accordion-content {
  font-size: 14px;
  line-height: 18px;
  color: gray;
}

.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-terms-block span {
  font-size: 14px;
  line-height: 18px;
}

.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-terms-block span a {
  color: #ef5da8;
}

@media screen and (max-width: 768px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wc-block-checkout__actions_row {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
    display: none;
  }
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wc-block-checkout__actions_row button {
  background: #1e1e1e;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wc-block-checkout__actions_row button {
    width: 100%;
    margin-top: 15px;
  }
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wc-block-checkout__actions_row button .wc-block-components-checkout-place-order-button__text {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #FFFFFF;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item__description {
  padding: 0 7px 0 17px;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item__description .wc-block-components-product-metadata {
  display: none;
}

.woocommerce-order {
  margin: 60px auto;
}

.woocommerce-order p {
  margin-bottom: 10px;
  font-size: 20px;
}

.woocommerce-order .woocommerce-order-details h2 {
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 30px;
  font-weight: 600;
}

.woocommerce-order .woocommerce-order-details table th, .woocommerce-order .woocommerce-order-details table td {
  padding: 10px;
}

.woocommerce-order .woocommerce-customer-details .woocommerce-column h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.woocommerce-order .woocommerce-customer-details .woocommerce-column address {
  font-size: 16px;
  line-height: 24px;
}

.woocommerce-order .woocommerce-customer-details .woocommerce-column address p {
  font-size: 16px;
  line-height: 24px;
}

.woocommerce-account header.entry-header {
  display: none;
}

.woocommerce-account .woocommerce {
  max-width: 1330px;
  width: 100%;
  margin: 60px auto;
  padding: 0 15px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  padding: 12px 10px;
  margin-bottom: 10px;
  border-radius: 12px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
  background: rgba(0, 23, 188, 0.0509803922);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #e89898;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 23.44px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content p a {
  color: #e89898;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.03em;
  color: #17161A;
  margin-bottom: 15px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a {
  color: #e89898;
  font-weight: 500;
  float: none;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
  color: gray;
  margin-top: 15px;
  font-size: 16px;
  line-height: 22px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form p.form-row input, .woocommerce-account .woocommerce .woocommerce-MyAccount-content form p.form-row select {
  border: 1px solid #D9D9D9;
  padding: 10px 15px;
  border-radius: 5px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form p.form-row .select2-selection {
  border: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form p.form-row .select2-selection__rendered {
  border: 1px solid #D9D9D9;
  padding: 6px 15px;
  border-radius: 5px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form p.form-row .select2-selection__arrow {
  top: 12px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form button {
  background: #171717;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #FFFFFF;
  width: 100%;
  padding: 15px;
  border-radius: 8px;
}



/*# sourceMappingURL=main.css.map */
