/*
 Theme Name:   EMS
 Theme URI:    https://synesthesia.it/
 Description:  EMS Official Site
 Author:       Synesthesia
 Author URI:   https://synesthesia.it/
 Template:     astra
 Version:      1.91
 Text Domain:  synchild
*/

/*
  red: #e1221a;
 */

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.ttf?2joo8r") format("truetype"),
    url("fonts/icomoon.woff?2joo8r") format("woff"),
    url("fonts/icomoon.svg?2joo8r#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-right:before {
  content: "\e900";
}
.icon-right1:before {
  content: "\e90e";
}
.icon-right2:before {
  content: "\e90f";
}
.icon-right3:before {
  content: "\e910";
}
.icon-facebook:before {
  content: "\e901";
}
.icon-instagram:before {
  content: "\e902";
}
.icon-linkedin:before {
  content: "\e903";
}
.icon-youtube:before {
  content: "\e904";
}
.icon-registered:before {
  content: "\e905";
}
.icon-user:before {
  content: "\e906";
}
.icon-shopping-cart:before {
  content: "\e907";
}
.icon-search:before {
  content: "\e908";
}
.icon-telephone:before {
  content: "\e909";
}
.icon-mail:before {
  content: "\e90a";
}
.icon-member-card:before {
  content: "\e90b";
}
.icon-document:before {
  content: "\e90c";
}
.icon-credit-card:before {
  content: "\e90d";
}
.icon-zoom-increasing-symbol:before {
  content: "\e911";
}
.icon-icon-shopping-cart:before {
  content: "\e912";
}
.icon-icon-search:before {
  content: "\e913";
}
.icon-icon-profile:before {
  content: "\e914";
}
.icon-icon-logout:before {
  content: "\e915";
}
.icon-icon-favorite:before {
  content: "\e916";
}
.icon-icon-dashboard:before {
  content: "\e917";
}
.icon-icon-billing:before {
  content: "\e918";
}
.icon-icon-account:before {
  content: "\e919";
}
.icon-ctrl:before {
  content: "\ea50";
}
.icon-ctrl1:before {
  content: "\ea51";
}

.astra-search-icon::before {
  font-family: "icomoon" !important;
  content: "\e913" !important;
  content: "" !important;
}

.button {
  display: inline-block;
}
#page .button.btn-block {
  display: block;
  text-align: center;
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.txt-C {
  color: #e1221a;
}
.link-black {
  color: #000;
  text-decoration: underline;
}

.mg-bottom-lg {
  margin-bottom: 120px !important;
}
.pg-top-md {
  padding-top: 70px !important;
}
.mg-bottom-md {
  margin-bottom: 70px !important;
}
.mg-bottom-sm {
  margin-bottom: 50px !important;
}
.mg-bottom-xs {
  margin-bottom: 25px !important;
}

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

.container-iframe {
  position: relative;
  overflow: hidden;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.container-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*HEADER*/
#page .box-syn-search-cart {
  display: block;
  position: absolute;
  right: 0;
  top: 11px;
}
#page .box-syn-search-cart > div {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
#page .box-syn-search-cart #ast-search-form {
  margin-right: 20px;
}
#page .box-syn-search-cart #ast-search-form a {
  color: #000;
  font-size: 30px;
}
#page .box-syn-search-cart .search-form {
  overflow: hidden;
  /* visibility: hidden; */
  position: absolute;
  top: -4px;
  right: 40px;
  border-radius: 30px;
}
#page .box-syn-search-cart .search-form input {
  height: 40px;
  padding: 7px 10px;
  width: 230px;
  position: relative;
  border-radius: 30px;
}
#page .box-syn-search-cart .search-form button {
  display: none;
}
#page .box-syn-search-cart .ast-dropdown-active .search-form {
  visibility: visible;
}
#page .main-header-container {
  position: relative;
  display: block;
}
#page .ast-site-identity {
  text-align: center;
}
#page .ast-mobile-menu-buttons {
  position: absolute;
  left: 0;
  top: 10px;
}
#page .mobile-menu-wrap {
  vertical-align: top;
}
#page .mobile-menu-wrap .mobile-menu {
  line-height: 1;
  font-weight: 400;
}
.woocommerce-checkout #page .ast-mobile-menu-buttons {
  display: none !important;
}

#page #main-menu-bottom-syn {
  border-bottom: 1px solid #ddd;
}
#page #main-menu-bottom-syn ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
#page #main-menu-bottom-syn ul li {
  display: inline-block;
  text-transform: uppercase;
}
#page #main-menu-bottom-syn ul li + li {
  margin-left: 30px;
}
#page #main-menu-bottom-syn ul li a {
  color: #000;
  display: inline-block;
  padding: 20px 0 20px;
  border-bottom: 2px solid #fff;
}
#page #main-menu-bottom-syn ul li.current-menu-item a {
  color: #e1221a;
  border-color: #e1221a;
}

/*MENU CANVAS + SEARCH LEFT*/
#page .ast-nav-close {
  left: 65px;
  top: 30px;
  display: inline-block;
}
#page .ast-nav-close::before {
  content: "\e5cd";
  display: inline-block;
  font-family: Astra;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: normal;
}
#page .ast-nav-close::after {
  font-family: inherit;
  content: "Close";
  font-size: 15px;
  text-transform: capitalize;
  display: inline-block;
  margin-left: 5px;
  vertical-align: text-top;
}
#page #primary-menu {
  border-top: 0;
  padding-top: 40px;
}
#page .menu_canvas_search {
  border-top: 0;
}
#page #primary-menu > li > a {
  font-weight: 700;
}
#page #primary-menu a {
  padding: 0;
  margin: 0;
}
#page #primary-menu a.menu-link::before {
  display: none;
}

#page #primary-menu .menu-item-has-children > .ast-menu-toggle {
  right: 0;
  outline: none;
}

#page #primary-menu .menu-item-has-children > .ast-menu-toggle::before {
  content: "+";
  transform: initial;
  font-weight: 500;
  font-family: inherit;
  font-size: 24px;
  line-height: 1;
}
#page #primary-menu .ast-submenu-expanded > .ast-menu-toggle::before {
  content: "-";
  font-size: 35px;
  transform: initial;
  top: 2px;
}

#page .menu_canvas_search form {
  margin: 0;
}
#page .menu_canvas_search form * {
  display: inline-block;
}
#page .menu_canvas_search form button {
  width: 18%;
}
#page .menu_canvas_search form input {
  min-width: initial;
  width: 75%;
  font-size: 15px;
}

/*
 * GENERIC STYLE
 */
.img-404 {
  display: block;
  margin: 0 auto 40px;
}

.txt-red {
  color: #e1221a;
}
.txt-white,
.txt-white h1,
.txt-white h2,
.txt-white h3,
.txt-white h4 {
  color: #fff !important;
}

.bg-grey {
  background-color: #f3f3f3;
}
.bg-red {
  background-color: #e1221a;
}
.bg-dark {
  background-color: #212529;
}
#page .alt-button {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
#page .alt-button:hover {
  background-color: #e1221a;
  color: #fff;
  border-color: #e1221a;
}

#page .alt-button.btn-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
#page .alt-button.btn-white:hover {
  background-color: #fff;
  color: #212529;
  border-color: #fff;
}

#page .line-box {
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding: 40px 0;
}

#page .button {
  font-weight: 400;
}

#page .entry-title {
  font-weight: 300;
  margin-top: 70px;
  font-family: "Roboto", sans-serif;
}
.single-product #page .entry-title {
  margin-top: 0;
}

#page .main-title-prod,
#page .product_title {
  font-family: Transbold, Helvetica, Verdana, sans-serif;
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
}

#page .main-title-prod span,
#page .product_title span,
#page .red-title span {
  color: #e1221a;
}

#page .sub-title {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
#page .sub-title-form {
  font-size: 22px;
  font-weight: 400;
}
#page .sub-title-1 {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  margin-bottom: 20px;
}
.sub-title-alt,
#page .sub-title-alt {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.sub-title-alt-main {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 30px;
}

#page .title_final_step {
  font-weight: 700;
  color: #e1221a;
  margin: 70px 30px;
  font-size: 60px;
  line-height: 1;
}

/* CONTENT EDITOR */
.content-editor h1,
.content-editor h2,
.content-editor h3,
.content-editor h4 {
  font-family: "Roboto", sans-serif;
  line-height: 1em;
  font-weight: 400;
  margin-bottom: 30px;
}
.content-editor h2 {
  font-size: 30px;
}
.content-editor h3 {
  font-size: 25px;
}

/*
 * SIDEBAR
 */
.ast-left-sidebar #primary,
.ast-left-sidebar #secondary {
  border: 0 !important;
}

#page .sidebar-main .widget-title {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  line-height: 1em;
  font-weight: 300;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

#page .sidebar-main a {
  color: #000;
}

/*FORM STYLE*/

.ocwma_modal-content select,
.ocwma_modal-content input,
#main select,
#main input {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #000 !important;
  color: #000;
  padding-left: 0 !important;
  padding-right: 0 !important;
  outline: none;
}
.woocommerce .select2-container .select2-selection--single,
.woocommerce select,
.woocommerce-page .select2-container .select2-selection--single,
.woocommerce-page select {
  background-color: #fff;
  border-color: #fff;
  border-bottom: 1px solid #000 !important;
  color: #000;
  outline: none;
}

.ocwma_modal-content .select2-selection--single {
  min-height: 55px;
}

.ocwma_modal-content label,
.ocwma_modal-content label b,
#main .form-row label,
#main .form-row-wide label {
  font-weight: 300;
  color: #999;
}
#main .form-row input,
#main .form-row-wide input {
  font-weight: 400;
}
.frm_error_style p {
  margin-bottom: 0;
}
input + .frm_error {
  margin-top: 7px;
}

#page button.frm_prev_page {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
#page button.frm_prev_page:hover {
  background: #e1221a;
  color: #fff;
  border: 1px solid #e1221a;
}

.ocwma_woocommerce-address-fields_field-wrapper + p {
  text-align: center;
  margin-top: 30px;
}

.success-msg {
  border: 1px solid #d6e9c6;
  padding: 15px 25px;
  background: #dff0d8;
  color: #468847;
  text-align: center;
}

.editor-txt a {
  position: relative;
}
.editor-txt a[href*=".jpg"]::before,
.editor-txt a[href*=".jpeg"]::before,
.editor-txt a[href*=".png"]::before,
.editor-txt a[href*=".gif"]::before {
  content: "\e911";
  font-family: "icomoon";
  position: absolute;
  right: 0;
  background: #e1221a;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 0;
  display: block;
}

/**
  WOOCOMERCE
 **/
#page .woocommerce-message.alert-syn {
  border-left: 0;
  padding: 20px;
}
#page .woocommerce-message.alert-syn::before
/*.woocommerce-cart .woocommerce-shipping-totals.shipping*/ {
  display: none;
}
#page .woocommerce-message.alert-syn .button {
  background-color: transparent;
  color: #000;
  text-decoration: underline;
  padding: 0;
}

#page .img-cat {
  max-width: 350px;
  height: auto;
}

/*sidebar*/
#page .sidebar-main h3 {
  font-size: 25px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  font-weight: 300;
}
#page .sidebar-main .bapf_body label {
  margin-left: 10px;
}

.woocommerce-price-suffix {
  color: #ccc;
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  line-height: 1em;
  font-weight: 400;
}

.woocommerce-notices-wrapper {
  max-width: 1200px;
  margin: 30px auto;
}
.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error {
  background-color: #fbe4e3;
  border: 0;
  border-left: 3px solid #e1221a;
}
#page .woocommerce-notices-wrapper .button {
  padding: 7px 15px !important;
}

.hero-woo-top {
  padding: 70px 0;
}

.woocommerce-result-count,
.ast-shop-product-out-of-stock {
  display: none;
}

.ast-site-header-cart i.astra-icon::before {
  font-family: "icomoon" !important;
  content: "\e907";
  font-size: 30px;
}

.single-product #content > .ast-container {
  max-width: 100%;
  padding: 0;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: none;
  width: 100% !important;
  margin: 0;
  padding: 70px 0;
}

.archive ul.products li.product {
  border: 1px solid #000;
  padding: 20px 20px 20px;
}
.archive ul.products .woocommerce-Price-amount {
  font-weight: 300;
}
.archive ul.products li.product .woocommerce-loop-product__title {
  font-weight: 300;
}
.archive ul.products li.product .button {
  font-family: "icomoon" !important;
  content: "\e910";
  color: #000;
  background: #fff;
  vertical-align: top;
  display: inline-block;
  padding: 10px;
  font-size: 0;
  border: 1px solid #000;
  height: 40px;
  line-height: 20px;
  width: 40px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.archive ul.products li.product .button::before {
  font-size: 20px;
  font-family: "icomoon" !important;
  content: "\e910";
}
.archive ul.products li.product .button:hover {
  background-color: #e1221a;
  color: #fff;
  border-color: #e1221a;
}
.archive ul.products li.product .button.add_to_cart_button::before {
  /* opacity: 0; */
  /* visibility: hidden; */
  content: "";
  border: 2px solid #e1221a;
  width: 22px;
  height: 20px;
  display: block;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0px 0px 6px 6px;
  transition: all ease-in-out 0.3s;
}
.archive ul.products li.product .button.add_to_cart_button::after {
  top: 14%;
  margin-bottom: 0;
  height: 25%;
  width: 25%;
  left: 50%;
  transform: translateX(-50%);
  content: " ";
  position: absolute;
  pointer-events: none;
  border-width: 2px;
  border-style: solid;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 0;
  border-color: #e1221a;
  transition: all ease-in-out 0.3s;
}
.archive ul.products li.product .button.add_to_cart_button {
}
.archive ul.products li.product .button.add_to_cart_button:hover::before,
.archive ul.products li.product .button.add_to_cart_button:hover::after {
  border-color: #fff;
}

.woocommerce ul.products li.product .onsale {
  top: 0px;
}

.archive
  ul.products
  li.product
  .woocommerce-loop-product__link
  .woocommerce-loop-product__title {
  width: 85%;
  padding: 0 0 20px;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.2em;
  margin: 0;
  min-height: 115px;
}
.archive ul.products li.product .price {
  padding-bottom: 20px;
}
.archive ul.products li.product .price del {
  font-weight: 400;
  display: block;
}
.archive ul.products li.product .price ins {
  font-weight: 400;
}

.syn-status-stock {
  display: block;
  font-weight: 300;
  margin-top: 0;
  font-size: 15px;
}
.syn-status-stock.out-stock {
  color: #e1221a;
}

/*SINGLE*/

.single-product .entry-summary .main-image-prod img {
  margin: 3px 0 -120px -40px;
}

.single-product div.product p.price,
.single-product div.product span.price {
  line-height: 1em;
  font-weight: 400 !important;
}
.single-product #page div.product .price del {
  font-size: 15px;
}
.single-product #page div.product .price ins {
  font-size: 30px;
  font-weight: 400;
  display: block;
}

.woocommerce div.product form.cart .variations {
  border-bottom: 0;
}

.woocommerce .quantity input[type="number"] {
  border-color: #000 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 1px solid !important;
}
.woocommerce .minus,
.woocommerce .plus {
  	color: #000;
	padding: 5px;
	height: 38px;
	width: 35px;
	background: #eee;
	border: 1px solid #000;
}

.single-product #page form.cart div.quantity,
.woocommerce-cart-form__contents div.quantity {
  float: none;
	display: flex;
  width: 100%;
}
.single-product #page form.cart div.quantity::before {
  content: "Quantity:";
  font-weight: 700;
  display: inline-block;
  margin-right: 30px;
  line-height: 1;
  position: relative;
  top: 8px;
}
.single-product #page .cart .button {
  width: 100% !important;
}
.single-product #page .yith-wcwl-add-button {
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.single-product #page .yith-wcwl-add-button a span {
  color: #000;
  text-decoration: underline;
}

.wrapper-prod-synchild {
  border: 1px solid #212529;
}
.wrapper-prod-synchild .content-text {
  padding: 80px;
}
.wrapper-prod-synchild .content-text:first-child {
  padding-top: 200px;
}
.wrapper-prod-synchild .content-text h3 {
  font-weight: 700;
  margin-bottom: 40px;
}

.wrapper-prod-synchild .gallery-prod {
  position: relative;
  background-color: #f3f3f3;
  margin-bottom: 25px;
  padding-bottom: 28px;
}
.wrapper-prod-synchild .gallery-prod .navigation-prod {
  position: relative;
  text-align: center;
  z-index: 5;
  margin: 0 0 -25px 0;
}
.wrapper-prod-synchild .gallery-prod .navigation-prod::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  display: block;
  z-index: 0;
  height: 28px;
  background: #fff;
}
.wrapper-prod-synchild .gallery-prod .swiper-button-next,
.wrapper-prod-synchild .gallery-prod .swiper-button-prev {
  position: relative !important;
  left: initial;
  right: initial;
  top: initial;
  bottom: initial;
  width: 50px;
  height: 50px;
  vertical-align: top;
  display: inline-block;
  margin: 0 10px;
}

.wrapper-prod-synchild .gallery-prod .swiper-button-next:after {
  font-family: "icomoon" !important;
  content: "\e910";
  color: #000;
  background: #fff;
  vertical-align: top;
  display: inline-block;
  padding: 10px;
  font-size: 30px;
  border: 1px solid #000;
}
.wrapper-prod-synchild .gallery-prod .swiper-button-prev::after {
  font-family: "icomoon" !important;
  content: "\e90f";
  color: #000;
  background: #fff;
  vertical-align: top;
  display: inline-block;
  padding: 10px;
  font-size: 30px;
  border: 1px solid #000;
}

.wrapper-prod-synchild .file-download .file-down {
  display: inline-block;
  margin: 30px 0;
  padding: 10px 17px;
  color: #000;
  border: 1px solid #000;
  transition: all 0.5s;
}
.wrapper-prod-synchild .file-download .file-down:hover {
  background-color: #e1221a;
  color: #fff;
  border-color: #e1221a;
}

.sec-info-video {
  background-color: #f3f3f3;
  margin: 70px 0 0;
  padding: 40px 0 0;
}
.sec-info-video.has-video {
  padding-top: 0px;
  margin-top: 380px;
}
.sec-info-video.has-video .container-iframe {
  margin-top: -280px;
  margin-bottom: 70px;
}

.info-cards-icon {
  padding-bottom: 150px;
}

.woocommerce-cart .info-cards-icon,
.page-template-pg-marketing .info-cards-icon {
  padding-top: 70px;
  padding-bottom: 0;
}

.info-cards-icon .box-icon {
  padding: 0 0 40px 90px;
  position: relative;
}
.woocommerce-cart .info-cards-icon .box-icon {
  padding: 0 0 70px 90px;
}
.info-cards-icon .box-icon .thumb {
  position: absolute;
  width: 70px;
  height: 100%;
  top: 0;
  left: 0;
}
.info-cards-icon .box-icon .thumb img {
  border: 1px solid #000;
  position: relative;
  z-index: 5;
  padding: 9px;
  background: #fff;
}
.info-cards-icon .box-icon .thumb::after {
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 0;
  left: 49.5%;
  background-color: #000;
}
.info-cards-icon .box-icon h3 {
  font-weight: 300 !important;
  margin: 0 0 50px;
  padding-top: 20px;
}

.card-info-prod {
  margin-top: -150px;
  padding: 20px;
  color: #fff;
}
.home .card-info-prod {
  margin-top: 0;
}
.card-info-prod .text-intro {
  padding: 40px 70px;
}
.card-info-prod .text-intro h3 {
  font-weight: 700;
  color: #fff;
  font-size: 40px;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.related-prod {
  padding: 70px 0;
}
.related-prod h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.2em;
  margin: 0 0 40px;
}
.related-prod .swiper-slide .card {
  padding: 40px;
  background-color: #f3f3f3;
  border-bottom: 25px solid #fff;
  margin-bottom: 5px;
}
.related-prod .swiper-slide .card h4 {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  min-height: 80px;
}
.related-prod .swiper-slide .card .link {
  font-family: "icomoon" !important;
  content: "\e910";
  color: #000;
  background: #fff;
  vertical-align: top;
  display: inline-block;
  padding: 10px;
  font-size: 30px;
  border: 1px solid #000;
  height: 30px;
  line-height: 30px;
  width: 30px;
  position: absolute;
  bottom: 5px;
  right: 50px;
}
.related-prod .swiper-slide .card .link:hover {
  background-color: #e1221a;
  color: #fff;
  border-color: #e1221a;
}

.rel-prod-carousel .navigation-prod > div::after {
  color: #000;
}

/*MARKETING*/
.fancybox-content {
  background-color: #fff !important;
}
.editor-txt img {
  display: inline-block !important;
}
.sec-brochure {
  margin-top: 250px;
}
.sec-brochure.has-video {
  margin-bottom: 250px;
}
.sec-brochure.has-video.no-download {
  margin-top: 70px;
  padding-top: 40px;
}
.box-brochure {
  background-color: #fff;
  border: 1px solid #000;
  margin-top: -150px;
}
.box-brochure .ast-col-md-7 {
  padding: 40px 100px;
}
.box-brochure img {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  margin: -40px 0;
}
.sec-brochure .row-video > div {
  margin-bottom: -250px;
}

/*
 *  WOO ACCOUNT
 */
.woocommerce-account #main {
  margin: 70px 0;
}
.woocommerce-account #primary {
  margin: 0 !important;
}

#page .woocommerce-MyAccount-content fieldset legend {
  padding-top: 20px;
  display: block;
}

.woocommerce-account .woocommerce-LostPassword {
  margin-top: 30px;
}
.woocommerce-account .woocommerce-LostPassword a {
  text-decoration: underline;
  color: #000;
}

.woocommerce-account #page .entry-title {
  margin-top: 0;
  margin-bottom: 40px;
}

#page .woocommerce-MyAccount-navigation li {
  border: 0;
  border-bottom: 1px solid #eee;
}
#page .woocommerce-MyAccount-navigation li a {
  padding: 15px 30px 15px 0;
  color: #000;
  position: relative;
}
#page .woocommerce-MyAccount-navigation li.is-active a {
  font-weight: 700;
  background-color: transparent;
}
#page .woocommerce-MyAccount-navigation li a::before {
  font-family: "icomoon" !important;
  position: absolute;
  right: 4px;
  opacity: 0.6;
  font-size: 25px;
  top: 10px;
}

#page
  .woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link--dashboard
  a::before {
  content: "\e917";
}
#page
  .woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link--orders
  a::before {
  content: "\e912";
}
#page
  .woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link--edit-address
  a::before {
  content: "\e914";
}
#page
  .woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link--edit-account
  a::before {
  content: "\e919";
}
#page
  .woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link--wishlist-products
  a::before {
  content: "\e916";
}
#page
  .woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link--customer-logout
  a::before {
  content: "\e915";
}

#page .woocommerce-MyAccount-navigation li a::after {
  content: "";
  clear: both;
  display: block;
}
#page .woocommerce-MyAccount-navigation li.is-active a::before {
  opacity: 1;
}

#page .woocommerce-MyAccount-orders {
  border: 0;
}
#page .woocommerce-MyAccount-orders td {
  border-left: 0;
  border-right: 0;
}
#page
  .woocommerce-MyAccount-orders
  td.woocommerce-orders-table__cell-order-actions {
  text-align: right;
}
#page .woocommerce-MyAccount-orders thead {
  background-color: transparent;
}
#page
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__header-order-status,
#page
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__cell-order-status,
#page
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__header-order-actions,
#page .woocommerce-order-downloads,
.woocommerce-orders-table__cell-order-actions::before,
#page .wishlist-title-container {
  display: none !important;
}

#page
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__cell-order-number
  a {
  color: #000;
  text-decoration: underline;
}
#page .woocommerce-MyAccount-orders .woocommerce-button {
  background: transparent;
  color: #000;
  border: 1px solid #000;
  padding: 7px 10px;
}
#page .woocommerce-MyAccount-orders .woocommerce-button + .woocommerce-button {
  margin: 0 0 7px 7px;
}
#page .woocommerce-MyAccount-orders .woocommerce-button:hover {
  background: #e1221a;
  color: #fff;
  border: 1px solid #e1221a;
}
/*
#page .woocommerce-MyAccount-orders .woocommerce-button::after {
  font-size: 25px;
  content: "\e910";
  font-family: 'icomoon';
}
*


/*tab wishlist*/
#page .woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  margin: 0;
}
#page .wishlist_table {
  border: 0;
}
#page .wishlist_table thead {
  background-color: #fff;
}
#page .wishlist_table thead th {
  border-bottom: 1px solid #000;
}
#page .wishlist_table thead .product-name {
  width: 60%;
}
#page .wishlist_table thead .product-stock-status {
  width: 25%;
}
#page .wishlist_table thead .product-add-to-cart {
  width: 15%;
  text-align: right;
}

#page .wishlist_table tbody td {
  vertical-align: middle;
}

#page .wishlist_table img {
  max-width: 80px;
  background-color: #fbfbfb;
  padding: 6px;
  float: left;
  margin: 0 15px 0 0;
}

#page .wishlist_table .product-name .title,
#page .wishlist_table .product-stock-status .wishlist-in-stock {
  font-weight: 300;
  color: #000;
}
#page .wishlist_table .product-stock-status .wishlist-out-of-stock {
  font-weight: 300;
  color: #e1221a;
}
#page .wishlist_table .product-name .syn-remove-wish {
  display: block;
  font-weight: 300;
  font-size: 14px;
}
#page .wishlist_table .product-name .remove_from_wishlist {
  font-weight: 300;
}
#page .wishlist_table .product-add-to-cart {
  text-align: right;
}
#page .wishlist_table .product-add-to-cart .add_to_cart {
  font-size: 0;
  padding: 10px 15px !important;
  display: inline-block !important;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
#page .wishlist_table .product-add-to-cart .add_to_cart:hover {
  border-color: #e1221a;
  background-color: #e1221a;
  color: #fff;
}
#page .wishlist_table .product-add-to-cart .add_to_cart::before {
  font-size: 25px;
  content: "\e907";
  font-family: "icomoon";
}

/*
 *  WOO CART
 */
.woocommerce-cart .shop_table {
  border: 0 !important;
}
.woocommerce-cart .shop_table thead,
.woocommerce-cart .cart_totals > h2 {
  display: none;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  width: 100%;
  float: right;
  max-width: 350px;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
  border: 0 !important;
  padding: 0 !important;
}
.woocommerce .cart-collaterals td {
  text-align: right;
  padding-right: 0 !important;
}
.woocommerce .cart-collaterals th {
  padding-left: 0 !important;
}

.woocommerce-cart #content table.cart td.actions {
  padding: 0;
}

.woocommerce-cart #content table.cart .woocommerce-cart-form__cart-item td {
  border: 0;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
  padding-top: 30px;
  padding-bottom: 30px;
}

.woocommerce-cart #content table.cart td a {
  color: #000;
}

.woocommerce-cart #content td.product-thumbnail {
  padding-left: 0;
}
.woocommerce-cart #content td.product-subtotal {
  padding-right: 0;
  text-align: right;
}
.woocommerce-cart #content td.product-subtotal span {
  font-weight: 300;
  font-size: 25px;
}

.woocommerce-cart #content .product-thumbnail img {
  background-color: #f3f3f3;
  padding: 10px;
}
.woocommerce-cart #content a.remove {
  margin: 20px 0 0;
  display: block;
  font-family: Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue,
    sans-serif;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  height: 24px;
  text-align: center;
  line-height: 1em;
  border-radius: 0;
  color: #e1221a !important;
  text-decoration: none;
  border: 0;
}
.woocommerce-cart #content a.remove > span {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans,
    Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-weight: 400;
  font-size: 18px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  color: #e1221a;
  text-decoration: none;
  border: 1px solid #e1221a;
  position: relative;
  top: 4px;
  margin-right: 5px;
}

.woocommerce-cart .quantity-label p {
  margin: 30px 0 10px;
  padding: 0;
}

.woocommerce-cart #page #content .coupon {
  border: 1px solid #000;
  padding: 20px;
  display: block;
  max-width: 350px;
  margin-top: 50px;
}
.woocommerce-cart #page #content .coupon input,
.woocommerce-cart #page .coupon button {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.woocommerce-cart #page #content .coupon label {
  display: block;
  text-align: left;
  color: #ddd;
  margin-bottom: 10px;
}
.woocommerce-cart #page #content .coupon input {
  padding: 20px;
  margin-bottom: 10px;
}

.woocommerce-cart #page #content .coupon button {
  padding: 15px 20px;
  background-color: transparent;
  border: 1px solid #666;
  color: #000;
  width: 100% !important;
  margin-left: 0 !important;
}
.woocommerce-cart #page #content .coupon button:hover {
  background-color: #e1221a;
  color: #fff;
  border-color: #e1221a;
}

.woocommerce-cart #page #content button[aria-disabled="false"] {
  margin: 50px 0 0 0;
}
.woocommerce-cart #page #content button[aria-disabled="true"] {
  background-color: transparent;
  border: 1px solid;
  display: inline-block;
  margin: 50px 0 0 0;
}

.woocommerce-cart #page #content .cart-subtotal th,
.woocommerce-cart #page #content .cart-subtotal td span {
  font-weight: 400;
}

/*woo cart*/
.woocommerce table.shop_table .product-thumbnail img,
.woocommerce-page table.shop_table .product-thumbnail img {
  max-width: 100%;
  height: auto;
}

.woocommerce-checkout:not(.woocommerce-order-received) .footer-adv-layout-4,
.woocommerce-checkout:not(.woocommerce-order-received)
  .ast-main-header-bar-alignment,
.woocommerce-checkout:not(.woocommerce-order-received) .ast-above-header,
.woocommerce-order-received .entry-title {
  display: none;
}

.woocommerce-checkout #main {
  padding-bottom: 70px;
}

#order_review tbody td {
  border: 0;
}

/*PROCESS CHECKOUT*/
.woocommerce-billing-fields > h3,
.woocommerce-page.ast-woo-two-step-checkout form .ast-checkout-control-nav,
.woocommerce.ast-woo-two-step-checkout form .ast-checkout-control-nav,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
#order_review_heading {
  display: none !important;
}

form.woocommerce-checkout {
  margin-top: 70px;
}

#page #main .ckt-title {
  border-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  padding-top: 0;
  font-weight: 300;
}
#page #ship-to-different-address {
  border-bottom: 0;
  font-family: "Roboto", sans-serif;
  padding-top: 0;
  font-weight: 300;
  margin: 30px 0;
}
#page #main .woocommerce-billing-fields .ckt-title i {
  font-size: 35px;
  line-height: 35px;
  vertical-align: middle;
}

#order_review .shop_table {
  border: 1px solid #000 !important;
}

#order_review .shop_table thead {
  background: #fff;
  margin: 0;
  display: table-caption;
  width: 100%;
  border-bottom: 0;
}
#order_review .shop_table thead tr,
#order_review .shop_table thead th {
  padding: 0;
  width: 100%;
  border: 0;
  display: block;
}

#order_review .shop_table tbody td {
  border-bottom: 0;
  padding: 20px !important;
  vertical-align: top;
  opacity: 1;
}
#order_review .shop_table tbody tr + tr td {
  padding-top: 0 !important;
}
#order_review .shop_table tbody td img {
  max-width: 90px;
  background-color: #f3f3f3;
  float: left;
  margin-right: 20px;
  padding: 10px;
}
#order_review .shop_table tbody td .woocommerce-Price-amount {
  font-weight: 400;
}

#order_review .shop_table tbody td {
  width: 65%;
}
#order_review .shop_table tbody td + td {
  width: 40%;
}

#order_review .shop_table tfoot tr th,
#order_review .shop_table tfoot tr td {
  border: 0;
}
#order_review .shop_table tbody tr td.product-total,
#order_review .shop_table tfoot tr td {
  text-align: right;
}

#order_review .shop_table tfoot tr:first-child th,
#order_review .shop_table tfoot tr:first-child td,
#order_review .shop_table tfoot tr:last-child th,
#order_review .shop_table tfoot tr:last-child td {
  border-top: 1px solid #000 !important;
}
#order_review .shop_table tfoot tr th,
#order_review .shop_table tfoot tr td {
  padding: 20px !important;
}
#order_review .shop_table tfoot tr + tr:not(:last-child) th,
#order_review .shop_table tfoot tr + tr:not(:last-child) td {
  padding-top: 0 !important;
}

#order_review .shop_table tfoot tr:not(:last-child) th,
#order_review .shop_table tfoot tr:not(:last-child) td,
#order_review .shop_table tfoot tr:not(:last-child) td label,
#order_review
  .shop_table
  tfoot
  tr:not(:last-child)
  td
  .woocommerce-Price-amount {
  font-weight: 400 !important;
}

#page .syn-street {
  width: 67%;
}
#page .syn-civico {
  width: 27%;
}

/*FINAL STEP ORDER*/
.woocommerce-order-received .woocommerce-order {
  max-width: 767px;
  margin: 0 auto;
}
.woocommerce-order-received
  .woocommerce-order
  .woocommerce-thankyou-order-details
  + p {
  display: none;
}
.woocommerce-order-received .woocommerce-order .alignCenter p {
  margin: 0;
}
.woocommerce-order-received .woocommerce-thankyou-order-details {
  padding: 30px;
  margin: 40px 0;
}
.woocommerce-order-received .woocommerce-thankyou-order-details p {
  line-height: 2.5em;
  margin: 0;
}
.woocommerce-order-received .woocommerce-order-details {
  border: 1px solid #000;
}
#page .woocommerce-customer-details {
  margin: 0;
}
#page .woocommerce-order-details .woocommerce-column__title {
  background-color: #fff !important;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1em;
  padding: 30px 30px 0;
  font-size: 20px;
  border: 0;
}
.woocommerce-order-received .woocommerce-order-details address {
  border: 0;
  line-height: 1.5em;
  padding: 30px;
}
.woocommerce-order-received .woocommerce-table--order-details,
.woocommerce-order-received .woocommerce-table--order-details tr,
.woocommerce-order-received .woocommerce-table--order-details td,
.woocommerce-order-received .woocommerce-table--order-details th {
  border: 0 !important;
  padding: 30px !important;
}
.woocommerce-order-received .woocommerce-table--order-details tr + tr th,
.woocommerce-order-received .woocommerce-table--order-details tr + tr td {
  padding-top: 0px !important;
}
.woocommerce-order-received .woocommerce-table--order-details {
  margin: 0 !important;
  border-top: 1px solid #000 !important;
  padding: 0px !important;
}
.woocommerce-order-received .woocommerce-table--order-details tr th,
.woocommerce-order-received .woocommerce-table--order-details tr td {
  vertical-align: top;
}
.woocommerce-order-received .woocommerce-table--order-details tr td + td,
.woocommerce-order-received .woocommerce-table--order-details tr th + td {
  text-align: right;
}
.woocommerce-order-received .woocommerce-table--order-details tfoot th,
.woocommerce-order-received .woocommerce-table--order-details tfoot td,
.woocommerce-order-received .woocommerce-table--order-details .amount,
.woocommerce-order-received
  .woocommerce-table--order-details
  .product-quantity {
  font-weight: 400 !important;
}
.woocommerce-order-received .woocommerce-table--order-details a {
  color: #000;
  font-weight: 700 !important;
}
.woocommerce-order-received .woocommerce-table--order-details img {
  float: left;
  padding: 10px;
  background-color: #f3f3f3;
  margin: 0 10px 10px 0;
  max-width: 110px;
}
.woocommerce-order-received
  .woocommerce-table--order-details
  tfoot
  > tr:first-child
  td,
.woocommerce-order-received
  .woocommerce-table--order-details
  tfoot
  > tr:first-child
  th {
  border-top: 1px solid #000 !important;
}
.woocommerce-order-received
  .woocommerce-table--order-details
  tfoot
  > tr:last-child
  th,
.woocommerce-order-received
  .woocommerce-table--order-details
  tfoot
  > tr:last-child
  td {
  border-top: 1px solid #000 !important;
  padding-top: 30px !important;
  font-weight: 700 !important;
}
.woocommerce-order-received
  .woocommerce-table--order-details
  tfoot
  > tr:last-child
  td
  .amount {
  font-weight: 700 !important;
}

.flex-direction-nav .flex-next.button {
  width: 95%;
  text-align: center;
}
.flex-direction-nav .flex-next.button::after {
  font-family: "icomoon";
  content: "\e910";
  margin-left: 10px;
}

/*ACCOUNT VIEW ORDER*/
mark {
  font-weight: 700;
}
#page .woocommerce-order-details .woocommerce-customer-details {
  border: 1px solid #000;
  padding: 30px;
}
#page .woocommerce-order-details .woocommerce-columns > div {
  float: none;
  width: 100%;
}
#page .woocommerce-order-details .woocommerce-columns > div + div {
  margin-top: 30px;
}
#page .woocommerce-order-details .woocommerce-column__title {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 30px;
}
#page .woocommerce-order-details address {
  border: 0;
  padding: 0;
}
#page .woocommerce-table--order-details {
  border-top: 0;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
#page .woocommerce-table--order-details td {
  border: 0 !important;
  padding: 30px 30px 0px !important;
  vertical-align: top;
}
#page .woocommerce-table--order-details tbody tr:not(:first-child) td {
  padding-top: 0 !important;
}
#page .woocommerce-table--order-details tbody tr:last-child td {
  border-bottom: 1px solid #000 !important;
}
#page .woocommerce-table--order-details tbody td {
  position: relative;
}
/*
#page .woocommerce-table--order-details tbody td.woocommerce-table__product-name {
  padding-left: 160px!important;
}
*/
#page .woocommerce-table--order-details tbody .item-thumbnail {
  float: left;
  padding: 10px;
  left: 30px;
  top: 0;
  background-color: #f3f3f3;
  margin: 0 10px 30px 0;
  max-width: 110px;
}
#page .woocommerce-table--order-details tbody td.product-name > a {
  font-weight: 700;
  color: #000;
}
#page
  .woocommerce-table--order-details
  tbody
  td.product-name
  .product-quantity {
  font-weight: 300;
}

#page .woocommerce-table--order-details tbody td.product-name .wc-item-meta {
  padding: 0;
  margin: 10px 0 30px;
  list-style-type: none;
  list-style-position: inside;
}
#page .woocommerce-table--order-details tbody td.product-name .sn-order {
  margin: 10px 0 30px;
}
#page
  .woocommerce-table--order-details
  tbody
  td.product-name
  .wc-item-meta
  + .sn-order {
  margin-top: -30px;
}
#page
  .woocommerce-table--order-details
  tbody
  td.product-name
  .wc-item-meta
  .wc-item-meta-label {
  float: none;
}

#page
  .woocommerce-table--order-details
  tbody
  .woocommerce-table__product-total {
  text-align: right;
}
#page .woocommerce-table--order-details .woocommerce-Price-amount {
  font-weight: 400;
}
#page .woocommerce-table--order-details tbody th + td,
#page .woocommerce-table--order-details tfoot th + td {
  text-align: right !important;
}

#page .woocommerce-table--order-details tfoot th,
#page .woocommerce-table--order-details tfoot td {
  border: 0 !important;
  vertical-align: top;
  font-weight: 400;
}
#page .woocommerce-table--order-details tfoot td,
#page .woocommerce-table--order-details tfoot th {
  padding: 30px !important;
}
#page .woocommerce-table--order-details tfoot tr:not(:first-child) td,
#page .woocommerce-table--order-details tfoot tr:not(:first-child) th {
  padding-top: 0 !important;
}
#page .woocommerce-table--order-details tfoot tr:last-child th,
#page .woocommerce-table--order-details tfoot tr:last-child td {
  border-top: 1px solid #000 !important;
  padding-top: 30px !important;
}

#page .woocommerce-table--order-details tfoot tr:last-child th,
#page .woocommerce-table--order-details tfoot tr:last-child td,
#page
  .woocommerce-table--order-details
  tfoot
  tr:last-child
  .woocommerce-Price-amount {
  font-weight: 700;
}

/*ACCOUNT ADDRESS*/
.title-shipping-address {
  margin: 40px 0 0 !important;
  padding: 0 !important;
}
#page
  .woocommerce-MyAccount-content
  .woocommerce-Addresses.addresses
  .woocommerce-Address,
#page .woocommerce-MyAccount-content .ocwma_table_bill {
  float: none;
  width: 100%;
  border: 1px solid #000;
}
#page .woocommerce-MyAccount-content .ocwma_table_custom {
  margin-top: 40px;
}
#page .woocommerce-MyAccount-content .ocwma_table_bill {
  padding: 20px;
}
#page .woocommerce-MyAccount-content .ocwma_table_bill table {
  margin-bottom: 0;
  border: 0;
}
#page
  .woocommerce-MyAccount-content
  .ocwma_table_bill
  table
  tbody
  tr:first-child
  td {
  padding-bottom: 30px;
}
#page
  .woocommerce-MyAccount-content
  .ocwma_table_bill
  table
  tbody
  tr:first-child
  td
  + td {
  text-align: right;
}
#page
  .woocommerce-MyAccount-content
  .woocommerce-Addresses.addresses
  .woocommerce-Address
  + .woocommerce-Address {
  border-top: 0 !important;
}
#page
  .woocommerce-MyAccount-content
  .woocommerce-Addresses.addresses
  .woocommerce-Address-title {
  padding: 0;
  min-height: 0;
  background: transparent;
  border: 0 !important;
}
#page
  .woocommerce-MyAccount-content
  .woocommerce-Addresses.addresses
  .woocommerce-Address-title
  h3 {
  padding-bottom: 0;
}
#page .woocommerce-MyAccount-content .woocommerce-Addresses.addresses address {
  margin: 0;
  border: 0 !important;
  padding: 0 20px 20px;
}

/*HOME + SNIPPETS*/
.box-why {
  padding: 50px 100px;
  border: 1px solid #000;
}

.box-why .icon-syn {
  font-size: 40px;
  display: inline-block;
  margin: 0 0 20px;
}

/*POPUP*/
#hidden-content .frm_message {
  background: transparent;
  border: 0;
  color: #000000 !important;
  text-align: center;
  padding: 0;
}
#hidden-content .frm_message p {
  color: #000;
}
#hidden-content .frm_message i {
  font-size: 90px;
  display: inline-block;
  margin-top: 20px;
}

#newsletter-popup .responsiveCellSize1,
#newsletter-popup .clickdform .minSize1 {
  width: 100% !important;
  display: block;
  min-width: initial !important;
}

#newsletter-popup input:not(#btnSubmit) {
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #000;
  display: block;
  width: 100% !important;
  max-width: initial;
  border-radius: 0;
  height: 35px;
}
#newsletter-popup input:not(#btnSubmit):focus {
  outline: none;
}
#newsletter-popup .buttonContainer {
  margin-right: 0 !important;
}
#newsletter-popup #btnSubmit {
  color: #fff !important;
  text-transform: uppercase;
}

/*SEARCH PAGE*/
.big-search {
  font-size: 25px;
  font-weight: 300;
}
.search-module button {
  background-color: transparent;
  padding: 0;
  font-size: 50px;
  line-height: 40px;
  color: #000;
  vertical-align: middle;
  display: inline-block;
}
.search-module input {
  background-color: transparent;
  padding: 8px 8px;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

/**
  FAQ PAGES
 **/
.post-type-archive-faq #content > .ast-container {
  padding: 0;
  max-width: 100%;
}
.post-type-archive-faq #primary {
  margin: 0 !important;
}

#filters-syn::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin-top: 40px;
  margin-bottom: 50px;
}

#filters-syn button {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  margin: 0 10px 10px 0;
  transition: all 0.5s;
}
#filters-syn button.is-checked {
  background-color: #000;
  color: #fff;
}

#grid-faq {
  margin: 0 -10px;
}
#grid-faq .grid-item,
#grid-faq .grid-sizer {
  width: 50%;
}

#grid-faq .box-faq {
  background-color: #fff;
  border: 1px solid #000;
  padding: 20px;
  margin: 10px;
}

#grid-faq .list-box-faq h4,
#grid-faq .list-box-faq h4.ui-state-focus,
#grid-faq .list-box-faq h4.ui-state-hover,
#grid-faq .list-box-faq h4.ui-accordion-header-active {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 0;
  line-height: 1.2;
  border-bottom: 1px solid #ddd !important;
  cursor: pointer;
  background-color: #fff !important;
  outline: none;
}
#grid-faq .list-box-faq h4.ui-state-active {
  border-color: #fff !important;
}

#grid-faq .list-box-faq h4 + div {
  border-bottom: 1px solid #ddd !important;
  padding: 10px 0 40px;
}
#grid-faq .list-box-faq h4 + div p:last-child {
  margin-bottom: 0;
}

/**
  PAGE + OTHERS
 **/
.main-slide {
  margin-top: 40px;
}
.main-slide .intro-slide {
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.main-slide .intro-slide .content {
  position: absolute;
  padding: 80px;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  z-index: 15;
}
.main-slide .intro-slide .content .box {
  width: 100%;
}
.main-slide .align-right {
  text-align: right;
}
.swiper-pagination-bullet-active {
  background-color: #e1221a !important;
}

.box-term {
  border: 1px solid;
  padding: 0 20px 20px 20px;
}
.box-term img {
  margin-top: -50%;
}

.hero-top-pg {
  background-position: center;
  background-size: cover;
  padding: 90px 20px;
  color: #fff;
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hero-top-pg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-top-pg.contact {
  background-image: url("https://via.placeholder.com/1920x1080");
}

.hero-top-pg .content-intro {
  z-index: 5;
  position: relative;
}
.hero-top-pg h1 {
  color: #fff;
  font-weight: 700;
  font-size: 55px;
  margin: 0 0 20px;
}

.box-contact {
  margin-top: -40px;
  margin-bottom: 70px;
}
.box-contact .box {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 40px;
}
.box-contact .box i {
  font-size: 50px;
  display: inline-block;
  margin-bottom: 30px;
}
.box-contact .box h3 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}

.box-faq h2 {
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 20px;
}
.box-address .mapouter iframe {
  display: block;
  margin: 0 auto -40px;
  position: relative;
  z-index: 5;
}

.box-address .box-office-global {
  max-width: 930px;
  margin: 0 auto;
  background-color: #e1221a;
  padding: 70px 100px 40px;
  color: #fff;
  font-weight: 300;
}
.box-address .box-office-global h3 {
  color: #fff;
}
.box-address .box-office-global a {
  text-decoration: underline;
  color: #fff;
}

/**
  FOOTER
 **/

#company-newsletter {
  color: #fff;
  background-color: #212529;
  padding: 70px 0;
}
#company-newsletter h3 {
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  line-height: 1.2em;
}
#company-newsletter em {
  color: #e1221a;
  font-style: normal;
}

.footer-adv .credit-middle-footer h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  margin: 17px 0;
}
.footer-adv a:hover {
  color: #000;
  text-decoration: underline;
}
.footer-adv .social {
  margin-bottom: 20px;
}
.footer-adv .social a {
  color: #e1221a;
  font-style: normal;
  font-size: 20px;
  display: inline-block;
  text-decoration: none !important;
}
.footer-adv .social a + a {
  margin-left: 10px;
}
.footer-adv address {
  margin-bottom: 0;
}
.footer-adv address i {
  font-size: 20px;
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
}

.footer-adv .widget_nav_menu li {
  line-height: 1em;
  padding: 7px 0;
}
.footer-adv .widget_nav_menu a {
  text-transform: uppercase;
  line-height: 1em;
}
.footer-adv .footer-adv-widget-2 {
  font-weight: 700;
}

.footer-adv .widget_nav_menu h2 {
  font-size: 15px;
  font-weight: 700;
}
.footer-adv
  .footer-adv-widget:not(.footer-adv-widget-2)
  .widget_nav_menu
  .menu {
  padding-left: 20px;
  margin-left: 7px;
  border-left: 1px solid #000;
}

#company-credit {
  background-color: #212529;
  color: #abadaf;
  padding: 10px 0;
}
#company-credit a {
  color: #abadaf;
}
#company-credit a:hover {
  text-decoration: underline;
}

/*404 PAGE*/
.prod-404 h3 {
  font-weight: 700;
  font-size: 35px;
  margin: 70px 0 30px;
}

/****************
 RESPONSIVE
*****************/

@media (min-width: 922px) {
  .header-main-layout-2 .site-branding {
    display: block;
    margin: 0 auto;
    width: 280px;
  }
  .ast-above-header-wrap {
    position: relative !important;
    top: 0;
    width: 100%;
    z-index: 5;
    background-color: transparent;
  }
  .ast-above-header-wrap .ast-above-header-navigation,
  .ast-above-header-wrap .ast-site-header-cart-li {
    position: relative;
    top: 55px;
  }
  .ast-above-header-wrap .widget_shopping_cart {
    top: 90px !important;
  }
  .main-header-menu > .menu-item > .menu-link {
    margin: 0 15px;
  }
  .main-header-menu > .current-menu-item > .menu-link {
    border-bottom: 4px solid #e1221a;
  }

  .alignCenter {
    display: flex;
    align-items: center;
  }

  .info-cards-icon .box-icon {
    max-width: 80%;
    min-height: 500px;
  }
  .woocommerce-cart #content table.cart td.product-thumbnail {
    width: 150px;
  }

  /*
   *  WOO ACCOUNT
   */
  .woocommerce-account #main .col-sx {
    padding-right: 100px;
  }
  .woocommerce-account #main .col-dx {
    padding-left: 100px;
    border-left: 1px solid #000;
    position: relative;
  }
  .woocommerce-lost-password .col-dx::before {
    background-color: #fff;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-135deg);
    position: absolute;
    left: -21px;
    top: 50%;
    margin-top: -20px;
  }

  /*SEARCH PAGE*/
  .search-module input {
    min-width: 500px;
  }

  /*POPUP*/
  #hidden-content {
    max-width: 700px;
  }

  /*CHECKOUT*/
  .woocommerce-shipping-fields {
    /* width: 48.5%; */
  }

  li.order-review.flex-active-slide .shop_table {
    float: right;
    width: 48.5%;
  }
  li.order-review.flex-active-slide #payment {
    float: left;
    width: 48.5%;
  }

  /*SNIPPETS*/
  .img-overflox-x {
    margin: -30px 0;
  }
  .center-col-txt {
    padding: 0 4% 0 10%;
  }

  .box-testimonials .ast-row:nth-child(even) .ast-col-md-3 {
    order: 2;
  }
  .box-testimonials .ast-row:nth-child(even) .ast-col-md-9 {
    order: 1;
  }
}

@media (max-width: 921px) {
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
    text-align: center;
  }

  /*MARKETING*/
  .sec-brochure {
    margin-top: 250px;
  }
  .sec-brochure.has-video {
    margin-bottom: 250px;
  }
  .box-brochure {
    margin-top: -150px;
  }
  .box-brochure .ast-col-md-7 {
    padding: 40px 100px;
  }
  .sec-brochure .row-video > div {
    margin-bottom: -150px;
  }
  #page .woocommerce-MyAccount-navigation {
    margin-bottom: 40px;
  }

  /*WOO CART*/
  #page .woocommerce-cart-form__contents tbody tr,
  #page .woocommerce-cart-form__contents tbody tr > td {
    display: block;
    position: relative;
  }
  #page .woocommerce-cart-form__contents tbody td.product-thumbnail {
    width: 35%;
    float: left;
    padding: 0;
    border: 0 !important;
  }
  #page .woocommerce-cart-form__contents tbody td.product-name {
    width: 65%;
    float: left;
    text-align: left !important;
    border: 0 !important;
  }
  #page .woocommerce-cart-form__contents tbody td.product-subtotal {
    padding-left: 0;
    clear: both;
  }
  #page .woocommerce-cart-form__contents tbody td.product-name::before,
  #page .woocommerce-cart-form__contents tbody td.product-subtotal::before,
  #page .woocommerce-cart-form__contents tbody td.product-thumbnail::before {
    display: none;
  }

  /*SNIPPETS*/
  .banner-discover-home {
    padding: 50px 0 0;
  }
  .banner-discover-home img {
    margin: 40px 0 0;
  }

  .mg-bottom-lg {
    margin-bottom: 70px !important;
  }

  .box-testimonials img {
    max-width: 120px;
    margin-bottom: 30px;
  }

  /*FAQ*/
  .post-type-archive-faq #primary .ast-container {
    padding: 0 20px;
  }
  #grid-faq {
    margin: 0;
  }
  #grid-faq .grid-item,
  #grid-faq .grid-sizer {
    width: 100%;
  }
  #grid-faq .box-faq {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .menu_canvas_search {
    display: none !important;
  }
  #page .main-header-bar-wrap {
    overflow: hidden;
    height: 110px;
  }
  .ast-flyout-menu-enable.ast-header-break-point
    .main-header-bar
    .main-header-bar-navigation
    #primary-site-navigation,
  .ast-flyout-menu-enable.ast-header-break-point
    .ast-primary-menu-disabled
    .ast-merge-header-navigation-wrap {
    width: 450px !important;
    padding-left: 70px;
    padding-right: 20px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%;
  }

  #page .best-sellers-syn li {
    width: 32.2%;
  }
  #page .best-sellers-syn li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  /*MENU CANVAS + SEARCH LEFT*/
  .ast-flyout-menu-enable.ast-header-break-point
    .main-header-bar
    .main-header-bar-navigation
    #primary-site-navigation,
  .ast-flyout-menu-enable.ast-header-break-point
    .ast-primary-menu-disabled
    .ast-merge-header-navigation-wrap {
    width: 100% !important;
    padding: 20px;
  }

  #page .ast-nav-close {
    left: 15px;
  }
  #page #primary-menu {
    padding-top: 55px;
  }
  #page .ast-nav-close::after {
    display: none;
  }
  #page .ast-nav-close::before {
    font-size: 30px;
  }

  .main-slide {
    margin-top: 0;
  }

  #page .box-syn-search-cart #ast-search-form,
  #page .mobile-menu-wrap {
    display: none;
  }
  #page .main-title-prod,
  #page .entry-title {
    font-size: 35px;
    line-height: 40px;
  }
  #page .ast-button-wrap .menu-toggle.main-header-menu-toggle {
    padding: 0;
  }

  .single-product #content div.summary {
    padding-top: 30px !important;
  }
  .single-product #page .entry-title {
    margin-top: 0;
  }

  br.no-mobile {
    display: none;
  }
  .resp-center {
    text-align: center !important;
  }
  .resp-left {
    text-align: left !important;
  }

  /*tab wishlist*/
  #page .wishlist_table thead {
    display: none;
  }

  #page .wishlist_table tbody > tr::after {
    content: "";
    display: block;
  }
  #page .wishlist_table tbody > tr > td {
    border-top: 0 !important;
    overflow: hidden;
  }

  #page .wishlist_table tbody > tr:not(:first-child) td.product-name {
    border-top: 1px solid #ddd !important;
  }
  #page .wishlist_table tbody tr,
  #page .wishlist_table tbody td {
    display: block;
    width: 100%;
  }
  #page .wishlist_table tbody > tr > td.product-stock-status,
  #page .wishlist_table tbody > tr > td.product-add-to-cart {
    float: left;
    width: 50%;
  }

  /*MARKETING*/
  .sec-brochure {
    margin-top: 350px;
  }
  .sec-brochure.has-video {
    margin-bottom: 250px;
  }
  .box-brochure {
    margin-top: -150px;
  }
  .box-brochure .alignCenter {
    display: flex;
    flex-direction: column;
  }
  .box-brochure .ast-col-md-7 {
    padding: 40px;
    order: 2;
  }
  .box-brochure .ast-col-md-5 {
    order: 1;
  }
  .box-brochure img {
    margin: -100px 0 0;
  }
  .sec-brochure .row-video > div {
    margin-bottom: -150px;
  }

  /*
   *  WOO ACCOUNT
   */
  .woocommerce-account #main {
    margin: 0px 0 50px;
  }
  .woocommerce-account #main .col-sx {
    padding-bottom: 40px;
  }
  .woocommerce-account #main .col-dx h3 {
    padding-top: 40px;
    border-top: 1px solid #000;
  }

  .woocommerce-account #page .entry-title {
    margin-top: 40px;
  }
  .woocommerce-MyAccount-navigation > ul {
    padding: 0 20px;
    border: 1px solid #000;
  }

  #page tbody .woocommerce-orders-table__row > td {
    display: block;
    width: 50%;
    float: left;
    text-align: left !important;
    min-height: 100px;
  }
  #page tbody .woocommerce-orders-table__row > td::before {
    content: attr(data-title);
    font-weight: 700;
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }

  #page tbody .woocommerce-orders-table__cell {
    border: 0 !important;
  }
  #page tbody .woocommerce-orders-table__cell-order-actions,
  #page tbody .woocommerce-orders-table__cell-order-total {
    border-bottom: 1px solid #ddd !important;
    min-height: 100px;
  }
  #page #main tbody .woocommerce-orders-table__cell-order-actions {
    text-align: right !important;
  }

  /*WOOCOMMERCE*/
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    width: 100%;
    margin-right: 0;
  }
  #page .img-cat {
    max-width: 100%;
    height: auto;
  }

  .single-product .entry-summary .main-image-prod img {
    margin: 0;
  }
  .wrapper-prod-synchild {
    border: 0;
  }
  .wrapper-prod-synchild .content-text {
    padding: 25px 0 !important;
  }
  .wrapper-prod-synchild .content-text h3 {
    margin-bottom: 20px;
  }

  .wrapper-prod-synchild .gallery-prod {
    margin-left: -20px;
    margin-right: -20px;
  }
  .sec-info-video.has-video {
    margin-top: 100px;
  }
  .sec-info-video.has-video .container-iframe {
    margin-top: -50px;
    margin-bottom: 20px;
  }

  .card-info-prod .text-intro {
    padding: 20px 20px 40px;
  }

  .card-info-prod .text-intro h3 {
    font-size: 30px;
  }

  .woocommerce[class*="columns-"].columns-3 > ul.products li.product {
    width: 100% !important;
    margin-right: 0 !important;
  }

  #page .syn-street {
    width: 56%;
  }
  #page .syn-civico {
    width: 38%;
  }

  /*ORDER FINAL*/
  #page .title_final_step {
    margin: 30px 0px;
  }
  .woocommerce-order-received .woocommerce-order .alignCenter p {
    text-align: center;
    margin-bottom: 20px;
  }
  .woocommerce-order-received .woocommerce-thankyou-order-details {
    margin: 40px -20px;
    padding: 40px 20px;
  }
  body:not(.single-product) #page .ast-col-md-6 + .ast-col-md-6 .sub-title {
    margin-top: 30px;
  }
  .woocommerce-order-received .woocommerce-order-details {
    border: 0;
  }
  #page .woocommerce-order-details .woocommerce-column__title,
  .woocommerce-order-received .woocommerce-order-details address {
    padding: 20px 0;
  }
  #page .woocommerce-order-details .woocommerce-column__title {
    padding: 0;
  }
  #page .woocommerce-table--order-details tr,
  #page .woocommerce-table--order-details td,
  #page .woocommerce-table--order-details th {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #page .woocommerce-table--order-details tbody {
    display: table-caption;
  }
  #page .woocommerce-table--order-details tbody .product-name {
    padding-bottom: 10px !important;
  }
  #page .woocommerce-table--order-details tbody .product-total {
    padding-top: 0 !important;
    text-align: left;
  }

  #page .woocommerce-table--order-details tbody tr,
  #page .woocommerce-table--order-details tbody th,
  #page .woocommerce-table--order-details tbody td {
    display: block;
    width: 100% !important;
  }
  #page .woocommerce-table--order-details tbody tr + tr td,
  #page .woocommerce-table--order-details tbody tr + tr {
    padding-top: 0 !important;
  }

  .woocommerce-order-received .woocommerce-table--order-details,
  .woocommerce-order-received
    .woocommerce-table--order-details
    tfoot
    > tr:first-child
    th,
  .woocommerce-order-received
    .woocommerce-table--order-details
    tfoot
    > tr:first-child
    td,
  .woocommerce-order-received
    .woocommerce-table--order-details
    tfoot
    > tr:last-child
    th,
  .woocommerce-order-received
    .woocommerce-table--order-details
    tfoot
    > tr:last-child
    td {
    border-color: #ddd !important;
  }

  .woocommerce-order-received .woocommerce-table--order-details {
    border: 0 !important;
  }
  .woocommerce-order-received
    .woocommerce-table--order-details
    tbody
    > tr:first-child
    td:first-child {
    border-top: 1px solid #ddd !important;
  }

  /*ORDER VIEW ACCOUNT*/
  #page .woocommerce-table--order-details {
    border-left: 0;
    border-right: 0;
    border-color: #ddd !important;
  }
  #page .woocommerce-order-details .woocommerce-customer-details {
    margin-top: 40px;
    border: 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #ddd;
  }
  #page .woocommerce-order-details .product-name {
    overflow: hidden !important;
  }
  #page
    .woocommerce-table--order-details
    tbody
    .woocommerce-table__product-total {
    padding-bottom: 30px !important;
    text-align: right !important;
  }
  #page .woocommerce-table--order-details tbody td.product-name .sn-order,
  #page .woocommerce-table--order-details tbody td.product-name .wc-item-meta {
    margin-top: 10px;
    margin-bottom: 0;
  }
  #page .woocommerce-table--order-details tbody tr:last-child td {
    border: 0 !important;
  }
  #page .woocommerce-table--order-details tfoot td,
  #page .woocommerce-table--order-details tfoot th {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #page .woocommerce-table--order-details tfoot tr:first-child td,
  #page .woocommerce-table--order-details tfoot tr:first-child th {
    border-top: 1px solid #ddd !important;
  }
  #page .woocommerce-table--order-details tfoot tr:last-child th,
  #page .woocommerce-table--order-details tfoot tr:last-child td {
    border-color: #ddd !important;
  }

  /*CHECKOUT*/
  .woocommerce .cart-collaterals,
  .woocommerce-page .cart-collaterals {
    float: none;
    max-width: 100%;
  }
  form.woocommerce-checkout {
    margin-top: 30px;
  }
  #page .woocommerce-billing-fields .last-title {
    margin-top: 40px !important;
  }
  #order_review .shop_table tbody td img {
    max-width: 50px;
    padding: 5px;
    margin-bottom: 40px;
  }
  .flex-direction-nav .flex-next.button {
    width: 100%;
  }

  /*page*/
  .main-slide .align-right {
    text-align: left;
  }
  .main-slide .intro-slide {
    padding: 0;
  }
  .main-slide .intro-slide::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
  }
  .main-slide .intro-slide .content {
    padding: 30px;
  }
  .box-contact .ast-col-md-6 + .ast-col-md-6 {
    margin-top: 40px;
  }
  .box-address .mapouter iframe {
    margin-bottom: 0;
  }
  .box-address .box-office-global {
    padding: 30px;
  }

  .box-why {
    padding: 0px;
    border: 0;
    text-align: center;
  }

  .box-term .sub-title-1 {
    font-size: 18px !important;
  }

  /*FOOTER*/
  #company-newsletter h3 {
    font-size: 22px;
  }
  #company-newsletter .button {
    margin-top: 30px;
  }

  .footer-adv h2.ui-accordion-header {
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: relative;
  }
  .footer-adv .footer-adv-widget-3 .widget {
    margin-bottom: 0 !important;
  }
  .footer-adv h2.ui-accordion-header.ui-state-active,
  .footer-adv .footer-adv-widget-3 h2.ui-accordion-header {
    border-bottom: 0;
  }
  .footer-adv h2.ui-accordion-header::before {
    content: "\ea50";
    font-family: "icomoon";
    position: absolute;
    right: 0;
    line-height: 1;
    top: 45%;
    transform: translateY(-50%);
    font-size: 20px;
  }
  .footer-adv h2.ui-accordion-header.ui-state-active::before {
    content: "\ea51";
    top: 52%;
  }
  .footer-adv
    .footer-adv-widget:not(.footer-adv-widget-2)
    .widget_nav_menu
    .menu {
    margin: 0 0 20px 0;
  }

  #company-credit img {
    margin: 15px 0;
    display: inline-block;
  }

  .hero-top-pg {
    min-height: 0px;
  }

  #page .box-syn-search-cart .search-form{
    visibility: hidden;
  }
}
.search__section {
  padding-top: 50px;
  margin-bottom: -50px;
}
.products li {
  padding-bottom: 20px !important;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.widget_layered_nav_filters ul li.chosen a,
.woocommerce-page ul.products li.product .ast-woo-product-category,
.wc-layered-nav-rating a {
  position: absolute;
  bottom: 20px;
}
.product-brand {
  position: absolute;
  bottom: 2px;
}
.ast-woo-shop-product-description {
  margin-bottom: 30%;
}
.summary div div p {
  position: static !important;
}
.timer-swiper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: white;
  z-index: 2;
}
.timer-swiperAfter {
  background: #e1221a;
  width: 0;
  height: 3px;
  display: block;
}
.timer-swiperAfter.active {
  width: 100%;
  transition: 5s all;
}
.news-slider .swiper-slide {
  display: flex;
  max-height: 600px;
}
.news-slider .swiper-slide img {
  /*width: 100%;*/
  object-fit: cover;
  height: 100%;
}
.swiper-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.yith-wacp-related-product a .product-price .price {
  position: unset !important;
}
.yith-wacp-related-product {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.yith-wacp-related-product a h3 {
  display: flex;
  justify-content: center;
}
.yith-wacp-content .yith-wacp-related ul.products.columns-4 li.product {
  width: 21% !important;
  margin-right: 0 !important;
}
.yith-wacp-content .yith-wacp-related ul.products.columns-4 {
  column-gap: 40px;
  row-gap: 20px;
}
#yith-wacp-mini-cart,
.yith-wacp-content .yith-wacp-related ul.products.columns-4:after,
.yith-wacp-content .yith-wacp-related ul.products.columns-4:before {
  display: none !important;
}
.homepage-slide img {
  width: 100%;
}
.homepage-slide {
  position: relative;
  min-height: 650px;
}
.homepage-slide .content {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translate(-50%, 0px);
  max-width: 1040px;
  width: 100%;
}
.homepage-slide .content .box {
  display: flex;
}
.menu-shop-page {
  display: flex;
  gap: 30px;
  margin-left: 0;
}
.menu-shop-page li {
  list-style: none;
  padding: 16px 10px 16px 10px;
  position: relative;
}
.menu-shop-page .sub-menu {
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
  width: 295px;
  z-index: 50;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  margin-left: 100%;
}
.menu-shop-page .sub-menu:first-child li:first-child {
  margin-left: 0 !important;
}
@media (max-width: 992px) {
  .product-page-menu__container {
    display: none;
  }
}

.woocommerce-terms-and-conditions-checkbox-text,
.ems-gtc
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox
  span {
  line-height: 20px;
  display: inline-block;
  position: relative;
  top: -5px;
}
.woocommerce-terms-and-conditions-wrapper
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox,
.ems-gtc
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  display: flex;
  align-items: flex-start;
}

.woocommmerce.yith-wacp-related
  ul.products
  li.product
  .button.add_to_cart_button {
  bottom: 5px;
  right: 5px;
  background: transparent !important;
}
.woocommmerce.yith-wacp-related
  ul.products
  li.product
  .button.add_to_cart_button:hover {
  background: #e1221a !important;
}
.woocommerce ul.products li.product a img {
  transition: all ease-in-out 0.5s;
}


#page #main-menu-bottom-syn ul li {
	position: relative;
}
#page #main-menu-bottom-syn ul ul {
	position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: solid 1px #000;
    padding: 8px 12px;
	z-index: 2;
    text-align: left;
}
#page #main-menu-bottom-syn ul ul li {
	display: 	block;
	min-width: 180px;
}
#page #main-menu-bottom-syn ul ul li a {
	padding: 10px 0;
}
#page #main-menu-bottom-syn ul ul li + li {
	margin-left: 0;
}
#page #main-menu-bottom-syn ul li.current-menu-item ul li a {
	color: inherit;
    border-color: transparent;
}