.ywraq-wrapper.ywraq-with-form {
  max-width: 1280px;
  padding: 0 30px;
  margin: 50px auto;
}

.ywraq-form-table-wrapper.vertical {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ywraq-wrapper.ywraq-with-form .ywraq-before-form {
  width: 100%;
}

.ywraq-wrapper.ywraq-with-form #yith-ywraq-form {
  width: 55%;
}

.ywraq-wrapper.ywraq-with-form #ywraq-other-form {
  width: calc(45% - 100px);
  background-color: #fafafa;
  padding: 25px;
  box-shadow: 0 0 3px 0px rgba(0,0,0,0.1);
  margin: 5px;
  min-width: 340px;
}

#ywraq-other-form .gform_heading {
  display: none;
}

#yith-ywraq-form .update-list-wrapper input[type="submit"] {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #f2c4c4;
  letter-spacing: 1px;
  border: 2px solid #f2c4c4;
  color: #fff;
  padding: 6px 18px;
  font-size: 16px;
  text-shadow: none;
  box-shadow: none;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

#yith-ywraq-form .update-list-wrapper input[type="submit"]:hover {
  background-color: #fff;
  border-color: #f2c4c4;
  color: #f2c4c4;
}

#yith-ywraq-form table {
  border: 0px solid;
  border-collapse: collapse;
}

#yith-ywraq-form table th {
  line-height: 16px;
  padding: 5px 10px !important;
  height: auto;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  background-color: #fff;
  border-width: 0 0 1px;
  border-color: #f2f2f2;
}

#yith-ywraq-form table td {
  border-width: 0 0 1px;
  border-color: #f2f2f2;
  padding: 5px 10px !important;
  font-size: 14px;
}

#yith-ywraq-form table.cart .product-thumbnail img {
  max-width: 80px;
}

#yith-ywraq-form table.cart .quantity input.qty {
  border-radius: 0;
  border-color: #f2c4c4;
  text-align: center;
  max-width: 110px;
  font-size: 12px;
  font-weight: 700;
}

#yith-ywraq-form table.cart .quantity::before {
  content: "Quantity";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #f2c4c4;
  margin-right: 10px;
}

body #ywraq-other-form .gform_wrapper.gravity-theme .gfield_label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

body #ywraq-other-form .gform_wrapper.gravity-theme .large {
  border-width: 1px;
}

.woocommerce ul.products li.product a.add-request-quote-button.button, 
.wp-block-post.product a.add-request-quote-button.button, 
a.add-request-quote-button.button,
.wp-block-post.product a.button, 
.wp-block-post.product .add-request-quote-button.button, 
.wp-block-post.product .add-request-quote-button-addons.button, 
.woocommerce .add-request-quote-button.button, 
.woocommerce #primary .entry-summary .add-request-quote-button.button, 
.woocommerce .add-request-quote-button-addons.button {
  border: 2px solid #f2c4c4 !important;
  background-color: #f2c4c4 !important;
  font-size: 16px !important;
  padding: 6px 18px !important;
  transition: all 0.35s ease 0s !important;
}

.woocommerce ul.products li.product a.add-request-quote-button.button:hover, 
.wp-block-post.product a.add-request-quote-button.button:hover, 
a.add-request-quote-button.button:hover, 
.wp-block-post.product .add-request-quote-button.button:hover, 
.wp-block-post.product .add-request-quote-button-addons.button:hover, 
.woocommerce .add-request-quote-button.button:hover, 
.woocommerce #primary .entry-summary .add-request-quote-button.button:hover, 
.woocommerce .add-request-quote-button-addons.button:hover {
  background-color: transparent !important;
  color: #f2c4c4 !important;
}

body.international .product-info .product-buttons {
  display: none;
}

body.single-product div.product .summary.entry-summary .yith-ywraq-add-to-quote {
  order: 4;
  width: 100%;
  margin-bottom: 20px;
}

.yith_ywraq_add_item_product_message, 
.yith_ywraq_add_item_response_message {
  color: #383838;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  margin: 0 auto 10px;
  max-width: 200px;
}

.yith_ywraq_add_item_browse_message a {
  margin-top: 5px;
  z-index: 1;
  background-color: var(--pink-color);
  color: #fff;
  border-color: var(--pink-color);
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid;
  padding: 6px 18px;
  font-size: 13px;
  text-shadow: none;
  box-shadow: none;
  font-weight: 600;
  cursor: pointer;
  transition: 0.35s ease all;
}

.yith_ywraq_add_item_browse_message a:hover {
  background-color: #fff;
  color: var(--pink-color);
}

.ywraq-with-form .ywraq-form-table-wrapper.wide {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

#yith-ywrq-table-list a,
#yith-ywrq-table-list .quantity::before {
  color: var(--faded-clay) !important;
}

#yith-ywrq-table-list .quantity input.qty {
  border-color: var(--faded-clay) !important;;
}

body.page-id-26222 #colophon {
  display: none;
}

body.international .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders {
  display: none;
}

.yith-ywraq-add-to-quote .yith_ywraq_add_item_product_message {
  margin-top: 15px;
}

body.single-product .yith_ywraq_add_item_product_message, body.single-product .yith_ywraq_add_item_response_message {
  max-width: unset;
}

.ywraq-form-table-wrapper.wide form#yith-ywraq-form {
  min-width: 340px;
}

.main-navigation .woo a.quote-list-icon {
  color: #000;
}

.main-navigation .woo a.quote-list-icon {
  color: #000;
  position: relative;
}

.main-navigation .woo a.quote-list-icon span {
  display: none;
}

@media(max-width:767px) {
  #yith-ywraq-form table td {
    display: block !important;
    text-align: center !important;
    width: 100%;
    max-width: unset;
  }

  #yith-ywraq-form table tr {
    display: block;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
  }
}

