/*
Theme Name: Yoome Child
Theme URI: http://demo.theme-sky.com/yoome/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: yoome
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: yoome-child
*/


.m-spacer {
  display: none;
}

/************** STEP PROGRESS INDICATOR ****************/
.optical-steps-wrapper {
  max-width: 500px;
  margin: 0 auto 40px;
  padding: 20px 0;
}

.optical-steps {
  display: flex;
  align-items: center;
  justify-content: center;
}

a.optical-step,
span.optical-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

a.optical-step:hover .optical-step__ball {
  background-color: #575757 !important;
  color: #fff !important;
  transform: scale(1.1);
  opacity: 1;
}

a.optical-step:hover .optical-step__label {
  color: #575757 !important;
}

.optical-step__ball {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Sora", sans-serif;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 1 !important;
  background-color: #575757;
  color: #d1d1d1 !important;
  transition: all 0.3s ease;
  opacity: 0.5;
}

.optical-step__label {
  margin-top: 8px;
  font-family: "Sora", sans-serif;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 1 !important;
  color: #d1d1d1 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.optical-step-line {
  flex: 1;
  height: 2px;
  background-color: #d1d1d1;
  margin: 0 10px;
  margin-bottom: 20px;
  min-width: 60px;
  transition: background-color 0.3s ease;
}

.vc_row .top-filter-widget-area .widget_search > form .search-button:before {
  top: 15px;
}

/* Completed state */
.optical-step--completed .optical-step__ball {
  background-color: #575757 !important;
  border-color: #575757 !important;
  color: #fff !important;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.optical-step--completed .optical-step__ball:hover {
  opacity: 1;
}

.optical-step--completed .optical-step__label {
  color: #575757 !important;
}

.optical-step-line--completed {
  background-color: #575757 !important;
}

/* Active state */
.optical-step--active .optical-step__ball {
  background-color: #575757 !important;
  border-color: #575757 !important;
  color: #fff !important;
  box-shadow: 0 0 0 3px rgba(87, 87, 87, 0.15);
  opacity: 1;
  scale: 1.1;
}

.optical-step--active .optical-step__label {
  color: #575757 !important;
  font-weight: 600;
}

@media only screen and (max-width: 480px) {
  .optical-steps-wrapper {
    max-width: 100%;
    padding: 15px 10px;
    margin-bottom: 25px;
  }

  .optical-step__ball {
    width: 36px;
    height: 36px;
    font-size: 14px !important;
  }

  .optical-step__label {
    font-size: 10px !important;
  }

  .optical-step-line {
    min-width: 40px;
    margin-bottom: 16px;
  }
}

/************** PRICE "DESDE" PREFIX ****************/
.price .price-desde {
  font-size: inherit;
  font-weight: 400;
  font-size: 12px;
  color: #575757 !important;
}

/************** CUSTOM CHECKOUT CSS ****************/
.woocommerce form .form-row label {
  margin-right: 25px;
  display: inline-block;
  font-family: "Sora";
  font-weight: 400;
}

#order_review h3 {
  text-transform: uppercase;
  padding-left: 0;
}

h4 {
  font-size: 19px !important;
  line-height: 28px !important;
}

p {
  font-size: 13px !important;
  line-height: 20px !important;
}

.project-block p,
.about-block p {
  font-size: 15px !important;
  line-height: 24px !important;
}

.dn,
.shop_table tfoot,
.product-total,
.payment_methods.methods,
.woocommerce-order-overview__total.total,
.woocommerce-shipping-totals.shipping,
.order-total,
.woocommerce-order-overview__payment-method.method,
#transporte_field .optional,
#montagem_field .optional,
.archive .woocommerce .woocommerce-price-suffix,
.woocommerce .products .woocommerce-price-suffix,
.breadcrumb-title-wrapper.ts-breadcrumb-parallax,
.breadcrumb-title-wrapper.ts-breadcrumb-parallax .breadcrumb-content,
.wc-proceed-to-checkout a.continue-shopping.button:after {
  display: none !important;
}

.primary-color {
  color: #000 !important;
}

a,
blockquote:before,
blockquote span.author a,
span.author a {
  color: #000 !important;
}

.page-id-4182 .page-container,
.page-id-15344 .page-container {
  padding-top: 0px !important;
}

.sobrenos-col {
  padding-right: 10% !important;
  padding-left: 6% !important;
}

body {
  color: #575757 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #575756 !important;
}

.titulo-catalogo {
  color: #575757 !important;
  font-size: 56px !important;
}

footer ul li > a {
  text-decoration: none;
  color: #fff !important;
}

.shopping-cart-wrapper .cart-number {
  background-color: #575757 !important;
  border-color: #575757 !important;
}

#to-top a:before {
  color: #fff;
}

#order_review .place-order h6 {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #000 !important;
}

.woocommerce #order_review table.shop_table tbody td {
  padding: 5px 0 5px 0 !important;
  border-width: 0;
}

#order_review .place-order h3 {
  padding: 0;
}

#to-top a:hover,
.vc_general.vc_btn3,
.wpcf7-submit,
.button.view-cart,
.button.checkout-button,
.checkout-button.button,
.button.continue-shopping,
#place_order {
  background-color: #575757 !important;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.ts-product-attribute > div:not(.color) a {
  border: none;
}

body grey.vc_btn3-style-flat:hover,
body .vc_btn3.vc_btn3-color-grey:hover,
body .wpcf7-submit:hover,
body .button.view-cart:hover,
body .button.checkout-button:hover,
body .ts-product-attribute > div:not(.color) a:hover,
body .ts-tiny-cart-wrapper .dropdown-footer .button.view-cart:hover,
body .ts-tiny-cart-wrapper .dropdown-footer .button.checkout-button:hover,
body .ts-shop-load-more .button:hover,
.quantity .plus:hover,
.quantity .minus:hover,
body .cart_totals .wc-proceed-to-checkout a.button.checkout-button:hover,
body .cart_totals .wc-proceed-to-checkout a.button.continue-shopping:hover,
body .woocommerce button.button.alt:hover,
#place_order:hover {
  opacity: 1;
  background-color: #575757 !important;
}

.header-v1 header .menu-wrapper nav > ul.menu > li > a:after {
  border-color: #575757 !important;
}

.shopping-cart-wrapper a > .ic-cart:hover {
  color: #575757 !important;
}

.ts-header .header-container {
  position: relative;
}

@media (min-width: 768px) {
  .ts-header .header-container {
    border-bottom: 1px solid #ccc;
  }
}

/*
.ts-group-meta-icon-toggle {
    display:none;
}*/

.cart_totals .wc-proceed-to-checkout a.continue-shopping.button {
  border: none;
}

.ts-shop-result-count > span.bar > span {
  border-color: #575757 !important;
}

.product-meta-center .product-wrapper .meta-wrapper {
  text-align: left;
}

.woocommerce div.product .entry-title {
  font-size: 24px !important;
  color: #000 !important;
}

.woocommerce div.product.product-type-variable .summary .woocommerce-product-details__short-description {
  font-size: 14px !important;
  color: #575757 !important;
}

div.product p.price .amount,
.woocommerce div.product form.cart .variations label {
  color: #575757 !important;
}
.woocommerce div.product form.cart .variations label {
  font-size: 23px;
  font-weight: 400;
  text-align: left;
}

body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a span {
  font-weight: 200 !important;
  font-size: 16px !important;
  color: #575757 !important;
}

.ts-product-attribute > div.color a,
.ts-product-attribute > div.color {
  border-radius: 20px !important;
}

.woocommerce div.product form.cart .button {
  background-color: #575757 !important;
  opacity: 0.5;
}

.ts-button-wrapper a.ts-button-1:hover {
  color: #fff !important;
}

.ts-product-attribute > div.color {
  width: 27px !important;
  height: 27px !important;
  border-color: #ccc !important;
}

.woocommerce div.product form.cart .button:hover {
  background-color: #575757 !important;
  opacity: 1;
}

.ts-tiny-cart-wrapper .dropdown-footer .button.view-cart,
.ts-tiny-cart-wrapper .dropdown-footer .button.checkout-button {
  color: #fff !important;
  border: none !important;
}

.ts-tiny-cart-wrapper .dropdown-footer .button.checkout-button {
  background-color: #d1c6c4 !important;
  color: rgba(255, 255, 255, 1);
  border-color: #d1c6c4 !important;
}
.ts-tiny-cart-wrapper .dropdown-footer .button.checkout-button:hover {
  background-color: #fff !important;
  border-color: #d1c6c4 !important;
  color: #d1c6c4 !important;
}
.ts-tiny-cart-wrapper .total > span.amount {
  color: #000 !important;
}

button:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover {
  background-color: #575757 !important;
}
.ts-tiny-cart-wrapper .dropdown-footer .button.view-cart:hover {
  background-color: transparent !important;
  color: #000 !important;
  border-color: rgba(34, 34, 34, 1) !important;
}

.cart_list li .cart-item-wrapper a.remove:hover,
.ts-sidebar-content .close:hover,
.ts-group-meta-icon-toggle .icon:hover {
  color: #ccc !important;
}

.woocommerce div.product p.availability.stock {
  display: none;
}

.ts-portfolio-wrapper .filter-bar li.current {
  background-color: #d1c6c4 !important;
  color: rgba(255, 255, 255, 1) !important;
}

a.button {
  background-color: rgba(34, 34, 34, 1) !important;
  color: rgba(255, 255, 255, 1) !important;
}

.ts-portfolio-wrapper .filter-bar li:hover {
  background-color: #d1c6c4 !important;
  color: rgba(255, 255, 255, 1) !important;
}

.ts-sidebar-content .logo-wrapper {
  background-color: rgba(255,255,255,1) !important;
}

.top-filter-widget-area-button a {
  background-color: #575757 !important;
  opacity: 0.5;
  color: #fff !important;
  transition: opacity 0.3s ease;
}

footer#colophon .end-footer a {
  color: #ccc !important;
}

.meta-wrapper {
  display: flex;
  flex-direction: column;
}
.meta-wrapper .heading-title product-name {
  display: flex;
  order: 1;
}

.meta-wrapper .short-description grid {
  display: flex !important;
  order: 2 !important;
}

.meta-wrapper .price {
  display: flex;
  order: 3;
  font-size: 14px;
}

.meta-wrapper .color-swatch {
  display: flex;
  order: 4;
  align-items: center;
}
.meta-wrapper .product-group-button-meta {
  display: flex;
  order: 5;
}

.single-product .tab-nova {
  display: none;
}

.products .product h3,
.woocommerce .products .product h3 {
  margin-bottom: 0px !important;
  color: #575756 !important;
}

.woocommerce .products .product .short-description {
  margin-top: 3px !important;
  color: #575756 !important;
}

.woocommerce .products .product .price {
  font-size: 16px;
  color: #575756 !important;
}

.woocommerce div.product.vertical-thumbnail div.summary {
  display: flex;
  flex-direction: column;
}

.woocommerce div.product .entry-title {
  display: flex;
  order: 1;
  font-size: 30px;
}

.woocommerce-product-details__short-description {
  display: flex;
  order: 2;
  margin-top: 20px;
}
.woocommerce div.product.product-type-variable .summary > p.price {
  display: flex;
  order: 3;
  flex-wrap: wrap;
  margin: 0;
  transition: opacity 0.3s ease;
}

.woocommerce div.product.product-type-variable .summary > p.price.price-faded {
  opacity: 0.3;
}
.woocommerce div.product .summary > .price {
  display: flex;
  order: 3;
}
.woocommerce div.product .summary > .price small {
  flex-basis: 100%;
  padding: 0 0 20px 0;
}

.woocommerce-price-suffix {
  font-size: 10px;
}
.woocommerce div.product form.cart,
.woocommerce div.product .cart {
  display: inline-block;
  flex-direction: column;
  order: 4;
}

div.product.accordion-tab .summary .meta-content {
  display: flex;
  order: 5 !important;
}
.woocommerce div.product .summary .accordion-tabs {
  display: flex;
  order: 6;
}

.woocommerce div.product.single-no-wishlist .summary a.compare {
  margin: -70px 0 20px 357px;
  display: none;
}

.woocommerce-tabs .vc_tta-container {
  margin-bottom: 0;
  width: 100%;
}

.woocommerce div.product.vertical-thumbnail div.summary .product_title entry-title {
  display: flex;
  order: 1;
}

.projects-gallery {
  text-align: center;
}

.projects-gallery h3 {
  margin-bottom: 45px;
}

.mais-cores-text {
  display: none;
  pointer-events: none;
  box-shadow: none !important;
}

.mais-cores-text:after,
.mais-cores-text:before {
  content: none !important;
}

.color-swatch .color:nth-child(1n + 4) {
  display: none;
}

.contact-form input[type^="submit"]:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

.contact-form input[type^="submit"] {
  border: 1px solid #575757;
  background-color: #575757;
}

.vc_btn3.vc_btn3-color-grey:hover {
  color: #fff !important;
  background-color: #dcdcdc;
}

.catalogo-padding {
  padding-top: 180px !important;
  padding-right: 0px !important;
  padding-bottom: 50px !important;
  padding-left: 0px !important;
}

.ul-style.icon-primary > li:before {
  color: rgba(229, 229, 229, 1) !important;
}

.font_24 {
  font-size: 24px !important;
}

.gridlist-toggle a.active {
  background-color: #575757 !important;
}

.ts-shop-load-more .button:hover {
  background-color: #ccc !important;
}

.archive .ts-col-24 #primary > .vc_row {
  background-color: #f1f1f1 !important;
}

.widget-title-wrapper a.block-control {
  border-color: #d1d1d1 !important;
}

.woocommerce .products .product .price .amount {
  color: #575757 !important;
  font-size: 14px !important;
}

body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a,
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a {
  border-color: #d1d1d1 !important;
}

.woocommerce table.shop_attributes td {
  color: #575757 !important;
}

.woocommerce .up-sells.products h2 {
  color: #000 !important;
}

.thumbnail-wrapper:hover .product-group-button {
  display: none;
}

.widget-container ul.product-categories li .cat-item .cat-item-15 {
  display: none;
}

.ts-tiny-cart-wrapper .price .amount {
  color: #575757 !important;
  font-size: 14px !important;
}

table.shop_table.cart .product-subtotal .amount,
table.shop_table.cart:not(.wishlist_table) .amount {
  color: #575757 !important;
  font-size: 16px !important;
}
.woocommerce table.shop_table td.product-name {
  font-size: 14px !important;
}

html input[type="text"] {
  border-color: #d1d1d1 !important;
}

.woocommerce .checkout #order_review,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  border-color: #f1f1f1 !important;
  background-color: #f1f1f1 !important;
}
.woocommerce .checkout #order_review tbody tr:last-child .product-name,
.woocommerce .checkout #order_review tbody tr:last-child .product-total,
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  color: #575757 !important;
}

#order_review h3 {
  color: #575757 !important;
  font-size: 18px;
}

.text-icons {
  color: #575757 !important;
  font-size: 12px !important;
  text-align: center !important;
  border-right: 1px solid #ccc;
  min-height: 220px;
}

.text-icons:last-child {
  border-right: 0px !important;
}

.texto-sobrenos {
  font-size: 13px;
  line-height: 20px;
}

.widget-container ul.product-categories > li:last-child,
.widget-container.widget_categories > ul > li:last-child {
  display: none;
}

.vc_btn3.vc_btn3-color-grey,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
  color: #fff !important;
  background-color: #575757 !important;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: bold;
}

grey.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-grey:hover {
  background-color: #000 !important;
}

.woocommerce .cart-collaterals .cart_totals {
  background-color: #f1f1f1 !important;
}

.cart_totals .wc-proceed-to-checkout a.button.checkout-button,
.cart_totals .wc-proceed-to-checkout a.continue-shopping.button,
.woocommerce button.button {
  background-color: #575757 !important;
  color: #fff !important;
}

.cart_totals .wc-proceed-to-checkout a.button.checkout-button:hover,
.cart_totals .wc-proceed-to-checkout a.button.continue-shopping:hover,
.woocommerce button.button.alt:hover {
  background-color: #000 !important;
}

.shop_table .amount,
.woocommerce-cart .cart-collaterals .cart_totals table th {
  color: #575757 !important;
  font-size: 16px !important;
}

.ts-product-attribute > div:not(.color):hover a {
  background-color: rgba(34, 34, 34, 1);
  color: rgba(255, 255, 255, 1);
  border-color: rgba(34, 34, 34, 1);
  color: #fff !important;
}

div.product .single-navigation > div > a:hover,
body .owl-nav > div:hover,
.gridlist-toggle a:hover {
  background-color: #575757 !important;
  color: #fff !important;
  opacity: 1;
}

.owl-nav > div,
.gridlist-toggle a {
  background-color: #575757 !important;
  color: #fff !important;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.single-product .header-middle > .container {
  position: relative;
  display: table;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100% !important;
}

.woocommerce div.product p.price > .amount {
  font-size: 18px !important;
}

body.wpb-js-composer .vc_tta.vc_general {
  font-size: 14px !important;
  line-height: 20px !important;
}

.woocommerce .related > h2 {
  font-size: 20px !important;
  line-height: 26px;
}

.vc_toggle_content p {
  font-size: 13px;
  line-height: 20px;
}

body .wpb_wrapper .vc_toggle {
  margin-bottom: 0;
}

.ts-product-attribute > div:not(.color) a,
.ts-tiny-cart-wrapper .dropdown-footer .button.view-cart,
.ts-tiny-cart-wrapper .dropdown-footer .button.checkout-button,
.ts-shop-load-more .button {
  background-color: #575757 !important;
  color: #fff !important;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.ts-product-attribute > div:not(.color) a:hover,
.ts-tiny-cart-wrapper .dropdown-footer .button.view-cart:hover,
.ts-tiny-cart-wrapper .dropdown-footer .button.checkout-button:hover,
.ts-shop-load-more .button:hover,
.variations .attribute:nth-child(2) .ts-product-attribute > div.selected a,
.ts-product-attribute > div:not(.color).selected a {
  background-color: #333333 !important;
  color: #fff !important;
  border-color: #333333 !important;
  opacity: 1 !important;
}

div.product .woocommerce-variation-price .amount,
.woocommerce div.product form.cart .reset_variations,
.woocommerce div.product .woocommerce-variation-price .amount,
.woocommerce .products .product .price.variation-price .amount,
.ts-tiny-cart-wrapper .total > span.amount,
.widget_shopping_cart .total .amount {
  color: rgb(87 87 87) !important;
}
/* #main > .page-container {
    padding-top: 0 !important;
} */

.single #main > .page-container {
  padding-top: 70px !important;
}

.no_page_padding #main > .page-container {
  padding-top: 0 !important;
}

.error404 #main,
.privacy-policy #main {
  height: 100vh;
}

@media only screen and (min-width: 1920px) {
  .project-block,
  .about-block {
    min-height: 100vh;
  }
}

.woocommerce-order-received #main {
  min-height: 100vh;
}

@media only screen and (min-width: 1700px) {
  .single-product .header-middle > .container {
    padding-left: 95px;
    padding-right: 95px;
  }
}

@media only screen and (max-width: 1279px) {
  .woocommerce .product .meta-wrapper .loop-add-to-cart a.button:before {
    font-family: Linearicons-Free;
    font-weight: normal;
    letter-spacing: 0;
    content: "\e871";
    font-size: 16px;
    line-height: 30px !important;
    top: 0 !important;
    text-indent: 0;
    color: inherit !important;
    color: #000 !important;
  }
}

@media (max-width: 1200px) {
  .sobrenos-col {
    padding-right: 5% !important;
    padding-left: 30px !important;
  }
}

@media only screen and (max-width: 990px) {
  .catalogo-padding {
    padding-top: 60px !important;
    padding-right: 0px !important;
    padding-bottom: 50px !important;
    padding-left: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  #group-icon-header .close {
    color: #000 !important;
  }

  .text-icons {
    border-right: none !important;
  }
}

@media only screen and (max-width: 350px) {
  .woocommerce div.product form.cart div.quantity {
    margin: 0 23px 15px 0px !important;
  }
  .woocommerce div.product.product-type-variable .summary .woocommerce-product-details__short-description {
    font-size: 17px !important;
  }
  body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a span {
    font-size: 14px !important;
  }
}

@media only screen and (min-width: 768px) {
  .ts-group-meta-icon-toggle {
    display: none;
  }
}

/************** CHECKOUT RADIO BUTTONS (Delivery Service) ****************/
.optical-radio-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}

.optical-radio-item {
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}

.optical-radio-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

label.optical-radio-option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}

label.optical-radio-option input[type="radio"] {
  margin: 0;
  flex-shrink: 0;
}

p.optical-radio-desc {
  margin: 0px 0 0 15px;
  font-size: 13px;
  line-height: 1.5;
  color: #888;
}

.optical-radio-separator {
  text-align: left;
  font-family: "Sora", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 0.5px;
}

/************** CART AUTO-UPDATE ****************/
.woocommerce-cart-form button[name="update_cart"] {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  body .banner_m_height {
    min-height: 300px !important;
    padding: 0 !important;
  }

  .product-group-button-meta {
    display: none !important;
  }

  .m-spacer {
    display: block;
  }
}

@media only screen and (max-width: 320px) {
  .woocommerce.columns-4 .products .product {
    width: 50% !important;
    float: left !important;
  }
}

/************** FOOTER END BAR ****************/
@media only screen and (max-width: 1500px) {
  .end-footer .wpb_wrapper p {
    text-align: start !important;
  }
}

/************** PROJETOS INTERIORES HOME - MOBILE ORDER ****************/
@media only screen and (max-width: 991px) {
  .or-projetos-row {
    flex-direction: column;
  }
  .or-projetos-row > .vc_column_container:first-child {
    order: 2;
  }
  .or-projetos-row > .vc_column_container:last-child {
    order: 1;
  }
}

/************** SHOWROOM ROWS - MOBILE ORDER ****************/
@media only screen and (max-width: 991px) {
  .or-showroom-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .or-showroom-row > .vc_column_container:first-child {
    order: 2;
  }
  .or-showroom-row > .vc_column_container:last-child {
    order: 1;
  }
}
