/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.aw_ctq__modal-request-quote .admin__fieldset-wrapper-content._hide fieldset {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
.aw_ctq__modal-request-quote .admin__fieldset-wrapper-content._hide fieldset > * {
  width: 100%;
}
.aw_ctq__modal-request-quote .field.aw-ctq-modal-note {
  text-align: center;
}
.aw_ctq__modal-request-quote button.action.primary.action-basic {
  float: none;
}
.product-add-form .actions .toquotelist {
  margin-bottom: 15px;
  width: 49%;
  margin-right: 1%;
  line-height: 2.2rem !important;
  padding: 14px 17px !important;
  font-size: 1.8rem !important;
}
.wishlist.split.button {
  margin-right: 0 !important;
}
.block .product-item-actions .toquotelist {
  margin-left: 0 !important;
}
.product-item-actions .actions-primary {
  vertical-align: middle;
}
.product-item-actions .aw-ctq-button-container {
  display: inline-block;
  vertical-align: middle;
}
.product-item-actions .aw-ctq-button-container .toquotelist {
  margin-left: 8px;
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding: 10px;
  white-space: nowrap;
}
.aw-ctq.mini-quote-list .action.showlist i {
  font-style: normal !important;
}
.aw-ctq.mini-quote-list .action .counter.qty {
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  padding: 0 3px;
  text-align: center;
  margin: 3px 0 0;
  background: #e41f13;
  color: #ffffff;
  height: 24px;
  min-width: 18px;
  overflow: hidden;
  white-space: normal;
}
.aw-ctq.mini-quote-list .action .counter.qty.empty {
  display: none;
}
.aw-ctq.mini-quote-list .action .viewquotelist {
  cursor: pointer;
}
.account table .col {
  min-width: unset !important;
  text-align: left;
  width: auto;
}
td.col.action a {
  min-width: unset;
}
.col.quote-id {
  width: 20px;
}
@media (max-width: 640px) {
  .account table .col {
    text-align: right;
  }
}
.aw-ctq-button-container {
  width: 100%;
}
.aw-ctq-button-container button#addtoquotelist_button {
  width: 100%;
  margin: 0;
  border: 0;
  background: transparent;
  text-decoration: underline;
  font-size: 14px;
  opacity: .5;
  text-align: right;
}
.products-grid .aw-ctq-button-container {
  position: absolute;
  bottom: 5px;
  opacity: 0;
  transform: translateY(10px);
  transition: all .25s ease;
  transition-delay: 0s;
}
.products-grid .product-item-actions > .actions-primary {
  bottom: 40px !important;
}
.products-grid .product-item .product-item-info {
  padding-bottom: 65px !important;
}
.products-grid li.item.product.product-item:hover .aw-ctq-button-container {
  transform: translateY(0);
  opacity: 1;
  transition-delay: .25s;
}
@media (max-width: 640px) {
  header .menu-header-icon .aw-ctq.mini-quote-list.minicart-wrapper {
    margin-top: 10px !important;
  }
  header .menu-header-icon .aw-ctq.mini-quote-list.minicart-wrapper a i {
    font-size: 25px !important;
  }
}
header .menu-header-icon .aw-ctq.mini-quote-list.minicart-wrapper a {
  display: flex;
  align-items: center;
  position: relative;
}
header .menu-header-icon .aw-ctq.mini-quote-list.minicart-wrapper a .quote-ico-container {
  height: 30px;
}
header .menu-header-icon .aw-ctq.mini-quote-list.minicart-wrapper a .quote-ico-container i {
  font-size: 27px;
}
header .menu-header-icon .aw-ctq.mini-quote-list.minicart-wrapper a span.counter.qty {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 20px;
  position: absolute;
  top: -12px !important;
  left: 15px;
  font-size: 11px;
}
header .menu-header-icon .aw-ctq.mini-quote-list.minicart-wrapper a .quote-label {
  color: black;
  transform: none;
  margin: 0;
  font-size: 13px;
  margin-left: 6px;
}
header .menu-header-icon .minicart-wrapper a span.counter.qty {
  height: 20px !important;
  width: 20px !important;
  top: -9px !important;
}
header .menu-header-icon .subtotal .label {
  text-align: left;
}
header .menu-header-icon .subtotal span.price-wrapper {
  font-weight: bold !important;
}
header .quote-list-block .actions.main-action {
  display: flex;
  align-items: center;
  justify-content: center !important;
}
header .quote-list-block .actions.main-action .secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E41F13;
  padding: 10px;
  color: white !important;
  transition: .3s ease all;
}
header .quote-list-block .actions.main-action .secondary:hover {
  transform: translateY(-10px);
}
header .quote-list-block .actions.main-action .secondary a {
  color: white;
}
header .quote-list-block .actions.main-action .secondary a:hover {
  color: white !important;
}
.aw-ctq__quote-header .actions-toolbar {
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 0;
}
.aw-ctq__quote-header .actions-toolbar .action {
  margin-right: 15px !important;
  margin-left: 0;
  min-width: unset;
  min-height: 40px;
}
@media (max-width: 1000px) {
  .aw-ctq__quote-header .actions-toolbar .action {
    margin-top: 10px;
  }
}
.aw_ctq-quote-edit .page-title-wrapper,
.aw_ctq-quote-comment .page-title-wrapper,
.aw_ctq-quote-history .page-title-wrapper {
  display: none;
}
.aw_ctq-quote-edit .column.main,
.aw_ctq-quote-comment .column.main,
.aw_ctq-quote-history .column.main {
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .aw_ctq-quote-edit .columns,
  .aw_ctq-quote-comment .columns,
  .aw_ctq-quote-history .columns {
    display: flex;
    flex-direction: column-reverse;
  }
  .aw_ctq-quote-edit .columns > *,
  .aw_ctq-quote-comment .columns > *,
  .aw_ctq-quote-history .columns > * {
    width: 100% !important;
  }
}
.quote-status-container {
  display: flex;
  align-items: center;
}
.quote-status-container > * {
  margin-right: 15px;
}
ul.items.order-links.aw_ctq__quote-links {
  border: none;
  margin: 0;
}
ul.items.order-links.aw_ctq__quote-links > li {
  padding: 10px 20px;
  margin: 0;
  margin-bottom: -2px;
}
@media (max-width: 390px) {
  ul.items.order-links.aw_ctq__quote-links > li {
    padding: 10px 8px;
  }
}
ul.items.order-links.aw_ctq__quote-links .item.current {
  border: 1px solid #d1d1d1;
  border-bottom: none;
  background: white;
  color: #333;
}
.order-details-items {
  border: 1px solid #d1d1d1;
}
@media (max-width: 640px) {
  .order-details-items {
    padding: 20px;
  }
}
.order-details-items.aw-ctq__comment-block,
.order-details-items.aw-ctq__history-block {
  padding: 20px;
}
.order-details-items.aw-ctq__products-tab table tr th {
  text-transform: none;
  text-align: left;
}
.order-details-items.aw-ctq__products-tab table td.col.price *,
.order-details-items.aw-ctq__products-tab table td.col.subtotal * {
  font-size: 14px;
}
@media (max-width: 640px) {
  .order-details-items.aw-ctq__products-tab table td.col.draggable {
    text-align: center;
    color: #333;
  }
  .order-details-items.aw-ctq__products-tab table td.col.draggable:before {
    display: none;
  }
  .order-details-items.aw-ctq__products-tab table td.col.draggable .draggable-handle {
    font-size: 20px;
  }
  .order-details-items.aw-ctq__products-tab table td.col.draggable .draggable-handle:before {
    content: "\f047";
    font-family: "Font Awesome 5 Pro" !important;
    width: unset;
    height: unset;
    line-height: 1;
    padding: unset;
    cursor: move;
    margin-top: 0;
    font-size: unset;
    font-family: unset;
    letter-spacing: unset;
    vertical-align: unset;
    display: inline-block;
    font-weight: 900;
    overflow: unset;
    speak: none;
    text-align: center;
    -webkit-font-smoothing: antialiased;
  }
  .order-details-items.aw-ctq__products-tab table table.data.totals th,
  .order-details-items.aw-ctq__products-tab table table.data.totals td {
    padding: 0;
  }
}
.products.wrapper.mgs-products.excel.products-excel .actions-container .actions-primary {
  display: flex;
}
.products.wrapper.mgs-products.excel.products-excel .actions-container .actions-primary > *:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 480px) {
  .products.wrapper.mgs-products.excel.products-excel .actions-container .actions-primary {
    flex-direction: column;
  }
  .products.wrapper.mgs-products.excel.products-excel .actions-container .actions-primary > *:not(:last-child) {
    margin: 0;
    margin-bottom: 10px;
  }
}
.products.wrapper.mgs-products.excel.products-excel .actions-container .actions-primary .aw-ctq-button-container i {
  color: white;
}
/*
 * Aventi Solutions
 * Julian D Amaya <jamaya@aventi.co>
 * 2022
 *
 */
.product-info-main .flex {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  background: #ffffff;
  overflow: hidden;
  margin-top: 2em;
  margin-bottom: 2em;
  border: solid 1px #1979c3;
  padding-top: 0;
}
.product-info-main .flex .item {
  flex: 1 1 auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1979c3;
  flex-direction: column;
  max-width: 50%;
}
.product-info-main .flex .item .login {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 120px;
  max-width: 200px;
  background: #1979c3;
  padding: 11px 25px;
  color: #ffffff;
  border: none;
  cursor: pointer;
  -moz-border-radius: 2.5em;
  -webkit-border-radius: 2.5em;
  border-radius: 2.5em;
}
.admin__action-dropdown-wrap {
  display: inline-block;
  position: relative;
}
.admin__action-dropdown-wrap .admin__action-dropdown-text:after {
  left: -6px;
  right: 0;
}
.admin__action-dropdown-wrap .admin__action-dropdown-menu {
  left: auto;
  right: 0;
}
.admin__action-dropdown-wrap.active .admin__action-dropdown,
.admin__action-dropdown-wrap._active .admin__action-dropdown {
  border-color: #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.admin__action-dropdown-wrap.active .admin__action-dropdown-text:after,
.admin__action-dropdown-wrap._active .admin__action-dropdown-text:after {
  background-color: #ffffff;
  content: '';
  height: 6px;
  position: absolute;
  top: 100%;
}
.admin__action-dropdown-wrap.active .admin__action-dropdown-menu,
.admin__action-dropdown-wrap._active .admin__action-dropdown-menu {
  display: block;
}
.admin__action-dropdown-wrap._disabled .admin__action-dropdown {
  cursor: default;
}
.admin__action-dropdown-wrap._disabled:hover .admin__action-dropdown {
  color: #333333;
}
.admin__action-dropdown {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-bottom: none;
  border-radius: 0;
  box-shadow: none;
  color: #41362f;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -.025em;
  padding: 0.7rem 3.3rem 0.8rem 1.5rem;
  position: relative;
  vertical-align: baseline;
  z-index: 2;
}
.admin__action-dropdown:hover,
.admin__action-dropdown:focus {
  background-color: #ffffff;
  color: #060504;
  text-decoration: none;
}
.admin__action-dropdown:after {
  right: 1.5rem;
}
.admin__action-dropdown:before {
  margin-right: 1rem;
}
.admin__action-dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  display: none;
  line-height: 1.36;
  margin-top: -1px;
  min-width: 120%;
  padding: 0.5rem 1rem;
  position: absolute;
  top: 100%;
  transition: all 0.15s ease;
  z-index: 1;
}
.admin__action-dropdown-menu > li {
  display: block;
}
.admin__action-dropdown-menu > li > a {
  color: #333333;
  display: block;
  text-decoration: none;
  padding: 0.6rem 0.5rem;
}
.selectmenu {
  display: inline-block;
  position: relative;
  text-align: left;
  width: auto;
  border: 1px solid #adadad;
  z-index: 1;
  -webkit-appearance: none;
  background-color: #ffffff;
  border-radius: 1px;
  box-shadow: none;
  color: #303030;
  font-size: 1.4rem;
  font-weight: 400;
  height: auto;
  line-height: 1.36;
  transition: border-color 0.1s linear;
  vertical-align: baseline;
}
.selectmenu:hover {
  border-color: #878787;
}
.selectmenu:hover .selectmenu-toggle:before {
  border-color: #878787;
}
.selectmenu._active {
  border-color: #007bdb;
  z-index: 500;
}
.selectmenu._active .selectmenu-toggle:after {
  transform: rotate(180deg);
}
.selectmenu .action-save,
.selectmenu .action-edit,
.selectmenu .action-delete {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding: 0 1rem 0 1rem;
}
.selectmenu .action-save:hover,
.selectmenu .action-edit:hover,
.selectmenu .action-delete:hover {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.selectmenu .action-save:before,
.selectmenu .action-edit:before,
.selectmenu .action-delete:before {
  content: '\e604';
  font-family: 'luma-icons';
}
.selectmenu .action-edit,
.selectmenu .action-delete {
  border: 0 solid #ffffff;
  border-left-width: 1px;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.selectmenu .action-edit:hover,
.selectmenu .action-delete:hover {
  border: 0 solid #ffffff;
  border-left-width: 1px;
}
.selectmenu .action-save:before {
  content: '\e619';
  font-family: 'luma-icons';
}
.selectmenu .action-edit:before {
  content: '\e601';
  font-family: 'luma-icons';
}
.selectmenu button:not(.primary) {
  box-shadow: none;
}
.selectmenu-value {
  display: inline-block;
}
.selectmenu-value input[type='text'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  display: inline;
  margin: 0;
  width: 8rem;
}
body._keyfocus .selectmenu-value input[type='text']:focus {
  box-shadow: none;
}
.selectmenu-toggle {
  padding-right: 1.8rem;
  background: transparent;
  border: none !important;
  bottom: 0;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}
.selectmenu-toggle:focus,
.selectmenu-toggle:active,
.selectmenu-toggle:hover {
  background: transparent;
}
.selectmenu._active .selectmenu-toggle:before {
  border-color: #007bdb;
}
body._keyfocus .selectmenu-toggle:focus {
  box-shadow: none;
}
.selectmenu-toggle:before {
  background: #e3e3e3;
  border-left: 1px solid #adadad;
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.selectmenu-toggle:after {
  border-color: #000000 transparent transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  content: '';
  height: 0;
  margin-top: -0.2rem;
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.selectmenu-items {
  background: #ffffff;
  border: 1px solid #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  display: none;
  float: left;
  left: -1px;
  margin-top: 3px;
  max-width: 20rem;
  min-width: calc(100% + 2px);
  position: absolute;
  top: 100%;
}
.selectmenu-items._active {
  display: block;
}
.selectmenu-items ul {
  float: left;
  list-style-type: none;
  margin: 0;
  min-width: 100%;
  padding: 0;
}
.selectmenu-items li {
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  display: flex;
  flex-direction: row;
  transition: background .2s linear;
  margin-bottom: 0;
}
.selectmenu-items li:hover {
  background: #e3e3e3;
}
.selectmenu-items li:last-child .selectmenu-item-action {
  color: #007bdb;
  text-decoration: none;
}
.selectmenu-item {
  position: relative;
  width: 100%;
  z-index: 1;
}
li._edit > .selectmenu-item {
  display: none;
}
.selectmenu-item-edit {
  display: none;
  padding: .3rem 4rem .3rem .4rem;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
li:last-child .selectmenu-item-edit {
  padding-right: .4rem;
}
.selectmenu-item-edit .admin__control-text {
  margin: 0;
  width: 5.4rem;
}
li._edit .selectmenu-item-edit {
  display: block;
}
.selectmenu-item-action {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  color: #333333;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  min-width: 100%;
  padding: 1rem 6rem 1rem 1.5rem;
  text-align: left;
  transition: background .2s linear;
  width: 5rem;
  border: none !important;
  border-radius: 0;
}
.selectmenu-item-action:hover,
.selectmenu-item-action:focus {
  background: #e3e3e3;
}
.admin__data-grid-pager-wrap {
  float: right;
  text-align: right;
}
.admin__data-grid-pager {
  display: inline-block;
  margin-left: 3rem;
  margin-top: 5px;
}
.admin__data-grid-pager .admin__control-text::-webkit-outer-spin-button,
.admin__data-grid-pager .admin__control-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.admin__data-grid-pager .admin__control-text {
  -moz-appearance: textfield;
  text-align: center;
  width: 4.4rem;
}
.action-previous,
.action-next {
  width: 4.4rem;
}
.action-previous:before,
.action-next:before {
  font-weight: 700;
}
.action-previous > span,
.action-next > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  display: none;
  visibility: hidden;
}
.action-previous {
  margin-right: 2.5rem;
  text-indent: -.25em;
}
.action-previous:before {
  content: '\e617';
  font-family: 'luma-icons';
}
.action-next {
  margin-left: 1.5rem;
  text-indent: .1em;
}
.action-next:before {
  content: '\e608';
  font-family: 'luma-icons';
}
.admin__data-grid-outer-wrap {
  position: relative;
}
.admin__data-grid-outer-wrap .aventi_cl__price-green {
  color: #329c6e;
}
.admin__data-grid-outer-wrap .aventi_cl__price-red {
  color: #d13441;
}
.admin__data-grid-outer-wrap .col-xs-3 {
  width: 25%;
  float: left;
}
.admin__data-grid-outer-wrap .col-xs-9 {
  width: 75%;
  float: right;
}
.admin__data-grid-outer-wrap .admin__control-support-text {
  border: 1px solid transparent;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.36;
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
}
.admin__data-grid-outer-wrap .data-grid td,
.admin__data-grid-outer-wrap .data-grid th {
  padding: 11px 15px;
}
.admin__data-grid-outer-wrap .data-grid tbody tr td {
  border-top: 1px solid #cccccc;
}
.admin__data-grid-outer-wrap .data-grid .data-grid-th._sortable {
  position: relative;
  cursor: pointer;
}
.admin__data-grid-outer-wrap .data-grid .data-grid-th._sortable._descend::before,
.admin__data-grid-outer-wrap .data-grid .data-grid-th._sortable._ascend::before {
  position: absolute;
  right: 4px;
  font-size: 18px;
  bottom: 10px;
}
.admin__data-grid-outer-wrap .data-grid .data-grid-th._sortable._descend::before {
  content: '\2191';
}
.admin__data-grid-outer-wrap .data-grid .data-grid-th._sortable._ascend::before {
  content: '\2193';
}
.admin__data-grid-outer-wrap .admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 399;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner {
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  margin-left: -2rem;
  margin-top: -2rem;
  left: 50%;
  top: 50%;
  position: absolute;
  width: 1em;
  background: none;
}
.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner > span:nth-child(1) {
  -webkit-animation-delay: 0.27s;
  -moz-animation-delay: 0.27s;
  -ms-animation-delay: 0.27s;
  animation-delay: 0.27s;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner > span:nth-child(2) {
  -webkit-animation-delay: 0.36s;
  -moz-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  animation-delay: 0.36s;
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner > span:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner > span:nth-child(4) {
  -webkit-animation-delay: 0.54s;
  -moz-animation-delay: 0.54s;
  -ms-animation-delay: 0.54s;
  animation-delay: 0.54s;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner > span:nth-child(5) {
  -webkit-animation-delay: 0.63s;
  -moz-animation-delay: 0.63s;
  -ms-animation-delay: 0.63s;
  animation-delay: 0.63s;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner > span:nth-child(6) {
  -webkit-animation-delay: 0.72s;
  -moz-animation-delay: 0.72s;
  -ms-animation-delay: 0.72s;
  animation-delay: 0.72s;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner > span:nth-child(7) {
  -webkit-animation-delay: 0.8100000000000001s;
  -moz-animation-delay: 0.8100000000000001s;
  -ms-animation-delay: 0.8100000000000001s;
  animation-delay: 0.8100000000000001s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner > span:nth-child(8) {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@-moz-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner > span {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -ms-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 0.72s;
  -moz-animation-duration: 0.72s;
  -ms-animation-duration: 0.72s;
  animation-duration: 0.72s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -moz-animation-direction: linear;
  -ms-animation-direction: linear;
  animation-direction: linear;
  background-color: #fff;
  border-radius: 6px;
  clip: rect(0 0.28571429em 0.1em 0);
  height: .1em;
  margin-top: 0.5em;
  position: absolute;
  width: 1em;
}
.aventi-cl__top-totals-list-wrap {
  width: 100%;
  display: inline-table;
  list-style: none none;
  text-align: center;
  margin-bottom: 1rem;
  padding: 0 0 4rem;
}
.aventi-cl__top-totals-list-wrap .summary-title {
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 600;
  font-size: 2.5rem;
}
.aventi-cl__top-totals-list-wrap .total-item {
  display: inline-block;
  font-weight: normal;
  margin: 0.5rem 3.5rem;
  text-align: center;
  vertical-align: top;
}
.aventi-cl__top-totals-list-wrap .total-item .title {
  font-size: 1.6rem;
  color: #41362f;
  font-weight: 600;
  margin-bottom: 5px;
}
.aventi-cl__top-totals-list-wrap .total-item .total {
  font-size: 1.8rem;
  font-weight: 800;
  margin-right: 5px;
}
.payment-method.aventi-credit-limit #po_number {
  margin-bottom: 0;
}
.payment-method.aventi-credit-limit .aventi-credit-limit-info-block span {
  display: block;
}
.payment-method.aventi-credit-limit .aventi-credit-limit-info-block .not-enough-balance {
  padding-left: 10px;
}
.catalog-product-view .mageprince-buynow {
  display: inline;
}
.catalog-product-view .mageprince-buynow .mageprince-buy-now-btn {
  padding: 14px 17px;
  font-size: 13px;
  width: auto;
  padding: 0 34px;
  border: none;
  border-radius: 40px;
  line-height: 40px;
  height: 40px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 901px) {
  .catalog-product-view .box-tocart .actions + .mageprince-buynow {
    margin-left: 10px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .box-tocart .actions + .mageprince-buynow {
    margin-right: 10px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .mageprince-buynow .mageprince-buy-now-btn {
    width: 100%;
  }
}
.checkout-agreement.field.choice.required {
  margin-top: 20px !important;
}
button.action.action-show {
  border: none !important;
  background: none !important;
  color: #1979c3 !important;
}
#opc-new-shipping-address {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media (max-width: 1199px) {
  .modal-popup._inner-scroll.quickViewDetails {
    inset: 15px !important;
  }
  .modal-popup._inner-scroll.quickViewDetails .modal-inner-wrap .modal-header {
    z-index: 9;
  }
  .modal-popup._inner-scroll.quickViewDetails .modal-inner-wrap .modal-header .action-close {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.38);
  }
  .modal-popup._inner-scroll.quickViewDetails .modal-inner-wrap .modal-header .action-close:before {
    font-size: 30px;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .modal-popup._inner-scroll.quickViewDetails .modal-inner-wrap {
    min-height: auto !important;
    height: auto !important;
    position: relative !important;
    top: 50% !important;
    background-color: #fff !important;
  }
  .modal-popup._inner-scroll.quickViewDetails .product_quickview_content {
    overflow: hidden;
  }
  .modal-popup._inner-scroll.quickViewDetails .column.main.product-info-clearfix {
    flex-direction: column;
  }
  .modal-popup._inner-scroll.quickViewDetails .product-info-main-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .modal-popup._inner-scroll.quickViewDetails .product-info-media-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.post-item-info .post-image + h1.post-title {
  margin-top: 15px;
}
.post-item-info h1.post-title {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.post-item-info h1.post-title a {
  color: var(--thim-mgs-color-01);
}
.modal-popup.modal-mgs-gdpr .modal-content {
  max-width: calc(100% - 30px);
  margin: 0 auto;
}
.modal-popup.modal-mgs-gdpr .mgs-gdpr-popup {
  padding: 20px;
}
.modal-popup.modal-mgs-gdpr .mgs-gdpr-popup .message {
  position: relative;
  top: 0;
  margin-bottom: 20px;
}
.header-area.header8 .top-header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  clear: both;
  background-color: #f6f6f8;
}
.header-area.header8 .vertical-menu-widget > ul {
  display: none;
}
.header-area.header8 .middle-header-content .logo-header .logo {
  text-align: left;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  justify-content: flex-start;
}
.header-area.header8 .search-form .form-search .form.minisearch {
  border: 1px solid #f6f6f8;
}
.header-area.header8 .vertical-menu-widget {
  position: relative;
}
body.dark .header-area.header8 .vertical-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  background-color: var(--thim-mgs-color-15) !important;
  height: 48px;
  line-height: 48px;
  padding: 0 28px;
  cursor: pointer;
}
.header-area.header8 .vertical-title {
  font-size: 16px;
  background: #f6ab4a;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  height: 48px;
  padding: 0 28px;
  cursor: pointer;
}
.header-area.header8 .vertical-title .fa {
  margin-right: 15px;
}
.header-area.header8 .bottom-header-content .parent__megameu .nav-toggle {
  height: 48px;
  width: 48px;
  text-align: center;
  background-color: #222;
  margin: 0;
}
.header8 .vertical-menu-widget {
  position: relative;
}
.header8 .vertical-menu-widget .vertical-menu {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #fff;
  left: 0;
  right: 0;
  z-index: 10;
}
.header8 .top-header-content .col-4 {
  text-align: right;
}
.header-area.header8 .bottom-header-content .parent__megameu .nav-toggle {
  background: transparent;
}
.header-area.header8 .bottom-header-content .parent__megameu .nav-toggle img {
  filter: unset;
}
.header-area.header8 #search {
  border: 1px solid #ccc !important;
}
.header-area.header8 #search::placeholder {
  color: var(--thim-mgs-color-body, #696969);
}
.header-area.header8 #search:focus {
  border-color: #222 !important;
}
#placeholder-header {
  height: auto !important;
}
@media (min-width: 1800px) {
  .header.header8 .vertical-menu-widget {
    max-width: 270px;
  }
}
@media (min-width: 1200px) {
  .header-area.header8 .bottom-header-content {
    position: relative;
  }
  #main-Settingcontent,
  #main-Accountcontent {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .header-area.header8.active-sticky .middle-header-content {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 997;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .header-area.header8 .top-header-content {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 768px) {
  .header-area.header8 .top-header-content {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .header8 .top-header-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header8 .parent__megameu {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .header-area.header8 .middle-header-content .logo-header .logo {
    padding: 0;
  }
  .header8 .col-3.col-mb-10 {
    padding: 0;
  }
  .header-area.header8 .top-header-content {
    display: none;
  }
}
.header9 .container-fuild {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
.header9 .label-menu {
  top: 20px;
}
.header9 .logo-header img {
  margin: auto;
}
header.page-header .header-area.header9 .navigation .nav-main-menu {
  height: auto;
}
header.page-header .header-area.header9 .navigation .nav-main-menu > li > a {
  padding: 38px 24px;
  display: block;
  font-weight: 500;
}
.header-area.header9 .switcher .switcher-options .switcher-dropdown {
  left: 0;
  right: auto;
}
.header10 .navigation > ul {
  padding: 0;
}
.header10 .header-tell-info p {
  margin: 0;
}
.header10 .header-tell-info p.title {
  font-size: 18px;
  font-weight: 600;
  color: black;
}
.header10 .megamenu-widget .vertical-title {
  background-color: #01bad4;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  cursor: pointer;
}
.header10 .megamenu-widget .vertical-title > span {
  display: none;
}
.header10 .vertical-menu li a {
  padding: 10px 0 10px 25px;
}
.header10 .bottom-content {
  padding-bottom: 28px;
}
.header-area.header10.search-visible .search-form .block-search .block-content .form.minisearch {
  margin: 0;
  max-width: 100%;
  border: 0;
  border-radius: 5px;
}
.header-area.header10 .table-icon-menu > div {
  padding: 17px 10px;
}
.header-area.header10 .table-icon-menu > div:last-child {
  padding-right: 0;
}
.header-area.header10 .table-icon-menu > div.contact-info {
  padding-right: 30px;
}
.header-area.header10 .megamenu-widget .vertical-menu {
  border: 1px solid var(--thim-mgs-color-03, #dddddd);
  position: absolute;
  top: 100%;
  left: 15px;
  right: 15px;
  background-color: #fff;
  z-index: 99;
  display: none;
}
@media (max-width: 1199px) {
  .header-area.header10 .megamenu-widget .vertical-menu {
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .page-header .header10 .menu-wrapper {
    justify-content: flex-start;
  }
  .header10 .navigation > ul > li:first-child > a {
    padding-left: 0 !important;
  }
  .header-area.header10 .table-icon-menu .block-search .block-title,
  .header-area.header10 .table-icon-menu .minicart-wrapper .action.showcart,
  .header-area.header10 .table-icon-menu .theme-header-icon,
  .header-area.header10 .table-icon-menu .minicart-wrapper .action.showcart:before {
    font-size: 30px;
  }
  header.page-header .header-area.header10 .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu {
    left: 0;
    margin-left: 0;
  }
  .cms-index-index .header-area.header10 .megamenu-widget .vertical-menu {
    display: block;
  }
  .header-area.header10.search-visible .search-form .block-search .block-content .form.minisearch .input-text {
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    border-color: var(--thim-mgs-color-03, #dddddd);
  }
  .header-area.header10 .minicart-wrapper .action.showcart > .counter.qty {
    width: 25px;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    left: 12px;
  }
}
@media (max-width: 1199px) {
  .header10 .parent__search {
    display: flex;
    justify-content: flex-end;
  }
  .header10 .parent__search .search-form {
    margin-right: 20px;
    margin-left: 0;
  }
  .header10 .middle-header {
    padding-bottom: 10px;
  }
  header.page-header button.action.nav-tg:before,
  header.page-header .cart.table-wrapper .actions-toolbar > .action.action.nav-tg:before,
  header.page-header .action-gift.action.nav-tg:before {
    pointer-events: none;
  }
  .nav-before-open header.page-header button.action.nav-tg:before,
  .nav-before-open header.page-header .cart.table-wrapper .actions-toolbar > .action.action.nav-tg:before,
  .nav-before-open header.page-header .action-gift.action.nav-tg:before {
    pointer-events: all;
  }
}
.checkout-agreements-item-content {
  padding: 20px;
}
.cl-sticky-atc {
  position: fixed;
  bottom: 0;
  background: #ccc;
  left: 0;
  right: 0;
  height: 85px;
  color: #000;
  padding: 10px;
  background-color: #fff;
  z-index: 190;
  box-shadow: 0 0 9px #0000001f;
  transition: -webkit-transform 0.25s ease;
  transition: transform .25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transform: translate3d(0, 105%, 0);
  transform: translate3d(0, 105%, 0);
  opacity: 1;
  pointer-events: auto;
}
.cl-sticky-atc.is-show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.cl-sticky-atc .info-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cl-sticky-atc img {
  width: 50px;
  height: 100%;
}
.cl-sticky-atc__wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  height: 100%;
}
.cl-sticky-atc__title {
  color: var(--thim-mgs-color-01);
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 250px;
}
.cl-sticky-atc__info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cl-sticky-atc select {
  border: 1px solid #ddd;
  font-weight: 500;
  cursor: pointer;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: block;
}
.cl-sticky-atc option {
  display: block;
}
.cl-sticky-atc .control {
  position: relative;
  height: 40px;
  border: 1px solid #ddd;
  text-align: left;
  border-radius: 40px;
  display: flex;
  align-items: center;
}
.cl-sticky-atc span.edit-qty {
  display: block;
  text-align: center;
  font-size: 22px;
  color: var(--thim-mgs-color-01);
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 2px;
  left: 16px;
  cursor: pointer;
  padding-top: 7px;
}
.cl-sticky-atc span.edit-qty.plus {
  font-size: 18px;
  left: auto;
  right: 16px;
  padding-top: 9px;
}
.cl-sticky-atc .input-text.qty {
  width: 115px;
  border: 0;
  height: 40px;
  background: 0 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  color: var(--thim-mgs-color-01);
  text-align: center;
}
.cl-sticky-atc .tocart {
  font-size: 13px;
  width: auto;
  padding: 0 34px;
  border: none;
  border-radius: 40px;
  line-height: 1.2;
  height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: var(--thim-primary-color, #cf9683);
  color: #fff;
  transition: all 0.5s;
  cursor: pointer;
}
.cl-sticky-atc .tocart:hover {
  background-color: #000;
}
.cl-sticky-atc .box-tocart {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .cl-sticky-atc__title {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .cl-sticky-atc {
    bottom: 51px;
  }
  .cl-sticky-atc__wrap {
    gap: 10px;
  }
  .cl-sticky-atc__info {
    gap: 0;
  }
  .cl-sticky-atc .box-tocart {
    gap: 10px;
  }
  .cl-sticky-atc img,
  .cl-sticky-atc .cl-sticky-atc__infos {
    display: none;
  }
  .cl-sticky-atc select {
    max-width: 150px;
  }
}
@media (max-width: 470px) {
  .cl-sticky-atc .tocart {
    padding: 0 20px;
  }
}
@media (max-width: 370px) {
  .cl-sticky-atc .tocart {
    padding: 0 10px;
    font-size: 12px;
  }
  .cl-sticky-atc .input-text.qty {
    width: 70px;
    font-size: 14px;
    font-weight: 500;
  }
  .cl-sticky-atc span.edit-qty {
    font-size: 14px !important;
    padding-top: 9px !important;
    left: 10px !important;
  }
  .cl-sticky-atc span.edit-qty.plus {
    left: auto !important;
    right: 10px !important;
  }
}
.share-this-container {
  display: flex;
  margin-top: 20px;
}
.share-this-container .st-label {
  display: none !important;
}
.share-this-container #st-1.st-has-labels .st-btn {
  min-width: 50px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.arrow-mode {
  display: inline-flex;
}
.mode-list + .arrow-mode-grid,
.arrow-mode-list + .mode-grid,
.arrow-mode-grid + .mode-list,
.mode-grid + .arrow-mode-list {
  margin: 0 10px;
}
.arrow-mode-grid {
  position: relative;
  display: inline-flex;
}
.arrow-mode-grid .change-product-per-row {
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 10px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-top: 10px;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
.arrow-mode-grid:hover .change-product-per-row {
  margin-top: 5px;
  opacity: 1;
  visibility: visible;
}
.toolbar .modes {
  display: flex;
  align-items: center;
  width: 100%;
}
.breadcrumbs.layout-title-below > * {
  max-width: 1200px !important;
}
.breadcrumbs.layout-title-below a {
  color: var(--thim-mgs-color-02, #333333);
}
.breadcrumbs + .page-title-wrapper::before {
  display: none;
}
.breadcrumbs + .page-title-wrapper h1.page-title {
  color: var(--thim-mgs-color-02, #000000);
  font-size: 24px;
  text-align: left;
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .category-product-actions {
    display: flex;
  }
  .page-layout-2columns-left .product-container .category-product-actions .filter-toggle,
  .page-layout-2columns-right .product-container .category-product-actions .filter-toggle,
  .page-layout-3columns .product-container .category-product-actions .filter-toggle {
    float: unset;
    width: auto;
    margin-right: auto;
    display: inline-flex;
    align-items: center;
  }
  .page-layout-2columns-left .product-container .category-product-actions .filter-toggle .title,
  .page-layout-2columns-right .product-container .category-product-actions .filter-toggle .title,
  .page-layout-3columns .product-container .category-product-actions .filter-toggle .title {
    display: inline-flex;
    align-items: center;
  }
  .page-layout-2columns-left .product-container .category-product-actions .toolbar-products,
  .page-layout-2columns-right .product-container .category-product-actions .toolbar-products,
  .page-layout-3columns .product-container .category-product-actions .toolbar-products {
    float: unset;
    width: auto;
  }
  .toolbar .modes .modes-mode {
    padding: 0 11px;
  }
  .toolbar .modes .arrow-topbar-page-title {
    display: none;
  }
  .toolbar .sorter .sorter-action {
    padding: 0 16px;
  }
}
:root {
  --thim-mgs-color-01: #222;
  --thim-mgs-color-04: #2a2a2a;
  --thim-mgs-color-05: #1a1a1a;
  --thim-mgs-color-06: #fff;
  --thim-mgs-color-07: #fff;
  --thim-mgs-color-08: #2b2b2b;
  --thim-mgs-color-09: #ebebeb;
  --thim-mgs-color-10: #fff;
  --thim-mgs-color-11: #eee;
  --thim-mgs-color-12: #f4f4f4;
  --thim-mgs-color-13: #ddd;
  --thim-mgs-color-14: #000;
  --thim-mgs-color-15: #222;
  --thim-mgs-color-16: #f0f0f0;
}
body.dark {
  --thim-mgs-color-01: #f0f0f0;
  --thim-mgs-color-02: #f0f0f0;
  --thim-mgs-color-03: #696969;
  --thim-mgs-color-04: #999;
  --thim-mgs-color-05: #f0f0f0;
  --thim-mgs-color-06: #222;
  --thim-mgs-color-07: #0f0f0f;
  --thim-mgs-color-08: #f0f0f0;
  --thim-mgs-color-09: #696969;
  --thim-mgs-color-10: #1b1b1b;
  --thim-mgs-color-11: #333;
  --thim-mgs-color-12: #222;
  --thim-mgs-color-13: #333;
  --thim-mgs-color-14: #666;
  --thim-mgs-color-15: #666;
  --thim-mgs-color-16: #333;
  --thim-mgs-color-17: #fff;
  --thim-mgs-color-18: #333;
  --thim-mgs-color-body: #acacac;
}
body.dark input[type="text"],
body.dark input[type="password"],
body.dark input[type="url"],
body.dark input[type="tel"],
body.dark input[type="search"],
body.dark input[type="number"],
body.dark input[type*="date"],
body.dark input[type="email"],
body.dark textarea,
body.dark select {
  background-color: var(--thim-mgs-color-06);
  border-color: var(--thim-mgs-color-09);
}
body.dark .breadcrumbs a {
  color: var(--thim-mgs-color-02);
}
.columns-main-sticky .product-detail-information {
  display: none;
}
.block-blog-tags .btn-default {
  border-width: 1px;
  border-color: #ccc;
  color: #949494;
}
.block-blog-tags .btn-default:hover {
  color: white;
  background: #222;
  border-color: #222;
}
.social-link > li {
  display: inline-flex;
}
.social-link svg path {
  fill: #8e8e8e;
}
.social-link a:hover svg path {
  fill: var(--thim-primary-color, #cf9683);
}
.social-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social-link a span {
  display: inherit;
}
.header-area .social-link li svg path {
  fill: var(--thim-mgs-color-01);
}
@media (max-width: 767px) {
  .block-new-customer {
    margin-top: 50px;
  }
}
.store-list-container + .store-list-container {
  margin-bottom: 60px;
}
#guilde-content > .modal-body-content,
#delivery-content > .modal-body-content {
  display: none;
}
.modal-popup._show #delivery-content .modal-body-content,
.modal-popup._show #guilde-content .modal-body-content {
  display: block;
}
.modal-popup .modal-footer .action-secondary,
.modal-popup .modal-footer .action-primary {
  margin-bottom: 10px;
}
.toolbar-products .toolbar .sorter {
  margin-bottom: 30px;
}
.callforprice,
[class*="request-quote"],
.logintoseeprice {
  padding: 8px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  border: 0;
  border-radius: 40px;
  background-color: var(--thim-mgs-color-01);
  color: var(--thim-mgs-color-06);
}
@media (max-width: 1199px) {
  .callforprice,
  [class*="request-quote"],
  .logintoseeprice {
    font-size: 14px;
    padding: 5px 15px;
  }
}
.callforprice span,
[class*="request-quote"] span,
.logintoseeprice span {
  display: flex;
  align-items: center;
}
.callforprice span i,
[class*="request-quote"] span i,
.logintoseeprice span i {
  margin-right: 5px;
  margin-left: 0;
  font-weight: bold;
  animation: tada 2s infinite ease-in-out;
}
.callforprice:hover,
[class*="request-quote"]:hover,
.logintoseeprice:hover,
.callforprice:focus,
[class*="request-quote"]:focus,
.logintoseeprice:focus {
  background-color: var(--thim-primary-color, #cf9683);
  color: #fff;
}
.product-name + .callforprice,
.product-name + [class*="request-quote"],
.product-name + .logintoseeprice {
  margin-top: 10px;
}
.product-item-name ~ .callforprice,
.product-item-name ~ [class*="request-quote"],
.product-item-name ~ .logintoseeprice {
  margin-top: 5px;
  margin-bottom: 10px;
}
.mageprince-buynow-btn,
.mageprince-buynow-btn-list {
  padding: 10px 20px;
  font-size: 14px;
  border: 0;
  border-radius: 40px;
  font-weight: 600;
  margin-top: 10px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
button.action.primary.mageprince-buynow-btn,
button.action.primary.mageprince-buynow-btn-list {
  background-color: var(--thim-primary-color, #cf9683);
}
button.action.primary.mageprince-buynow-btn:hover,
button.action.primary.mageprince-buynow-btn-list:hover {
  filter: brightness(95%);
}
#opc-new-shipping-address #co-shipping-form {
  max-width: 100%;
}
#opc-new-shipping-address #shipping-new-address-form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
#opc-new-shipping-address #shipping-new-address-form > .field {
  width: calc(50% - 8px);
  margin: 0;
}
@media (max-width: 767px) {
  #opc-new-shipping-address #shipping-new-address-form > .field {
    width: 100%;
  }
}
#opc-new-shipping-address #shipping-new-address-form .field.choice {
  width: 100%;
}
.new-shipping-address-modal.modal-popup.modal-slide .modal-inner-wrap {
  background-color: white !important;
  transform: translate(-50%, -50%) !important;
  top: 50% !important;
  left: 50% !important;
  margin: 0 !important;
}
.new-shipping-address-modal.modal-popup.modal-slide .modal-inner-wrap .modal-content {
  padding: 0 3rem 3rem;
}
@media (max-width: 767px) {
  .new-shipping-address-modal .modal-header,
  .new-shipping-address-modal .modal-footer {
    padding: 30px;
  }
  .new-shipping-address-modal .modal-footer button.action {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 40px;
  }
  .new-shipping-address-modal.modal-popup.modal-slide .modal-inner-wrap {
    margin: 0 !important;
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
    width: 90%;
    background-color: #fff !important;
  }
  .modal-popup.modal-slide.new-shipping-address-modal .modal-inner-wrap .modal-content {
    padding: 0 30px 30px;
  }
}
@media (max-width: 1200px) {
  html .logo-container button.action.nav-tg::before {
    display: none;
  }
  html.nav-open .logo-container button.action.nav-tg::before {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  #html-body header.page-header .header-area .top-header .line {
    align-items: center;
  }
  #html-body header.page-header .header-area .top-header .line .logo-container {
    flex: unset;
    padding-right: 0;
  }
  #html-body header.page-header .header-area .top-header .line .logo-container .mobile-logo {
    display: none;
  }
  #html-body header.page-header .header-area .bottom-header {
    background-color: var(--color-primario2);
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li.dropdown > a::after {
    content: url('https://api.iconify.design/ep/arrow-down-bold.svg?color=white&width=14&height=14');
    position: relative;
    display: flex;
    align-items: center;
    transition: all ease .3s;
    line-height: 1;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li.dropdown:hover > a::after {
    transform: rotate(180deg);
    transition: all ease .3s;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li > a {
    color: #ffffff;
    font-weight: 700;
    display: flex;
    gap: 5px;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li ul.dropdown-menu {
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li ul.dropdown-menu::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #ffffff;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li ul.dropdown-menu::-webkit-scrollbar {
    width: 8px;
    height: auto;
    background-color: transparent;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li ul.dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #4d4d4d;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li ul.dropdown-menu li a {
    border: 0;
    color: #4d4d4d;
    font-weight: 500;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li ul.dropdown-menu li a:hover {
    font-weight: 700;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li ul.dropdown-menu li a .mega-menu-sub-title {
    color: var(--color-primario2);
    font-weight: 700;
    text-transform: unset;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li ul.dropdown-menu li .sub-menu .sub-menu > li {
    padding-left: 15px;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li ul.dropdown-menu :last-child li a {
    border-radius: 0 0 8px 8px;
  }
}
@media (max-width: 1200px) {
  #html-body header.page-header .header-area .top-header .line {
    align-items: center;
  }
  #html-body header.page-header .header-area .top-header .line .logo-container {
    width: 50px;
    flex: unset;
    padding-right: 0;
  }
  #html-body header.page-header .header-area .top-header .line .logo-mobile {
    display: flex;
    justify-content: center;
    flex: 1;
    max-width: none;
  }
  #html-body header.page-header .header-area .top-header .line .logo-mobile .default-logo {
    display: none;
  }
  #html-body header.page-header .header-area .top-header .line .logo-mobile .mobile-logo {
    max-width: 130px;
    max-height: 80px;
    margin: auto;
    object-fit: contain;
  }
  #html-body header.page-header .header-area .top-header .line .search-container {
    flex: unset;
    width: 24px;
    padding: 0;
  }
  #html-body header.page-header .header-area .top-header .line .search-container .search-form .block.block-search.active button.search-close {
    z-index: 11;
    transform: none;
    width: 30px;
    height: 30px;
    font-size: 30px;
    top: 18px;
  }
  #html-body header.page-header .header-area .top-header .line .search-container .search-form .block.block-search.active button.search-close i::before {
    content: url('https://api.iconify.design/ic/round-close.svg?color=white&width=30&height=30');
  }
  #html-body header.page-header .header-area .top-header .line .search-container .search-form .block.block-search.active .block.block-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: var(--color-primario2);
    padding: 16px 25px;
  }
  #html-body header.page-header .header-area .top-header .line .search-container .search-form .block.block-search.active .block.block-content form#search_mini_form {
    margin: 0 40px 0 0;
    padding: 0;
    padding-right: 20px;
    max-width: none;
    background-color: #ffffff;
    box-shadow: none;
    height: 34px;
  }
  #html-body header.page-header .header-area .top-header .line .search-container .search-form .block.block-search.active .block.block-content form#search_mini_form .actions button.action.search {
    padding: 5px;
    background-color: transparent;
    border: none;
  }
  #html-body header.page-header .header-area .top-header .line .search-container .search-form .block.block-search.active .block.block-content form#search_mini_form .actions button.action.search::before {
    content: '\e615';
    font-family: 'icons-blank-theme';
    font-size: 22px;
    line-height: 22px;
  }
  #html-body header.page-header .header-area .top-header .line .search-container .search-form .block.block-search.active .block.block-content form#search_mini_form .actions button.action.search span {
    display: none;
  }
  #html-body header.page-header .header-area .top-header .line .search-container .search-form .block.block-search.active .block.block-content form#search_mini_form .field.search .control input#search {
    position: unset;
    margin: 0 auto;
    width: calc(100% - 20px);
    height: 34px;
  }
  #html-body header.page-header .header-area .top-header .line .search-container .search-form .block.block-search.active .block.block-content form#search_mini_form .field.search .control .mgs-instant-search-dropdown {
    width: 98vw;
    top: 50px;
    right: 0;
    left: -25px;
  }
  #html-body header.page-header .header-area .top-header .line .search-container .search-form .block.block-search.active .block.block-content form#search_mini_form .field.search .control .mgs-instant-search-dropdown .products.products-list ul.products.list.items.product-items {
    max-height: 500px;
    overflow: auto;
    padding: 0 10px;
  }
  #html-body header.page-header .header-area .top-header .line .search-container .actions-search button.action-search i::before {
    content: url('https://api.iconify.design/ion/search.svg?color=%232f5fff&width=24&height=24');
  }
  #html-body header.page-header .header-area .top-header .line .actions-container {
    flex: unset;
    padding-left: 0;
    width: 60px;
  }
  #html-body header.page-header .header-area .top-header .line .actions-container .right-content.table-icon-menu {
    justify-content: center;
  }
  #html-body header.page-header .header-area .top-header .line .actions-container .right-content.table-icon-menu .account-container {
    display: none;
  }
  #html-body header.page-header .header-area .top-header .line .actions-container .right-content.table-icon-menu .cart-container {
    display: flex;
    flex-direction: column;
    overflow: visible;
  }
  #html-body header.page-header .header-area .top-header .line .actions-container .right-content.table-icon-menu .cart-container .subtitle {
    display: none;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper {
    padding-right: 5px;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--color-primario2);
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content ul.data.nav-tabs {
    display: flex;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content ul.data.nav-tabs li {
    float: none;
    width: calc(100% / 2);
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content ul.data.nav-tabs li a {
    background-color: #ffffff;
    color: #a9a9a9;
    font-size: 18px;
    padding: 13px 0 10px 0;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content ul.data.nav-tabs li.active a {
    color: var(--color-primario2);
    position: relative;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content ul.data.nav-tabs li.active a::before {
    content: '';
    background-color: var(--color-primario2);
    height: 3px;
    width: 50%;
    position: absolute;
    left: 25%;
    bottom: 10px;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu > li {
    border-bottom: 1px solid #e5e5e5;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu > li > a.dropdown-toggle {
    font-weight: 600;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu li ul {
    width: 100%;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu li .hidden-des {
    display: none;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu li > a {
    width: calc(100% - 40px);
    border: none;
    color: #4d4d4d;
    font-weight: 400;
    font-size: 14px;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu li > span.toggle-menu {
    position: unset;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu li > span.toggle-menu a {
    border: none;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu li > span.toggle-menu a span.fa {
    display: flex;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu li > span.toggle-menu a span.fa::before {
    content: url('https://api.iconify.design/ep/arrow-down-bold.svg?color=%232f5fff&width=12&height=12');
    line-height: 1;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu li > .dropdown-menu,
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu li > .dropdown-submenu {
    position: unset;
    transform: none;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: all ease-in-out 0.5s;
    padding-left: 15px !important;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu li.is-active > span.toggle-menu a span.fa::before {
    content: url('https://api.iconify.design/ep/arrow-up-bold.svg?color=%232f5fff&width=12&height=12');
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu li.is-active > .dropdown-menu,
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu li.is-active > .dropdown-submenu {
    max-height: 9000px;
    overflow: visible;
    transition: all ease-in-out 0.5s;
  }
}
@media (max-width: 1200px) {
  #html-body footer.page-footer .middle-footer {
    box-shadow: none;
  }
  #html-body footer.page-footer .middle-footer .line > div {
    text-align: center;
    margin-bottom: 20px;
  }
  #html-body footer.page-footer .middle-footer .line > div .icons {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  #html-body .category-product-actions {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
  }
  #html-body .category-product-actions .filter-toggle {
    width: auto;
    display: block;
  }
  #html-body .category-product-actions .filter-toggle a {
    border: 1px solid #4d4d4d;
    border-radius: 20px;
    display: flex;
    padding: 0 10px;
    align-items: center;
    gap: 8px;
  }
  #html-body .category-product-actions .filter-toggle a::before {
    left: unset;
    right: 0;
  }
  #html-body .category-product-actions .filter-toggle a svg {
    min-width: 20px;
    width: 20px;
    min-height: 20px;
    height: 20px;
  }
  #html-body .category-product-actions .filter-toggle a span.text {
    transform: none;
    font-size: 14px;
    font-weight: 500;
  }
  #html-body .sidebar.sidebar-main .block.filter.mgs-filter .block-content.filter-content {
    border-radius: 0 8px 8px 0;
    width: 85%;
    max-width: 350px;
    left: 0;
    right: auto;
    position: fixed;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    top: 0;
    bottom: 0;
    transform: translateX(-100%);
    transition: all .3s;
  }
  #html-body .sidebar.sidebar-main .block.filter.mgs-filter .block-content.filter-content .block-filter-content {
    padding: 0;
  }
  html.filter-open #html-body .category-product-actions .filter-toggle a::before {
    font-family: 'Pe-icon-7-stroke';
    content: "\e680";
    position: fixed;
    color: #fff;
    display: block;
    font-size: 45px;
    line-height: 50px;
    top: 0;
    z-index: 1000;
    left: unset;
    right: 0;
  }
  html.filter-open #html-body .category-product-actions .filter-toggle a::after {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.8;
    display: block;
    content: "";
    z-index: 998;
  }
  html.filter-open #html-body .sidebar.sidebar-main .block.filter.mgs-filter .block-content.filter-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: all .3s;
  }
}
@media (max-width: 470px) {
  body#html-body .products.mgs-products.products-grid ol.list.items.product-items {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  }
}
@media (max-width: 1200px) {
  body#html-body.checkout-index-index #maincontent #checkout .opc-estimated-wrapper {
    background-color: #efefef;
    border: none;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body#html-body.checkout-index-index #maincontent #checkout .opc-estimated-wrapper::before,
  body#html-body.checkout-index-index #maincontent #checkout .opc-estimated-wrapper::after {
    display: none;
  }
  body#html-body.checkout-index-index #maincontent #checkout .opc-estimated-wrapper .estimated-block .estimated-price {
    color: var(--color-primario1);
    font-weight: 600;
  }
  body#html-body.checkout-index-index #maincontent #checkout .opc-estimated-wrapper .minicart-wrapper .action.showcart::before {
    content: url('https://api.iconify.design/mdi/cart-outline.svg?color=%232f5fff&width=24&height=24');
  }
  body#html-body.checkout-index-index #maincontent #checkout .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
    background-color: var(--color-primario1);
    color: #ffffff;
  }
  body#html-body.checkout-index-index #maincontent #checkout aside.modal-custom.opc-sidebar.opc-summary-wrapper {
    width: unset;
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .3s,opacity .3s ease;
    left: 44px;
    z-index: 900;
    margin: 0;
    display: block;
  }
  body#html-body.checkout-index-index #maincontent #checkout aside.modal-custom.opc-sidebar.opc-summary-wrapper._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  body#html-body.checkout-index-index #maincontent #checkout aside.modal-custom.opc-sidebar.opc-summary-wrapper._show .modal-inner-wrap {
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
  }
  body#html-body.checkout-index-index #maincontent #checkout aside.modal-custom.opc-sidebar.opc-summary-wrapper._show + .modal-custom-overlay {
    display: block;
    background-color: rgba(51, 51, 51, 0.55);
  }
  body#html-body.checkout-index-index #maincontent #checkout aside.modal-custom.opc-sidebar.opc-summary-wrapper .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
    background-color: #efefef;
    border-radius: 8px 0 0 8px;
  }
  body#html-body.checkout-index-index #maincontent #checkout aside.modal-custom.opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-content {
    box-shadow: none;
  }
  body#html-body.checkout-index-index #maincontent #checkout aside.modal-custom.opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary,
  body#html-body.checkout-index-index #maincontent #checkout aside.modal-custom.opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-shipping-information {
    border-radius: 0;
  }
  body#html-body.checkout-index-index #maincontent #checkout aside.modal-custom.opc-sidebar.opc-summary-wrapper + .modal-custom-overlay {
    display: none;
  }
}
@media (max-width: 470px) {
  #html-body .product.product-item .product-item-details {
    padding: 0 15px 15px;
  }
  #html-body .product.product-item .product-item-details span.attribute {
    line-height: 14px;
    margin-top: 3px;
  }
  #html-body ol.products.list.product-items li.item.product.product-item .line .product-description-container {
    margin: 0;
  }
  #html-body ol.products.list.product-items li.item.product.product-item .line .product-description-container .details.product-item-details {
    padding-top: 30px;
  }
  #html-body ol.products.list.product-items li.item.product.product-item .line .product-description-container .details.product-item-details .product-reviews-summary {
    margin: 0;
  }
  #html-body ol.products.list.product-items li.item.product.product-item .line .product-description-container .details.product-item-details .price-and-labels {
    display: flex;
    align-items: end;
    gap: 10px;
  }
  #html-body ol.products.list.product-items li.item.product.product-item .line .product-description-container ul.actions-link {
    position: absolute;
    left: 0;
    bottom: 20px;
    right: 0;
    width: auto;
  }
  #html-body ol.products.list.product-items li.item.product.product-item .line .product-description-container ul.actions-link form .section.add-to-cart {
    display: flex;
  }
}
@media (max-width: 1200px) {
  body#html-body header.page-header .middle-header .menu-wrapper {
    background-color: var(--color-primario2);
  }
  body#html-body header.page-header .middle-header .menu-wrapper #main-Menucontent ul#mainMenu li.category-menu.dropdown {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  body#html-body header.page-header .middle-header .menu-wrapper #main-Menucontent ul#mainMenu li.category-menu.dropdown > a {
    width: calc(100% -45px);
  }
  body#html-body header.page-header .middle-header .menu-wrapper #main-Menucontent ul#mainMenu li.category-menu.dropdown span.toggle-menu {
    width: 45px;
    position: unset;
  }
  body#html-body header.page-header .middle-header .menu-wrapper #main-Menucontent ul#mainMenu li.category-menu.dropdown ul.dropdown-menu {
    position: unset;
    transform: none;
    max-height: 0;
    transition: all ease-in-out 0.5s;
    overflow: hidden;
  }
  body#html-body header.page-header .middle-header .menu-wrapper #main-Menucontent ul#mainMenu li.category-menu.dropdown.is-active ul.dropdown-menu {
    max-height: 1000px;
    transition: all ease-in-out 0.5s;
    overflow: visible;
  }
}
@media (max-width: 991px) {
  body#html-body.checkout-cart-index .column.main .products-container {
    width: 100%;
  }
  body#html-body.checkout-cart-index .column.main .products-container .cart.table-wrapper table#shopping-cart-table tbody.cart.item {
    justify-content: left;
    padding: 5px 0;
  }
  body#html-body.checkout-cart-index .column.main .products-container .cart.table-wrapper table#shopping-cart-table tbody.cart.item tr.item-info td.col.item {
    padding: 10px 20px;
  }
  body#html-body.checkout-cart-index .column.main .products-container .cart.table-wrapper table#shopping-cart-table tbody.cart.item tr.item-info td.col.item a.product-item-photo {
    width: 100%;
    max-width: unset;
    min-width: unset;
    min-height: unset;
  }
  body#html-body.checkout-cart-index .column.main .products-container .cart.table-wrapper table#shopping-cart-table tbody.cart.item tr.item-info td.col.item a.product-item-photo .product-image-container {
    max-width: 100px;
  }
  body#html-body.checkout-cart-index .column.main .products-container .cart.table-wrapper table#shopping-cart-table tbody.cart.item tr.content {
    flex-direction: column;
    align-items: flex-start;
  }
  body#html-body.checkout-cart-index .column.main .products-container .cart.table-wrapper table#shopping-cart-table tbody.cart.item tr.content td {
    text-align: left;
    padding: 5px 0;
  }
  body#html-body.checkout-cart-index .column.main .products-container .cart.table-wrapper table#shopping-cart-table tbody.cart.item tr.content td.col.qty .control.qty {
    margin: 0;
    height: 35px;
  }
  body#html-body.checkout-cart-index .column.main .products-container .cart.main.actions {
    flex-wrap: wrap;
  }
  body#html-body.checkout-cart-index .column.main .products-container .cart.main.actions a,
  body#html-body.checkout-cart-index .column.main .products-container .cart.main.actions button {
    flex: 1;
    min-width: 250px;
    margin: 0;
  }
  body#html-body.checkout-cart-index .column.main .summary-container {
    max-width: none;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media (max-width: 1200px) {
  body#html-body .product.product-item .product-item-details .empack-addto form .field.qty {
    flex: 1;
  }
  body#html-body .product.product-item .product-item-details .empack-addto form .field.qty .control input {
    width: auto;
    max-width: 140px;
  }
  body#html-body .product.product-item .product-item-details .empack-addto form button.action.primary {
    flex: 1;
  }
}
@media (min-width: 1200px) {
  body#html-body header.page-header .header-area .top-header {
    background-color: var(--color-primario2);
  }
  body#html-body header.page-header .header-area .top-header .line .search-container form#search_mini_form {
    background-color: #ffffff;
    align-items: center;
  }
  body#html-body header.page-header .header-area .top-header .line .search-container form#search_mini_form .field.search .label {
    display: none;
  }
  body#html-body header.page-header .header-area .top-header .line .search-container form#search_mini_form .field.search .control {
    margin: 0;
  }
  body#html-body header.page-header .header-area .top-header .line .search-container form#search_mini_form .field.search .control input#search {
    background-color: #ffffff;
    color: #a9a9a9;
    margin: 0;
  }
  body#html-body header.page-header .header-area .top-header .line .search-container form#search_mini_form .field.search .control input#search::placeholder {
    font-size: 14px;
    color: #a9a9a9;
  }
  body#html-body header.page-header .header-area .top-header .line .search-container form#search_mini_form .actions button.action.search {
    font-size: 0;
    padding: 0;
    margin: 0;
    border: unset;
    background-color: unset;
  }
  body#html-body header.page-header .header-area .top-header .line .search-container form#search_mini_form .actions button.action.search::before {
    content: var(--searchColor);
    color: var(--color-primario1);
  }
  body#html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li > a {
    color: #4d4d4d;
    font-weight: 600;
  }
  body#html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li.dropdown > a::after {
    content: url('https://api.iconify.design/ep/arrow-down-bold.svg?color=%234d4d4d&width=14&height=14');
  }
}
@media (max-width: 1200px) {
  #html-body header.page-header .header-area .top-header .line .search-container .actions-search button.action-search i::before {
    content: var(--search);
  }
  #html-body header.page-header .header-area .top-header .line > .logo-mobile a.logo img.mobile-logo {
    max-width: 170px;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu li > span.toggle-menu a span.fa::before {
    content: url('https://api.iconify.design/ep/arrow-down-bold.svg?color=%234D4D4D&width=12&height=12');
    line-height: 1;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu li.is-active > span.toggle-menu a span.fa::before {
    content: url('https://api.iconify.design/ep/arrow-up-bold.svg?color=%234D4D4D&width=12&height=12');
  }
}
@media (max-width: 1200px) {
  #html-body footer.page-footer .middle-footer .line > div {
    text-align: center;
  }
  #html-body footer.page-footer .middle-footer .line > div ul:not(.icons) li a,
  #html-body footer.page-footer .middle-footer .line > div ul:not(.icons) li p {
    justify-content: center;
  }
  #html-body footer.page-footer .bottom-footer .line .copyright span {
    text-align: center;
  }
}
@media (max-width: 991px) {
  body#html-body.checkout-cart-index .column.main .products-container .cart.main.actions {
    flex-wrap: wrap;
    flex-direction: unset;
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  body#html-body.checkout-index-index #maincontent #checkout aside.modal-custom.opc-sidebar.opc-summary-wrapper {
    width: 33.33333333%;
    float: right;
  }
  body#html-body.checkout-index-index #maincontent #checkout aside.modal-custom.opc-sidebar.opc-summary-wrapper .modal-header button.action-close {
    display: none;
  }
}
@media (max-width: 1200px) {
  body#html-body.checkout-index-index #maincontent #checkout .opc-estimated-wrapper .estimated-block .estimated-price {
    color: var(--color-primario2);
  }
  body#html-body.checkout-index-index #maincontent #checkout .opc-estimated-wrapper .minicart-wrapper .action.showcart::before {
    content: var(--cartColor);
  }
  body#html-body.checkout-index-index #maincontent #checkout .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
    color: #ffffff;
    font-weight: 600;
  }
  body#html-body.checkout-index-index #maincontent #checkout .opc-wrapper {
    width: 100%;
    padding: 0;
  }
  body#html-body.checkout-index-index .modals-wrapper aside.modal-popup.custom-quotation-modal {
    background-color: rgba(70, 70, 70, 0.7);
  }
}
@media (max-width: 1200px) {
  body#html-body.catalog-product-view #maincontent .columns div.column.main .product.media {
    width: 50%;
  }
  body#html-body.catalog-product-view #maincontent .columns div.column.main .product-info-main {
    width: 50%;
  }
  body#html-body.catalog-product-view #maincontent .columns div.column.main .product-custom-column {
    display: none;
  }
}
@media (max-width: 470px) {
  body#html-body .custom-grid-container {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
}
@media all and (min-width: 1024px), print {
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 100%;
  }
  .mgs-instant-search .products-grid .product-item {
    width: 25%;
  }
  .mgs-instant-search .posts.wrapper .items .item,
  .mgs-instant-search-type-page .posts.wrapper .items .item {
    width: calc(33.33333333%);
  }
  .catalogsearch-result-index .category-product-actions .toolbar .modes {
    display: block;
  }
  .catalogsearch-result-index .category-product-actions .change-product-per-row {
    display: flex;
  }
  .tabs_categories_porfolio_content .item {
    width: calc(33.33333333%);
  }
  .portfolio-detail-item .pull-right {
    width: calc(33.33333333%);
    padding-left: 15px;
  }
  .portfolio-detail-item .pull-left {
    width: calc(66.66666667%);
    padding-right: 15px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1200px), print {
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    display: block;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    margin-bottom: 10px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information {
    text-align: center;
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information h1.product-name {
    padding-top: 70px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main {
    width: 25%;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main h1.product-name,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .product-info-price,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .product-info-stock-sku,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .product-brand {
    display: none;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .product-add-form {
    padding-top: 70px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information {
    display: block;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-options-bottom .box-tocart .product-social-links,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .box-tocart .product-social-links {
    width: 100%;
    margin-left: 0;
    justify-content: center;
  }
  .header-area.search-visible .search-form .block-search {
    position: static;
    background: none;
    opacity: 1;
    visibility: visible;
  }
  .header-area.search-visible .search-form .block-search .block-content .form.minisearch {
    margin: 6px auto;
    padding: 0;
    border: 1px solid #ffffff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    background-color: #ffffff;
    border-radius: 40px;
  }
  .header-area.search-visible .search-form .block-search .block-content .form.minisearch .input-text {
    position: unset !important;
    border-radius: 40px;
    font-size: 14px;
    text-align: left;
    padding-left: 30px;
    height: 36px;
    line-height: 36px;
    color: var(--thim-mgs-color-body, #696969);
    border: 1px solid var(--thim-mgs-color-body, #696969);
  }
  .header-area.search-visible .search-form .actions-search {
    display: none;
  }
  .header-area.header3 .parent-search .table-icon-menu {
    width: 1%;
  }
  .page-header .middle-header .menu-content {
    margin-left: 20px;
  }
  .page-header .menu-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-header .header-area.header3 .menu-wrapper {
    justify-content: flex-end;
  }
  .menu-wrapper .tab-content .tab-pane {
    display: none;
  }
  .menu-wrapper .tab-content .tab-pane.active {
    display: block;
  }
  .page-footer .middle-footer div[class*="col-des"]:not(:last-child) {
    margin-bottom: 0;
  }
  .page-footer .bottom-footer small.copyright {
    text-align: left;
    margin-bottom: 0;
    line-height: 1;
  }
  .page-footer .bottom-footer ul {
    display: block;
    margin: 0;
  }
  .section-tabs-left .mgs-product-tab .mgs-tab.data.items > .item.title,
  .section-tabs-right .mgs-product-tab .mgs-tab.data.items > .item.title {
    position: relative;
    top: -30px;
  }
  .section-tabs-left .banner-tab,
  .section-tabs-right .banner-tab {
    padding-top: 60px;
  }
  .section-tabs-right .mgs-product-tab .mgs-tab.data.items > .item.title {
    right: -17%;
  }
  .section-tabs-left .mgs-product-tab .mgs-tab.data.items > .item.title {
    left: -17%;
  }
  body.menu-vertical-fixed .page-wrapper {
    padding-left: 270px;
    position: inherit;
  }
  body.menu-vertical-fixed .page-wrapper header.page-header {
    width: 270px;
    left: 0;
    position: fixed;
    top: 0;
    display: block;
    overflow: visible;
    height: 100vh;
    background-color: #fff;
    z-index: 500;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    min-height: 100vh;
  }
  body.menu-vertical-fixed .page-wrapper header.page-header .header-area.header5.active-sticky.scrolling {
    right: inherit;
    width: 270px;
    min-height: 100vh;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  }
  body.menu-vertical-fixed .page-wrapper header.page-header .header-bottom {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
  }
  body.menu-vertical-fixed .page-wrapper header.page-header .header-bottom ul.social-link {
    justify-content: center;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .navigation .nav-main-menu > li {
    width: 100%;
    display: block;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .navigation .nav-main-menu > li > a {
    padding: 11px 0px 11px 0px;
    position: relative;
    margin: 0 20px;
    border-bottom: 1px solid var(--thim-mgs-color-03, #dddddd);
    font-size: 16px;
    display: block;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .navigation .nav-main-menu > li > .dropdown-menu {
    left: 100% !important;
    top: -11px;
    margin: 0 !important;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .menu-wrapper {
    display: block;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .menu-wrapper ul.nav-main-menu {
    display: block;
    width: 100%;
    padding: 0;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content {
    padding: 60px 0 200px;
    position: relative;
    min-height: 100vh;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .header-logo img {
    margin: 0 auto;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .top-wishlist {
    margin-left: 10px;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .top-wishlist a {
    font-size: 24px;
    line-height: 1;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .table-icon-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .header-switchers {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .top-links {
    font-size: 24px;
    line-height: 1;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .header-top-links {
    margin-left: 10px;
    position: relative;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .header-top-links .header-acccount {
    left: -15px;
    right: inherit;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .header-top-links .header-acccount .header.links li a {
    padding: 12px 10px 8px;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 0px;
  }
}
