.pull-left-xs {
  float: left; }

.pull-right-xs {
  float: right; }

@media (min-width: 576px) and (max-width: 767.98px) {
  .pull-left-sm {
    float: left; }
  .pull-right-sm {
    float: right; } }

@media (min-width: 768px) and (max-width: 1023.98px) {
  .pull-left-md {
    float: left; }
  .pull-right-md {
    float: right; } }

@media (min-width: 1024px) and (max-width: 1439.98px) {
  .pull-left-lg {
    float: left; }
  .pull-right-lg {
    float: right; } }

@media (min-width: 1440px) {
  .pull-left-xl {
    float: left; }
  .pull-right-xl {
    float: right; } }

@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important; } }

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important; } }

@media (max-width: 1023.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (max-width: 1439.98px) {
  .hidden-lg-down {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.row.equal-height > [class^="col"] {
  display: -ms-flexbox;
  display: flex; }

/** New style**/
.clearfix::before, .clearfix::after {
  content: '';
  display: table; }

.clearfix::after {
  clear: both; }

@font-face {
  font-family: 'gill-bold';
  src: url("../../fonts/GillSansMTW03-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'gill-medium';
  src: url("../../fonts/GillSansMTW03-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'gill-regular';
  src: url("../../fonts/GillSansMTW03-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'gill-light';
  src: url("../../fonts/GillSansMTW03-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'lg-mot-emb';
  src: url("../../fonts/fontello.woff2") format("woff2"), url("../../fonts/fontello.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Perforation';
  src: url("../../fonts/fontello-perfo.woff2") format("woff2"), url("../../fonts/fontello-perfo.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Frauen';
  src: url("../../fonts/Frauen-Roman.woff2") format("woff2"), url("../../fonts/Frauen-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.product-detail.product-detail-lpp .product-settings .list-tags li {
  font-size: 0.875rem;
  background: linear-gradient(90deg, #3F8D4C 0.62%, #96D043 33.75%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.product-detail.product-detail-lpp .product_customization {
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0; }
  .product-detail.product-detail-lpp .product_customization .customization-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 8px; }
    @media (max-width: 77.49em) {
      .product-detail.product-detail-lpp .product_customization .customization-grid {
        -ms-grid-columns: (1fr)[3];
            grid-template-columns: repeat(3, 1fr); } }
  .product-detail.product-detail-lpp .product_customization .customization-item {
    background-color: #F2F2F2;
    padding: 15px 8px;
    position: relative;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    min-height: 75px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    cursor: pointer;
    border-radius: 8px; }
    .product-detail.product-detail-lpp .product_customization .customization-item.disabled {
      background-color: #FBFBFB; }
      .product-detail.product-detail-lpp .product_customization .customization-item.disabled .option-value {
        color: #8A8A8A; }
        .product-detail.product-detail-lpp .product_customization .customization-item.disabled .option-value .msg-info {
          text-transform: none; }
      .product-detail.product-detail-lpp .product_customization .customization-item.disabled .option-preview .color-preview {
        background-color: #D3D3D3;
        outline: 1px solid #D3D3D3; }
        .product-detail.product-detail-lpp .product_customization .customization-item.disabled .option-preview .color-preview .empty {
          background-color: #fff000;
          outline: 1px solid #dddddd; }
  .product-detail.product-detail-lpp .product_customization .option-label {
    font-size: 13px;
    color: #8A8A8A;
    margin-bottom: 4px; }
  .product-detail.product-detail-lpp .product_customization .option-value, .product-detail.product-detail-lpp .product_customization .option-subvalue {
    width: 100%;
    max-width: none;
    font-size: 13px;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 4px; }
  .product-detail.product-detail-lpp .product_customization .option-preview {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: end;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-top: 10px; }
    .product-detail.product-detail-lpp .product_customization .option-preview .option-arrow svg {
      width: 1rem;
      height: 1rem; }
  .product-detail.product-detail-lpp .product_customization .color-preview {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    overflow: hidden;
    outline: 2px solid #FFFFFF;
    margin-right: 5px;
    display: inline-block; }
    .product-detail.product-detail-lpp .product_customization .color-preview .empty {
      background-color: #FF0000;
      outline: 1px solid #dddddd; }
    .product-detail.product-detail-lpp .product_customization .color-preview.dual-color {
      display: -ms-flexbox;
      display: flex;
      transform: rotate(45deg); }
      .product-detail.product-detail-lpp .product_customization .color-preview.dual-color > div {
        -ms-flex: 1;
            flex: 1;
        height: 100%; }
  .product-detail.product-detail-lpp .product_customization .preview-image {
    width: 40px;
    height: 40px;
    object-fit: cover; }

@media (max-width: 64.0525em) {
  .product-sticky.sticky-lpp {
    box-shadow: none; } }
