/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.message.info,
.message.error,
.message.warning,
.message.notice,
.message.success {
  max-width: 400px;
  left: auto;
  right: 100px;
  top: 100px;
}
@media (min-width: 992px) {
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation {
    height: 100%;
    background: none;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation li.parent.level0 > a:before {
    content: none;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation .level0 .submenu {
    padding: 20px 0;
    position: absolute !important;
    top: 100% !important;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    border: none;
    box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.1);
    background: #fff;
    min-width: 220px;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
    padding: 0 20px;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation .level0 .submenu li > ul {
    left: 100%;
    top: -20px !important;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation .level0 .submenu li a {
    font-size: 0.9375rem;
    background: none !important;
    font-weight: 400;
    padding: 10px 0;
    color: #222;
    border-left: none !important;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul > li > a {
    color: #222222;
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 0 20px 2px;
    position: relative;
    display: block;
    line-height: inherit;
    border: none !important;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul > li > a:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    left: 20px;
    right: 20px;
    background-color: #222222;
    top: 100%;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transform: scaleX(0);
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul > li.active > a:after,
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul > li > a.ui-state-focus:after,
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul > li > a:hover:after {
    transform: scaleX(1);
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul li > a.ui-state-active + .submenu,
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul li > a.ui-state-focus + .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
header.page-header #minicart-content-wrapper .actions a.action.btn.btn-default,
header.page-header #minicart-content-wrapper .actions a.action.btn-primary {
  align-items: center;
  border-radius: 42px;
  background-color: #F16820 !important;
  padding: 10px 15px;
  border: 0;
  min-width: 0;
  color: #fff !important;
}
header.page-header #minicart-content-wrapper .actions a.action.btn.btn-default:hover,
header.page-header #minicart-content-wrapper .actions a.action.btn-primary:hover {
  background-color: #fff !important;
  color: #F16820 !important;
  border: 1px solid;
  border-color: #F16820 !important;
}
header.page-header #minicart-content-wrapper .actions a.action.back {
  border-radius: 42px;
  padding: 10px 29px;
}
header.page-header #minicart-content-wrapper .actions a.action.back:hover {
  border-color: #F16820 !important;
  color: #F16820 !important;
}
header.page-header #minicart-content-wrapper .actions button.action.primary,
header.page-header #minicart-content-wrapper .actions button.action.login,
header.page-header #minicart-content-wrapper .actions button.action.submit,
header.page-header #minicart-content-wrapper .actions button.action.checkout,
header.page-header #minicart-content-wrapper .actions button.action {
  align-items: center;
  border-radius: 42px;
  background-color: #F16820 !important;
  padding: 10px 29px;
  border: 0;
  min-width: 0;
  color: #fff !important;
}
header.page-header #minicart-content-wrapper .actions button.action.primary:hover,
header.page-header #minicart-content-wrapper .actions button.action.login:hover,
header.page-header #minicart-content-wrapper .actions button.action.submit:hover,
header.page-header #minicart-content-wrapper .actions button.action.checkout:hover,
header.page-header #minicart-content-wrapper .actions button.action:hover {
  background-color: #fff !important;
  color: #F16820 !important;
  border: 1px solid;
  border-color: #F16820 !important;
}
.cart-container .form-cart .action.update::before {
  line-height: 16px;
}
.widget-newsletter .btn {
  font-size: 20px;
  padding: 10px 0;
}
.cms-kontakt form .contact-form-sub button.btn {
  align-items: center;
  border-radius: 42px;
  background-color: #F16820 !important;
  padding: 10px 29px;
  border: 0;
  min-width: 0;
  color: #fff !important;
}
.cms-kontakt form .contact-form-sub button.btn:hover {
  background-color: #fff !important;
  color: #F16820 !important;
  border: 1px solid;
  border-color: #F16820 !important;
}
/**
 * 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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.page-footer {
  position: relative;
}
.page-footer .magedia-release-version {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 100%;
  text-align: center;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.quickview-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0.8;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -ms-transition: all 300ms;
}
.quickview-loading-overlay.loading {
  opacity: 1;
  visibility: visible;
}
.quickViewDetails .modal-header {
  padding: 0;
  height: 0;
  position: relative;
  z-index: 1;
}
.quickViewDetails .modal-header .action-close {
  right: 20px;
}
.quickViewDetails .modal-header .action-close:before {
  font-size: 24px;
  content: "\e935";
  font-family: "Linearicons";
}
.quickViewDetails .modal-inner-wrap {
  transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) scale(0.95);
  -moz-transform: translateY(-50%) scale(0.95);
  -webkit-transform: translateY(-50%) scale(0.95);
  -o-transform: translateY(-50%) scale(0.95);
}
.quickViewDetails .modal-inner-wrap .modal-content {
  padding: 0;
  overflow-y: visible;
}
.quickViewDetails._show .modal-inner-wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
}
.quickViewDetails .column.main.product-info-clearfix {
  float: none !important;
  width: 100% !important;
}
.quickViewDetails .product-info-main-wrapper {
  padding: 40px 90px;
  float: left;
  width: 50%;
  max-height: 100%;
  overflow-y: auto;
}
.quickViewDetails .product-info-main-wrapper .product-info-main {
  float: none;
  width: 100%;
  text-align: left !important;
}
.quickViewDetails .product-info-main-wrapper .product-info-main .page-title-wrapper .page-title {
  text-align: left !important;
}
.quickViewDetails .product-info-main-wrapper .product-info-main .product-reviews-summary {
  margin-left: 0;
  margin-right: 0;
}
.quickViewDetails .product-info-main-wrapper .product-info-main .product-info-price {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.quickViewDetails .product-info-media-wrapper {
  float: left;
  width: 50%;
}
.quickViewDetails .product-info-media-wrapper .product.media {
  float: none;
  width: 100%;
}
.quickViewDetails .product.media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  display: none !important;
}
.modal-popup._inner-scroll.quickViewDetails .modal-inner-wrap {
  width: 1170px;
  top: 50%;
  margin: 0 auto;
  max-width: calc(100% - 30px);
  max-height: calc(100vh - 30px);
}
.product_quickview_content {
  height: 0;
  overflow: hidden;
  position: relative;
}
.product_quickview_content > .catalog-product-view {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.product_quickview_content > .catalog-product-view .product-info-quickview {
  height: 100%;
}
.product_quickview_content > .catalog-product-view .product.media .owl-item {
  padding: 0 !important;
}
.product_quickview_content .bundle-options-container {
  margin: 20px 0 0;
}
.product_quickview_content .bundle-options-container .product-add-form {
  display: block !important;
}
.product_quickview_content .bundle-options-container .bundle-options-wrapper {
  padding: 0;
}
.product_quickview_content .bundle-options-container .bundle-options-wrapper .product-options-wrapper .legend.title,
.product_quickview_content .bundle-options-container .bundle-options-wrapper .product-options-wrapper .legend.title + br {
  display: none;
}
.product_quickview_content .bundle-options-container .bundle-options-wrapper,
.product_quickview_content .bundle-options-container .block-bundle-summary {
  float: none;
  width: 100% !important;
  position: static !important;
}
.product_quickview_content .bundle-options-container .fieldset > .field:not(.choice) > .control {
  float: none;
  width: 100% !important;
}
/*************************************/
/*************************************/
body._has-modal {
  overflow: auto;
}
body::after {
  opacity: 0;
  content: '';
}
body.loading-body::after {
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
  overflow: auto;
  width: 100%;
  height: 100vh;
  transition: 0.5s;
}
.scroll-to-top {
  z-index: 1;
}
.product-items .product-item .product-item-inner .mage-error {
  display: none !important;
}
.modal-popup.ajaxCartForm.viewBox .field.choice:not(.review-field-rating) input[type="checkbox"] + .label::before,
.modal-popup.ajaxCartForm.viewBox .form .choice:not(.review-field-rating) input[type="checkbox"] + .label::after {
  width: 14px;
  height: 14px;
}
.ajaxCartForm .bundle-options-wrapper .field.choice:not(.review-field-rating) input[type="radio"]:checked + label::after,
.ajaxCartForm .bundle-options-wrapper .field.choice:not(.review-field-rating) input[type="radio"]:checked + .label::after {
  left: 5px;
  top: 8px;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view .product-info-main .page-title {
  margin-bottom: 5px;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide._show .modal-inner-wrap .modal-content .catalog-product-view .product-info-main .page-title {
  margin-bottom: 5px;
}
.products-grid:not(.active-slider) .product-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.products-grid:not(.active-slider) .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 0 10px;
  width: 100%;
}
.row-mobile-1 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 1);
  flex: 0 0 calc(100% / 1);
  max-width: calc(100% / 1);
}
.row-mobile-2 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  max-width: calc(100% / 2);
}
.row-mobile-3 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
}
.row-mobile-4 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4);
}
.row-mobile-5 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 5);
  flex: 0 0 calc(100% / 5);
  max-width: calc(100% / 5);
}
.row-mobile-6 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 6);
  flex: 0 0 calc(100% / 6);
  max-width: calc(100% / 6);
}
.row-mobile-7 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 7);
  flex: 0 0 calc(100% / 7);
  max-width: calc(100% / 7);
}
.row-mobile-8 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 8);
  flex: 0 0 calc(100% / 8);
  max-width: calc(100% / 8);
}
@media (min-width: 768px) {
  .row-tablet-1 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 1);
    flex: 0 0 calc(100% / 1);
    max-width: calc(100% / 1);
  }
  .row-tablet-2 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
  .row-tablet-3 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .row-tablet-4 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
  .row-tablet-5 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 5);
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
  .row-tablet-6 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 6);
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
  .row-tablet-7 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 7);
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
  }
  .row-tablet-8 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 8);
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
  }
}
@media (min-width: 992px) {
  .row-1 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 1);
    flex: 0 0 calc(100% / 1);
    max-width: calc(100% / 1);
  }
  .row-2 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
  .row-3 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .row-4 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
  .row-5 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 5);
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
  .row-6 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 6);
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
  .row-7 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 7);
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
  }
  .row-8 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 8);
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
  }
}
.products-grid.effect1 .product-item .product.details {
  padding: 15px 10px;
}
.products-grid.effect1 .product-item .product.details .product-item-actions > .actions-secondary .action.quickview {
  display: block;
}
.products-grid:not(.effect2) .product-item .product-item-actions > .actions-secondary .action.quickview {
  display: inline-block;
}
.products-grid.effect2 .product-item .product.details {
  padding: 16px 20px;
}
.products-grid.effect2 .product-item .product-item-inner .product-item-actions .actions-primary {
  -ms-flex: 0 0 calc(33.33333333%);
  flex: 0 0 calc(33.33333333%);
  max-width: calc(33.33333333%);
}
.products-grid.effect2 .product-item .product-item-inner .product-item-actions .actions-secondary {
  -ms-flex: 0 0 calc(66.66666667%);
  flex: 0 0 calc(66.66666667%);
  max-width: calc(66.66666667%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.products-grid.effect2 .product-item .product-item-inner .product-item-actions .action.quickview {
  display: inline-block;
}
.products-grid.effect2 .product-item .product-item-inner .product-item-actions.hide-action-cart .actions-secondary {
  -ms-flex: 0 0 calc(100%);
  flex: 0 0 calc(100%);
  max-width: calc(100%);
}
.category-product-actions .toolbar-products .toolbar-amount,
.category-product-actions .toolbar-products .toolbar-sorter .sorter-label {
  display: inline-block;
}
.category-product-actions .toolbar-products .filter-placeholder,
.category-product-actions .toolbar-products .toolbar-sorter {
  text-align: center;
}
.products-grid:not(.effect2) .product-item .product-item-actions > .actions-secondary {
  right: 20px;
  top: 20px;
}
.products.products-list .product-item .product-item-info {
  padding-right: 220px;
}
.products.products-list .product-item .product-item-info .product-right .product-item-inner {
  max-width: 220px;
}
.products.products-list .product-item .product-item-info .product-left {
  flex: 0 0 calc(100% / 3);
  flex-basis: calc(100% / 3);
  padding-right: 20px;
}
.products.products-list .product-item .product-item-info .product-right {
  flex: 0 0 calc(100% - (100% / 3));
  flex-basis: calc(100% - (100% / 3));
}
.products.products-list .product-item .product-item-info .product-right .product.name {
  padding-right: 60px;
}
.products.products-list .product-item .product-item-info .product-right .product-item-inner .action.towishlist {
  right: calc(100% + 60px);
}
.category-product-actions .toolbar-products .modes {
  display: inline-block;
  float: none;
  text-align: right;
  margin-right: 0;
}
.category-product-actions .toolbar-products .modes .modes-mode {
  padding: 4px 5px;
}
.category-product-actions .toolbar-products .modes .modes-mode:before {
  font-size: 20px;
}
.category-product-actions .toolbar-products .modes .modes-mode.active {
  background-color: #333;
}
.category-product-actions .toolbar-products .modes .modes-mode.active:before {
  color: #fff;
}
.landing-categories .info-subcate {
  min-width: 170px;
}
.landing-categories .info-subcate span.sub-title {
  font-size: 14px;
}
.catalog-product-view .product-detail-media .product.media {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  float: unset;
}
.catalog-product-view .product-detail-infomation-content .product-info-main {
  width: unset;
  padding-left: 0;
  padding-right: 0;
}
.full-width .columns {
  width: 100%;
  max-width: 100% !important;
}
body.full-width .frame {
  max-width: unset;
}
body.catalog-product-view.full-width .page-main {
  max-width: unset;
}
.product.info.detailed.after-content .product-data-items-content .title-accordion {
  display: none;
}
.product-info-main [class*="col-"] + [class*="col-"]:before {
  content: '';
  width: 1px;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ebebeb;
}
.product-info-main .product-name {
  font-size: 24px;
}
.product-info-main .bundle-options-container .bundle-options-wrapper,
.product-info-main .bundle-options-container .product-options-wrapper {
  float: unset;
  width: unset;
}
body.page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
body.page-layout-2columns-left .bundle-options-container .block-bundle-summary,
body.page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
body.page-layout-2columns-right .bundle-options-container .block-bundle-summary,
body.page-layout-3columns .bundle-options-container .bundle-options-wrapper,
body.page-layout-3columns .bundle-options-container .block-bundle-summary {
  float: unset;
  width: unset;
}
.bundle-options-container p.required {
  margin-top: 20px;
}
.quickViewDetails .catalog-product-view .product-info-media-wrapper {
  padding-left: 25px;
  padding-right: 15px;
  padding-top: 25px;
  max-height: 100%;
  width: 38%;
}
.quickViewDetails .catalog-product-view .product-info-main-wrapper {
  padding-left: 15px;
  padding-right: 30px;
  width: 62%;
}
.quickViewDetails .page-title-wrapper {
  padding: 0;
}
.quickViewDetails.modal-popup .modal-header .action-close:before {
  font-family: "molla";
  content: '\f191';
}
.quickViewDetails.modal-popup .modal-header .action-close {
  right: 0px;
  padding: 0;
  width: 36px;
  height: 36px;
  background-color: #333 !important;
}
.quickViewDetails .product_quickview_content .product-info-main-wrapper .product-info-main .page-title-wrapper .page-title {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.025em;
  margin-bottom: 12px;
  margin-top: -5px;
  padding-right: 10px;
}
.quickViewDetails .product_quickview_content .product-info-main-wrapper .product-info-main .product-reviews-summary {
  margin-left: 5px;
}
.quickViewDetails .column.main.product-info-clearfix {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-y: scroll;
}
.quickViewDetails .product.media .slick-vertical .slick-slide {
  padding: 0;
  margin-bottom: 10px;
}
.product-info-main .stock.available {
  display: none;
}
.page-layout-1column .quickViewDetails .product-info-main .box-tocart .fieldset .field.qty {
  width: unset;
}
.page-layout-1column .quickViewDetails .product-info-main .box-tocart .actions,
.page-layout-1column .quickViewDetails .product-options-bottom .box-tocart .actions {
  margin-bottom: 20px;
}
.quickViewDetails .product.media .horizontal-thumbnail {
  margin: 0;
  width: unset;
  margin-left: -5px;
  margin-right: -5px;
}
.quickViewDetails .product.media .horizontal-thumbnail.owl-carousel .owl-nav button:before {
  font-family: 'molla';
  content: '\f111';
}
.quickViewDetails .product.media .horizontal-thumbnail.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action:before {
  font-family: 'molla';
  content: '\f111';
}
.quickViewDetails .product.media .horizontal-thumbnail.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next:before {
  content: '\f112';
}
.quickViewDetails .product.media .horizontal-thumbnail.owl-carousel .owl-nav .cart.table-wrapper .action-gift:before {
  font-family: 'molla';
  content: '\f111';
}
.quickViewDetails .product.media .horizontal-thumbnail.owl-carousel .owl-nav .cart.table-wrapper .action-gift.owl-next:before {
  content: '\f112';
}
.quickViewDetails .product.media .horizontal-thumbnail.owl-carousel .owl-nav button.owl-next:before {
  content: '\f112';
}
.quickViewDetails .product_quickview_content > .catalog-product-view .product.media .horizontal-thumbnail .owl-item {
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-bottom: 10px;
}
.quickViewDetails.modal-popup .modal-header .action-close::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.quickViewDetails.modal-popup .modal-header .action-close::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.quickViewDetails.modal-popup .modal-header .action-close:not(:hover)::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.quickViewDetails.modal-popup .modal-header .action-close:not(:hover)::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.quickViewDetails.modal-popup .modal-header .action-close:hover {
  opacity: .75;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  body:not(.page-layout-2columns-right):not(.page-layout-2columns-left) .product-detail__infomation__media:not(.product-details-centered) .product-info-main .product-add-form .box-tocart .actions,
  body:not(.page-layout-2columns-right):not(.page-layout-2columns-left) .product-detail__infomation__media:not(.product-details-centered) .product-options-bottom .product-add-form .box-tocart .actions {
    margin-bottom: 0;
  }
  .product-info-main .product-addto-links,
  .product-options-bottom .product-addto-links {
    margin-left: 0;
    margin-top: 15px;
  }
  .page-layout-2columns-right.full-width .product-info-main .box-tocart .actions,
  .page-layout-2columns-left.full-width .product-info-main .box-tocart .actions,
  .page-layout-2columns-right.full-width .product-options-bottom .box-tocart .actions,
  .page-layout-2columns-left.full-width .product-options-bottom .box-tocart .actions {
    margin-bottom: 0;
  }
  .quickViewDetails .product.media {
    margin-bottom: 0;
  }
  .quickViewDetails .product.media .vertical-gallery #vertical-thumbnail-wrapper {
    display: none;
  }
  .quickViewDetails .product.media .vertical-gallery .product-thumbnail-top.gallery-vertical {
    margin-bottom: 0;
  }
  .quickViewDetails .catalog-product-view .product-info-media-wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .page-layout-2columns-right:not(.full-width) .product-info-main .box-tocart .input-text.qty,
  .page-layout-2columns-left:not(.full-width) .product-info-main .box-tocart .input-text.qty,
  .page-layout-2columns-right:not(.full-width) .product-options-bottom .box-tocart .input-text.qty,
  .page-layout-2columns-left:not(.full-width) .product-options-bottom .box-tocart .input-text.qty {
    min-width: 91px;
  }
  .page-layout-2columns-right:not(.full-width) .product-info-main .box-tocart .actions .btn-cart,
  .page-layout-2columns-left:not(.full-width) .product-info-main .box-tocart .actions .btn-cart,
  .page-layout-2columns-right:not(.full-width) .product-options-bottom .box-tocart .actions .btn-cart,
  .page-layout-2columns-left:not(.full-width) .product-options-bottom .box-tocart .actions .btn-cart {
    min-width: unset;
    width: 174px;
  }
  .page-layout-2columns-right .product.info.detailed .product.data.items .item.title:not(:last-child) .switch,
  .page-layout-2columns-left .product.info.detailed .product.data.items .item.title:not(:last-child) .switch {
    margin-right: 10px;
  }
  .page-layout-2columns-right .product.info.detailed .product.data.items .item.title > .switch,
  .page-layout-2columns-left .product.info.detailed .product.data.items .item.title > .switch {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.page-layout-2columns-right.full-width .page-main > .columns .sidebar.sidebar-main,
  body.page-layout-2columns-left.full-width .page-main > .columns .sidebar.sidebar-main,
  body.page-layout-2columns-right.full-width .page-main > .columns .sidebar.sidebar-additional,
  body.page-layout-2columns-left.full-width .page-main > .columns .sidebar.sidebar-additional {
    display: none;
  }
  .full-width .columns {
    padding-left: 5px;
    padding-right: 5px;
  }
  .product-info-main .product-addto-links,
  .product-options-bottom .product-addto-links {
    margin-left: 0;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    margin-right: 10px;
  }
  .product.info.detailed.after-content .margin-top-60 {
    margin-top: 55px;
  }
}
@media (min-width: 992px) {
  body.page-layout-2columns-right .page-main > .columns .column.main,
  body.page-layout-2columns-left .page-main > .columns .column.main {
    width: 75%;
  }
  body.page-layout-2columns-right .page-main > .columns .sidebar.sidebar-main,
  body.page-layout-2columns-left .page-main > .columns .sidebar.sidebar-main,
  body.page-layout-2columns-right .page-main > .columns .sidebar.sidebar-additional,
  body.page-layout-2columns-left .page-main > .columns .sidebar.sidebar-additional {
    width: 25%;
  }
  body.page-layout-2columns-right.full-width .page-main > .columns .column.main,
  body.page-layout-2columns-left.full-width .page-main > .columns .column.main {
    width: 100%;
  }
  .full-width.catalog-product-view .col-des-7 {
    flex: 0 0 56.5%;
    max-width: 56.5%;
  }
  .full-width.catalog-product-view .col-des-5 {
    flex: 0 0 43.5%;
    max-width: 43.5%;
  }
  div.product.media .vertical-gallery .product-thumbnail-top.gallery-vertical:not(.no-thumbnail) {
    flex: 0 0 80%;
    max-width: 80%;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0;
  }
  div.product.media .vertical-gallery #vertical-thumbnail-wrapper {
    width: unset;
    max-width: 20%;
    flex: 0 0 20%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .product.media .vertical-gallery .icon-angle-down:before {
    content: '\f110';
  }
  .product.media .vertical-gallery .icon-angle-up:before {
    content: '\e802';
  }
  .product.media .vertical-gallery {
    flex-direction: row-reverse;
    margin-left: -5px;
    margin-right: -5px;
  }
  .product.media .vertical-gallery .item-thumb:before,
  .product.media .vertical-gallery .item-thumb:after {
    left: 0;
    right: 0;
  }
  .page-layout-2columns-right.full-width .product-info-main .box-tocart .actions,
  .page-layout-2columns-left.full-width .product-info-main .box-tocart .actions,
  .page-layout-2columns-right.full-width .product-options-bottom .box-tocart .actions,
  .page-layout-2columns-left.full-width .product-options-bottom .box-tocart .actions {
    margin-right: 40px;
  }
  .page-layout-2columns-right.full-width .product-info-main .product-addto-links,
  .page-layout-2columns-left.full-width .product-info-main .product-addto-links,
  .page-layout-2columns-right.full-width .product-options-bottom .product-addto-links,
  .page-layout-2columns-left.full-width .product-options-bottom .product-addto-links {
    margin-left: 0;
  }
  .vertical-gallery .btn-product-gallery {
    right: 25px;
  }
  .product-detail-infomation.product-infomation-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .page-layout-2columns-right:not(.full-width) .product-info-main .box-tocart .actions .btn-cart,
  .page-layout-2columns-left:not(.full-width) .product-info-main .box-tocart .actions .btn-cart {
    width: 207px;
  }
  .page-layout-2columns-right.full-width .product-info-main .box-tocart .actions .btn-cart,
  .page-layout-2columns-left.full-width .product-info-main .box-tocart .actions .btn-cart {
    min-width: 149px;
  }
  .page-layout-2columns-right.full-width .product-info-main .box-tocart .actions,
  .page-layout-2columns-left.full-width .product-info-main .box-tocart .actions,
  .page-layout-2columns-right.full-width .product-options-bottom .box-tocart .actions,
  .page-layout-2columns-left.full-width .product-options-bottom .box-tocart .actions {
    margin-right: 40px;
  }
  .page-layout-2columns-right.full-width .product-info-main .product-addto-links,
  .page-layout-2columns-left.full-width .product-info-main .product-addto-links,
  .page-layout-2columns-right.full-width .product-options-bottom .product-addto-links,
  .page-layout-2columns-left.full-width .product-options-bottom .product-addto-links {
    margin-left: 0;
  }
  body.page-layout-2columns-right.full-width .page-main > .columns .column.main,
  body.page-layout-2columns-left.full-width .page-main > .columns .column.main {
    width: 83.33333333%;
  }
  body.page-layout-2columns-right.full-width .page-main > .columns .sidebar.sidebar-main,
  body.page-layout-2columns-left.full-width .page-main > .columns .sidebar.sidebar-main,
  body.page-layout-2columns-right.full-width .page-main > .columns .sidebar.sidebar-additional,
  body.page-layout-2columns-left.full-width .page-main > .columns .sidebar.sidebar-additional {
    width: 16.66666667%;
  }
  .full-width .columns {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.page-layout-1column .margin-top--100 {
    margin-top: -150px;
  }
  .product.info.detailed.after-content .margin-top-60 {
    margin-top: 55px;
  }
  .product.info.detailed.after-content .padding-left-20 {
    padding-left: 20px;
  }
}
.filter-current {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 30px;
}
.filter-current .items .item {
  margin-right: 20px;
  padding: 5px 8px;
  border: 1px solid #eaeaea;
  background: #fff;
  color: #222;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 5px;
  font-size: 0.875rem;
  position: relative;
  display: inline-block;
}
.filter-current .items .item .filter-label {
  display: inline-block;
  font-weight: 600;
}
.filter-current .items .item .action.remove {
  position: absolute;
  font-size: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-width: 0;
  cursor: pointer;
  border-color: #eaeaea;
}
@media (max-width: 1500px) and (min-width: 1366px) {
  header.page-header .header-area.search-icon-bottom .block-search .block-content {
    padding: 0 40px;
  }
}
@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;
  }
}
.intro-slider .page-header-sliders a.item-image {
  min-height: 500px;
}
.intro-slider .page-header-sliders .slide-text .inner-text {
  padding: 0;
}
.intro-slider .page-header-sliders .slide-text .inner-text .intro-content .intro-title {
  font-size: 50px;
}
.intro-slider .page-header-sliders .slide-text .inner-text .intro-content .btn.btn-default {
  padding: 12.5px 15px;
  min-width: 170px;
}
.deal-banner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 20px;
  background-color: #fff;
  margin-bottom: 20px;
}
.deal-banner .deal-content {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 35px 0 20px;
}
.deal-banner .deal-image {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.icon-boxes {
  padding-bottom: 0;
  padding-top: 0;
}
.icon-boxes .banner-service {
  background-color: #ffffff;
}
.newsletter-home .heading {
  margin-bottom: 20px;
}
.newsletter-home .heading .sub-title {
  color: inherit;
  font-size: 16px;
  margin-top: 7px;
}
.newsletter-home .heading .sub-title > span {
  color: #fff;
  font-weight: 400;
}
.newsletter-home .conts-newsletter .block.newsletter {
  width: 50%;
  margin: 0 auto;
}
.newsletter-home .conts-newsletter .block.newsletter .field {
  margin-right: 0;
}
.newsletter-home .conts-newsletter .block.newsletter .field .control:before {
  display: none;
}
.newsletter-home .conts-newsletter .block.newsletter input {
  width: 100%;
  height: 46px;
  line-height: 46px;
  border-right-color: transparent;
}
.newsletter-home .conts-newsletter .block.newsletter .action.subscribe {
  border-radius: 0;
  margin-left: 0;
  height: 46px;
  line-height: 46px;
  padding: 0;
  background-color: #fff;
  color: #333;
  font-weight: 500;
  min-width: 150px;
  padding-left: 1rem;
  padding-right: 0;
  border: none;
}
.newsletter-home .conts-newsletter .block.newsletter .action.subscribe:after {
  content: '\f274';
  font-family: "molla";
  margin-left: 10px;
}
.newsletter-home .conts-newsletter .block.newsletter .action.subscribe:hover {
  background-color: #a6c76d;
  color: #fff;
}
.intro-slider.v4 .page-header-sliders .slide-text .inner-text {
  max-width: 75%;
  padding: 0 85px;
}
.intro-slider.v4 .page-header-sliders .slide-text .inner-text .intro-content .intro-subtitle {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 300;
}
.intro-slider.v4 .page-header-sliders .slide-text .inner-text .intro-content .intro-title {
  font-size: 52px;
}
.intro-slider.v4 .page-header-sliders .slide-text .inner-text .intro-content .intro-price {
  font-size: 30px;
  margin-bottom: 23px;
}
@media (min-width: 991.98px) {
  .cta-horizontal.cta-horizontal-box.bg-image .col-auto {
    text-align: right;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .icon-box-group .line > [class*="col-"] + [class*="col-"]:before {
    content: '';
    display: block;
    width: 1px;
    height: 53px;
    background-color: #e9e9e9;
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -25px;
  }
  .icon-box-group .icon-box-side.icon-box-left {
    padding: 20px 10px 20px 70px;
  }
  .icon-box-group .icon-box-side.icon-box-left .icon-box-icon {
    top: -9px;
    font-size: 40px;
  }
  .icon-box-group .icon-box-side.icon-box .icon-box-content .icon-box-title {
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  .intro-slider.v5 .page-header-sliders .slide-text .inner-text {
    max-width: 100%;
    width: 100%;
  }
  .intro-slider.v5 .page-header-sliders .slide-text .inner-text .intro-content .intro-col {
    padding-left: 80px;
    margin-left: 25%;
  }
  .intro-slider.v5 .page-header-sliders .slide-text .inner-text .intro-content .intro-subtitle {
    margin-bottom: 10px;
    font-weight: 300;
  }
  .intro-slider.v5 .page-header-sliders .slide-text .inner-text .intro-content .intro-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .intro-slider.v5 .page-header-sliders .slide-text .inner-text .intro-content .intro-title > span {
    display: block;
    margin-top: 12px;
  }
  .intro-slider.v5 .page-header-sliders .slide-text .inner-text .intro-content .intro-title > span > .text-primary {
    font-size: 50px;
  }
  .intro-slider.v5 .page-header-sliders .slide-text .inner-text .intro-content .btn.btn-default {
    min-width: 200px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cta-horizontal.cta-horizontal-box h3.cta-title,
  .cta-horizontal.cta-horizontal-box p.cta-desc {
    text-align: left;
  }
  .cta-horizontal.cta-horizontal-box .conts-newsletter {
    margin-top: 0;
    max-width: 100%;
  }
}
.banner-overlay .banner-content .banner-title {
  margin-bottom: 45px;
}
.intro-slider.v3 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text > .inner-text {
  max-width: 90%;
}
.intro-slider.v3 .page-header-sliders .slide-text .inner-text .intro-content .intro-text,
.intro-slider.v3 .page-header-sliders .slide-text .inner-text .intro-content .intro-subtitle {
  font-size: 24px;
  font-weight: 300;
}
.intro-slider.v3 .page-header-sliders .slide-text .inner-text .intro-content > .intro-title {
  font-size: 140px;
  font-weight: 400;
  line-height: .55;
  margin-bottom: 43px;
}
.intro-slider.v3 .page-header-sliders .slide-text .inner-text .intro-content .intro-text {
  margin-bottom: 40px;
}
.cta-separator-big .cta.cta-border .cta-border-wrapper .cta-wrapper {
  padding: 0;
}
.cta-separator-big .cta.cta-border .cta-border-wrapper .cta-wrapper h3.title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 8px;
}
.cta-separator-big .cta.cta-border .cta-border-wrapper .cta-wrapper .social-icon {
  width: 46px;
  height: 46px;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  body.boxed:not(.fbuilder-create-element) > .page-wrapper .frame {
    padding-left: 60px;
    padding-right: 60px;
  }
  body.boxed:not(.cms-index-index) > .page-wrapper .page-main > .columns {
    padding-left: 60px;
    padding-right: 60px;
  }
  .boxed.cms-index-index #maincontent .section-builder .frame,
  .boxed.cms-page-view #maincontent .section-builder .frame {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
@media (max-width: 767px) {
  .instagram-feed {
    padding-top: 50px !important;
  }
  .instagram-feed .title-instagram-block .instagram-feed-title {
    position: static;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    border: 0;
    height: auto;
    margin-bottom: 30px;
    background-color: transparent;
  }
}
.cta-separator-big .cta.cta-border .cta-border-wrapper .cta-wrapper {
  padding: 0;
}
.cta-separator-big .cta.cta-border .cta-border-wrapper .cta-wrapper h3.title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 8px;
}
.cta-separator-big .cta.cta-border .cta-border-wrapper .cta-wrapper .social-icon {
  width: 46px;
  height: 46px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cta-separator-big .cta.cta-border .cta-border-wrapper {
    padding-bottom: 0;
  }
  .cta-separator-big .cta.cta-border .cta-border-wrapper .cta-wrapper .conts-newsletter .block.newsletter {
    margin-bottom: 0;
  }
}
.cta.cta-border .cta-border-wrapper .line > div + div {
  border-left: 1px solid #d7d7d7;
}
@media (max-width: 576px) {
  .banner-large .promobanner img {
    min-height: 150px;
  }
  .banner-large .banner-text .banner-content.banner-medium .banner-subtitle {
    display: none;
  }
  .banner-text .banner-content.banner-medium .banner-title {
    font-size: 18px;
  }
}
/*===========================Style for about 1============================*/
/**ắm
 * Start style for general about us
*/
.title {
  font-size: 24px;
  letter-spacing: -0.03em;
}
/**
 * End style for general about us
*/
/**
 * Start style for block about overall
*/
/**
 * End style for block about overall
*/
/**
 * Start style for block about intro
*/
.about_intro {
  margin-bottom: 80px;
}
/**
 * End style for block about intro
*/
/**
* Start style for faq
*/
/**
 * End style for block faq
*/
/**
 * Start style for block about brand
*/
.about-brand .brands-text .title {
  font-size: 24px;
}
/**
 * End style for block about brand
*/
/**
 * Start style for block about our team
*/
/**
 * End style for block about our team
*/
/**
 * Start style for block about profile
*/
/**
 * End style for block about profile
*/
/**
 * Start style for block about testimonial
*/
/**
 * End style for block about testimonial
*/
/*==============================Style for about 2=====================================*/
/**
 * Start style for block about general
*/
/**
 * End style for block about general
*/
/**
 * Start style for block about group icon
*/
.about_group_icon .icon-box .icon-box-content br {
  display: block;
}
/**
 * End style for block about group icon
*/
/**
 * Start style for block about count down
*/
/**
 * End style for block about count down
*/
/**
 * Start style for block about portfolio
*/
/**
 * End style for block about portfolio
*/
/**
 * Start style for block about brand
*/
/**
 * End style for block about brand
*/
/*==================STYLE FOR CONTACT PAGE=================================*/
/*==================END STYLE FOR CONTACT PAGE 2===========================*/
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .contact-form-sub {
    max-width: 75%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-form .contact-form-sub {
    max-width: 58.333333%;
  }
}
/*==================END STYLE FOR CONTACT PAGE 2===========================*/
/*==================END STYLE FOR CONTACT PAGE=============================*/
/*==================STYLE FOR FAQ PAGE=====================================*/
/*==============================END STYLE FOR FAQ PAGE ======================*/
/*==============================STYLE FOR 404 PAGE=============================*/
/*==================================END STYLE FOR 404 PAGE ==================*/
/*==================================STYLE FOR COMING SOON ====================*/
/*==============================END STYLE FOR COMING SOON PAGE ================*/
/* Make style for about us */
.cms-page-view .page-main .section-builder.about__overall {
  margin-top: 20px;
}
.cms-page-view .page-main .section-builder.about_general {
  margin-top: 5px;
}
/*Make style for contact us*/
.contact-index-index .section-builder.contact_form_1 {
  margin-top: 22px;
}
.contact-index-index .store-list-container.store-list-contact .owl-carousel .owl-dots {
  bottom: -10px;
}
@media (max-width: 1180px) {
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-details {
    padding: 5px 5px;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-details .color-container.mb-2 {
    margin-bottom: 10px;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-details .price-box .price-container {
    margin-bottom: 10px;
    display: block;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .product-size {
  right: 0;
}
.catalog-category-view .products-grid .product-item .product-item-info .wrapper-container {
  display: flex;
}
@media (max-width: 1180px) {
  .catalog-category-view .products-grid .product-item .product-item-info .wrapper-container {
    display: block;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .wrapper-container .price-box {
  margin-bottom: 0;
}
.catalog-category-view .products-grid .product-item .product-item-info .wrapper-container .price-box .price {
  font-size: 18px;
  font-weight: 600;
  color: #1C5AA8;
}
.catalog-category-view .products-grid .product-item .product-item-info .wrapper-container button.action.tocart {
  display: flex;
  align-items: center;
  border-radius: 42px;
  background-color: #F16820 !important;
  padding: 10px 20px;
  border: 0;
}
.catalog-category-view .products-grid .product-item .product-item-info .wrapper-container button.action.tocart:before {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxOCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMzEyNSAxLjI1SDIuNjI1TDMuMTg3NSAzLjVNMy4xODc1IDMuNUw1LjA2MjUgMTFIMTQuODEyNUwxNi42ODc1IDMuNUgzLjE4NzVaIiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTUuMDYyNSAxNC43NUM1LjY4MzgyIDE0Ljc1IDYuMTg3NSAxNC4yNDYzIDYuMTg3NSAxMy42MjVDNi4xODc1IDEzLjAwMzcgNS42ODM4MiAxMi41IDUuMDYyNSAxMi41QzQuNDQxMTggMTIuNSAzLjkzNzUgMTMuMDAzNyAzLjkzNzUgMTMuNjI1QzMuOTM3NSAxNC4yNDYzIDQuNDQxMTggMTQuNzUgNS4wNjI1IDE0Ljc1WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNC44MTI1IDE0Ljc1QzE1LjQzMzggMTQuNzUgMTUuOTM3NSAxNC4yNDYzIDE1LjkzNzUgMTMuNjI1QzE1LjkzNzUgMTMuMDAzNyAxNS40MzM4IDEyLjUgMTQuODEyNSAxMi41QzE0LjE5MTIgMTIuNSAxMy42ODc1IDEzLjAwMzcgMTMuNjg3NSAxMy42MjVDMTMuNjg3NSAxNC4yNDYzIDE0LjE5MTIgMTQuNzUgMTQuODEyNSAxNC43NVoiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  width: 18px;
  height: 16px;
  order: 1;
  margin-left: 8px;
  display: none;
}
.catalog-category-view .products-grid .product-item .product-item-info .wrapper-container button.action span {
  display: inline;
  position: relative;
  right: 0;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  padding: 0;
  font-size: 14px;
  color: white;
  text-transform: capitalize;
  line-height: normal;
}
.products-grid .product-item .product-item-info {
  border-radius: 0 22px 22px 22px;
  border: 1px solid #E2E2E2;
}
.products-grid .product-item .product-item-info .product-item-photo {
  padding-top: 10px;
  display: block;
}
.products-grid .product-item .product-item-info .product-brand {
  color: #2D2D2D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6px 20px;
}
.products-grid .product-item .product-item-info .product-size {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  background-color: #1C5AA8;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0 22px 0 25px;
  padding: 5px 20px;
}
.products-grid .product-item .product-item-info .product-item-name {
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 11px;
}
.products-grid .product-item .product-item-info .product-item-name .attributes-name {
  color: #939393;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.products-grid .product-item .product-item-info .color-container.noOption {
  min-height: 20px;
  display: block;
}
.products-grid .product-item .product-item-info .color-container div {
  border: 1px solid #E2E2E2;
  border-radius: 50%;
}
.products-grid .product-item .product-item-info .product-item-actions .actions-primary {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  border-bottom: 0;
}
.products-grid .product-item .product-item-info .product-item-actions .actions-primary .wrapper-container.no-brands {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.products-grid .product-item .product-item-info .product-item-actions .actions-primary .wrapper-container .price-box {
  margin-bottom: 0;
}
.products-grid .product-item .product-item-info .product-item-actions .actions-primary .wrapper-container .price-box .price {
  font-size: 18px;
  font-weight: 600;
  color: #1C5AA8;
}
.products-grid .product-item .product-item-info .product-item-actions .actions-primary .wrapper-container button.tocart {
  display: flex;
  align-items: center;
  border-radius: 42px;
  background-color: #F16820 !important;
  padding: 10px 20px;
  border: 0;
  min-width: 0;
  width: 100%;
}
.products-grid .product-item .product-item-info .product-item-actions .actions-primary .wrapper-container button.tocart:before {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxOCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMzEyNSAxLjI1SDIuNjI1TDMuMTg3NSAzLjVNMy4xODc1IDMuNUw1LjA2MjUgMTFIMTQuODEyNUwxNi42ODc1IDMuNUgzLjE4NzVaIiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTUuMDYyNSAxNC43NUM1LjY4MzgyIDE0Ljc1IDYuMTg3NSAxNC4yNDYzIDYuMTg3NSAxMy42MjVDNi4xODc1IDEzLjAwMzcgNS42ODM4MiAxMi41IDUuMDYyNSAxMi41QzQuNDQxMTggMTIuNSAzLjkzNzUgMTMuMDAzNyAzLjkzNzUgMTMuNjI1QzMuOTM3NSAxNC4yNDYzIDQuNDQxMTggMTQuNzUgNS4wNjI1IDE0Ljc1WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNC44MTI1IDE0Ljc1QzE1LjQzMzggMTQuNzUgMTUuOTM3NSAxNC4yNDYzIDE1LjkzNzUgMTMuNjI1QzE1LjkzNzUgMTMuMDAzNyAxNS40MzM4IDEyLjUgMTQuODEyNSAxMi41QzE0LjE5MTIgMTIuNSAxMy42ODc1IDEzLjAwMzcgMTMuNjg3NSAxMy42MjVDMTMuNjg3NSAxNC4yNDYzIDE0LjE5MTIgMTQuNzUgMTQuODEyNSAxNC43NVoiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  width: 18px;
  height: 16px;
  order: 1;
  margin-left: 8px;
  display: none;
}
.products-grid .product-item .product-item-info .product-item-actions .actions-primary .wrapper-container button.action span {
  display: inline;
  position: relative;
  right: 0;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  padding: 0;
  font-size: 14px;
  color: white;
  text-transform: capitalize;
  line-height: normal;
}
.checkout-cart-index .column #cart-totals .grand.totals th.mark {
  font-size: 18px;
}
.checkout-cart-index .column #cart-totals .grand.totals th.mark strong {
  font-weight: 600;
}
.checkout-cart-index .column #cart-totals .grand.totals td .price {
  font-size: 18px;
}
.checkout-cart-index .column .cart-container #shopping-cart-table tbody .item-info .item .product-item-details .product-item-name a {
  font-size: 20px;
  color: #393e38;
  line-height: 18px;
}
.checkout-cart-index .column .cart-container #shopping-cart-table tbody .item-info .item .item-options dd {
  font-weight: 600;
}
.checkout-cart-index .column .cart-container #shopping-cart-table tbody .item-info .subtotal .cart-price .price {
  font-size: 24px;
  color: #000;
  font-weight: 400;
}
#minicart-content-wrapper .product-item-details .product-item-name a {
  font-size: 15px;
  color: #393e38;
  line-height: 18px;
}
#minicart-content-wrapper .product-item-details .product-item-pricing .price-container .price {
  font-size: 17px;
  color: #393e38;
}
#minicart-content-wrapper .product-item-details .product.options .content .list dd {
  font-weight: 600;
}
#minicart-content-wrapper .block-content .subtotal .label {
  text-align: left;
  font-weight: 600;
}
#minicart-content-wrapper .block-content .subtotal .price-container .price {
  font-size: 18px;
  font-weight: 600;
}
.checkout-index-index {
  padding-top: 30px;
}
.checkout-index-index #maincontent {
  margin-top: 0;
}
.checkout-index-index #maincontent .opc-progress-bar {
  margin: 20px;
}
.checkout-index-index #maincontent .opc-block-shipping-information .shipping-information-title .action-edit:before {
  color: #ffffff;
}
.checkout-index-index #maincontent .opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #F16820;
}
.checkout-index-index .columns #checkout {
  background-color: #fff;
  padding: 0 20px;
}
.checkout-index-index .columns #checkout #shipping {
  background-color: white;
  padding: 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.checkout-index-index .columns #checkout #checkout-step-shipping .field {
  display: grid;
  align-items: center;
  grid-template-columns: 20% 1fr;
}
.checkout-index-index .columns #checkout #checkout-step-shipping .field label {
  margin: 0;
}
.checkout-index-index .columns #checkout #checkout-step-shipping .field .control .field {
  display: block;
}
.checkout-index-index .columns .opc-sidebar {
  margin: 0 0 20px;
}
.checkout-index-index .columns .checkout-shipping-method {
  background-color: white;
  padding: 10px;
  border-radius: 2px;
  margin: 10px 0;
}
.checkout-index-index .columns .checkout-shipping-method #shipping-method-buttons-container {
  display: flex;
  justify-content: space-between;
}
.checkout-index-index .columns .checkout-shipping-method #shipping-method-buttons-container:before,
.checkout-index-index .columns .checkout-shipping-method #shipping-method-buttons-container:after {
  display: none;
}
.checkout-index-index .columns .checkout-shipping-method #shipping-method-buttons-container > .primary {
  float: none;
}
.checkout-index-index .columns #checkout-shipping-method-load .table-checkout-shipping-method tbody tr td.col-price {
  text-align: left;
}
.brands-container {
  width: 100%;
}
@media (max-width: 768px) {
  .brands-container {
    justify-content: center;
    margin-bottom: 10px;
  }
}
.brands-container .brand_text {
  border: 1px solid #ccc;
  font-size: 12px;
  border-radius: 16px;
  padding: 2px 5px;
  line-height: 18px;
  color: #000;
  font-weight: 600;
  display: inline-block;
  float: left;
  margin-bottom: 2px;
}
.brands-container .brand_images {
  display: inline-block;
  float: left;
  margin-bottom: 2px;
}
.brands-container .brand_images img {
  width: 30px !important;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  padding: 1px;
  border: 1px solid #ccc;
  transition: transform 0.2s ease-in-out;
}
p,
span,
strong,
div {
  font-family: 'Raleway', sans-serif !important;
}
.cms-page-view .page-title-content h1.page-title span.base {
  font-weight: 700;
  color: #1c5aa8;
}
.actions-toolbar {
  margin-left: 0 !important;
}
.store-list-container.store-list-contact .stores .item-store-locator {
  display: flex;
}
.store-list-container.store-list-contact .stores .item-store-locator .store-infor {
  padding-left: 20px;
}
.store-list-container.store-list-contact .stores .item-store-locator .store-infor h4 {
  line-height: 1;
}
.map-info {
  height: 380px;
}
.map-info iframe {
  height: 380px;
}
.input-name {
  padding-right: 10px !important;
}
.input-email {
  padding-left: 10px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .store-list-container.store-list-contact .stores {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .map-info {
    height: 492px;
  }
  .map-info iframe {
    height: 492px;
  }
}
@media (max-width: 992px) {
  .contact-index-index .page-main {
    padding-left: 10px;
    padding-right: 10px;
  }
  .contact-index-index .stores {
    padding-left: 10px;
  }
  .contact-index-index .store-logo {
    margin-bottom: 10px;
  }
}
.customer-account-login .page-main .columns .form-box,
.customer-account-create .page-main .columns .form-box,
.customer-account-forgotpassword .page-main .columns .form-box {
  width: 575px;
}
@media (max-width: 768px) {
  .block-collapsible-nav-content {
    display: none;
  }
  .block-collapsible-nav-content.active {
    display: block;
  }
}
.page-footer .footer.content {
  border-top: none;
  max-width: unset;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.edit-static-form .product.data.items > .item.title > .switch {
  font-size: 16px;
  padding: 6px 25px;
}
.edit-static-form .product.data.items > .item.title > .switch.data {
  font-size: 16px;
  padding: 6px 25px;
}
@media screen and (min-width: 992px) {
  .footer-payments {
    margin-right: 0;
  }
  .footer.content .footer-menu {
    margin-bottom: 0;
    margin-left: 6px;
    margin-right: 0;
  }
  .bottom-footer .social-icons {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  .bottom-footer .frame,
  .bottom-footer .frame-fluid {
    flex-direction: row;
  }
  .footer .bottom-footer .frame,
  .footer-2 .bottom-footer .frame-fluid {
    flex-direction: row;
  }
  .footer-copyright {
    margin-bottom: 0;
    text-align: left;
  }
}
@media (min-width: 1199px) {
  .active-sticky.start-stk .elements-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    animation-name: fixedHeader;
    animation-duration: .4s;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(51, 51, 51, 0.05);
    -moz-box-shadow: 0 3px 6px rgba(51, 51, 51, 0.05);
    box-shadow: 0 3px 6px rgba(51, 51, 51, 0.05);
  }
  .active-sticky.start-stk.header4 .elements-sticky,
  .active-sticky.start-stk.header7 .elements-sticky,
  .active-sticky.start-stk.header6 .elements-sticky,
  .active-sticky.start-stk.header9 .elements-sticky-mb,
  .active-sticky.start-stk.header10 .elements-sticky-mb {
    background-color: #333;
  }
  .active-sticky.start-stk.header3.header-area .horizontal-menu .mgs-megamenu--main > ul > li > a,
  .active-sticky.start-stk.header5 .horizontal-menu .mgs-megamenu--main > ul > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .active-sticky.start-stk.header5 .menu-header-icon > div {
    padding: 13px 0;
  }
  .active-sticky.start-stk.header4.header-area .menu-header-icon > div:not(.search-desktop),
  .active-sticky.start-stk.header7.header-area .menu-header-icon > div:not(.search-desktop) {
    padding: 19px 0;
  }
  .active-sticky.start-stk.header3 .menu-header-icon > div {
    padding: 15px 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-header .header5 .menu-header-icon > div {
    padding: 28px 0;
  }
}
@media screen and (min-width: 1200px) {
  .frame-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .bottom-footer .frame-fluid:before {
    left: 30px;
    right: 30px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .footer3 .widget-call {
    padding-left: 60px;
  }
  .page-header .header4.header-area .horizontal-menu .mgs-megamenu--main > ul > li > a,
  .page-header .header7.header-area .horizontal-menu .mgs-megamenu--main > ul > li > a {
    padding: 20px 28px 20px 10px;
    font-size: 13px;
  }
  header.page-header .header4.header-area .block-search .block-content input,
  header.page-header .header7.header-area .block-search .block-content input {
    width: 200px;
    min-width: 0;
    padding-right: 40px;
  }
  .page-header .header4.header-area .block-search .action.search,
  .page-header .header7.header-area .block-search .action.search {
    width: 40px;
    min-width: 0;
  }
}
.top-wishlist .block.block-wishlist .product-item .product-item-info .product-item-details .product-item-actions .action.quickview {
  display: none;
}
.review-add .review-field-ratings .review-field-rating .review-control-vote {
  overflow: inherit;
}
@media (max-width: 768px) {
  .logo.exits-lg-mb .default-logo {
    display: none;
  }
}
.logo .sticky-logo {
  display: none;
}
@media (min-width: 768px) {
  .header-area.start-stk .logo.exits-lg-stk .default-logo {
    display: none;
  }
}
.header-absolute.cms-index-index.use-builder .page-wrapper .page-header .header-area {
  top: 33px;
}
.header-top-links .actions .theme-header-icon img {
  opacity: 0.5;
  width: 31px;
}
.btn-slider {
  border-radius: 45px;
  background: #f16820;
  padding: 10px 48px;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .slider_mgs_carousel .owl-item .slide-text .inner-text {
    padding: 20px 5px;
  }
}
.slider_mgs_carousel .owl-item .slide-text .inner-text .slide-title {
  color: #2D2D2D;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .slider_mgs_carousel .owl-item .slide-text .inner-text .slide-title {
    font-size: 28px;
    margin-bottom: 5px;
  }
}
.slider_mgs_carousel .owl-item .slide-text .inner-text .slide-announce {
  color: #1C5AA8;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .slider_mgs_carousel .owl-item .slide-text .inner-text .slide-announce {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
.slider_mgs_carousel .owl-item .slide-text .inner-text .slide-description {
  color: #2D2D2D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .slider_mgs_carousel .owl-item .slide-text .inner-text .slide-description {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .owl-carousel .owl-item .item-image img {
    object-fit: cover;
    height: 400px;
  }
}
.banner-icons {
  background-image: url('../images/banner_icons.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 260px;
  height: 122px;
  display: inline-block;
}
.main_banner .inner-text .first_block h1 p {
  font-size: 52px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 12px;
  color: #1c5aa8;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 800;
  text-transform: uppercase;
}
.main_banner .inner-text .first_block h1 p:nth-child(2) {
  font-size: 24px;
  font-style: normal;
  line-height: 28px;
  color: #000;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .main_banner .inner-text .first_block h1 p:nth-child(2) {
    width: 250px;
  }
}
.main_banner .inner-text .first_block a {
  border-radius: 32px;
  background: #f16820;
  padding: 10px 48px;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  font-size: 32px;
  font-style: normal;
  line-height: normal;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .main_banner .inner-text .first_block a {
    font-size: 18px;
  }
}
.main_banner .slider_mgs_carousel {
  max-height: 540px;
}
.main_banner .slider_mgs_carousel .img-responsive {
  max-height: 540px;
  object-fit: cover;
  object-position: top;
}
@media screen and (min-width: 1024px) {
  .homepage_banner .line {
    height: 100%;
  }
  .homepage_banner .main_banner {
    padding: 0 0 0 10px;
  }
  .homepage_banner .main_banner_right {
    padding: 0 10px 0 0;
    display: flex;
    height: 380px;
  }
  .homepage_banner .main_banner_right .image-content {
    display: none;
  }
  .homepage_banner .main_banner_right div[style] {
    background-position: -50px 0;
    height: 100%;
    width: 100%;
  }
  .homepage_banner .main_banner_right_bottom {
    padding: 0 10px 0 0;
    display: flex;
  }
  .homepage_banner .main_banner_right_bottom a {
    padding: 40px 10px 20px 10px;
  }
  .homepage_banner .main_banner_right_bottom a h2 {
    color: white;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
  }
  .homepage_banner .main_banner_right_bottom a p {
    color: #07a7f5;
    text-decoration: underline;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
  }
  .cms-index-index.cms-page2 #maincontent .section-builder.icon-boxes .frame.no-padding {
    padding: 0 25px;
  }
}
.header-7.elements-sticky,
.header-7.elements-sticky-mb {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 850;
  background-color: white;
}
.header-7 .pre-header .frame {
  gap: 10px;
  grid-gap: 10px;
}
body {
  padding-top: 95px;
}
@media (min-width: 1199px) {
  body .left-content.logo .logo {
    margin-right: 20px;
  }
}
#shirttuner_footer {
  background-color: #fff;
  border-top: solid 1px #dedcd3;
  text-align: left;
  position: relative;
  -webkit-box-shadow: 0 5px 5px 0 rgba(22, 22, 23, 0);
  -moz-box-shadow: 0 5px 5px 0 rgba(22, 22, 23, 0);
  box-shadow: 0 5px 5px 0 rgba(22, 22, 23, 0);
  color: black;
  min-width: 0;
  width: 100%;
  float: left;
  font-family: 'Raleway', sans-serif !important;
}
#shirttuner_footer a {
  color: black;
}
#shirttuner_footer a:hover {
  color: #00a8f1;
}
#shirttuner_footer .wrapper {
  margin: auto;
  width: 100%;
  max-width: 1560px;
  min-width: 0;
  height: 100%;
  padding: 0 20px;
}
#shirttuner_footer .top {
  border-bottom: solid 1px #dadcd7;
  padding-top: 20px;
  overflow: auto;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  #shirttuner_footer .top {
    overflow: hidden;
  }
}
#shirttuner_footer .top .item {
  float: left;
  margin-right: 20px;
}
#shirttuner_footer .t {
  font-weight: 600;
}
@media (max-width: 768px) {
  #shirttuner_footer .t {
    font-size: 20px;
    color: #676767;
  }
}
#shirttuner_footer .thankNews {
  display: none;
  background: white;
  padding: 12px;
  position: absolute;
  top: -100px;
  width: 226px;
  height: 86px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  box-shadow: 0 3px 68px 0 rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 3px 68px 0 rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0 3px 68px 0 rgba(0, 0, 0, 0.28);
}
@media (max-width: 768px) {
  #shirttuner_footer .thankNews {
    width: 100%;
    max-width: 100%;
  }
}
#shirttuner_footer .thankNews .ok {
  width: 36px;
  height: 36px;
  float: left;
  margin-right: 10px;
  background: #49bd98;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
#shirttuner_footer .thankNews .bottom_arrow {
  background: url("../images/index_icons.png") -271px -124px;
  width: 24px;
  height: 13px;
  position: absolute;
  bottom: -13px;
  left: 113px;
}
#shirttuner_footer .thankNews strong {
  font-weight: 500;
  font-size: 12px;
  color: black;
  display: block;
}
#shirttuner_footer .thankNews .title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  color: black;
}
#shirttuner_footer .thankNews .txt {
  float: left;
  width: 180px;
  font-size: 11px;
  color: #828282;
}
#shirttuner_footer .thankNews .icon {
  background: url("../images/index_icons.png") -196px -121px;
  width: 15px;
  height: 15px;
  margin: auto;
}
#shirttuner_footer .thankNews .wrap {
  display: table-cell;
  vertical-align: middle;
  width: 36px;
  height: 36px;
}
#shirttuner_footer .news_icon {
  margin-left: 7px;
  margin-top: 7px;
  background: url("../images/index_icons.png") -2px -126px;
  width: 12px;
  height: 9px;
  float: left;
}
#shirttuner_footer .news_icon2 {
  margin-right: 5px;
  margin-top: 4px;
  float: right;
  background: url("../images/index_icons.png") -314px -80px;
  width: 15px;
  height: 15px;
}
#shirttuner_footer input:not(.form-control) {
  border: none;
  background: transparent;
  width: 205px;
  margin-left: 7px;
  margin-bottom: 0px;
  float: left;
  height: 20px;
}
#shirttuner_footer input.form-control {
  height: 46px;
}
@media (max-width: 768px) {
  #shirttuner_footer input.form-control {
    height: 38px;
  }
}
#shirttuner_footer .subtext {
  font-size: 13px;
  padding-top: 8px;
  padding-left: 5px;
}
#shirttuner_footer .top_right {
  overflow: auto;
}
@media (max-width: 768px) {
  #shirttuner_footer .top_right {
    float: left;
    overflow: auto;
  }
}
#shirttuner_footer .top_right .item {
  float: right;
}
#shirttuner_footer .panel1 {
  margin-top: 10px;
  width: 280px;
  height: 45px;
  background-color: #a7a7a7;
  display: table;
}
#shirttuner_footer .panel1 .icon {
  margin-left: 10px;
  margin-top: 4px;
  margin-right: 5px;
  display: inline-block;
  height: 22px;
  width: 22px;
  background: url("../images/index_icons.png") -288px -80px;
}
#shirttuner_footer .panel1 .icon_wrapper {
  display: table-cell;
  vertical-align: middle;
}
#shirttuner_footer .panel1 .text {
  color: white;
  font-weight: bold;
  float: left;
  width: 60px;
  margin-top: 10px;
  line-height: 12px;
  display: table-cell;
}
#shirttuner_footer .panel1 .right {
  float: right;
  width: 165px;
  height: 45px;
  background-color: white;
  font-size: 20px;
  line-height: 45px;
  padding-right: 15px;
  display: table-cell;
  text-align: right;
}
#shirttuner_footer .small_item .icon.item1 {
  background-position: -226px -52px;
}
#shirttuner_footer .small_item .icon.item2 {
  background-position: -253px -52px;
}
#shirttuner_footer .small_item .icon.item3 {
  background-position: -280px -52px;
}
#shirttuner_footer .small_item .icon.item4 {
  background-position: -307px -52px;
  width: 30px !important;
}
#shirttuner_footer .shadow {
  -webkit-box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.08);
  -moz-box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.08);
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.08);
}
#shirttuner_footer .small_item .icon.item5 {
  background-position: -339px -52px;
}
#shirttuner_footer .panel2 {
  margin-top: 10px;
  height: 45px;
  background-color: white;
}
#shirttuner_footer .panel2 .small_item {
  width: 45px;
  height: 35px;
  border-right: solid 1px #f0f0f0;
  padding-top: 10px;
  text-align: center;
  float: left;
}
#shirttuner_footer .panel2 .small_item .item6 {
  background: url("../images/item6.png");
}
#shirttuner_footer .panel2 .icon {
  width: 25px;
  height: 25px;
  background-image: url("../images/index_icons.png");
  display: inline-block;
}
#shirttuner_footer .panel2 .long_item {
  height: 35px;
  width: 90px;
  padding-top: 10px;
  text-align: center;
  float: left;
}
#shirttuner_footer .payment {
  background: url("../images/payment.png") no-repeat;
  width: 269px;
  height: 84px;
  margin-top: 20px;
  margin-right: 80px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#shirttuner_footer .middle {
  padding-top: 45px;
  overflow: auto;
}
#shirttuner_footer .middle .sitemap {
  overflow: auto;
}
@media (max-width: 768px) {
  #shirttuner_footer .middle .sitemap {
    overflow: auto;
    width: 100%;
    float: right;
    margin-top: 40px;
  }
}
#shirttuner_footer .middle .column {
  width: 25%;
  float: left;
}
@media (max-width: 768px) {
  #shirttuner_footer .middle .column {
    width: 100%;
    margin-bottom: 40px;
  }
}
#shirttuner_footer .middle .register {
  margin-top: 20px;
  line-height: 18px;
}
#shirttuner_footer .middle .left {
  float: left;
  text-align: left;
}
@media (max-width: 768px) {
  #shirttuner_footer .middle .left {
    width: 300px;
  }
}
#shirttuner_footer .bottom {
  max-height: none;
  max-width: 1560px;
  margin-top: 50px;
  margin-bottom: 20px;
  overflow: auto;
}
#shirttuner_footer .logo_bottom {
  float: left;
  margin-right: 10px;
  height: 20px;
}
#shirttuner_footer .bottom_text {
  line-height: 20px;
  float: left;
}
#shirttuner_footer .right_text {
  float: right;
  line-height: 20px;
}
.main-banner-icons .line {
  display: none;
}
@media (min-width: 668px) {
  .main-banner-icons .line {
    display: flex;
    flex-wrap: nowrap;
  }
}
.main-banner-icons .col-des-3.col-tb-12.col-mb-12 {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.main-banner-icons .panel-block div[style] {
  text-align: center;
}
.main-banner-icons .panel-block div[style] .main-title-icons {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.main-banner-icons .panel-block div[style] .main-title-announce {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#html-body.catalog-category-view .category-description [data-content-type=image] img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: top;
}
.top-panel {
  z-index: 900;
  position: relative;
}
.action-product {
  display: flex;
  grid-gap: 15px;
  gap: 15px;
}
@media (max-width: 1024px) {
  .action-product {
    display: block;
  }
  .action-product form {
    margin-top: 10px;
  }
  .action-product form .tocart {
    justify-content: center;
  }
}
.action-product-categories {
  grid-gap: 15px;
  gap: 15px;
}
body .columns .column.main .actions-toolbar .primary {
  background-color: #fff !important;
}
body .columns .column.main #shopping-cart-table a.action.action-edit,
body .columns .column.main #shopping-cart-table a.action.action-delete {
  align-items: center;
  border-radius: 0;
  background-color: #f1682000 !important;
  padding: 0;
  border: 0;
  min-width: 0;
  color: #000000 !important;
}
body .columns .column.main a.action.btn.btn-default,
body .columns .column.main a.action.btn-primary,
body .columns .column.main a.action:not(.action-edit),
body .columns .column.main a.action:not(.action-delete) {
  align-items: center;
  border-radius: 42px;
  background-color: #F16820 !important;
  padding: 10px 29px;
  border: 0;
  min-width: 0;
  color: #fff !important;
}
body .columns .column.main a.action.btn.btn-default:hover,
body .columns .column.main a.action.btn-primary:hover,
body .columns .column.main a.action:not(.action-edit):hover,
body .columns .column.main a.action:not(.action-delete):hover {
  background-color: #fff !important;
  color: #F16820 !important;
  border: 1px solid;
  border-color: #F16820 !important;
}
body .columns .column.main a.action.back {
  border-radius: 42px;
  padding: 8px 29px;
  margin-top: 0;
}
body .columns .column.main a.action.back:hover {
  border-color: #F16820 !important;
  color: #F16820 !important;
}
body .columns .column.main button.action.primary,
body .columns .column.main button.action.login,
body .columns .column.main button.action.submit,
body .columns .column.main button.action.checkout,
body .columns .column.main button.action {
  align-items: center;
  border-radius: 42px;
  background-color: #F16820 !important;
  padding: 10px 29px;
  border: 0;
  min-width: 0;
  color: #fff !important;
}
body .columns .column.main button.action.primary:hover,
body .columns .column.main button.action.login:hover,
body .columns .column.main button.action.submit:hover,
body .columns .column.main button.action.checkout:hover,
body .columns .column.main button.action:hover {
  background-color: #fff !important;
  color: #F16820 !important;
  border: 1px solid;
  border-color: #F16820 !important;
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .cart-container:after,
  .header.content:after,
  .page-header .header.panel:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .cart-gift-item,
  .cart-container .form-cart {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .cart-gift-item .actions,
  .cart-container .form-cart .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .cart-gift-item .action.continue,
  .cart-container .form-cart .action.continue {
    float: left;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  html,
  body {
    height: 100%;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .product.data.items > .item.title > .switch,
  .product.data.items > .item.title > .switch.data {
    height: 40px;
    line-height: 40px;
    letter-spacing: -.025em;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@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 {
    width: 33.33333333%;
  }
  .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: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 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: 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: 85px;
  }
}
@media only screen and (min-width: 768px) {
  .header-area .horizontal-menu .nav-main-menu .custom-mega-menu > .dropdown-mega-menu {
    border: 1px solid #eee;
  }
  .header-area .horizontal-menu .nav-main-menu .custom-mega-menu-content .line .col-des-4:last-of-type {
    padding-right: 0;
  }
  .header-area .horizontal-menu .nav-main-menu .custom-mega-menu-content .right-box img {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .header-area .horizontal-menu .nav-main-menu .custom-mega-menu-content .right-top {
    height: 350px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-area .horizontal-menu .nav-main-menu .custom-mega-menu-content .right-bottom {
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header-area .horizontal-menu .nav-main-menu .custom-mega-menu-content .right-box .rightBoxWrapper {
    background: #f16820;
    display: block;
    padding: 7px 12px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    bottom: 15px;
    right: 15px;
    height: auto;
    border-radius: 4px;
  }
  .header-area .horizontal-menu .nav-main-menu .custom-mega-menu-content .right-box .rightBoxWrapper:hover {
    opacity: 0.9;
  }
  .header-area .horizontal-menu .nav-main-menu .custom-mega-menu-content h2 {
    font-size: 30px;
    color: #2c6bbb;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 20px;
  }
}
/** custom */
.actions-toolbar .primary:hover .btn.btn-default,
.btn.btn-default:not(:hover),
.action.btn-default:not(:hover) {
  color: #fff !important;
}
.minicart-wrapper a.action.btn.btn-primary {
  color: #ffffff !important;
}
