/*********************** GENERAL SETTINGS ***********************/
@font-face {
  font-family: "Breathing";
  src: url("https://overthetopinc.com/wp-content/themes/overthetop/assets/css/../fonts/Breathing.ttf") format('truetype');
}
.container,
main.site-main {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
main.site-main.full-width {
  max-width: none;
  padding: 0;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 10px;
  padding-right: 10px;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
img.lazy {
  opacity: 0;
  transition: opacity 1s;
}
img.lazy.loaded,
img.lazy.initial,
img.lazy.error {
  opacity: 1;
}
div.lazy {
  opacity: 0;
  transition: opacity 1s;
  background-repeat: no-repeat;
  background-size: cover;
}
div.lazy[data-was-processed="true"] {
  opacity: 1;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
}
a.button,
a.btn,
input.button,
button.button,
.header_bottom .menu_button > a,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  background-color: #ae2573;
  border-radius: 25px;
  padding: .75em 2.8em;
  border: 1px solid #ae2573;
  transition: .4s;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  line-height: normal;
}
a.button:hover,
a.btn:hover,
input.button:hover,
button.button:hover,
.header_bottom .menu_button > a:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
a.button:focus,
a.btn:focus,
input.button:focus,
button.button:focus,
.header_bottom .menu_button > a:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus {
  background-color: #fff;
  color: #ae2573;
  outline: none;
}
a.button.secondary,
a.btn.secondary,
input.button.secondary,
button.button.secondary,
.header_bottom .menu_button > a.secondary,
.woocommerce #respond input#submit.secondary,
.woocommerce a.button.secondary,
.woocommerce button.button.secondary,
.woocommerce input.button.secondary {
  background-color: #fff;
  border-color: #efd3e3;
  border-width: 2px;
  color: #1b1b20;
  padding: .5em 1.6em;
}
a.button.secondary:hover,
a.btn.secondary:hover,
input.button.secondary:hover,
button.button.secondary:hover,
.header_bottom .menu_button > a.secondary:hover,
.woocommerce #respond input#submit.secondary:hover,
.woocommerce a.button.secondary:hover,
.woocommerce button.button.secondary:hover,
.woocommerce input.button.secondary:hover,
a.button.secondary:focus,
a.btn.secondary:focus,
input.button.secondary:focus,
button.button.secondary:focus,
.header_bottom .menu_button > a.secondary:focus,
.woocommerce #respond input#submit.secondary:focus,
.woocommerce a.button.secondary:focus,
.woocommerce button.button.secondary:focus,
.woocommerce input.button.secondary:focus {
  border-color: #ae2573;
  color: #fff;
  background-color: #ae2573;
}
a.button.aligned_center,
a.btn.aligned_center,
input.button.aligned_center,
button.button.aligned_center,
.header_bottom .menu_button > a.aligned_center,
.woocommerce #respond input#submit.aligned_center,
.woocommerce a.button.aligned_center,
.woocommerce button.button.aligned_center,
.woocommerce input.button.aligned_center {
  display: block;
  max-width: max-content;
  margin: 0 auto;
}
.top_title {
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.top_title:before,
.top_title:after {
  position: absolute;
  content: '';
  right: 0;
  left: 0;
  bottom: -5px;
  margin: 0 auto;
  height: 2px;
  background-color: #efd3e3;
}
.top_title:before {
  width: 124px;
}
.top_title:after {
  width: 64px;
  bottom: -18px;
}
.pattern_bg {
  background-image: url(https://overthetopinc.com/wp-content/themes/overthetop/assets/css/../images/pattern.png);
  background-repeat: repeat;
}
.post,
.page {
  margin: 0;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="date"],
form input[type="search"],
form textarea {
  display: block;
  border: none;
  border-bottom: 2px solid #e0dfdf;
  font-size: 18px;
  font-weight: 400;
  line-height: 44px;
  color: #464344;
  width: 100%;
  letter-spacing: 0.05em;
  padding-left: 0;
  border-radius: 0;
}
form input[type="text"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="date"]::-webkit-input-placeholder,
form input[type="search"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #737373;
}
form input[type="text"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="password"]::-moz-placeholder,
form input[type="tel"]::-moz-placeholder,
form input[type="date"]::-moz-placeholder,
form input[type="search"]::-moz-placeholder,
form textarea::-moz-placeholder {
  color: #737373;
}
form input[type="text"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form input[type="date"]:-ms-input-placeholder,
form input[type="search"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #737373;
}
form input[type="text"]:-moz-placeholder,
form input[type="email"]:-moz-placeholder,
form input[type="password"]:-moz-placeholder,
form input[type="tel"]:-moz-placeholder,
form input[type="date"]:-moz-placeholder,
form input[type="search"]:-moz-placeholder,
form textarea:-moz-placeholder {
  color: #737373;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="date"]:focus,
form input[type="search"]:focus,
form textarea:focus {
  outline: none;
  border-bottom-color: #efd3e3;
}
form textarea {
  line-height: normal;
}
form .wpcf7-list-item {
  margin-left: 0;
  margin-right: 75px;
}
form .wpcf7-not-valid {
  border-bottom-color: #ff0000 !important;
}
form .wpcf7-not-valid::-webkit-input-placeholder {
  color: #ff0000 !important;
}
form .wpcf7-not-valid::-moz-placeholder {
  color: #ff0000 !important;
}
form .wpcf7-not-valid:-ms-input-placeholder {
  color: #ff0000 !important;
}
form .wpcf7-not-valid:-moz-placeholder {
  color: #ff0000 !important;
}
form .wpcf7-not-valid-tip {
  display: none;
}
form .wpcf7-response-output {
  display: block;
  max-width: max-content;
  margin: 0 auto;
  text-align: center;
  padding: 15px;
  margin-top: 25px;
}
form.init .wpcf7-response-output {
  display: none;
}
form.invalid .wpcf7-response-output {
  border: 2px solid #ff0000;
  color: #ff0000;
}
form.sent .wpcf7-response-output {
  border: 2px solid #00cc00;
  color: #00cc00;
}
form input[type="radio"],
.woof_list input[type="radio"],
table input[type="radio"],
form input[type=checkbox],
.woof_list input[type=checkbox],
table input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 2px solid #e0dfdf;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  /*&:hover {
        outline: none;
        &:before {
            opacity: 0.6;
        }
    }*/
}
form input[type="radio"]:before,
.woof_list input[type="radio"]:before,
table input[type="radio"]:before,
form input[type=checkbox]:before,
.woof_list input[type=checkbox]:before,
table input[type=checkbox]:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 17px;
  background-image: url(https://overthetopinc.com/wp-content/themes/overthetop/assets/css/../images/icons/checkmark.svg);
  background-size: contain;
  top: 6px;
  left: 4px;
  transition: .4s;
  display: none;
}
form input[type="radio"]:checked,
.woof_list input[type="radio"]:checked,
table input[type="radio"]:checked,
form input[type=checkbox]:checked,
.woof_list input[type=checkbox]:checked,
table input[type=checkbox]:checked {
  border-color: #efd3e3;
}
form input[type="radio"]:checked:before,
.woof_list input[type="radio"]:checked:before,
table input[type="radio"]:checked:before,
form input[type=checkbox]:checked:before,
.woof_list input[type=checkbox]:checked:before,
table input[type=checkbox]:checked:before {
  display: block;
}
form input[type="radio"]:focus,
.woof_list input[type="radio"]:focus,
table input[type="radio"]:focus,
form input[type=checkbox]:focus,
.woof_list input[type=checkbox]:focus,
table input[type=checkbox]:focus {
  outline: none;
}
form label,
.woof_list label,
table label {
  color: #737373;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}
.co_form_wrapper {
  max-width: 1180px;
  padding: 30px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 14px 73px 8px rgba(35, 31, 32, 0.2);
  position: relative;
  margin-top: -100px;
  margin-bottom: 100px;
}
.co_form_wrapper .co_form_block {
  background-color: #fff;
  padding: 74px 0 54px;
}
.co_form_wrapper .co_form_block .co_form_content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 10px;
}
.co_form_wrapper .co_form_block .co_form_content .form_sub_title {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.co_form_wrapper .co_form_block .co_form_content span.wpcf7-form-control-wrap {
  width: 100%;
  margin-bottom: 15px;
}
.co_form_wrapper .co_form_block .co_form_content .flexed {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.co_form_wrapper .co_form_block .co_form_content .flexed span {
  max-width: 430px;
  flex: 0 0 50%;
}
.co_form_wrapper .co_form_block .co_form_content .flexed.elmts-3 span {
  max-width: 280px;
  flex: 0 0 33%;
}
.co_form_wrapper .co_form_block input[type="date"] {
  color: #737373;
}
.co_form_wrapper .co_form_block .co_textarea {
  margin-bottom: 0;
  padding-top: 18px;
}
.co_form_wrapper .co_form_block .co_textarea textarea {
  margin-bottom: 0;
}
.screen-reader-response {
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.shadow_title {
  font-size: 100px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-shadow: 3px 3px 0 rgba(224, 223, 223, 0.5), 5px 5px 0 rgba(224, 223, 223, 0.4);
  line-height: 100px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.shadow_title.dark {
  color: #464344;
  margin: 88px 0 68px;
  text-shadow: 3px 3px 0 rgba(27, 27, 32, 0.3), 6px 6px 0 rgba(70, 67, 64, 0.3);
}
.page_title_block {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 210px 0;
  position: relative;
}
@media (max-width: 767px) {
  .page_title_block {
    padding: 55px 0;
  }
}
.page_title_block:after {
  position: absolute;
  content: '';
  right: 0;
  left: 0;
  bottom: -12px;
  height: 2px;
  width: 100%;
  background-color: #efd3e3;
}
.about-title-video {
  position: relative;
}
.about-title-video video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.woocommerce ul.products .product,
.home_products_carousel .product {
  list-style: none;
}
.woocommerce ul.products .product img,
.home_products_carousel .product img {
  max-width: 430px;
  max-height: 340px;
  margin-bottom: 22px;
}
.woocommerce ul.products .product .product_info,
.home_products_carousel .product .product_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.woocommerce ul.products .product .product_info .product_info_text h2,
.home_products_carousel .product .product_info .product_info_text h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.05em;
  margin: 0;
}
.woocommerce ul.products .product .product_info .product_info_text h2 a,
.home_products_carousel .product .product_info .product_info_text h2 a {
  color: #464344;
  text-decoration: none;
}
.woocommerce ul.products .product .product_info .product_info_text span,
.home_products_carousel .product .product_info .product_info_text span {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #aeaeae;
}
.woocommerce ul.products .product img {
  max-width: 430px;
  max-height: 430px;
}
.addtoany_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 21px 0;
  border-top: 1px solid #e0dfdf;
  border-bottom: 2px solid #e0dfdf;
}
.addtoany_content .addtoany_header {
  color: #464344;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0;
}
.addtoany_content .addtoany_list,
.addtoany_shortcode .addtoany_list {
  display: flex;
  flex-wrap: wrap;
}
.addtoany_shortcode {
  max-width: 580px;
}
.wrap-soc {
  max-width: 580px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.wrap-soc .button {
  margin-top: 18px !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}
body .a2a_kit > a {
  width: 48px;
  height: 48px;
  background-color: #ae2573;
  border-radius: 100%;
  border: 1px solid #ae2573;
  transition: .4s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 10px;
}
body .a2a_kit > a:focus,
body .a2a_kit > a:hover {
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ae2573;
}
body .a2a_kit > a:focus span,
body .a2a_kit > a:hover span {
  opacity: 1;
}
body .a2a_kit > a:focus svg path,
body .a2a_kit > a:hover svg path {
  fill: #ae2573;
}
.single-product .a2a_kit > a {
  background-color: #fff;
  border: 1px solid #ae2573;
}
.single-product .a2a_kit > a svg path {
  fill: #ae2573;
}
.single-product .a2a_kit > a:focus,
.single-product .a2a_kit > a:hover {
  background-color: #ae2573;
  border: 1px solid #ae2573;
}
.single-product .a2a_kit > a:focus span,
.single-product .a2a_kit > a:hover span {
  opacity: 1;
}
.single-product .a2a_kit > a:focus svg path,
.single-product .a2a_kit > a:hover svg path {
  fill: #ffffff;
}
.co_form_search {
  position: relative;
  display: flex;
  align-items: center;
}
.co_form_search:focus,
.co_form_search:hover {
  border-color: #efd3e3;
  outline: none;
  background: transparent;
}
.co_form_search .co_search_buton {
  cursor: pointer;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .co_form_search .co_search_buton {
    display: block;
  }
}
.co_form_search input[type="submit"],
.co_form_search button[type="submit"] {
  position: absolute;
  top: 1px;
  left: 11px;
  background: none;
  border: none;
  padding: 0.7em;
  border-radius: 100%;
  display: none;
}
.co_form_search input[type="submit"]:focus,
.co_form_search button[type="submit"]:focus,
.co_form_search input[type="submit"]:hover,
.co_form_search button[type="submit"]:hover {
  opacity: 0.7;
  outline: none;
}
.co_form_search input[type="text"],
.co_form_search input[type="search"] {
  line-height: 40px;
  padding-left: 15px;
  font-size: 20px;
  font-weight: 400;
  color: #737373;
  background: transparent;
  border: none;
}
.co_form_search input[type="text"]:focus,
.co_form_search input[type="search"]:focus,
.co_form_search input[type="text"]:hover,
.co_form_search input[type="search"]:hover {
  border-color: #efd3e3;
  outline: none;
  background: transparent;
}
@media (max-width: 991px) {
  .co_desktop {
    display: none !important;
  }
}
.co_mobile {
  display: none !important;
}
@media (max-width: 991px) {
  .co_mobile {
    display: block !important;
  }
}
.search-form,
.co_form_search form {
  position: relative;
}
.search-form input[type="submit"],
.co_form_search form input[type="submit"],
.search-form button[type="submit"],
.co_form_search form button[type="submit"] {
  display: block;
  width: 46px;
  height: 46px;
  padding: 0;
  position: absolute;
  left: 11px;
  top: 2px;
  background-image: url(https://overthetopinc.com/wp-content/themes/overthetop/assets/css/../images/icons/search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
  border: none;
  background-color: transparent;
}
.search-form input[type="submit"]:hover,
.co_form_search form input[type="submit"]:hover,
.search-form button[type="submit"]:hover,
.co_form_search form button[type="submit"]:hover {
  opacity: 1;
}
.search-form input[type="text"],
.co_form_search form input[type="text"],
.search-form input[type="search"],
.co_form_search form input[type="search"] {
  padding-left: 58px;
  border: 2px solid #dbdada;
  background-color: #faf9f9;
  border-radius: 25px;
  width: 100%;
  max-width: 230px;
  transition: .4s;
}
@media (min-width: 992px) and (max-width: 1920px) {
  .search-form input[type="text"],
  .co_form_search form input[type="text"],
  .search-form input[type="search"],
  .co_form_search form input[type="search"] {
    width: 30vw;
  }
}
@media (min-width: 992px) and (max-width: 1920px) {
  .search-form input[type="text"]:focus,
  .co_form_search form input[type="text"]:focus,
  .search-form input[type="search"]:focus,
  .co_form_search form input[type="search"]:focus {
    width: 30vw;
    max-width: 30vw;
  }
}
@media (min-width: 1921px) {
  .search-form input[type="text"]:focus,
  .co_form_search form input[type="text"]:focus,
  .search-form input[type="search"]:focus,
  .co_form_search form input[type="search"]:focus {
    width: 450px;
    max-width: 450px;
  }
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.woocommerce a.added_to_cart {
  display: none;
}
.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
  vertical-align: middle;
}
/*********************** END OF GENERAL SETTINGS ***********************/
/*********************** HEADER ***********************/
.header_top {
  background-color: #efd3e3;
  padding: 14px 0;
}
.header_top > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header_top .header_socials {
  display: flex;
  align-items: center;
}
.header_top .header_socials ul {
  margin: 0;
  display: flex;
  padding: 0;
}
.header_top .header_socials li {
  list-style: none;
}
.header_top .co_my_wishlist a,
.header_top .co_my_account a,
.header_top .cart-icon {
  padding-left: 45px;
}
.header_top .co_my_wishlist a:after,
.header_top .co_my_account a:after,
.header_top .cart-icon:after {
  position: absolute;
  content: '';
  right: 0;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}
.header_top .co_my_wishlist a:after {
  left: 18px;
  bottom: 3px;
  background-image: url(https://overthetopinc.com/wp-content/themes/overthetop/assets/css/../images/icons/heart_w.svg);
}
.header_top .co_my_account a:after {
  left: 24px;
  bottom: 3px;
  background-image: url(https://overthetopinc.com/wp-content/themes/overthetop/assets/css/../images/icons/user_w.svg);
}
.header_top .cart-icon:after {
  width: 18px;
  left: 20px;
  bottom: 5px;
  background-image: url(https://overthetopinc.com/wp-content/themes/overthetop/assets/css/../images/icons/cart.svg);
}
.header_top .cart-icon .cart-active {
  position: absolute;
  bottom: 0;
  left: 24px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ae2573;
  z-index: 1;
}
.header_menu_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}
.header_menu_top li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding: 16px;
  letter-spacing: 0.05em;
}
.header_menu_top li {
  position: relative;
}
.header_menu_top li + li a:before {
  position: absolute;
  width: 2px;
  height: 15px;
  content: '';
  right: 0;
  left: 0;
  bottom: 3px;
  background-color: #fff;
}
.header_menu_top li:last-of-type a {
  padding-right: 0;
}
/*.co_general_facebook {
    margin-right: 29px;
    path {
        fill: #fff;
    }
}
.co_general_instagram {
    margin-right: 39px;
    path {
        fill: #fff;
    }
}*/
.header_socials a {
  margin-right: 29px;
}
.header_socials a:hover path,
.header_socials a:focus path {
  fill: #ae2573;
}
.header_socials a path {
  fill: #fff;
}
.header_center {
  margin-top: 25px;
  margin-bottom: 20px;
}
.header_center .row {
  align-items: center;
}
.header_center .site-branding {
  text-align: center;
}
.header_center .co_form_search {
  max-width: 230px;
  margin: 0 auto;
}
.header_bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header_bottom .header_menu_main {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 10px;
}
.header_bottom .main-navigation ul {
  justify-content: space-between;
  align-items: center;
}
.header_bottom .main-navigation .menu_button > a {
  font-size: 20px;
  padding: 0.4em 1.8em;
  font-weight: 500;
  margin-right: 32px;
  letter-spacing: normal;
}
.header_bottom li a {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #1b1b20;
  letter-spacing: 0.05em;
  padding: .4em 1.2em;
}
.header_bottom li + li a {
  position: relative;
}
.header_bottom li + li a:before {
  position: absolute;
  left: -5px;
  bottom: 45%;
  right: 0;
  width: 6px;
  height: 6px;
  background-color: #efd3e3;
  border-radius: 100%;
}
.header_bottom li:last-of-type a:before {
  display: none;
}
.header_bottom .mega-menu-item {
  width: 76.042vw;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
.header_bottom .mega-menu-item h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 15px;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 1441px) {
  .header_bottom .mega-menu-item h3 {
    font-size: 16px;
  }
}
.header_bottom .mega-menu-item a {
  width: auto;
  padding: 0;
}
.header_bottom .mega-menu-item__list {
  display: flex;
  flex-wrap: wrap;
  left: initial;
  position: relative;
  top: initial;
  float: none;
  box-shadow: none;
}
.header_bottom .mega-menu-item__list li {
  width: 100%;
}
.header_bottom .mega-menu-item__list a {
  max-width: 245px;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  letter-spacing: 0.05em;
  color: #000000;
  text-transform: initial;
  line-height: 250%;
}
@media (max-width: 1441px) {
  .header_bottom .mega-menu-item__list a {
    font-size: 12px;
  }
}
.header_bottom .mega-menu-item__list a:after {
  content: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-3.54237e-07 1.82251L3.40675 5.22927L-5.64094e-08 8.63602L1.2905 9.92651L5.98774 5.22927L1.2905 0.532019L-3.54237e-07 1.82251Z' fill='black'/%3E%3C/svg%3E%0A");
}
.header_bottom .mega-menu-item__list2 a {
  max-width: 130px;
}
.header_bottom .mega-menu-item__list2 li {
  padding-right: 15px;
  width: 50%;
}
.header_bottom .mega-menu-item__img {
  max-width: 290px;
  margin-right: 0;
  margin-left: auto;
}
.header_bottom .mega-menu-item__img h3 {
  border: none;
}
.header_bottom .mega-menu-item__img a {
  position: relative;
  padding-right: 15px;
}
.header_bottom .mega-menu-item__img a:after {
  position: absolute;
  top: 0;
  right: 0;
  content: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-3.54237e-07 1.82251L3.40675 5.22927L-5.64094e-08 8.63602L1.2905 9.92651L5.98774 5.22927L1.2905 0.532019L-3.54237e-07 1.82251Z' fill='black'/%3E%3C/svg%3E%0A");
}
.header_bottom .sub-menu {
  display: block;
  background: white;
  min-width: 200px;
}
.header_bottom .sub-menu a:before {
  content: none !important;
}
.header_menu_top {
  margin: 0;
}
.co_general_text {
  margin: 0;
  margin-top: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-left: 10px;
}
.site-header {
  margin-bottom: 15px;
  border-bottom: 2px solid #efd3e3;
  padding-bottom: 12px;
}
.site-header .main-navigation li.menu-item-has-children > a.openMenu:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ae2573;
  border-right: 2px solid #ae2573;
  transform: rotate(135deg);
}
body.home .site-header,
body.page-template-contact_us .site-header,
body.page-template-request-quote .site-header,
body.page-template-swatch-order .site-header,
body.page-template-about .site-header {
  border-bottom: none;
  padding-bottom: 0;
}
/*********************** END OF HEADER ***********************/
/*********************** FOOTER ***********************/
.site-footer {
  clear: both;
  margin-top: 20px;
  padding: 80px 0;
  /*.co_general_facebook, .co_general_instagram {
      &:hover,
      &:focus {
          text-decoration: none;
          background-color: #fff;
          path {
              fill: #ae2573;
          }
      }
  }*/
}
.site-footer .site-branding {
  text-align: center;
  margin-bottom: 43px;
}
.site-footer .site-branding img {
  width: 94%;
}
.site-footer .header_menu_top {
  justify-content: center;
  padding-left: 0;
  padding-right: 15px;
  margin-top: 9px;
}
.site-footer .header_menu_top a {
  color: #1b1b20;
}
.site-footer .header_menu_top li {
  position: relative;
}
.site-footer .header_menu_top li + li a:before {
  position: absolute;
  width: 2px;
  height: 15px;
  content: '';
  right: 0;
  left: 0;
  bottom: 3px;
  background-color: #efd3e3;
}
.site-footer .footer_menu_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  margin: 40px 0;
}
.site-footer .co_my_wishlist a,
.site-footer .co_my_account a {
  padding-left: 45px;
}
.site-footer .co_my_wishlist a:after,
.site-footer .co_my_account a:after {
  position: absolute;
  content: '';
  right: 0;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}
.site-footer .co_my_wishlist a:after {
  left: 18px;
  bottom: 3px;
  background-image: url(https://overthetopinc.com/wp-content/themes/overthetop/assets/css/../images/icons/heart2.svg);
}
.site-footer .co_my_account a:after {
  left: 24px;
  bottom: 3px;
  background-image: url(https://overthetopinc.com/wp-content/themes/overthetop/assets/css/../images/icons/user2.svg);
}
.site-footer .footer_left {
  display: flex;
}
.site-footer .footer_left .text,
.site-footer .footer_left .footer_copy a {
  font-size: 18px;
  color: #1b1b20;
  letter-spacing: 0.05em;
}
.site-footer .site-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 23px;
}
.site-footer .site-info li {
  list-style: none;
}
.site-footer .footer_menu {
  display: flex;
}
.site-footer .footer_menu a {
  font-size: 18px;
  color: #1b1b20;
  letter-spacing: 0.05em;
}
.site-footer .footer_menu li {
  position: relative;
}
.site-footer .footer_menu li + li {
  margin-left: 15px;
  padding-left: 15px;
}
.site-footer .footer_menu li + li:before {
  position: absolute;
  width: 2px;
  height: 15px;
  content: '';
  right: 0;
  left: 0;
  bottom: 6px;
  background-color: #1b1b20;
}
.site-footer .footer_copy {
  margin-left: 7px;
}
.site-footer .footer_copy a span {
  color: #ae2573;
  font-weight: bold;
}
.site-footer .footer_copy a:hover {
  text-decoration: none;
}
.site-footer .footer_copy a:hover span {
  text-decoration: underline;
}
.site-footer .footer_copy svg {
  margin-left: 6px;
  transition: 0.4s;
}
.instagram + site-footer {
  margin-top: 0;
}
.footer_socials {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 32px;
}
.footer_socials a {
  width: 65px;
  height: 65px;
  background-color: #ae2573;
  border-radius: 100%;
  border: 1px solid #ae2573;
  transition: .4s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0;
}
.footer_socials a:hover,
.footer_socials a:focus {
  text-decoration: none;
  background-color: #fff;
}
.footer_socials a:hover path,
.footer_socials a:focus path {
  fill: #ae2573;
}
.footer_socials ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_socials li {
  list-style: none;
}
.footer_socials li + li {
  margin-left: 18px;
}
.instagram_carousel {
  list-style-type: none;
  padding: 0 4%;
}
.instagram_carousel .owl-stage-outer {
  overflow: visible;
}
.instagram {
  margin-top: 80px;
  margin-bottom: 20px;
  overflow: hidden;
}
.instagram > p {
  text-align: center;
}
.instagram > p a {
  font-size: 28px;
  font-weight: 500;
  color: #1b1b20;
}
@media (max-width: 991px) {
  .instagram > p a {
    font-size: 18px;
  }
}
/*********************** END OF FOOTER ***********************/
.single-product .pdp_category {
  line-height: 20px;
}
.single-product .completelook_wrapper {
  margin-top: -106px;
}
.single-product .summary {
  margin-top: 0;
}
.single-product .summary table th {
  line-height: 44px;
}
.single-product .summary table th:nth-of-type(2) {
  text-align: center;
  display: block;
}
.single-product .summary table input[type=checkbox] {
  margin: 0;
  opacity: 0;
  visibility: hidden;
  width: 0 !important;
  height: 0 !important;
}
.single-product .addtoany_header {
  float: left;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 34px;
  letter-spacing: 0.05em;
}
.single-product .woocommerce-product-gallery .owl-prev,
.single-product .woocommerce-product-gallery .owl-next {
  display: none !important;
  position: absolute;
  font-size: 0;
  margin: 0;
  top: -98px;
}
.single-product .woocommerce-product-gallery .owl-prev span,
.single-product .woocommerce-product-gallery .owl-next span {
  font-size: 0;
}
.single-product .woocommerce-product-gallery .owl-prev:before,
.single-product .woocommerce-product-gallery .owl-next:before {
  position: absolute;
  content: '';
  top: 170px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 49px;
  height: 18px;
}
.single-product .woocommerce-product-gallery .owl-prev {
  left: -3px;
}
.single-product .woocommerce-product-gallery .owl-prev:before {
  left: 5px;
  background-image: url(https://overthetopinc.com/wp-content/themes/overthetop/assets/css/../images/icons/arrow_gray_left.svg);
}
.single-product .woocommerce-product-gallery .owl-next {
  right: 52px;
}
.single-product .woocommerce-product-gallery .owl-next:before {
  background-image: url(https://overthetopinc.com/wp-content/themes/overthetop/assets/css/../images/icons/arrow_gray_right.svg);
}
.single-product .addtoany_list {
  display: flex;
}
.single-product .related.products .top_title {
  padding-top: 90px;
  margin-bottom: 60px;
  padding-bottom: 5px;
}
.single-product .woocommerce-breadcrumb {
  display: none;
}
.woocommerce div.product div.images .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 20% !important;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.addtoany_list {
  display: flex;
}
body.single-product .addtoany_list {
  justify-content: flex-end;
  margin-top: 18px;
}
body.single-product .addtoany_list a {
  position: relative;
}
body.single-product .addtoany_list a:before {
  content: 'Share To';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ae2573;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  height: 20px;
  width: 80px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
body.single-product .addtoany_list a:hover:before {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.woocommerce div.product .product_title {
  margin-top: 15px;
  margin-bottom: 40px;
}
.error-404 {
  text-align: center;
  padding: 30px 0;
  color: #1b1b20;
}
.error-404 .shadow_title {
  position: relative;
  color: rgba(27, 27, 32, 0.6);
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 13.021vw;
  text-shadow: 15px 6px 0 rgba(224, 223, 223, 0.9), 15px 6px 0 rgba(224, 223, 223, 0.9);
}
.error-404 .shadow_title img {
  width: 17.188vw;
  height: 16.667vw;
}
.error-404 .shadow_title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("https://overthetopinc.com/wp-content/themes/overthetop/assets/css/../images/shadow.png");
  width: 26.563vw;
  height: 26.563vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
@media (max-width: 991px) {
  .error-404 .shadow_title {
    margin-top: 40px;
    text-shadow: 3px 3px 0 rgba(224, 223, 223, 0.5), 5px 5px 0 rgba(224, 223, 223, 0.4);
  }
}
.error-404 .page-content {
  margin-top: 0;
  text-transform: uppercase;
}
.error-404 .page-content h2 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .error-404 .page-content h2 {
    font-size: 30px;
  }
}
.error-404 .page-content p {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 991px) {
  .error-404 .page-content p {
    font-size: 20px;
  }
}
.error-404 .page-content .button {
  margin-top: 15px;
}
body ul.products.columns-4 {
  margin: 0 -10px;
}
body ul.products.columns-4 li.product {
  width: 25%;
  margin: 0;
  padding: 0 10px;
}
body .woocommerce-message,
body .woocommerce-info,
body .woocommerce-error,
body .woocommerce-noreviews,
body p.no-comments {
  background-color: transparent;
  border-color: #ae2573;
}
body .woocommerce-message:before,
body .woocommerce-info:before,
body .woocommerce-error:before,
body .woocommerce-noreviews:before,
body p.no-comments:before,
body .woocommerce-message:after,
body .woocommerce-info:after,
body .woocommerce-error:after,
body .woocommerce-noreviews:after,
body p.no-comments:after {
  color: #ae2573;
}
body.search .site-main {
  max-width: 1440px;
}
body.search .site-main article {
  width: 33.33%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
body.search .site-main article img {
  width: 100%;
}
@media (max-width: 992px) {
  body.search .site-main article {
    width: 50%;
  }
}
@media (max-width: 768px) {
  body.search .site-main article {
    width: 100%;
  }
}
body.search .site-main:after {
  display: block;
  content: '';
  clear: both;
}
.swatch_order_form_wrapper .top_text p {
  color: #737373;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.05em;
  margin: 0;
}
.swatch_order_form_wrapper .top_text a {
  color: #ae2573;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px dotted rgba(174, 37, 115, 0.2);
  padding: 8px 20px;
  display: inline-block;
  line-height: 14px;
  border-radius: 100px;
  letter-spacing: 0.05em;
  margin-top: 21px;
  margin-bottom: 33px;
}
.swatch_order_form_wrapper .bottom_text {
  font-size: 14px;
  line-height: 18px;
  color: #737373;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
form.swatch-order-form h3 {
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 17px;
  margin-bottom: 16px;
}
form.swatch-order-form input,
form.swatch-order-form select {
  margin-bottom: 17px;
}
form.swatch-order-form input[type=number] {
  font-size: 18px;
  font-weight: 400;
  color: #737373;
  text-align: center;
  max-width: 145px;
  min-height: 50px;
  border-radius: 25px;
  border: 2px solid #dbdada;
  background-color: #faf9f9;
  margin-bottom: 0;
}
form.swatch-order-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 2px solid #e0dfdf;
  font-size: 18px;
  font-weight: 400;
  line-height: 44px;
  color: #464344;
  padding: 3px;
  padding-left: 0;
  display: block;
  width: 100%;
  cursor: pointer;
  background-color: transparent;
  background-image: url(https://overthetopinc.com/wp-content/themes/overthetop/assets/css/../images/icons/arrow-down.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 8px 6px;
}
@media (max-width: 991px) {
  form.swatch-order-form select {
    line-height: 27px;
  }
}
form.swatch-order-form select:focus {
  outline: none;
}
form.swatch-order-form .quantity {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
form.swatch-order-form .quantity label {
  justify-content: space-between;
  padding-right: 10px;
  max-width: calc(100% - 104px);
  flex: 0 0 calc(100% - 104px);
}
form.swatch-order-form .quantity label input {
  min-width: 0;
  margin-left: 10px;
}
.qty_buttons {
  display: flex;
  align-items: center;
  max-width: 104px;
  flex: 0 0 104px;
}
.qty_buttons span + span {
  margin-left: 10px;
}
.qty_buttons .plus,
.qty_buttons .minus,
.qty_buttons .remove {
  display: block;
  width: 28px;
  height: 28px;
  border: 2px solid #ae2573;
  background-color: #ae2573;
  border-radius: 100%;
  transition: .4s;
  cursor: pointer;
  position: relative;
}
.qty_buttons .plus:hover,
.qty_buttons .minus:hover,
.qty_buttons .remove:hover,
.qty_buttons .plus:focus,
.qty_buttons .minus:focus,
.qty_buttons .remove:focus {
  background-color: #faf9f9;
  border-color: #dbdada;
}
.qty_buttons .plus:hover:before,
.qty_buttons .minus:hover:before,
.qty_buttons .remove:hover:before,
.qty_buttons .plus:focus:before,
.qty_buttons .minus:focus:before,
.qty_buttons .remove:focus:before,
.qty_buttons .plus:hover:after,
.qty_buttons .minus:hover:after,
.qty_buttons .remove:hover:after,
.qty_buttons .plus:focus:after,
.qty_buttons .minus:focus:after,
.qty_buttons .remove:focus:after {
  background-color: #ae2573;
}
.qty_buttons .plus:before,
.qty_buttons .minus:before,
.qty_buttons .remove:before,
.qty_buttons .plus:after,
.qty_buttons .minus:after,
.qty_buttons .remove:after {
  display: block;
  content: '';
  position: absolute;
  background-color: #fff;
  transition: 0.4s;
  top: 11px;
  right: 11px;
}
.qty_buttons .plus:before,
.qty_buttons .minus:before,
.qty_buttons .remove:before {
  width: 14px;
  height: 2px;
  right: 5px;
}
.qty_buttons .plus:after,
.qty_buttons .minus:after,
.qty_buttons .remove:after {
  width: 2px;
  height: 14px;
  top: 5px;
}
.qty_buttons .minus:after {
  display: none;
}
.qty_buttons .remove:before {
  transform: rotate(45deg);
}
.qty_buttons .remove:after {
  transform: rotate(-135deg);
}
form .button {
  font-weight: 500;
}
input.button[type="submit"]:hover {
  border-color: #ae2573;
}
.co_form_block .co_form_content .add_form_row {
  padding-bottom: 20px;
}
.co_form_block .co_form_content .add_form_row .button {
  margin-top: 0 !important;
  font-size: 30px !important;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-width: 3px;
  padding: 0 !important;
  border-radius: 100%;
}
.woocommerce-account .entry-title {
  text-align: center;
}
.woocommerce-account .site-main div.woocommerce h2 {
  line-height: normal;
  text-transform: uppercase;
  color: #464344;
}
.woocommerce-account .site-main .form-row {
  padding: 0;
  margin-bottom: 20px;
}
.woocommerce-account .site-main .lost_password {
  margin-bottom: 0;
}
.woocommerce-account input[type=checkbox] {
  width: 24px;
  height: 24px;
}
.woocommerce-account input[type=checkbox]:checked:before {
  width: 15px;
  height: 12px;
  top: 4px;
  left: 3px;
}
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  padding: 0;
}
.woocommerce form.login .password-input,
.woocommerce form.register .password-input {
  width: 100%;
}
.lost_password_row {
  align-items: center;
  justify-content: space-between;
}
.lost_password_row:before,
.lost_password_row:after {
  display: none !important;
}
.text-button,
.woocommerce-privacy-policy-link {
  color: #ae2573;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
.text-button:hover,
.woocommerce-privacy-policy-link:hover,
.text-button:focus,
.woocommerce-privacy-policy-link:focus {
  text-decoration: none;
}
#customer_login {
  padding: 0 10px;
  max-width: 450px;
  margin: 0 auto;
  margin-top: 58px;
}
#customer_login .submit-row {
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
#customer_login .submit-row:before,
#customer_login .submit-row:after {
  display: none;
}
#customer_login .submit-row .create_acc {
  max-width: 50%;
  flex: 0 0 50%;
  text-align: right;
}
#customer_login .submit-row button {
  flex-grow: 1;
}
.create_acc span {
  color: #737373;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.woocommerce form .form-row input.input-text {
  padding: 10px 0;
}
.woocommerce form .password-input,
.woocommerce-page form .password-input {
  display: block;
  width: 100%;
}
.myaccount_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e0dfdf;
  margin-bottom: 100px;
}
.myaccount_wrapper .co_left {
  max-width: 18.5%;
  flex: 0 0 18.5%;
  padding-left: 10px;
  padding-right: 30px;
  padding-top: 43px;
}
@media (max-width: 991px) {
  .myaccount_wrapper .co_left {
    padding: 20px 10px;
  }
}
.myaccount_wrapper .co_right {
  max-width: 81.5%;
  flex: 0 0 81.5%;
  border-left: 2px solid #e0dfdf;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 130px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .myaccount_wrapper .co_right {
    padding: 20px 10px;
  }
}
@media (min-width: 1921px) {
  .myaccount_wrapper .co_left {
    max-width: 33.5%;
    flex: 0 0 33.5%;
  }
  .myaccount_wrapper .co_right {
    max-width: 66.5%;
    flex: 0 0 66.5%;
  }
}
@media (max-width: 991px) {
  .myaccount_wrapper .co_left,
  .myaccount_wrapper .co_right {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
  float: none;
}
.woocommerce-account .shadow_title.dark {
  font-size: 40px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .woocommerce-account .shadow_title.dark {
    font-size: 24px;
    margin: 0;
    margin-bottom: 10px;
  }
}
.woocommerce-account header.entry-header {
  display: none;
}
.woocommerce-account .site-header {
  margin-bottom: 0;
}
.woocommerce-account.woocommerce-page #primary {
  margin-top: 0;
  max-width: none;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-content {
  max-width: 1310px;
}
.woocommerce-account .woocommerce-MyAccount-content .inner {
  max-width: 1180px;
  margin-left: auto;
}
.woocommerce-account .co_left .inner {
  max-width: 260px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .woocommerce-account .co_left .inner {
    max-width: 100%;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-bottom: 150px;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 20px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a i {
  width: 20px;
  margin-right: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a i path {
  fill: #737373;
  transition: .4s;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a svg {
  max-width: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a span {
  color: #737373;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 56px;
  transition: .4s;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a span {
    font-size: 14px;
    line-height: 21px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a span,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover span,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus span {
  color: #464344;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a i path,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover i path,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus i path {
  fill: #464344;
}
.woocommerce-account .user_info {
  font-weight: 500;
}
.woocommerce-account .user_info .user-name {
  color: #464344;
  font-size: 24px;
}
.woocommerce-account .user_info .user-email {
  color: #ae2573;
  font-size: 18px;
}
.woocommerce-account .link_back {
  margin-bottom: 62px;
}
@media (max-width: 991px) {
  .woocommerce-account .link_back {
    margin-bottom: 20px;
  }
}
.woocommerce-account .link_back a {
  color: #737373;
  font-size: 14px;
}
.woocommerce-account .link_back a:before {
  display: inline-block;
  content: '';
  vertical-align: baseline;
  width: 8px;
  height: 8px;
  border-top: 1px solid #464344;
  border-left: 1px solid #464344;
  transform: rotate(-45deg);
  margin-right: 10px;
}
.woocommerce-account .entry-content {
  margin-top: 0;
}
.dashboard_blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
  margin-top: 52px;
}
@media (max-width: 991px) {
  .dashboard_blocks {
    margin: 0;
  }
}
.dashboard_blocks .single {
  max-width: calc(50% - 20px);
  flex: 0 0 calc(50% - 20px);
  margin: 0 10px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 40px;
  box-shadow: 0 14px 24px 3px rgba(35, 31, 32, 0.1);
}
@media (max-width: 991px) {
  .dashboard_blocks .single {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 30px 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
.dashboard_blocks .single > i {
  max-width: 30px;
  flex: 0 0 30px;
}
.dashboard_blocks .single > div {
  max-width: calc(100% - 44px);
  flex: 0 0 calc(100% - 44px);
}
.dashboard_blocks .single .button {
  background-color: #464344;
  border-color: #464344;
}
.dashboard_blocks .single .button:hover,
.dashboard_blocks .single .button:focus {
  background-color: #ae2573;
  border-color: #ae2573;
  color: #fff;
}
.dashboard_blocks .title {
  color: #464344;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .dashboard_blocks .title {
    font-size: 18px;
  }
}
.dashboard_blocks .text {
  color: #464344;
  font-size: 14px;
  line-height: 24px;
  max-width: 400px;
  letter-spacing: 0.05em;
  margin-bottom: 27px;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 991px) {
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper > .form-row {
  max-width: 33%;
  flex: 0 0 33%;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper > .form-row {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper > .form-row > span {
  display: block;
  width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 18px;
  border: none;
  box-shadow: none;
  padding: 9px 0;
  border-bottom: 2px solid #e0dfdf;
}
.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
}
.select2-container .select2-selection--single {
  height: auto;
}
/*********************** START OF WISHLIST ***********************/
.wishlist-title-container {
  text-align: center;
}
.wishlist-title-container .wishlist-title h2 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 40px;
  color: #464344;
  text-shadow: 3px 3px 0px rgba(70, 67, 68, 0.3), 6px 6px 0px rgba(70, 67, 68, 0.3);
}
.wishlist-title-container .wishlist-title a {
  display: none;
  /*display: inline-block; /* Убрать комментарий, чтобы вернуть кнопку */
  position: absolute;
  margin-left: 10px;
}
.woocommerce table.table {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 150px;
}
.woocommerce table.table thead th {
  border: none;
}
.woocommerce table.table thead th span {
  font-size: 14px;
  font-weight: 600;
  color: #464344;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .woocommerce table.table thead th {
    display: none;
  }
}
.woocommerce table.table tr:last-child td {
  border-bottom: 1px solid #dee2e6;
}
.woocommerce table.table td {
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  color: #464344;
}
@media (max-width: 991px) {
  .woocommerce table.table td {
    padding: 0.5rem;
  }
}
.woocommerce table.table td.wishlist-empty {
  text-align: center;
}
.woocommerce table.table td.product-thumbnail {
  table-layout: fixed;
  width: 120px;
}
.woocommerce table.table td.product-thumbnail a {
  text-decoration: none;
}
.woocommerce table.table td.product-thumbnail img {
  width: 90px;
  height: 90px;
}
@media (max-width: 991px) {
  .woocommerce table.table td.product-thumbnail {
    width: 80px;
  }
  .woocommerce table.table td.product-thumbnail img {
    width: 50px;
    height: 50px;
  }
}
.woocommerce table.table td.product-info {
  display: none;
}
.woocommerce table.table td.product-info a {
  text-decoration: none;
  color: #464344;
}
@media (max-width: 991px) {
  .woocommerce table.table td.product-info {
    display: table-cell;
    font-size: 14px;
  }
  .woocommerce table.table td.product-info .row.name {
    font-weight: 600 !important;
    text-transform: uppercase !important;
  }
}
@media (max-width: 676px) {
  .woocommerce table.table td.product-info .row.additional {
    flex-direction: column;
    font-weight: 400 !important;
  }
}
.woocommerce table.table td.product-name a {
  text-decoration: none;
  color: #464344;
}
@media (max-width: 991px) {
  .woocommerce table.table td.product-name {
    display: none;
  }
}
@media (max-width: 991px) {
  .woocommerce table.table td.product-price {
    display: none;
  }
}
.woocommerce table.table td.product-stock-status {
  white-space: nowrap !important;
}
@media (max-width: 991px) {
  .woocommerce table.table td.product-stock-status {
    display: none;
  }
}
.woocommerce table.table td.product-add-to-cart {
  table-layout: fixed;
  width: 200px;
}
.woocommerce table.table td.product-add-to-cart a {
  width: 100%;
  background: #464344;
  color: #ffffff;
  border: 1px solid #464344;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 35px;
  white-space: nowrap;
}
.woocommerce table.table td.product-add-to-cart a:hover {
  background: transparent;
  color: #464344;
}
@media (max-width: 991px) {
  .woocommerce table.table td.product-add-to-cart {
    width: 50px;
  }
  .woocommerce table.table td.product-add-to-cart a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0px;
    overflow: hidden;
    color: transparent !important;
    background-color: #464344 !important;
    background-image: url('/wp-content/themes/overthetop/assets/images/icons/white-shopping-cart.svg') !important;
    background-size: 60% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
}
.woocommerce table.table td.product-remove {
  table-layout: fixed;
  width: 50px;
}
.woocommerce table.table td.product-remove a {
  width: 27px;
  height: 27px;
  border: 1px solid #ae2573;
  background-color: #ae2573;
  color: #ffffff !important;
  /*background-image: url("/wp-content/uploads/2022/05/cross-white.svg");*/
  background-repeat: no-repeat;
  background-position: center;
  font-size: 25px;
  font-weight: 100;
  line-height: 27px;
}
.woocommerce table.table td.product-remove a:hover {
  background-color: #ffffff;
  color: #ae2573 !important;
  /*background-image: url("/wp-content/uploads/2022/05/cross-pink.svg");*/
}
@media (max-width: 991px) {
  .woocommerce table.table td.product-remove a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 45px;
  }
}
/*********************** END OF WISHLIST ***********************/
/*********************** START OF QUANTITY-INPUT ***********************/
.quantity:not(.hidden) {
  width: 110px;
  height: 40px;
  border: 2px solid #dbdada;
  border-radius: 110px;
  display: flex;
}
.quantity:not(.hidden) input {
  width: 30px !important;
  border: 0;
  margin: 0;
  padding: 0;
  -moz-appearance: textfield;
  color: #737373;
  font-size: 14px;
}
.quantity:not(.hidden) input::-webkit-outer-spin-button,
.quantity:not(.hidden) input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity:not(.hidden) input:focus {
  border: 0;
  outline: 0;
}
.quantity:not(.hidden) button {
  width: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 24px;
  background: none;
  color: #dbdada;
  transition: color .4s;
}
.quantity:not(.hidden) button:focus {
  border: 0;
  outline: 0;
}
.quantity:not(.hidden) button:hover {
  color: #ae2573;
}
/*********************** END OF QUANTITY-INPUT ***********************/
/*********************** START OF CART ***********************/
.product-remove-mixin {
  table-layout: fixed;
  width: 50px;
}
.product-remove-mixin a {
  width: 27px;
  height: 27px;
  border: 1px solid #ae2573;
  background-color: #ae2573;
  color: #ffffff !important;
  /*background-image: url("/wp-content/uploads/2022/05/cross-white.svg");*/
  background-repeat: no-repeat;
  background-position: center;
  font-size: 25px;
  font-weight: 100;
  line-height: 27px;
  text-align: center !important;
  transition: color 0.4s, background-color 0.4s;
}
.product-remove-mixin a:hover {
  background-color: #ffffff;
  color: #ae2573 !important;
  /*background-image: url("/wp-content/uploads/2022/05/cross-pink.svg");*/
}
@media (max-width: 991px) {
  .product-remove-mixin a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 45px;
  }
}
.woocommerce-cart-title {
  display: inline-block;
  text-transform: uppercase;
  font-size: 40px;
  color: #464344;
  text-shadow: 3px 3px 0px rgba(70, 67, 68, 0.3), 6px 6px 0px rgba(70, 67, 68, 0.3);
  margin-bottom: 70px;
}
.woocommerce-cart-title + .container .row {
  flex-direction: row;
}
.woocommerce-cart-title + .container .row .col:first-child {
  margin-right: 150px;
}
@media (max-width: 1200px) {
  .woocommerce-cart-title + .container .row {
    flex-direction: column;
  }
  .woocommerce-cart-title + .container .row .col:first-child {
    margin-right: 0px;
  }
}
.woocommerce table.shop_table {
  border: 0;
}
.woocommerce-cart-form table th {
  border: none;
  font-size: 14px;
  font-weight: 500 !important;
  color: #464344;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .woocommerce-cart-form table tr.cart_item {
    margin-bottom: 50px;
  }
}
.woocommerce-cart-form table tr:last-child td {
  padding-top: 40px;
}
.woocommerce-cart-form table td {
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  color: #464344;
}
@media (max-width: 991px) {
  .woocommerce-cart-form table td {
    padding: 0.5rem;
  }
  .woocommerce-cart-form table td:first-child {
    border: 0;
  }
  .woocommerce-cart-form table td:first-child::before {
    content: "" !important;
  }
}
.woocommerce-cart-form table td.product-thumbnail {
  table-layout: fixed;
  width: 120px;
}
.woocommerce-cart-form table td.product-thumbnail a {
  text-decoration: none;
}
.woocommerce-cart-form table td.product-thumbnail img {
  width: 90px;
  height: 90px;
}
.woocommerce-cart-form table td.product-thumbnail .product-remove {
  table-layout: fixed;
  width: 50px;
}
.woocommerce-cart-form table td.product-thumbnail .product-remove a {
  width: 27px;
  height: 27px;
  border: 1px solid #ae2573;
  background-color: #ae2573;
  color: #ffffff !important;
  /*background-image: url("/wp-content/uploads/2022/05/cross-white.svg");*/
  background-repeat: no-repeat;
  background-position: center;
  font-size: 25px;
  font-weight: 100;
  line-height: 27px;
  text-align: center !important;
  transition: color 0.4s, background-color 0.4s;
}
.woocommerce-cart-form table td.product-thumbnail .product-remove a:hover {
  background-color: #ffffff;
  color: #ae2573 !important;
  /*background-image: url("/wp-content/uploads/2022/05/cross-pink.svg");*/
}
@media (max-width: 991px) {
  .woocommerce-cart-form table td.product-thumbnail .product-remove a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .woocommerce-cart-form table td.product-thumbnail {
    width: 100%;
    display: block !important;
  }
  .woocommerce-cart-form table td.product-thumbnail a {
    float: left;
  }
  .woocommerce-cart-form table td.product-thumbnail img {
    width: 50px;
    height: 50px;
  }
}
.woocommerce-cart-form table td.product-name a {
  text-decoration: none;
  color: #464344;
}
.woocommerce-cart-form table td.product-remove {
  table-layout: fixed;
  width: 50px;
}
.woocommerce-cart-form table td.product-remove a {
  width: 27px;
  height: 27px;
  border: 1px solid #ae2573;
  background-color: #ae2573;
  color: #ffffff !important;
  /*background-image: url("/wp-content/uploads/2022/05/cross-white.svg");*/
  background-repeat: no-repeat;
  background-position: center;
  font-size: 25px;
  font-weight: 100;
  line-height: 27px;
  text-align: center !important;
  transition: color 0.4s, background-color 0.4s;
}
.woocommerce-cart-form table td.product-remove a:hover {
  background-color: #ffffff;
  color: #ae2573 !important;
  /*background-image: url("/wp-content/uploads/2022/05/cross-pink.svg");*/
}
@media (max-width: 991px) {
  .woocommerce-cart-form table td.product-remove a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart-form table td.product-remove {
    display: none !important;
  }
}
.woocommerce-cart-form .coupon {
  height: 50px;
  border: 2px solid #dbdada;
  border-radius: 100px;
  padding: 2px 2px 2px 30px !important;
}
.woocommerce-cart-form .coupon input[type="text"] {
  width: 200px !important;
  height: 100%;
  border: 0 !important;
}
@media (max-width: 767px) {
  .woocommerce-cart-form .coupon input[type="text"] {
    width: 48% !important;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart-form .coupon {
    margin-bottom: 10px;
  }
}
.woocommerce-cart-form button[type="submit"] {
  color: #ffffff !important;
}
.woocommerce-cart-form button[type="submit"][name="apply_coupon"] {
  height: 100%;
  line-height: 0;
  background-color: #ae2573;
  border: 1px solid #ae2573;
}
.woocommerce-cart-form button[type="submit"][name="apply_coupon"]:hover {
  color: #ae2573 !important;
}
.woocommerce-cart-form button[type="submit"][name="update_cart"] {
  min-width: 250px;
  height: 50px;
  background-color: #464344;
  border: 1px solid #464344;
}
.woocommerce-cart-form button[type="submit"][name="update_cart"]:hover {
  color: #464344 !important;
}
.woocommerce-cart-form button[type="submit"]:hover {
  background-color: transparent;
}
.cart_totals {
  width: auto !important;
  float: none !important;
}
.cart_totals td {
  text-align: right !important;
}
.cart_totals .wc-proceed-to-checkout a {
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 15px;
  background-color: #ae2573 !important;
  border-radius: 100px;
  border: 1px solid #ae2573 !important;
}
.cart_totals .wc-proceed-to-checkout a:hover {
  color: #ae2573 !important;
  background-color: #ffffff !important;
}
.cart_totals .bottom-text {
  color: #737373;
  text-align: center;
  font-size: 14px;
}
/*********************** END OF CART ***********************/
body.search-results .navigation.posts-navigation {
  display: none;
}
body.search-results ul.pagination {
  flex-wrap: wrap;
  justify-content: center;
}
body.search-results ul.pagination a,
body.search-results ul.pagination .dots,
body.search-results ul.pagination .current {
  min-width: 30px;
  justify-content: center;
  margin: 5px;
  padding: 5px;
  color: #ae2573;
}
body.search-results ul.pagination a:hover,
body.search-results ul.pagination .dots:hover,
body.search-results ul.pagination .current:hover {
  background: #ae2573;
  color: #ffffff;
  text-decoration: none;
}
body.search-results ul.pagination .dots {
  color: #ae2573;
}
body.search-results ul.pagination .dots:hover {
  background: transparent;
  color: #ae2573;
}
body.search-results ul.pagination .current {
  background: #ae2573;
  color: #ffffff;
}
body.search-results ul.pagination .prev {
  justify-content: flex-start;
}
body.search-results ul.pagination .prev:hover {
  background: transparent;
  color: #464344;
}
body.search-results ul.pagination .next {
  justify-content: flex-end;
}
body.search-results ul.pagination .next:hover {
  background: transparent;
  color: #464344;
}
.search_results_wrapper {
  margin-right: -10px;
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
}
.search_results_wrapper .entry-title a {
  font-size: 24px;
  color: #464344;
}
.search-head {
  font-size: 40px;
  color: #464344;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .search-head {
    margin-bottom: 20px;
  }
}
main.team {
  margin-top: 45px;
  margin-bottom: 25px;
}
main.team .container {
  max-width: 1100px;
}
main.team .top_title {
  margin-bottom: 60px;
}
main.team .team__desc {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #737373;
}
main.team .modal-dialog {
  margin-top: 300px;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #737373;
}
main.team .modal-dialog .addtoany_share_save_container {
  display: none;
}
main.team .modal-dialog .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
main.team .modal-dialog .modal-content {
  padding: 40px 25px;
}
.team__item {
  text-align: center;
  margin-bottom: 40px;
}
.team__item--image {
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background: url('https://overthetopinc.com/wp-content/themes/overthetop/assets/css/../images/rectangle-overlay.png');
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
}
.team__item--image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}
.team__item--title {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0;
}
.team__item--subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #737373;
  margin-bottom: 10px;
}
.team__item .read-bio {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #AE2573;
}
.modal-dialog {
  max-width: 1030px;
}
.yith_wcwl_wishlist_footer {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share {
  float: none;
}
.gallery_title {
  margin-bottom: 0.5rem !important;
}
.entry-gallery-desc {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.gallery--item {
  display: block;
  margin-bottom: 25px;
}
.gallery--item img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  max-height: 430px;
  object-fit: cover;
}
.gallery--item h2 {
  color: #464344;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.gallery--item span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #aeaeae;
}
.gallery-filters {
  margin-bottom: 40px;
}
.sorting-form select {
  border: 2px solid #dbdada;
  border-radius: 25px;
  width: 100%;
  max-width: 230px;
  padding-left: 15px;
  padding-right: 30px;
  transition: .4s;
  font-size: 18px;
  line-height: 44px;
  color: #464344;
  letter-spacing: 0.05em;
  height: 54px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ae2573' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
  -webkit-appearance: none;
  background-position: 95% center;
  background-size: 25px;
  background-repeat: no-repeat;
  background-color: #faf9f9;
}
.page-template-gallery .fancybox-content {
  width: 100%;
}
.dialog-img img {
  width: 100%;
}
.dialog-content__item {
  margin-top: 20px;
}
.dialog-content__item--desc {
  margin-top: 20px;
}
.dialog-content__item--desc p:last-child {
  margin-bottom: 0;
}
.dialog-content__item .addtoany_shortcode {
  margin-top: 20px;
}
.search_results_wrapper .searchwp-revised-search-notice {
  display: block;
  width: 100%;
  padding: 0 10px;
  font-size: 30px;
  color: #464344;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 30px;
}
.search_results_wrapper .searchwp-revised-search-notice em {
  font-weight: bold;
}
.m-top-15 {
  margin-top: 15px;
}
li.product {
  position: relative;
}
li.product .quick-view {
  text-align: center;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  border-radius: 20px;
  color: #737373;
  font-weight: 600;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 13vw;
  width: calc(60%);
  cursor: pointer;
  transition: all 0.3s;
}
@media (min-width: 1800px) {
  li.product .quick-view {
    top: 250px;
  }
}
@media (max-width: 1679px) {
  li.product .quick-view {
    top: 10vw;
  }
}
@media (max-width: 1440px) {
  li.product .quick-view {
    width: calc(50%);
    font-size: 12px;
    padding: 7px;
  }
}
@media (max-width: 1200px) {
  li.product .quick-view {
    top: 13vw;
  }
}
@media (max-width: 992px) {
  li.product .quick-view {
    top: 27vw;
  }
}
@media (max-width: 576px) {
  li.product .quick-view {
    top: 24vw;
  }
}
li.product:hover .quick-view {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}
.quick-view-box {
  max-width: 1000px;
  width: 100%;
  overflow-y: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  z-index: 99;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
}
.quick-view-box__close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  z-index: 999;
}
.quick-view-box__close svg {
  transition: all 0.3s;
}
.quick-view-box__close:hover svg {
  fill: #000;
  transition: all 0.3s;
}
.quick-view-box .col-12 {
  display: flex;
  align-items: center;
}
.quick-view-box .col-12 .product {
  width: 100% !important;
  flex: auto !important;
}
.quick-view-box .yith-wcwl-add-button {
  margin-bottom: 10px;
}
.quick-view-box .pdp_buttons li {
  padding: 0 5px;
}
.quick-view-box .pdp_buttons li .btn {
  font-size: 10px;
}
@media (max-width: 768px) {
  .quick-view-box .wrap-image-desc {
    float: none !important;
    margin: auto;
  }
  .quick-view-box .wrap-image-desc img {
    margin: 40px auto;
    width: 100% !important;
  }
}
.quick-view-box .wrap-image-desc img {
  margin-top: 40px;
}
.quick-view-box .wrap-soc .button {
  max-width: 185px;
  width: 100%;
  background-color: transparent;
  color: #ae2573;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 10px;
  border: 1px solid #ae2573;
  margin: 0 5px!important;
}
.quick-view-box .wrap-soc .button:hover,
.quick-view-box .wrap-soc .button:focus {
  background-color: #ae2573;
  border-color: #ae2573;
  color: #fff;
}
.product_title--link {
  color: #1b1b20 !important;
  pointer-events: none;
}
.summary-link .product_title--link {
  color: inherit !important;
  pointer-events: inherit;
}
.summary-link .product_title--link:hover {
  text-decoration: underline !important;
}
.summary-link .product_title--link .product_title {
  padding-right: 40px;
}
