@charset "UTF-8";
/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
@font-face {
  font-family: "bloomingdales-o";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../../fonts/icons/bloomingdales_o.eot?43685461");
  src: url("../../fonts/icons/bloomingdales_o.eot?43685461#iefix") format("embedded-opentype"), url("../../fonts/icons/bloomingdales_o.woff2?43685461") format("woff2"), url("../../fonts/icons/bloomingdales_o.woff?43685461") format("woff"), url("../../fonts/icons/bloomingdales_o.ttf?43685461") format("truetype"), url("../../fonts/icons/bloomingdales_o.svg?43685461#bloomingdales") format("svg");
}
@font-face {
  font-family: "bloomingdales";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../../fonts/icons/bloomingdales.woff2?1") format("woff2"), url("../../fonts/icons/bloomingdales.woff?1") format("woff"), url("../../fonts/icons/bloomingdales.otf?1") format("opentype");
}
@font-face {
  font-family: "Inter-Regular";
  src: url("../../fonts/inter/Inter-Regular.woff2") format("woff2"), url("../../fonts/inter/Inter-Regular.otf") format("opentype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Almarai-Regular";
  src: url("../../fonts/almarai/Almarai-Regular.woff2") format("woff2"), url("../../fonts/almarai/Almarai-Regular.otf") format("opentype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
.m-font-base--normal {
  font-family: "Inter-Regular", sans-serif !important;
  font-weight: 400 !important;
}

/*
    <div class="font-info-container m-font-base--normal" style="border: 1px solid #000; margin: 10px 0; padding: 15px; white-space: nowrap;">
         <div class="font-info">
            <span class="font-info-label">FONT TYPE: </span>
            <span class="font-info-value">base</span>
         </div>
         <div class="font-info">
            <span class="font-info-label">FONT CLASS NAME: </span>
            <span class="font-info-value">m-font-base--normal</span>
         </div>
         <div class="font-info">
            <span class="font-info-label">FONT WEIGHT: </span>
            <span class="font-info-value"> NAME - normal; Value - 400</span>
         </div>
         <div class="font-info">
            <span class="font-info-label">CSS FONT FAMILY: </span>
            <span class="font-info-value">Inter-Regular, sans-serif</span>
         </div>
         <div class="font-info">
            <span class="font-info-label">FONT FAMILY NAME: </span>
            <span class="font-info-value">Inter-Regular, Almarai-Regular, </span>
         </div>
         <div class="font-info" style="border-top: 1px solid #000; border-bottom: 1px solid #000; margin: 5px 0; padding: 5px 0;">
            Lorem ipsum dolor sit amet
         </div>
         <div class="font-info" style="border-top: 1px solid #000; border-bottom: 1px solid #000; margin: 5px 0; padding: 5px 0;">
             وصيل خلال ساعتين في دبي
         </div>
    </div>
 */
@font-face {
  font-family: "Inter-Regular";
  src: url("../../fonts/inter/Inter-Medium.woff2") format("woff2"), url("../../fonts/inter/Inter-Medium.otf") format("opentype");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Almarai-Regular";
  src: url("../../fonts/almarai/Almarai-Regular.woff2") format("woff2"), url("../../fonts/almarai/Almarai-Regular.otf") format("opentype");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
.m-font-base--medium {
  font-family: "Inter-Regular", sans-serif !important;
  font-weight: 600 !important;
}

/*
    <div class="font-info-container m-font-base--medium" style="border: 1px solid #000; margin: 10px 0; padding: 15px; white-space: nowrap;">
         <div class="font-info">
            <span class="font-info-label">FONT TYPE: </span>
            <span class="font-info-value">base</span>
         </div>
         <div class="font-info">
            <span class="font-info-label">FONT CLASS NAME: </span>
            <span class="font-info-value">m-font-base--medium</span>
         </div>
         <div class="font-info">
            <span class="font-info-label">FONT WEIGHT: </span>
            <span class="font-info-value"> NAME - medium; Value - 600</span>
         </div>
         <div class="font-info">
            <span class="font-info-label">CSS FONT FAMILY: </span>
            <span class="font-info-value">Inter-Regular, sans-serif</span>
         </div>
         <div class="font-info">
            <span class="font-info-label">FONT FAMILY NAME: </span>
            <span class="font-info-value">Inter-Medium, Almarai-Regular, </span>
         </div>
         <div class="font-info" style="border-top: 1px solid #000; border-bottom: 1px solid #000; margin: 5px 0; padding: 5px 0;">
            Lorem ipsum dolor sit amet
         </div>
         <div class="font-info" style="border-top: 1px solid #000; border-bottom: 1px solid #000; margin: 5px 0; padding: 5px 0;">
             وصيل خلال ساعتين في دبي
         </div>
    </div>
 */
@font-face {
  font-family: "Inter-Regular";
  src: url("../../fonts/inter/Inter-SemiBold.woff2") format("woff2"), url("../../fonts/inter/Inter-SemiBold.otf") format("opentype");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Almarai-Regular";
  src: url("../../fonts/almarai/Almarai-Bold.woff2") format("woff2"), url("../../fonts/almarai/Almarai-Bold.otf") format("opentype");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}
.m-font-base--bold {
  font-family: "Inter-Regular", sans-serif !important;
  font-weight: 800 !important;
}

/*
    <div class="font-info-container m-font-base--bold" style="border: 1px solid #000; margin: 10px 0; padding: 15px; white-space: nowrap;">
         <div class="font-info">
            <span class="font-info-label">FONT TYPE: </span>
            <span class="font-info-value">base</span>
         </div>
         <div class="font-info">
            <span class="font-info-label">FONT CLASS NAME: </span>
            <span class="font-info-value">m-font-base--bold</span>
         </div>
         <div class="font-info">
            <span class="font-info-label">FONT WEIGHT: </span>
            <span class="font-info-value"> NAME - bold; Value - 800</span>
         </div>
         <div class="font-info">
            <span class="font-info-label">CSS FONT FAMILY: </span>
            <span class="font-info-value">Inter-Regular, sans-serif</span>
         </div>
         <div class="font-info">
            <span class="font-info-label">FONT FAMILY NAME: </span>
            <span class="font-info-value">Inter-SemiBold, Almarai-Bold, </span>
         </div>
         <div class="font-info" style="border-top: 1px solid #000; border-bottom: 1px solid #000; margin: 5px 0; padding: 5px 0;">
            Lorem ipsum dolor sit amet
         </div>
         <div class="font-info" style="border-top: 1px solid #000; border-bottom: 1px solid #000; margin: 5px 0; padding: 5px 0;">
             وصيل خلال ساعتين في دبي
         </div>
    </div>
 */
/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
/* stylelint-disable */
.icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "bloomingdales" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  vertical-align: middle;
}

.icon-a-z::before {
  content: "\E134";
  font-family: "bloomingdales";
}

.icon-add-list::before {
  content: "\E139";
  font-family: "bloomingdales";
}

.icon-address::before {
  content: "\E154";
  font-family: "bloomingdales";
}

.icon-alert::before {
  content: "\E093";
  font-family: "bloomingdales";
}

.icon-amber-black-logo::before {
  content: "\E143";
  font-family: "bloomingdales";
}

.icon-amber-logo::before {
  content: "\E145";
  font-family: "bloomingdales";
}

.icon-apple-pay::before {
  content: "\E114";
  font-family: "bloomingdales";
}

.icon-amber-white-logo::before {
  content: "\E144";
  font-family: "bloomingdales";
}

.icon-apple::before {
  content: "\E115";
  font-family: "bloomingdales";
}

.icon-arrow-left-o::before {
  content: "\E105";
  font-family: "bloomingdales";
}

.icon-arrow-left::before {
  content: "\E109";
  font-family: "bloomingdales";
}

.icon-arrow-right-o::before {
  content: "\E106";
  font-family: "bloomingdales";
}

.icon-arrow-right::before {
  content: "\E110";
  font-family: "bloomingdales";
}

.icon-arrow-top-left-o::before {
  content: "\E107";
  font-family: "bloomingdales";
}

.icon-arrow-top-left::before {
  content: "\E111";
  font-family: "bloomingdales";
}

.icon-arrow-top-right-o::before {
  content: "\E108";
  font-family: "bloomingdales";
}

.icon-arrow-top-right::before {
  content: "\E112";
  font-family: "bloomingdales";
}

.icon-bag-alt::before {
  content: "\E077";
  font-family: "bloomingdales";
}

.icon-bag-o::before {
  content: "\E033";
  font-family: "bloomingdales";
}

.icon-bag-s::before {
  content: "\E035";
  font-family: "bloomingdales";
}

.icon-bag-solid::before {
  content: "\E141";
  font-family: "bloomingdales";
}

.icon-bag::before {
  content: "\E025";
  font-family: "bloomingdales";
}

.icon-balloon-s::before {
  content: "\E013";
  font-family: "bloomingdales";
}

.icon-balloon::before {
  content: "\E012";
  font-family: "bloomingdales";
}

.icon-box-arrow::before {
  content: "\E081";
  font-family: "bloomingdales";
}

.icon-box-s::before {
  content: "\E080";
  font-family: "bloomingdales";
}

.icon-box::before {
  content: "\E079";
  font-family: "bloomingdales";
}

.icon-calendar::before {
  content: "\E148";
  font-family: "bloomingdales";
}

.icon-camera-s::before {
  content: "\E130";
  font-family: "bloomingdales";
}

.icon-camera::before {
  content: "\E129";
  font-family: "bloomingdales";
}

.icon-chat-s::before {
  content: "\E069";
  font-family: "bloomingdales";
}

.icon-chat::before {
  content: "\E068";
  font-family: "bloomingdales";
}

.icon-check-o::before {
  content: "\E082";
  font-family: "bloomingdales";
}

.icon-check-square-s::before {
  content: "\E083";
  font-family: "bloomingdales";
}

.icon-check-square::before {
  content: "\E024";
  font-family: "bloomingdales";
}

.icon-check::before {
  content: "\E023";
  font-family: "bloomingdales";
}

.icon-chevron-down::before {
  content: "\E020";
  font-family: "bloomingdales";
}

.icon-chevron-left::before {
  content: "\E021";
  font-family: "bloomingdales";
}

.icon-chevron-right::before {
  content: "\E022";
  font-family: "bloomingdales";
}

.icon-chevron-up::before {
  content: "\E019";
  font-family: "bloomingdales";
}

.icon-circle::before {
  content: "\E009";
  font-family: "bloomingdales";
}

.icon-close::before {
  content: "\E000";
  font-family: "bloomingdales";
}

.icon-coin::before {
  content: "\E149";
  font-family: "bloomingdales";
}

.icon-coupon::before {
  content: "\E150";
  font-family: "bloomingdales";
}

.icon-credit-card::before {
  content: "\E076";
  font-family: "bloomingdales";
}

.icon-crosshair::before {
  content: "\E151";
  font-family: "bloomingdales";
}

.icon-delivery::before {
  content: "\E161";
  font-family: "bloomingdales";
}

.icon-devices::before {
  content: "\E065";
  font-family: "bloomingdales";
}

.icon-doc-s::before {
  content: "\E030";
  font-family: "bloomingdales";
}

.icon-doc::before {
  content: "\E029";
  font-family: "bloomingdales";
}

.icon-dot-s::before {
  content: "\E098";
  font-family: "bloomingdales";
}

.icon-dot::before {
  content: "\E097";
  font-family: "bloomingdales";
}

.icon-dots::before {
  content: "\E086";
  font-family: "bloomingdales";
}

.icon-download-doc-s::before {
  content: "\E031";
  font-family: "bloomingdales";
}

.icon-download-doc::before {
  content: "\E032";
  font-family: "bloomingdales";
}

.icon-eco-alt::before {
  content: "\E038";
  font-family: "bloomingdales";
}

.icon-eco::before {
  content: "\E037";
  font-family: "bloomingdales";
}

.icon-edit::before {
  content: "\E137";
  font-family: "bloomingdales";
}

.icon-editorial::before {
  content: "\E135";
  font-family: "bloomingdales";
}

.icon-eye-slash::before {
  content: "\E050";
  font-family: "bloomingdales";
}

.icon-eye::before {
  content: "\E049";
  font-family: "bloomingdales";
}

.icon-facebook::before {
  content: "\E120";
  font-family: "bloomingdales";
}

.icon-filter-alt::before {
  content: "\E075";
  font-family: "bloomingdales";
}

.icon-filter-s::before {
  content: "\E074";
  font-family: "bloomingdales";
}

.icon-filter::before {
  content: "\E073";
  font-family: "bloomingdales";
}

.icon-five-s::before {
  content: "\E048";
  font-family: "bloomingdales";
}

.icon-five::before {
  content: "\E047";
  font-family: "bloomingdales";
}

.icon-four-s::before {
  content: "\E046";
  font-family: "bloomingdales";
}

.icon-four::before {
  content: "\E045";
  font-family: "bloomingdales";
}

.icon-gift::before {
  content: "\E058";
  font-family: "bloomingdales";
}

.icon-globe::before {
  content: "\E061";
  font-family: "bloomingdales";
}

.icon-hanger::before {
  content: "\E056";
  font-family: "bloomingdales";
}

.icon-heart-s::before {
  content: "\E011";
  font-family: "bloomingdales";
}

.icon-heart::before {
  content: "\E010";
  font-family: "bloomingdales";
}

.icon-help::before {
  content: "\E152";
  font-family: "bloomingdales";
}

.icon-home::before {
  content: "\E153";
  font-family: "bloomingdales";
}

.icon-image::before {
  content: "\E055";
  font-family: "bloomingdales";
}

.icon-info::before {
  content: "\E094";
  font-family: "bloomingdales";
}

.icon-instagram::before {
  content: "\E118";
  font-family: "bloomingdales";
}

.icon-leaf::before {
  content: "\E036";
  font-family: "bloomingdales";
}

.icon-linkedin::before {
  content: "\E116";
  font-family: "bloomingdales";
}

.icon-location::before {
  content: "\E059";
  font-family: "bloomingdales";
}

.icon-logo::before {
  content: "\E133";
  font-family: "bloomingdales";
}

.icon-mail-s::before {
  content: "\E071";
  font-family: "bloomingdales";
}

.icon-mail::before {
  content: "\E070";
  font-family: "bloomingdales";
}

.icon-map-s::before {
  content: "\E063";
  font-family: "bloomingdales";
}

.icon-map::before {
  content: "\E062";
  font-family: "bloomingdales";
}

.icon-menu-rtl::before {
  content: "\E100";
  font-family: "bloomingdales";
}

.icon-menu::before {
  content: "\E099";
  font-family: "bloomingdales";
}

.icon-minus-o::before {
  content: "\E004";
  font-family: "bloomingdales";
}

.icon-minus-s::before {
  content: "\E005";
  font-family: "bloomingdales";
}

.icon-minus::before {
  content: "\E003";
  font-family: "bloomingdales";
}

.icon-no-touch::before {
  content: "\E140";
  font-family: "bloomingdales";
}

.icon-one-s::before {
  content: "\E040";
  font-family: "bloomingdales";
}

.icon-one::before {
  content: "\E039";
  font-family: "bloomingdales";
}

.icon-order-tracking-car::before {
  content: "\E162";
  font-family: "bloomingdales";
}

.icon-phone-s::before {
  content: "\E067";
  font-family: "bloomingdales";
}

.icon-phone::before {
  content: "\E066";
  font-family: "bloomingdales";
}

.icon-pin::before {
  content: "\E060";
  font-family: "bloomingdales";
}

.icon-pinterest::before {
  content: "\E119";
  font-family: "bloomingdales";
}

.icon-play-s::before {
  content: "\E054";
  font-family: "bloomingdales";
}

.icon-play::before {
  content: "\E053";
  font-family: "bloomingdales";
}

.icon-plus-o::before {
  content: "\E007";
  font-family: "bloomingdales";
}

.icon-plus-s::before {
  content: "\E008";
  font-family: "bloomingdales";
}

.icon-plus::before {
  content: "\E006";
  font-family: "bloomingdales";
}

.icon-question-s::before {
  content: "\E092";
  font-family: "bloomingdales";
}

.icon-question::before {
  content: "\E091";
  font-family: "bloomingdales";
}

.icon-redirect::before {
  content: "\E142";
  font-family: "bloomingdales";
}

.icon-refresh::before {
  content: "\E087";
  font-family: "bloomingdales";
}

.icon-remove-o::before {
  content: "\E001";
  font-family: "bloomingdales";
}

.icon-remove-s::before {
  content: "\E002";
  font-family: "bloomingdales";
}

.icon-remove::before {
  content: "\E000";
  font-family: "bloomingdales";
}

.icon-return-s::before {
  content: "\E027";
  font-family: "bloomingdales";
}

.icon-return-slash::before {
  content: "\E028";
  font-family: "bloomingdales";
}

.icon-return::before {
  content: "\E026";
  font-family: "bloomingdales";
}

.icon-returns::before {
  content: "\E159";
  font-family: "bloomingdales";
}

.icon-review::before {
  content: "\E160";
  font-family: "bloomingdales";
}

.icon-scan-img::before {
  content: "\E096";
  font-family: "bloomingdales";
}

.icon-scan-qr::before {
  content: "\E095";
  font-family: "bloomingdales";
}

.icon-search::before {
  content: "\E015";
  font-family: "bloomingdales";
}

.icon-security::before {
  content: "\E146";
  font-family: "bloomingdales";
}

.icon-share::before {
  content: "\E072";
  font-family: "bloomingdales";
}

.icon-share-alt::before {
  content: "\E136";
  font-family: "bloomingdales";
}

.icon-shipping::before {
  content: "\E078";
  font-family: "bloomingdales";
}

.icon-smartphones::before {
  content: "\E064";
  font-family: "bloomingdales";
}

.icon-smile-happy::before {
  content: "\E126";
  font-family: "bloomingdales";
}

.icon-smile-neutral::before {
  content: "\E128";
  font-family: "bloomingdales";
}

.icon-smile-sad::before {
  content: "\E127";
  font-family: "bloomingdales";
}

.icon-snapchat::before {
  content: "\E125";
  font-family: "bloomingdales";
}

.icon-square-s::before {
  content: "\E085";
  font-family: "bloomingdales";
}

.icon-square::before {
  content: "\E084";
  font-family: "bloomingdales";
}

.icon-star-half::before {
  content: "\E017";
  font-family: "bloomingdales";
}

.icon-star-s::before {
  content: "\E018";
  font-family: "bloomingdales";
}

.icon-star::before {
  content: "\E016";
  font-family: "bloomingdales";
}

.icon-store::before {
  content: "\E057";
  font-family: "bloomingdales";
}

.icon-success::before {
  content: "\E158";
  font-family: "bloomingdales";
}

.icon-tabby::before {
  content: "\E113";
  font-family: "bloomingdales";
}

.icon-text-edit::before {
  content: "\E155";
  font-family: "bloomingdales";
}

.icon-three-s::before {
  content: "\E044";
  font-family: "bloomingdales";
}

.icon-three::before {
  content: "\E043";
  font-family: "bloomingdales";
}

.icon-tiktok::before {
  content: "\E121";
  font-family: "bloomingdales";
}

.icon-time-back::before {
  content: "\E157";
  font-family: "bloomingdales";
}

.icon-totop-alt::before {
  content: "\E104";
  font-family: "bloomingdales";
}

.icon-totop-o::before {
  content: "\E101";
  font-family: "bloomingdales";
}

.icon-totop-s::before {
  content: "\E102";
  font-family: "bloomingdales";
}

.icon-totop::before {
  content: "\E103";
  font-family: "bloomingdales";
}

.icon-touch-s::before {
  content: "\E051";
  font-family: "bloomingdales";
}

.icon-touch::before {
  content: "\E052";
  font-family: "bloomingdales";
}

.icon-trash::before {
  content: "\E138";
  font-family: "bloomingdales";
}

.icon-truck::before {
  content: "\E156";
  font-family: "bloomingdales";
}

.icon-twitter::before {
  content: "\E124";
  font-family: "bloomingdales";
}

.icon-two-s::before {
  content: "\E042";
  font-family: "bloomingdales";
}

.icon-two::before {
  content: "\E041";
  font-family: "bloomingdales";
}

.icon-user::before {
  content: "\E014";
  font-family: "bloomingdales";
}

.icon-video-s::before {
  content: "\E132";
  font-family: "bloomingdales";
}

.icon-video::before {
  content: "\E131";
  font-family: "bloomingdales";
}

.icon-vr-alt::before {
  content: "\E089";
  font-family: "bloomingdales";
}

.icon-vr-s::before {
  content: "\E090";
  font-family: "bloomingdales";
}

.icon-vr::before {
  content: "\E088";
  font-family: "bloomingdales";
}

.icon-wechat::before {
  content: "\E122";
  font-family: "bloomingdales";
}

.icon-whatsapp::before {
  content: "\E117";
  font-family: "bloomingdales";
}

.icon-work::before {
  content: "\E147";
  font-family: "bloomingdales";
}

.icon-youtube::before {
  content: "\E123";
  font-family: "bloomingdales";
}

.icon-bell::before {
  content: "\EA1B";
  font-family: "bloomingdales-o";
}

.icon-sort::before {
  content: "\EAAE";
  font-family: "bloomingdales-o";
}

.icon-tag::before {
  content: "\EAB7";
  font-family: "bloomingdales-o";
}

.icon-very-happy::before {
  content: "\EABD";
  font-family: "bloomingdales-o";
}

.icon-kiss::before {
  content: "\EA77";
  font-family: "bloomingdales-o";
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 544px;
  --breakpoint-md: 769px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1280px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.1875rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.1875rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 769px) {
  .container-md, .container-sm, .container {
    max-width: 728px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 950px;
  }
}
@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1240px;
  }
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333333%;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66666667%;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333333%;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66666667%;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333333%;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66666667%;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333333%;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66666667%;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 544px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 769px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 543.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 768.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1279.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.1875rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.1875rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.1875rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 544px) {
  .form-inline label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  -o-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.1875rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 544px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 769px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.1875rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(127.5, 189, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
  border-color: rgb(178.5, 215.4, 255);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.1875rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
      -ms-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.1875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(127.5, 189, 255);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.1875rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.1875rem 0.1875rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 0 solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: 0;
  background-color: transparent;
  border: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.1875rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 543.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 544px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 769px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1279.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.1875rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.1875rem - 1px);
  border-bottom-left-radius: calc(0.1875rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.1875rem - 1px) calc(0.1875rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.1875rem - 1px) calc(0.1875rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.1875rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.1875rem - 1px);
  border-bottom-left-radius: calc(0.1875rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 544px) {
  .card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 544px) {
  .card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 544px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.1875rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.1875rem;
}

.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.1875rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.1875rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.1875rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 544px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.1875rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.1875rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 769px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.1875rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.1875rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.1875rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.1875rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1280px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.1875rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.1875rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.1875rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.1875rem - 1px);
  border-bottom-left-radius: calc(0.1875rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 544px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1280px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.1875rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.1875rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.1875rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.1875rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.1875rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.1875rem !important;
}

.rounded {
  border-radius: 0.1875rem !important;
}

.rounded-top {
  border-top-left-radius: 0.1875rem !important;
  border-top-right-radius: 0.1875rem !important;
}

.rounded-right {
  border-top-right-radius: 0.1875rem !important;
  border-bottom-right-radius: 0.1875rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.1875rem !important;
  border-bottom-left-radius: 0.1875rem !important;
}

.rounded-left {
  border-top-left-radius: 0.1875rem !important;
  border-bottom-left-radius: 0.1875rem !important;
}

.rounded-lg {
  border-radius: 0.1875rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 544px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 769px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important;
}

@media (min-width: 544px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}
@media (min-width: 769px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 544px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 769px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 544px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 769px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 769px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.pull-left-xs {
  float: left;
}

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

@media (min-width: 544px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 769px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1279.98px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1280px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

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

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

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

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

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

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.ltr {
  direction: ltr /*!rtl:ignore*/;
}

.h-disable-scroll {
  overflow: hidden;
}
.h-disable-scroll.touch {
  min-height: 100vh;
}
.h-disable-scroll.touch body {
  -ms-touch-action: none;
      touch-action: none;
  overflow: hidden;
  width: 100%;
  margin: 0 !important;
}
.h-disable-scroll.touch body:not(.h-disable-scroll-top) {
  height: 100%;
  position: fixed;
}

.h-disable-page-scroll {
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}

.h-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  font-size: 0;
  height: 1px;
  margin: -1px;
  max-width: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.h-invisible {
  visibility: hidden;
}

.h-repaint {
  -webkit-animation: repaint 0.01s 1;
          animation: repaint 0.01s 1;
}

.h-repaint-end {
  -webkit-animation: repaint-end 0.01s 1;
          animation: repaint-end 0.01s 1;
}

@-webkit-keyframes repaint {
  from {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}

@keyframes repaint {
  from {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
@-webkit-keyframes repaint-end {
  from {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
@keyframes repaint-end {
  from {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
.h-text--underline {
  text-decoration: underline;
}
.non-touch .h-text--underline:hover {
  text-decoration: none;
}

.h-color--highlights, .h-color--highlights:hover {
  color: #c00c99;
}

.h-bg-size--cover {
  background-size: cover;
}

.h-rtlfix::before, .h-rtlfix::after {
  content: "\200E";
}

.h-line-break-s {
  display: none;
}
@media (max-width: 768.98px) {
  .h-line-break-s {
    display: block;
  }
}

[style*="--aspect-ratio"] {
  position: relative;
  width: 100%;
  display: block;
}
[style*="--aspect-ratio"]::before {
  content: "";
  display: block;
  padding-bottom: var(--aspect-ratio);
}
[style*="--aspect-ratio"] > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
[style*="--aspect-ratio"] img {
  display: block;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
a {
  color: #111;
}

a:hover {
  color: initial;
  text-decoration: initial;
}

p > a:not([class]) {
  font-weight: 400;
  font-size: inherit;
  padding-bottom: 1px;
  position: relative;
  text-decoration: none;
}
p > a:not([class])::after {
  border-top: 1px solid currentColor;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 100%;
}
@media (min-width: 992px) {
  p > a:not([class]):hover {
    text-decoration: none;
  }
  p > a:not([class]):hover::after {
    width: 0;
  }
}

.nav-tabs {
  border-bottom: 1px solid #d0d0d0;
}
.nav-tabs .nav-link {
  font-size: 1.1rem;
  color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.active {
  border-bottom: 0.188em solid #00a1e0;
}

.card-header h4 {
  margin-bottom: 0;
}

.modal {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal-body {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.modal.modal-dialog--lg .b-modal__dialog {
  max-width: 790px;
}
@media (max-width: 768.98px) {
  .modal.modal-dialog--lg .b-modal__dialog {
    max-width: none;
  }
}
.modal.modal-dialog--sm .b-modal__dialog {
  max-width: 585px;
}
@media (max-width: 768.98px) {
  .modal.modal-dialog--sm .b-modal__dialog {
    max-width: none;
  }
}
.modal.modal-dialog--xs .b-modal__dialog {
  max-width: 380px;
}
@media (max-width: 768.98px) {
  .modal.modal-dialog--xs .b-modal__dialog {
    max-width: none;
  }
}
.modal.modal-dialog--full-height .b-modal__dialog,
.modal.modal-dialog--full-height .b-modal__content {
  height: 100%;
}

.modal-backdrop {
  visibility: hidden;
}

dt {
  color: #495057;
  font-weight: normal;
}

.custom-checkbox .custom-control-label::before {
  border: 1px solid #000;
  background: #f8f8f8; /* For browsers that do not support gradients */
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#d0d0d0));
  background: -o-linear-gradient(#f8f8f8, #d0d0d0);
  background: linear-gradient(#f8f8f8, #d0d0d0); /* Standard syntax */
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-label::before {
  border: 1px solid #000;
  background: #d0d0d0; /* For browsers that do not support gradients */
  background: -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), to(#222));
  background: -o-linear-gradient(#d0d0d0, #222);
  background: linear-gradient(#d0d0d0, #222); /* Standard syntax */
}

.form-control.is-invalid {
  background-image: none;
}

.popover {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  background-color: #111;
  border: 0;
  border-radius: 4px;
  max-width: 300px;
  left: 0 /*!rtl:ignore*/;
  right: auto /*!rtl:ignore*/;
}
.popover.show {
  opacity: 1;
}
.popover::before {
  content: "";
  height: calc(100% - 12px);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.popover .arrow {
  margin: 0;
}
.popover .arrow::after {
  display: none;
}
.popover a,
.popover a:hover {
  color: inherit;
}
.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^=bottom] {
  margin-top: 12px;
}
.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^=bottom] .arrow {
  top: -0.5rem;
}
.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #111;
}
.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^=top] {
  margin-bottom: 12px;
}
.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^=top] .arrow {
  bottom: -0.5rem;
}
.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: #111;
}
.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^=left] {
  margin-right: 12px;
}
.popover.bs-popover-left::before, .popover.bs-popover-auto[x-placement^=left]::before {
  height: 100%;
  top: 0;
  left: 0;
  width: calc(100% - 12px);
}
.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^=left] .arrow {
  /* rtl:raw:
      right: calc((0.5rem + 1px) * -1);
      transform: rotate(180deg);
  */
}
.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: #111;
}
.popover.bs-popover-left .popover-body, .popover.bs-popover-auto[x-placement^=left] .popover-body {
  padding-bottom: 7px;
}
.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^=right] {
  margin-left: 12px;
}
.popover.bs-popover-right::before, .popover.bs-popover-auto[x-placement^=right]::before {
  height: 100%;
  top: 0;
  left: 0;
  width: calc(100% - 12px);
}
.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: #111;
}
.popover.bs-popover-right .popover-body, .popover.bs-popover-auto[x-placement^=right] .popover-body {
  padding-bottom: 7px;
}
.popover--gift {
  background-color: #346596;
  max-width: 210px;
}
.popover--gift.bs-popover-bottom .arrow::before, .popover--gift.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #346596;
}
.popover--gift.bs-popover-top .arrow::before, .popover--gift.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: #346596;
}
.popover--shipping {
  max-width: 210px;
}

.popover-body {
  color: #fff;
  padding: 12px 16px;
  text-align: left;
}
.popover-body p {
  margin-bottom: 0;
}
.popover-body a:not(.button) {
  font-weight: 900;
  border: 0;
  text-decoration: none;
}

.font-weight-bold {
  font-weight: 900 !important;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}

*[class*=col-],
.col {
  padding-left: 20px;
  padding-right: 20px;
}

.carousel {
  position: relative;
}

.sr-only {
  margin: -1px;
}

.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.3333333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\A0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-ad {
  background-image: url(../fonts/flags//4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ad.svg);
}

.flag-icon-ae {
  background-image: url(../fonts/flags//4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ae.svg);
}

.flag-icon-af {
  background-image: url(../fonts/flags//4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/af.svg);
}

.flag-icon-ag {
  background-image: url(../fonts/flags//4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ag.svg);
}

.flag-icon-ai {
  background-image: url(../fonts/flags//4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ai.svg);
}

.flag-icon-al {
  background-image: url(../fonts/flags//4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/al.svg);
}

.flag-icon-am {
  background-image: url(../fonts/flags//4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/am.svg);
}

.flag-icon-ao {
  background-image: url(../fonts/flags//4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ao.svg);
}

.flag-icon-aq {
  background-image: url(../fonts/flags//4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/aq.svg);
}

.flag-icon-ar {
  background-image: url(../fonts/flags//4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ar.svg);
}

.flag-icon-as {
  background-image: url(../fonts/flags//4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/as.svg);
}

.flag-icon-at {
  background-image: url(../fonts/flags//4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/at.svg);
}

.flag-icon-au {
  background-image: url(../fonts/flags//4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/au.svg);
}

.flag-icon-aw {
  background-image: url(../fonts/flags//4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/aw.svg);
}

.flag-icon-ax {
  background-image: url(../fonts/flags//4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ax.svg);
}

.flag-icon-az {
  background-image: url(../fonts/flags//4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/az.svg);
}

.flag-icon-ba {
  background-image: url(../fonts/flags//4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ba.svg);
}

.flag-icon-bb {
  background-image: url(../fonts/flags//4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bb.svg);
}

.flag-icon-bd {
  background-image: url(../fonts/flags//4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bd.svg);
}

.flag-icon-be {
  background-image: url(../fonts/flags//4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/be.svg);
}

.flag-icon-bf {
  background-image: url(../fonts/flags//4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bf.svg);
}

.flag-icon-bg {
  background-image: url(../fonts/flags//4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bg.svg);
}

.flag-icon-bh {
  background-image: url(../fonts/flags//4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bh.svg);
}

.flag-icon-bi {
  background-image: url(../fonts/flags//4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bi.svg);
}

.flag-icon-bj {
  background-image: url(../fonts/flags//4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bj.svg);
}

.flag-icon-bl {
  background-image: url(../fonts/flags//4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bl.svg);
}

.flag-icon-bm {
  background-image: url(../fonts/flags//4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bm.svg);
}

.flag-icon-bn {
  background-image: url(../fonts/flags//4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bn.svg);
}

.flag-icon-bo {
  background-image: url(../fonts/flags//4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bo.svg);
}

.flag-icon-bq {
  background-image: url(../fonts/flags//4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bq.svg);
}

.flag-icon-br {
  background-image: url(../fonts/flags//4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/br.svg);
}

.flag-icon-bs {
  background-image: url(../fonts/flags//4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bs.svg);
}

.flag-icon-bt {
  background-image: url(../fonts/flags//4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bt.svg);
}

.flag-icon-bv {
  background-image: url(../fonts/flags//4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bv.svg);
}

.flag-icon-bw {
  background-image: url(../fonts/flags//4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bw.svg);
}

.flag-icon-by {
  background-image: url(../fonts/flags//4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/by.svg);
}

.flag-icon-bz {
  background-image: url(../fonts/flags//4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bz.svg);
}

.flag-icon-ca {
  background-image: url(../fonts/flags//4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ca.svg);
}

.flag-icon-cc {
  background-image: url(../fonts/flags//4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cc.svg);
}

.flag-icon-cd {
  background-image: url(../fonts/flags//4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cd.svg);
}

.flag-icon-cf {
  background-image: url(../fonts/flags//4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cf.svg);
}

.flag-icon-cg {
  background-image: url(../fonts/flags//4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cg.svg);
}

.flag-icon-ch {
  background-image: url(../fonts/flags//4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ch.svg);
}

.flag-icon-ci {
  background-image: url(../fonts/flags//4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ci.svg);
}

.flag-icon-ck {
  background-image: url(../fonts/flags//4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ck.svg);
}

.flag-icon-cl {
  background-image: url(../fonts/flags//4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cl.svg);
}

.flag-icon-cm {
  background-image: url(../fonts/flags//4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cm.svg);
}

.flag-icon-cn {
  background-image: url(../fonts/flags//4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cn.svg);
}

.flag-icon-co {
  background-image: url(../fonts/flags//4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/co.svg);
}

.flag-icon-cr {
  background-image: url(../fonts/flags//4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cr.svg);
}

.flag-icon-cu {
  background-image: url(../fonts/flags//4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cu.svg);
}

.flag-icon-cv {
  background-image: url(../fonts/flags//4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cv.svg);
}

.flag-icon-cw {
  background-image: url(../fonts/flags//4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cw.svg);
}

.flag-icon-cx {
  background-image: url(../fonts/flags//4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cx.svg);
}

.flag-icon-cy {
  background-image: url(../fonts/flags//4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cy.svg);
}

.flag-icon-cz {
  background-image: url(../fonts/flags//4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cz.svg);
}

.flag-icon-de {
  background-image: url(../fonts/flags//4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/de.svg);
}

.flag-icon-dj {
  background-image: url(../fonts/flags//4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/dj.svg);
}

.flag-icon-dk {
  background-image: url(../fonts/flags//4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/dk.svg);
}

.flag-icon-dm {
  background-image: url(../fonts/flags//4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/dm.svg);
}

.flag-icon-do {
  background-image: url(../fonts/flags//4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/do.svg);
}

.flag-icon-dz {
  background-image: url(../fonts/flags//4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/dz.svg);
}

.flag-icon-ec {
  background-image: url(../fonts/flags//4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ec.svg);
}

.flag-icon-ee {
  background-image: url(../fonts/flags//4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ee.svg);
}

.flag-icon-eg {
  background-image: url(../fonts/flags//4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/eg.svg);
}

.flag-icon-eh {
  background-image: url(../fonts/flags//4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/eh.svg);
}

.flag-icon-er {
  background-image: url(../fonts/flags//4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/er.svg);
}

.flag-icon-es {
  background-image: url(../fonts/flags//4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/es.svg);
}

.flag-icon-et {
  background-image: url(../fonts/flags//4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/et.svg);
}

.flag-icon-fi {
  background-image: url(../fonts/flags//4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/fi.svg);
}

.flag-icon-fj {
  background-image: url(../fonts/flags//4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/fj.svg);
}

.flag-icon-fk {
  background-image: url(../fonts/flags//4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/fk.svg);
}

.flag-icon-fm {
  background-image: url(../fonts/flags//4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/fm.svg);
}

.flag-icon-fo {
  background-image: url(../fonts/flags//4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/fo.svg);
}

.flag-icon-fr {
  background-image: url(../fonts/flags//4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/fr.svg);
}

.flag-icon-ga {
  background-image: url(../fonts/flags//4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ga.svg);
}

.flag-icon-gb {
  background-image: url(../fonts/flags//4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gb.svg);
}

.flag-icon-gd {
  background-image: url(../fonts/flags//4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gd.svg);
}

.flag-icon-ge {
  background-image: url(../fonts/flags//4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ge.svg);
}

.flag-icon-gf {
  background-image: url(../fonts/flags//4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gf.svg);
}

.flag-icon-gg {
  background-image: url(../fonts/flags//4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gg.svg);
}

.flag-icon-gh {
  background-image: url(../fonts/flags//4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gh.svg);
}

.flag-icon-gi {
  background-image: url(../fonts/flags//4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gi.svg);
}

.flag-icon-gl {
  background-image: url(../fonts/flags//4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gl.svg);
}

.flag-icon-gm {
  background-image: url(../fonts/flags//4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gm.svg);
}

.flag-icon-gn {
  background-image: url(../fonts/flags//4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gn.svg);
}

.flag-icon-gp {
  background-image: url(../fonts/flags//4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gp.svg);
}

.flag-icon-gq {
  background-image: url(../fonts/flags//4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gq.svg);
}

.flag-icon-gr {
  background-image: url(../fonts/flags//4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gr.svg);
}

.flag-icon-gs {
  background-image: url(../fonts/flags//4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gs.svg);
}

.flag-icon-gt {
  background-image: url(../fonts/flags//4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gt.svg);
}

.flag-icon-gu {
  background-image: url(../fonts/flags//4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gu.svg);
}

.flag-icon-gw {
  background-image: url(../fonts/flags//4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gw.svg);
}

.flag-icon-gy {
  background-image: url(../fonts/flags//4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gy.svg);
}

.flag-icon-hk {
  background-image: url(../fonts/flags//4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/hk.svg);
}

.flag-icon-hm {
  background-image: url(../fonts/flags//4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/hm.svg);
}

.flag-icon-hn {
  background-image: url(../fonts/flags//4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/hn.svg);
}

.flag-icon-hr {
  background-image: url(../fonts/flags//4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/hr.svg);
}

.flag-icon-ht {
  background-image: url(../fonts/flags//4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ht.svg);
}

.flag-icon-hu {
  background-image: url(../fonts/flags//4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/hu.svg);
}

.flag-icon-id {
  background-image: url(../fonts/flags//4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/id.svg);
}

.flag-icon-ie {
  background-image: url(../fonts/flags//4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ie.svg);
}

.flag-icon-il {
  background-image: url(../fonts/flags//4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/il.svg);
}

.flag-icon-im {
  background-image: url(../fonts/flags//4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/im.svg);
}

.flag-icon-in {
  background-image: url(../fonts/flags//4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/in.svg);
}

.flag-icon-io {
  background-image: url(../fonts/flags//4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/io.svg);
}

.flag-icon-iq {
  background-image: url(../fonts/flags//4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/iq.svg);
}

.flag-icon-ir {
  background-image: url(../fonts/flags//4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ir.svg);
}

.flag-icon-is {
  background-image: url(../fonts/flags//4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/is.svg);
}

.flag-icon-it {
  background-image: url(../fonts/flags//4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/it.svg);
}

.flag-icon-je {
  background-image: url(../fonts/flags//4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/je.svg);
}

.flag-icon-jm {
  background-image: url(../fonts/flags//4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/jm.svg);
}

.flag-icon-jo {
  background-image: url(../fonts/flags//4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/jo.svg);
}

.flag-icon-jp {
  background-image: url(../fonts/flags//4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/jp.svg);
}

.flag-icon-ke {
  background-image: url(../fonts/flags//4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ke.svg);
}

.flag-icon-kg {
  background-image: url(../fonts/flags//4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/kg.svg);
}

.flag-icon-kh {
  background-image: url(../fonts/flags//4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/kh.svg);
}

.flag-icon-ki {
  background-image: url(../fonts/flags//4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ki.svg);
}

.flag-icon-km {
  background-image: url(../fonts/flags//4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/km.svg);
}

.flag-icon-kn {
  background-image: url(../fonts/flags//4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/kn.svg);
}

.flag-icon-kp {
  background-image: url(../fonts/flags//4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/kp.svg);
}

.flag-icon-kr {
  background-image: url(../fonts/flags//4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/kr.svg);
}

.flag-icon-kw {
  background-image: url(../fonts/flags//4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/kw.svg);
}

.flag-icon-ky {
  background-image: url(../fonts/flags//4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ky.svg);
}

.flag-icon-kz {
  background-image: url(../fonts/flags//4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/kz.svg);
}

.flag-icon-la {
  background-image: url(../fonts/flags//4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/la.svg);
}

.flag-icon-lb {
  background-image: url(../fonts/flags//4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/lb.svg);
}

.flag-icon-lc {
  background-image: url(../fonts/flags//4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/lc.svg);
}

.flag-icon-li {
  background-image: url(../fonts/flags//4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/li.svg);
}

.flag-icon-lk {
  background-image: url(../fonts/flags//4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/lk.svg);
}

.flag-icon-lr {
  background-image: url(../fonts/flags//4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/lr.svg);
}

.flag-icon-ls {
  background-image: url(../fonts/flags//4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ls.svg);
}

.flag-icon-lt {
  background-image: url(../fonts/flags//4x3/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/lt.svg);
}

.flag-icon-lu {
  background-image: url(../fonts/flags//4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/lu.svg);
}

.flag-icon-lv {
  background-image: url(../fonts/flags//4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/lv.svg);
}

.flag-icon-ly {
  background-image: url(../fonts/flags//4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ly.svg);
}

.flag-icon-ma {
  background-image: url(../fonts/flags//4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ma.svg);
}

.flag-icon-mc {
  background-image: url(../fonts/flags//4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mc.svg);
}

.flag-icon-md {
  background-image: url(../fonts/flags//4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/md.svg);
}

.flag-icon-me {
  background-image: url(../fonts/flags//4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/me.svg);
}

.flag-icon-mf {
  background-image: url(../fonts/flags//4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mf.svg);
}

.flag-icon-mg {
  background-image: url(../fonts/flags//4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mg.svg);
}

.flag-icon-mh {
  background-image: url(../fonts/flags//4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mh.svg);
}

.flag-icon-mk {
  background-image: url(../fonts/flags//4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mk.svg);
}

.flag-icon-ml {
  background-image: url(../fonts/flags//4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ml.svg);
}

.flag-icon-mm {
  background-image: url(../fonts/flags//4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mm.svg);
}

.flag-icon-mn {
  background-image: url(../fonts/flags//4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mn.svg);
}

.flag-icon-mo {
  background-image: url(../fonts/flags//4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mo.svg);
}

.flag-icon-mp {
  background-image: url(../fonts/flags//4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mp.svg);
}

.flag-icon-mq {
  background-image: url(../fonts/flags//4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mq.svg);
}

.flag-icon-mr {
  background-image: url(../fonts/flags//4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mr.svg);
}

.flag-icon-ms {
  background-image: url(../fonts/flags//4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ms.svg);
}

.flag-icon-mt {
  background-image: url(../fonts/flags//4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mt.svg);
}

.flag-icon-mu {
  background-image: url(../fonts/flags//4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mu.svg);
}

.flag-icon-mv {
  background-image: url(../fonts/flags//4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mv.svg);
}

.flag-icon-mw {
  background-image: url(../fonts/flags//4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mw.svg);
}

.flag-icon-mx {
  background-image: url(../fonts/flags//4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mx.svg);
}

.flag-icon-my {
  background-image: url(../fonts/flags//4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/my.svg);
}

.flag-icon-mz {
  background-image: url(../fonts/flags//4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mz.svg);
}

.flag-icon-na {
  background-image: url(../fonts/flags//4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/na.svg);
}

.flag-icon-nc {
  background-image: url(../fonts/flags//4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/nc.svg);
}

.flag-icon-ne {
  background-image: url(../fonts/flags//4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ne.svg);
}

.flag-icon-nf {
  background-image: url(../fonts/flags//4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/nf.svg);
}

.flag-icon-ng {
  background-image: url(../fonts/flags//4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ng.svg);
}

.flag-icon-ni {
  background-image: url(../fonts/flags//4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ni.svg);
}

.flag-icon-nl {
  background-image: url(../fonts/flags//4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/nl.svg);
}

.flag-icon-no {
  background-image: url(../fonts/flags//4x3/no.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/no.svg);
}

.flag-icon-np {
  background-image: url(../fonts/flags//4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/np.svg);
}

.flag-icon-nr {
  background-image: url(../fonts/flags//4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/nr.svg);
}

.flag-icon-nu {
  background-image: url(../fonts/flags//4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/nu.svg);
}

.flag-icon-nz {
  background-image: url(../fonts/flags//4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/nz.svg);
}

.flag-icon-om {
  background-image: url(../fonts/flags//4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/om.svg);
}

.flag-icon-pa {
  background-image: url(../fonts/flags//4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pa.svg);
}

.flag-icon-pe {
  background-image: url(../fonts/flags//4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pe.svg);
}

.flag-icon-pf {
  background-image: url(../fonts/flags//4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pf.svg);
}

.flag-icon-pg {
  background-image: url(../fonts/flags//4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pg.svg);
}

.flag-icon-ph {
  background-image: url(../fonts/flags//4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ph.svg);
}

.flag-icon-pk {
  background-image: url(../fonts/flags//4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pk.svg);
}

.flag-icon-pl {
  background-image: url(../fonts/flags//4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pl.svg);
}

.flag-icon-pm {
  background-image: url(../fonts/flags//4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pm.svg);
}

.flag-icon-pn {
  background-image: url(../fonts/flags//4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pn.svg);
}

.flag-icon-pr {
  background-image: url(../fonts/flags//4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pr.svg);
}

.flag-icon-ps {
  background-image: url(../fonts/flags//4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ps.svg);
}

.flag-icon-pt {
  background-image: url(../fonts/flags//4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pt.svg);
}

.flag-icon-pw {
  background-image: url(../fonts/flags//4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pw.svg);
}

.flag-icon-py {
  background-image: url(../fonts/flags//4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/py.svg);
}

.flag-icon-qa {
  background-image: url(../fonts/flags//4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/qa.svg);
}

.flag-icon-re {
  background-image: url(../fonts/flags//4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/re.svg);
}

.flag-icon-ro {
  background-image: url(../fonts/flags//4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ro.svg);
}

.flag-icon-rs {
  background-image: url(../fonts/flags//4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/rs.svg);
}

.flag-icon-ru {
  background-image: url(../fonts/flags//4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ru.svg);
}

.flag-icon-rw {
  background-image: url(../fonts/flags//4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/rw.svg);
}

.flag-icon-sa {
  background-image: url(../fonts/flags//4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sa.svg);
}

.flag-icon-sb {
  background-image: url(../fonts/flags//4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sb.svg);
}

.flag-icon-sc {
  background-image: url(../fonts/flags//4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sc.svg);
}

.flag-icon-sd {
  background-image: url(../fonts/flags//4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sd.svg);
}

.flag-icon-se {
  background-image: url(../fonts/flags//4x3/se.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/se.svg);
}

.flag-icon-sg {
  background-image: url(../fonts/flags//4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sg.svg);
}

.flag-icon-sh {
  background-image: url(../fonts/flags//4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sh.svg);
}

.flag-icon-si {
  background-image: url(../fonts/flags//4x3/si.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/si.svg);
}

.flag-icon-sj {
  background-image: url(../fonts/flags//4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sj.svg);
}

.flag-icon-sk {
  background-image: url(../fonts/flags//4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sk.svg);
}

.flag-icon-sl {
  background-image: url(../fonts/flags//4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sl.svg);
}

.flag-icon-sm {
  background-image: url(../fonts/flags//4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sm.svg);
}

.flag-icon-sn {
  background-image: url(../fonts/flags//4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sn.svg);
}

.flag-icon-so {
  background-image: url(../fonts/flags//4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/so.svg);
}

.flag-icon-sr {
  background-image: url(../fonts/flags//4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sr.svg);
}

.flag-icon-ss {
  background-image: url(../fonts/flags//4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ss.svg);
}

.flag-icon-st {
  background-image: url(../fonts/flags//4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/st.svg);
}

.flag-icon-sv {
  background-image: url(../fonts/flags//4x3/sv.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sv.svg);
}

.flag-icon-sx {
  background-image: url(../fonts/flags//4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sx.svg);
}

.flag-icon-sy {
  background-image: url(../fonts/flags//4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sy.svg);
}

.flag-icon-sz {
  background-image: url(../fonts/flags//4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sz.svg);
}

.flag-icon-tc {
  background-image: url(../fonts/flags//4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tc.svg);
}

.flag-icon-td {
  background-image: url(../fonts/flags//4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/td.svg);
}

.flag-icon-tf {
  background-image: url(../fonts/flags//4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tf.svg);
}

.flag-icon-tg {
  background-image: url(../fonts/flags//4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tg.svg);
}

.flag-icon-th {
  background-image: url(../fonts/flags//4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/th.svg);
}

.flag-icon-tj {
  background-image: url(../fonts/flags//4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tj.svg);
}

.flag-icon-tk {
  background-image: url(../fonts/flags//4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tk.svg);
}

.flag-icon-tl {
  background-image: url(../fonts/flags//4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tl.svg);
}

.flag-icon-tm {
  background-image: url(../fonts/flags//4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tm.svg);
}

.flag-icon-tn {
  background-image: url(../fonts/flags//4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tn.svg);
}

.flag-icon-to {
  background-image: url(../fonts/flags//4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/to.svg);
}

.flag-icon-tr {
  background-image: url(../fonts/flags//4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tr.svg);
}

.flag-icon-tt {
  background-image: url(../fonts/flags//4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tt.svg);
}

.flag-icon-tv {
  background-image: url(../fonts/flags//4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tv.svg);
}

.flag-icon-tw {
  background-image: url(../fonts/flags//4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tw.svg);
}

.flag-icon-tz {
  background-image: url(../fonts/flags//4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tz.svg);
}

.flag-icon-ua {
  background-image: url(../fonts/flags//4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ua.svg);
}

.flag-icon-ug {
  background-image: url(../fonts/flags//4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ug.svg);
}

.flag-icon-um {
  background-image: url(../fonts/flags//4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/um.svg);
}

.flag-icon-us {
  background-image: url(../fonts/flags//4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/us.svg);
}

.flag-icon-uy {
  background-image: url(../fonts/flags//4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/uy.svg);
}

.flag-icon-uz {
  background-image: url(../fonts/flags//4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/uz.svg);
}

.flag-icon-va {
  background-image: url(../fonts/flags//4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/va.svg);
}

.flag-icon-vc {
  background-image: url(../fonts/flags//4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/vc.svg);
}

.flag-icon-ve {
  background-image: url(../fonts/flags//4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ve.svg);
}

.flag-icon-vg {
  background-image: url(../fonts/flags//4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/vg.svg);
}

.flag-icon-vi {
  background-image: url(../fonts/flags//4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/vi.svg);
}

.flag-icon-vn {
  background-image: url(../fonts/flags//4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/vn.svg);
}

.flag-icon-vu {
  background-image: url(../fonts/flags//4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/vu.svg);
}

.flag-icon-wf {
  background-image: url(../fonts/flags//4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/wf.svg);
}

.flag-icon-ws {
  background-image: url(../fonts/flags//4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ws.svg);
}

.flag-icon-ye {
  background-image: url(../fonts/flags//4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ye.svg);
}

.flag-icon-yt {
  background-image: url(../fonts/flags//4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/yt.svg);
}

.flag-icon-za {
  background-image: url(../fonts/flags//4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/za.svg);
}

.flag-icon-zm {
  background-image: url(../fonts/flags//4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/zm.svg);
}

.flag-icon-zw {
  background-image: url(../fonts/flags//4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/zw.svg);
}

.flag-icon-es-ct {
  background-image: url(../fonts/flags//4x3/es-ct.svg);
}
.flag-icon-es-ct.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/es-ct.svg);
}

.flag-icon-eu {
  background-image: url(../fonts/flags//4x3/eu.svg);
}
.flag-icon-eu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/eu.svg);
}

.flag-icon-gb-eng {
  background-image: url(../fonts/flags//4x3/gb-eng.svg);
}
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gb-eng.svg);
}

.flag-icon-gb-nir {
  background-image: url(../fonts/flags//4x3/gb-nir.svg);
}
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gb-nir.svg);
}

.flag-icon-gb-sct {
  background-image: url(../fonts/flags//4x3/gb-sct.svg);
}
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gb-sct.svg);
}

.flag-icon-gb-wls {
  background-image: url(../fonts/flags//4x3/gb-wls.svg);
}
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gb-wls.svg);
}

.flag-icon-un {
  background-image: url(../fonts/flags//4x3/un.svg);
}
.flag-icon-un.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/un.svg);
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.l-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 100vh;
}

.l-page-container {
  padding-top: 30px;
}
@media (min-width: 769px) {
  .l-page-container {
    padding-top: 0;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media (min-width: 769px) {
  .container {
    max-width: 728px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 950px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1240px;
  }
}

.container-fluid, .container-md, .container-lg, .container-xl {
  padding-left: 20px;
  padding-right: 20px;
}

.l-container--desktop {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media (min-width: 769px) {
  .l-container--desktop {
    max-width: 728px;
  }
}
@media (min-width: 992px) {
  .l-container--desktop {
    max-width: 950px;
  }
}
@media (min-width: 1280px) {
  .l-container--desktop {
    max-width: 1240px;
  }
}
@media (max-width: 768.98px) {
  .l-container--desktop {
    padding: 0;
  }
}

@media (min-width: 1280px) {
  .l-container,
  .l-container-fluid {
    max-width: 1240px;
  }
}

@media (min-width: 769px) {
  .l-row--desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (max-width: 768.98px) {
  .l-full-height--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (min-width: 769px) {
  .l-row-reverse--desktop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.l-page__bottom {
  padding-top: 20px;
}
.l-page__bottom .b-carousel-products {
  margin: 0 -15px;
  padding-bottom: 0;
}
.l-page__bottom .carousel-header {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .l-page__bottom {
    border-top: 1px solid #e5e5e5;
    padding-top: 80px;
  }
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.f-form {
  margin: 0;
  padding: 0;
  width: 100%;
}

.f-form--ordered-rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.f-form--ordered-rows .f-form__row {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.f-form--ordered-rows .f-row--order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768.98px) {
  .f-form--ordered-rows .f-row--order-1--mobile {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.f-field {
  margin-bottom: 16px;
}
.f-field.is-invalid .invalid-feedback {
  display: block;
}
.f-field--phone-md .iti.iti--allow-dropdown .iti__flag-container {
  margin-right: 8px;
  min-width: 100px;
  width: 100px;
}
@media (min-width: 769px) {
  .f-field--phone-md .iti.iti--allow-dropdown .iti__flag-container {
    margin-right: 16px;
    min-width: 120px;
    width: 120px;
  }
}
.f-field--phone-lg .iti.iti--allow-dropdown .iti__flag-container {
  width: 120px;
  min-width: 120px;
  margin-right: 5px;
}
@media (min-width: 769px) {
  .f-field--phone-lg .iti.iti--allow-dropdown .iti__flag-container {
    margin-right: 10px;
    width: 150px;
    min-width: 150px;
  }
}
@media (min-width: 769px) {
  .f-field--select {
    max-width: 277px;
  }
}

.f-form__row.row {
  margin-left: -5px;
  margin-right: -5px;
}
.f-form__row [class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}

.f-form__row--spaced.row {
  margin-left: -15px;
  margin-right: -15px;
}
.f-form__row--spaced [class*=col] {
  padding-left: 15px;
  padding-right: 15px;
}

.f-form__row--spaced-sm.row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
@media (min-width: 769px) {
  .f-form__row--spaced-sm.row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.f-form__row--spaced-sm [class*=col] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 769px) {
  .f-form__row--spaced-sm [class*=col] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.f-form__row--actions [class*=col] {
  margin-top: 15px;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 769px) {
  .f-form__row--actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
  .f-form__row--actions [class*=col] {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.f-form__row--actions .btn {
  width: 100%;
}

.f-form__row--actions-xl [class*=col] {
  margin-top: 15px;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1280px) {
  .f-form__row--actions-xl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
  .f-form__row--actions-xl [class*=col] {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.f-form__row--actions-xl .btn {
  width: 100%;
}

.f-form__row--group {
  display: block;
  margin-bottom: 30px;
}
.f-form__row--group + .f-form__row--group::before {
  border-top: 5px solid #f8f8f8;
  content: "";
  display: block;
  height: 5px;
  margin: 0 -15px;
  padding: 22px 0 0;
  position: relative;
  width: 100vw;
}
@media (min-width: 992px) {
  .f-form__row--group + .f-form__row--group::before {
    content: none;
  }
}
@media (min-width: 992px) {
  .f-form__row--group {
    margin-bottom: 52px;
  }
}

.f-form__row--align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-form__row--radioboxes,
.f-form__row--checkboxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.f-form__row--radioboxes .f-field__label,
.f-form__row--checkboxes .f-field__label {
  width: 100%;
}

.f-form__row--checkboxes .f-field {
  margin: 0 22px 22px 0;
  min-width: 90px;
}
@media (min-width: 992px) {
  .f-form__row--checkboxes .f-field {
    margin: 0 22px 0 0;
    min-width: 75px;
  }
}

.f-form__row--radioboxes .f-field {
  margin: 0 16px 24px 0;
  padding: 10px 0;
}
@media (min-width: 769px) {
  .f-form__row--radioboxes .f-field {
    min-width: 102px;
  }
}
.f-form__row--radioboxes .f-field__label {
  margin-bottom: 4px;
}

.f-form__row-col--3-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 769px) {
  .f-form__row-col--3-columns .f-field__control-holder {
    max-width: 113px;
  }
}
.f-form__row-col--3-columns .f-input__birthday-day {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.f-form__row-col--3-columns .f-input__birthday-month {
  border-radius: 0;
}
.f-form__row-col--3-columns .f-input__birthday-year {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.f-form__row-col--3-columns .f-input__birthday-day,
.f-form__row-col--3-columns .f-input__birthday-month {
  border-right-color: #fff;
}
.f-form__row-col--3-columns .f-input__birthday-border {
  border-right: none !important;
}
.f-form__row-col--3-columns .f-input__birthday-error {
  background: none !important;
  border-color: #ae1800 !important;
}

.f-field__label {
  font-size: 14px;
  line-height: 20px;
  color: #111;
  font-weight: 600;
  letter-spacing: normal;
  margin-bottom: 4px;
}
.required > .f-field__label::before {
  display: none;
}

.f-form__title {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  display: block;
  font-weight: 900;
  line-height: 1;
  text-transform: none;
  margin: 0 0 30px;
}

.f-field__text {
  font-size: 12px;
  line-height: 16px;
  color: #767676;
  margin-top: 8px;
}

.f-field__control-holder {
  position: relative;
}

.f-field__control-holder--single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.f-field__control {
  border-radius: 0;
}
.f-field__control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #cbcbcb;
}

.f-field__caption {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  color: #767676;
}

.f-field__error {
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
  font-weight: 400;
  color: #a02e1c;
}

.f-field__link {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 1px;
  position: relative;
  text-decoration: none;
}
.f-field__link::after {
  border-top: 1px solid currentColor;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 100%;
}
@media (min-width: 992px) {
  .f-field__link:hover {
    text-decoration: none;
  }
  .f-field__link:hover::after {
    width: 0;
  }
}

.f-field__helping-text {
  color: #767676;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  margin-top: 12px;
  position: relative;
}
.f-field__helping-text a {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  background: none;
  border: none;
  color: #000;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  padding-bottom: 1px;
}
.f-field__helping-text a::after {
  border-top: 1px solid currentColor;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 100%;
}
@media (min-width: 992px) {
  .f-field__helping-text a:hover {
    text-decoration: none;
  }
  .f-field__helping-text a:hover::after {
    width: 0;
  }
}
@media (min-width: 769px) {
  .f-field__helping-text {
    font-size: 12px;
  }
}

.f-field__helping-text--small {
  font-size: 12px;
}

.b-form-single {
  margin: 0;
  padding: 0;
}
.b-form-single .form-group {
  margin-bottom: 0;
}

.b-form-single__row,
.b-form-single__row-submit-wrapper {
  margin-top: 15px;
}

.b-form-single__row-submit-wrapper .b-form-single__row-submit {
  margin-top: 15px;
}
@media (min-width: 769px) {
  .b-form-single__row-submit-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .b-form-single__row-submit-wrapper .b-form-single__row {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
  .b-form-single__row-submit-wrapper .b-form-single__row-submit {
    margin-top: 0;
  }
}

.b-form-single__result {
  margin-top: 15px;
}

.b-form-single__input.form-control {
  border: 1px solid #000;
  border-radius: 0;
  padding: 19px 35px 19px 15px;
  font-weight: 400;
  font-size: 14px;
}
.b-form-single__input.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.b-consent .f-field__label,
.b-consent .f-radio ~ .f-radio__label .f-radio__label-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
.b-consent .f-form__row-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.b-consent .f-form__row-col .f-field {
  margin-right: 30px;
  margin-bottom: 10px;
}
.b-shipping__form .b-consent .f-form__row-col .f-field {
  margin-bottom: 0;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.f-select--medium + .select2-container .select2-selection--single {
  border-radius: 2px;
  height: 40px;
}
.f-select--medium + .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 20px;
  padding: 9px 36px 9px 12px;
}
.f-select--medium + .select2-container.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 2px 2px 0 0;
}
.f-select--medium + .select2-container.select2-container--open.select2-container--above .select2-selection--single {
  border-radius: 0 0 2px 2px;
}
.f-select.h-visually-hidden + .select2-container {
  border: 0;
  clip: rect(0 0 0 0);
  font-size: 0;
  height: 1px;
  margin: -1px;
  max-width: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.f-select.is-invalid + .select2-container .select2-selection--single {
  border-color: #ae1800;
}
.f-select.is-invalid + .select2-container.select2-container--open .select2-selection--single {
  border-color: #111;
}

.f-select-container {
  position: relative;
}

.f-select-modal-toggle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 0;
  padding: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
}
.f-select-modal-toggle::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.f-select-modal-radio__field {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 18px 15px;
  -webkit-box-shadow: inset 0 -1px 0 0 #e5e5e5;
          box-shadow: inset 0 -1px 0 0 #e5e5e5;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
}

.b-select-radios--no-icon .f-radio ~ .f-radio__label .f-radio__label-icon {
  display: none;
}
.b-select-radios--no-icon .f-radio ~ .f-radio__label .f-radio__label-text {
  margin-left: 0;
}
.b-select-radios--no-icon .f-radio:checked + .f-radio__label .f-radio__label-text {
  font-weight: 900;
}
.b-select-radios--no-icon .f-radio + .f-radio__label {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-select-radios--no-icon .b-modal__headline {
  text-align: center;
}

@media (max-width: 768.98px) {
  .m-select-opened.modal-open .b-modal,
  .m-select-opened.modal-open .b-mobile-modal.show {
    overflow: hidden;
  }
}

.select2-container {
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container.select2-container--disabled {
  color: #767676;
  background: #f8f8f8;
  border-color: #e5e5e5;
}
.select2-container.select2-container--disabled .select2-selection__rendered {
  color: #767676;
}
body:not(.modal-open) > .select2-container {
  z-index: 999;
}
@media (min-width: 992px) {
  body:not(.modal-open) > .select2-container {
    z-index: 1001;
  }
}
body.modal-open > .select2-container {
  z-index: 1051;
}
@media (max-width: 768.98px) {
  body.modal-open > .select2-container .select2-results__options {
    max-height: 220px;
  }
}

.m-select-unselectable + .select2-container .select2-selection {
  border-color: transparent;
  background-color: #f8f8f8;
  pointer-events: none;
}
.m-select-unselectable + .select2-container .select2-selection .select2-selection__arrow {
  display: none;
}

.m-select-small + .select2-container .select2-selection--single {
  height: 35px;
}
@media (min-width: 769px) {
  .m-select-small + .select2-container .select2-selection--single {
    height: 30px;
  }
}
.m-select-small + .select2-container .select2-selection__rendered {
  font-size: 12px;
  font-weight: 600;
  padding: 7.5px 30px 7.5px 14px;
}
@media (min-width: 769px) {
  .m-select-small + .select2-container .select2-selection__rendered {
    padding: 5px 30px 5px 10px;
  }
}

@media (max-width: 768.98px) {
  .m-select-small--mobile + .select2-container .select2-selection--single {
    height: 35px;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .m-select-small--mobile + .select2-container .select2-selection--single {
    height: 30px;
  }
}
@media (max-width: 768.98px) {
  .m-select-small--mobile + .select2-container .select2-selection__rendered {
    font-size: 12px;
    font-weight: 600;
    padding: 7.5px 30px 7.5px 14px;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .m-select-small--mobile + .select2-container .select2-selection__rendered {
    padding: 5px 30px 5px 10px;
  }
}

@media (max-width: 768.98px) {
  .m-select-small-height--mobile + .select2-container .select2-selection--single {
    height: 40px;
  }
  .m-select-small-height--mobile + .select2-container .select2-selection__rendered {
    padding: 13px 35px 13px 20px;
  }
}

.m-select-placeholder--black .select2-selection__placeholder,
.m-select-placeholder--black + .select2-container .select2-selection__placeholder {
  color: #000;
}

.m-select-width--auto + .select2-container {
  min-width: 180px;
  width: auto !important;
}

.m-select-tooltip + .select2-container {
  width: auto !important;
  height: 18px;
}
.m-select-tooltip + .select2-container .select2-selection--single {
  display: inline-block;
  height: 18px;
  margin-top: 1px;
  position: relative;
  padding: 0 20px 0 0;
  border: 0;
}
.m-select-tooltip + .select2-container .select2-selection--single:hover .select2-selection__rendered::after {
  width: 0;
}
.m-select-tooltip + .select2-container .select2-selection__rendered {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  background: none;
  border: none;
  color: #000;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  padding-bottom: 1px;
  padding: 0;
  font-size: inherit;
  font-weight: 900;
}
.m-select-tooltip + .select2-container .select2-selection__rendered::after {
  border-top: 1px solid currentColor;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 100%;
}
@media (min-width: 992px) {
  .m-select-tooltip + .select2-container .select2-selection__rendered:hover {
    text-decoration: none;
  }
  .m-select-tooltip + .select2-container .select2-selection__rendered:hover::after {
    width: 0;
  }
}
.m-select-tooltip + .select2-container .select2-selection__arrow {
  height: 9px;
  width: 9px;
  right: 3px;
}
.m-select-tooltip + .select2-container.select2-container--open .select2-selection__arrow {
  margin-top: -4px;
}

.select2-selection--single {
  border: 1px solid #cbcbcb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 14px;
  height: 40px;
  position: relative;
  text-align: left;
  z-index: 1;
}
.select2-selection--single .select2-selection__rendered {
  font-weight: 400;
  color: #000;
  display: block;
  overflow: hidden;
  line-height: 20px;
  padding: 9px 36px 9px 12px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  pointer-events: none;
}
.select2-selection--single .select2-selection__placeholder {
  color: #767676;
}
.select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.select2-selection--multiple .select2-selection__rendered {
  color: #767676;
  display: block;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
}

.select2-search--inline {
  float: left;
}
.select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  left: -100000px /*!rtl:ignore*/;
  position: absolute;
  width: 100%;
  z-index: 5;
}

.select2-results {
  display: block;
  padding: 4px 4px 4px 0;
}

.select2-results__options {
  scrollbar-base-color: #cbcbcb;
  scrollbar-face-color: #cbcbcb;
  scrollbar-3dlight-color: #f9f9f9;
  scrollbar-arrow-color: #f9f9f9;
  scrollbar-highlight-color: #f9f9f9;
  scrollbar-shadow-color: #f9f9f9;
  scrollbar-dark-shadow-color: #f9f9f9;
  scrollbar-track-color: #f9f9f9;
  scrollbar-color: #cbcbcb #f9f9f9;
  scrollbar-track-color: #f9f9f9;
  scrollbar-width: thin;
  list-style: none;
  margin: 0;
  max-height: 124px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0;
}
.select2-results__options::-webkit-scrollbar {
  width: 4px;
  height: 64px;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background: #cbcbcb;
  border-radius: 16px;
}
.select2-results__options::-webkit-scrollbar-track {
  background: #f9f9f9;
  border-radius: 16px;
  margin: 0 0 0 0;
}

.select2-results__options--nested {
  max-height: none;
  overflow: visible;
}

.select2-results__option {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  margin-right: 4px;
  padding: 10px 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-results__option .m-warning,
.select2-results__option .m-lowstock {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  margin-left: 10px;
}
.select2-results__option .m-warning {
  color: #de3412;
}
.select2-results__option .m-lowstock {
  color: #000;
}
.select2-results__option .m-notavailable {
  color: #767676;
  text-decoration: line-through;
}

.select2-results__option-value {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.select2-results__option-value-text {
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.select2-results__option--highlighted {
  background-color: #f9f9f9;
  font-weight: 400;
}

.select2-selection__arrow::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\E020";
  display: inline-block;
  font-family: "bloomingdales" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  vertical-align: middle;
  border: 0;
  color: #111;
  font-size: 1rem;
  height: 16px;
  line-height: 17px;
  margin: -8px 0 0;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
}

.select2-container--open .select2-selection--single {
  border-color: #000;
}
.select2-container--open .select2-dropdown {
  left: 0 /*!rtl:ignore*/;
}
.select2-container--open .select2-selection__arrow::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\E019";
  display: inline-block;
  font-family: "bloomingdales" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  vertical-align: middle;
  line-height: 16px;
  margin-top: -9px;
}
.select2-container--open .select2-dropdown--above, .select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
}
.select2-container--open .select2-dropdown--below, .select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
}

.select2-search {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.select2-search--dropdown {
  background-color: #fff;
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  font-size: 14px;
  line-height: 20px;
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  height: 40px !important;
  opacity: 0;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 100% !important;
  z-index: 1;
}
@media (min-width: 769px) {
  .select2-hidden-accessible {
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    width: 1px !important;
    z-index: -1;
  }
}
.select2-hidden-accessible:not(.select2--show-on-mobile) + .select2 {
  pointer-events: none;
}
@media (min-width: 769px) {
  .select2-hidden-accessible:not(.select2--show-on-mobile) + .select2 {
    pointer-events: auto;
  }
}

.f-inputbtns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.f-inputbtns .f-inputbtn {
  font-size: 14px;
  line-height: 20px;
  background: none;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  color: #111;
  font-weight: 400;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 38px;
}
.f-inputbtns .f-inputbtn:not(:last-child) {
  margin-right: 8px;
}
.f-inputbtns .f-inputbtn.m-selected {
  border: 1px solid #111;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
@-webkit-keyframes input-autofill {
  to {
    background: #fff url("../images/source-icons/validation-mark--success.svg") no-repeat calc(100% - 12px) 11px/16px;
  }
}
@keyframes input-autofill {
  to {
    background: #fff url("../images/source-icons/validation-mark--success.svg") no-repeat calc(100% - 12px) 11px/16px;
  }
}
.f-input {
  /* stylelint-disable */
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  /* stylelint-enable */
  width: 100%;
  border: 1px solid #cbcbcb;
  padding: 10px 35px 10px 11px;
  height: 40px;
  font-size: 14px;
  line-height: inherit;
  color: #111;
  background-color: #fff;
}
.f-input:-webkit-autofill, .f-input:-webkit-autofill:hover, .f-input:-webkit-autofill:focus, .f-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 40px #fff inset !important;
          box-shadow: 0 0 0 40px #fff inset !important;
}
.f-input:hover, .f-input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.f-input:focus {
  border-color: #111;
  color: #111;
}
.f-input::-webkit-input-placeholder {
  color: #767676;
}
.f-input::-moz-placeholder {
  color: #767676;
}
.f-input:-ms-input-placeholder {
  color: #767676;
}
.f-input::-ms-input-placeholder {
  color: #767676;
}
.f-input::placeholder {
  color: #767676;
}
.f-input:disabled, .f-input:disabled.f-field__control.is-valid {
  color: #767676;
  background: #f8f8f8;
  border-color: #e5e5e5;
}
.f-input.f-field__control.is-invalid {
  padding: 10px 35px 10px 11px;
  border-color: #ae1800;
}
.f-input.f-field__control.is-valid {
  padding: 10px 35px 10px 11px;
  border: 1px solid #cbcbcb;
  background: #fff;
}
.f-input.is-valid:not(.is-invalid):not(:disabled) {
  background: url("../images/source-icons/validation-mark--success.svg") no-repeat calc(100% - 12px) 11px/16px /*!rtl:url("../images/source-icons/validation-mark--success.svg") no-repeat 12px 11px/16px*/;
  background-color: #fff;
}
.f-input.is-valid:not(.is-invalid):not(:disabled):-webkit-autofill {
  -webkit-animation-name: input-autofill;
  -webkit-animation-fill-mode: both;
}
.f-input.is-valid:not(.is-invalid):not(:disabled).ltr, .f-input.is-valid:not(.is-invalid):not(:disabled).ltr.is-invalid, .f-input.is-valid:not(.is-invalid):not(:disabled).ltr.is-valid {
  background: #fff url("../images/source-icons/validation-mark--success.svg") no-repeat calc(100% - 12px) 11px/16px;
}
.f-input.is-valid:not(.is-invalid):not(:disabled).ltr:-webkit-autofill, .f-input.is-valid:not(.is-invalid):not(:disabled).ltr.is-invalid:-webkit-autofill, .f-input.is-valid:not(.is-invalid):not(:disabled).ltr.is-valid:-webkit-autofill {
  -webkit-animation-name: input-autofill;
  -webkit-animation-fill-mode: both;
}
.f-input.is-invalid:not(.is-valid):not(:disabled) {
  background: url("../images/source-icons/validation-mark--error.svg") no-repeat calc(100% - 12px) 11px/16px /*!rtl:url("../images/source-icons/validation-mark--error.svg") no-repeat 12px 11px/16px*/;
  background-color: #fff;
}
.f-input.is-invalid:not(.is-valid):not(:disabled):-webkit-autofill {
  -webkit-animation-name: input-autofill;
  -webkit-animation-fill-mode: both;
}
.f-input.is-invalid:not(.is-valid):not(:disabled).ltr, .f-input.is-invalid:not(.is-valid):not(:disabled).ltr.is-invalid, .f-input.is-invalid:not(.is-valid):not(:disabled).ltr.is-valid {
  background: url("../images/source-icons/validation-mark--error.svg") no-repeat calc(100% - 12px) 11px/16px /*!rtl:ignore*/;
}
.f-input.is-invalid:not(.is-valid):not(:disabled).ltr:-webkit-autofill, .f-input.is-invalid:not(.is-valid):not(:disabled).ltr.is-invalid:-webkit-autofill, .f-input.is-invalid:not(.is-valid):not(:disabled).ltr.is-valid:-webkit-autofill {
  -webkit-animation-name: input-autofill;
  -webkit-animation-fill-mode: both;
}
.f-input.ltr, .f-input.ltr.is-invalid, .f-input.ltr.is-valid {
  padding: 10px 35px 10px 11px /*!rtl:ignore*/;
}
.f-input--medium {
  border-color: #cbcbcb;
  border-radius: 2px;
}
.f-input--not-validate {
  background: none !important;
}

@media (min-width: 769px) {
  .f-input-small .f-input {
    border-color: #000;
    font-size: 12px;
    height: 35px;
  }
}

.f-input__btn {
  text-decoration: underline;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  min-width: 50px;
}
.non-touch .f-input__btn:hover {
  text-decoration: none;
}
.ltr ~ .f-input__btn {
  right: 0 /*!rtl:ignore*/;
  left: auto /*!rtl:ignore*/;
}
.f-input__btn.b-button-toggle {
  padding: 0 12px;
}

.f-input__reset-btn {
  display: none;
  font-size: 0;
}
.is-invalid:not(:placeholder-shown):not(:disabled) ~ .f-input__reset-btn {
  display: block;
}
.f-input__reset-btn .icon-reset {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/reset-button.svg") no-repeat;
  background-size: 20px;
}

.f-input-copy {
  margin: 10px 0;
  position: relative;
}

.f-input-copy__icon {
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 19px;
}
.f-input-copy__icon, .f-input-copy__icon:hover {
  color: #767676;
}

.f-input-copy__field {
  width: 100%;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  color: #767676;
  padding: 10px 12px 10px 40px;
  height: 40px;
}

::-webkit-credentials-auto-fill-button {
  opacity: 0;
}

::-webkit-outer-spin-button,
::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
/* stylelint-disable */
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 10px 12px;
}
.iti__arrow {
  margin-left: 12px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: relative;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
  background-color: white;
  white-space: normal;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  display: none;
}
.iti__country {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 4px;
  outline: none;
  padding: 10px 8px 10px 20px;
}
.iti__country.iti__highlight {
  background-color: #f9f9f9;
}
.iti__country-name, .iti__dial-code {
  font-size: 14px;
  line-height: 20px;
}
.iti__country-name {
  color: #111;
}
.iti__dial-code {
  color: #767676;
  direction: ltr /*!rtl:ignore*/;
  margin-left: auto;
}
.iti__flag-box, .iti__country-name {
  margin-right: 12px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel], .iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 64px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: #f9f9f9;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-dial-code {
  direction: ltr /*!rtl:ignore*/;
  margin-left: 0;
}
.iti--container {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  z-index: 1060;
  display: block;
}
.iti--container:hover {
  cursor: pointer;
}

/* stylelint-disable */
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

/* stylelint-enable */
.iti__flag {
  height: 15px;
  background-image: url("../images/flags/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
  position: relative;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../images/flags/flags@2x.png");
  }
}
.iti__flag::before {
  border: 1px solid rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iti__flag.iti__np {
  background-color: transparent;
}

/* stylelint-enable */
.iti.iti--allow-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.iti.iti--allow-dropdown .f-input,
.iti.iti--allow-dropdown .blm-input {
  padding: 10px 35px 10px 11px !important;
}
.iti.iti--allow-dropdown .f-input.ltr,
.iti.iti--allow-dropdown .blm-input.ltr {
  padding: 10px 35px 10px 11px /*!rtl:ignore*/ !important;
}
.iti.iti--allow-dropdown .iti__flag-container {
  border-radius: 2px;
  border: 1px solid #cbcbcb;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  margin-right: 8px;
  min-width: 100px;
  padding: 0;
  position: static;
  -webkit-transition: border-color 0.1s ease-in;
  -o-transition: border-color 0.1s ease-in;
  transition: border-color 0.1s ease-in;
  width: 100px;
}
.iti.iti--allow-dropdown .iti__flag-container.m-expanded {
  border-color: #000;
}
.iti.iti--allow-dropdown .iti__flag-container:hover {
  border-color: #767676;
}
.iti.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background: none;
}
.iti.iti--allow-dropdown .iti__flag-container.disabled .iti__selected-flag {
  color: #767676;
  background: #f8f8f8;
  border-color: #e5e5e5;
}
.iti.iti--allow-dropdown .iti__flag-container.disabled:hover .iti__selected-flag {
  background: #f8f8f8;
}
.iti.iti--allow-dropdown .iti__selected-flag {
  background: none;
  color: #111;
  padding: 9px 11px;
}
.iti.iti--allow-dropdown .iti__selected-flag .iti__flag {
  display: none;
}
.iti.iti--allow-dropdown .iti__arrow {
  border: none;
  margin-left: 8px;
}
.iti.iti--allow-dropdown .iti__arrow::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\E020";
  display: inline-block;
  font-family: "bloomingdales" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  vertical-align: middle;
  border: 0;
  color: #111;
  font-size: 1rem;
  height: 16px;
  line-height: 17px;
  margin: -8px 0 0;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
}
.iti.iti--allow-dropdown .iti__arrow::after {
  right: 11px;
}
.iti.iti--allow-dropdown .iti__flag {
  margin-top: -2px;
}
.iti.iti--allow-dropdown .iti__country-list {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #000;
}

@media (min-width: 769px) {
  .f-input-small .iti.iti--allow-dropdown .iti__flag-container {
    border-color: #000;
    font-size: 12px;
    height: 35px;
    min-width: 90px;
    width: 90px;
  }
}
.f-input-small .iti.iti--allow-dropdown .iti__selected-dial-code {
  font-size: 12px;
}

.iti--separate-dial-code .iti__selected-flag {
  font-size: 14px;
  line-height: 20px;
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 0;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.f-textarea {
  resize: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 2px;
  border: 1px solid #cbcbcb;
  font-size: 14px;
  color: #111;
  line-height: 20px;
  background-image: none;
}
.f-textarea .m-border-active {
  border: 1px solid #000;
}
.f-textarea.is-invalid {
  border-color: #ae1800;
}
.f-textarea, .f-textarea.is-valid, .f-textarea.is-invalid {
  padding: 10px 12px;
}
.f-textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #000;
}
.f-textarea.m-fixed-height {
  height: 75px;
}
.f-textarea.m-fixed-height-lg {
  height: 120px;
}
@media (min-width: 769px) {
  .f-textarea.m-fixed-height-lg {
    height: 100px;
  }
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.f-checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  font-size: 0;
  height: 1px;
  margin: -1px;
  max-width: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.f-checkbox ~ .f-checkbox__label .f-checkbox__label-icon:before {
  content: "";
  display: block;
  text-align: center;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #cbcbcb;
}
.f-checkbox ~ .f-checkbox__label {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.f-checkbox ~ .f-checkbox__label .f-checkbox__label-icon {
  position: relative;
  min-width: 20px;
  width: 20px;
  height: 20px;
}
.f-checkbox:checked ~ .f-checkbox__label .f-checkbox__label-icon::before {
  background-color: #111;
  border-color: #111;
}
.f-checkbox ~ .f-checkbox__label .f-checkbox__label-icon {
  font-size: 11px;
}
.f-checkbox ~ .f-checkbox__label .f-checkbox__label-icon::before {
  border-radius: 1px;
}
.f-checkbox:checked ~ .f-checkbox__label .f-checkbox__label-icon::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\E023";
  display: inline-block;
  font-family: "bloomingdales" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  vertical-align: middle;
  color: #fff;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.f-checkbox.m-checkbox-small ~ .f-checkbox__label .f-checkbox__label-icon:before {
  min-width: 15px;
  width: 15px;
  height: 15px;
}
.f-checkbox.m-checkbox-small ~ .f-checkbox__label .f-checkbox__label-icon {
  min-width: 15px;
  width: 15px;
  height: 15px;
}
.f-checkbox.m-checkbox-small ~ .f-checkbox__label .f-checkbox__label-icon {
  font-size: 10px;
}

.f-checkbox__label-text {
  color: #111;
  font-size: 12px;
  line-height: 1.5;
  margin: 1px 0 0 9px;
}

.f-checkbox__label--large .f-checkbox__label-text {
  font-size: 14px;
  margin-top: -1px;
}

.f-checkbox__label--larger {
  margin-bottom: 18px;
}
.f-checkbox__label--larger .f-checkbox__label-text {
  font-size: 14px;
  margin-left: 20px;
}

.f-checkbox ~ .f-checkbox__label--larger .f-checkbox__label-icon::before {
  border-color: #000;
}

@media (max-width: 991.98px) {
  .f-checkbox-filter {
    background-color: #f8f8f8;
  }
}

@media (max-width: 991.98px) {
  .f-checkbox-filter__item {
    margin-bottom: 5px;
    background-color: #fff;
  }
  .f-checkbox-filter__item .f-checkbox__label {
    padding: 14px 15px;
    margin-bottom: 0;
  }
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.b-checkbox-slide-toggle .b-checkbox-slide-toggle__input {
  opacity: 0;
  position: absolute;
}
.b-checkbox-slide-toggle .b-checkbox-slide-toggle__input:checked + .b-checkbox-slide-toggle__thumb .b-checkbox-slide-toggle__thumb-icon::before {
  background: #71bf5e;
  -webkit-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
  -o-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
  transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}
.b-checkbox-slide-toggle .b-checkbox-slide-toggle__input:checked + .b-checkbox-slide-toggle__thumb .b-checkbox-slide-toggle__thumb-icon::after {
  left: 24px;
}
.b-checkbox-slide-toggle .b-checkbox-slide-toggle__input + .b-checkbox-slide-toggle__thumb {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.b-checkbox-slide-toggle .b-checkbox-slide-toggle__input + .b-checkbox-slide-toggle__thumb::before, .b-checkbox-slide-toggle .b-checkbox-slide-toggle__input + .b-checkbox-slide-toggle__thumb::after {
  display: none;
}
.b-checkbox-slide-toggle .b-checkbox-slide-toggle__input + .b-checkbox-slide-toggle__thumb .b-checkbox-slide-toggle__thumb-icon {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  height: 30px;
  width: 50px;
  border-radius: 60px;
}
.b-checkbox-slide-toggle .b-checkbox-slide-toggle__input + .b-checkbox-slide-toggle__thumb .b-checkbox-slide-toggle__thumb-icon::before, .b-checkbox-slide-toggle .b-checkbox-slide-toggle__input + .b-checkbox-slide-toggle__thumb .b-checkbox-slide-toggle__thumb-icon::after {
  content: "";
  position: absolute;
  display: block;
}
.b-checkbox-slide-toggle .b-checkbox-slide-toggle__input + .b-checkbox-slide-toggle__thumb .b-checkbox-slide-toggle__thumb-icon::before {
  -webkit-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  -o-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  height: 30px;
  width: 51px;
  top: 0;
  left: 0;
  border-radius: 30px;
  border: 1px solid #e5e5e5;
}
.b-checkbox-slide-toggle .b-checkbox-slide-toggle__input + .b-checkbox-slide-toggle__thumb .b-checkbox-slide-toggle__thumb-icon::after {
  -webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  -o-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  background: #fff;
  height: 25px;
  width: 25px;
  top: 2px;
  left: 2px;
  border-radius: 60px;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 16px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 16px 0 rgba(0, 0, 0, 0.15);
  border: solid 0.5px rgba(0, 0, 0, 0.04);
}
.b-checkbox-slide-toggle .b-checkbox-slide-toggle__input + .b-checkbox-slide-toggle__thumb .b-checkbox-slide-toggle__default-icon {
  display: none;
}
.b-checkbox-slide-toggle.m-toggle--black .b-checkbox-slide-toggle__input:checked + .b-checkbox-slide-toggle__thumb .b-checkbox-slide-toggle__thumb-icon::before {
  background: #000;
}

@media (max-width: 768.98px) {
  .b-checkbox-slide-toggle--mobile .b-checkbox-slide-toggle__input {
    opacity: 0;
    position: absolute;
  }
  .b-checkbox-slide-toggle--mobile .b-checkbox-slide-toggle__input:checked + .b-checkbox-slide-toggle__thumb .b-checkbox-slide-toggle__thumb-icon::before {
    background: #71bf5e;
    -webkit-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
    -o-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
    transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
  }
  .b-checkbox-slide-toggle--mobile .b-checkbox-slide-toggle__input:checked + .b-checkbox-slide-toggle__thumb .b-checkbox-slide-toggle__thumb-icon::after {
    left: 24px;
  }
  .b-checkbox-slide-toggle--mobile .b-checkbox-slide-toggle__input + .b-checkbox-slide-toggle__thumb {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .b-checkbox-slide-toggle--mobile .b-checkbox-slide-toggle__input + .b-checkbox-slide-toggle__thumb::before, .b-checkbox-slide-toggle--mobile .b-checkbox-slide-toggle__input + .b-checkbox-slide-toggle__thumb::after {
    display: none;
  }
  .b-checkbox-slide-toggle--mobile .b-checkbox-slide-toggle__input + .b-checkbox-slide-toggle__thumb .b-checkbox-slide-toggle__thumb-icon {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    height: 30px;
    width: 50px;
    border-radius: 60px;
  }
  .b-checkbox-slide-toggle--mobile .b-checkbox-slide-toggle__input + .b-checkbox-slide-toggle__thumb .b-checkbox-slide-toggle__thumb-icon::before, .b-checkbox-slide-toggle--mobile .b-checkbox-slide-toggle__input + .b-checkbox-slide-toggle__thumb .b-checkbox-slide-toggle__thumb-icon::after {
    content: "";
    position: absolute;
    display: block;
  }
  .b-checkbox-slide-toggle--mobile .b-checkbox-slide-toggle__input + .b-checkbox-slide-toggle__thumb .b-checkbox-slide-toggle__thumb-icon::before {
    -webkit-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
    -o-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
    transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
    height: 30px;
    width: 51px;
    top: 0;
    left: 0;
    border-radius: 30px;
    border: 1px solid #e5e5e5;
  }
  .b-checkbox-slide-toggle--mobile .b-checkbox-slide-toggle__input + .b-checkbox-slide-toggle__thumb .b-checkbox-slide-toggle__thumb-icon::after {
    -webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    -o-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    background: #fff;
    height: 25px;
    width: 25px;
    top: 2px;
    left: 2px;
    border-radius: 60px;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 16px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 16px 0 rgba(0, 0, 0, 0.15);
    border: solid 0.5px rgba(0, 0, 0, 0.04);
  }
  .b-checkbox-slide-toggle--mobile .b-checkbox-slide-toggle__input + .b-checkbox-slide-toggle__thumb .b-checkbox-slide-toggle__default-icon {
    display: none;
  }
}
/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.f-radio {
  border: 0;
  clip: rect(0 0 0 0);
  font-size: 0;
  height: 1px;
  margin: -1px;
  max-width: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.f-radio ~ .f-radio__label .f-radio__label-icon:before {
  content: "";
  display: block;
  text-align: center;
  min-width: 15px;
  width: 15px;
  height: 15px;
  min-width: 10px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #111;
  visibility: hidden;
}
.f-radio ~ .f-radio__label {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.f-radio ~ .f-radio__label .f-radio__label-icon {
  position: relative;
  min-width: 15px;
  width: 15px;
  height: 15px;
}
.f-radio ~ .f-radio__label .f-radio__label-text {
  font-size: 14px;
  line-height: 20px;
  margin-left: 12px;
  font-weight: 600;
  color: #111;
}
.f-radio:checked ~ .f-radio__label .f-radio__label-icon::before {
  background-color: #fff;
  visibility: visible;
}
.f-radio:checked ~ .f-radio__label .f-radio__label-icon {
  background-color: #111;
  border-color: #000;
}
.f-radio ~ .f-radio__label .f-radio__label-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #cbcbcb;
  border-radius: 100%;
  min-width: 20px;
  width: 20px;
  height: 20px;
}

.f-radio__label--large .f-radio__label-text {
  margin-top: 3px;
}

.f-radio-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6px;
  margin-bottom: -6px;
}
@media (min-width: 769px) {
  .f-radio-boxes {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    overflow: visible;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.f-radio-boxes .f-field {
  margin-bottom: 0;
}

.f-radio--box ~ .f-radio__label .f-radio__label-text {
  margin: 0;
  padding: 11px 13px 10px;
  border: 1px solid #000;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.8px;
  white-space: nowrap;
}
.f-radio--box ~ .f-radio__label {
  margin: 15px 10px 0 0;
}
@media (min-width: 769px) {
  .f-radio--box ~ .f-radio__label {
    margin-top: 11px;
  }
}
.f-radio--box:checked ~ .f-radio__label .f-radio__label-text {
  background-color: #000;
  color: #fff;
}

.f-radio--big-box ~ .f-radio__label .f-radio__label-text {
  font-size: 12px;
  font-weight: 900;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.f-radio--big-box ~ .f-radio__label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 19px 20px 14px;
  font-weight: 600;
  border: 1px solid #d0d0d0;
  font-size: 14px;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.f-radio--big-box:checked ~ .f-radio__label {
  border-color: #000;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.btn-link:hover, .btn-link.hover, .btn-link:focus, .btn-link.focus {
  color: inherit;
  text-decoration: none;
}

.btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.15;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn:hover, .btn:active, .btn:focus, .btn.focus, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:hover:focus, .btn:active:focus, .btn:focus:focus, .btn.focus:focus, .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.m-loading, .btn.m-loaded {
  pointer-events: none;
}
.btn.m-loading {
  border: none;
  background-color: #767676;
  color: transparent;
}
.btn.m-loaded {
  background-color: #111;
}
.btn.m-small {
  padding: 11px 15px;
  line-height: 1.4;
  font-size: 12px;
}
@media (min-width: 769px) {
  .btn.m-small--desktop {
    padding: 11px 15px;
    line-height: 1.4;
    font-size: 12px;
  }
}
@media (min-width: 769px) {
  .btn.m-wide {
    min-width: 278px;
  }
}
@media (min-width: 769px) {
  .btn.m-wide--md {
    min-width: 195px;
  }
}
.btn.m-padding-small {
  padding-left: 5px;
  padding-right: 5px;
}

.btn-primary,
.btn-secondary,
.btn-outline-primary,
.btn-outline-secondary,
.btn-tertiary.btn-tertiary-sm,
.btn-highlights,
.btn-danger {
  border-radius: 2px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  min-height: 40px;
  padding: 10px 12px;
}
.btn-primary.disabled, .btn-primary:disabled,
.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled,
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled,
.btn-tertiary.btn-tertiary-sm.disabled,
.btn-tertiary.btn-tertiary-sm:disabled,
.btn-highlights.disabled,
.btn-highlights:disabled,
.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #fff;
  opacity: 1;
}
.btn-primary.disabled:hover, .btn-primary.disabled:active, .btn-primary.disabled.focus, .btn-primary:disabled:hover, .btn-primary:disabled:active, .btn-primary:disabled.focus,
.btn-secondary.disabled:hover,
.btn-secondary.disabled:active,
.btn-secondary.disabled.focus,
.btn-secondary:disabled:hover,
.btn-secondary:disabled:active,
.btn-secondary:disabled.focus,
.btn-outline-primary.disabled:hover,
.btn-outline-primary.disabled:active,
.btn-outline-primary.disabled.focus,
.btn-outline-primary:disabled:hover,
.btn-outline-primary:disabled:active,
.btn-outline-primary:disabled.focus,
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary.disabled:active,
.btn-outline-secondary.disabled.focus,
.btn-outline-secondary:disabled:hover,
.btn-outline-secondary:disabled:active,
.btn-outline-secondary:disabled.focus,
.btn-tertiary.btn-tertiary-sm.disabled:hover,
.btn-tertiary.btn-tertiary-sm.disabled:active,
.btn-tertiary.btn-tertiary-sm.disabled.focus,
.btn-tertiary.btn-tertiary-sm:disabled:hover,
.btn-tertiary.btn-tertiary-sm:disabled:active,
.btn-tertiary.btn-tertiary-sm:disabled.focus,
.btn-highlights.disabled:hover,
.btn-highlights.disabled:active,
.btn-highlights.disabled.focus,
.btn-highlights:disabled:hover,
.btn-highlights:disabled:active,
.btn-highlights:disabled.focus,
.btn-danger.disabled:hover,
.btn-danger.disabled:active,
.btn-danger.disabled.focus,
.btn-danger:disabled:hover,
.btn-danger:disabled:active,
.btn-danger:disabled.focus {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #fff;
  cursor: not-allowed;
}
@media (max-width: 768.98px) {
  .btn-primary,
  .btn-secondary,
  .btn-outline-primary,
  .btn-outline-secondary,
  .btn-tertiary.btn-tertiary-sm,
  .btn-highlights,
  .btn-danger {
    width: 100%;
  }
}

.btn-primary, .touch .btn-primary:not(:disabled):not(.disabled):hover, .touch .btn-primary:not(:disabled):not(.disabled):focus, .btn-primary:not(:disabled):not(.disabled):focus {
  background-color: #111;
  border-color: #111;
  color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  background-color: #fff;
  border-color: #111;
  color: #111;
}

.btn-outline-primary {
  background-color: #fff;
  border-color: #111;
  color: #111;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
  background-color: #111;
  border-color: #111;
  color: #fff;
}

.btn-secondary {
  background-color: #fff;
  color: #111;
  border: 1px solid transparent;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
  background-color: #111;
  color: #fff;
  border-color: #fff;
}

.btn-highlights {
  background-color: #c00c99;
  border-color: #c00c99;
  color: #fff;
}
.btn-highlights:hover, .btn-highlights:active, .btn-highlights:focus {
  color: #fff;
  background-color: #c00c99;
  border-color: #c00c99;
}

@media (min-width: 769px) {
  .btn-highlights--desktop {
    background-color: #c00c99;
    border-color: #c00c99;
    color: #fff;
  }
  .btn-highlights--desktop:hover, .btn-highlights--desktop:active, .btn-highlights--desktop:focus {
    color: #fff;
    background-color: #c00c99;
    border-color: #c00c99;
  }
}

.btn--min-width {
  min-width: 250px;
  width: 100%;
}
@media (min-width: 769px) {
  .btn--min-width {
    width: auto;
  }
}

.btn--min-width--desktop-lg {
  min-width: 250px;
  width: 100%;
}
@media (min-width: 992px) {
  .btn--min-width--desktop-lg {
    width: auto;
  }
}

.btn--small {
  min-height: 40px;
  padding: 11px 23px;
}

@media (max-width: 768.98px) {
  .btn--small-mobile {
    min-height: 40px;
    padding: 11px 23px;
  }
}

.btn--medium {
  border-radius: 2px;
  font-weight: 600;
  letter-spacing: normal;
  min-height: 40px;
  min-width: 175px;
  padding: 10px 12px;
  text-transform: none;
}
@media (max-width: 991.98px) {
  .btn--medium {
    height: 44px;
  }
}

.m-btn--fullsize {
  width: 100%;
}

.m-btn--smaller-font {
  font-size: 12px;
}

.btn--icon {
  font-size: 12px;
  letter-spacing: 0.8px;
  padding: 0 7px;
}
.btn--icon .btn__icon {
  margin: 0 10px 0 5px;
}
.btn--icon .btn__text {
  -webkit-transform: translate(-15px, 1px);
      -ms-transform: translate(-15px, 1px);
          transform: translate(-15px, 1px);
}
.btn--icon.btn--smaller {
  min-height: 40px;
}
@media (min-width: 769px) {
  .btn--icon.btn--smaller {
    min-width: 168px;
  }
}
.btn--icon.btn--smaller .btn__icon {
  font-size: 18px;
}
@media (min-width: 769px) {
  .btn--icon.btn--smaller .btn__icon {
    margin-left: 0;
  }
}
.btn--icon.btn--smaller .btn__text {
  -webkit-transform: translate(-4px, 1px);
      -ms-transform: translate(-4px, 1px);
          transform: translate(-4px, 1px);
}

.btn__icon {
  font-size: 20px;
}
.btn__icon.icon-heart {
  font-size: 1rem;
}

.btn__text {
  margin: 0 auto;
}

.btn--text {
  text-decoration: underline;
  font-size: 12px;
  line-height: 16px;
  background: none;
  border: 0;
  color: #000;
  cursor: pointer;
  line-height: 1;
  letter-spacing: 0.8;
  padding: 1px;
  text-align: center;
}
.non-touch .btn--text:hover {
  text-decoration: none;
}
.btn--text,
.btn--text .m-t__link {
  font-weight: 600;
}
.btn--text::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.btn--underline {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  background: none;
  border: none;
  color: #000;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  padding-bottom: 1px;
  font-size: 14px;
  line-height: 20px;
  background: none;
  border: 0;
  color: #111;
  font-weight: 600;
  letter-spacing: normal;
  outline: none;
  padding: 0;
  text-transform: none;
  margin: 0;
  min-height: auto;
}
.btn--underline::after {
  border-top: 1px solid currentColor;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 100%;
}
@media (min-width: 992px) {
  .btn--underline:hover {
    text-decoration: none;
  }
  .btn--underline:hover::after {
    width: 0;
  }
}

.btn-fixed-height {
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 769px) {
  .btn-fixed-height--desktop {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.btn-favourite {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8f8f8;
  border: 1px solid transparent;
  color: #111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
  min-height: 40px;
  outline: none;
  padding: 11px 16px 11px 14px;
  text-align: left;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
@media (min-width: 769px) {
  .btn-favourite {
    background: #e5e5e5;
  }
  .btn-favourite:hover {
    border-color: #111;
  }
}

.btn-favourite__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.btn-favourite__icon {
  color: #767676;
  font-size: 12px;
  margin-left: 13px;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.b-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-quantity__button {
  background: none;
  border-radius: 50%;
  border: 1px solid #111;
  color: #111;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 12px;
  height: 32px;
  padding: 0;
  width: 32px;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.b-quantity__button:disabled, .b-quantity__button.disabled {
  border-color: #cbcbcb;
  color: #cbcbcb;
  pointer-events: none;
}
.b-quantity .b-quantity__value {
  font-size: 14px;
  line-height: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 6px;
  padding: 0;
  text-align: center;
  width: 16px;
}
.b-quantity__buttons-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.b-quantity__title {
  font-size: 14px;
  line-height: 20px;
  color: #767676;
  font-weight: 600;
  width: 56px;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  color: #4EB5E6;
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  border: none;
}

.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.-only-timepicker- .datepicker--content, .datepicker--body, .datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--cells-years, .datepicker--years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100;
}

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
      transform: translateY(-8px);
}

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
      transform: translateX(8px);
}

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
      transform: translateY(8px);
}

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
      transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
      transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
      transform: none;
}

.datepicker--content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 4px;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.datepicker--nav-action:hover, .datepicker--nav-title:hover {
  background: #f0f0f0;
}

.-top-center- .datepicker--pointer, .-top-left- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}

.-right-bottom- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-top- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
      transform: rotate(225deg);
}

.-bottom-center- .datepicker--pointer, .-bottom-left- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
      transform: rotate(315deg);
}

.-left-bottom- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-top- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer {
  left: 10px;
}

.-bottom-right- .datepicker--pointer, .-top-right- .datepicker--pointer {
  right: 10px;
}

.-bottom-center- .datepicker--pointer, .-top-center- .datepicker--pointer {
  left: calc(50% - 5px);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 5px);
}

.datepicker--body.active {
  display: block;
}

.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-action, .datepicker--nav-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--buttons, .datepicker--time {
  border-top: 1px solid #efefef;
  padding: 4px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: 0 0;
}

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.datepicker--time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  -webkit-box-flex: 0;
          flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  -webkit-box-flex: 0;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours, .datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
  content: "";
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
  background: -o-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type=range] {
  background: 0 0;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none;
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:focus {
  outline: 0;
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin-top: -6px;
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: 0 0;
}

.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: "";
  background: currentColor;
  position: absolute;
}

.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
}

.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none;
}

.datepickers-container {
  display: none;
  left: auto;
}
@media (min-width: 992px) {
  .datepickers-container {
    left: auto /*!rtl:0*/;
  }
}
.datepickers-container .datepicker {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.datepicker {
  -webkit-box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  width: 320px;
  font-family: inherit;
  right: 0;
  left: 0;
  z-index: 1051;
}
@media (min-width: 992px) {
  .datepicker {
    right: 0 /*!rtl:auto*/;
    left: 0 /*!rtl:auto*/;
  }
}

.datepicker--pointer {
  display: none;
}

.datepicker--nav {
  min-height: 52px;
  border-bottom: 0;
}
.datepicker--nav i {
  color: #000;
}

.datepicker--nav-action {
  width: 44px;
}

.datepicker--nav-title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.datepicker--nav-title:hover,
.datepicker--nav-action:hover {
  background: none;
}

.datepicker--content {
  padding: 0;
}

.datepicker--days-names {
  display: grid;
  grid-template-columns: repeat(7, 40px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  background-color: #f9f9f9;
  min-height: 44px;
}

.datepicker--day-name {
  font-size: 14px;
  color: #000;
  text-transform: none;
}

.datepicker--cells {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 24px;
}

.datepicker--cell {
  width: 40px;
  height: 40px;
  border-radius: 0;
  font-size: 12px;
}
.datepicker--cell.-selected-, .datepicker--cell.-selected-.-focus-, .datepicker--cell.-selected-.-current- {
  background: #111;
  border-radius: 50%;
}
.datepicker--cell.-current- {
  border-radius: 50%;
  color: #111;
}
.datepicker--cell.-focus- {
  background: #fff;
}
.datepicker--cell.-disabled- {
  color: #cbcbcb;
}

.datepicker--cells-days {
  grid-template-columns: repeat(7, 40px);
}

.datepicker--cell-day {
  width: 40px;
}

.datepicker--cells-months {
  grid-template-columns: repeat(3, 50px);
}

.datepicker--cell-month {
  width: auto;
}

.datepicker--cells-years {
  grid-template-columns: repeat(4, 50px);
}

.datepicker--cell-year {
  width: auto;
}

.blm-form {
  margin: 0;
  padding: 0;
  width: 100%;
}
.blm-form__row.row {
  margin-left: -4px;
  margin-right: -4px;
}
.blm-form__row [class*=col] {
  padding-left: 4px;
  padding-right: 4px;
}
.blm-form__row-col--column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
}
.blm-form__row-col--column-3 .blm-field__control-holder {
  max-width: 113px;
}
.blm-form__error {
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  .blm-form__error {
    margin-bottom: 16px;
  }
}
.blm-form__error .blm-alert__text {
  font-size: 14px;
  line-height: 20px;
}

.blm-field {
  margin: 0;
}
.blm-field.is-invalid .invalid-feedback {
  display: block;
}
.blm-field--spacing-s {
  margin-bottom: 8px;
}
.blm-field--spacing-sm {
  margin-bottom: 12px;
}
.blm-field--spacing-m {
  margin-bottom: 16px;
}
.blm-field--spacing-l {
  margin-bottom: 24px;
}
.blm-field--row-group {
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(102px, -webkit-max-content));
  grid-template-columns: repeat(2, minmax(102px, max-content));
}
.blm-field__text {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}
.blm-field__text--spacing-s {
  margin-bottom: 8px;
}
.blm-field__text--spacing-l {
  margin-bottom: 24px;
}
.blm-field__text--checkout-title {
  color: #767676;
  font-weight: 600;
}
.blm-field__text--subtitle {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
@media (min-width: 769px) {
  .blm-field__text--subtitle {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.blm-field__info-text {
  font-size: 12px;
  line-height: 16px;
  color: #767676;
  margin-top: 8px;
}
.blm-field__info-text.is-invalid {
  color: #a02e1c;
}
.blm-field__info-text a {
  color: #767676;
  text-decoration: underline;
}
.blm-field__label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #111;
  margin-bottom: 4px;
}
.blm-field__label--country-code {
  margin-right: 8px;
  width: 100px;
}
.blm-field__link {
  font-size: 14px;
  line-height: 20px;
  -webkit-box-shadow: inset 0 -1px 0 currentColor;
          box-shadow: inset 0 -1px 0 currentColor;
  color: #111;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.blm-field__link--bold {
  font-weight: 600;
}
.blm-field__error {
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
  color: #a02e1c;
}
.blm-field__error--phone {
  padding-left: 108px;
}
.blm-field__control-holder {
  margin-bottom: 16px;
  position: relative;
}
.blm-field--type2 .blm-field__control-holder.is-invalid {
  margin-bottom: 16px;
}
.blm-field__control-holder .input-credit-card-logo {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 40px;
  height: 26px;
  right: 12px;
  top: 7px;
}
html[lang=ar] .blm-field__control-holder .input-credit-card-logo {
  left: 12px;
}
.blm-field__control-holder .input-credit-card-logo__valid {
  right: 36px;
}
html[lang=ar] .blm-field__control-holder .input-credit-card-logo__valid {
  left: 36px;
}
.blm-field__control-holder--spacing-s {
  margin-bottom: 8px;
}
.blm-field__control-holder--spacing-l {
  margin-bottom: 24px;
}
.blm-field__control-holder--spacing-sm {
  padding: 10px 0;
}
.blm-field__control-holder--spacing-xs {
  padding: 8px 0;
}
.blm-field__control-holder--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blm-field__control-holder--flex .blm-input {
  max-width: 63.84px;
}
.blm-field__control-holder--grid {
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.blm-field__control-holder--flex .blm-input, .blm-field__control-holder--grid .blm-input {
  padding: 10px 12px;
  background: none;
  text-align: center;
  font-weight: 600;
  -moz-appearance: textfield;
  /* Chrome, Safari, Edge, Opera */
}
.blm-field__control-holder--flex .blm-input.is-invalid, .blm-field__control-holder--flex .blm-input.is-valid, .blm-field__control-holder--flex .blm-input.is-valid:not(.is-invalid):not(:disabled), .blm-field__control-holder--flex .blm-input.is-invalid:not(.is-valid):not(:disabled), .blm-field__control-holder--grid .blm-input.is-invalid, .blm-field__control-holder--grid .blm-input.is-valid, .blm-field__control-holder--grid .blm-input.is-valid:not(.is-invalid):not(:disabled), .blm-field__control-holder--grid .blm-input.is-invalid:not(.is-valid):not(:disabled) {
  background: none;
  padding: 10px 12px;
}
.blm-field__control-holder--flex .blm-input::-webkit-outer-spin-button, .blm-field__control-holder--flex .blm-input::-webkit-inner-spin-button, .blm-field__control-holder--grid .blm-input::-webkit-outer-spin-button, .blm-field__control-holder--grid .blm-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.blm-field__check-list-wrapper {
  margin-top: 8px;
}
.blm-field__check-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.blm-field__check-list-item {
  font-size: 12px;
  line-height: 16px;
  padding: 4px 0;
}
.blm-field__check-list-item::before {
  font-size: 16px;
  line-height: 16px;
  margin-right: 8px;
  margin-top: -2px;
}
.blm-field__check-list-item.is-valid {
  color: #25744c;
}
.blm-field__check-list-item.is-valid::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\E082";
  display: inline-block;
  font-family: "bloomingdales" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  vertical-align: middle;
}
.blm-field__check-list-item.is-invalid {
  color: #a02e1c;
}
.blm-field__check-list-item.is-invalid::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\E001";
  display: inline-block;
  font-family: "bloomingdales" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  vertical-align: middle;
}
.blm-field__inputbtns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.blm-field__inputbtn {
  /* stylelint-disable */
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-delay: linear;
       -o-transition-delay: linear;
          transition-delay: linear;
  /* stylelint-enable */
  font-size: 14px;
  line-height: 20px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #cbcbcb;
  color: #111;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  margin-right: 8px;
  padding: 9px 11px;
}
.blm-field__inputbtn:last-child {
  margin-right: 0;
}
.blm-field.is-invalid .blm-field__inputbtn {
  border-color: #a02e1c;
}
.blm-field__inputbtn.m-selected {
  border-color: #111;
  color: #111;
}
.blm-field:not(.is-invalid) .blm-field__inputbtn:not(.m-selected):hover {
  border-color: #767676;
}
.blm-field__label-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.blm-field--address-search .icon-search {
  font-size: 16px;
  line-height: 16px;
  color: #767676;
  height: 16px;
  left: 8px;
  position: absolute;
  top: 12px;
  width: 16px;
}
.blm-field--address-search .blm-field__control {
  padding-left: 31px;
}
.blm-field--address-search .blm-field__control.is-valid, .blm-field--address-search .blm-field__control.is-invalid {
  padding-left: 31px;
}
.blm-field--address-manual .icon-search {
  display: none;
}

.blm-input {
  /* stylelint-disable */
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-delay: linear;
       -o-transition-delay: linear;
          transition-delay: linear;
  /* stylelint-enable */
  font-size: 14px;
  line-height: 20px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #cbcbcb;
  color: #111;
  height: 40px;
  padding: 10px 35px 10px 11px;
  width: 100%;
}
.blm-input:-webkit-autofill, .blm-input:-webkit-autofill:hover, .blm-input:-webkit-autofill:focus, .blm-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 40px #fff inset !important;
          box-shadow: 0 0 0 40px #fff inset !important;
}
.blm-input:hover, .blm-input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #111;
}
.blm-input:not(.is-invalid):hover {
  border-color: #767676 !important;
}
.blm-input:not(.is-invalid):focus {
  border-color: #111 !important;
}
.blm-input:disabled, .blm-input:disabled.is-valid {
  color: #767676;
  background: #f9f9f9;
  border-color: #cbcbcb;
}
.blm-input.is-invalid {
  padding: 10px 35px 10px 11px;
  border-color: #ae1800 !important;
}
.blm-input.is-valid {
  padding: 10px 35px 10px 11px;
  border-color: #cbcbcb;
}
.blm-input.is-valid:not(.is-invalid):not(.blm-input--no-mark):not(:disabled) {
  background: url("../images/source-icons/validation-mark--success.svg") no-repeat calc(100% - 12px) 11px/16px /*!rtl:url("../images/source-icons/validation-mark--success.svg") no-repeat 12px 11px/16px*/;
}
.blm-input.is-valid:not(.is-invalid):not(.blm-input--no-mark):not(:disabled):-webkit-autofill {
  -webkit-animation-name: input-autofill;
  -webkit-animation-fill-mode: both;
}
.blm-input.is-valid:not(.is-invalid):not(.blm-input--no-mark):not(:disabled).ltr, .blm-input.is-valid:not(.is-invalid):not(.blm-input--no-mark):not(:disabled).ltr.is-invalid, .blm-input.is-valid:not(.is-invalid):not(.blm-input--no-mark):not(:disabled).ltr.is-valid {
  background: url("../images/source-icons/validation-mark--success.svg") no-repeat calc(100% - 12px) 11px/16px /*!rtl:ignore*/;
}
.blm-input.is-valid:not(.is-invalid):not(.blm-input--no-mark):not(:disabled).ltr:-webkit-autofill, .blm-input.is-valid:not(.is-invalid):not(.blm-input--no-mark):not(:disabled).ltr.is-invalid:-webkit-autofill, .blm-input.is-valid:not(.is-invalid):not(.blm-input--no-mark):not(:disabled).ltr.is-valid:-webkit-autofill {
  -webkit-animation-name: input-autofill-rtl;
  -webkit-animation-fill-mode: both;
}
.blm-input.is-invalid:not(.is-valid):not(.blm-input--no-mark):not(:disabled) {
  background: url("../images/source-icons/validation-mark--error.svg") no-repeat calc(100% - 12px) 11px/16px /*!rtl:url("../images/source-icons/validation-mark--error.svg") no-repeat 12px 11px/16px*/;
}
.blm-input.is-invalid:not(.is-valid):not(.blm-input--no-mark):not(:disabled):-webkit-autofill {
  -webkit-animation-name: input-autofill;
  -webkit-animation-fill-mode: both;
}
.blm-input.is-invalid:not(.is-valid):not(.blm-input--no-mark):not(:disabled).ltr, .blm-input.is-invalid:not(.is-valid):not(.blm-input--no-mark):not(:disabled).ltr.is-invalid, .blm-input.is-invalid:not(.is-valid):not(.blm-input--no-mark):not(:disabled).ltr.is-valid {
  background: url("../images/source-icons/validation-mark--error.svg") no-repeat calc(100% - 12px) 11px/16px /*!rtl:ignore*/;
}
.blm-input.is-invalid:not(.is-valid):not(.blm-input--no-mark):not(:disabled).ltr:-webkit-autofill, .blm-input.is-invalid:not(.is-valid):not(.blm-input--no-mark):not(:disabled).ltr.is-invalid:-webkit-autofill, .blm-input.is-invalid:not(.is-valid):not(.blm-input--no-mark):not(:disabled).ltr.is-valid:-webkit-autofill {
  -webkit-animation-name: input-autofill-rtl;
  -webkit-animation-fill-mode: both;
}
.blm-input.ltr, .blm-input.ltr.is-invalid, .blm-input.ltr.is-valid {
  padding: 10px 35px 10px 11px /*!rtl:ignore*/;
}
.blm-input::-webkit-input-placeholder {
  color: #767676;
}
.blm-input::-moz-placeholder {
  color: #767676;
}
.blm-input:-ms-input-placeholder {
  color: #767676;
}
.blm-input::-ms-input-placeholder {
  color: #767676;
}
.blm-input::placeholder {
  color: #767676;
}
.blm-input--password {
  padding: 10px 35px 10px 36px;
}
.blm-input--password.is-valid, .blm-input--password.is-invalid {
  padding: 10px 35px 10px 36px !important;
}
.blm-input--password[type=password] {
  font-family: inherit /*!rtl:sans-serif*/;
}
.blm-input--number {
  -moz-appearance: textfield;
}
.blm-input--number::-webkit-outer-spin-button, .blm-input--number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.blm-input--birthday-day:focus, .blm-input--birthday-month:focus, .blm-input--birthday-year:focus {
  position: relative;
  z-index: 2;
}
.blm-input--birthday-day:hover, .blm-input--birthday-month:hover, .blm-input--birthday-year:hover {
  position: relative;
  z-index: 1;
}
.blm-input--birthday-day.is-valid, .blm-input--birthday-month.is-valid, .blm-input--birthday-year.is-valid {
  background: none !important;
}
.blm-input--birthday-day.is-invalid, .blm-input--birthday-month.is-invalid, .blm-input--birthday-year.is-invalid {
  background: none !important;
  border-color: #ae1800 !important;
  position: relative;
  z-index: 3;
}
.blm-input--birthday-day {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.blm-input--birthday-month {
  border-radius: 0;
  margin-left: -1px;
}
.blm-input--birthday-year {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -2px;
}
.blm-input__btn {
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  min-width: 40px;
  color: #111;
}
.ltr ~ .blm-input__btn {
  left: 0 /*!rtl:ignore*/;
  right: auto /*!rtl:ignore*/;
}
.blm-input__btn .icon {
  color: #111;
}
.blm-input__btn--password {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.blm-input__btn--password .icon {
  font-size: 16px;
  line-height: 16px;
  padding-left: 12px;
}
.blm-input--clearance-date:-moz-read-only {
  background: white;
}
.blm-input--clearance-date:read-only {
  background: white;
}

/*
## Radio Sample
<div class="blm-field">
    <div class="blm-field__control-holder">
        <input class="blm-radio" type="radio">
        <label class="blm-radio__label">
            <span class="blm-radio__label-icon"></span>
            <span class="blm-radio__label-text-area">
                <span class="blm-radio__label-headline">Headline can be removed</span>
                <span class="blm-radio__label-text">Text</span>
            </span>
        </label>
    </div>
</div>
*/
.blm-radio {
  border: 0;
  clip: rect(0 0 0 0);
  font-size: 0;
  height: 1px;
  margin: -1px;
  max-width: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.blm-radio__label {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.blm-radio__label-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.blm-radio__label-icon {
  /* stylelint-disable */
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  /* stylelint-enable */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 100%;
  -webkit-box-shadow: inset 0 0 0 1px #cbcbcb;
          box-shadow: inset 0 0 0 1px #cbcbcb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 20px;
  position: relative;
  width: 20px;
}
.blm-radio__label-icon:hover {
  -webkit-box-shadow: inset 0 0 0 1px #111;
          box-shadow: inset 0 0 0 1px #111;
}
.blm-radio__label-icon::before {
  background-color: #fff;
  border-radius: 100%;
  content: "";
  display: block;
  height: 10px;
  min-width: 10px;
  text-align: center;
  visibility: hidden;
  width: 10px;
}
.blm-radio__label-text-area {
  color: #111;
  margin: 0 0 0 12px;
}
.blm-radio__label-headline {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: block;
}
.blm-radio__label-headline ~ .blm-radio__label-text {
  color: #767676;
  margin-top: 4px;
}
.blm-radio__label-text {
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.blm-radio__label-text--bold {
  font-weight: 600;
}
.blm-radio__label-text--grey {
  color: #767676;
}
.blm-radio__label-info {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-left: auto;
}
.blm-radio__content {
  display: none;
}
.blm-radio__error-message {
  font-size: 14px;
  line-height: 20px;
  margin-top: -8px;
  padding-bottom: 24px;
}
.blm-radio:checked ~ .blm-radio__label .blm-radio__label-icon {
  background-color: #111;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.blm-radio:checked ~ .blm-radio__label .blm-radio__label-icon::before {
  visibility: visible;
}
.blm-radio:checked ~ .blm-radio__content {
  display: block;
}
.blm-radio:disabled ~ .blm-radio__label, .blm-radio:disabled.is-valid ~ .blm-radio__label {
  cursor: default;
}
.blm-radio:disabled ~ .blm-radio__label .blm-radio__label-icon, .blm-radio:disabled.is-valid ~ .blm-radio__label .blm-radio__label-icon {
  background-color: #cbcbcb;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.blm-radio:disabled ~ .blm-radio__label .blm-radio__label-headline,
.blm-radio:disabled ~ .blm-radio__label .blm-radio__label-text, .blm-radio:disabled.is-valid ~ .blm-radio__label .blm-radio__label-headline,
.blm-radio:disabled.is-valid ~ .blm-radio__label .blm-radio__label-text {
  color: #cbcbcb;
}

.blm-field--box-type {
  margin-bottom: 8px;
}
.blm-field--box-type .blm-field__control-holder {
  margin-bottom: 0;
}
.blm-field--box-type .blm-radio__label {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 0 1px #cbcbcb;
          box-shadow: inset 0 0 0 1px #cbcbcb;
  padding: 14px 16px;
}
.blm-field--box-type .blm-radio__label-text-area,
.blm-field--box-type .blm-checkbox__label-text-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blm-field--box-type .blm-radio:checked ~ .blm-radio__label--type-2 {
  -webkit-box-shadow: inset 0 0 0 1px #111;
          box-shadow: inset 0 0 0 1px #111;
}

.blm-field--box-type-2 {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 0 1px #cbcbcb;
          box-shadow: inset 0 0 0 1px #cbcbcb;
}
.blm-field--box-type-2 .blm-radio__label {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
}
@media (min-width: 769px) {
  .blm-field--box-type-2 .blm-radio__label {
    padding: 24px;
  }
}
.blm-field--box-type-2 .blm-radio__label-text-area,
.blm-field--box-type-2 .blm-checkbox__label-text-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.blm-field--box-type-2 .blm-radio__label-headline ~ .blm-radio__label-text {
  margin: 0;
}
.blm-field--box-type-2 .blm-radio__content {
  padding: 0 16px 16px;
}
@media (min-width: 769px) {
  .blm-field--box-type-2 .blm-radio__content {
    margin-top: -8px;
    padding: 0 56px 32px;
  }
}

.blm-field--list-type {
  -webkit-box-shadow: inset 0 -1px 0 #e8e8e8;
          box-shadow: inset 0 -1px 0 #e8e8e8;
}
.blm-field--list-type .blm-radio__label {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
}
.blm-field--list-type .blm-radio__label-text-area {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blm-field--list-type .blm-field__control-holder {
  margin-bottom: 0;
}
.blm-field--list-type .blm-radio__content {
  padding-left: 32px;
}

.blm-field--list-type-2 {
  -webkit-box-shadow: inset 0 -1px 0 #e8e8e8;
          box-shadow: inset 0 -1px 0 #e8e8e8;
}
.blm-field--list-type-2 .blm-radio__label-headline {
  margin-left: 12px;
}
.blm-field--list-type-2 > .blm-field__control-holder {
  margin-bottom: 0;
}
.blm-field--list-type-2 > .blm-field__control-holder > .blm-radio:checked ~ .blm-radio__label {
  padding-bottom: 8px;
}
.blm-field--list-type-2 > .blm-field__control-holder > .blm-radio:checked ~ .blm-radio__label .blm-radio__label-text-area {
  color: #111;
}
.blm-field--list-type-2 > .blm-field__control-holder > .blm-radio__label {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
}
.blm-field--list-type-2 > .blm-field__control-holder > .blm-radio__label > .blm-radio__label-text-area {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #767676;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 7px 0;
}
.blm-field--list-type-2 > .blm-field__control-holder > .blm-radio__label > .blm-radio__label-text-area .blm-radio__label-info {
  color: #111;
}
.blm-field--list-type-2 > .blm-field__control-holder > .blm-radio__content {
  padding-bottom: 24px;
  padding-left: 32px;
}
.blm-field--list-type-2 > .blm-field__control-holder--content-hidden > .blm-radio__label {
  padding: 16px 0 !important;
}
.blm-field--list-type-2 > .blm-field__control-holder--content-hidden > .blm-radio__content {
  display: none;
}

/*
## Checkbox Sample
<div class="blm-field">
    <div class="blm-field__control-holder">
        <input class="blm-checkbox" type="checkbox">
        <label class="blm-checkbox__label">
            <span class="blm-checkbox__label-icon"></span>
            <span class="blm-checkbox__label-text-area">
                <span class="blm-checkbox__label-headline">Headline can be removed</span>
                <span class="blm-checkbox__label-text">Text</span>
            </span>
        </label>
    </div>
</div>
*/
.blm-checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  font-size: 0;
  height: 1px;
  margin: -1px;
  max-width: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.blm-checkbox__label {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.blm-checkbox__label-icon {
  /* stylelint-disable */
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  /* stylelint-enable */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 0 0 1px #cbcbcb;
          box-shadow: inset 0 0 0 1px #cbcbcb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 20px;
  position: relative;
  width: 20px;
}
.blm-checkbox__label-icon::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\E023";
  display: inline-block;
  font-family: "bloomingdales" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  vertical-align: middle;
  font-size: 10px;
  color: #fff;
  visibility: hidden;
}
.blm-checkbox__label-icon:hover {
  -webkit-box-shadow: inset 0 0 0 1px #111;
          box-shadow: inset 0 0 0 1px #111;
}
.blm-checkbox__label-text-area {
  color: #111;
  margin: 0 0 0 12px;
}
.blm-checkbox__label-headline {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: block;
}
.blm-checkbox__label-headline ~ .blm-checkbox__label-text {
  color: #767676;
  margin-top: 4px;
}
.blm-checkbox__label-text {
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.blm-checkbox__label-text--grey {
  color: #767676;
}
.blm-checkbox:checked ~ .blm-checkbox__label .blm-checkbox__label-icon {
  background-color: #111;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.blm-checkbox:checked ~ .blm-checkbox__label .blm-checkbox__label-icon::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\E023";
  display: inline-block;
  font-family: "bloomingdales" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  vertical-align: middle;
  visibility: visible;
}
.blm-checkbox:disabled ~ .blm-checkbox__label, .blm-checkbox:disabled.is-valid ~ .blm-checkbox__label {
  cursor: default;
}
.blm-checkbox:disabled ~ .blm-checkbox__label .blm-checkbox__label-icon, .blm-checkbox:disabled.is-valid ~ .blm-checkbox__label .blm-checkbox__label-icon {
  background-color: #cbcbcb;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.blm-checkbox:disabled ~ .blm-checkbox__label .blm-checkbox__label-headline,
.blm-checkbox:disabled ~ .blm-checkbox__label .blm-checkbox__label-text, .blm-checkbox:disabled.is-valid ~ .blm-checkbox__label .blm-checkbox__label-headline,
.blm-checkbox:disabled.is-valid ~ .blm-checkbox__label .blm-checkbox__label-text {
  color: #cbcbcb;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
* {
  outline: none !important;
}

body {
  color: #111;
}

b,
strong {
  font-weight: 900;
}

html body,
.popover {
  font-family: "Inter-Regular", sans-serif /*!rtl:"Almarai-Regular", sans-serif*/;
  font-weight: 400;
}

button {
  color: #111;
}

@media (min-width: 769px) {
  .mobile {
    display: none !important;
  }
}

@media (max-width: 768.98px) {
  .desktop {
    display: none !important;
  }
}

.modal-background {
  background-color: #000;
  display: none;
  height: 100%;
  position: fixed;
  opacity: 0.5;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1049;
}

.modal-backdrop {
  z-index: 1049;
}

input[placeholder] {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.order-discount {
  color: #71bf5e;
}

.shipping-discount {
  color: #71bf5e;
}

.error-messaging {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.error-message {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.error.continue-shopping {
  margin-bottom: 6.25em;
}

.error-unassigned-category {
  color: #de3412;
}

.skip {
  position: absolute;
  left: 0;
  top: -4.2em;
  overflow: hidden;
  padding: 1em 1.5em;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  z-index: 10;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.card-header-custom {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.helping-text {
  color: #767676;
}

.price *,
.numeric,
.quantity,
[class$=-cost],
[class$=price],
[class*=total] {
  font-weight: 400;
}

.b-plain-text {
  font-weight: 400;
  font-size: 12px;
}

.l-main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (max-width: 768.98px) {
  .px-sm-down-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 768.98px) {
  .hidden-bg-sm {
    background: none !important;
  }
}

@media (min-width: 769px) {
  .hidden-bg-sm-up {
    background: none !important;
  }
}

.h-text__truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.h-text__nowrap {
  white-space: nowrap;
}

.m-icon--flip {
  -webkit-transform: none /*!rtl:rotate(180deg)*/;
      -ms-transform: none /*!rtl:rotate(180deg)*/;
          transform: none /*!rtl:rotate(180deg)*/;
}

.m-icon--flip-inside::before {
  -webkit-transform: none /*!rtl:rotate(180deg)*/;
      -ms-transform: none /*!rtl:rotate(180deg)*/;
          transform: none /*!rtl:rotate(180deg)*/;
  display: inline /*!rtl:inline-block*/;
}

.m-label__verified-right {
  display: inline-block;
  background: transparent url("../images/source-icons/validation-mark--success.svg") no-repeat;
  padding-left: 0;
  padding-right: 21px;
  background-position: calc(100% - 1px) 0;
}
.m-label__verified-right.m-indent--lg {
  padding-right: 27px;
  background-position: calc(100% - 1px) 4px;
}

.m-label__verified-left {
  display: inline-block;
  background: transparent url("../images/source-icons/validation-mark--success.svg") no-repeat;
  padding-right: 0;
  padding-left: 21px;
  background-position: 0 0;
}
.m-label__verified-left.m-indent--lg {
  padding-left: 27px;
  background-position: 1px 4px /*!rtl:calc(100% - 1px) 4px*/;
}

@media (max-width: 768.98px) {
  .m-label__verified-left-m {
    display: inline-block;
    background: transparent url("../images/source-icons/validation-mark--success.svg") no-repeat;
    background-size: 20px;
    line-height: 20px;
    padding-right: 0;
    padding-left: 21px;
    background-position: 0 0;
    padding-left: 30px;
  }
  .m-label__verified-left-m.m-indent--lg {
    padding-left: 27px;
    background-position: 1px 4px /*!rtl:calc(100% - 1px) 4px*/;
  }
}

hr {
  border-color: #e5e5e5;
}

.b-info-box {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 15px 30px;
  border-bottom: 5px solid #f8f8f8;
}
@media (min-width: 769px) {
  .b-info-box {
    border: 2px solid #000;
    margin-left: 0;
    margin-right: 0;
    padding: 22px 38px;
  }
}

@media (min-width: 769px) {
  .b-info-box__section {
    border-top: 1px solid #e5e5e5;
    padding: 16px 0;
  }
  .b-info-box__section:first-child {
    border-top: 0;
  }
}

.b-info-box__title {
  margin-bottom: 21px;
}

.b-info-box__caption {
  margin-bottom: 16px;
}

@media (max-width: 768.98px) {
  .embeddedServiceHelpButton {
    display: none !important;
  }
}
.embeddedServiceHelpButton.d-block {
  display: block !important;
}

.b-help-tooltip {
  font-size: 10px;
  line-height: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e5e5e5;
  border-radius: 50%;
  color: #111;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  position: relative;
  text-align: center;
  width: 18px;
}

#checkIfOnCartmango {
  display: none;
}

.hide-product-overlay::after {
  display: none !important;
}

.hide-product-overlay-before::before {
  background: none !important;
}

.text-break-all {
  word-break: break-all;
}
@media (min-width: 769px) {
  .text-break-all-sm {
    word-break: break-all;
  }
}

.font-size-14 {
  font-size: 14px;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.b-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 80%;
  z-index: 1050;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media (min-width: 769px) {
  .b-menu {
    position: relative;
    height: unset;
    width: unset;
    z-index: unset;
    display: block;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.b-menu.m-active {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.b-menu.animation {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.b-menu__promotion {
  background-color: #767676;
  border-bottom: 1px solid #e8e8e8;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 8px;
  padding: 8px 16px 7px;
}
@media (min-width: 769px) {
  .b-menu__promotion {
    display: none;
  }
}
.b-menu__promotion b {
  font-weight: 600;
}
.b-menu__overlay {
  background: #111;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1049;
  opacity: 0.8;
}
@media (min-width: 769px) {
  .b-menu__overlay {
    z-index: 999;
  }
}
.b-menu__overlay--mobile {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.b-menu__overlay--mobile.m-active {
  display: block;
}
@media (min-width: 769px) {
  .b-menu__overlay--mobile.m-active {
    display: none;
  }
}
.b-menu__overlay--mobile.reveal {
  opacity: 0.8;
}
@media (min-width: 769px) {
  .b-menu__overlay--desktop.m-active {
    display: block;
  }
}
.b-menu__nav {
  background: #f9f9f9;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media (min-width: 769px) {
  .b-menu__nav {
    background: #fff;
    height: unset;
    max-width: 720px;
    position: unset;
  }
}
@media (min-width: 992px) {
  .b-menu__nav {
    max-width: 958px;
  }
}
@media (min-width: 1280px) {
  .b-menu__nav {
    max-width: 1200px;
  }
}
.b-menu__nav-inner {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
}
@media (min-width: 769px) {
  .b-menu__nav-inner {
    position: unset;
    height: unset;
  }
}
.b-menu__nav-inner.move {
  opacity: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.b-menu__nav-list {
  background-color: #f9f9f9;
  color: #111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 769px) {
  .b-menu__nav-list {
    background-color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    height: unset;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.b-menu__nav-list .b-menu__dropdown-wrapper {
  display: none !important;
}
@media (min-width: 769px) {
  .b-menu__nav-list .b-menu__dropdown-wrapper {
    display: block !important;
  }
}
@media (min-width: 769px) {
  .b-menu__nav-list .b-menu__dropdown-wrapper.d-none {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .b-menu__nav-list--mobile {
    display: none;
  }
}
.b-menu__nav-list--mobile-menu {
  height: 100%;
  left: 0;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
}
.b-menu__nav-list--mobile-menu.m-expanded {
  opacity: 1;
  overflow-y: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.b-menu__nav-list--mobile-menu.m-expanded.move {
  opacity: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media (min-width: 769px) {
  .b-menu__nav-list--mobile-menu {
    display: none;
  }
}
.b-menu__nav-list--mobile-menu .b-menu__dropdown-wrapper {
  display: block !important;
}
.b-menu__nav-list--mobile-menu > .b-menu__nav-item {
  position: relative;
}
.b-menu__nav-list--mobile-menu > .b-menu__nav-item > .b-menu__nav-link {
  font-size: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 50px;
}
.b-menu__nav-list--mobile-menu > .b-menu__nav-item > .b-menu__nav-link .icon-chevron-right {
  display: none;
}
.b-menu__nav-list--mobile-menu > .b-menu__nav-item .icon-arrow-left {
  display: block;
  height: 56px;
  left: 0;
  line-height: 56px;
  padding: 0 14px 0 16px;
  position: absolute;
  top: 0;
}
.b-menu__nav-list--light {
  background-color: #fff;
}
.b-menu__nav-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: currentColor;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 769px) {
  .b-menu__nav-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.b-menu__nav-item .icon-arrow-left {
  display: none;
  font-size: 20px;
}
.b-menu__nav-item.m-active {
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.b-menu__nav-item.m-active .b-menu__nav-link .icon-chevron-right {
  visibility: hidden;
}
@media (min-width: 769px) {
  .b-menu__nav-item.m-active {
    height: unset;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .b-menu__nav-item.m-active.b-menu__nav-item--level-0 {
    -webkit-box-shadow: inset 0 -2px 0 currentColor;
            box-shadow: inset 0 -2px 0 currentColor;
  }
  .b-menu__nav-item.m-active .b-menu__nav-link {
    padding: 10px 0;
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .b-menu__nav-item--default.m-active.b-menu__nav-item--level-0 {
    -webkit-box-shadow: inset 0 -2px 0 #fa16c8;
            box-shadow: inset 0 -2px 0 #fa16c8;
  }
}
.b-menu__nav-item.m-inactive {
  display: none;
}
@media (min-width: 769px) {
  .b-menu__nav-item.m-inactive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.22;
  }
}
@media (min-width: 769px) {
  .b-menu__nav-item--level-1 .b-menu__nav-item-link {
    letter-spacing: 0 !important;
  }
}
.b-menu__nav-item--level-1 .b-menu__nav-item-link, .b-menu__nav-item--level-2 .b-menu__nav-item-link {
  font-weight: 600;
  color: #111;
}
@media (min-width: 769px) {
  .b-menu__nav-item--level-1 .b-menu__nav-item-link, .b-menu__nav-item--level-2 .b-menu__nav-item-link {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
}
.non-touch .b-menu__nav-item--level-1 .b-menu__nav-item-link:hover, .non-touch .b-menu__nav-item--level-2 .b-menu__nav-item-link:hover {
  color: #111;
}
@media (min-width: 769px) {
  .b-menu__nav-item--level-1 + .b-menu__nav-item--level-1, .b-menu__nav-item--level-1 + .b-menu__nav-item--level-2, .b-menu__nav-item--level-2 + .b-menu__nav-item--level-2 {
    margin-top: 20px;
  }
}
.b-menu__nav-item--level-3 .b-menu__nav-item-link {
  font-weight: 400;
}
@media (min-width: 769px) {
  .b-menu__nav-item--level-3 .b-menu__nav-item-link {
    display: block;
    width: unset;
  }
}
.non-touch .b-menu__nav-item--level-3 .b-menu__nav-item-link:hover .b-menu__nav-item-link-text {
  -webkit-box-shadow: inset 0 -1px 0 #111;
          box-shadow: inset 0 -1px 0 #111;
}
.b-menu__nav-item--level-3 .b-menu__nav-item-link .icon {
  display: none;
}
@media (min-width: 769px) {
  .b-menu__nav-item--level-3 .b-menu__nav-item-link-text {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
    display: inline;
    padding: 4px 0;
  }
}
.b-menu__nav-item--dark .b-menu__nav-item-link {
  color: #111;
}
.b-menu__nav-item:not(.b-menu__nav-item--level-0) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.b-menu__nav-item--has-sub .b-menu__nav-item-link .icon-chevron-right {
  display: none;
}
.b-menu__nav-item--has-sub .b-menu__nav-item-link .icon-plus {
  display: block;
}
@media (min-width: 769px) {
  .b-menu__nav-item--has-sub .b-menu__nav-item-link .icon-chevron-right {
    display: block;
  }
  .b-menu__nav-item--has-sub .b-menu__nav-item-link .icon-plus,
  .b-menu__nav-item--has-sub .b-menu__nav-item-link .icon-minus {
    display: none;
  }
}
@media (min-width: 769px) {
  .b-menu__nav-item--has-sub:not(:first-child) {
    margin-top: 22px;
  }
}
.b-menu__nav-item--has-sub.m-active .b-menu__nav-item-link .icon-plus {
  display: none;
}
.b-menu__nav-item--has-sub.m-active .b-menu__nav-item-link .icon-minus {
  display: block;
}
@media (min-width: 769px) {
  .b-menu__nav-item--has-sub.m-active .b-menu__nav-item-link .icon-plus,
  .b-menu__nav-item--has-sub.m-active .b-menu__nav-item-link .icon-minus {
    display: none;
  }
}
.b-menu__nav-item--has-sub.m-active + .b-menu__sub-list {
  display: block;
}
.b-menu__nav-item--has-sub.m-active .bbb-indicator {
  display: none;
}
.b-menu__nav-link {
  color: currentColor;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 20px;
  padding: 14px 20px;
  white-space: nowrap;
  width: 100%;
}
.b-menu__nav-link .icon {
  color: #111;
  font-size: 16px;
  pointer-events: none;
}
.non-touch .b-menu__nav-link:hover {
  color: currentColor;
}
@media (min-width: 769px) {
  .b-menu__nav-link {
    padding: 10px 0;
    width: unset;
  }
  .b-menu__nav-link .icon {
    display: none;
  }
}
.b-menu__nav-item-link {
  color: #111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 20px;
  padding: 14px 20px;
  width: 100%;
}
.b-menu__nav-item-link .icon {
  color: #111;
  pointer-events: none;
  padding-left: 8px;
}
@media (min-width: 769px) {
  .b-menu__nav-item-link .icon {
    color: #767676;
  }
}
.b-menu__nav-item-link .icon-minus,
.b-menu__nav-item-link .icon-plus {
  display: none;
}
.non-touch .b-menu__nav-item-link:hover {
  color: #111;
}
.non-touch .b-menu__nav-item-link:hover .icon {
  color: inherit;
}
@media (min-width: 769px) {
  .b-menu__nav-item-link {
    font-size: 14px;
    line-height: 24px;
    color: #767676;
    font-weight: 400;
    padding: 0;
  }
  .b-menu__nav-item-link .icon-plus,
  .b-menu__nav-item-link .icon-minus {
    display: none;
  }
  .b-menu__nav-item-link .icon-chevron-right {
    display: block;
  }
}
.b-menu__nav-item-link-text {
  pointer-events: none;
}
.b-menu__dropdown-wrapper {
  background-color: #f9f9f9;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  overflow-y: auto;
  max-height: calc(100% - 56px);
}
@media (min-width: 769px) {
  .b-menu__dropdown-wrapper {
    border-top: 1px solid #e3e3e3;
    background-color: #fff;
    position: absolute;
    top: 40px;
    left: 0;
    overflow-y: hidden;
    max-height: unset;
    z-index: 1050;
  }
}
.b-menu__dropdown {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 769px) {
  .b-menu__dropdown {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 24px 0;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .b-menu__dropdown {
    max-width: 958px;
  }
}
@media (min-width: 1280px) {
  .b-menu__dropdown {
    max-width: 1200px;
  }
}
.b-menu__dropdown .b-menu__nav-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 769px) {
  .b-menu__dropdown .b-menu__nav-list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 216px;
        -ms-flex: 0 1 216px;
            flex: 0 1 216px;
    margin-right: 30px;
    overflow: hidden;
  }
}
.b-menu__dropdown .b-menu__nav-list:last-child {
  margin-right: 0;
}
@media (min-width: 769px) {
  .b-menu__dropdown .b-menu__nav-list--alternate {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 241px;
        -ms-flex: 0 1 241px;
            flex: 0 1 241px;
    margin-right: 48px;
    overflow: hidden;
  }
}
@media (min-width: 769px) {
  .b-menu__dropdown .b-menu__nav-list--shrinked {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 183px;
        -ms-flex: 0 1 183px;
            flex: 0 1 183px;
    overflow: hidden;
  }
}
.b-menu__dropdown .b-menu__nav-list--banner {
  padding: 24px 20px;
}
@media (min-width: 769px) {
  .b-menu__dropdown .b-menu__nav-list--banner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 349px;
        -ms-flex: 0 1 349px;
            flex: 0 1 349px;
    overflow: hidden;
    padding: 0;
    margin-left: auto;
  }
}
.b-menu__sub-list {
  display: none;
  padding-left: 12px;
}
.b-menu__sub-list .b-menu__sub-list {
  padding-left: 16px;
}
@media (min-width: 769px) {
  .b-menu__sub-list {
    display: block;
    padding-left: 0;
    margin-top: 8px;
  }
  .b-menu__sub-list .b-menu__sub-list {
    padding-left: 0;
  }
  .b-menu__sub-list + .b-menu__nav-item {
    margin-top: 20px;
  }
}
.b-menu__sub-list--account {
  padding-left: 36px;
}
.b-menu__sub-list--account .b-menu__nav-item-link {
  font-weight: 400;
}
.b-menu__sub-list--account .b-menu__nav-item-link--log-out {
  color: #a02e1c;
}
.b-menu__user-name {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.b-menu__app-links {
  padding: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #767676;
}
.b-menu__app-links .icon {
  font-size: 26px;
  margin-right: 16px;
}
.b-menu__socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px 52px;
}
.b-menu__socials .b-footer__social-link {
  color: #767676;
}
.b-menu__socials .b-footer__social-link:not(:last-child) {
  margin-right: 16px;
}
.b-menu__socials .d-none {
  display: block !important;
}
.b-menu__bbb-content {
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.b-menu__bbb-content--short {
  max-width: 75%;
}
.b-menu .bbb-indicator {
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.b-menu .b-country-selector {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.b-menu .b-country-selector.m-active .icon-minus {
  display: block;
}
.b-menu .b-country-selector.m-active .icon-plus {
  display: none;
}
.b-menu .b-country-selector.m-active + .b-country-selector__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.b-menu .b-country-selector .icon {
  padding: 12px 20px 12px 10px;
}
.b-menu .b-country-selector .icon-minus {
  display: none;
}
.b-menu .b-country-selector__flag {
  padding: 14px 20px;
  margin: 0;
}
.b-menu .b-country-selector__link {
  padding: 14px 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.b-menu .b-country-selector__menu {
  padding-top: 0;
  position: static;
  display: none;
}
.b-menu .b-country-selector__menu .b-country-selector__link {
  padding: 14px 20px;
  border: 0 !important;
}
.b-menu__banner {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 769px) {
  .b-menu__banner {
    display: none;
  }
}
.b-menu__banner--column1 {
  padding-bottom: 34px;
  padding-top: 24px;
}
.b-menu__banner--column1 .b-menu__banner-row {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(1, 1fr);
}
.b-menu__banner--column1 .b-menu__banner-image-wrapper {
  margin-bottom: 10px;
}
.b-menu__banner--column1 .b-menu__banner-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  padding: 7.5px 0;
}
.b-menu__banner--column1 .b-menu__banner-subtitle {
  color: #767676;
  margin-bottom: 31px;
}
.b-menu__banner--column1 .b-menu__banner-link {
  border-bottom: 1px solid #111;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.b-menu__banner--column1-horizontal {
  padding-bottom: 8px;
  padding-right: 12px;
  padding-top: 8px;
}
.b-menu__banner--column1-horizontal .b-menu__banner-row {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(1, 1fr);
}
.b-menu__banner--column1-horizontal .b-menu__banner-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.b-menu__banner--column1-horizontal .b-menu__banner-image-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 40%;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  margin-right: 12px;
  min-width: 127px;
}
.b-menu__banner--column1-horizontal .b-menu__banner-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.b-menu__banner--column1-horizontal .b-menu__banner-badge {
  margin-bottom: 4px;
}
.b-menu__banner--column2 {
  padding-bottom: 8px;
  padding-right: 12px;
  padding-top: 8px;
}
.b-menu__banner--column2 .b-menu__banner-row {
  display: grid;
  gap: 16px 8px;
  grid-template-columns: repeat(2, 1fr);
}
.b-menu__banner--column2 .b-menu__banner-item {
  min-width: 0;
}
.b-menu__banner--column2 .b-menu__banner-title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 20px 0 4px;
  text-transform: uppercase;
}
.b-menu__banner--column2 .b-menu__banner-subtitle {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 30px;
}
.b-menu__banner--column2 .b-menu__banner-price {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 6px 0 20px;
  text-transform: uppercase;
}
.b-menu__banner--column2 .b-menu__banner-price .blm-price__vat {
  display: none;
}
.b-menu__banner--column3 {
  padding-bottom: 26px;
  padding-right: 12px;
  padding-top: 8px;
}
.b-menu__banner--column3 .b-menu__banner-row {
  display: grid;
  gap: 16px 14px;
  grid-template-columns: repeat(3, 1fr);
}
.b-menu__banner--column3 .b-menu__banner-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin-top: 8px;
  text-transform: uppercase;
}
.b-menu__banner--column3 .b-menu__banner-subtitle {
  color: #767676;
  font-size: 12px;
  line-height: 16px;
}
.b-menu__banner-item {
  color: #111;
}
.b-menu__banner-image-wrapper {
  position: relative;
}
.b-menu__banner-image-wrapper::after {
  background: rgba(17, 17, 17, 0.03);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.b-menu__banner-image {
  display: block;
  width: 100%;
}
.b-menu__banner-subtitle {
  font-size: 14px;
  line-height: 20px;
}
.b-menu__banner-badge {
  color: #767676;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 16px;
  text-transform: uppercase;
}

.b-menu-banner {
  width: 100%;
}
.b-menu-banner__overlay {
  color: #111;
  width: 100%;
}
.non-touch .b-menu-banner__overlay:hover {
  color: #111;
}
.b-menu-banner__image {
  width: 100%;
}
.b-menu-banner__image--mobile {
  aspect-ratio: 3/2;
}
.b-menu-banner__image--desktop {
  height: 232px;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-menu-banner__image-wrapper,
.b-menu-banner .embed-responsive {
  margin-bottom: 8px;
}
.b-menu-banner__title {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: normal;
}
.b-menu-banner__description {
  font-size: 14px;
  line-height: 24px;
}
.b-menu-banner__link {
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-shadow: inset 0 -1px 0 #111;
          box-shadow: inset 0 -1px 0 #111;
  color: #111;
  display: inline-block;
  margin-top: 4px;
  margin-right: 24px;
  max-width: 100%;
}
.non-touch .b-menu-banner__link:hover {
  color: #111;
}
.b-menu-banner__link a {
  color: #111;
}
.b-menu-banner--overlaid .embed-responsive {
  pointer-events: none;
}
.b-menu-banner .embed-responsive::before {
  padding-top: 108.125%;
}
@media (min-width: 769px) {
  .b-menu-banner .embed-responsive::before {
    padding-top: 66.76%;
  }
}

.bbb-indicator {
  width: 8px;
  height: 8px;
  background-color: #fa16c8;
  border-radius: 100%;
  position: absolute;
}
.bbb-indicator__anchor {
  position: relative;
}

.b-account-dropdown {
  display: none;
  position: absolute;
  right: -18px;
  top: 24px;
  width: 360px;
  z-index: 10;
  -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.1));
}
.b-account-dropdown__arrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  margin: 0 16px 0 auto;
}
.b-account-dropdown__content {
  padding: 24px 20px;
  background-color: #fff;
}
.b-account-dropdown__content .grecaptcha-badge {
  display: none !important;
}
.b-account-dropdown__icon {
  margin-bottom: 32px;
}
.b-account-dropdown__title {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 8px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.b-account-dropdown__list {
  padding: 0 0 7px;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #e8e8e8;
}
.b-account-dropdown__list .bbb-indicator {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.b-account-dropdown__text {
  font-size: 14px;
  line-height: 20px;
  color: #111;
  display: block;
  text-transform: capitalize;
}
.b-account-dropdown__sub-text {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #111;
}
.b-account-dropdown__link {
  padding: 10px 0 10px 16px;
  display: block;
  color: #111;
}
.non-touch .b-account-dropdown__link:hover {
  color: #111;
}
.b-account-dropdown__bbb {
  padding: 16px 0 15px 16px;
  border-bottom: 1px solid #e8e8e8;
  display: block;
}
.b-account-dropdown__bbb .b-account-dropdown__text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.b-account-dropdown__bbb .bbb-indicator {
  left: 0;
  top: 22px;
}
.b-account-dropdown__log-out {
  margin-top: 16px;
}
.b-account-dropdown__register {
  padding-top: 24px;
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #e8e8e8;
  font-weight: 600;
}
.b-account-dropdown__register :first-child {
  padding-right: 8px;
}
.b-account-dropdown__register :last-child {
  color: #767676;
  -webkit-box-shadow: inset 0 -1px 0 #767676;
          box-shadow: inset 0 -1px 0 #767676;
}
.non-touch .b-account-dropdown__register :last-child:hover {
  color: #767676;
}
.b-account-dropdown__promotion {
  padding: 8px 0 15px;
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8px;
}
.b-account-dropdown__promotion-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fa16c8;
}
.b-account-dropdown__promotion-end {
  font-size: 12px;
  line-height: 16px;
  color: #111;
}
.b-account-dropdown__promotion-end b {
  font-weight: 600;
}
.b-account-dropdown .login {
  padding-top: 16px;
}
.b-account-dropdown--wishlist {
  text-align: center;
}
.b-account-dropdown--wishlist .b-account-dropdown__text {
  margin-bottom: 10px;
}
.b-account-dropdown--wishlist .b-account-dropdown__sub-text {
  padding: 0 24px 24px;
}
.b-account-dropdown--wishlist-list {
  pointer-events: none;
  visibility: hidden;
  width: 375px;
}
@media (min-width: 769px) {
  .b-account-dropdown--wishlist-list {
    pointer-events: inherit;
    visibility: visible;
  }
}
.b-wishlist-page .b-account-dropdown--wishlist-list {
  border: 0;
  clip: rect(0 0 0 0);
  font-size: 0;
  height: 1px;
  margin: -1px;
  max-width: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.b-account-dropdown--wishlist-list .b-account-dropdown__content {
  padding: 0;
}
.b-account-dropdown--wishlist-list .b-account-dropdown__header {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: inset 0 -1px 0 #e8e8e8;
          box-shadow: inset 0 -1px 0 #e8e8e8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 0 16px;
}
.b-account-dropdown--wishlist-list .b-account-dropdown__h-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.b-account-dropdown--wishlist-list .b-account-dropdown__h-subtitle {
  color: #767676;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-left: 4px;
}
.b-account-dropdown--wishlist-list .b-account-dropdown__footer {
  -webkit-box-shadow: inset 0 1px 0 #e8e8e8;
          box-shadow: inset 0 1px 0 #e8e8e8;
  margin: 0 16px;
  padding: 24px 0;
}
.b-account-dropdown--wishlist-list .b-account-dropdown__product-list {
  scrollbar-base-color: #cbcbcb;
  scrollbar-face-color: #cbcbcb;
  scrollbar-3dlight-color: #f9f9f9;
  scrollbar-arrow-color: #f9f9f9;
  scrollbar-highlight-color: #f9f9f9;
  scrollbar-shadow-color: #f9f9f9;
  scrollbar-dark-shadow-color: #f9f9f9;
  scrollbar-track-color: #f9f9f9;
  scrollbar-color: #cbcbcb #f9f9f9;
  scrollbar-track-color: #f9f9f9;
  scrollbar-width: thin;
  margin-right: 8px;
  max-height: 465px;
  overflow-y: auto;
  padding: 16px 0 0;
  text-align: left;
}
.b-account-dropdown--wishlist-list .b-account-dropdown__product-list::-webkit-scrollbar {
  width: 4px;
  height: 12px;
}
.b-account-dropdown--wishlist-list .b-account-dropdown__product-list::-webkit-scrollbar-thumb {
  background: #cbcbcb;
  border-radius: 16px;
}
.b-account-dropdown--wishlist-list .b-account-dropdown__product-list::-webkit-scrollbar-track {
  background: #f9f9f9;
  border-radius: 16px;
  margin: 16px 0 16px 0;
}
.b-account-dropdown--wishlist-list .blm-producttile {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: inset 0 -1px 0 #e8e8e8;
          box-shadow: inset 0 -1px 0 #e8e8e8;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 16px;
  padding: 16px 0 22px;
}
.b-account-dropdown--wishlist-list .blm-producttile:first-child {
  padding-top: 0;
}
.b-account-dropdown--wishlist-list .blm-producttile:last-child {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.b-account-dropdown--wishlist-list .blm-producttile__icon-remove {
  border: 0;
  clip: rect(0 0 0 0);
  font-size: 0;
  height: 1px;
  margin: -1px;
  max-width: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.b-account-dropdown--wishlist-list .blm-producttile__image {
  margin-right: 20px;
  width: 100px;
}
.b-account-dropdown--wishlist-list .blm-producttile__variation,
.b-account-dropdown--wishlist-list .b-product-tile__motherref {
  display: none;
}
.b-account-dropdown--wishlist-list .blm-producttile__description {
  height: auto;
  margin-right: 24px;
}
.b-account-dropdown--wishlist-list .blm-producttile__brand {
  font-weight: 600;
  margin-bottom: 0;
}
.b-account-dropdown--wishlist-list .blm-producttile__name {
  color: #767676;
  margin-bottom: 18px;
}
.b-account-dropdown--wishlist-list .blm-producttile__badges {
  height: auto;
  margin: 0;
}
.b-account-dropdown--wishlist-list .blm-producttile__badges .blm-badge {
  margin-bottom: 4px;
}
.b-account-dropdown--wishlist-list .blm-producttile__price {
  margin-bottom: 22px;
}
.b-account-dropdown--wishlist-list .cart-and-ipay {
  text-align: left;
}
.b-account-dropdown--wishlist-list .cart-and-ipay .blm-btn--link-with-checkmark {
  width: auto;
}
.b-account-dropdown .blm-alert {
  margin-bottom: 16px;
}

.b-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
}
@media (min-width: 769px) {
  .b-header {
    border-bottom: 1px solid #e3e3e3;
    position: static;
  }
}
.p-designers-landing .b-header {
  left: 0;
  position: fixed;
  width: 100%;
}
@media (min-width: 769px) {
  .p-designers-landing .b-header {
    position: static;
  }
}
.p-designers-landing .b-header.m-inactive {
  z-index: 10;
}
.b-header__user-name {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  color: #111;
  display: none;
  font-size: 14px;
  line-height: 20px;
  max-width: 250px;
  padding: 0 16px;
}
@media (min-width: 992px) {
  .b-header__user-name {
    display: block;
  }
}
.b-header__logo {
  position: absolute;
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 769px) {
  .b-header__logo {
    top: 32px;
  }
}
.b-header__menu-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .b-header__menu-right {
    padding: 4px 0;
  }
}
.b-header__menu-right-details {
  height: 20px;
  line-height: 1;
  margin-left: 20px;
  position: relative;
}
@media (min-width: 769px) {
  .b-header__menu-right-details {
    margin-left: 32px;
  }
}
.b-header__menu-right-link {
  font-size: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #111;
}
.b-header__menu-right-link > .bbb-indicator {
  right: -1px;
  top: -3px;
  width: 10px;
  height: 10px;
}
.b-header__menu-right-link .icon-heart {
  position: relative;
}
.b-header__menu-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768.98px) {
  .b-header__menu-left {
    line-height: 20px;
  }
}
.b-header__menu-left .bbb-indicator {
  top: 18px;
  left: 13px;
}
.b-header__menu-toggle {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.b-header__menu-search {
  background: none;
  border: 0;
  color: #111;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 21px;
  line-height: 1;
  margin: -2px 0 0;
  outline: 0;
  padding: 0;
}
@media (min-width: 769px) {
  .b-header__menu-search {
    display: none;
  }
}
.b-header__menu-back {
  background: none;
  border: 0;
  font-size: 18px;
  outline: none;
  padding: 0;
  margin-right: 20px;
}

.popover-minicart {
  top: 0;
  left: auto;
  right: 0;
  max-width: 380px;
  min-width: 380px;
  min-height: 22.7rem;
  position: fixed;
  display: none;
  border: solid 0 #000;
  -webkit-box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.12);
  height: 100%;
}
.popover-minicart::before {
  left: auto;
  right: 15px;
}
.popover-minicart::after {
  left: auto;
  right: 16px;
}
.popover-minicart.show {
  display: block;
}

.header {
  position: relative;
  -webkit-box-shadow: inset 0 -1px 0 #e3e3e3;
          box-shadow: inset 0 -1px 0 #e3e3e3;
  padding: 0 16px;
  max-width: 1232px;
}
@media (min-width: 769px) {
  .header {
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 79px;
    max-width: 720px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .header {
    padding: 0;
    max-width: 958px;
  }
}
@media (min-width: 1280px) {
  .header {
    padding: 0 16px;
    max-width: 1232px;
  }
}
.header .navbar-toggler {
  border: 0;
  color: #111;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  margin-right: 24px;
  padding: 0;
}
.header a {
  text-decoration: none;
}
.header .minicart,
.header .b-minicart-total {
  display: inline;
  cursor: pointer;
}
.header .minicart .quantity,
.header .b-minicart-total .quantity {
  width: 1.25em;
}

.b-header-logo {
  margin: 0;
  line-height: 1;
  font-size: initial;
}

.b-wishlist-count {
  font-size: 10px;
  line-height: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Inter-Regular", sans-serif /*!rtl:"Almarai-Regular", sans-serif*/;
  font-weight: 600;
  height: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  position: absolute;
  right: -7px;
  text-align: center;
  top: -3px;
  width: 14px;
}
.b-wishlist-count.hide {
  visibility: hidden;
}

.b-minicart-quantity {
  position: absolute;
  left: 50%;
  top: 7px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Inter-Regular", sans-serif /*!rtl:"Almarai-Regular", sans-serif*/;
  font-size: 10px;
  color: #4d2d15;
  letter-spacing: 0.5px;
}

.b-account-icon {
  font-size: 12px;
  font-weight: 900;
  height: 21;
  right: 0;
  top: -1px;
  width: 21;
}

.b-top-stripe {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 40px;
  line-height: 1.15;
  padding: 0;
}
@media (min-width: 769px) {
  .b-top-stripe {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    color: #111;
    line-height: 1;
  }
}
.b-top-stripe .footer-country-code {
  line-height: 1;
  font-weight: 900;
}
.b-top-stripe .footer-currency {
  display: none;
}

@media (min-width: 769px) {
  .b-minicart-total {
    display: block;
  }
}

.b-minicart-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.b-minicart-link .icon-bag-solid {
  color: #d2ad81;
  font-size: 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-minicart-link .icon-bag-solid .icon-bag__logo {
  position: absolute;
  top: 7px;
  width: 8px;
}

.b-top-stripe__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 769px) {
  .b-top-stripe__content {
    text-align: left;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: auto;
  }
}

.b-top-stripe__usp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (min-width: 769px) {
  .b-top-stripe__usp {
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
  }
}

.b-top-stripe__language {
  display: none;
}
@media (min-width: 769px) {
  .b-top-stripe__language {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.b-top-stripe__item {
  color: #fff;
  display: none;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .b-top-stripe__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 32px;
    color: #767676;
  }
}

.b-top-stripe__item-icon {
  display: inline-block;
  font-size: 18px;
  margin-right: 5px;
  position: relative;
  vertical-align: middle;
  margin-top: -3px;
}
.b-top-stripe__item-icon.icon-gift {
  font-size: 17px;
  margin-top: -4px;
}
@media (min-width: 769px) {
  .b-top-stripe__item-icon {
    font-size: 19px;
    margin-right: 8px;
    margin-top: 0;
  }
  .b-top-stripe__item-icon.icon-returns {
    font-size: 17px;
  }
  .b-top-stripe__item-icon.icon-gift {
    font-size: 1rem;
    margin-top: 0;
  }
}

.sticky-header {
  position: relative;
  z-index: 1000;
  background-color: #fff;
}
.sticky-header .header-row {
  padding: 18px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 769px) {
  .sticky-header .header-row {
    padding-top: 32px;
    padding-bottom: 15px;
  }
}
.sticky-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
@media (min-width: 769px) {
  .sticky-header.fixed .header-row {
    padding-top: 34px;
    padding-bottom: 24px;
    -webkit-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
  }
}

.navbar-header .user,
.navbar-header .minicart,
.navbar-header .navbar-toggler {
  line-height: 2.25em; /* 36/16 */
  height: auto;
}
.navbar-header .user {
  position: relative;
}
.navbar-header .user .link-wishlist {
  position: relative;
  margin-right: 10px;
}
.navbar-header .user .popover {
  position: absolute;
  display: none;
  padding: 1em;
  top: 85%;
  left: 0;
}
.navbar-header .user .popover a {
  white-space: nowrap;
  margin-bottom: 0.5em;
}
.navbar-header .user .popover::before {
  left: 1.5rem;
}
.navbar-header .user .popover::after {
  left: 1.5rem;
}
.navbar-header .user .popover.show {
  display: block;
}

@media (max-width: 768.98px) {
  .brand img {
    height: 24px;
    width: 100%;
  }
}

.main-menu {
  background-color: transparent;
}
.main-menu .navbar .close-menu button,
.main-menu .navbar .close-button button {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.main-menu .navbar .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.header-banner {
  background-color: #fff;
  text-align: center;
  color: #fff;
}
.header-banner .close-button {
  width: 2.125em;
}
.header-banner .close-button .close {
  opacity: 1;
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: #00a1e0;
}
.header-banner .content {
  margin-right: 1.5em;
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
}

a .quantity {
  background-color: black;
  border-radius: 50%;
  width: 1.25em; /* 20/16 */
  height: 1.25em; /* 20/16 */
  line-height: normal;
  display: inline-block;
  text-align: center;
  font-size: 10px; /* 13/16 */
  position: relative;
  top: -10px; /* 15/16 */
  left: -18px; /* 15/16 */
  color: #fff;
}

a.normal {
  color: #00a1e0;
  text-decoration: underline;
}

.slide-up {
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  max-height: 100px;
  overflow: hidden;
}
.slide-up.hide {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
       -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.dropdown-country-selector {
  margin-top: 0;
  z-index: 2000;
}
.dropdown-country-selector .dropdown-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 15px;
}
.dropdown-country-selector .dropdown-item span {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: normal;
}
.dropdown-country-selector .dropdown-item .flag-icon {
  font-size: 23px;
  margin-right: 10px;
  width: 20px;
}
.dropdown-country-selector.show {
  border: 0;
  -webkit-box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.09);
  left: inherit;
  right: -20px;
  top: 100%;
}
.dropdown-country-selector.show .arrow {
  border-bottom: 10px solid white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 0;
  position: absolute;
  right: 19px;
  top: -9px;
  width: 0;
}

.cookie-warning-messaging.cookie-warning {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  display: none;
}

.valid-cookie-warning {
  background-color: #0070d2;
  color: #fff;
  white-space: nowrap;
}
.valid-cookie-warning p {
  margin-top: 0;
  margin-bottom: 0.2em;
  padding-right: 2em;
}

.dropdown-account,
.dropdown-wishlist {
  background: #fff;
  -webkit-box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.09);
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  width: 280px;
  z-index: 10;
}
.dropdown-account::before,
.dropdown-wishlist::before {
  bottom: 100%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: solid;
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #fff;
  border-width: 8px;
}
.dropdown-account .btn,
.dropdown-wishlist .btn {
  font-size: 12px;
}

.dropdown-account::before {
  right: 38.25%;
}
.dropdown-account .content {
  padding: 13px 20px 7px;
}
.dropdown-account .content .list-unstyled {
  font-size: 12px;
  line-height: 0.75;
  text-align: left;
}
.dropdown-account .content .list-item {
  font-weight: 600;
  padding: 18px 0;
  border-bottom: 1px solid #e5e5e5;
}
.dropdown-account .content .list-item .list-link {
  color: #000;
}
.dropdown-account .content .list-item:first-child {
  border-bottom: 1px solid #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 0;
}
.dropdown-account .content .list-item:first-child .user-register {
  color: #c00c99;
  text-decoration: underline;
  font-weight: 900;
}
.dropdown-account .content .list-item:last-child {
  border-bottom: none;
}
.dropdown-account .content .list-item .logged-in {
  padding-top: 18px;
}
.dropdown-account .content .list-item .logged-in .list-item-text {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 27px;
  margin-top: 0;
  word-break: break-word;
}
.dropdown-account .content .list-item .logged-out {
  padding-top: 7px;
  padding-bottom: 10px;
}
.dropdown-account .content .list-item .logged-out .btn {
  margin-bottom: 29px;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.b-country-selector {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-country-selector__wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.b-country-selector__flag {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
}
.b-country-selector__flag .flag-icon {
  width: 20px;
  height: 20px;
}
.b-country-selector__menu {
  position: absolute;
  top: 20px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 4px;
}
.b-country-selector__menu .b-country-selector__link {
  padding: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
.b-country-selector__link {
  font-size: 14px;
  line-height: 20px;
  color: #111;
}
.non-touch .b-country-selector__link:hover {
  color: #111;
}
.b-country-selector__link .flag-icon {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
@media (min-width: 769px) {
  .b-country-selector__link .flag-icon {
    margin-right: 8px;
  }
}

.blm-modal .b-country-selector__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 15px;
}
.blm-modal .b-country-selector__link .flag-icon {
  margin-right: 11px;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.b-footer {
  margin-top: 32px;
}
@media (min-width: 992px) {
  .b-footer {
    margin-top: 64px;
  }
}
.b-footer__top {
  background-color: #111;
  padding: 34px 0;
}
@media (min-width: 992px) {
  .b-footer__top {
    padding: 32px 0;
  }
}
.b-footer__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-footer__logo {
  max-height: 24px;
}
@media (min-width: 769px) {
  .b-footer__logo {
    max-height: 32px;
  }
}
.b-footer__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.b-footer__social-link {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  line-height: 20px;
}
.non-touch .b-footer__social-link:hover {
  color: #fff;
}
.b-footer__social-link:not(:last-child) {
  margin-right: 24px;
}
.b-footer__social-link--twitter {
  display: none;
}
@media (min-width: 544px) {
  .b-footer__social-link--twitter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.b-footer__bottom {
  padding: 16px 0 32px;
  font-size: 12px;
  color: #767676;
  background-color: #f9f9f9;
}
@media (min-width: 992px) {
  .b-footer__bottom {
    padding: 14px 0;
  }
}
.b-footer__bottom .b-footer__wrapper {
  line-height: 16px;
}
@media (max-width: 991.98px) {
  .b-footer__bottom .b-footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.b-footer__payment-methods {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .b-footer__payment-methods {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 475px;
        -ms-flex: 0 1 475px;
            flex: 0 1 475px;
    margin-bottom: 0;
  }
}
.b-footer__payment-methods .b-payment-icons {
  grid-template-columns: repeat(auto-fill, minmax(30px, 30px));
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
.b-footer__payment-methods .b-payment-icons__img {
  max-width: 30px;
}
.b-footer__bottom-logo {
  margin-left: unset;
  margin-top: 12px;
}
@media (min-width: 992px) {
  .b-footer__bottom-logo {
    margin-left: auto;
    margin-top: 0;
  }
}
.p-pdp--mobile .b-footer {
  margin-bottom: 90px;
}
@media (min-width: 769px) {
  .p-pdp--mobile .b-footer {
    margin-bottom: 0;
  }
}

.b-footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 36px 0;
  margin-bottom: -40px;
}
@media (min-width: 769px) {
  .b-footer-menu {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .b-footer-menu {
    padding: 40px 0 48px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.b-footer-menu__nav {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 159.5px;
      -ms-flex: 0 1 159.5px;
          flex: 0 1 159.5px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 40px;
}
.b-footer-menu__nav:last-child {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.b-footer-menu__nav:nth-child(odd) {
  margin-right: 24px;
}
.b-footer-menu__nav > :nth-child(n+2) {
  margin-top: 24px;
}
@media (min-width: 544px) {
  .b-footer-menu__nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 282px;
        -ms-flex: 0 1 282px;
            flex: 0 1 282px;
    margin-right: 24px;
  }
}
@media (min-width: 769px) {
  .b-footer-menu__nav {
    margin-bottom: 0;
  }
  .b-footer-menu__nav:last-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 282px;
        -ms-flex: 0 1 282px;
            flex: 0 1 282px;
    margin-right: 0;
  }
}
.b-footer-menu__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #111;
  margin-bottom: 16px;
  text-transform: none;
  letter-spacing: normal;
}
.b-footer-menu__item {
  line-height: 20px;
  font-size: 14px;
}
.b-footer-menu__item:not(:last-child) {
  margin-bottom: 14px;
}
.b-footer-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.b-footer-menu__list + .b-footer-menu__title {
  margin-top: 24px;
}
.b-footer-menu__list--horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.b-footer-menu__list--horizontal .b-footer-menu__item {
  margin-bottom: 0;
}
.b-footer-menu__list--horizontal .b-footer-menu__item:not(:first-child) {
  margin-left: 16px;
}
.b-footer-menu__link {
  color: #111;
  display: inline-block;
}
.non-touch .b-footer-menu__link:hover {
  color: #111;
}

.b-footer-links {
  line-height: 20px;
  margin: 36px 0 0;
}
.b-footer-links:not(.b-footer-links--5col) {
  grid-template-columns: repeat(auto-fill, minmax(282px, 1fr));
}
@media (min-width: 992px) {
  .b-footer-links:not(.b-footer-links--5col) {
    display: grid;
  }
}
@media (min-width: 992px) {
  .b-footer-links {
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #cbcbcb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin: 40px 0 -16px;
  }
}
.b-footer-links__block {
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 769px) {
  .b-footer-links__block {
    border: none;
  }
}
.b-footer-links__block.m-collapsed .b-footer-links__items {
  display: none;
}
@media (min-width: 992px) {
  .b-footer-links__block.m-collapsed .b-footer-links__items {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .b-footer-links__block.m-collapsed .b-footer-links__title::after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: "\E006";
    display: inline-block;
    font-family: "bloomingdales" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal !important;
    vertical-align: middle;
    font-weight: 400;
    position: absolute;
    right: 0;
  }
}
.b-footer-links__title {
  cursor: pointer;
  display: block;
  font-weight: 600;
  margin-bottom: 0;
  padding: 12px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .b-footer-links__title::after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: "\E003";
    display: inline-block;
    font-family: "bloomingdales" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal !important;
    vertical-align: middle;
    font-weight: 400;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 992px) {
  .b-footer-links__title {
    cursor: default;
    margin-bottom: 16px;
    padding: 0;
  }
}
.b-footer-links__items {
  margin-left: 8px;
}
@media (min-width: 992px) {
  .b-footer-links__items {
    display: block;
    margin: 0;
  }
}
.b-footer-links__item {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 14px;
}
.b-footer-links__item:last-child {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .b-footer-links__item:last-child {
    margin-bottom: 24px;
  }
}
.b-footer-links__item a {
  color: #111;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.b-header-strip {
  position: relative;
  z-index: -1;
}
.b-header-strip__messages {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 100%;
  padding: 14px 20px;
}
.b-header-strip__message {
  grid-column-start: 1;
  grid-row-start: 1;
  left: 0;
  opacity: 0;
  top: 0;
}
.b-header-strip__message.m-active {
  -webkit-animation: autoplayStrip 5s;
          animation: autoplayStrip 5s;
}
.b-header-strip__message-inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 100%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .b-header-strip__message-inner {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .b-header-strip__message-inner {
    max-width: 958px;
  }
}
@media (min-width: 1280px) {
  .b-header-strip__message-inner {
    max-width: 1200px;
  }
}
.b-header-strip p {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  text-align: center;
  word-break: break-word;
}
@media (min-width: 769px) {
  .b-header-strip p {
    font-size: 14px;
    line-height: 20px;
  }
}
.b-header-strip p a {
  color: currentColor;
  padding: 0;
  display: inline-block;
}
.b-header-strip p a::after {
  bottom: 2px;
}
@media (min-width: 769px) {
  .b-header-strip p a::after {
    bottom: 3px;
  }
}
.b-header-strip p a:hover::after {
  width: 100%;
}
.b-header-strip b {
  font-weight: 600;
}
.b-header-strip--single .b-header-strip__message {
  -webkit-animation: unset;
          animation: unset;
  opacity: 1;
}
.b-header-strip--accordion {
  position: relative;
}
.b-header-strip--accordion .b-header-strip__messages {
  padding: 12px 20px;
  position: relative;
  z-index: 101;
}
@media (min-width: 769px) {
  .b-header-strip--accordion .b-header-strip__messages {
    padding: 14px 0;
  }
}
.b-header-strip--accordion .b-header-strip__message {
  -webkit-animation: unset;
          animation: unset;
  opacity: 1;
}
.b-header-strip--accordion .b-header-strip__message-inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 769px) {
  .b-header-strip--accordion .b-header-strip__message-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.b-header-strip--accordion .b-header-strip__accordion {
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
  z-index: 100;
}
.b-header-strip--accordion .b-header-strip__accordion-content {
  margin: 0 auto;
  max-width: 700px;
  padding: 0 20px 12px;
}
@media (min-width: 769px) {
  .b-header-strip--accordion .b-header-strip__accordion-content {
    padding: 0 0 14px;
  }
}
.b-header-strip--accordion .b-header-strip__text-btn {
  font-size: 12px;
  line-height: 16px;
  background: none;
  border: none;
  -webkit-box-shadow: inset 0 -1px 0 currentColor;
          box-shadow: inset 0 -1px 0 currentColor;
  color: currentColor;
  font-weight: 600;
  margin-left: 4px;
  padding: 0;
}
@media (min-width: 769px) {
  .b-header-strip--accordion .b-header-strip__text-btn {
    font-size: 14px;
    line-height: 20px;
  }
}
.b-header-strip--accordion .b-header-strip__nav {
  height: 16px;
  width: 16px;
  position: relative;
  margin-left: 12px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16px;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
}
@media (min-width: 769px) {
  .b-header-strip--accordion .b-header-strip__nav {
    margin-left: 24px;
  }
}
.b-header-strip--accordion .b-header-strip__nav .icon {
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}
.b-header-strip--accordion .b-header-strip__nav .icon-plus {
  display: block;
}
.b-header-strip--accordion .b-header-strip__nav .icon-minus {
  display: none;
}
.b-header-strip--accordion p {
  text-align: left;
}
@media (min-width: 769px) {
  .b-header-strip--accordion p {
    text-align: center;
  }
}
.b-header-strip--accordion .b-header-strip__aside {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media (min-width: 769px) {
  .b-header-strip--accordion .b-header-strip__aside {
    height: 100%;
  }
}
.b-header-strip--accordion .b-header-strip__aside-content {
  height: 100%;
  max-width: 652px;
  padding-top: 72px;
  position: fixed;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  width: 100%;
  z-index: 999;
}
.b-header-strip--accordion .b-header-strip__aside-content.m-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.b-header-strip--accordion .b-header-strip__aside-inner {
  scrollbar-base-color: #fff;
  scrollbar-face-color: #fff;
  scrollbar-3dlight-color: #2f2f2f;
  scrollbar-arrow-color: #2f2f2f;
  scrollbar-highlight-color: #2f2f2f;
  scrollbar-shadow-color: #2f2f2f;
  scrollbar-dark-shadow-color: #2f2f2f;
  scrollbar-track-color: #2f2f2f;
  scrollbar-color: #fff #2f2f2f;
  scrollbar-track-color: #2f2f2f;
  scrollbar-width: thin;
  margin-right: 4px;
  max-height: calc(100% - 16px);
  overflow-x: hidden;
  overflow: auto;
  padding: 16px 16px 0 20px;
}
.b-header-strip--accordion .b-header-strip__aside-inner::-webkit-scrollbar {
  width: 4px;
  height: 6px;
}
.b-header-strip--accordion .b-header-strip__aside-inner::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 16px;
}
.b-header-strip--accordion .b-header-strip__aside-inner::-webkit-scrollbar-track {
  background: #2f2f2f;
  border-radius: 16px;
  margin: 0 0 0 0;
}
@media (min-width: 769px) {
  .b-header-strip--accordion .b-header-strip__aside-inner {
    padding: 64px 116px 0 120px;
  }
}
.b-header-strip--accordion .b-header-strip__aside-inner p {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
.b-header-strip--accordion .b-header-strip__aside-inner hr {
  border-color: #828282;
}
.b-header-strip--accordion .b-header-strip__aside-close {
  cursor: pointer;
  height: 16px;
  line-height: 16px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 16px;
}
.b-header-strip--accordion .b-header-strip__aside-close .icon {
  font-size: 16px;
  line-height: 16px;
  height: 16px;
}
.b-header-strip--accordion .b-header-strip__overlay {
  background: rgba(17, 17, 17, 0.61);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  width: 100%;
  z-index: 998;
}
.b-header-strip--accordion .b-header-strip__overlay.m-active {
  opacity: 1;
}
.b-header-strip--accordion.m-active .b-header-strip__accordion {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.b-header-strip--accordion.m-active .b-header-strip__text-btn {
  display: none;
}
.b-header-strip--accordion.m-active .b-header-strip__nav .icon-plus {
  display: none;
}
.b-header-strip--accordion.m-active .b-header-strip__nav .icon-minus {
  display: block;
}
.b-header-strip--accordion.m-active .b-header-strip__aside {
  display: block;
}

@-webkit-keyframes autoplayStrip {
  0% {
    opacity: 0;
    z-index: 0;
  }
  5% {
    opacity: 1;
    z-index: 1;
  }
  95% {
    opacity: 1;
    z-index: 1;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}

@keyframes autoplayStrip {
  0% {
    opacity: 0;
    z-index: 0;
  }
  5% {
    opacity: 1;
    z-index: 1;
  }
  95% {
    opacity: 1;
    z-index: 1;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.b-banner,
.b-banner__inner,
.b-banner__content {
  position: relative;
  width: 100%;
}

.b-banner__inner {
  text-align: center;
}

.b-banner__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b-banner__subtitle {
  margin-top: 15px;
}

.b-category-banner {
  display: block;
  text-align: center;
  width: 100%;
}
@media (max-width: 768.98px) {
  .b-category-banner.beauty-treats-top-banner .b-category-banner__image-link::before {
    padding-bottom: 108.8% !important;
  }
}

.b-category-banner__image {
  display: block;
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 114.7368421053%;
  position: relative;
}
.b-category-banner__image > img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.b-category-banner__image-link {
  overflow: hidden;
}

@media (min-width: 769px) {
  .b-category-banner__image--narrow {
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 52.6315789474%;
    position: relative;
  }
  .b-category-banner__image--narrow > img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.b-category-banner__content {
  display: block;
  padding: 26px 14px 0;
}

.b-category-banner__title {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1.3px;
  line-height: 1;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.b-category-banner__text {
  color: #111;
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 17px;
}

.b-category-banner__link {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  background: none;
  border: none;
  color: #000;
  font-size: 12px;
  font-weight: 900;
  outline: none;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  padding-bottom: 1px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0.8px;
  line-height: 1;
}
.b-category-banner__link::after {
  border-top: 1px solid currentColor;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 100%;
}
@media (min-width: 992px) {
  .b-category-banner__link:hover {
    text-decoration: none;
  }
  .b-category-banner__link:hover::after {
    width: 0;
  }
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.cookie-warning-container {
  font-size: 14px;
  line-height: 20px;
  position: fixed;
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  -webkit-box-shadow: 0 -4px 6px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 -4px 6px 0 rgba(0, 0, 0, 0.12);
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px 0;
  z-index: 2000;
}
.cookie-warning-container h4 {
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  margin-bottom: 13px;
}
.cookie-warning-container p {
  line-height: 1.5;
  font-size: 12px;
  margin-bottom: 0;
}
.cookie-warning-container a {
  color: #fff;
  text-decoration: underline;
}

.cookie-warning-container__content,
.cookie-warning-container__content > .content-asset {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.cookie__close {
  background: none;
  border: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 0 15px;
  outline: 0;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #111;
  text-transform: uppercase;
}

h4,
.h4 {
  font-size: 1rem;
  letter-spacing: 1.3px;
}

h6,
.h6 {
  font-size: 0.75rem;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}

.b-page-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .b-page-title {
    margin-bottom: 40px;
  }
}

.b-page-title-header {
  margin-bottom: 18px;
}
@media (min-width: 769px) {
  .b-page-title-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 39px;
  }
}
.b-page-title-header .m-t__page-title {
  width: auto;
}

.notify {
  position: fixed;
  top: 0;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.price {
  color: #222;
  font-weight: 400;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.71;
}
.price .strike-through {
  text-decoration: line-through;
  color: #767676;
  margin-right: 0.938rem;
}
.price .starting.on-sale,
.price .range.on-sale,
.price .sales.on-sale {
  color: #de3412;
}
.price .list.on-sale {
  color: #767676;
  font-size: 12px;
  line-height: 0.75;
}

.b-price {
  white-space: nowrap;
  text-align: right;
  text-transform: uppercase;
  font-size: 14px;
}

.b-price--adjusted {
  font-size: 12px;
  color: #767676;
}

.swatch-circle-dark {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #1a1a1a;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-dark.disabled {
  opacity: 0.2;
}

.swatch-filter-dark {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #1a1a1a;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #1a1a1a;
  display: block;
  position: relative;
}
.swatch-filter-dark.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-silver {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #c0c0c0;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-silver.disabled {
  opacity: 0.2;
}

.swatch-filter-silver {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #c0c0c0;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #c0c0c0;
  display: block;
  position: relative;
}
.swatch-filter-silver.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-light {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffffe6;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-light.disabled {
  opacity: 0.2;
}

.swatch-filter-light {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffffe6;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ffffe6;
  display: block;
  position: relative;
}
.swatch-filter-light.disabled {
  opacity: 0.2;
}

.swatch-circle-medium {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffc;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-medium.disabled {
  opacity: 0.2;
}

.swatch-filter-medium {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffc;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ffc;
  display: block;
  position: relative;
}
.swatch-filter-medium.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-burgundy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800020;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-burgundy.disabled {
  opacity: 0.2;
}

.swatch-filter-burgundy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800020;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #800020;
  display: block;
  position: relative;
}
.swatch-filter-burgundy.disabled {
  opacity: 0.2;
}

.swatch-circle-gold {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffd700;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-gold.disabled {
  opacity: 0.2;
}

.swatch-filter-gold {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffd700;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ffd700;
  display: block;
  position: relative;
}
.swatch-filter-gold.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #71bf5e;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #71bf5e;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #71bf5e;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-metallic {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #aaa9ad;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-metallic.disabled {
  opacity: 0.2;
}

.swatch-filter-metallic {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #aaa9ad;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #aaa9ad;
  display: block;
  position: relative;
}
.swatch-filter-metallic.disabled {
  opacity: 0.2;
}

.swatch-circle-multicolour {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #669;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-multicolour.disabled {
  opacity: 0.2;
}

.swatch-filter-multicolour {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #669;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #669;
  display: block;
  position: relative;
}
.swatch-filter-multicolour.disabled {
  opacity: 0.2;
}

.swatch-circle-neutral {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fcc;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-neutral.disabled {
  opacity: 0.2;
}

.swatch-filter-neutral {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fcc;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #fcc;
  display: block;
  position: relative;
}
.swatch-filter-neutral.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-dark-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #00008b;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-dark-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-dark-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #00008b;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #00008b;
  display: block;
  position: relative;
}
.swatch-filter-dark-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-rose-gold {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #b76e79;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-rose-gold.disabled {
  opacity: 0.2;
}

.swatch-filter-rose-gold {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #b76e79;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #b76e79;
  display: block;
  position: relative;
}
.swatch-filter-rose-gold.disabled {
  opacity: 0.2;
}

.swatch-circle-print {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-print.disabled {
  opacity: 0.2;
}

.swatch-filter-print {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-print.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-light-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #add8e6;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-light-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-light-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #add8e6;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #add8e6;
  display: block;
  position: relative;
}
.swatch-filter-light-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: -o-linear-gradient(bottom, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), -o-linear-gradient(bottom, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.swatch-circle-print {
  background: url("../images/swatch/print.svg");
  background-repeat: no-repeat;
  background-size: cover;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-print.disabled {
  opacity: 0.2;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.attribute {
  margin-top: 0.938em;
}
.attribute label {
  display: block;
}

.swatch a {
  text-decoration: none;
}

@media (max-width: 543.98px) {
  .primary-images {
    margin: 0;
    padding: 0;
  }
}

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0;
}
@media (max-width: 543.98px) {
  .prices-add-to-cart-actions {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 544px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 0.9375em;
  }
}
.prices-add-to-cart-actions .price {
  text-align: center;
}

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
}

.cart-and-ipay {
  text-align: center;
}
@media (max-width: 543.98px) {
  .cart-and-ipay .btn {
    width: 98%;
    margin: 1%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.add-to-cart-messages {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}

.add-to-basket-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-basket-alert.show {
  display: block;
}

.simple-quantity {
  margin-top: 1em;
}

.main-attributes {
  margin-top: 1em;
}

.size-chart {
  margin-top: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

div.availability {
  margin-top: 0 !important;
}

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #d0d0d0;
}
.bundle-item:last-child {
  border-bottom: none;
}

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (max-width: 543.98px) {
  .container.product-detail {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.product-option:not(:first-child) {
  margin-top: 1.071em;
}

.b-product-rating {
  display: block;
  margin-bottom: 15px;
}

.b-rating {
  font-size: 16px;
  line-height: 16px;
}

.b-nonreturnable__icon {
  background: #d0d0d0;
  border-radius: 50%;
  color: #767676;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  margin: 0 0 0 6px;
  text-align: center;
  width: 18px;
  position: relative;
  z-index: 1;
}

.b-product-nonreturnable {
  color: #767676;
  font-size: 12px;
  font-weight: 600;
  line-height: 0.75;
  letter-spacing: normal;
  margin: 20px 0 0 4px;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .b-product-nonreturnable {
    margin: 8px 0 28px 4px;
  }
}

.b-nonreturnable__icon-item {
  font-size: 19px;
  margin: 0 6px 2px -3px;
}

.b-nonreturnable__title {
  padding-left: 5px;
}

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #007bff;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #007bff;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #007bff;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #28a745;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #28a745;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #28a745;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: -o-linear-gradient(bottom, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), -o-linear-gradient(bottom, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.attribute {
  margin-top: 0.938em;
}
.attribute label {
  display: block;
}

.swatch a {
  text-decoration: none;
}

@media (max-width: 543.98px) {
  .primary-images {
    margin: 0;
    padding: 0;
  }
}

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0;
}
@media (max-width: 543.98px) {
  .prices-add-to-cart-actions {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 544px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 0.9375em;
  }
}
.prices-add-to-cart-actions .price {
  text-align: center;
}

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
}

.cart-and-ipay {
  text-align: center;
}
@media (max-width: 543.98px) {
  .cart-and-ipay {
    padding-bottom: 26px;
  }
  .cart-and-ipay .btn {
    width: 98%;
    margin: 1%;
    display: block;
  }
}

.add-to-cart-messages {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}

.add-to-basket-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-basket-alert.show {
  display: block;
}

.simple-quantity {
  margin-top: 1em;
}

.main-attributes {
  margin-top: 1em;
}

.size-chart {
  margin-top: 1.071em;
}

div.availability {
  margin-top: 1.071em;
}

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bundle-item:last-child {
  border-bottom: none;
}

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (max-width: 543.98px) {
  .container.product-detail {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.product-option:not(:first-child) {
  margin-top: 1.071em;
}

.quick-view-dialog,
.choose-bonus-product-dialog {
  max-width: 56.25em;
}
.quick-view-dialog .selectable-bonus-product-line-item,
.choose-bonus-product-dialog .selectable-bonus-product-line-item {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.quick-view-dialog .beenSelected,
.choose-bonus-product-dialog .beenSelected {
  background-color: #eee;
}
.quick-view-dialog .modal-header,
.choose-bonus-product-dialog .modal-header {
  background-color: #eee;
  border-bottom: 2px solid #ccc;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.quick-view-dialog .modal-header .full-pdp-link,
.choose-bonus-product-dialog .modal-header .full-pdp-link {
  color: var(--skin-primary-color-1);
}
.quick-view-dialog .modal-header .close,
.choose-bonus-product-dialog .modal-header .close {
  font-size: 2rem;
  line-height: 1.5rem;
}
.quick-view-dialog .modal-title,
.choose-bonus-product-dialog .modal-title {
  font-size: 1em;
}
.quick-view-dialog .product-name,
.choose-bonus-product-dialog .product-name {
  font-size: 1.875em;
}
.quick-view-dialog .swatch-circle,
.choose-bonus-product-dialog .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}
.quick-view-dialog .swatch-circle.color-value[data-selected=true]::after,
.choose-bonus-product-dialog .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  content: "\F058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.quick-view-dialog .swatch-circle.color-value.selected::after,
.choose-bonus-product-dialog .swatch-circle.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "\F058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}
.quick-view-dialog .swatch-circle i.fa-times-circle,
.choose-bonus-product-dialog .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}
.quick-view-dialog a[disabled] .swatch-circle,
.choose-bonus-product-dialog a[disabled] .swatch-circle {
  cursor: not-allowed;
}
.quick-view-dialog a[disabled] .swatch-circle.color-value.selected::after,
.choose-bonus-product-dialog a[disabled] .swatch-circle.color-value.selected::after {
  background-color: #495057;
}
.quick-view-dialog .availablity-container,
.choose-bonus-product-dialog .availablity-container {
  text-align: right;
}
.quick-view-dialog .availablity-container,
.quick-view-dialog .size-chart,
.choose-bonus-product-dialog .availablity-container,
.choose-bonus-product-dialog .size-chart {
  margin-top: 0.938em;
}
.quick-view-dialog .modal-content,
.choose-bonus-product-dialog .modal-content {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.quick-view-dialog .modal-body,
.choose-bonus-product-dialog .modal-body {
  max-height: 28.125em; /* 450/16 */
  overflow-y: auto;
}
.quick-view-dialog button.close,
.choose-bonus-product-dialog button.close {
  font-size: 1.25em;
}
.quick-view-dialog .modal-footer,
.choose-bonus-product-dialog .modal-footer {
  background-color: #fff;
  border: none;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.quick-view-dialog .modal-footer .prices .price,
.choose-bonus-product-dialog .modal-footer .prices .price {
  font-size: 1.6em;
}
.quick-view-dialog .prices .sales,
.choose-bonus-product-dialog .prices .sales {
  font-size: 1.5rem;
}
.quick-view-dialog .promotions,
.choose-bonus-product-dialog .promotions {
  text-align: left;
  color: #dc3545;
}
@media (max-width: 768.98px) {
  .quick-view-dialog .bonus-summary,
  .choose-bonus-product-dialog .bonus-summary {
    font-size: 0.625em;
  }
}
@media (max-width: 768.98px) {
  .quick-view-dialog .bonus-summary .bonus-product-name,
  .choose-bonus-product-dialog .bonus-summary .bonus-product-name {
    padding: 0;
  }
}
.quick-view-dialog .pre-cart-products,
.choose-bonus-product-dialog .pre-cart-products {
  margin-right: 0.125em;
}
.quick-view-dialog .color-attribute,
.choose-bonus-product-dialog .color-attribute {
  border: none;
  padding: 0;
  background: none;
}
.quick-view-dialog .non-input-label,
.choose-bonus-product-dialog .non-input-label {
  display: block;
  margin-bottom: 0.5rem;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.b-product-tile {
  position: relative;
  width: 100%;
}
.b-product-tile::before {
  /* stylelint-disable */
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  /* stylelint-enable */
  background-color: #fff;
  bottom: -15px;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
  content: "";
  left: -15px;
  opacity: 0;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: -1;
}
@media (min-width: 769px) {
  .non-touch .b-product-tile:hover {
    z-index: 1;
  }
  .non-touch .b-product-tile:hover::before {
    opacity: 1;
  }
  .non-touch .b-product-tile:hover .b-product-tile__footer {
    opacity: 1;
    pointer-events: all;
  }
  .non-touch .b-product-tile:hover .b-product-tile__badge--has-variations {
    visibility: hidden;
  }
}
.b-product-tile.b-product-tile--no-hover::before {
  display: none;
}

.b-product-tile__image {
  border-bottom: 1px solid #e5e5e5;
}

.b-product-tile__image-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 150%;
  position: relative;
}
.b-product-tile__image-link > img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.b-product-tile__image-link::after {
  background: rgba(17, 17, 17, 0.03);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.b-product-tile__image-img {
  display: block;
  width: 100%;
}

.b-product-tile__body {
  margin-top: 13px;
  position: relative;
}
@media (min-width: 769px) {
  .b-product-tile__body {
    margin-top: 16px;
  }
}

.b-product-tile__brand {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.b-product-tile__brand + .b-product-tile__name {
  max-width: 100%;
}
@media (min-width: 769px) {
  .b-product-tile__brand {
    margin-bottom: 9px;
  }
}

.b-product-tile__brand,
.b-product-tile__name {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 77%;
  display: block;
}

.b-product-tile__motherref {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  line-height: 1;
  margin-top: 10px;
  color: #767676;
}

.b-product-tile__badge {
  margin-bottom: 4px;
}
@media (min-width: 769px) {
  .b-product-tile__badge {
    margin-bottom: 5px;
  }
}

.b-product-tile__badge {
  color: #767676;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.95px;
  text-transform: uppercase;
  width: 90%;
}

.b-product-tile__badge--has-variations {
  display: none;
}
@media (min-width: 769px) {
  .b-product-tile__badge--has-variations {
    display: block;
  }
}

.b-product-tile__name {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.b-product-tile__pricing {
  margin-top: 10px;
}

.b-product-tile__badges {
  margin-top: 10px;
}

.b-product-tile__wishlist-add {
  font-size: 16px;
  line-height: 16px;
  background: none;
  border: none;
  color: #000;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .b-product-tile__wishlist-add:hover {
    color: #767676;
  }
}

.b-product-tile__footer {
  margin-top: 10px;
}
@media (min-width: 769px) {
  .b-product-tile__footer {
    /* stylelint-disable */
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in;
         -o-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    /* stylelint-enable */
    background: #fff;
    left: -15px;
    margin-top: -4px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: -15px;
    top: 100%;
    z-index: 1;
  }
  .b-product-tile__footer::before {
    bottom: 0;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
  }
}

.b-product-tile__footer-inner {
  background-color: #fff;
  position: relative;
}
@media (min-width: 769px) {
  .b-product-tile__footer-inner {
    padding: 13px 15px;
    z-index: 2;
  }
}

.b-product-pricing__sale {
  padding-right: 6px;
}

.b-product-pricing__standard {
  white-space: nowrap;
}

.b-product-pricing__sale,
.b-product-pricing__standard {
  display: inline-block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.b-product-tile__swatches--color .b-product-tile__swatches-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.b-product-tile__swatches--color .b-product-tile__swatches-item {
  display: inline-block;
  height: 15px;
  margin-right: 5px;
  width: 15px;
}
@media (min-width: 769px) {
  .b-product-tile__swatches--color .b-product-tile__swatches-item {
    height: 60px;
    margin-right: 7px;
    width: 40px;
  }
}
.b-product-tile__swatches--color .b-product-tile__swatches-item:last-child {
  margin-right: 0;
}
.b-product-tile__swatches--color .b-product-tile__swatches-item:hover .b-product-tile__swatches-item-el {
  border-color: #111;
}
.b-product-tile__swatches--color .b-product-tile__swatches-item-el {
  border-radius: 50%;
  border: 1px solid transparent;
  display: inline-block;
  height: 15px;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  width: 17px;
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}
.b-product-tile__swatches--color .b-product-tile__swatches-item-el > img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 769px) {
  .b-product-tile__swatches--color .b-product-tile__swatches-item-el {
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 150%;
    position: relative;
    border-radius: 0;
    height: 60px;
    width: 40px;
  }
  .b-product-tile__swatches--color .b-product-tile__swatches-item-el > img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.b-product-tile__swatches--size {
  display: none;
  margin-top: 11px;
}
@media (min-width: 769px) {
  .b-product-tile__swatches--size {
    display: block;
  }
}
.b-product-tile__swatches--size .b-product-tile__swatches-item {
  font-size: 12px;
  line-height: 16px;
  color: #767676;
  line-height: 1;
  margin-right: 15px;
}

.b-product-tile__swatches-list {
  font-size: 0;
}

.b-product-tile__swatches-more-count {
  color: #767676;
  font-size: 12px;
}

.b-product-pricing__price,
.b-product-pricing__standard {
  font-size: 14px;
  text-transform: uppercase;
}
.b-product-pricing__standard-el .b-product-pricing__price,
.b-product-pricing__standard-el .b-product-pricing__standard {
  font-size: 12px;
}
@media only screen and (max-width: 374px) {
  .b-product-pricing__price,
  .b-product-pricing__standard {
    font-size: 14px;
  }
  .b-product-pricing__standard-el .b-product-pricing__price,
  .b-product-pricing__standard-el .b-product-pricing__standard {
    font-size: 12px;
  }
}

.l-product-grid__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .l-product-grid__item {
    margin-bottom: 60px;
  }
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.b-attribute {
  display: block;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.b-attribute.b-attribute--color {
  margin-bottom: 30px;
}
.b-attribute.is-invalid + .blm-producttile__add-to-cart-error {
  display: block;
}
@media (max-width: 768.98px) {
  .b-attribute:last-of-type {
    margin-bottom: 15px;
  }
}

.b-attribute__label {
  display: block;
  letter-spacing: 0.8px;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 768.98px) {
  .b-attribute__label {
    font-size: 14px;
  }
}

.b-attribute__label-value {
  font-weight: 900;
}

.b-attribute__label-value-link {
  color: #000;
}

.b-attribute__label-size {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.b-attribute__heading {
  font-size: 12px;
  line-height: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
  width: 100%;
  margin-bottom: 15px;
}
.b-mobile-modal--modal-select-variation .b-attribute__heading {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .b-attribute__heading {
    margin-bottom: 15px;
  }
  .b-mobile-modal--modal-select-variation .b-attribute__heading {
    margin-bottom: 15px;
  }
}
.b-attribute__heading .size-chart {
  margin-top: 0;
}

.b-attribute__size-chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}
@media (min-width: 769px) {
  .b-attribute__size-chart {
    margin-left: 0;
  }
}

.b-attribute__heading-link {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  background: none;
  border: none;
  color: #000;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  padding: 0;
  font-size: 14px;
  margin-left: 14px;
}
.b-attribute__heading-link::after {
  border-top: 1px solid currentColor;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 100%;
}
@media (min-width: 992px) {
  .b-attribute__heading-link:hover {
    text-decoration: none;
  }
  .b-attribute__heading-link:hover::after {
    width: 0;
  }
}

.b-attribute-single {
  background-color: #f8f8f8;
  font-size: 14px;
  font-weight: 400;
  padding: 16px 20px;
  line-height: 13px;
}

.b-attribute-values {
  display: none;
}

.b-attribute-values__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}

.b-attribute-values__item {
  font-size: 12px;
  line-height: 16px;
  position: relative;
  overflow: hidden;
  line-height: 1;
  padding: 10px 16px;
  border: 1px solid #f8f8f8;
  background-color: #fff;
  margin-left: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.b-attribute-values__item:first-child {
  margin-left: 0;
}
.b-attribute-values__item.m-selected {
  background-color: #000;
  color: #fff;
}
.b-attribute-values__item.m-disabled {
  pointer-events: none;
  color: #d0d0d0;
}
.b-attribute-values__item.m-disabled::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'%3E%3Cpath d='M0 99 L99 0 L100 1 L1 100' fill='%23e5e5e5' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%, auto;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.b-product-summary {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: none;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 380px;
}

.b-product-line-items .item-divider,
.b-product-summary .item-divider {
  -webkit-box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.12);
  margin: 0;
}
.b-product-line-items .b-product-line-item,
.b-product-summary .b-product-line-item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
  padding-top: 25px;
}
.b-product-line-items .b-product-line-item .line-item-image--pointer-none,
.b-product-summary .b-product-line-item .line-item-image--pointer-none {
  pointer-events: none;
}
.b-product-line-items .b-product-line-item .b-product-image,
.b-product-summary .b-product-line-item .b-product-image {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  vertical-align: middle;
  width: 82px;
}
.b-product-line-items .b-product-line-item .b-line-item-description,
.b-product-summary .b-product-line-item .b-line-item-description {
  padding-left: 20px;
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.b-product-line-items .b-product-line-item .b-line-item-description .item-remove,
.b-product-summary .b-product-line-item .b-line-item-description .item-remove {
  position: relative;
}
.b-product-line-items .b-product-line-item .b-line-item-description .item-remove .remove-btn,
.b-product-summary .b-product-line-item .b-line-item-description .item-remove .remove-btn {
  font-size: 12px;
  font-weight: 600;
  line-height: 0.75;
  letter-spacing: normal;
  color: #000;
  text-decoration: underline;
  text-transform: capitalize;
  cursor: pointer;
  margin-top: 0;
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  right: 1px;
  top: 0;
}
.b-product-line-items .b-product-line-item .b-line-item-description .item-remove:hover,
.b-product-summary .b-product-line-item .b-line-item-description .item-remove:hover {
  background: none;
  border: none;
}
.b-product-line-items .b-product-line-item .b-line-item-description .b-item-details,
.b-product-summary .b-product-line-item .b-line-item-description .b-item-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
}
.b-product-line-items .b-product-line-item .b-line-item-description .b-item-details .b-item-detail,
.b-product-summary .b-product-line-item .b-line-item-description .b-item-details .b-item-detail {
  margin-top: 3px;
  line-height: 0.75;
  color: #767676;
  font-size: 12px;
  padding: 11px 0 6px;
}
.b-product-line-items .b-product-line-item .b-line-item-description .b-item-details .b-item-detail .b-product-nonreturnable,
.b-product-summary .b-product-line-item .b-line-item-description .b-item-details .b-item-detail .b-product-nonreturnable {
  margin: 7px 0;
}
.b-product-line-items .b-product-line-item .b-line-item-description .b-item-details .b-item-detail .item-detail-title,
.b-product-summary .b-product-line-item .b-line-item-description .b-item-details .b-item-detail .item-detail-title {
  font-weight: 400;
}
.b-product-line-items .b-product-line-item .b-line-item-description .b-item-details .b-item-detail .item-detail-value,
.b-product-summary .b-product-line-item .b-line-item-description .b-item-details .b-item-detail .item-detail-value {
  font-weight: 600;
}
.b-product-line-items .b-product-line-item .b-line-item-description .line-item-row,
.b-product-summary .b-product-line-item .b-line-item-description .line-item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.b-product-line-items .b-product-line-item .b-line-item-description .line-item-row .item-price,
.b-product-summary .b-product-line-item .b-line-item-description .line-item-row .item-price {
  color: #222;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 0.95;
  margin-left: auto;
  margin-right: 1px;
}
.b-product-line-items .b-product-line-item .b-line-item-description .line-item-row .item-brand,
.b-product-summary .b-product-line-item .b-line-item-description .line-item-row .item-brand {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.8px;
  line-height: 1;
  margin-bottom: 15px;
  min-width: 0;
  padding-right: 8px;
  text-transform: uppercase;
}
.b-product-line-items .b-product-line-item .b-line-item-description .b-item-product-name,
.b-product-summary .b-product-line-item .b-line-item-description .b-item-product-name {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  color: #222;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 6px;
}
.b-product-line-items .b-product-line-item .b-line-item-description .line-item-bonus-badge,
.b-product-summary .b-product-line-item .b-line-item-description .line-item-bonus-badge {
  color: #767676;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 16px;
  margin-top: 10px;
  text-transform: uppercase;
}
.b-product-line-items .b-product-nonreturnable,
.b-product-summary .b-product-nonreturnable {
  margin: -7px 0 25px 22px;
}
.b-product-line-items .b-nonreturnable__icon,
.b-product-summary .b-nonreturnable__icon {
  display: none;
}

.b-product-summary__pickup-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f8f8f8;
  padding: 21px 0 15px 6px;
  line-height: 0.75;
  letter-spacing: 0.8px;
  font-weight: 900;
}
.b-product-summary__pickup-title .icon-pin {
  padding-left: 13px;
  font-size: 21px;
  margin-top: -6px;
  font-weight: 900;
}

.b-product-summary__pickup-text {
  padding-left: 5px;
  text-transform: uppercase;
  font-size: 12px;
}

.b-line-item__main-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  margin-bottom: 5px;
  width: 100%;
  min-width: 0;
}

.b-line-item__main-info-brand {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.b-line-item__main-info-brand .item-brand {
  margin-bottom: 15px;
}

.b-line-item__main-info-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  line-height: 1;
}

.b-line-item__main-info-price-item {
  margin-bottom: 8px;
}

.form-nav .nav-tabs .nav-link {
  color: #333;
}

.form-nav .nav-tabs .nav-link.active,
.form-nav .nav-tabs .nav-link.active:focus,
.form-nav .nav-tabs .nav-link.active:hover {
  background-color: #fff;
  color: #333;
}

.nav-tabs .nav-link.active {
  background-color: transparent;
}

@media (min-width: 992px) {
  .form-nav .nav-item > .nav-link {
    color: #333;
  }
}
/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.b-breadcrumbs {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.breadcrumb {
  border: 0;
  padding: 16px 0;
}

.breadcrumb__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb__item:first-child .breadcrumb__link {
  color: #111;
}
.breadcrumb__item:not(:last-child) .breadcrumb__link::after {
  content: "/";
}

.breadcrumb__link {
  font-size: 14px;
  line-height: 20px;
  color: #767676;
  font-weight: 400;
  margin-right: 4px;
  text-transform: capitalize;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.m-loading {
  pointer-events: none;
}
.m-loading::before, .m-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  border-radius: 100%;
  border: 6px solid transparent;
  border-top-color: #000;
  z-index: 1052;
}
.m-loading::before {
  z-index: 1053;
  -webkit-animation: spin 1s infinite;
          animation: spin 1s infinite;
}
.m-loading::after {
  border-color: #fcfcfc;
}
.m-loading > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000;
  z-index: 1051;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.btn.m-loading,
.blm-btn.m-loading {
  display: block;
}
.btn.m-loading::before, .btn.m-loading::after,
.blm-btn.m-loading::before,
.blm-btn.m-loading::after {
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 20px;
  width: 20px;
  border: 2px solid transparent;
  border-top: 2px solid #cbcbcb;
  border-radius: 50%;
  -webkit-animation: btn-loader 1s linear infinite;
          animation: btn-loader 1s linear infinite;
  z-index: 1;
}
.btn.m-loading::before,
.blm-btn.m-loading::before {
  z-index: 1;
}
.btn.m-loading::after,
.blm-btn.m-loading::after {
  border: 2px solid rgba(203, 203, 203, 0.4);
}
.btn.m-loading .blm-btn__content,
.blm-btn.m-loading .blm-btn__content {
  display: none;
}

@-webkit-keyframes btn-loader {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes btn-loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.btn.m-loaded .blm-btn__checkmark,
.blm-btn.m-loaded .blm-btn__checkmark {
  display: block;
}
.btn.m-loaded .blm-btn__content,
.blm-btn.m-loaded .blm-btn__content {
  display: none;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.veil {
  position: absolute;
  z-index: 100;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.veil .underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #fff;
}
.veil__bar {
  background-color: #fa16c8;
  display: none;
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.5s linear;
  -o-transition: width 0.5s linear;
  transition: width 0.5s linear;
  width: 0%;
}
.veil--thin .spinner {
  display: none;
}
.veil--thin .underlay {
  opacity: 0.75;
}
.veil--thin .veil__bar {
  display: block;
}

body > .veil,
.b-modal > .veil {
  position: fixed;
  z-index: 1052;
}

.spinner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 64px;
}
.spinner::after {
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
  border-bottom: 4px solid #111;
  border-left: 4px solid #cbcbcb;
  border-radius: 50%;
  border-right: 4px solid #111;
  border-top: 4px solid #111;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
}

.spinner__logo {
  background-image: url("../images/loading-logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 26px;
  width: 20px;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
@-webkit-keyframes notification-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes notification-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.b-notification {
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1053;
}
.b-notification--inner {
  position: absolute;
}
.b-notification--static {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-animation: notification-in 5s linear forwards;
          animation: notification-in 5s linear forwards;
}
.b-notification--show {
  display: block;
  -webkit-animation: notification-in 5s linear forwards;
          animation: notification-in 5s linear forwards;
}
.b-notification__text {
  font-size: 14px;
  line-height: 20px;
  background-color: #000;
  border-radius: 0;
  margin: 0;
  min-height: 50px;
  padding: 15px 20px;
  text-align: center;
  font-weight: 600;
}
.b-notification__text,
.b-notification__text .m-t__link {
  color: #fff;
}
@media (max-width: 768.98px) {
  .b-notification__text {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    padding: 16px 20px;
    opacity: 0.9;
  }
}
.b-notification__text--error {
  background-color: #de3412;
}
.b-notification__text--success {
  background-color: #71bf5e;
}
.b-notification__text--alert {
  background-color: #c00c99;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
/* 20/16 */
.info-icon {
  position: relative;
  cursor: pointer;
  display: inline-block;
  border: none;
  padding: 0;
  background: inherit;
}
.info-icon .icon {
  border-radius: 1.25rem;
  background-color: #00a1e0;
  width: 1.5625rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.info-icon .tooltip {
  position: absolute;
  bottom: 100%;
  padding: 0.312rem;
  border-radius: 0.1875rem;
  background-color: #444;
  color: #fff;
  font-size: 0.928rem;
  min-width: 20rem;
  max-width: 15rem;
  -webkit-transform: translate(-50%, -0.625em);
      -ms-transform: translate(-50%, -0.625em);
          transform: translate(-50%, -0.625em);
  left: 50%;
  margin-left: 4px;
  -webkit-animation: fade-in 0.5s linear forwards;
          animation: fade-in 0.5s linear forwards;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.info-icon .tooltip::before {
  content: " ";
  position: absolute;
  display: block;
  height: 1.25em; /* 20/16 */
  left: 0;
  bottom: -1.25em;
  width: 100%;
}
.info-icon .tooltip::after {
  border-left: solid transparent 0.625em; /* 10/16 */
  border-right: solid transparent 0.625em; /* 10/16 */
  border-top: solid #444 0.625em;
  bottom: -0.625em;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.swatch-circle-dark {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #1a1a1a;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-dark.disabled {
  opacity: 0.2;
}

.swatch-filter-dark {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #1a1a1a;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #1a1a1a;
  display: block;
  position: relative;
}
.swatch-filter-dark.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-silver {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #c0c0c0;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-silver.disabled {
  opacity: 0.2;
}

.swatch-filter-silver {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #c0c0c0;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #c0c0c0;
  display: block;
  position: relative;
}
.swatch-filter-silver.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-light {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffffe6;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-light.disabled {
  opacity: 0.2;
}

.swatch-filter-light {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffffe6;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ffffe6;
  display: block;
  position: relative;
}
.swatch-filter-light.disabled {
  opacity: 0.2;
}

.swatch-circle-medium {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffc;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-medium.disabled {
  opacity: 0.2;
}

.swatch-filter-medium {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffc;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ffc;
  display: block;
  position: relative;
}
.swatch-filter-medium.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-burgundy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800020;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-burgundy.disabled {
  opacity: 0.2;
}

.swatch-filter-burgundy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800020;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #800020;
  display: block;
  position: relative;
}
.swatch-filter-burgundy.disabled {
  opacity: 0.2;
}

.swatch-circle-gold {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffd700;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-gold.disabled {
  opacity: 0.2;
}

.swatch-filter-gold {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffd700;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ffd700;
  display: block;
  position: relative;
}
.swatch-filter-gold.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #71bf5e;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #71bf5e;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #71bf5e;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-metallic {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #aaa9ad;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-metallic.disabled {
  opacity: 0.2;
}

.swatch-filter-metallic {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #aaa9ad;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #aaa9ad;
  display: block;
  position: relative;
}
.swatch-filter-metallic.disabled {
  opacity: 0.2;
}

.swatch-circle-multicolour {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #669;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-multicolour.disabled {
  opacity: 0.2;
}

.swatch-filter-multicolour {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #669;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #669;
  display: block;
  position: relative;
}
.swatch-filter-multicolour.disabled {
  opacity: 0.2;
}

.swatch-circle-neutral {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fcc;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-neutral.disabled {
  opacity: 0.2;
}

.swatch-filter-neutral {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fcc;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #fcc;
  display: block;
  position: relative;
}
.swatch-filter-neutral.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-dark-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #00008b;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-dark-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-dark-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #00008b;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #00008b;
  display: block;
  position: relative;
}
.swatch-filter-dark-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-rose-gold {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #b76e79;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-rose-gold.disabled {
  opacity: 0.2;
}

.swatch-filter-rose-gold {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #b76e79;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #b76e79;
  display: block;
  position: relative;
}
.swatch-filter-rose-gold.disabled {
  opacity: 0.2;
}

.swatch-circle-print {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-print.disabled {
  opacity: 0.2;
}

.swatch-filter-print {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-print.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-light-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #add8e6;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-light-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-light-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #add8e6;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #add8e6;
  display: block;
  position: relative;
}
.swatch-filter-light-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: -o-linear-gradient(bottom, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), -o-linear-gradient(bottom, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.swatch-circle-print {
  background: url("../images/swatch/print.svg");
  background-repeat: no-repeat;
  background-size: cover;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-print.disabled {
  opacity: 0.2;
}

.b-search input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
@media (min-width: 769px) {
  .b-search {
    width: 240px;
  }
}
.b-search.m-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 38px 0 14px;
  background: #f9f9f9;
  z-index: 2;
}
@media (min-width: 769px) {
  .b-search.m-active {
    padding: 0;
    background: #fff;
  }
}
.b-search.m-active .b-search__form {
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 1240px;
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 769px) {
  .b-search.m-active .b-search__form {
    background: #f9f9f9;
    padding: 30px 20px 22px;
    margin-top: 20px;
  }
}
.b-search.m-active .b-search__input {
  display: block;
}
@media (min-width: 769px) {
  .b-search.m-active .b-search__input {
    font-size: 16px;
    line-height: 24px;
  }
}
.b-search.m-active .b-search__toggle {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 8px;
}
@media (min-width: 769px) {
  .b-search.m-active .b-search__toggle {
    margin-right: 13px;
  }
}
.b-search.m-active .b-search__close {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.b-search.m-active + .b-search__overlay {
  display: block;
}
.b-search__form {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .b-search__form {
    -webkit-box-shadow: inset 0 -1px 0 #a2a2a2;
            box-shadow: inset 0 -1px 0 #a2a2a2;
    width: 240px;
  }
}
.b-search__input-holder {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.b-search__input {
  background: none;
  border-radius: 0;
  border: 0;
  color: #111;
  font-size: 14px;
  line-height: 20px;
  outline: 0;
  padding: 4px 0;
  height: auto;
  display: none;
}
@media (min-width: 769px) {
  .b-search__input {
    display: block;
    padding: 6px 0;
  }
}
.b-search__input::-webkit-input-placeholder {
  color: #767676;
}
.b-search__input::-moz-placeholder {
  color: #767676;
}
.b-search__input:-ms-input-placeholder {
  color: #767676;
}
.b-search__input::-ms-input-placeholder {
  color: #767676;
}
.b-search__input::placeholder {
  color: #767676;
}
.b-search__input:focus, .b-search__input.is-valid, .b-search__input.is-valid:focus {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #111;
  outline: 0;
}
.b-search__toggle {
  background: none;
  border: none;
  color: #111;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0;
}
@media (min-width: 769px) {
  .b-search__toggle {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    margin-right: 16px;
  }
}
.b-search__close.icon {
  display: none;
  font-size: 20px;
  color: #111;
  cursor: pointer;
}
.b-search__overlay {
  display: none;
  background-color: #767676;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: 1;
}

.b-suggestions-wrapper {
  position: fixed;
  left: 0;
  top: 80px;
  width: 100%;
  background-color: #fff;
  overflow-y: auto;
  max-height: calc(100% - 80px);
  z-index: 1000;
}
@media (min-width: 769px) {
  .b-suggestions-wrapper {
    top: 107px;
  }
}
.b-suggestions-wrapper.m-loading {
  min-height: 120px;
}
@media (min-width: 769px) {
  .b-suggestions-wrapper.m-loading {
    min-height: 176px;
  }
}
.b-suggestions-wrapper.m-loading::after {
  border-color: #cbcbcb;
  opacity: 0.4;
}
.b-suggestions-wrapper.m-loading::before {
  border-top-color: #cbcbcb;
}
.b-suggestions-wrapper.m-loading::after, .b-suggestions-wrapper.m-loading::before {
  width: 48px !important;
  height: 48px !important;
  margin-top: -24px !important;
  margin-left: -24px !important;
  border-width: 4px !important;
  top: 50% !important;
  left: 50% !important;
}
.b-suggestions-wrapper.m-loading > div::before {
  opacity: 0.5;
  background-color: #fff;
}

.b-suggestions {
  background-color: #fff;
}
.b-suggestions__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1270px;
  padding: 16px 20px 24px;
}
@media (max-width: 768.98px) {
  .b-suggestions__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 769px) {
  .b-suggestions__container {
    padding: 16px 15px 40px;
  }
}
.b-suggestions__container--products {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 769px) {
  .b-suggestions__container--products {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 769px) {
  .b-suggestions__container--products .b-suggestions__group {
    width: 420px;
  }
}
@media (min-width: 769px) {
  .b-suggestions__container--products .b-suggestions__group--products:first-child {
    margin-left: 33px;
  }
}
.b-suggestions__container--products .b-suggestions__item {
  padding: 14px 0;
}
.b-suggestions__container--products .b-suggestions__item:last-child {
  margin-bottom: 14px;
}
.b-suggestions__container--products .b-suggestions__search-text {
  color: #767676;
}
.b-suggestions__group {
  width: 100%;
  padding-bottom: 25px;
}
@media (min-width: 769px) {
  .b-suggestions__group {
    min-width: 33.3%;
    padding-right: 10px;
  }
}
.b-suggestions__group > div:not(:first-child) {
  margin-top: 16px;
}
@media (min-width: 769px) {
  .b-suggestions__group--horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
  }
  .b-suggestions__group--horizontal > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding-right: 36px;
    margin-top: 0 !important;
  }
}
.b-suggestions__group--products {
  width: auto !important;
  padding: 0;
  max-width: 780px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.b-suggestions__group--products .b-suggestions__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.b-suggestions__group--products .b-suggestions__item {
  max-width: 160px;
  margin-right: 15px;
  padding: 4px 0 0;
  margin-bottom: 0 !important;
  white-space: normal;
  width: 50%;
}
@media (min-width: 769px) {
  .b-suggestions__group--products .b-suggestions__item {
    max-width: 180px;
    margin-right: 20px;
    padding: 6px 0 0;
    width: 25%;
  }
}
.b-suggestions__group--products .b-suggestions__item:last-child {
  margin-right: 0;
}
.b-suggestions__group--products .blm-btn {
  width: 240px;
  margin-top: 32px;
  text-align: center;
  line-height: 18px;
}
.b-suggestions__group--no-result {
  width: 100%;
  padding: 0 0 36px;
}
.b-suggestions__group.recent {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.b-suggestions__group.popular {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}
.b-suggestions__group.category {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.b-suggestions__group.brand {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.b-suggestions__group.product .b-suggestions__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.b-suggestions__group.product .b-suggestions__item {
  width: 34.4%;
  margin-right: 15px;
}
@media (min-width: 769px) {
  .b-suggestions__group.product .b-suggestions__item {
    width: 11%;
  }
}
.b-suggestions__group.product .blm-producttile__image {
  margin-bottom: 10px;
}
.b-suggestions__group.product .blm-producttile__description {
  height: auto;
  margin-top: 10px;
  text-wrap: auto;
}
.b-suggestions__group.product .blm-producttile__price {
  margin-top: 6px;
}
.b-suggestions__group.product .blm-producttile__badges {
  margin-top: 6px;
}
.b-suggestions__header {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  color: #767676;
  padding: 10px 0;
  margin: 0;
  letter-spacing: 0.5px;
}
.b-suggestions__clearall-text {
  text-decoration: underline;
  color: #767676;
  cursor: pointer;
}
.b-suggestions__items {
  margin: 0;
  padding: 0;
}
.b-suggestions__item {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  padding: 14px 0;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 769px) {
  .b-suggestions__item {
    padding: 8px 0;
  }
}
.b-suggestions__item--bold {
  font-weight: 600;
}
.b-suggestions__search {
  color: #111;
}
.non-touch .b-suggestions__search:hover {
  color: #111;
}
.b-suggestions__search-text--highlighted {
  color: #fa16c8;
}
.b-suggestions__search-text .js-higlight-suggestion {
  color: #767676;
}
.b-suggestions__search-text--bold {
  font-weight: 600;
  color: #111;
}
.b-suggestions__no-result-title {
  font-size: 16px;
  line-height: 22px;
  color: #111;
  margin-top: 6px;
  margin-bottom: 12px;
  font-weight: 400;
}
.b-suggestions__no-result-phrase {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  padding-bottom: 8px;
  color: #111;
}
.b-suggestions__no-result-subtitle {
  font-size: 14px;
  line-height: 20px;
  color: #111;
  margin: 0;
}
@media (min-width: 769px) {
  .b-suggestions__no-result-subtitle {
    margin: 8px 0;
    padding: 0;
  }
}
.b-suggestions__viewall-results {
  color: #111;
  font-family: "Inter-Regular", sans-serif /*!rtl:"Almarai-Regular", sans-serif*/;
  font-weight: 600;
  border-bottom: 1px solid #111;
  margin-top: 8px;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.b-icon {
  background: none;
  border: 0;
  outline: none;
}

.b-icon-list {
  font-size: 20px;
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.b-icon-list .icon-amber-black-logo {
  margin-top: -3px;
}

.b-icon-list__icon {
  margin-right: 9px;
}

.b-icon-list__text {
  font-size: 12px;
}

.b-icon-list__link {
  color: #000;
  font-weight: 400;
  font-size: inherit;
  padding-bottom: 1px;
  position: relative;
  text-decoration: none;
}
.b-icon-list__link::after {
  border-top: 1px solid currentColor;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 100%;
}
@media (min-width: 992px) {
  .b-icon-list__link:hover {
    text-decoration: none;
  }
  .b-icon-list__link:hover::after {
    width: 0;
  }
}

.b-icon-inline {
  margin: -1px 5px 0;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.b-carousel__arrow-prev::before,
.b-carousel__arrow-next::before,
.owl-carousel .owl-prev span::before,
.owl-carousel .owl-next span::before {
  font-size: 22px;
  color: #d0d0d0;
}

.b-carousel__arrow-prev::before,
.owl-carousel .owl-prev span::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\E021";
  display: inline-block;
  font-family: "bloomingdales" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  vertical-align: middle;
}
.b-carousel__arrow-prev::before,
.owl-carousel .owl-prev span::before {
  -webkit-transform: none /*!rtl:rotate(180deg)*/;
      -ms-transform: none /*!rtl:rotate(180deg)*/;
          transform: none /*!rtl:rotate(180deg)*/;
}

.b-carousel__arrow-next::before,
.owl-carousel .owl-next span::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\E022";
  display: inline-block;
  font-family: "bloomingdales" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  vertical-align: middle;
}
.b-carousel__arrow-next::before,
.owl-carousel .owl-next span::before {
  -webkit-transform: none /*!rtl:rotate(180deg)*/;
      -ms-transform: none /*!rtl:rotate(180deg)*/;
          transform: none /*!rtl:rotate(180deg)*/;
}

.owl-carousel.owl-loaded .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  color: #000;
  font-size: 22px !important;
  position: absolute;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  visibility: hidden;
}
.owl-carousel .owl-prev span::before,
.owl-carousel .owl-next span::before {
  color: inherit;
  visibility: initial;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  display: none;
}
.owl-carousel .owl-prev {
  left: -45px;
}
.owl-carousel .owl-next {
  right: -45px;
}
.owl-carousel.owl-rtl {
  direction: rtl /*!rtl:ignore*/;
}
@media (min-width: 769px) {
  .owl-carousel .owl-prev,
  .owl-carousel .owl-next {
    color: #d0d0d0 !important;
  }
  .owl-carousel .owl-prev:hover,
  .owl-carousel .owl-next:hover {
    background: transparent !important;
    color: #000 !important;
  }
  .owl-carousel.l-row--desktop {
    width: auto;
  }
}

.owl-theme .owl-dots {
  max-width: 92px;
  margin: 10px auto 16px;
  padding: 8px;
}
@media (max-width: 991.98px) {
  .owl-theme .owl-dots {
    margin: 0 auto;
  }
}
.owl-theme .owl-dots .owl-dot span {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 0 4.5px;
}
.owl-theme .owl-dots .owl-dot.active span {
  background-color: #111;
  width: 10px;
  height: 10px;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #222;
}
.owl-theme.owl-carousel--pag-left .owl-dots {
  text-align: left;
  margin-left: -2.5px;
}
.owl-theme.owl-carousel--pag-left .owl-dot span {
  background-color: #e5e5e5;
  margin-left: 2.5px;
  margin-right: 2.5px;
}
.owl-theme.owl-carousel--pag-left .owl-dot.active span {
  background-color: #222;
}
.owl-theme.owl-carousel--pag-left .owl-item.active + .active + .active {
  opacity: 0.5;
}

.owl-dots {
  display: none;
}
.owl-loaded .owl-dots {
  display: block;
}

.b-carousel-products {
  padding-bottom: 60px;
}
.b-carousel-products:not(.b-recommendations) {
  margin-bottom: 60px;
}
.b-carousel-products a {
  cursor: pointer;
}
.b-carousel-products a:hover {
  text-decoration: none;
}
.b-carousel-products .owl-carousel .owl-prev,
.b-carousel-products .owl-carousel .owl-next {
  top: 30%;
}
.b-carousel-products .owl-carousel .owl-item {
  opacity: 0;
  pointer-events: none;
}
.b-carousel-products .owl-carousel .owl-item.active {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 543.98px) {
  .b-carousel-products .owl-carousel .owl-prev,
  .b-carousel-products .owl-carousel .owl-next {
    display: none;
  }
}
.b-carousel-products .carousel__header {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .b-carousel-products .carousel__header {
    margin-bottom: 10px;
  }
}
.b-carousel-products.carousel-top-selling .owl-carousel .owl-prev,
.b-carousel-products.carousel-top-selling .owl-carousel .owl-next {
  top: 70px;
}

.b-carousel-single .owl-carousel .owl-prev,
.b-carousel-single .owl-carousel .owl-next {
  top: 42%;
}
.b-carousel-single .owl-carousel .owl-prev span,
.b-carousel-single .owl-carousel .owl-next span {
  color: #fff;
  font-size: 35px;
}
.b-carousel-single .owl-carousel .owl-prev {
  left: 10px;
}
.b-carousel-single .owl-carousel .owl-next {
  right: 10px;
}
.b-carousel-single .owl-carousel .owl-dots .owl-dot span {
  margin: 5px 3px;
}
.b-carousel-single .owl-carousel .owl-dots .owl-dot.active span {
  background: #222;
}

.carousel-control-prev-icon {
  -webkit-transform: none /*!rtl:rotate(180deg)*/;
      -ms-transform: none /*!rtl:rotate(180deg)*/;
          transform: none /*!rtl:rotate(180deg)*/;
}

.carousel-control-next-icon {
  -webkit-transform: none /*!rtl:rotate(180deg)*/;
      -ms-transform: none /*!rtl:rotate(180deg)*/;
          transform: none /*!rtl:rotate(180deg)*/;
}

.carousel__header {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.carousel__title {
  color: #000;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1.33px;
}

.carousel__cta {
  color: #000;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: normal;
  position: relative;
}
.carousel__cta::after {
  border-top: 1px solid currentColor;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 100%;
}
@media (min-width: 992px) {
  .carousel__cta:hover {
    text-decoration: none;
  }
  .carousel__cta:hover::after {
    width: 0;
  }
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.dw-apple-pay-button.apple-pay-cart,
.dw-apple-pay-button.apple-pay-cart:hover {
  background-color: #111;
  background-size: 75% 50%;
  border-radius: 2px;
  border: 1px solid transparent;
  margin: 8px 0 0;
  padding: 0.6em 1em;
}

.dw-apple-pay-button.apple-pay-pdp,
.dw-apple-pay-button.apple-pay-pdp:hover {
  background-color: #111;
  background-size: 75% 50%;
  border-radius: 2px;
  border: 1px solid transparent;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  padding: 0.6em 1em;
}

isapplepay.btn {
  display: none !important;
}

.add-to-cart,
.add-to-cart-global {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
@media (max-width: 543.98px) {
  .add-to-cart,
  .add-to-cart-global {
    max-width: 100%;
  }
}

.cart-and-ipay {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cart-and-ipay .pdp-checkout-button {
  padding: 0 1.5em;
}
.cart-and-ipay .pdp-apple-pay-button {
  padding: 0 1.5em 0 0;
}

.applepay-tab-wrapper {
  display: none;
}

body.apple-pay-enabled .applepay-tab-wrapper {
  display: block;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.b-accordion__bundle .b-accordion__button {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
  text-align: left;
  width: 100%;
}
.b-accordion__bundle .b-accordion__button::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\E019";
  display: inline-block;
  font-family: "bloomingdales" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  vertical-align: middle;
  color: #111;
  line-height: 16px;
}
.b-accordion__bundle .b-accordion__button.collapsed::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\E019";
  display: inline-block;
  font-family: "bloomingdales" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  vertical-align: middle;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.b-accordion__bundle .b-accordion__button-text {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
}
.b-accordion__bundle--items {
  border-top: 1px dashed #cbcbcb;
  border-bottom: 1px dashed #cbcbcb;
}
.b-accordion--oos-bundle .b-accordion__button--oos {
  border-top: none;
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
}
@media (min-width: 769px) {
  .b-accordion--oos-bundle .b-accordion__button--oos {
    padding-right: 8px;
  }
}
.b-accordion--oos-bundle .b-accordion__button--oos .b-accordion__button-text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.b-toggle__content {
  display: none;
}
.b-toggle__content.m-collapsed {
  display: none;
}
.b-toggle__content.m-expanded {
  display: block;
}

.b-button-toggle {
  background: none;
  padding: 0;
  border: 0;
}
.b-button-toggle .b-button-toggle__text-active {
  display: none;
}
.b-button-toggle.m-active .b-button-toggle__text-default {
  display: none;
}
.b-button-toggle.m-active .b-button-toggle__text-active {
  display: inline-block;
}

.b-readmore {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.b-readmore.m-truncated .b-readmore__expand-btn {
  display: block;
}
.b-readmore.m-untruncated {
  padding-right: 0 !important;
  overflow: auto;
  white-space: normal;
  -o-text-overflow: initial;
     text-overflow: initial;
}
.b-readmore.m-untruncated .b-readmore__expand-btn {
  display: none;
}
.b-readmore.m-untruncated .b-readmore__collapse-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.b-readmore__btn {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  background: none;
  border: none;
  color: #000;
  font-size: inherit;
  font-weight: 600;
  outline: none;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  padding: 0;
  display: none;
  padding: 0 0 1px;
}
.b-readmore__btn::after {
  border-top: 1px solid currentColor;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 100%;
}
@media (min-width: 992px) {
  .b-readmore__btn:hover {
    text-decoration: none;
  }
  .b-readmore__btn:hover::after {
    width: 0;
  }
}

.b-readmore__expand-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.b-readmore--bottom {
  padding-bottom: 35px;
}
.b-readmore--bottom .b-readmore__btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
}

.b-readmore-alt__expandable {
  display: none;
}

.b-readmore-alt__content {
  display: block;
  margin-bottom: 20px;
}

.b-readmore-alt__btn {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  background: none;
  border: none;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  outline: none;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.b-readmore-alt__btn::after {
  border-top: 1px solid currentColor;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 100%;
}
@media (min-width: 992px) {
  .b-readmore-alt__btn:hover {
    text-decoration: none;
  }
  .b-readmore-alt__btn:hover::after {
    width: 0;
  }
}

.b-readmore-alt.m-untruncated .b-readmore-alt__dots {
  display: none;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.b-tabs {
  border: 1px solid #e5e5e5;
}
.b-tabs.b-tabs--secondary {
  border: 0;
}
.b-tabs.b-tabs--secondary .b-tabs__links {
  margin: 0 -15px;
}
@media (min-width: 769px) {
  .b-tabs.b-tabs--secondary .b-tabs__links {
    margin: 0;
  }
}
.b-tabs.b-tabs--secondary .b-tab {
  background-color: #f8f8f8;
  border-color: transparent;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 2px;
  color: #111;
  position: relative;
  z-index: 1;
  padding: 0 10px 0 20px;
  height: 50px;
  font-size: 12px;
  width: 50%;
}
@media (min-width: 769px) {
  .b-tabs.b-tabs--secondary .b-tab {
    color: #767676;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    width: auto;
    min-width: 182px;
    height: 45px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 374px) {
  .b-tabs.b-tabs--secondary .b-tab {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.b-tabs.b-tabs--secondary .b-tab.b-tab--icon {
  padding-top: 8px;
  padding-bottom: 8px;
}
.b-tabs.b-tabs--secondary .b-tab.m-active {
  background-color: #fff;
  border-color: #000;
  border-bottom-color: #fff;
  z-index: 2;
  color: #000;
}
@media (min-width: 769px) {
  .b-tabs.b-tabs--secondary .b-tab.m-active {
    color: #c00c99;
    height: 46px;
  }
}
.b-tabs.b-tabs--secondary .b-tab.m-active + .b-tab {
  border-left-color: transparent;
}
.b-tabs.b-tabs--secondary .b-tab.m-active .b-tab__icon {
  color: #000;
}
.b-tabs.b-tabs--secondary .b-tab-content {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  padding: 30px 0;
  min-height: 0;
}
@media (min-width: 769px) {
  .b-tabs.b-tabs--secondary .b-tab-content {
    padding: 28px 20px 30px;
    border: 1px solid transparent;
  }
  .b-tabs.b-tabs--secondary .b-tab-content.m-expanded {
    border-color: #000;
  }
}
.b-tabs.b-tabs--primary {
  border: 0;
}
.b-tabs.b-tabs--primary .b-tabs__links {
  border-bottom: 2px solid #000;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-tabs.b-tabs--primary .b-tab {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  width: auto;
  margin: 0 7px;
  padding: 5px 5px 15px;
  height: auto;
  font-size: 12px;
}
@media (min-width: 1280px) {
  .b-tabs.b-tabs--primary .b-tab {
    margin: 0 19px;
  }
}
.b-tabs.b-tabs--primary .b-tab.m-active {
  border-color: #c00c99;
}
.b-tabs.b-tabs--primary .b-tab-content {
  padding: 10px 0;
}
@media (min-width: 769px) {
  .b-tabs.b-tabs--primary .b-tab-content {
    padding: 29px 0;
  }
}

.b-tabs__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.b-tab {
  font-size: 12px;
  line-height: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  text-transform: uppercase;
  border-bottom-width: 1px;
  border-bottom-color: #e5e5e5;
  border-left-color: #e5e5e5;
  font-weight: 600;
  background-color: #f8f8f8;
  color: #000;
  text-align: center;
  width: 33.3333333333%;
  padding: 0 10px;
  height: 50px;
  line-height: 1;
  letter-spacing: 0.58px;
}
.b-tab:first-child {
  border-left-width: 0;
}
.b-tab:last-child {
  border-right-width: 1px;
}
@media (min-width: 769px) {
  .b-tab {
    font-size: 14px;
  }
}
.b-tab.m-active {
  font-weight: 900;
  border-bottom-color: transparent;
  background-color: #fff;
}
.b-tab.m-active,
.b-tab.m-active + .b-tab {
  border-left-color: #e5e5e5;
}

.b-tab--icon {
  padding-top: 8px;
  padding-bottom: 8px;
}

.b-tab__icon {
  font-size: 21px;
  margin-right: 8px;
}
@media (min-width: 769px) {
  .b-tab__icon.icon-truck {
    margin-right: 27px;
  }
}
@media (min-width: 769px) {
  .b-tab__icon.icon-pin {
    margin-left: -9px;
  }
}

.b-tab-content {
  position: relative;
  padding: 26px 15px;
  min-height: 332px;
}
@media (min-width: 769px) {
  .b-tab-content {
    padding: 30px;
  }
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.b-modal {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-modal.show {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.b-modal.show .b-modal__dialog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}
@media (min-width: 769px) {
  .b-modal.show .b-modal__dialog {
    display: block;
    min-height: 400px;
  }
}
@media (max-width: 768.98px) {
  .b-modal:not(.modal-dialog--video) {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 769px) {
  .b-modal.m-width-small .b-modal__dialog {
    width: 410px;
    min-width: 410px;
  }
}
@media (min-width: 769px) {
  .b-modal.m-width-smaller .b-modal__dialog {
    width: 380px;
    min-width: 380px;
  }
}
@media (min-width: 769px) {
  .b-modal.m-width-medium .b-modal__dialog {
    width: 500px;
  }
}
@media (min-width: 769px) {
  .b-modal.m-width-large .b-modal__dialog {
    width: 760px;
    max-width: 760px;
  }
}
@media (min-width: 769px) {
  .b-modal.m-width-larger .b-modal__dialog {
    width: 790px;
    max-width: 790px;
  }
}
.b-modal.b-modal--with-header {
  height: 100%;
  max-height: 100%;
  overflow-y: visible;
}
@media (min-width: 769px) {
  .b-modal.b-modal--with-header {
    overflow-y: auto;
  }
}
.b-modal.b-modal--with-header .b-modal__body {
  height: calc(100% - 56px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 769px) {
  .b-modal.b-modal--with-header .b-modal__body {
    height: auto;
    overflow: visible;
  }
}
.b-modal.b-modal--with-header .f-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.b-modal.b-modal--with-header .b-modal__content,
.b-modal.b-modal--with-header .b-modal__dialog {
  height: 100%;
}
@media (min-width: 769px) {
  .b-modal.b-modal--with-header .b-modal__content,
  .b-modal.b-modal--with-header .b-modal__dialog {
    height: auto;
  }
}
.b-modal.b-modal--with-header .b-modal__dialog,
.b-modal.b-modal--with-header .b-modal__content,
.b-modal.b-modal--with-header .b-modal__body,
.b-modal.b-modal--with-header .b-modal__wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.b-modal.b-modal--with-header .b-modal__main-header,
.b-modal.b-modal--with-header .b-modal__footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
@media (min-width: 769px) {
  .b-modal.b-modal--with-header {
    min-height: 0;
  }
  .b-modal.b-modal--with-header .b-modal__dialog,
  .b-modal.b-modal--with-header .b-modal__content,
  .b-modal.b-modal--with-header .b-modal__body,
  .b-modal.b-modal--with-header .b-modal__wrap {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
@media (min-width: 769px) {
  .b-modal.b-modal--with-header-action .b-modal__main-header {
    padding-right: 20px;
  }
}
.b-modal.b-modal--simple .b-modal__headline {
  line-height: 1.63;
  margin-bottom: 19px;
  padding-right: 22px;
}
@media (min-width: 769px) {
  .b-modal.b-modal--simple .b-modal__headline {
    padding: 0 10px;
  }
}
.b-modal.b-modal--simple .b-modal__headline,
.b-modal.b-modal--simple .b-modal__body-text {
  text-align: left;
}
@media (min-width: 769px) {
  .b-modal.b-modal--simple .b-modal__headline,
  .b-modal.b-modal--simple .b-modal__body-text {
    text-align: center;
  }
}
.b-modal.b-modal--simple .b-modal__body-text {
  margin-bottom: 26px;
  line-height: 1.57;
}
@media (min-width: 769px) {
  .b-modal.b-modal--simple .b-modal__body-text {
    padding: 0 42px;
  }
}
@media (max-width: 768.98px) {
  .b-modal.b-modal--simple .b-modal__body-text {
    letter-spacing: normal;
  }
}
@media (max-width: 768.98px) {
  .b-modal.b-modal--default .b-modal__dialog,
  .b-modal.b-modal--default .b-modal__content,
  .b-modal.b-modal--default .b-modal__wrap {
    max-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.b-modal.b-modal--default .b-modal__body {
  scrollbar-base-color: #000;
  scrollbar-face-color: #000;
  scrollbar-3dlight-color: #e5e5e5;
  scrollbar-arrow-color: #e5e5e5;
  scrollbar-highlight-color: #e5e5e5;
  scrollbar-shadow-color: #e5e5e5;
  scrollbar-dark-shadow-color: #e5e5e5;
  scrollbar-track-color: #e5e5e5;
  scrollbar-color: #000 #e5e5e5;
  scrollbar-track-color: #e5e5e5;
  scrollbar-width: thin;
  overflow: auto;
}
.b-modal.b-modal--default .b-modal__body::-webkit-scrollbar {
  width: 3px;
  height: 6px;
}
.b-modal.b-modal--default .b-modal__body::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0;
}
.b-modal.b-modal--default .b-modal__body::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 0;
  margin: 0 0 0 0;
}
@media (min-width: 769px) {
  .b-modal.b-modal--default .b-modal__body {
    max-height: 440px;
  }
}

@media (max-width: 768.98px) {
  .b-modal--login-form-modal .b-modal__dialog,
  .b-modal--login-form-modal .b-modal__content {
    overflow: auto;
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .b-modal--login-form-modal .b-modal__dialog {
    margin-top: 98px;
  }
}

.b-modal--add-address-modal + .modal-backdrop + .modal-backdrop {
  z-index: 1051;
}

.b-modal--confirmation {
  z-index: 1052;
}
@media (min-width: 769px) {
  .b-modal--confirmation .b-modal__dialog {
    width: 516px;
    min-width: 516px;
  }
}
.b-modal--confirmation .b-modal__body-header {
  line-height: 20px;
  padding: 0 20px;
}
.b-modal--confirmation .b-modal__body-title,
.b-modal--confirmation .b-modal__body-subtitle {
  color: #111;
  text-transform: none;
  max-width: initial;
}
.b-modal--confirmation .b-modal__body-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: normal;
  margin-bottom: 0;
  width: 100%;
  padding-bottom: 16px;
}
.b-modal--confirmation .b-modal__body-title::after {
  content: "";
  position: absolute;
  top: 52px;
  left: 0;
  background: #e8e8e8;
  height: 1px;
  width: 100%;
}
.b-modal--confirmation .b-modal__body {
  padding: 16px 0 24px;
}
@media (max-width: 991.98px) {
  .b-modal--confirmation .b-modal__body {
    padding: 16px 0 32px;
  }
}
.b-modal--confirmation .b-modal__body-content {
  color: #111;
  margin: 16px 0 32px;
  line-height: 20px;
  padding: 0 20px;
}
.b-modal--confirmation .b-modal__body-subtitle {
  color: #111;
  letter-spacing: normal;
  margin-bottom: 16px;
  margin-top: 16px;
}
.b-modal--confirmation .b-modal__body-card {
  font-weight: 600;
  letter-spacing: 0.185em;
}
.b-modal--confirmation .b-modal__body-address {
  font-weight: 600;
}
.b-modal--confirmation .b-modal__actions {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .b-modal--confirmation .b-modal__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .b-modal--confirmation .b-modal__actions--desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .b-modal--confirmation .b-modal__actions--mobile {
    display: none;
  }
}
.b-modal--confirmation .b-modal__actions .btn-outline-primary {
  border-color: #cbcbcb;
}
.b-modal--confirmation .b-modal__actions .btn-outline-primary:hover, .b-modal--confirmation .b-modal__actions .btn-outline-primary:focus {
  border-color: #111;
}
@media (min-width: 992px) {
  .b-modal--confirmation .b-modal__actions-btn:last-child {
    margin-top: 0;
    margin-left: 16px;
  }
}
@media (max-width: 991.98px) {
  .b-modal--confirmation .b-modal__actions-btn {
    margin-top: 8px;
  }
}

.b-modal--add-address-modal.b-modal.b-modal--with-header {
  overflow: hidden;
}
@media (min-width: 544px) {
  .b-modal--add-address-modal.b-modal.b-modal--with-header .b-modal__body {
    overflow: hidden;
  }
}
.b-modal--add-address-modal.b-modal.b-modal--with-header .b-modal__dialog {
  height: auto;
}
.b-modal--add-address-modal .b-modal__main-header-title {
  color: #111;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
  text-transform: none;
}
.b-modal--add-address-modal .b-modal__main-header--mobile {
  letter-spacing: normal;
  padding: 18px 20px;
}
@media (max-width: 991.98px) {
  .b-modal--add-address-modal .b-modal__main-header--mobile {
    text-align: left;
  }
}
.b-modal--add-address-modal .b-modal__content {
  max-width: 516px;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 544px) {
  .b-modal--add-address-modal .b-modal__content {
    margin: 24px auto;
  }
}
.b-modal--add-address-modal .b-address-form .b-modal__actions-btn--delete {
  padding: 10px 0;
}
.b-modal--add-address-modal .b-address-form .b-modal__actions-btn--delete .btn {
  color: #a02e1c;
  margin: 0 auto;
}
.b-modal--add-address-modal .b-address-form .b-address-type_fields .f-field {
  margin-bottom: 0;
}
.b-modal--add-address-modal .b-address-form .b-address-form__modal-content {
  padding: 16px 0 32px !important;
}
.b-modal--add-address-modal .b-address-form .b-address-form__modal-content-inner {
  scrollbar-base-color: #cbcbcb;
  scrollbar-face-color: #cbcbcb;
  scrollbar-3dlight-color: #f9f9f9;
  scrollbar-arrow-color: #f9f9f9;
  scrollbar-highlight-color: #f9f9f9;
  scrollbar-shadow-color: #f9f9f9;
  scrollbar-dark-shadow-color: #f9f9f9;
  scrollbar-track-color: #f9f9f9;
  scrollbar-color: #cbcbcb #f9f9f9;
  scrollbar-track-color: #f9f9f9;
  scrollbar-width: thin;
  margin-right: 4px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 20px;
  position: relative;
}
.b-modal--add-address-modal .b-address-form .b-address-form__modal-content-inner::-webkit-scrollbar {
  width: 4px;
  height: 64px;
}
.b-modal--add-address-modal .b-address-form .b-address-form__modal-content-inner::-webkit-scrollbar-thumb {
  background: #cbcbcb;
  border-radius: 16px;
}
.b-modal--add-address-modal .b-address-form .b-address-form__modal-content-inner::-webkit-scrollbar-track {
  background: #f9f9f9;
  border-radius: 16px;
  margin: 0 0 0 0;
}
@media (min-width: 544px) {
  .b-modal--add-address-modal .b-address-form .b-address-form__modal-content-inner {
    max-height: calc(100vh - 150px);
  }
}
.b-modal--add-address-modal .b-address-form .f-checkbox__label {
  padding: 10px 0;
}
.b-modal--add-address-modal .b-address-form .f-field__label-phone:first-child .f-field__label {
  margin-right: 16px;
  /* rtl:raw:
      margin-left: 62px;
  */
}
.b-modal--add-address-modal .b-address-form .f-radio__label-text {
  font-weight: 400;
}
.b-modal--add-address-modal .b-address-form .f-checkbox__label-text {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 0 12px;
}
.b-modal--add-address-modal .b-address-form .f-checkbox__label.m-disabled {
  cursor: default;
  pointer-events: none;
}
.b-modal--add-address-modal .b-address-form .f-checkbox__label.m-disabled .f-checkbox__label-icon::before {
  background-color: #cbcbcb;
  border-color: #cbcbcb;
}
.b-modal--add-address-modal .b-address-form .f-checkbox__label.m-disabled .f-checkbox__label-text {
  color: #cbcbcb;
}
.b-modal--add-address-modal .b-address-form__customer-fields .f-form__row.row {
  margin-left: -4px;
  margin-right: -4px;
}
.b-modal--add-address-modal .b-address-form__customer-fields .f-form__row [class*=col] {
  padding-left: 4px;
  padding-right: 4px;
}

.b-modal__content {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-clip: padding-box;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  white-space: normal;
  width: 100%;
  overflow-y: auto;
}

.b-modal__close {
  background: none;
  border: 0;
  color: #767676;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 16px;
  line-height: 1;
  outline: none;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 16px;
  z-index: 2;
}
@media (min-width: 769px) {
  .b-modal__close:hover {
    opacity: 0.7;
  }
}

.b-modal__close--small {
  font-size: 16px;
  line-height: 16px;
}

.modal-dialog-close--white .b-modal__close {
  color: #fff;
}

.modal-dialog-close--shifted .b-modal__close {
  right: 8px;
  top: 24px;
}

@media (min-width: 769px) {
  .modal-dialog--video .b-modal__close {
    top: 0;
    right: -40px;
  }
}

.b-modal__dialog {
  display: none;
  width: 100%;
  margin: 0;
  max-width: none;
}
@media (min-width: 769px) {
  .b-modal__dialog {
    max-width: 500px;
  }
}

.b-modal__headline {
  color: #000;
  display: block;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1.3px;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768.98px) {
  .b-modal__headline {
    font-size: 1rem;
    margin-bottom: 13px;
  }
}

.b-modal__subheadline {
  font-size: 14px;
  line-height: 20px;
  color: #767676;
  display: block;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 768.98px) {
  .b-modal__subheadline {
    margin-bottom: 13px;
  }
}

.b-modal__header {
  width: 100%;
}

.b-modal__main-header {
  margin: 0;
  width: 100%;
  padding: 18px 20px;
  -webkit-box-shadow: inset 0 -1px 0 #e8e8e8;
          box-shadow: inset 0 -1px 0 #e8e8e8;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1.3px;
  line-height: 1;
  text-align: center;
  z-index: 1;
}
@media (min-width: 769px) {
  .b-modal__main-header {
    text-align: left;
    font-size: 18px;
  }
}
@media (max-width: 768.98px) {
  .b-modal__main-header.m-no-caption--mobile {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .b-modal__main-header.m-no-caption--mobile .b-modal__main-header-title {
    margin-bottom: 0;
  }
}

.b-modal__main-header-headline {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1.3px;
  margin: 0;
  text-transform: uppercase;
}
.b-modal__main-header-headline + .b-modal__main-header-text {
  margin-top: 26px;
}
@media (min-width: 769px) {
  .b-modal__main-header-headline {
    font-size: 18px;
  }
}

.b-modal__main-header-text {
  color: #111;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.15;
  margin: 0;
  text-transform: none;
}

.b-modal__main-header--mobile {
  margin: 0;
  width: 100%;
  padding: 18px 20px;
  -webkit-box-shadow: inset 0 -1px 0 #e8e8e8;
          box-shadow: inset 0 -1px 0 #e8e8e8;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1.3px;
  line-height: 1;
  text-align: center;
  z-index: 1;
}
@media (min-width: 769px) {
  .b-modal__main-header--mobile {
    text-align: left;
    font-size: 18px;
  }
}

.b-modal__caption {
  font-size: 14px;
  margin-top: 20px;
  letter-spacing: 0.5px;
  color: #000;
  text-transform: none;
}

.b-modal__caption-regular {
  font-size: 14px;
  margin-top: 20px;
  letter-spacing: 0.5px;
  color: #111;
  text-transform: none;
}

.b-modal__notification {
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .b-modal__notification {
    margin-top: -5px;
  }
}
.b-modal__notification .b-notification__text {
  font-weight: 400;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}

.b-modal__body {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.83;
  padding-top: 40px;
  width: 100%;
}
@media (max-width: 768.98px) {
  .b-modal__body {
    padding-top: 30px;
  }
}
.b-modal__body h2,
.b-modal__body .h2 {
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.3px;
  line-height: 1.57;
  margin-bottom: 20px;
}
.b-modal__body h3,
.b-modal__body .h3 {
  color: #000;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 22px;
}
.b-modal__body p {
  margin-bottom: 0;
}
.b-modal__body p + .b-modal__body p {
  margin-top: 15px;
}
.b-modal__body .sizinginformation {
  text-align: center;
}
.b-modal__body .tips {
  text-align: left;
  padding: 15px;
}

.b-modal__body--video {
  min-width: 320px;
  padding: 0;
  position: relative;
}
@media (min-width: 769px) {
  .b-modal__body--video {
    min-width: 600px;
  }
}

.b-modal__body--form {
  padding: 24px 15px 0;
}
@media (min-width: 769px) {
  .b-modal__body--form {
    padding: 24px 30px 0;
  }
}

.b-modal__body-title {
  display: block;
  margin-bottom: 30px;
}

.b-modal__body-icon {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 22px;
}

.b-modal__body-subtitle {
  margin-bottom: 25px;
}

.b-modal__body-head {
  padding: 0 38px;
}

.b-modal__body-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
}

.b-modal__body--padded {
  padding: 30px 15px 25px;
}
@media (min-width: 769px) {
  .b-modal__body--padded {
    padding: 40px 15px;
  }
}

.b-modal__body--padded-default {
  padding: 24px 15px;
}
@media (min-width: 769px) {
  .b-modal__body--padded-default {
    padding: 24px 30px 30px;
  }
}

.b-modal__body--h-padded {
  padding: 0 15px;
}
@media (min-width: 769px) {
  .b-modal__body--h-padded {
    padding: 0 30px;
  }
}

@media (min-width: 769px) {
  .b-modal__body--h-padded-desktop {
    padding: 0 30px;
  }
}

.b-modal__body-text {
  text-align: center;
}

.b-modal__header-image {
  display: block;
  width: 100%;
  position: relative;
}
.b-modal__header-image img {
  display: block;
  height: auto;
  width: 100%;
}

.b-modal__footer {
  color: #111;
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.83;
  padding: 14px;
  text-align: center;
  width: 100%;
}

.b-modal__footer--border {
  border-top: 1px solid #e5e5e5;
}

.b-modal__footer--padded {
  padding: 30px 15px;
}
@media (min-width: 769px) {
  .b-modal__footer--padded {
    padding: 30px;
  }
}

.b-modal__footer--bordered {
  padding: 15px;
  border-top: 5px solid #f8f8f8;
}
@media (min-width: 769px) {
  .b-modal__footer--bordered {
    border-top: 0;
    padding: 30px;
  }
}

.b-modal__footer-btn {
  margin-top: 10px;
}
.b-modal__footer-btn:first-child {
  margin-top: 0;
}

.b-modal__footer-text,
.b-modal__footer-text--alt,
.b-modal__footer p {
  margin-bottom: 0;
}
.b-modal__footer-text + .b-modal__footer-text,
.b-modal__footer-text + .b-modal__footer-text--alt,
.b-modal__footer-text + .b-modal__footer p,
.b-modal__footer-text--alt + .b-modal__footer-text,
.b-modal__footer-text--alt + .b-modal__footer-text--alt,
.b-modal__footer-text--alt + .b-modal__footer p,
.b-modal__footer p + .b-modal__footer-text,
.b-modal__footer p + .b-modal__footer-text--alt,
.b-modal__footer p + .b-modal__footer p {
  margin-top: 15px;
}
.b-modal__footer-text > a,
.b-modal__footer-text--alt > a,
.b-modal__footer p > a {
  font-weight: inherit;
  font-size: inherit;
  padding-bottom: 1px;
  position: relative;
  text-decoration: none;
}
.b-modal__footer-text > a::after,
.b-modal__footer-text--alt > a::after,
.b-modal__footer p > a::after {
  border-top: 1px solid currentColor;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 100%;
}
@media (min-width: 992px) {
  .b-modal__footer-text > a:hover,
  .b-modal__footer-text--alt > a:hover,
  .b-modal__footer p > a:hover {
    text-decoration: none;
  }
  .b-modal__footer-text > a:hover::after,
  .b-modal__footer-text--alt > a:hover::after,
  .b-modal__footer p > a:hover::after {
    width: 0;
  }
}

.b-modal__footer-text--alt {
  font-size: 14px;
  line-height: 20px;
}

.b-modal__footer-link {
  font-weight: 900;
  letter-spacing: 0.83px;
  line-height: 1;
}

.b-modal__footer-heading {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.8px;
  margin-bottom: 13px;
}

.b-modal__footer-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
}

.b-modal__footer-block-img {
  padding: 0 20px;
}
.b-modal__footer-block-img img {
  display: block;
  -webkit-box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.14);
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100px;
}

.b-modal__footer-list {
  margin-bottom: 0;
}

.b-modal__footer-list-item {
  display: block;
  font-size: 14px;
  text-align: left;
}
.b-modal__footer-list-item:not(:last-child) {
  margin-bottom: 5px;
}

.b-modal__buttons {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 10px;
  width: 100%;
}
.b-modal__buttons .btn {
  margin: 0 10px;
}

.b-modal__main-footer {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 -4px 16px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 -4px 16px 0 rgba(0, 0, 0, 0.12);
  z-index: 1;
}
.b-modal__main-footer .btn {
  width: 100%;
}

@media (min-width: 769px) {
  .b-modal__actions-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -10px;
  }
}
@media (min-width: 769px) {
  .b-modal__actions-row .b-modal__actions-btn {
    margin-top: 0;
  }
}

.b-modal__actions-col {
  margin-top: 10px;
}
.b-modal__actions-col:first-child {
  margin-top: 0;
}
@media (min-width: 769px) {
  .b-modal__actions-col {
    margin-top: 0;
    padding: 0 10px;
    width: 50%;
  }
}

.b-modal__actions-btn {
  margin-top: 8px;
  width: 100%;
}
.b-modal__actions-btn:first-child {
  margin-top: 0;
}

@media (max-width: 768.98px) {
  .b-mobile-modal {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
  }
  .b-mobile-modal--modal-select-variation .b-mobile-modal__body {
    padding: 9px 15px 0;
  }
  .modal-open .b-mobile-modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .b-mobile-modal.show, .b-mobile-modal.m-expanded {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .b-mobile-modal.show .b-mobile-modal__dialog, .b-mobile-modal.m-expanded .b-mobile-modal__dialog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .b-mobile-modal__headline {
    text-align: left;
  }
  .b-mobile-modal__body--h-padded {
    padding: 0 15px;
  }
  .b-mobile-modal__dialog {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
  }
  .b-mobile-modal__content {
    background-color: #fff;
    padding: 30px 0 15px;
  }
  .b-mobile-modal__header {
    padding: 0 38px 0 15px;
  }
  .b-mobile-modal__footer {
    padding: 15px 15px 0;
  }
}
.b-mobile-modal__close {
  position: absolute;
  right: 15px;
  top: 26px;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  z-index: 1;
}
.b-mobile-modal__close.icon-remove::before {
  display: block;
  font-size: 19px;
}

.b-mobile-modal__header {
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (min-width: 769px) {
  .b-mobile-modal:not(.m-collapsed) {
    display: block !important;
  }
}

.h-show-in-modal {
  display: none !important;
}
.h-show-in-modal .b-modal {
  display: block !important;
}

.h-hide-in-modal .b-modal {
  display: none !important;
}

@media (max-width: 768.98px) {
  .h-show-in-mobile-modal {
    display: none !important;
  }
  .b-mobile-modal .h-show-in-mobile-modal {
    display: block !important;
  }
}

@media (max-width: 768.98px) {
  .b-mobile-modal .h-hide-in-mobile-modal {
    display: none !important;
  }
}

.modal-dialog--image-with-text .b-modal__close {
  right: 15px;
  top: 15px;
}
.modal-dialog--image-with-text .b-modal__body {
  padding: 30px 15px 25px;
}
@media (min-width: 769px) {
  .modal-dialog--image-with-text .b-modal__body {
    padding: 40px 15px;
  }
}
.modal-dialog--image-with-text .b-modal__body h2,
.modal-dialog--image-with-text .b-modal__body .h2,
.modal-dialog--image-with-text .b-modal__body h3,
.modal-dialog--image-with-text .b-modal__body .h3 {
  margin-bottom: 15px;
}

.modal-dialog--icon-with-text .b-modal__body {
  padding: 30px 15px 25px;
}
.modal-dialog--icon-with-text .b-modal__body p {
  margin: 0 auto;
  max-width: 440px;
}
.modal-dialog--icon-with-text .b-modal__body .b-modal__body-link {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (min-width: 769px) {
  .modal-dialog--icon-with-text .b-modal__body {
    padding: 40px 15px 25px;
  }
  .modal-dialog--icon-with-text .b-modal__body .b-modal__body-link {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.modal-dialog--icon-with-text .b-modal__body h2,
.modal-dialog--icon-with-text .b-modal__body .h2 {
  margin-bottom: 21px;
}
.modal-dialog--icon-with-text .b-modal__body h3,
.modal-dialog--icon-with-text .b-modal__body .h3 {
  margin-bottom: 18px;
}
.modal-dialog--icon-with-text .b-modal__footer {
  padding: 20px 15px;
  font-size: 11px;
  font-weight: 400;
}
@media (min-width: 769px) {
  .modal-dialog--icon-with-text .b-modal__footer {
    padding: 20px;
  }
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.b-need-help-mobile .b-mobile-modal__body {
  padding: 15px 15px 0;
}

.b-need-help-mobile .b-mobile-modal__content {
  background-color: #f8f8f8;
}

.b-need-help-modal__header-btn {
  font-size: 12px;
  line-height: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: 0;
  color: #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  line-height: 1;
  outline: none;
}

.b-need-help-modal__header-icon {
  font-size: 25px;
  margin-left: 10px;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.b-need-help-mobile__contact {
  margin-bottom: 13px;
}
.b-need-help-mobile__contact a:not(:first-child) {
  margin-left: 15px;
}
.b-need-help-mobile__contact .b-need-help-mobile__contact-icon {
  font-size: 22px;
  height: 33px;
}
.b-need-help-mobile__contact .icon-phone-circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 0;
  left: 0;
}

.b-need-help-mobile__contact-type {
  padding: 21px 0;
}

.b-need-help-mobile__contact-text {
  font-size: 12px;
  font-weight: 900;
}

.b-need-help-mobile__contact-time {
  font-size: 11px;
  font-weight: 600;
}

.b-need-help-mobile__faq > div {
  padding: 20px 0;
}
.b-need-help-mobile__faq a {
  font-size: 14px;
  text-decoration: underline;
}
.b-need-help-mobile__faq .b-need-help-mobile__faq-icon {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.b-no-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 64px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .b-no-content {
    height: 100%;
    padding: 88px 0;
  }
}
.b-no-content.b-no-content--static {
  position: static;
}
.b-no-content .icon-card::before {
  content: "";
  display: block;
  background-image: url("../images/credit-card.svg");
  height: 32px;
  width: 32px;
}

.b-no-content__icon {
  color: #000;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 16px;
}

.b-no-content__title {
  display: block;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1.3px;
  line-height: 1;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .b-no-content__title {
    margin-bottom: 15px;
  }
}

.b-no-content__text {
  font-size: 14px;
  line-height: 20px;
  color: #111;
  display: block;
  margin-bottom: 16px;
}

.b-no-content__button {
  display: inline-block;
}

.b-no-content__link {
  background: none;
  border-color: #cbcbcb;
  border-radius: 2px;
  color: #111;
  font-weight: 600;
  letter-spacing: normal;
  min-height: 40px;
  min-width: 175px;
  padding: 10px 12px;
  text-transform: none;
}
@media (max-width: 991.98px) {
  .b-no-content__link {
    min-height: 44px;
  }
}

.b-no-content--big .b-no-content__text {
  max-width: 300px;
  width: 100%;
}

.b-no-content--payment .b-no-content__text {
  max-width: 335px;
  width: 100%;
}

@media (min-width: 769px) {
  .b-no-content--medium .b-no-content__icon {
    margin-bottom: 37px;
  }
}
.b-no-content--medium .b-no-content__title {
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .b-no-content--medium .b-no-content__title {
    font-size: 18px;
    margin-bottom: 20px;
    margin-bottom: 28px;
  }
}
.b-no-content--medium .b-no-content__text {
  font-size: 14px;
  line-height: 20px;
  max-width: 250px;
  width: 100%;
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .b-no-content--medium .b-no-content__text {
    max-width: 395px;
    margin-bottom: 33px;
    font-size: 1rem;
    line-height: 1.83;
  }
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.b-table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;
}
.b-table caption {
  border-top: 5px solid #f8f8f8;
  caption-side: top;
  color: #000;
  font-size: 1rem;
  letter-spacing: 1.3px;
  line-height: 1;
  padding: 30px 0 0;
  text-transform: uppercase;
}
.b-table thead {
  border: 0;
  clip: rect(0 0 0 0);
  font-size: 0;
  height: 1px;
  margin: -1px;
  max-width: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.b-table tr {
  display: block;
  padding: 20px 0;
}
.b-table tr:not(:last-child) {
  border-bottom: 5px solid #f8f8f8;
}
.b-table th {
  font-size: 12px;
  line-height: 16px;
  border-bottom: 2px solid #000;
  font-weight: 900;
  letter-spacing: 0.8px;
  line-height: 1;
  padding: 15px 0;
  text-align: left;
  text-transform: uppercase;
}
.b-table th:last-child {
  text-align: right;
}
.b-table td {
  font-size: 14px;
  line-height: 20px;
  color: #767676;
  display: block;
  line-height: 1;
  padding: 10px 0;
  text-align: right;
}
.b-table td::before {
  color: #000;
  content: attr(data-label);
  float: left;
}
@media (min-width: 769px) {
  .b-table caption {
    border-top: 0;
    padding-bottom: 20px;
  }
  .b-table thead {
    border: 0;
    clip: initial;
    font-size: initial;
    height: initial;
    margin: 0;
    max-width: initial;
    overflow: initial;
    position: relative;
    width: initial;
  }
  .b-table tr {
    border: 0;
    display: table-row;
    padding: 0;
  }
  .b-table tr:not(:last-child) {
    border-bottom: 0;
  }
  .b-table tr:last-child td {
    border-bottom: 0;
  }
  .b-table td {
    border-bottom: 1px solid #e5e5e5;
    display: table-cell;
    padding: 30px 0;
    text-align: left;
  }
  .b-table td:last-child {
    border-bottom: 0;
    text-align: right;
  }
  .b-table td::before {
    content: none;
  }
}
.b-table--type-2 {
  font-size: 14px;
  line-height: 20px;
  color: #111;
  margin: 24px 0;
  width: 100%;
}
@media (max-width: 768.98px) {
  .b-table--type-2 {
    display: block;
    overflow-x: auto;
  }
}
.b-table--type-2 thead {
  background: #f9f9f9;
}
.b-table--type-2 th {
  border-bottom: 1px solid #111;
  border-top: none;
  font-weight: 600;
  padding: 16px 0;
  text-align: left;
  vertical-align: top;
  width: 33.3%;
}
.b-table--type-2 th:not(:last-child) {
  padding-right: 24px;
}
.b-table--type-2 th:last-child {
  padding-right: 24px;
}
.b-table--type-2 th:first-child {
  padding-left: 8px;
}
.b-table--type-2 tr {
  border-bottom: 1px solid #e8e8e8;
}
.b-table--type-2 td {
  padding: 16px 24px 16px 0;
}
.b-table--type-2 td:first-child {
  padding-left: 8px;
}
.b-table--type-3 {
  font-size: 14px;
  line-height: 20px;
  color: #111;
  margin: 24px 0;
  width: 100%;
}
@media (max-width: 768.98px) {
  .b-table--type-3 {
    display: block;
    overflow-x: auto;
  }
}
.b-table--type-3 tbody {
  display: table;
  width: 100%;
}
.b-table--type-3 tr {
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 768.98px) {
  .b-table--type-3 tr {
    display: block;
    padding: 6px 0;
  }
}
@media (max-width: 768.98px) {
  .b-table--type-3 tr:first-child {
    border-top: 1px solid #e8e8e8;
  }
}
.b-table--type-3 td {
  border: none;
  display: block;
  padding: 2px 0;
  width: 100%;
}
@media (min-width: 769px) {
  .b-table--type-3 td {
    display: inline-block;
    padding: 16px 16px 16px 0;
    width: 163px;
  }
}
.b-table--type-4 {
  font-size: 14px;
  line-height: 20px;
  color: #111;
  margin: 24px 0;
  width: 100%;
}
@media (max-width: 768.98px) {
  .b-table--type-4 {
    display: block;
    overflow-x: auto;
  }
}
.b-table--type-4 thead {
  background: #f9f9f9;
}
.b-table--type-4 th {
  border: 1px solid #e8e8e8;
  font-weight: 600;
  padding: 16px;
  text-align: center;
  width: 14.2857142857%;
}
.b-table--type-4 tr {
  border-bottom: 1px solid #e8e8e8;
}
.b-table--type-4 td {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  padding: 16px;
}
@media (max-width: 768.98px) {
  .b-table--type-4 td {
    min-width: 100px;
  }
}
.b-table--type-4 td:not(:first-child) {
  text-align: center;
}

.b-table__description {
  font-size: 12px;
  line-height: 16px;
  color: #767676;
  margin-bottom: 24px;
}

@media (max-width: 768.98px) {
  .b-table__scroll {
    overflow-x: scroll;
  }
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.swiper-wrapper {
  height: unset !important;
}

.swiper-container[data-fixed-width="180"] .swiper-slide {
  width: 180px !important;
}
@media (min-width: 769px) {
  .swiper-container[data-fixed-width-lg="140"] .swiper-slide {
    width: 140px !important;
  }
}
@media (max-width: 543.98px) {
  .swiper-container[data-fixed-width-mobile="140"] .swiper-slide {
    width: 140px !important;
  }
}
@media (max-width: 991.98px) {
  .swiper-container .blm-producttile__variation {
    height: 16px;
  }
}
.swiper-container .blm-producttile__image-link img {
  height: 100%;
}

.swiper-pagination-bullets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #cbcbcb;
  width: 4px;
  height: 4px;
  opacity: 1;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #111;
  width: 6px;
  height: 6px;
}

.swiper-pagination-progressbar {
  position: absolute;
  background: #c4c4c4;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  background: black;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  border-radius: 1px;
  height: 3px;
  width: 110px;
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}

@media (max-width: 768.98px) {
  .swiper-carousel.swiper-with-halfslide {
    margin-left: -20px;
    margin-right: -20px;
  }
  .swiper-carousel.swiper-with-arrows {
    padding: 0 30px;
  }
}

.swiper-carousel-einstein .blm-producttile__price {
  height: 40px;
}
.swiper-carousel-einstein .b-product-tile__motherref {
  display: none;
}
.swiper-carousel-einstein .swiper-pagination-progressbar {
  background: #ececec;
  border-radius: 12px;
  height: 4px;
  width: 160px;
}
.swiper-carousel-einstein .swiper-scrollbar-drag {
  background: #767676;
  border-radius: 2px;
}
.swiper-carousel-einstein .swiper-carousel-einstein-btn {
  text-align: center;
}
.swiper-carousel-einstein .swiper-carousel-einstein-link {
  max-width: 175px;
  margin: 0 auto;
  width: 100%;
}
.swiper-carousel-einstein .swiper-carousel-einstein-link:hover {
  color: #fff;
}
@media (max-width: 768.98px) {
  .swiper-carousel-einstein .swiper-container {
    margin-bottom: 24px;
  }
}
@media (min-width: 769px) {
  .swiper-carousel-einstein.swiper-mobile-scrollbar .swiper-container {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 769px) {
  .swiper-carousel-einstein.swiper-mobile-scrollbar .swiper-carousel-einstein-link {
    margin: 32px auto 16px;
  }
}

.swiper-container {
  height: auto;
  margin-bottom: 32px;
  padding-bottom: 32px;
  width: 100%;
}

.swiper-wrapper img:not(.js-delivery-badge-icon) {
  width: 100%;
}

.swiper-header {
  margin: 24px 0;
}
@media (max-width: 1279.98px) {
  .swiper-header {
    margin: 16px 0;
  }
}

.swiper-slide {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.swiper-slide.swiper-unselectable-size .select2-container {
  pointer-events: none;
}

.swiper-arrows .swiper-button-prev,
.swiper-arrows .swiper-button-next {
  color: #111;
  margin: 0;
  width: 32px;
  height: 32px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  /* rtl:raw:
      transform: translateY(-50%) rotate(180deg);
  */
}
.swiper-arrows .swiper-button-prev::after,
.swiper-arrows .swiper-button-next::after {
  font-size: 1rem;
}
.swiper-arrows .swiper-button-next {
  left: auto;
  right: 15px;
}
.swiper-arrows .swiper-button-prev {
  left: auto;
  right: 51px;
}
@media (max-width: 991.98px) {
  .swiper-arrows[data-mobile-arrows=false] {
    display: none !important;
  }
}

.swiper-custom-controls {
  margin-left: 32px;
  width: 68px;
  position: relative;
}
.swiper-custom-controls .swiper-arrows {
  height: 32px;
}
.swiper-custom-controls .swiper-arrows .swiper-button-prev {
  right: 36px;
}
.swiper-custom-controls .swiper-arrows .swiper-button-next {
  right: 0;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.b-quickview {
  color: #111;
}
@media (min-width: 769px) {
  .b-quickview__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 769px) {
  .b-quickview__aside {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    height: 567px;
  }
}
.b-quickview__main {
  padding: 0 20px 128px;
}
@media (min-width: 769px) {
  .b-quickview__main {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 32px 32px 24px;
  }
}
.b-quickview__image-slider {
  margin: 0;
  padding-bottom: 42px;
  opacity: 0;
}
@media (min-width: 769px) {
  .b-quickview__image-slider {
    padding: 0;
    height: 567px;
  }
}
.b-quickview__image-slider--single-image {
  padding-bottom: 16px;
}
.b-quickview__image-slider.swiper-container-initialized {
  opacity: 1;
}
.b-quickview__image-slider .swiper-pagination {
  bottom: 18px;
}
@media (min-width: 769px) {
  .b-quickview__image-slider .swiper-pagination {
    bottom: 24px;
  }
}
.b-quickview__image-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
.b-quickview__image-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  -webkit-box-shadow: 0 0 0 1px #111;
          box-shadow: 0 0 0 1px #111;
}
.b-quickview__image-slider .swiper-button-prev,
.b-quickview__image-slider .swiper-button-next {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: none;
  margin-top: -20px;
}
@media (min-width: 769px) {
  .b-quickview__image-slider .swiper-button-prev,
  .b-quickview__image-slider .swiper-button-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.b-quickview__image-slider .swiper-button-prev::after,
.b-quickview__image-slider .swiper-button-next::after {
  font-size: 16px;
  color: #111;
}
.b-quickview__image-slider .swiper-button-next {
  left: auto /*!rtl:16px*/;
  right: 16px /*!rtl:auto*/;
}
.b-quickview__image-slider .swiper-button-prev {
  left: 16px /*!rtl:auto*/;
  right: auto /*!rtl:16px*/;
}
.b-quickview__image-slider .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 150%;
  width: 100%;
}
.b-quickview__image-slider .swiper-slide::after {
  background: rgba(17, 17, 17, 0.03);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.b-quickview__product-image {
  position: absolute;
  top: 0;
  left: 0;
}
.b-quickview__product-id {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.b-quickview__product-id-label {
  color: #767676;
  margin-right: 4px;
}
.b-quickview__view-pdp {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #111;
  -webkit-box-shadow: inset 0 -1px 0 #111;
          box-shadow: inset 0 -1px 0 #111;
  display: inline-block;
}
.b-quickview__bottom {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 8px 20px 16px;
  z-index: 1051;
}
@media (min-width: 769px) {
  .b-quickview__bottom {
    position: relative;
    padding: 0;
    z-index: auto;
  }
}
.b-quickview__bottom .icon-bag {
  font-size: 20px;
}
.b-quickview .blm-producttile__add-to-cart {
  margin-bottom: 16px;
}
.b-quickview .blm-producttile__badges {
  height: auto;
  line-height: 20px;
}
.b-quickview .blm-badge {
  padding: 2px 5px 2px 0;
  vertical-align: top;
}
.b-quickview .blm-pdpmain__product-name {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.b-quickview .blm-pdpmain__product-brand {
  display: block;
}
.b-quickview .blm-pdpmain__price {
  margin-bottom: 6px;
}
.b-quickview .blm-price__standard {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 2px;
  margin-top: 0;
}
.b-quickview .blm-price__standard .blm-price__percentage::before {
  width: 14px;
  left: -12px;
}
.b-quickview .blm-pdpmain__payments {
  margin-bottom: 8px;
}
.b-quickview .blm-pdpmain__info {
  margin-bottom: 24px;
}
.b-quickview .blm-pdpmain__amber-points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.b-quickview .blm-pdpmain__amber-points .blm-icon-list__text {
  color: #767676;
}
.b-quickview .b-attribute {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.b-quickview .b-attribute--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.b-quickview .b-attribute__heading {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
  width: auto;
}
.b-quickview .b-attribute__label {
  color: #767676;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: capitalize;
  width: 56px;
}
.b-quickview .b-attribute__label-value-link {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #111;
  font-weight: 400;
}
.b-quickview .b-attribute--color {
  margin-bottom: 0;
  padding: 10px 0 4px;
}
.b-quickview .b-attribute--color.b-attribute--one-attribute {
  padding: 10px 0;
}
.b-quickview .b-attribute--color .b-attribute-select-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 6px;
}
.b-quickview .b-attribute--color .b-attribute-select-container .icon {
  font-size: 20px;
  line-height: 20px;
  margin-left: 4px;
  color: #767676;
  cursor: pointer;
}
.b-quickview .b-attribute--color .blm-producttile__swatches-list {
  margin: 0 0 0 -4px;
  padding: 4px;
  max-width: 260px;
}
.b-quickview .b-attribute--color .blm-producttile__swatches-item {
  height: 30px;
  width: 30px;
  border: none;
  -webkit-box-shadow: 0 0 0 0.5px #cbcbcb;
          box-shadow: 0 0 0 0.5px #cbcbcb;
  cursor: pointer;
}
.b-quickview .b-attribute--color .blm-producttile__swatches-item.m-active {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #656565;
          box-shadow: 0 0 0 2px #fff, 0 0 0 3px #656565;
}
.non-touch .b-quickview .b-attribute--color .blm-producttile__swatches-item:hover {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #656565;
          box-shadow: 0 0 0 2px #fff, 0 0 0 3px #656565;
}
.b-quickview .b-attribute--color .blm-producttile__swatches-item.disabled {
  cursor: not-allowed;
}
.b-quickview .b-attribute--color .blm-producttile__swatches-item.disabled::after {
  content: "";
  height: 30px;
  width: 1px;
  background: #cbcbcb;
  display: block;
  -webkit-transform: rotate(45deg) translateX(-50%);
      -ms-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  position: absolute;
  left: 50%;
}
.non-touch .b-quickview .b-attribute--color .blm-producttile__swatches-item.disabled:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.b-quickview .b-attribute--color .blm-producttile__swatches--no-carousel .blm-producttile__swatches-item {
  margin-right: 16px;
}
.b-quickview .b-attribute--size {
  margin-bottom: 0;
  padding: 8px 0;
}
.b-quickview .b-attribute--size .b-attribute-select-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 168px;
  position: relative;
}
.b-quickview .b-attribute--size .b-quantity__title {
  text-align: center;
}
.b-quickview .b-attribute--one-attribute {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
@media (min-width: 769px) {
  .blm-modal--small .blm-modal__dialog {
    max-width: 360px;
  }
}
@media (min-width: 769px) {
  .blm-modal--medium-sm .blm-modal__dialog {
    max-width: 480px;
  }
}
@media (min-width: 769px) {
  .blm-modal--medium .blm-modal__dialog {
    max-width: 516px;
  }
}
@media (min-width: 769px) {
  .blm-modal--medium-md .blm-modal__dialog {
    max-width: 680px;
  }
}
@media (min-width: 769px) {
  .blm-modal--big .blm-modal__dialog {
    max-width: 720px;
  }
}
@media (min-width: 769px) {
  .blm-modal--big-lg .blm-modal__dialog {
    max-width: 760px;
  }
}
.blm-modal--disabled-scroll {
  -ms-touch-action: none;
      touch-action: none;
}
.modal-open .blm-modal--disabled-scroll {
  overflow: hidden;
}
@media (max-width: 768.98px) {
  .blm-modal--mobile-bottom .blm-modal__dialog {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 768.98px) {
  .blm-modal--mobile-bottom .blm-modal__content {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-height: auto;
  }
}
.modal-open .blm-modal--with-header {
  overflow: hidden;
}
.blm-modal--with-header .blm-modal__content,
.blm-modal--with-header .blm-modal__dialog {
  height: 100%;
}
@media (min-width: 769px) {
  .blm-modal--with-header .blm-modal__content,
  .blm-modal--with-header .blm-modal__dialog {
    height: auto;
  }
}
.blm-modal--with-header .blm-modal__body {
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 56px);
  overflow: auto;
}
@media (min-width: 769px) {
  .blm-modal--with-header .blm-modal__body {
    height: auto;
    overflow: visible;
  }
}
.blm-modal__dialog {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  max-width: 100%;
}
.blm-modal__content {
  background-color: #fff;
  min-height: 100%;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: auto;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .blm-modal__content {
    min-height: auto;
  }
}
.blm-modal__close {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 0;
  color: #767676;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 16px;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 16px;
}
@media (min-width: 769px) {
  .blm-modal__close:hover {
    color: #111;
  }
}
.blm-modal__header {
  -webkit-box-shadow: inset 0 -1px 0 #e8e8e8;
          box-shadow: inset 0 -1px 0 #e8e8e8;
  padding: 18px 20px;
}
.blm-modal__header-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin: 0;
}
.blm-modal__header-title-custom-clearance {
  font-weight: 500;
}
.blm-modal__subtitle {
  font-size: 14px;
  line-height: 20px;
  color: #111;
}
.blm-modal__actions {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr 1fr;
  margin-top: 16px;
}
@media (min-width: 769px) {
  .blm-modal__actions {
    grid-auto-flow: column;
  }
}
.blm-modal__actions--ordered-rows {
  grid-auto-flow: row;
  grid-template-columns: 1fr;
}
@media (min-width: 769px) {
  .blm-modal__actions--ordered-rows {
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
  }
}
.blm-modal__actions--ordered-rows .blm-btn:first-child {
  grid-row: 2/2;
}
@media (min-width: 769px) {
  .blm-modal__actions--ordered-rows .blm-btn:first-child {
    grid-row: auto;
  }
}
.blm-modal__body {
  padding: 16px 20px 24px;
}
.blm-modal__body--narrow {
  padding: 8px 20px;
}
.blm-modal__footer {
  font-size: 14px;
  line-height: 20px;
  -webkit-box-shadow: inset 0 1px 0 #e8e8e8;
          box-shadow: inset 0 1px 0 #e8e8e8;
  color: #111;
  padding: 24px 20px;
  text-align: center;
  width: 100%;
}
.blm-modal__footer-link {
  color: #767676;
  margin-left: 4px;
  text-decoration: underline;
}
.blm-modal .blm-alert {
  margin-bottom: 16px;
}
@media (max-width: 768.98px) {
  .blm-modal--quickViewModal {
    background-color: #fff;
  }
}
.blm-modal--quickViewModal > .blm-modal__dialog {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 769px) {
  .blm-modal--quickViewModal > .blm-modal__dialog {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.blm-modal--quickViewModal > .blm-modal__dialog > .blm-modal__content > .blm-modal__body {
  padding: 0;
}
.blm-modal--quickViewModal > .blm-modal__dialog > .blm-modal__content > .blm-modal__close {
  font-size: 24px;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
}
@media (min-width: 769px) {
  .blm-modal--quickViewModal > .blm-modal__dialog > .blm-modal__content > .blm-modal__close {
    font-size: 16px;
    position: absolute;
    right: 16px;
    top: 16px;
  }
}
.blm-modal--country-code .blm-modal__body {
  overflow: hidden;
  padding: 0;
}
@media (min-width: 769px) {
  .blm-modal--country-code .blm-modal__body {
    overflow: auto;
  }
}
.blm-modal--country-code .blm-modal__header-title {
  text-transform: capitalize;
}
.blm-modal--country-code .iti--wrapper {
  -webkit-overflow-scrolling: touch;
  max-height: calc(100% - 72px);
  overflow-y: scroll;
  padding-right: 8px;
}
@media (min-width: 769px) {
  .blm-modal--country-code .iti--wrapper {
    scrollbar-base-color: #cbcbcb;
    scrollbar-face-color: #cbcbcb;
    scrollbar-3dlight-color: #f9f9f9;
    scrollbar-arrow-color: #f9f9f9;
    scrollbar-highlight-color: #f9f9f9;
    scrollbar-shadow-color: #f9f9f9;
    scrollbar-dark-shadow-color: #f9f9f9;
    scrollbar-track-color: #f9f9f9;
    scrollbar-color: #cbcbcb #f9f9f9;
    scrollbar-track-color: #f9f9f9;
    scrollbar-width: thin;
    margin: 0 4px 32px 0;
    max-height: 240px;
    padding-right: 0;
  }
  .blm-modal--country-code .iti--wrapper::-webkit-scrollbar {
    width: 4px;
    height: 64px;
  }
  .blm-modal--country-code .iti--wrapper::-webkit-scrollbar-thumb {
    background: #cbcbcb;
    border-radius: 16px;
  }
  .blm-modal--country-code .iti--wrapper::-webkit-scrollbar-track {
    background: #f9f9f9;
    border-radius: 16px;
    margin: 0 0 0 0;
  }
}
.blm-modal--country-code .blm-field {
  margin: 16px 20px 0;
}
.blm-modal--country-code .blm-field .icon-search,
.blm-modal--country-code .blm-field .icon-remove {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  top: 12px;
  width: 16px;
}
.blm-modal--country-code .blm-field .icon-search {
  left: 12px;
}
.blm-modal--country-code .blm-field .icon-remove {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  line-height: 40px;
  right: 0;
  top: 0;
  width: 40px;
}
.blm-modal--country-code .blm-field .icon-remove::before {
  height: 16px;
  line-height: 16px;
  width: 16px;
}
.blm-modal--country-code .blm-input {
  padding-left: 35px;
}
.blm-modal--gift-selection .blm-modal__content {
  overflow: hidden;
}
@media (max-width: 768.98px) {
  .blm-modal--gift-selection .blm-modal__content {
    border-radius: 8px 8px 0 0;
  }
}
.blm-modal--gift-selection .blm-modal__body {
  scrollbar-base-color: #cbcbcb;
  scrollbar-face-color: #cbcbcb;
  scrollbar-3dlight-color: #f9f9f9;
  scrollbar-arrow-color: #f9f9f9;
  scrollbar-highlight-color: #f9f9f9;
  scrollbar-shadow-color: #f9f9f9;
  scrollbar-dark-shadow-color: #f9f9f9;
  scrollbar-track-color: #f9f9f9;
  scrollbar-color: #cbcbcb #f9f9f9;
  scrollbar-track-color: #f9f9f9;
  scrollbar-width: thin;
  height: calc(100% - 140px);
  margin-right: 8px;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  padding-bottom: 0;
  padding-right: 12px;
}
.blm-modal--gift-selection .blm-modal__body::-webkit-scrollbar {
  width: 4px;
  height: 6px;
}
.blm-modal--gift-selection .blm-modal__body::-webkit-scrollbar-thumb {
  background: #cbcbcb;
  border-radius: 16px;
}
.blm-modal--gift-selection .blm-modal__body::-webkit-scrollbar-track {
  background: #f9f9f9;
  border-radius: 16px;
  margin: 32px 0 16px 0;
}
@media (min-width: 769px) {
  .blm-modal--gift-selection .blm-modal__body {
    height: auto;
    max-height: 636px;
  }
}
.blm-modal--gift-selection .blm-modal__footer {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 16px;
  text-align: left;
}
.blm-modal--gift-selection .blm-modal__footer .b-packaging-gifting {
  margin-top: 0;
}
.blm-modal--gift-selection .blm-modal__footer .b-packaging-gifting__combined-message {
  margin-top: 16px;
}
.blm-modal--gift-selection .blm-modal__footer .b-packaging-gifting__combined-message .b-gift-product__message-box {
  padding: 16px;
}
.blm-modal--gift-selection .blm-modal__message {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}
.blm-modal--gift-selection .blm-modal__close {
  color: #111;
}
.blm-modal--gift-selection .blm-modal__header-title {
  text-align: center;
}
.blm-modal--pdpSizeChart .blm-modal__body {
  overflow-y: auto;
  padding: 20px;
}
@media (min-width: 769px) {
  .blm-modal--pdpSizeChart .blm-modal__body {
    scrollbar-base-color: #cbcbcb;
    scrollbar-face-color: #cbcbcb;
    scrollbar-3dlight-color: #f9f9f9;
    scrollbar-arrow-color: #f9f9f9;
    scrollbar-highlight-color: #f9f9f9;
    scrollbar-shadow-color: #f9f9f9;
    scrollbar-dark-shadow-color: #f9f9f9;
    scrollbar-track-color: #f9f9f9;
    scrollbar-color: #cbcbcb #f9f9f9;
    scrollbar-track-color: #f9f9f9;
    scrollbar-width: thin;
    margin: 0 4px 0 0;
    max-height: calc(100vh - 190px);
    padding-right: 16px;
  }
  .blm-modal--pdpSizeChart .blm-modal__body::-webkit-scrollbar {
    width: 4px;
    height: 64px;
  }
  .blm-modal--pdpSizeChart .blm-modal__body::-webkit-scrollbar-thumb {
    background: #cbcbcb;
    border-radius: 16px;
  }
  .blm-modal--pdpSizeChart .blm-modal__body::-webkit-scrollbar-track {
    background: #f9f9f9;
    border-radius: 16px;
    margin: 16px 0 16px 0;
  }
}
.blm-modal--checkout-add-edit-address .blm-modal__content {
  overflow: hidden;
}
.blm-modal--checkout-add-edit-address .blm-modal__body {
  scrollbar-base-color: #cbcbcb;
  scrollbar-face-color: #cbcbcb;
  scrollbar-3dlight-color: #f9f9f9;
  scrollbar-arrow-color: #f9f9f9;
  scrollbar-highlight-color: #f9f9f9;
  scrollbar-shadow-color: #f9f9f9;
  scrollbar-dark-shadow-color: #f9f9f9;
  scrollbar-track-color: #f9f9f9;
  scrollbar-color: #cbcbcb #f9f9f9;
  scrollbar-track-color: #f9f9f9;
  scrollbar-width: thin;
  margin-right: 8px;
  max-height: calc(100% - 56px);
  overflow-y: auto;
  padding-right: 12px;
}
.blm-modal--checkout-add-edit-address .blm-modal__body::-webkit-scrollbar {
  width: 4px;
  height: 6px;
}
.blm-modal--checkout-add-edit-address .blm-modal__body::-webkit-scrollbar-thumb {
  background: #cbcbcb;
  border-radius: 16px;
}
.blm-modal--checkout-add-edit-address .blm-modal__body::-webkit-scrollbar-track {
  background: #f9f9f9;
  border-radius: 16px;
  margin: 16px 0 92px 0;
}
@media (min-width: 769px) {
  .blm-modal--checkout-add-edit-address .blm-modal__body {
    max-height: calc(100vh - 104px);
  }
}
.blm-modal--checkout-add-edit-address .blm-field__inputbtn {
  height: 38px;
  padding: 8px 11px;
}
.blm-modal--designerLoginModal .blm-modal__body {
  padding: 40px;
  text-align: center;
}
@media (min-width: 769px) {
  .blm-modal--designerLoginModal .blm-modal__body {
    padding: 40px 56px;
  }
}
.blm-modal--designerLoginModal .b-designer-modal__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.blm-modal--designerLoginModal .b-designer-modal__subtitle {
  font-size: 14px;
  line-height: 20px;
  color: #767676;
  margin-bottom: 16px;
}
.blm-modal--designerLoginModal .icon-heart {
  font-size: 32px;
  height: 32px;
  line-height: 32px;
  margin-bottom: 16px;
}
.blm-modal--designerLoginModal .blm-btn--default {
  min-width: 175px;
}
.blm-modal--designerLoginModal .blm-btn--outlined-dark {
  min-width: 211px;
}
@media (min-width: 769px) {
  .blm-modal--designerLoginModal .blm-btn--outlined-dark {
    min-width: 175px;
  }
}
@media (max-width: 768.98px) {
  .blm-modal--mergeBagModal .blm-modal__dialog {
    margin: 0 16px;
  }
  .blm-modal--mergeBagModal .blm-modal__actions {
    grid-gap: 12px;
    grid-template-columns: none;
  }
  .blm-modal--mergeBagModal .blm-modal__actions > * :last-child {
    grid-row-start: 1;
  }
}
@media (min-width: 769px) {
  .blm-modal--mergeBagModal .blm-modal__actions {
    margin-top: 24px;
  }
}
.blm-modal--shipping-custom-clearance-modal .b-modal__content {
  -webkit-box-align: unset;
  -webkit-align-items: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
@media (max-width: 768.98px) {
  .blm-modal--shipping-custom-clearance-modal .blm-modal__body {
    padding-bottom: 2rem;
  }
}

:root {
  --color-PrimaryMagenta: #fa16c8;
  --color-PrimaryMagenta-base: #fa16c8;
  --color-PrimaryDarkMagenta: #d90eac;
  --color-PrimaryDarkMagenta-base: #d90eac;
  --color-PrimaryDarkCoral: #f57171;
  --color-PrimaryDarkCoral-base: #f57171;
  --color-SecondaryYellow: #fff84a;
  --color-SecondaryYellow-base: #fff84a;
  --color-NeutralBlack: #000;
  --color-NeutralBlack-base: #000;
  --color-NeutralDarkGrey: #111;
  --color-NeutralDarkGrey-base: #111;
  --color-NeutralMidGrey: #767676;
  --color-NeutralMidGrey-base: #767676;
  --color-NeutralLightGrey: #cbcbcb;
  --color-NeutralLightGrey-base: #cbcbcb;
  --color-NeutralPaleGrey: #ececec;
  --color-NeutralPaleGrey-base: #ececec;
  --color-NeutralWhiteGrey: #f9f9f9;
  --color-NeutralWhiteGrey-base: #f9f9f9;
  --color-NeutralWhite: #fff;
  --color-NeutralWhite-base: #fff;
  --color-TertiaryDarkBlue: #153c63;
  --color-TertiaryDarkBlue-base: #153c63;
  --color-TertiaryMidBlue: #346596;
  --color-TertiaryMidBlue-base: #346596;
  --color-TertiaryLightBlue: #e9f3fc;
  --color-TertiaryLightBlue-base: #e9f3fc;
  --color-TertiaryLightBlueSecondary: #e0eefb;
  --color-TertiaryLightBlueSecondary-base: #e0eefb;
  --color-TertiaryDarkGreen: #155635;
  --color-TertiaryDarkGreen-base: #155635;
  --color-TertiaryMidGreen: #25744c;
  --color-TertiaryMidGreen-base: #25744c;
  --color-TertiaryLightGreen: #dde9de;
  --color-TertiaryLightGreen-base: #dde9de;
  --color-TertiaryDarkRed: #a02e1c;
  --color-TertiaryDarkRed-base: #a02e1c;
  --color-TertiaryMidRed: #ae1800;
  --color-TertiaryMidRed-base: #ae1800;
  --color-TertiaryLightRed: #fcf1ef;
  --color-TertiaryLightRed-base: #fcf1ef;
  --color-DarkGrey: #111;
  --color-DarkGrey-base: #111;
  --color-DarkGrey-1: #2e2e2e;
  --color-MidGrey: #767676;
  --color-MidGrey-base: #767676;
  --color-DarkCoral: #f57171;
  --color-DarkCoral-base: #f57171;
  --color-LightBlue: #1184ff;
  --color-LightBlue-base: #1184ff;
  --color-DarkBlue: #153c63;
  --color-DarkBlue-base: #153c63;
  --color-DarkGreen: #155635;
  --color-DarkGreen-base: #155635;
  --color-DarkRed: #a02e1c;
  --color-DarkRed-base: #a02e1c;
  --color-LightRed: #fcebe7;
  --color-LightRed-base: #fcebe7;
  --color-LightGrey: #e8e8e8;
  --color-LightGrey-base: #e8e8e8;
  --color-LightGrey-1: #f7f7f7;
  --color-LightGrey2: #f0f0f0;
  --color-LightGrey2-base: #f0f0f0;
  --color-LightGrey3: #e3e3e3;
  --color-LightGrey3-base: #e3e3e3;
  --color-LightGrey4: #848489;
  --color-LightGrey4-base: #848489;
  --color-LegacyColors: transparent;
  --color-LegacyColors-base: transparent;
  --color-LegacyColors-1: #71bf5e;
  --color-LegacyColors-2: #00a1e0;
  --color-LegacyColors-3: #de3412;
  --color-LegacyColors-4: #c00c99;
  --color-LegacyColors-5: #f8f8f8;
  --color-LegacyColors-6: #e5e5e5;
  --color-LegacyColors-7: #d0d0d0;
  --color-LegacyColors-8: #222;
  --color-LegacyColors-9: #444;
  --color-LegacyColors-10: #231f20;
  --color-LegacyColors-11: #fcfcfc;
  --color-LegacyColors-12: rgba(0, 0, 0, 0.16);
  --color-LegacyColors-13: rgba(0, 0, 0, 0.5);
  --color-LegacyColors-14: rgba(0, 0, 0, 0.04);
  --color-LegacyColors-15: #d2ad81;
  --color-LegacyColors-16: #4d2d15;
  --color-LegacyColors-17: #dcdcdc;
  --color-LegacyColors-18: #c4c4c4;
  --color-LegacyColors-19: #656565;
  --color-LegacyColors-20: #2f2f2f;
  --color-LegacyColors-21: #828282;
  --color-LegacyColors-22: #0070d2;
  --color-LegacyColors-23: #a2a2a2;
  --color-LegacyColors-24: #dfdfdf;
  --color-LegacyColors-25: #ccc;
  --color-LegacyColors-26: #555;
  --color-LegacyColors-27: #666;
  --color-LegacyColors-28: #bfbfbf;
  --color-LegacyColors-29: #dbdbdb;
  --color-LegacyColors-30: #ffc717;
  --color-LegacyColors-31: #d75720;
  --color-LegacyColors-32: #84211b;
  --color-LegacyColors-33: #4b4b4b;
  --color-ImageOverlay: rgba(17, 17, 17, 0.03);
  --color-ImageOverlay-base: rgba(17, 17, 17, 0.03);
  --color-VideoGradient: transparent;
  --color-VideoGradient-base: transparent;
  --color-VideoGradient-1: #3a3a3a;
  --color-VideoGradient-2: #1d1d1d;
  --color-text-PrimaryMagenta: opposite-color(#fa16c8);
  --color-text-PrimaryMagenta-base: opposite-color(#fa16c8);
  --color-text-PrimaryDarkMagenta: opposite-color(#d90eac);
  --color-text-PrimaryDarkMagenta-base: opposite-color(#d90eac);
  --color-text-PrimaryDarkCoral: opposite-color(#f57171);
  --color-text-PrimaryDarkCoral-base: opposite-color(#f57171);
  --color-text-SecondaryYellow: opposite-color(#fff84a);
  --color-text-SecondaryYellow-base: opposite-color(#fff84a);
  --color-text-NeutralBlack: opposite-color(#000);
  --color-text-NeutralBlack-base: opposite-color(#000);
  --color-text-NeutralDarkGrey: opposite-color(#111);
  --color-text-NeutralDarkGrey-base: opposite-color(#111);
  --color-text-NeutralMidGrey: opposite-color(#767676);
  --color-text-NeutralMidGrey-base: opposite-color(#767676);
  --color-text-NeutralLightGrey: opposite-color(#cbcbcb);
  --color-text-NeutralLightGrey-base: opposite-color(#cbcbcb);
  --color-text-NeutralPaleGrey: opposite-color(#ececec);
  --color-text-NeutralPaleGrey-base: opposite-color(#ececec);
  --color-text-NeutralWhiteGrey: opposite-color(#f9f9f9);
  --color-text-NeutralWhiteGrey-base: opposite-color(#f9f9f9);
  --color-text-NeutralWhite: opposite-color(#fff);
  --color-text-NeutralWhite-base: opposite-color(#fff);
  --color-text-TertiaryDarkBlue: opposite-color(#153c63);
  --color-text-TertiaryDarkBlue-base: opposite-color(#153c63);
  --color-text-TertiaryMidBlue: opposite-color(#346596);
  --color-text-TertiaryMidBlue-base: opposite-color(#346596);
  --color-text-TertiaryLightBlue: opposite-color(#e9f3fc);
  --color-text-TertiaryLightBlue-base: opposite-color(#e9f3fc);
  --color-text-TertiaryLightBlueSecondary: opposite-color(#e0eefb);
  --color-text-TertiaryLightBlueSecondary-base: opposite-color(#e0eefb);
  --color-text-TertiaryDarkGreen: opposite-color(#155635);
  --color-text-TertiaryDarkGreen-base: opposite-color(#155635);
  --color-text-TertiaryMidGreen: opposite-color(#25744c);
  --color-text-TertiaryMidGreen-base: opposite-color(#25744c);
  --color-text-TertiaryLightGreen: opposite-color(#dde9de);
  --color-text-TertiaryLightGreen-base: opposite-color(#dde9de);
  --color-text-TertiaryDarkRed: opposite-color(#a02e1c);
  --color-text-TertiaryDarkRed-base: opposite-color(#a02e1c);
  --color-text-TertiaryMidRed: opposite-color(#ae1800);
  --color-text-TertiaryMidRed-base: opposite-color(#ae1800);
  --color-text-TertiaryLightRed: opposite-color(#fcf1ef);
  --color-text-TertiaryLightRed-base: opposite-color(#fcf1ef);
  --color-text-DarkGrey: opposite-color(#111);
  --color-text-DarkGrey-base: opposite-color(#111);
  --color-text-DarkGrey-1: opposite-color(#2e2e2e);
  --color-text-MidGrey: opposite-color(#767676);
  --color-text-MidGrey-base: opposite-color(#767676);
  --color-text-DarkCoral: opposite-color(#f57171);
  --color-text-DarkCoral-base: opposite-color(#f57171);
  --color-text-LightBlue: opposite-color(#1184ff);
  --color-text-LightBlue-base: opposite-color(#1184ff);
  --color-text-DarkBlue: opposite-color(#153c63);
  --color-text-DarkBlue-base: opposite-color(#153c63);
  --color-text-DarkGreen: opposite-color(#155635);
  --color-text-DarkGreen-base: opposite-color(#155635);
  --color-text-DarkRed: opposite-color(#a02e1c);
  --color-text-DarkRed-base: opposite-color(#a02e1c);
  --color-text-LightRed: opposite-color(#fcebe7);
  --color-text-LightRed-base: opposite-color(#fcebe7);
  --color-text-LightGrey: opposite-color(#e8e8e8);
  --color-text-LightGrey-base: opposite-color(#e8e8e8);
  --color-text-LightGrey-1: opposite-color(#f7f7f7);
  --color-text-LightGrey2: opposite-color(#f0f0f0);
  --color-text-LightGrey2-base: opposite-color(#f0f0f0);
  --color-text-LightGrey3: opposite-color(#e3e3e3);
  --color-text-LightGrey3-base: opposite-color(#e3e3e3);
  --color-text-LightGrey4: opposite-color(#848489);
  --color-text-LightGrey4-base: opposite-color(#848489);
  --color-text-LegacyColors: opposite-color(transparent);
  --color-text-LegacyColors-base: opposite-color(transparent);
  --color-text-LegacyColors-1: opposite-color(#71bf5e);
  --color-text-LegacyColors-2: opposite-color(#00a1e0);
  --color-text-LegacyColors-3: opposite-color(#de3412);
  --color-text-LegacyColors-4: opposite-color(#c00c99);
  --color-text-LegacyColors-5: opposite-color(#f8f8f8);
  --color-text-LegacyColors-6: opposite-color(#e5e5e5);
  --color-text-LegacyColors-7: opposite-color(#d0d0d0);
  --color-text-LegacyColors-8: opposite-color(#222);
  --color-text-LegacyColors-9: opposite-color(#444);
  --color-text-LegacyColors-10: opposite-color(#231f20);
  --color-text-LegacyColors-11: opposite-color(#fcfcfc);
  --color-text-LegacyColors-12: opposite-color(rgba(0, 0, 0, 0.16));
  --color-text-LegacyColors-13: opposite-color(rgba(0, 0, 0, 0.5));
  --color-text-LegacyColors-14: opposite-color(rgba(0, 0, 0, 0.04));
  --color-text-LegacyColors-15: opposite-color(#d2ad81);
  --color-text-LegacyColors-16: opposite-color(#4d2d15);
  --color-text-LegacyColors-17: opposite-color(#dcdcdc);
  --color-text-LegacyColors-18: opposite-color(#c4c4c4);
  --color-text-LegacyColors-19: opposite-color(#656565);
  --color-text-LegacyColors-20: opposite-color(#2f2f2f);
  --color-text-LegacyColors-21: opposite-color(#828282);
  --color-text-LegacyColors-22: opposite-color(#0070d2);
  --color-text-LegacyColors-23: opposite-color(#a2a2a2);
  --color-text-LegacyColors-24: opposite-color(#dfdfdf);
  --color-text-LegacyColors-25: opposite-color(#ccc);
  --color-text-LegacyColors-26: opposite-color(#555);
  --color-text-LegacyColors-27: opposite-color(#666);
  --color-text-LegacyColors-28: opposite-color(#bfbfbf);
  --color-text-LegacyColors-29: opposite-color(#dbdbdb);
  --color-text-LegacyColors-30: opposite-color(#ffc717);
  --color-text-LegacyColors-31: opposite-color(#d75720);
  --color-text-LegacyColors-32: opposite-color(#84211b);
  --color-text-LegacyColors-33: opposite-color(#4b4b4b);
  --color-text-ImageOverlay: opposite-color(rgba(17, 17, 17, 0.03));
  --color-text-ImageOverlay-base: opposite-color(rgba(17, 17, 17, 0.03));
  --color-text-VideoGradient: opposite-color(transparent);
  --color-text-VideoGradient-base: opposite-color(transparent);
  --color-text-VideoGradient-1: opposite-color(#3a3a3a);
  --color-text-VideoGradient-2: opposite-color(#1d1d1d);
}

.m-color-t--PrimaryMagenta {
  color: #fa16c8 !important;
}

.m-color-bg--PrimaryMagenta {
  background-color: #fa16c8 !important;
}

.m-color-b--PrimaryMagenta {
  border-color: #fa16c8 !important;
}

.m-color-t--PrimaryMagenta-base {
  color: #fa16c8 !important;
}

.m-color-bg--PrimaryMagenta-base {
  background-color: #fa16c8 !important;
}

.m-color-b--PrimaryMagenta-base {
  border-color: #fa16c8 !important;
}

.m-color-t--PrimaryDarkMagenta {
  color: #d90eac !important;
}

.m-color-bg--PrimaryDarkMagenta {
  background-color: #d90eac !important;
}

.m-color-b--PrimaryDarkMagenta {
  border-color: #d90eac !important;
}

.m-color-t--PrimaryDarkMagenta-base {
  color: #d90eac !important;
}

.m-color-bg--PrimaryDarkMagenta-base {
  background-color: #d90eac !important;
}

.m-color-b--PrimaryDarkMagenta-base {
  border-color: #d90eac !important;
}

.m-color-t--PrimaryDarkCoral {
  color: #f57171 !important;
}

.m-color-bg--PrimaryDarkCoral {
  background-color: #f57171 !important;
}

.m-color-b--PrimaryDarkCoral {
  border-color: #f57171 !important;
}

.m-color-t--PrimaryDarkCoral-base {
  color: #f57171 !important;
}

.m-color-bg--PrimaryDarkCoral-base {
  background-color: #f57171 !important;
}

.m-color-b--PrimaryDarkCoral-base {
  border-color: #f57171 !important;
}

.m-color-t--SecondaryYellow {
  color: #fff84a !important;
}

.m-color-bg--SecondaryYellow {
  background-color: #fff84a !important;
}

.m-color-b--SecondaryYellow {
  border-color: #fff84a !important;
}

.m-color-t--SecondaryYellow-base {
  color: #fff84a !important;
}

.m-color-bg--SecondaryYellow-base {
  background-color: #fff84a !important;
}

.m-color-b--SecondaryYellow-base {
  border-color: #fff84a !important;
}

.m-color-t--NeutralBlack {
  color: #000 !important;
}

.m-color-bg--NeutralBlack {
  background-color: #000 !important;
}

.m-color-b--NeutralBlack {
  border-color: #000 !important;
}

.m-color-t--NeutralBlack-base {
  color: #000 !important;
}

.m-color-bg--NeutralBlack-base {
  background-color: #000 !important;
}

.m-color-b--NeutralBlack-base {
  border-color: #000 !important;
}

.m-color-t--NeutralDarkGrey {
  color: #111 !important;
}

.m-color-bg--NeutralDarkGrey {
  background-color: #111 !important;
}

.m-color-b--NeutralDarkGrey {
  border-color: #111 !important;
}

.m-color-t--NeutralDarkGrey-base {
  color: #111 !important;
}

.m-color-bg--NeutralDarkGrey-base {
  background-color: #111 !important;
}

.m-color-b--NeutralDarkGrey-base {
  border-color: #111 !important;
}

.m-color-t--NeutralMidGrey {
  color: #767676 !important;
}

.m-color-bg--NeutralMidGrey {
  background-color: #767676 !important;
}

.m-color-b--NeutralMidGrey {
  border-color: #767676 !important;
}

.m-color-t--NeutralMidGrey-base {
  color: #767676 !important;
}

.m-color-bg--NeutralMidGrey-base {
  background-color: #767676 !important;
}

.m-color-b--NeutralMidGrey-base {
  border-color: #767676 !important;
}

.m-color-t--NeutralLightGrey {
  color: #cbcbcb !important;
}

.m-color-bg--NeutralLightGrey {
  background-color: #cbcbcb !important;
}

.m-color-b--NeutralLightGrey {
  border-color: #cbcbcb !important;
}

.m-color-t--NeutralLightGrey-base {
  color: #cbcbcb !important;
}

.m-color-bg--NeutralLightGrey-base {
  background-color: #cbcbcb !important;
}

.m-color-b--NeutralLightGrey-base {
  border-color: #cbcbcb !important;
}

.m-color-t--NeutralPaleGrey {
  color: #ececec !important;
}

.m-color-bg--NeutralPaleGrey {
  background-color: #ececec !important;
}

.m-color-b--NeutralPaleGrey {
  border-color: #ececec !important;
}

.m-color-t--NeutralPaleGrey-base {
  color: #ececec !important;
}

.m-color-bg--NeutralPaleGrey-base {
  background-color: #ececec !important;
}

.m-color-b--NeutralPaleGrey-base {
  border-color: #ececec !important;
}

.m-color-t--NeutralWhiteGrey {
  color: #f9f9f9 !important;
}

.m-color-bg--NeutralWhiteGrey {
  background-color: #f9f9f9 !important;
}

.m-color-b--NeutralWhiteGrey {
  border-color: #f9f9f9 !important;
}

.m-color-t--NeutralWhiteGrey-base {
  color: #f9f9f9 !important;
}

.m-color-bg--NeutralWhiteGrey-base {
  background-color: #f9f9f9 !important;
}

.m-color-b--NeutralWhiteGrey-base {
  border-color: #f9f9f9 !important;
}

.m-color-t--NeutralWhite {
  color: #fff !important;
}

.m-color-bg--NeutralWhite {
  background-color: #fff !important;
}

.m-color-b--NeutralWhite {
  border-color: #fff !important;
}

.m-color-t--NeutralWhite-base {
  color: #fff !important;
}

.m-color-bg--NeutralWhite-base {
  background-color: #fff !important;
}

.m-color-b--NeutralWhite-base {
  border-color: #fff !important;
}

.m-color-t--TertiaryDarkBlue {
  color: #153c63 !important;
}

.m-color-bg--TertiaryDarkBlue {
  background-color: #153c63 !important;
}

.m-color-b--TertiaryDarkBlue {
  border-color: #153c63 !important;
}

.m-color-t--TertiaryDarkBlue-base {
  color: #153c63 !important;
}

.m-color-bg--TertiaryDarkBlue-base {
  background-color: #153c63 !important;
}

.m-color-b--TertiaryDarkBlue-base {
  border-color: #153c63 !important;
}

.m-color-t--TertiaryMidBlue {
  color: #346596 !important;
}

.m-color-bg--TertiaryMidBlue {
  background-color: #346596 !important;
}

.m-color-b--TertiaryMidBlue {
  border-color: #346596 !important;
}

.m-color-t--TertiaryMidBlue-base {
  color: #346596 !important;
}

.m-color-bg--TertiaryMidBlue-base {
  background-color: #346596 !important;
}

.m-color-b--TertiaryMidBlue-base {
  border-color: #346596 !important;
}

.m-color-t--TertiaryLightBlue {
  color: #e9f3fc !important;
}

.m-color-bg--TertiaryLightBlue {
  background-color: #e9f3fc !important;
}

.m-color-b--TertiaryLightBlue {
  border-color: #e9f3fc !important;
}

.m-color-t--TertiaryLightBlue-base {
  color: #e9f3fc !important;
}

.m-color-bg--TertiaryLightBlue-base {
  background-color: #e9f3fc !important;
}

.m-color-b--TertiaryLightBlue-base {
  border-color: #e9f3fc !important;
}

.m-color-t--TertiaryLightBlueSecondary {
  color: #e0eefb !important;
}

.m-color-bg--TertiaryLightBlueSecondary {
  background-color: #e0eefb !important;
}

.m-color-b--TertiaryLightBlueSecondary {
  border-color: #e0eefb !important;
}

.m-color-t--TertiaryLightBlueSecondary-base {
  color: #e0eefb !important;
}

.m-color-bg--TertiaryLightBlueSecondary-base {
  background-color: #e0eefb !important;
}

.m-color-b--TertiaryLightBlueSecondary-base {
  border-color: #e0eefb !important;
}

.m-color-t--TertiaryDarkGreen {
  color: #155635 !important;
}

.m-color-bg--TertiaryDarkGreen {
  background-color: #155635 !important;
}

.m-color-b--TertiaryDarkGreen {
  border-color: #155635 !important;
}

.m-color-t--TertiaryDarkGreen-base {
  color: #155635 !important;
}

.m-color-bg--TertiaryDarkGreen-base {
  background-color: #155635 !important;
}

.m-color-b--TertiaryDarkGreen-base {
  border-color: #155635 !important;
}

.m-color-t--TertiaryMidGreen {
  color: #25744c !important;
}

.m-color-bg--TertiaryMidGreen {
  background-color: #25744c !important;
}

.m-color-b--TertiaryMidGreen {
  border-color: #25744c !important;
}

.m-color-t--TertiaryMidGreen-base {
  color: #25744c !important;
}

.m-color-bg--TertiaryMidGreen-base {
  background-color: #25744c !important;
}

.m-color-b--TertiaryMidGreen-base {
  border-color: #25744c !important;
}

.m-color-t--TertiaryLightGreen {
  color: #dde9de !important;
}

.m-color-bg--TertiaryLightGreen {
  background-color: #dde9de !important;
}

.m-color-b--TertiaryLightGreen {
  border-color: #dde9de !important;
}

.m-color-t--TertiaryLightGreen-base {
  color: #dde9de !important;
}

.m-color-bg--TertiaryLightGreen-base {
  background-color: #dde9de !important;
}

.m-color-b--TertiaryLightGreen-base {
  border-color: #dde9de !important;
}

.m-color-t--TertiaryDarkRed {
  color: #a02e1c !important;
}

.m-color-bg--TertiaryDarkRed {
  background-color: #a02e1c !important;
}

.m-color-b--TertiaryDarkRed {
  border-color: #a02e1c !important;
}

.m-color-t--TertiaryDarkRed-base {
  color: #a02e1c !important;
}

.m-color-bg--TertiaryDarkRed-base {
  background-color: #a02e1c !important;
}

.m-color-b--TertiaryDarkRed-base {
  border-color: #a02e1c !important;
}

.m-color-t--TertiaryMidRed {
  color: #ae1800 !important;
}

.m-color-bg--TertiaryMidRed {
  background-color: #ae1800 !important;
}

.m-color-b--TertiaryMidRed {
  border-color: #ae1800 !important;
}

.m-color-t--TertiaryMidRed-base {
  color: #ae1800 !important;
}

.m-color-bg--TertiaryMidRed-base {
  background-color: #ae1800 !important;
}

.m-color-b--TertiaryMidRed-base {
  border-color: #ae1800 !important;
}

.m-color-t--TertiaryLightRed {
  color: #fcf1ef !important;
}

.m-color-bg--TertiaryLightRed {
  background-color: #fcf1ef !important;
}

.m-color-b--TertiaryLightRed {
  border-color: #fcf1ef !important;
}

.m-color-t--TertiaryLightRed-base {
  color: #fcf1ef !important;
}

.m-color-bg--TertiaryLightRed-base {
  background-color: #fcf1ef !important;
}

.m-color-b--TertiaryLightRed-base {
  border-color: #fcf1ef !important;
}

.m-color-t--DarkGrey {
  color: #111 !important;
}

.m-color-bg--DarkGrey {
  background-color: #111 !important;
}

.m-color-b--DarkGrey {
  border-color: #111 !important;
}

.m-color-t--DarkGrey-base {
  color: #111 !important;
}

.m-color-bg--DarkGrey-base {
  background-color: #111 !important;
}

.m-color-b--DarkGrey-base {
  border-color: #111 !important;
}

.m-color-t--DarkGrey-1 {
  color: #2e2e2e !important;
}

.m-color-bg--DarkGrey-1 {
  background-color: #2e2e2e !important;
}

.m-color-b--DarkGrey-1 {
  border-color: #2e2e2e !important;
}

.m-color-t--MidGrey {
  color: #767676 !important;
}

.m-color-bg--MidGrey {
  background-color: #767676 !important;
}

.m-color-b--MidGrey {
  border-color: #767676 !important;
}

.m-color-t--MidGrey-base {
  color: #767676 !important;
}

.m-color-bg--MidGrey-base {
  background-color: #767676 !important;
}

.m-color-b--MidGrey-base {
  border-color: #767676 !important;
}

.m-color-t--DarkCoral {
  color: #f57171 !important;
}

.m-color-bg--DarkCoral {
  background-color: #f57171 !important;
}

.m-color-b--DarkCoral {
  border-color: #f57171 !important;
}

.m-color-t--DarkCoral-base {
  color: #f57171 !important;
}

.m-color-bg--DarkCoral-base {
  background-color: #f57171 !important;
}

.m-color-b--DarkCoral-base {
  border-color: #f57171 !important;
}

.m-color-t--LightBlue {
  color: #1184ff !important;
}

.m-color-bg--LightBlue {
  background-color: #1184ff !important;
}

.m-color-b--LightBlue {
  border-color: #1184ff !important;
}

.m-color-t--LightBlue-base {
  color: #1184ff !important;
}

.m-color-bg--LightBlue-base {
  background-color: #1184ff !important;
}

.m-color-b--LightBlue-base {
  border-color: #1184ff !important;
}

.m-color-t--DarkBlue {
  color: #153c63 !important;
}

.m-color-bg--DarkBlue {
  background-color: #153c63 !important;
}

.m-color-b--DarkBlue {
  border-color: #153c63 !important;
}

.m-color-t--DarkBlue-base {
  color: #153c63 !important;
}

.m-color-bg--DarkBlue-base {
  background-color: #153c63 !important;
}

.m-color-b--DarkBlue-base {
  border-color: #153c63 !important;
}

.m-color-t--DarkGreen {
  color: #155635 !important;
}

.m-color-bg--DarkGreen {
  background-color: #155635 !important;
}

.m-color-b--DarkGreen {
  border-color: #155635 !important;
}

.m-color-t--DarkGreen-base {
  color: #155635 !important;
}

.m-color-bg--DarkGreen-base {
  background-color: #155635 !important;
}

.m-color-b--DarkGreen-base {
  border-color: #155635 !important;
}

.m-color-t--DarkRed {
  color: #a02e1c !important;
}

.m-color-bg--DarkRed {
  background-color: #a02e1c !important;
}

.m-color-b--DarkRed {
  border-color: #a02e1c !important;
}

.m-color-t--DarkRed-base {
  color: #a02e1c !important;
}

.m-color-bg--DarkRed-base {
  background-color: #a02e1c !important;
}

.m-color-b--DarkRed-base {
  border-color: #a02e1c !important;
}

.m-color-t--LightRed {
  color: #fcebe7 !important;
}

.m-color-bg--LightRed {
  background-color: #fcebe7 !important;
}

.m-color-b--LightRed {
  border-color: #fcebe7 !important;
}

.m-color-t--LightRed-base {
  color: #fcebe7 !important;
}

.m-color-bg--LightRed-base {
  background-color: #fcebe7 !important;
}

.m-color-b--LightRed-base {
  border-color: #fcebe7 !important;
}

.m-color-t--LightGrey {
  color: #e8e8e8 !important;
}

.m-color-bg--LightGrey {
  background-color: #e8e8e8 !important;
}

.m-color-b--LightGrey {
  border-color: #e8e8e8 !important;
}

.m-color-t--LightGrey-base {
  color: #e8e8e8 !important;
}

.m-color-bg--LightGrey-base {
  background-color: #e8e8e8 !important;
}

.m-color-b--LightGrey-base {
  border-color: #e8e8e8 !important;
}

.m-color-t--LightGrey-1 {
  color: #f7f7f7 !important;
}

.m-color-bg--LightGrey-1 {
  background-color: #f7f7f7 !important;
}

.m-color-b--LightGrey-1 {
  border-color: #f7f7f7 !important;
}

.m-color-t--LightGrey2 {
  color: #f0f0f0 !important;
}

.m-color-bg--LightGrey2 {
  background-color: #f0f0f0 !important;
}

.m-color-b--LightGrey2 {
  border-color: #f0f0f0 !important;
}

.m-color-t--LightGrey2-base {
  color: #f0f0f0 !important;
}

.m-color-bg--LightGrey2-base {
  background-color: #f0f0f0 !important;
}

.m-color-b--LightGrey2-base {
  border-color: #f0f0f0 !important;
}

.m-color-t--LightGrey3 {
  color: #e3e3e3 !important;
}

.m-color-bg--LightGrey3 {
  background-color: #e3e3e3 !important;
}

.m-color-b--LightGrey3 {
  border-color: #e3e3e3 !important;
}

.m-color-t--LightGrey3-base {
  color: #e3e3e3 !important;
}

.m-color-bg--LightGrey3-base {
  background-color: #e3e3e3 !important;
}

.m-color-b--LightGrey3-base {
  border-color: #e3e3e3 !important;
}

.m-color-t--LightGrey4 {
  color: #848489 !important;
}

.m-color-bg--LightGrey4 {
  background-color: #848489 !important;
}

.m-color-b--LightGrey4 {
  border-color: #848489 !important;
}

.m-color-t--LightGrey4-base {
  color: #848489 !important;
}

.m-color-bg--LightGrey4-base {
  background-color: #848489 !important;
}

.m-color-b--LightGrey4-base {
  border-color: #848489 !important;
}

.m-color-t--LegacyColors {
  color: transparent !important;
}

.m-color-bg--LegacyColors {
  background-color: transparent !important;
}

.m-color-b--LegacyColors {
  border-color: transparent !important;
}

.m-color-t--LegacyColors-base {
  color: transparent !important;
}

.m-color-bg--LegacyColors-base {
  background-color: transparent !important;
}

.m-color-b--LegacyColors-base {
  border-color: transparent !important;
}

.m-color-t--LegacyColors-1 {
  color: #71bf5e !important;
}

.m-color-bg--LegacyColors-1 {
  background-color: #71bf5e !important;
}

.m-color-b--LegacyColors-1 {
  border-color: #71bf5e !important;
}

.m-color-t--LegacyColors-2 {
  color: #00a1e0 !important;
}

.m-color-bg--LegacyColors-2 {
  background-color: #00a1e0 !important;
}

.m-color-b--LegacyColors-2 {
  border-color: #00a1e0 !important;
}

.m-color-t--LegacyColors-3 {
  color: #de3412 !important;
}

.m-color-bg--LegacyColors-3 {
  background-color: #de3412 !important;
}

.m-color-b--LegacyColors-3 {
  border-color: #de3412 !important;
}

.m-color-t--LegacyColors-4 {
  color: #c00c99 !important;
}

.m-color-bg--LegacyColors-4 {
  background-color: #c00c99 !important;
}

.m-color-b--LegacyColors-4 {
  border-color: #c00c99 !important;
}

.m-color-t--LegacyColors-5 {
  color: #f8f8f8 !important;
}

.m-color-bg--LegacyColors-5 {
  background-color: #f8f8f8 !important;
}

.m-color-b--LegacyColors-5 {
  border-color: #f8f8f8 !important;
}

.m-color-t--LegacyColors-6 {
  color: #e5e5e5 !important;
}

.m-color-bg--LegacyColors-6 {
  background-color: #e5e5e5 !important;
}

.m-color-b--LegacyColors-6 {
  border-color: #e5e5e5 !important;
}

.m-color-t--LegacyColors-7 {
  color: #d0d0d0 !important;
}

.m-color-bg--LegacyColors-7 {
  background-color: #d0d0d0 !important;
}

.m-color-b--LegacyColors-7 {
  border-color: #d0d0d0 !important;
}

.m-color-t--LegacyColors-8 {
  color: #222 !important;
}

.m-color-bg--LegacyColors-8 {
  background-color: #222 !important;
}

.m-color-b--LegacyColors-8 {
  border-color: #222 !important;
}

.m-color-t--LegacyColors-9 {
  color: #444 !important;
}

.m-color-bg--LegacyColors-9 {
  background-color: #444 !important;
}

.m-color-b--LegacyColors-9 {
  border-color: #444 !important;
}

.m-color-t--LegacyColors-10 {
  color: #231f20 !important;
}

.m-color-bg--LegacyColors-10 {
  background-color: #231f20 !important;
}

.m-color-b--LegacyColors-10 {
  border-color: #231f20 !important;
}

.m-color-t--LegacyColors-11 {
  color: #fcfcfc !important;
}

.m-color-bg--LegacyColors-11 {
  background-color: #fcfcfc !important;
}

.m-color-b--LegacyColors-11 {
  border-color: #fcfcfc !important;
}

.m-color-t--LegacyColors-12 {
  color: rgba(0, 0, 0, 0.16) !important;
}

.m-color-bg--LegacyColors-12 {
  background-color: rgba(0, 0, 0, 0.16) !important;
}

.m-color-b--LegacyColors-12 {
  border-color: rgba(0, 0, 0, 0.16) !important;
}

.m-color-t--LegacyColors-13 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.m-color-bg--LegacyColors-13 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.m-color-b--LegacyColors-13 {
  border-color: rgba(0, 0, 0, 0.5) !important;
}

.m-color-t--LegacyColors-14 {
  color: rgba(0, 0, 0, 0.04) !important;
}

.m-color-bg--LegacyColors-14 {
  background-color: rgba(0, 0, 0, 0.04) !important;
}

.m-color-b--LegacyColors-14 {
  border-color: rgba(0, 0, 0, 0.04) !important;
}

.m-color-t--LegacyColors-15 {
  color: #d2ad81 !important;
}

.m-color-bg--LegacyColors-15 {
  background-color: #d2ad81 !important;
}

.m-color-b--LegacyColors-15 {
  border-color: #d2ad81 !important;
}

.m-color-t--LegacyColors-16 {
  color: #4d2d15 !important;
}

.m-color-bg--LegacyColors-16 {
  background-color: #4d2d15 !important;
}

.m-color-b--LegacyColors-16 {
  border-color: #4d2d15 !important;
}

.m-color-t--LegacyColors-17 {
  color: #dcdcdc !important;
}

.m-color-bg--LegacyColors-17 {
  background-color: #dcdcdc !important;
}

.m-color-b--LegacyColors-17 {
  border-color: #dcdcdc !important;
}

.m-color-t--LegacyColors-18 {
  color: #c4c4c4 !important;
}

.m-color-bg--LegacyColors-18 {
  background-color: #c4c4c4 !important;
}

.m-color-b--LegacyColors-18 {
  border-color: #c4c4c4 !important;
}

.m-color-t--LegacyColors-19 {
  color: #656565 !important;
}

.m-color-bg--LegacyColors-19 {
  background-color: #656565 !important;
}

.m-color-b--LegacyColors-19 {
  border-color: #656565 !important;
}

.m-color-t--LegacyColors-20 {
  color: #2f2f2f !important;
}

.m-color-bg--LegacyColors-20 {
  background-color: #2f2f2f !important;
}

.m-color-b--LegacyColors-20 {
  border-color: #2f2f2f !important;
}

.m-color-t--LegacyColors-21 {
  color: #828282 !important;
}

.m-color-bg--LegacyColors-21 {
  background-color: #828282 !important;
}

.m-color-b--LegacyColors-21 {
  border-color: #828282 !important;
}

.m-color-t--LegacyColors-22 {
  color: #0070d2 !important;
}

.m-color-bg--LegacyColors-22 {
  background-color: #0070d2 !important;
}

.m-color-b--LegacyColors-22 {
  border-color: #0070d2 !important;
}

.m-color-t--LegacyColors-23 {
  color: #a2a2a2 !important;
}

.m-color-bg--LegacyColors-23 {
  background-color: #a2a2a2 !important;
}

.m-color-b--LegacyColors-23 {
  border-color: #a2a2a2 !important;
}

.m-color-t--LegacyColors-24 {
  color: #dfdfdf !important;
}

.m-color-bg--LegacyColors-24 {
  background-color: #dfdfdf !important;
}

.m-color-b--LegacyColors-24 {
  border-color: #dfdfdf !important;
}

.m-color-t--LegacyColors-25 {
  color: #ccc !important;
}

.m-color-bg--LegacyColors-25 {
  background-color: #ccc !important;
}

.m-color-b--LegacyColors-25 {
  border-color: #ccc !important;
}

.m-color-t--LegacyColors-26 {
  color: #555 !important;
}

.m-color-bg--LegacyColors-26 {
  background-color: #555 !important;
}

.m-color-b--LegacyColors-26 {
  border-color: #555 !important;
}

.m-color-t--LegacyColors-27 {
  color: #666 !important;
}

.m-color-bg--LegacyColors-27 {
  background-color: #666 !important;
}

.m-color-b--LegacyColors-27 {
  border-color: #666 !important;
}

.m-color-t--LegacyColors-28 {
  color: #bfbfbf !important;
}

.m-color-bg--LegacyColors-28 {
  background-color: #bfbfbf !important;
}

.m-color-b--LegacyColors-28 {
  border-color: #bfbfbf !important;
}

.m-color-t--LegacyColors-29 {
  color: #dbdbdb !important;
}

.m-color-bg--LegacyColors-29 {
  background-color: #dbdbdb !important;
}

.m-color-b--LegacyColors-29 {
  border-color: #dbdbdb !important;
}

.m-color-t--LegacyColors-30 {
  color: #ffc717 !important;
}

.m-color-bg--LegacyColors-30 {
  background-color: #ffc717 !important;
}

.m-color-b--LegacyColors-30 {
  border-color: #ffc717 !important;
}

.m-color-t--LegacyColors-31 {
  color: #d75720 !important;
}

.m-color-bg--LegacyColors-31 {
  background-color: #d75720 !important;
}

.m-color-b--LegacyColors-31 {
  border-color: #d75720 !important;
}

.m-color-t--LegacyColors-32 {
  color: #84211b !important;
}

.m-color-bg--LegacyColors-32 {
  background-color: #84211b !important;
}

.m-color-b--LegacyColors-32 {
  border-color: #84211b !important;
}

.m-color-t--LegacyColors-33 {
  color: #4b4b4b !important;
}

.m-color-bg--LegacyColors-33 {
  background-color: #4b4b4b !important;
}

.m-color-b--LegacyColors-33 {
  border-color: #4b4b4b !important;
}

.m-color-t--ImageOverlay {
  color: rgba(17, 17, 17, 0.03) !important;
}

.m-color-bg--ImageOverlay {
  background-color: rgba(17, 17, 17, 0.03) !important;
}

.m-color-b--ImageOverlay {
  border-color: rgba(17, 17, 17, 0.03) !important;
}

.m-color-t--ImageOverlay-base {
  color: rgba(17, 17, 17, 0.03) !important;
}

.m-color-bg--ImageOverlay-base {
  background-color: rgba(17, 17, 17, 0.03) !important;
}

.m-color-b--ImageOverlay-base {
  border-color: rgba(17, 17, 17, 0.03) !important;
}

.m-color-t--VideoGradient {
  color: transparent !important;
}

.m-color-bg--VideoGradient {
  background-color: transparent !important;
}

.m-color-b--VideoGradient {
  border-color: transparent !important;
}

.m-color-t--VideoGradient-base {
  color: transparent !important;
}

.m-color-bg--VideoGradient-base {
  background-color: transparent !important;
}

.m-color-b--VideoGradient-base {
  border-color: transparent !important;
}

.m-color-t--VideoGradient-1 {
  color: #3a3a3a !important;
}

.m-color-bg--VideoGradient-1 {
  background-color: #3a3a3a !important;
}

.m-color-b--VideoGradient-1 {
  border-color: #3a3a3a !important;
}

.m-color-t--VideoGradient-2 {
  color: #1d1d1d !important;
}

.m-color-bg--VideoGradient-2 {
  background-color: #1d1d1d !important;
}

.m-color-b--VideoGradient-2 {
  border-color: #1d1d1d !important;
}

.m-text--h1 {
  font-size: 48px !important;
  line-height: 60px !important;
  font-weight: 600 !important;
}

.m-text--h2 {
  font-size: 32px !important;
  line-height: 40px !important;
  font-weight: 600 !important;
}

.m-text--h3 {
  font-size: 24px !important;
  line-height: 30px !important;
  font-weight: 600 !important;
}

.m-text--h4 {
  font-size: 20px !important;
  line-height: 25px !important;
  font-weight: 600 !important;
}

.m-text--h5 {
  font-size: 18px !important;
  line-height: 22px !important;
  font-weight: 600 !important;
}

.m-text--h6 {
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
}

.m-text--p-lg {
  font-size: 20px !important;
  line-height: 30px !important;
}

.m-text--p-rg {
  font-size: 16px !important;
  line-height: 24px !important;
}

.m-text--p-sm {
  font-size: 14px !important;
  line-height: 20px !important;
}

.m-text--p-xs {
  font-size: 12px !important;
  line-height: 16px !important;
}

.m-text--p-xs-2 {
  font-size: 12px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
}

.m-text--p-xxs {
  font-size: 10px !important;
  line-height: 16px !important;
}

.m-text--p-xxs-2 {
  font-size: 11px !important;
  line-height: 12px !important;
}

.m-text--caption-lg {
  font-size: 18px !important;
  line-height: 26px !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}

.m-text--caption-rg {
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}

.m-text--caption-sm {
  font-size: 10px !important;
  line-height: 16px !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}

.m-text--caption-sm-2 {
  font-size: 14px !important;
  line-height: 20px !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}

.m-text--caption-xs {
  font-size: 12px !important;
  line-height: 16px !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}

.m-text--caption-xxs {
  font-size: 10px !important;
  line-height: 16px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}

.m-text--label {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
}

.m-text--accent-sm {
  font-size: 24px !important;
  line-height: 20px !important;
  font-family: "Rollerscript" !important;
}

.m-text--accent-lg {
  font-size: 48px !important;
  line-height: 45px !important;
  font-family: "Rollerscript" !important;
}

.m-text--icon {
  font-size: 16px !important;
  line-height: 16px !important;
}

.m-text--icon-md {
  font-size: 20px !important;
  line-height: 20px !important;
}

.m-text--icon-lg {
  font-size: 24px !important;
  line-height: 24px !important;
}

.m-text--icon-variant-1 {
  font-size: 17px !important;
  line-height: !important;
}

.m-text--icon-variant-2 {
  font-size: 14px !important;
  line-height: 17px !important;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.m-t__main-heading,
.m-t__section-heading,
.m-t__heading,
.m-t__link,
.m-t__cta {
  color: #000;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  text-transform: none;
}

.m-t__main-heading {
  font-size: 18px;
  letter-spacing: 1.5px;
}

.m-t__primary-heading {
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.38;
  letter-spacing: 1.6px;
  margin: 0;
}
@media (min-width: 992px) {
  .m-t__primary-heading {
    font-size: 38;
  }
}

.m-t__heading {
  font-size: 14px;
  letter-spacing: 1.33px;
}

.m-t__section-title {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.8px;
  line-height: 1;
}
@media (min-width: 769px) {
  .m-t__section-title {
    font-size: 1rem;
    letter-spacing: 1.3px;
  }
}

.m-t__page-title {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 400;
  color: #000;
  margin-bottom: 11px;
}
@media (min-width: 769px) {
  .m-t__page-title {
    font-size: 18px;
    letter-spacing: 1.4px;
  }
}

.m-t__section-highlight {
  color: #c00c99;
  font-size: 14px;
  letter-spacing: 0.8px;
}

.m-t__section-highlight--lg {
  color: #c00c99;
  font-size: 1rem;
  letter-spacing: 1.3px;
}

.m-t__link,
.m-t__cta {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  background: none;
  border: none;
  color: #000;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  padding-bottom: 1px;
  font-weight: 400;
}
.m-t__link::after,
.m-t__cta::after {
  border-top: 1px solid currentColor;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 100%;
}
@media (min-width: 992px) {
  .m-t__link:hover,
  .m-t__cta:hover {
    text-decoration: none;
  }
  .m-t__link:hover::after,
  .m-t__cta:hover::after {
    width: 0;
  }
}

.m-t__cta {
  font-weight: 900;
}

.m-t__link--small,
.m-t__cta--small {
  font-size: 12px;
}

.m-t__link--white,
.m-t__cta--white {
  color: #fff;
}

.m-t__strong {
  font-weight: 900;
}

.m-t__danger {
  color: #ae1800;
}

.m-t__helpingtext {
  color: #767676;
}

.m-t__underline {
  text-decoration: underline;
}

.m-t__no-underline {
  text-decoration: none !important;
}

.m-t__shadow-1 {
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
}

.m-t__line-through {
  text-decoration: line-through;
}

.m-t__regular {
  font-weight: 400;
}

.m-t__medium {
  font-weight: 600;
}

.m-t__strong {
  font-weight: 800;
}

.m-line-clamp {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.m-line-clamp-single {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.blm-btn {
  font-size: 14px;
  line-height: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 12px;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 992px) {
  .blm-btn {
    height: 40px;
  }
}
.blm-btn--full-width {
  width: 100%;
}
.blm-btn--large {
  padding: 14px 16px;
}
.blm-btn--small {
  padding: 6px 8px;
}
.blm-btn--fixed-height-m {
  height: 40px;
}
.blm-btn--fixed-height-l {
  height: 44px;
}
.blm-btn__content {
  position: relative;
  width: 100%;
}
.blm-btn__text, .blm-btn__icon {
  vertical-align: middle;
}
.blm-btn__icon {
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blm-btn__text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: inline-block;
}
.blm-btn__checkmark {
  display: none;
  height: 20px;
  position: relative;
  width: 20px;
}
.blm-btn__checkmark::after {
  -webkit-animation: checkmark 0.8s ease;
          animation: checkmark 0.8s ease;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 10px;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scaleX(-1) rotate(135deg) /*!rtl:rotate(-135deg)*/;
      -ms-transform: scaleX(-1) rotate(135deg) /*!rtl:rotate(-135deg)*/;
          transform: scaleX(-1) rotate(135deg) /*!rtl:rotate(-135deg)*/;
  width: 10px;
  /* rtl:raw:
      right: 20px;
  */
}
.blm-btn.m-loading, .blm-btn.m-loaded {
  min-height: 40px;
  min-width: 80px;
  pointer-events: none;
}
.blm-btn.m-loading .blm-btn__content, .blm-btn.m-loaded .blm-btn__content {
  display: none;
}
.blm-btn.m-loading {
  background-color: #767676;
}
.blm-btn.m-loaded {
  background-color: #111;
}

.blm-btn--default {
  background-color: #111;
  border: 1px solid transparent;
  color: #fff;
}
@media (min-width: 992px) {
  .blm-btn--default:hover {
    background-color: #767676;
    color: #fff;
  }
}
.blm-btn--default.m-loading {
  background-color: #767676;
}
.blm-btn--default.m-loaded {
  background-color: #111;
}
.blm-btn--default.m-disabled, .blm-btn--default:disabled {
  background-color: #cbcbcb;
}
.blm-btn--default.m-disabled {
  pointer-events: none;
}

.blm-btn--outlined-light {
  background-color: #fff;
  border: 1px solid #cbcbcb;
  color: #111;
}
.blm-btn--outlined-light:hover {
  border: 1px solid #111;
  background-color: #f9f9f9;
}
.blm-btn--outlined-light.m-loading {
  background-color: #fff;
}
.blm-btn--outlined-light.m-disabled, .blm-btn--outlined-light:disabled {
  color: rgba(17, 17, 17, 0.5);
  pointer-events: none;
}

.blm-btn--outlined-dark {
  background-color: #fff;
  border: 1px solid #111;
  color: #111;
}
@media (min-width: 992px) {
  .blm-btn--outlined-dark:hover {
    border: 1px solid #111;
    background-color: #000;
    color: #fff;
  }
}
.blm-btn--outlined-dark:disabled {
  color: rgba(17, 17, 17, 0.5);
  border-color: #cbcbcb;
  pointer-events: none;
}
.blm-btn--outlined-dark.m-disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #fff;
  opacity: 1;
  pointer-events: none;
}
.blm-btn--outlined-dark.m-loading {
  background-color: #767676;
  border: 1px solid #767676;
}
.blm-btn--outlined-dark.m-loaded {
  background-color: #111;
  border: 1px solid #111;
}

.blm-btn--icon-only {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #111;
  border: 1px solid #111;
  border-radius: 40px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
}

.blm-btn--icon-only--wishlist {
  height: 32px;
  width: 32px;
  background-color: #fff;
  border: none;
  border-radius: 32px;
  color: #111;
}

.blm-btn--medium-width {
  min-width: 200px;
}
.blm-btn--medium-width.m-loading {
  min-width: 200px;
}

.blm-btn--link {
  background: none;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: inset 0 -1px 0 #111;
          box-shadow: inset 0 -1px 0 #111;
  color: #111;
  display: inline-block;
  height: auto;
  padding: 0;
  text-align: left;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  width: auto;
}

.blm-btn--link-small {
  font-size: 12px;
  line-height: 16px;
  background: none;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: inset 0 -1px 0 #111;
          box-shadow: inset 0 -1px 0 #111;
  color: #111;
  display: inline-block;
  font-weight: 400;
  height: auto;
  padding: 0;
  text-align: left;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  width: auto;
}

.blm-btn--link-with-checkmark {
  background: none;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: inset 0 -1px 0 #111;
          box-shadow: inset 0 -1px 0 #111;
  display: inline-block;
  height: auto;
  padding: 0;
  text-align: left;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  width: auto;
}
.non-touch .blm-btn--link-with-checkmark:hover {
  -webkit-box-shadow: inset 0 -1px 0 #000;
          box-shadow: inset 0 -1px 0 #000;
  color: #000;
}
.blm-btn--link-with-checkmark .blm-btn__checkmark::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\E009";
  display: inline-block;
  font-family: "bloomingdales" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  vertical-align: middle;
  font-size: 20px;
}
.blm-btn--link-with-checkmark .blm-btn__checkmark::after {
  -webkit-animation: checkmark-small 0.8s ease;
          animation: checkmark-small 0.8s ease;
  border-right: 1.5px solid #111;
  border-top: 1.5px solid #111;
  height: 11px;
  left: 3.5px;
  top: 10px;
  width: 6px;
  /* rtl:raw:
      right: 16.5px;
  */
}
.blm-btn--link-with-checkmark.m-loading, .blm-btn--link-with-checkmark.m-loaded {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  min-height: 20px;
  min-width: 20px;
}
.blm-btn--link-with-checkmark:disabled {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #767676;
}
.non-touch .blm-btn--link-with-checkmark:disabled:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #767676;
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
  }
  20% {
    height: 0;
    width: 10px;
  }
  40% {
    height: 20px;
    width: 10px;
  }
  100% {
    height: 20px;
    width: 10px;
  }
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
  }
  20% {
    height: 0;
    width: 10px;
  }
  40% {
    height: 20px;
    width: 10px;
  }
  100% {
    height: 20px;
    width: 10px;
  }
}
@-webkit-keyframes checkmark-small {
  0% {
    height: 0;
    width: 0;
  }
  20% {
    height: 0;
    width: 6px;
  }
  40% {
    height: 11px;
    width: 6px;
  }
  100% {
    height: 11px;
    width: 6px;
  }
}
@keyframes checkmark-small {
  0% {
    height: 0;
    width: 0;
  }
  20% {
    height: 0;
    width: 6px;
  }
  40% {
    height: 11px;
    width: 6px;
  }
  100% {
    height: 11px;
    width: 6px;
  }
}
.blm-heading {
  background-color: #111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 158px;
  padding-left: 8px;
  margin: 16px 0;
}
.blm-heading__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #cbcbcb;
}
.blm-heading__subtitle {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
}

/*
## Alert example:
<div class="blm-alert blm-alert--info" role="alert">
    <div class="blm-alert__content">
        <div class="blm-alert__heading">
            Sorry, this item is currently out of stock!
        </div>
        <div class="blm-alert__text">
            It will be available again soon. Sign up now and be the first to know when it’s available.
        </div>
    </div>
</div>
*/
.blm-alert {
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 12px 16px;
}
.blm-alert--info {
  background-color: #e9f3fc;
  -webkit-box-shadow: inset 0 0 0 1px #346596;
          box-shadow: inset 0 0 0 1px #346596;
  color: #153c63;
}
.blm-alert--info::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\E094";
  display: inline-block;
  font-family: "bloomingdales" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  vertical-align: middle;
}
.blm-alert--success {
  background-color: #dde9de;
  -webkit-box-shadow: inset 0 0 0 1px #25744c;
          box-shadow: inset 0 0 0 1px #25744c;
  color: #155635;
}
.blm-alert--success::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\E082";
  display: inline-block;
  font-family: "bloomingdales" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  vertical-align: middle;
}
.blm-alert--error {
  background-color: #fcebe7;
  -webkit-box-shadow: inset 0 0 0 1px #ae1800;
          box-shadow: inset 0 0 0 1px #ae1800;
  color: #a02e1c;
}
.blm-alert--error::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\E093";
  display: inline-block;
  font-family: "bloomingdales" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  vertical-align: middle;
}
.blm-alert--error a {
  color: #a02e1c;
}
.blm-alert::before {
  font-size: 16px;
  line-height: 1;
  margin-right: 12px;
}
.blm-alert__content {
  position: relative;
}
.blm-alert__heading {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  font-weight: 600;
  margin-bottom: 4px;
}
.blm-alert__text {
  font-size: 12px;
  line-height: 16px;
}
.blm-alert__text span,
.blm-alert__text a {
  color: currentColor;
  text-decoration: underline;
}
.blm-alert--type-2::before {
  margin-top: 2px;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
/*
## Accordion example:
<div class="blm-accordion" id="accordion">
    <div class="blm-accordion__item">
        <button class="blm-accordion__button" type="button" data-toggle="collapse" data-target="#accordion-item-1" aria-expanded="true">
            <span>Accordion Button</span>
        </button>
        <div id="accordion-item-1" class="collapse show" data-parent="#accordion">
            <div class="blm-accordion__body">
                Text 1
            </div>
        </div>
    </div>
    <div class="blm-accordion__item">
        <button class="blm-accordion__button collapsed" type="button" data-toggle="collapse" data-target="#accordion-item-2" aria-expanded="false">
            <span>Accordion Button</span>
        </button>
        <div id="accordion-item-2" class="collapse" data-parent="#accordion">
            <div class="blm-accordion__body">
                <div class="blm-accordion__scroll">
                    Text 2
                </div>
            </div>
        </div>
    </div>
</div>
*/
.blm-accordion {
  border-bottom: 1px solid #e8e8e8;
  display: block;
  margin-bottom: 8px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .blm-accordion {
    margin-bottom: 16px;
  }
}

.blm-accordion__item:first-child .blm-accordion__button {
  border-top: none;
}

.blm-accordion__button {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: 0;
  border-top: 1px solid #e8e8e8;
  color: #111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  outline: 0;
  padding: 12px 0 11px;
  -webkit-transition: color 0.3s ease, padding 0.3s ease;
  -o-transition: color 0.3s ease, padding 0.3s ease;
  transition: color 0.3s ease, padding 0.3s ease;
  width: 100%;
}
.blm-accordion__button::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\E003";
  display: inline-block;
  font-family: "bloomingdales" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 16px;
}
.blm-accordion__button.collapsed::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\E006";
  display: inline-block;
  font-family: "bloomingdales" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  vertical-align: middle;
  color: #111;
  line-height: 16px;
}

.blm-accordion__body {
  font-size: 14px;
  line-height: 20px;
  color: #111;
}
.blm-accordion__body .table {
  color: #111;
}
.blm-accordion__body .table td,
.blm-accordion__body .table th {
  border: 0;
  min-width: 70px;
  padding: 2px 5px;
}
.blm-accordion__body .table td:first-child,
.blm-accordion__body .table th:first-child {
  padding-left: 0;
}

.blm-accordion__scroll {
  scrollbar-base-color: #cbcbcb;
  scrollbar-face-color: #cbcbcb;
  scrollbar-3dlight-color: #f9f9f9;
  scrollbar-arrow-color: #f9f9f9;
  scrollbar-highlight-color: #f9f9f9;
  scrollbar-shadow-color: #f9f9f9;
  scrollbar-dark-shadow-color: #f9f9f9;
  scrollbar-track-color: #f9f9f9;
  scrollbar-color: #cbcbcb #f9f9f9;
  scrollbar-track-color: #f9f9f9;
  scrollbar-width: thin;
  max-height: 272px;
  padding: 16px 8px 16px 0;
  overflow: auto;
  overflow-x: hidden;
  word-break: break-word;
}
.blm-accordion__scroll::-webkit-scrollbar {
  width: 4px;
  height: 66px;
}
.blm-accordion__scroll::-webkit-scrollbar-thumb {
  background: #cbcbcb;
  border-radius: 16px;
}
.blm-accordion__scroll::-webkit-scrollbar-track {
  background: #f9f9f9;
  border-radius: 16px;
  margin: 16px 0 16px 0;
}

.blm-accordion__label {
  font-size: 12px;
  line-height: 16px;
  margin-top: 40px;
}

.blm-accordion__link {
  background-color: #111;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  min-width: 175px;
  padding: 10px 16px;
  text-align: center;
}
.blm-accordion__link:hover {
  color: #fff;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.p-pdp .select2-container:not(.select2-container--inside-modal).select2-container--open,
.p-storepage .select2-container:not(.select2-container--inside-modal).select2-container--open,
.b-no-result .select2-container:not(.select2-container--inside-modal).select2-container--open,
.b-cart-page .select2-container:not(.select2-container--inside-modal).select2-container--open,
.b-search-page .select2-container:not(.select2-container--inside-modal).select2-container--open,
.b-wishlist-page .select2-container:not(.select2-container--inside-modal).select2-container--open,
.b-not-found-page .select2-container:not(.select2-container--inside-modal).select2-container--open,
.shopInShopPage--v2 .select2-container:not(.select2-container--inside-modal).select2-container--open,
.p-checkout .select2-container:not(.select2-container--inside-modal).select2-container--open,
.p-store-locator .select2-container:not(.select2-container--inside-modal).select2-container--open {
  z-index: 1 !important;
}
.p-pdp .select2-dropdown,
.p-storepage .select2-dropdown,
.b-no-result .select2-dropdown,
.b-cart-page .select2-dropdown,
.b-search-page .select2-dropdown,
.b-wishlist-page .select2-dropdown,
.b-not-found-page .select2-dropdown,
.shopInShopPage--v2 .select2-dropdown,
.p-checkout .select2-dropdown,
.p-store-locator .select2-dropdown {
  border: 1px solid #111;
  border-top: none;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.p-pdp .select2-container--open .select2-dropdown--below,
.p-storepage .select2-container--open .select2-dropdown--below,
.b-no-result .select2-container--open .select2-dropdown--below,
.b-cart-page .select2-container--open .select2-dropdown--below,
.b-search-page .select2-container--open .select2-dropdown--below,
.b-wishlist-page .select2-container--open .select2-dropdown--below,
.b-not-found-page .select2-container--open .select2-dropdown--below,
.shopInShopPage--v2 .select2-container--open .select2-dropdown--below,
.p-checkout .select2-container--open .select2-dropdown--below,
.p-store-locator .select2-container--open .select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}
.p-pdp .select2-container--open .select2-dropdown--above,
.p-storepage .select2-container--open .select2-dropdown--above,
.b-no-result .select2-container--open .select2-dropdown--above,
.b-cart-page .select2-container--open .select2-dropdown--above,
.b-search-page .select2-container--open .select2-dropdown--above,
.b-wishlist-page .select2-container--open .select2-dropdown--above,
.b-not-found-page .select2-container--open .select2-dropdown--above,
.shopInShopPage--v2 .select2-container--open .select2-dropdown--above,
.p-checkout .select2-container--open .select2-dropdown--above,
.p-store-locator .select2-container--open .select2-dropdown--above {
  border-radius: 2px 2px 0 0;
  border: 1px solid #111;
  border-bottom: none;
  margin-top: 1px;
}
.p-pdp .select2-container--open.select2-container--above .select2-selection--single,
.p-storepage .select2-container--open.select2-container--above .select2-selection--single,
.b-no-result .select2-container--open.select2-container--above .select2-selection--single,
.b-cart-page .select2-container--open.select2-container--above .select2-selection--single,
.b-search-page .select2-container--open.select2-container--above .select2-selection--single,
.b-wishlist-page .select2-container--open.select2-container--above .select2-selection--single,
.b-not-found-page .select2-container--open.select2-container--above .select2-selection--single,
.shopInShopPage--v2 .select2-container--open.select2-container--above .select2-selection--single,
.p-checkout .select2-container--open.select2-container--above .select2-selection--single,
.p-store-locator .select2-container--open.select2-container--above .select2-selection--single {
  border-color: #111;
  border-top: 1px solid #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.p-pdp .select2-container--open.select2-container--below .select2-selection--single,
.p-storepage .select2-container--open.select2-container--below .select2-selection--single,
.b-no-result .select2-container--open.select2-container--below .select2-selection--single,
.b-cart-page .select2-container--open.select2-container--below .select2-selection--single,
.b-search-page .select2-container--open.select2-container--below .select2-selection--single,
.b-wishlist-page .select2-container--open.select2-container--below .select2-selection--single,
.b-not-found-page .select2-container--open.select2-container--below .select2-selection--single,
.shopInShopPage--v2 .select2-container--open.select2-container--below .select2-selection--single,
.p-checkout .select2-container--open.select2-container--below .select2-selection--single,
.p-store-locator .select2-container--open.select2-container--below .select2-selection--single {
  border: 1px solid #111;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.p-pdp .select2-selection--single,
.p-storepage .select2-selection--single,
.b-no-result .select2-selection--single,
.b-cart-page .select2-selection--single,
.b-search-page .select2-selection--single,
.b-wishlist-page .select2-selection--single,
.b-not-found-page .select2-selection--single,
.shopInShopPage--v2 .select2-selection--single,
.p-checkout .select2-selection--single,
.p-store-locator .select2-selection--single {
  font-size: 14px;
  line-height: 20px;
  background-color: #fff;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  height: 40px;
}
.p-pdp .select2-selection--single:hover,
.p-storepage .select2-selection--single:hover,
.b-no-result .select2-selection--single:hover,
.b-cart-page .select2-selection--single:hover,
.b-search-page .select2-selection--single:hover,
.b-wishlist-page .select2-selection--single:hover,
.b-not-found-page .select2-selection--single:hover,
.shopInShopPage--v2 .select2-selection--single:hover,
.p-checkout .select2-selection--single:hover,
.p-store-locator .select2-selection--single:hover {
  border: 1px solid #111;
}
.p-pdp .select2-selection--single .select2-selection__rendered,
.p-storepage .select2-selection--single .select2-selection__rendered,
.b-no-result .select2-selection--single .select2-selection__rendered,
.b-cart-page .select2-selection--single .select2-selection__rendered,
.b-search-page .select2-selection--single .select2-selection__rendered,
.b-wishlist-page .select2-selection--single .select2-selection__rendered,
.b-not-found-page .select2-selection--single .select2-selection__rendered,
.shopInShopPage--v2 .select2-selection--single .select2-selection__rendered,
.p-checkout .select2-selection--single .select2-selection__rendered,
.p-store-locator .select2-selection--single .select2-selection__rendered {
  color: #111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: inherit;
  padding: 9px 36px 9px 12px;
}
.p-pdp .select2-results,
.p-storepage .select2-results,
.b-no-result .select2-results,
.b-cart-page .select2-results,
.b-search-page .select2-results,
.b-wishlist-page .select2-results,
.b-not-found-page .select2-results,
.shopInShopPage--v2 .select2-results,
.p-checkout .select2-results,
.p-store-locator .select2-results {
  padding: 4px 4px 4px 0;
}
.p-pdp .select2-results__options,
.p-storepage .select2-results__options,
.b-no-result .select2-results__options,
.b-cart-page .select2-results__options,
.b-search-page .select2-results__options,
.b-wishlist-page .select2-results__options,
.b-not-found-page .select2-results__options,
.shopInShopPage--v2 .select2-results__options,
.p-checkout .select2-results__options,
.p-store-locator .select2-results__options {
  scrollbar-base-color: #cbcbcb;
  scrollbar-face-color: #cbcbcb;
  scrollbar-3dlight-color: #f9f9f9;
  scrollbar-arrow-color: #f9f9f9;
  scrollbar-highlight-color: #f9f9f9;
  scrollbar-shadow-color: #f9f9f9;
  scrollbar-dark-shadow-color: #f9f9f9;
  scrollbar-track-color: #f9f9f9;
  scrollbar-color: #cbcbcb #f9f9f9;
  scrollbar-track-color: #f9f9f9;
  scrollbar-width: thin;
  padding: 0;
  max-height: 124px;
}
.p-pdp .select2-results__options::-webkit-scrollbar,
.p-storepage .select2-results__options::-webkit-scrollbar,
.b-no-result .select2-results__options::-webkit-scrollbar,
.b-cart-page .select2-results__options::-webkit-scrollbar,
.b-search-page .select2-results__options::-webkit-scrollbar,
.b-wishlist-page .select2-results__options::-webkit-scrollbar,
.b-not-found-page .select2-results__options::-webkit-scrollbar,
.shopInShopPage--v2 .select2-results__options::-webkit-scrollbar,
.p-checkout .select2-results__options::-webkit-scrollbar,
.p-store-locator .select2-results__options::-webkit-scrollbar {
  width: 4px;
  height: 33px;
}
.p-pdp .select2-results__options::-webkit-scrollbar-thumb,
.p-storepage .select2-results__options::-webkit-scrollbar-thumb,
.b-no-result .select2-results__options::-webkit-scrollbar-thumb,
.b-cart-page .select2-results__options::-webkit-scrollbar-thumb,
.b-search-page .select2-results__options::-webkit-scrollbar-thumb,
.b-wishlist-page .select2-results__options::-webkit-scrollbar-thumb,
.b-not-found-page .select2-results__options::-webkit-scrollbar-thumb,
.shopInShopPage--v2 .select2-results__options::-webkit-scrollbar-thumb,
.p-checkout .select2-results__options::-webkit-scrollbar-thumb,
.p-store-locator .select2-results__options::-webkit-scrollbar-thumb {
  background: #cbcbcb;
  border-radius: 16px;
}
.p-pdp .select2-results__options::-webkit-scrollbar-track,
.p-storepage .select2-results__options::-webkit-scrollbar-track,
.b-no-result .select2-results__options::-webkit-scrollbar-track,
.b-cart-page .select2-results__options::-webkit-scrollbar-track,
.b-search-page .select2-results__options::-webkit-scrollbar-track,
.b-wishlist-page .select2-results__options::-webkit-scrollbar-track,
.b-not-found-page .select2-results__options::-webkit-scrollbar-track,
.shopInShopPage--v2 .select2-results__options::-webkit-scrollbar-track,
.p-checkout .select2-results__options::-webkit-scrollbar-track,
.p-store-locator .select2-results__options::-webkit-scrollbar-track {
  background: #f9f9f9;
  border-radius: 16px;
  margin: 0 0 0 0;
}
.p-pdp .select2-results__option-value.disabled,
.p-storepage .select2-results__option-value.disabled,
.b-no-result .select2-results__option-value.disabled,
.b-cart-page .select2-results__option-value.disabled,
.b-search-page .select2-results__option-value.disabled,
.b-wishlist-page .select2-results__option-value.disabled,
.b-not-found-page .select2-results__option-value.disabled,
.shopInShopPage--v2 .select2-results__option-value.disabled,
.p-checkout .select2-results__option-value.disabled,
.p-store-locator .select2-results__option-value.disabled {
  color: #767676;
}
.p-pdp .select2-results__option-value .m-warning,
.p-storepage .select2-results__option-value .m-warning,
.b-no-result .select2-results__option-value .m-warning,
.b-cart-page .select2-results__option-value .m-warning,
.b-search-page .select2-results__option-value .m-warning,
.b-wishlist-page .select2-results__option-value .m-warning,
.b-not-found-page .select2-results__option-value .m-warning,
.shopInShopPage--v2 .select2-results__option-value .m-warning,
.p-checkout .select2-results__option-value .m-warning,
.p-store-locator .select2-results__option-value .m-warning {
  color: #f57171;
}
.p-pdp .select2-results__option-value .m-warning,
.p-pdp .select2-results__option-value .m-lowstock,
.p-pdp .select2-results__option-value .m-notavailable,
.p-storepage .select2-results__option-value .m-warning,
.p-storepage .select2-results__option-value .m-lowstock,
.p-storepage .select2-results__option-value .m-notavailable,
.b-no-result .select2-results__option-value .m-warning,
.b-no-result .select2-results__option-value .m-lowstock,
.b-no-result .select2-results__option-value .m-notavailable,
.b-cart-page .select2-results__option-value .m-warning,
.b-cart-page .select2-results__option-value .m-lowstock,
.b-cart-page .select2-results__option-value .m-notavailable,
.b-search-page .select2-results__option-value .m-warning,
.b-search-page .select2-results__option-value .m-lowstock,
.b-search-page .select2-results__option-value .m-notavailable,
.b-wishlist-page .select2-results__option-value .m-warning,
.b-wishlist-page .select2-results__option-value .m-lowstock,
.b-wishlist-page .select2-results__option-value .m-notavailable,
.b-not-found-page .select2-results__option-value .m-warning,
.b-not-found-page .select2-results__option-value .m-lowstock,
.b-not-found-page .select2-results__option-value .m-notavailable,
.shopInShopPage--v2 .select2-results__option-value .m-warning,
.shopInShopPage--v2 .select2-results__option-value .m-lowstock,
.shopInShopPage--v2 .select2-results__option-value .m-notavailable,
.p-checkout .select2-results__option-value .m-warning,
.p-checkout .select2-results__option-value .m-lowstock,
.p-checkout .select2-results__option-value .m-notavailable,
.p-store-locator .select2-results__option-value .m-warning,
.p-store-locator .select2-results__option-value .m-lowstock,
.p-store-locator .select2-results__option-value .m-notavailable {
  font-weight: 600;
  margin-left: auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.p-pdp .select2-results__option,
.p-storepage .select2-results__option,
.b-no-result .select2-results__option,
.b-cart-page .select2-results__option,
.b-search-page .select2-results__option,
.b-wishlist-page .select2-results__option,
.b-not-found-page .select2-results__option,
.shopInShopPage--v2 .select2-results__option,
.p-checkout .select2-results__option,
.p-store-locator .select2-results__option {
  font-size: 14px;
  line-height: 20px;
  color: #111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4px;
  padding: 10px 12px;
  position: relative;
}
.p-pdp .select2-results__option:hover,
.p-storepage .select2-results__option:hover,
.b-no-result .select2-results__option:hover,
.b-cart-page .select2-results__option:hover,
.b-search-page .select2-results__option:hover,
.b-wishlist-page .select2-results__option:hover,
.b-not-found-page .select2-results__option:hover,
.shopInShopPage--v2 .select2-results__option:hover,
.p-checkout .select2-results__option:hover,
.p-store-locator .select2-results__option:hover {
  background: #f9f9f9;
}
.p-pdp .select2-results__option .m-notavailable,
.p-storepage .select2-results__option .m-notavailable,
.b-no-result .select2-results__option .m-notavailable,
.b-cart-page .select2-results__option .m-notavailable,
.b-search-page .select2-results__option .m-notavailable,
.b-wishlist-page .select2-results__option .m-notavailable,
.b-not-found-page .select2-results__option .m-notavailable,
.shopInShopPage--v2 .select2-results__option .m-notavailable,
.p-checkout .select2-results__option .m-notavailable,
.p-store-locator .select2-results__option .m-notavailable {
  text-decoration: none;
}
.p-pdp .select2-results__option .m-lowstock,
.p-storepage .select2-results__option .m-lowstock,
.b-no-result .select2-results__option .m-lowstock,
.b-cart-page .select2-results__option .m-lowstock,
.b-search-page .select2-results__option .m-lowstock,
.b-wishlist-page .select2-results__option .m-lowstock,
.b-not-found-page .select2-results__option .m-lowstock,
.shopInShopPage--v2 .select2-results__option .m-lowstock,
.p-checkout .select2-results__option .m-lowstock,
.p-store-locator .select2-results__option .m-lowstock {
  color: #111;
}
.p-pdp .select2-results__option .m-warning,
.p-storepage .select2-results__option .m-warning,
.b-no-result .select2-results__option .m-warning,
.b-cart-page .select2-results__option .m-warning,
.b-search-page .select2-results__option .m-warning,
.b-wishlist-page .select2-results__option .m-warning,
.b-not-found-page .select2-results__option .m-warning,
.shopInShopPage--v2 .select2-results__option .m-warning,
.p-checkout .select2-results__option .m-warning,
.p-store-locator .select2-results__option .m-warning {
  color: #f57171;
}
.p-pdp .select2-results__option .m-warning,
.p-pdp .select2-results__option .m-lowstock,
.p-pdp .select2-results__option .m-notavailable,
.p-storepage .select2-results__option .m-warning,
.p-storepage .select2-results__option .m-lowstock,
.p-storepage .select2-results__option .m-notavailable,
.b-no-result .select2-results__option .m-warning,
.b-no-result .select2-results__option .m-lowstock,
.b-no-result .select2-results__option .m-notavailable,
.b-cart-page .select2-results__option .m-warning,
.b-cart-page .select2-results__option .m-lowstock,
.b-cart-page .select2-results__option .m-notavailable,
.b-search-page .select2-results__option .m-warning,
.b-search-page .select2-results__option .m-lowstock,
.b-search-page .select2-results__option .m-notavailable,
.b-wishlist-page .select2-results__option .m-warning,
.b-wishlist-page .select2-results__option .m-lowstock,
.b-wishlist-page .select2-results__option .m-notavailable,
.b-not-found-page .select2-results__option .m-warning,
.b-not-found-page .select2-results__option .m-lowstock,
.b-not-found-page .select2-results__option .m-notavailable,
.shopInShopPage--v2 .select2-results__option .m-warning,
.shopInShopPage--v2 .select2-results__option .m-lowstock,
.shopInShopPage--v2 .select2-results__option .m-notavailable,
.p-checkout .select2-results__option .m-warning,
.p-checkout .select2-results__option .m-lowstock,
.p-checkout .select2-results__option .m-notavailable,
.p-store-locator .select2-results__option .m-warning,
.p-store-locator .select2-results__option .m-lowstock,
.p-store-locator .select2-results__option .m-notavailable {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.p-pdp .select2-results__option[aria-selected=true]::before,
.p-storepage .select2-results__option[aria-selected=true]::before,
.b-no-result .select2-results__option[aria-selected=true]::before,
.b-cart-page .select2-results__option[aria-selected=true]::before,
.b-search-page .select2-results__option[aria-selected=true]::before,
.b-wishlist-page .select2-results__option[aria-selected=true]::before,
.b-not-found-page .select2-results__option[aria-selected=true]::before,
.shopInShopPage--v2 .select2-results__option[aria-selected=true]::before,
.p-checkout .select2-results__option[aria-selected=true]::before,
.p-store-locator .select2-results__option[aria-selected=true]::before {
  content: "";
  background: #111;
  position: absolute;
  left: 0;
  height: 40px;
  width: 2px;
}
.p-pdp .select2-results__option[aria-selected=true] .blm-attribute--color-circle,
.p-storepage .select2-results__option[aria-selected=true] .blm-attribute--color-circle,
.b-no-result .select2-results__option[aria-selected=true] .blm-attribute--color-circle,
.b-cart-page .select2-results__option[aria-selected=true] .blm-attribute--color-circle,
.b-search-page .select2-results__option[aria-selected=true] .blm-attribute--color-circle,
.b-wishlist-page .select2-results__option[aria-selected=true] .blm-attribute--color-circle,
.b-not-found-page .select2-results__option[aria-selected=true] .blm-attribute--color-circle,
.shopInShopPage--v2 .select2-results__option[aria-selected=true] .blm-attribute--color-circle,
.p-checkout .select2-results__option[aria-selected=true] .blm-attribute--color-circle,
.p-store-locator .select2-results__option[aria-selected=true] .blm-attribute--color-circle {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-pdp .select2-results__option[aria-selected=true] .blm-attribute--color-circle::after,
.p-storepage .select2-results__option[aria-selected=true] .blm-attribute--color-circle::after,
.b-no-result .select2-results__option[aria-selected=true] .blm-attribute--color-circle::after,
.b-cart-page .select2-results__option[aria-selected=true] .blm-attribute--color-circle::after,
.b-search-page .select2-results__option[aria-selected=true] .blm-attribute--color-circle::after,
.b-wishlist-page .select2-results__option[aria-selected=true] .blm-attribute--color-circle::after,
.b-not-found-page .select2-results__option[aria-selected=true] .blm-attribute--color-circle::after,
.shopInShopPage--v2 .select2-results__option[aria-selected=true] .blm-attribute--color-circle::after,
.p-checkout .select2-results__option[aria-selected=true] .blm-attribute--color-circle::after,
.p-store-locator .select2-results__option[aria-selected=true] .blm-attribute--color-circle::after {
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px #111;
          box-shadow: 0 0 0 1px #111;
  display: block;
  height: 23px;
  width: 23px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-pdp .select2-container.select2-container--disabled,
.p-storepage .select2-container.select2-container--disabled,
.b-no-result .select2-container.select2-container--disabled,
.b-cart-page .select2-container.select2-container--disabled,
.b-search-page .select2-container.select2-container--disabled,
.b-wishlist-page .select2-container.select2-container--disabled,
.b-not-found-page .select2-container.select2-container--disabled,
.shopInShopPage--v2 .select2-container.select2-container--disabled,
.p-checkout .select2-container.select2-container--disabled,
.p-store-locator .select2-container.select2-container--disabled {
  background: #f9f9f9;
  border-color: #cbcbcb;
}
.p-pdp .select2-results__option--highlighted,
.p-storepage .select2-results__option--highlighted,
.b-no-result .select2-results__option--highlighted,
.b-cart-page .select2-results__option--highlighted,
.b-search-page .select2-results__option--highlighted,
.b-wishlist-page .select2-results__option--highlighted,
.b-not-found-page .select2-results__option--highlighted,
.shopInShopPage--v2 .select2-results__option--highlighted,
.p-checkout .select2-results__option--highlighted,
.p-store-locator .select2-results__option--highlighted {
  background: #fff;
  font-weight: 400;
}
.p-pdp .blm-attribute--color-circle,
.p-storepage .blm-attribute--color-circle,
.b-no-result .blm-attribute--color-circle,
.b-cart-page .blm-attribute--color-circle,
.b-search-page .blm-attribute--color-circle,
.b-wishlist-page .blm-attribute--color-circle,
.b-not-found-page .blm-attribute--color-circle,
.shopInShopPage--v2 .blm-attribute--color-circle,
.p-checkout .blm-attribute--color-circle,
.p-store-locator .blm-attribute--color-circle {
  background-position: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px #cbcbcb;
          box-shadow: 0 0 0 1px #cbcbcb;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20px;
  margin-right: 16px;
  position: relative;
  vertical-align: text-bottom;
  width: 20px;
}
.p-pdp .blm-attribute--color-circle.disabled,
.p-storepage .blm-attribute--color-circle.disabled,
.b-no-result .blm-attribute--color-circle.disabled,
.b-cart-page .blm-attribute--color-circle.disabled,
.b-search-page .blm-attribute--color-circle.disabled,
.b-wishlist-page .blm-attribute--color-circle.disabled,
.b-not-found-page .blm-attribute--color-circle.disabled,
.shopInShopPage--v2 .blm-attribute--color-circle.disabled,
.p-checkout .blm-attribute--color-circle.disabled,
.p-store-locator .blm-attribute--color-circle.disabled {
  position: relative;
}
.p-pdp .blm-attribute--color-circle.disabled::after,
.p-storepage .blm-attribute--color-circle.disabled::after,
.b-no-result .blm-attribute--color-circle.disabled::after,
.b-cart-page .blm-attribute--color-circle.disabled::after,
.b-search-page .blm-attribute--color-circle.disabled::after,
.b-wishlist-page .blm-attribute--color-circle.disabled::after,
.b-not-found-page .blm-attribute--color-circle.disabled::after,
.shopInShopPage--v2 .blm-attribute--color-circle.disabled::after,
.p-checkout .blm-attribute--color-circle.disabled::after,
.p-store-locator .blm-attribute--color-circle.disabled::after {
  content: "";
  height: 20px;
  width: 1px;
  background: #cbcbcb;
  display: block;
  -webkit-transform: rotate(45deg) translateX(-50%);
      -ms-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  position: absolute;
  left: 50%;
}
.p-pdp .blm-attribute--color-text.disabled,
.p-storepage .blm-attribute--color-text.disabled,
.b-no-result .blm-attribute--color-text.disabled,
.b-cart-page .blm-attribute--color-text.disabled,
.b-search-page .blm-attribute--color-text.disabled,
.b-wishlist-page .blm-attribute--color-text.disabled,
.b-not-found-page .blm-attribute--color-text.disabled,
.shopInShopPage--v2 .blm-attribute--color-text.disabled,
.p-checkout .blm-attribute--color-text.disabled,
.p-store-locator .blm-attribute--color-text.disabled {
  color: #767676;
}
.p-pdp .blm-dropdown--small .select2-selection__arrow::after,
.p-storepage .blm-dropdown--small .select2-selection__arrow::after,
.b-no-result .blm-dropdown--small .select2-selection__arrow::after,
.b-cart-page .blm-dropdown--small .select2-selection__arrow::after,
.b-search-page .blm-dropdown--small .select2-selection__arrow::after,
.b-wishlist-page .blm-dropdown--small .select2-selection__arrow::after,
.b-not-found-page .blm-dropdown--small .select2-selection__arrow::after,
.shopInShopPage--v2 .blm-dropdown--small .select2-selection__arrow::after,
.p-checkout .blm-dropdown--small .select2-selection__arrow::after,
.p-store-locator .blm-dropdown--small .select2-selection__arrow::after {
  height: 9px;
  line-height: 9px;
  margin: -4px 0 0;
  right: 7px;
}
.p-pdp .blm-dropdown--small .select2-container--open .select2-selection__arrow::after,
.p-storepage .blm-dropdown--small .select2-container--open .select2-selection__arrow::after,
.b-no-result .blm-dropdown--small .select2-container--open .select2-selection__arrow::after,
.b-cart-page .blm-dropdown--small .select2-container--open .select2-selection__arrow::after,
.b-search-page .blm-dropdown--small .select2-container--open .select2-selection__arrow::after,
.b-wishlist-page .blm-dropdown--small .select2-container--open .select2-selection__arrow::after,
.b-not-found-page .blm-dropdown--small .select2-container--open .select2-selection__arrow::after,
.shopInShopPage--v2 .blm-dropdown--small .select2-container--open .select2-selection__arrow::after,
.p-checkout .blm-dropdown--small .select2-container--open .select2-selection__arrow::after,
.p-store-locator .blm-dropdown--small .select2-container--open .select2-selection__arrow::after {
  margin-top: -5px;
}
.p-pdp .blm-dropdown--small .select2-selection--single,
.p-storepage .blm-dropdown--small .select2-selection--single,
.b-no-result .blm-dropdown--small .select2-selection--single,
.b-cart-page .blm-dropdown--small .select2-selection--single,
.b-search-page .blm-dropdown--small .select2-selection--single,
.b-wishlist-page .blm-dropdown--small .select2-selection--single,
.b-not-found-page .blm-dropdown--small .select2-selection--single,
.shopInShopPage--v2 .blm-dropdown--small .select2-selection--single,
.p-checkout .blm-dropdown--small .select2-selection--single,
.p-store-locator .blm-dropdown--small .select2-selection--single {
  height: 32px;
}
.p-pdp .blm-dropdown--small select,
.p-storepage .blm-dropdown--small select,
.b-no-result .blm-dropdown--small select,
.b-cart-page .blm-dropdown--small select,
.b-search-page .blm-dropdown--small select,
.b-wishlist-page .blm-dropdown--small select,
.b-not-found-page .blm-dropdown--small select,
.shopInShopPage--v2 .blm-dropdown--small select,
.p-checkout .blm-dropdown--small select,
.p-store-locator .blm-dropdown--small select {
  height: 32px !important;
}
@media (min-width: 769px) {
  .p-pdp .blm-dropdown--small select,
  .p-storepage .blm-dropdown--small select,
  .b-no-result .blm-dropdown--small select,
  .b-cart-page .blm-dropdown--small select,
  .b-search-page .blm-dropdown--small select,
  .b-wishlist-page .blm-dropdown--small select,
  .b-not-found-page .blm-dropdown--small select,
  .shopInShopPage--v2 .blm-dropdown--small select,
  .p-checkout .blm-dropdown--small select,
  .p-store-locator .blm-dropdown--small select {
    height: 1px !important;
  }
}
.p-pdp .blm-dropdown--small .select2-selection--single .select2-selection__rendered,
.p-storepage .blm-dropdown--small .select2-selection--single .select2-selection__rendered,
.b-no-result .blm-dropdown--small .select2-selection--single .select2-selection__rendered,
.b-cart-page .blm-dropdown--small .select2-selection--single .select2-selection__rendered,
.b-search-page .blm-dropdown--small .select2-selection--single .select2-selection__rendered,
.b-wishlist-page .blm-dropdown--small .select2-selection--single .select2-selection__rendered,
.b-not-found-page .blm-dropdown--small .select2-selection--single .select2-selection__rendered,
.shopInShopPage--v2 .blm-dropdown--small .select2-selection--single .select2-selection__rendered,
.p-checkout .blm-dropdown--small .select2-selection--single .select2-selection__rendered,
.p-store-locator .blm-dropdown--small .select2-selection--single .select2-selection__rendered {
  padding: 5px 31px 5px 7px;
}
.p-pdp .blm-dropdown--small .select2-results__option-value-text,
.p-storepage .blm-dropdown--small .select2-results__option-value-text,
.b-no-result .blm-dropdown--small .select2-results__option-value-text,
.b-cart-page .blm-dropdown--small .select2-results__option-value-text,
.b-search-page .blm-dropdown--small .select2-results__option-value-text,
.b-wishlist-page .blm-dropdown--small .select2-results__option-value-text,
.b-not-found-page .blm-dropdown--small .select2-results__option-value-text,
.shopInShopPage--v2 .blm-dropdown--small .select2-results__option-value-text,
.p-checkout .blm-dropdown--small .select2-results__option-value-text,
.p-store-locator .blm-dropdown--small .select2-results__option-value-text {
  margin-right: 0;
}
@media (max-width: 768.98px) {
  .p-pdp .blm-dropdown--small-mobile .select2-selection__arrow::after,
  .p-storepage .blm-dropdown--small-mobile .select2-selection__arrow::after,
  .b-no-result .blm-dropdown--small-mobile .select2-selection__arrow::after,
  .b-cart-page .blm-dropdown--small-mobile .select2-selection__arrow::after,
  .b-search-page .blm-dropdown--small-mobile .select2-selection__arrow::after,
  .b-wishlist-page .blm-dropdown--small-mobile .select2-selection__arrow::after,
  .b-not-found-page .blm-dropdown--small-mobile .select2-selection__arrow::after,
  .shopInShopPage--v2 .blm-dropdown--small-mobile .select2-selection__arrow::after,
  .p-checkout .blm-dropdown--small-mobile .select2-selection__arrow::after,
  .p-store-locator .blm-dropdown--small-mobile .select2-selection__arrow::after {
    height: 9px;
    line-height: 9px;
    margin: -4px 0 0;
    right: 7px;
  }
}
@media (max-width: 768.98px) {
  .p-pdp .blm-dropdown--small-mobile .select2-container--open .select2-selection__arrow::after,
  .p-storepage .blm-dropdown--small-mobile .select2-container--open .select2-selection__arrow::after,
  .b-no-result .blm-dropdown--small-mobile .select2-container--open .select2-selection__arrow::after,
  .b-cart-page .blm-dropdown--small-mobile .select2-container--open .select2-selection__arrow::after,
  .b-search-page .blm-dropdown--small-mobile .select2-container--open .select2-selection__arrow::after,
  .b-wishlist-page .blm-dropdown--small-mobile .select2-container--open .select2-selection__arrow::after,
  .b-not-found-page .blm-dropdown--small-mobile .select2-container--open .select2-selection__arrow::after,
  .shopInShopPage--v2 .blm-dropdown--small-mobile .select2-container--open .select2-selection__arrow::after,
  .p-checkout .blm-dropdown--small-mobile .select2-container--open .select2-selection__arrow::after,
  .p-store-locator .blm-dropdown--small-mobile .select2-container--open .select2-selection__arrow::after {
    margin-top: -5px;
  }
}
@media (max-width: 768.98px) {
  .p-pdp .blm-dropdown--small-mobile .select2-selection--single,
  .p-storepage .blm-dropdown--small-mobile .select2-selection--single,
  .b-no-result .blm-dropdown--small-mobile .select2-selection--single,
  .b-cart-page .blm-dropdown--small-mobile .select2-selection--single,
  .b-search-page .blm-dropdown--small-mobile .select2-selection--single,
  .b-wishlist-page .blm-dropdown--small-mobile .select2-selection--single,
  .b-not-found-page .blm-dropdown--small-mobile .select2-selection--single,
  .shopInShopPage--v2 .blm-dropdown--small-mobile .select2-selection--single,
  .p-checkout .blm-dropdown--small-mobile .select2-selection--single,
  .p-store-locator .blm-dropdown--small-mobile .select2-selection--single {
    height: 32px;
  }
}
.p-pdp .blm-dropdown--small-mobile select,
.p-storepage .blm-dropdown--small-mobile select,
.b-no-result .blm-dropdown--small-mobile select,
.b-cart-page .blm-dropdown--small-mobile select,
.b-search-page .blm-dropdown--small-mobile select,
.b-wishlist-page .blm-dropdown--small-mobile select,
.b-not-found-page .blm-dropdown--small-mobile select,
.shopInShopPage--v2 .blm-dropdown--small-mobile select,
.p-checkout .blm-dropdown--small-mobile select,
.p-store-locator .blm-dropdown--small-mobile select {
  height: 32px !important;
}
@media (min-width: 769px) {
  .p-pdp .blm-dropdown--small-mobile select,
  .p-storepage .blm-dropdown--small-mobile select,
  .b-no-result .blm-dropdown--small-mobile select,
  .b-cart-page .blm-dropdown--small-mobile select,
  .b-search-page .blm-dropdown--small-mobile select,
  .b-wishlist-page .blm-dropdown--small-mobile select,
  .b-not-found-page .blm-dropdown--small-mobile select,
  .shopInShopPage--v2 .blm-dropdown--small-mobile select,
  .p-checkout .blm-dropdown--small-mobile select,
  .p-store-locator .blm-dropdown--small-mobile select {
    height: 1px !important;
  }
}
@media (max-width: 768.98px) {
  .p-pdp .blm-dropdown--small-mobile .select2-selection--single .select2-selection__rendered,
  .p-storepage .blm-dropdown--small-mobile .select2-selection--single .select2-selection__rendered,
  .b-no-result .blm-dropdown--small-mobile .select2-selection--single .select2-selection__rendered,
  .b-cart-page .blm-dropdown--small-mobile .select2-selection--single .select2-selection__rendered,
  .b-search-page .blm-dropdown--small-mobile .select2-selection--single .select2-selection__rendered,
  .b-wishlist-page .blm-dropdown--small-mobile .select2-selection--single .select2-selection__rendered,
  .b-not-found-page .blm-dropdown--small-mobile .select2-selection--single .select2-selection__rendered,
  .shopInShopPage--v2 .blm-dropdown--small-mobile .select2-selection--single .select2-selection__rendered,
  .p-checkout .blm-dropdown--small-mobile .select2-selection--single .select2-selection__rendered,
  .p-store-locator .blm-dropdown--small-mobile .select2-selection--single .select2-selection__rendered {
    padding: 5px 31px 5px 7px;
  }
}
@media (max-width: 768.98px) {
  .p-pdp .blm-dropdown--small-mobile .select2-results__option-value-text,
  .p-storepage .blm-dropdown--small-mobile .select2-results__option-value-text,
  .b-no-result .blm-dropdown--small-mobile .select2-results__option-value-text,
  .b-cart-page .blm-dropdown--small-mobile .select2-results__option-value-text,
  .b-search-page .blm-dropdown--small-mobile .select2-results__option-value-text,
  .b-wishlist-page .blm-dropdown--small-mobile .select2-results__option-value-text,
  .b-not-found-page .blm-dropdown--small-mobile .select2-results__option-value-text,
  .shopInShopPage--v2 .blm-dropdown--small-mobile .select2-results__option-value-text,
  .p-checkout .blm-dropdown--small-mobile .select2-results__option-value-text,
  .p-store-locator .blm-dropdown--small-mobile .select2-results__option-value-text {
    margin-right: 0;
  }
}

.select2-container.select2-container--inside-modal {
  z-index: 1050 !important;
}
.select2-container.select2-container--credit-card .select2-option-icon {
  height: 26px;
  margin-right: 12px;
  width: 40px;
}
.select2-container.select2-container--credit-card .select2-results__option-value {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.select2-container.select2-container--credit-card .select2-results__option-value-message {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #a02e1c;
  margin-top: -2px;
}

.blm-badge {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
  color: #767676;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2px 0;
}
.blm-badge--dark {
  background: #111;
  color: #fff;
  padding: 2px 4px;
}
.blm-badge--sale, .blm-badge--shipping {
  color: #ae1800;
}
.blm-badge--oos {
  background: #cbcbcb;
  color: #111;
  padding: 2px 4px;
}
.blm-badge__icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
      -ms-flex: 0;
          flex: 0;
  margin-right: 6px;
  max-height: 16px;
}

/*
## Info Badge example:
<div class="blm-infobadge blm-infobadge--urgency" role="alert">
    <div class="blm-infobadge__content">
        <div class="blm-infobadge__heading">
            Sorry, this item is currently out of stock!
        </div>
        <div class="blm-infobadge__text">
            It will be available again soon. Sign up now and be the first to know when it’s available.
        </div>
    </div>
</div>
Note: Add blm-infobadge--closable class if you want to show the Close icon.
*/
.product-dynamic-eta {
  display: none;
}

.blm-infobadge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 14px 36px 12px 16px;
  border-radius: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.blm-infobadge--urgency {
  color: #111;
  background-color: #ececec;
  padding: 12px;
}
.blm-infobadge--urgency .blm-infobadge__heading {
  font-weight: 400;
}
.blm-infobadge.alert {
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .blm-infobadge.alert {
    margin-bottom: 24px;
  }
}
.blm-infobadge::before {
  margin-right: 12px;
  line-height: normal;
}
.blm-infobadge__content {
  width: 100%;
}
.blm-infobadge__heading {
  font-size: 12px;
  line-height: 16px;
  font-weight: 800;
}
.blm-infobadge__underline {
  cursor: pointer;
  text-decoration: underline;
}
.blm-infobadge__text {
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}
.blm-infobadge__icon {
  margin-right: 8px;
}
.blm-infobadge__icon--close {
  display: none !important;
  cursor: pointer;
  font-size: 10px;
  margin-left: 8px;
  margin-right: 0;
}
.blm-infobadge--closable .blm-infobadge__icon--close {
  display: block !important;
}
.blm-infobadge b {
  font-weight: 600;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
/*
## Promotion Badge example:
<div class="blm-promobadge blm-promobadge--non-returnable" role="alert">
    <div class="blm-promobadge__content">
        <div class="blm-promobadge__heading">
            Non-Returnable Item
        </div>
        <div class="blm-promobadge__text">
            In the best interest of our customer’s safety and hygiene policies, this item is non-returnable on purchase.
        </div>
    </div>
</div>
*/
.blm-promobadge {
  background-color: #f9f9f9;
  border-radius: 2px;
  border: none;
  color: #111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0;
  padding: 12px 16px;
  position: relative;
}
.blm-promobadge::before {
  margin-right: 12px;
}
.blm-promobadge__icon {
  margin-right: 12px;
}
.blm-promobadge__icon img {
  display: block;
}
.blm-promobadge__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}
.blm-promobadge__heading {
  font-size: 14px;
  line-height: 20px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-weight: 600;
}
.blm-promobadge__text {
  font-size: 12px;
  line-height: 16px;
}
.blm-promobadge__text p {
  margin: 0;
}
.blm-promobadge__text--truncated {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.blm-promobadge__link {
  color: inherit;
  display: inline-block;
  position: relative;
}
.blm-promobadge__link::after {
  border-top: 1px solid currentColor;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 100%;
}
.blm-promobadge--shop-look {
  cursor: pointer;
  margin: 16px 0 24px;
  padding: 0;
}
@media (min-width: 544px) {
  .blm-promobadge--shop-look {
    margin: 16px 0;
  }
}
.blm-promobadge--shop-look .blm-promobadge__content {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 16px;
}
.blm-promobadge--shop-look .blm-promobadge__content img {
  margin-top: auto;
}
.blm-promobadge--shop-look .blm-promobadge__heading {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #111;
}
.blm-promobadge--shop-look .blm-promobadge__text {
  font-size: 14px;
  line-height: 20px;
  color: #767676;
  margin-top: 0;
}
.blm-promobadge--shop-look .blm-promobadge__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  height: 120px;
  position: relative;
}
.blm-promobadge--shop-look .blm-promobadge__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.blm-promobadge--shop-look .blm-promobadge__image::after {
  background: rgba(17, 17, 17, 0.03);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.blm-promobadge--shop-look .icon-hanger {
  font-size: 24px;
  margin-top: 24px;
}
.blm-promobadge--bundle-deal {
  background-color: #fff84a;
}
.blm-promobadge--blm-cart {
  background-color: #fa16c8;
  color: #fff;
}
.blm-promobadge--callout-msg {
  border: 1px solid transparent;
  margin: 16px 0;
}
.blm-promobadge--callout-msg .blm-promobadge__text {
  margin-top: 0;
}
.blm-promobadge--gift-wrapping .icon {
  font-size: 20px;
  line-height: 20px;
}
.blm-promobadge__bank-promotions {
  overflow: hidden;
}
@media (max-width: 768.98px) {
  .blm-promobadge__bank-promotions {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
.blm-promobadge__bank-promotions .blm-promobadge {
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  padding: 12px;
  height: 100%;
}
.blm-promobadge__bank-promotions .blm-promobadge__image {
  max-width: 40px;
}
.blm-promobadge__bank-promotions .blm-promobadge__text {
  font-size: 14px;
  line-height: 20px;
}
.blm-promobadge--bbb-awareness {
  margin: -8px 0 0;
}

.blm-tab__item {
  margin-right: 24px;
  padding: 6px 0;
}
.blm-tab__link {
  font-size: 14px;
  line-height: 20px;
  color: #cbcbcb;
  position: relative;
}
.blm-tab__link:hover, .blm-tab__link.active {
  color: #111;
}
.blm-tab__link:hover::after, .blm-tab__link.active::after {
  content: "";
  background: #111;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 0;
}

/* Shipping & Delivery Tab */
.blm-accordion__body-shipping {
  padding: 16px 0;
}

.shipping-tab__item {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #cbcbcb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
}
.shipping-tab__item:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.shipping-tab__item:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.shipping-tab__item.active {
  background-color: #111;
  border: #111;
  color: #fff;
}
.shipping-tab__item--full {
  border-radius: 2px;
}
.shipping-tab__content-message {
  font-weight: 600;
  margin-top: 16px;
}
.shipping-tab__content-top {
  font-weight: 400;
  margin-bottom: 16px;
}
.shipping-tab__content-title {
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 4px;
}
.shipping-tab__content p, .shipping-tab__content-description {
  font-size: 14px;
  line-height: 20px;
  color: #767676;
  font-weight: 400;
  margin: 0;
}
.shipping-tab__content p span, .shipping-tab__content-description span {
  font-weight: 600;
}
.shipping-tab__content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 16px;
  position: relative;
}
.shipping-tab__content-bottom .shipping-tab__content-title {
  margin-top: 0;
}
.shipping-tab__content-bottom-image {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.shipping-tab__content-bottom-text {
  max-width: 269px;
}
.shipping-tab__content-bottom-badge {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 600;
}
.shipping-tab__content-bottom-badge--available {
  color: #25744c;
}
.shipping-tab__content-bottom-badge--unavailable {
  color: #767676;
}

.p-pdp .swiper-row,
.b-cart__page .swiper-row,
.b-search-page .swiper-row,
.b-error .swiper-row {
  margin-right: -20px;
}
@media (min-width: 769px) {
  .p-pdp .swiper-row,
  .b-cart__page .swiper-row,
  .b-search-page .swiper-row,
  .b-error .swiper-row {
    margin-right: 0;
  }
}
.p-pdp .swiper-container,
.b-cart__page .swiper-container,
.b-search-page .swiper-container,
.b-error .swiper-container {
  margin-bottom: 24px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .p-pdp .swiper-container,
  .b-cart__page .swiper-container,
  .b-search-page .swiper-container,
  .b-error .swiper-container {
    margin-bottom: 48px;
    padding-bottom: 0;
  }
}
.p-pdp .swiper-slide,
.b-cart__page .swiper-slide,
.b-search-page .swiper-slide,
.b-error .swiper-slide {
  height: auto;
}
.p-pdp .swiper-header,
.b-cart__page .swiper-header,
.b-search-page .swiper-header,
.b-error .swiper-header {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-pdp .swiper-header__title,
.b-cart__page .swiper-header__title,
.b-search-page .swiper-header__title,
.b-error .swiper-header__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #111;
  white-space: nowrap;
  padding: 6px 24px 6px 0;
}
@media (max-width: 991.98px) {
  .p-pdp .swiper-header__title,
  .b-cart__page .swiper-header__title,
  .b-search-page .swiper-header__title,
  .b-error .swiper-header__title {
    padding-bottom: 0;
  }
}
.p-pdp .swiper-breadcrumb,
.b-cart__page .swiper-breadcrumb,
.b-search-page .swiper-breadcrumb,
.b-error .swiper-breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.p-pdp .swiper-breadcrumb__list,
.b-cart__page .swiper-breadcrumb__list,
.b-search-page .swiper-breadcrumb__list,
.b-error .swiper-breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100%;
  white-space: nowrap;
}
.p-pdp .swiper-breadcrumb__list-item,
.b-cart__page .swiper-breadcrumb__list-item,
.b-search-page .swiper-breadcrumb__list-item,
.b-error .swiper-breadcrumb__list-item {
  font-size: 14px;
  line-height: 20px;
  color: #767676;
}
.p-pdp .swiper-breadcrumb__list-item:not(:last-child),
.b-cart__page .swiper-breadcrumb__list-item:not(:last-child),
.b-search-page .swiper-breadcrumb__list-item:not(:last-child),
.b-error .swiper-breadcrumb__list-item:not(:last-child) {
  margin-right: 32px;
}
.p-pdp .swiper-pagination-progressbar,
.b-cart__page .swiper-pagination-progressbar,
.b-search-page .swiper-pagination-progressbar,
.b-error .swiper-pagination-progressbar {
  background-color: #f9f9f9;
}
.p-pdp .swiper-container-horizontal > .swiper-pagination-progressbar,
.b-cart__page .swiper-container-horizontal > .swiper-pagination-progressbar,
.b-search-page .swiper-container-horizontal > .swiper-pagination-progressbar,
.b-error .swiper-container-horizontal > .swiper-pagination-progressbar {
  border-radius: 2px;
  height: 4px;
  width: 200px;
}
.p-pdp .swiper-scrollbar-drag,
.b-cart__page .swiper-scrollbar-drag,
.b-search-page .swiper-scrollbar-drag,
.b-error .swiper-scrollbar-drag {
  background-color: #767676;
}
.p-pdp .swiper-row--spec,
.b-cart__page .swiper-row--spec,
.b-search-page .swiper-row--spec,
.b-error .swiper-row--spec {
  margin: 0 -20px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .p-pdp .swiper-row--spec,
  .b-cart__page .swiper-row--spec,
  .b-search-page .swiper-row--spec,
  .b-error .swiper-row--spec {
    margin: 0;
  }
}
.p-pdp .swiper-row--spec .swiper-header,
.b-cart__page .swiper-row--spec .swiper-header,
.b-search-page .swiper-row--spec .swiper-header,
.b-error .swiper-row--spec .swiper-header {
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 769px) {
  .p-pdp .swiper-row--spec .swiper-header,
  .b-cart__page .swiper-row--spec .swiper-header,
  .b-search-page .swiper-row--spec .swiper-header,
  .b-error .swiper-row--spec .swiper-header {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-pdp .swiper-row--spec .swiper-arrows,
.b-cart__page .swiper-row--spec .swiper-arrows,
.b-search-page .swiper-row--spec .swiper-arrows,
.b-error .swiper-row--spec .swiper-arrows {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.p-pdp .swiper-row--spec .swiper-arrows .swiper-button-prev,
.p-pdp .swiper-row--spec .swiper-arrows .swiper-button-next,
.b-cart__page .swiper-row--spec .swiper-arrows .swiper-button-prev,
.b-cart__page .swiper-row--spec .swiper-arrows .swiper-button-next,
.b-search-page .swiper-row--spec .swiper-arrows .swiper-button-prev,
.b-search-page .swiper-row--spec .swiper-arrows .swiper-button-next,
.b-error .swiper-row--spec .swiper-arrows .swiper-button-prev,
.b-error .swiper-row--spec .swiper-arrows .swiper-button-next {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.p-pdp .swiper-row--spec .swiper-arrows .swiper-button-prev::after,
.p-pdp .swiper-row--spec .swiper-arrows .swiper-button-next::after,
.b-cart__page .swiper-row--spec .swiper-arrows .swiper-button-prev::after,
.b-cart__page .swiper-row--spec .swiper-arrows .swiper-button-next::after,
.b-search-page .swiper-row--spec .swiper-arrows .swiper-button-prev::after,
.b-search-page .swiper-row--spec .swiper-arrows .swiper-button-next::after,
.b-error .swiper-row--spec .swiper-arrows .swiper-button-prev::after,
.b-error .swiper-row--spec .swiper-arrows .swiper-button-next::after {
  line-height: 1;
  /* rtl:raw:
      transform: rotate(180deg);
  */
}
.p-pdp .swiper-row--spec .swiper-arrows .swiper-button-next,
.b-cart__page .swiper-row--spec .swiper-arrows .swiper-button-next,
.b-search-page .swiper-row--spec .swiper-arrows .swiper-button-next,
.b-error .swiper-row--spec .swiper-arrows .swiper-button-next {
  margin-left: 4px;
}
.p-pdp .swiper-row--spec .swiper-container,
.b-cart__page .swiper-row--spec .swiper-container,
.b-search-page .swiper-row--spec .swiper-container,
.b-error .swiper-row--spec .swiper-container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 769px) {
  .p-pdp .swiper-row--spec .swiper-container,
  .b-cart__page .swiper-row--spec .swiper-container,
  .b-search-page .swiper-row--spec .swiper-container,
  .b-error .swiper-row--spec .swiper-container {
    padding-left: 0;
    padding-right: 0;
  }
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.blm-producttile {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.blm-producttile--horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.blm-producttile--horizontal .blm-producttile__body {
  margin-left: 24px;
}
.blm-producttile--horizontal .blm-producttile__variation {
  display: none;
}
.blm-producttile--plp {
  max-width: 100%;
  overflow: hidden;
}
.blm-producttile--plp .blm-producttile__image-link {
  margin-bottom: 0;
  padding-bottom: 150%;
}
.blm-producttile--plp .blm-producttile__image-link--carousel {
  padding-bottom: 0;
}
.blm-producttile--plp .blm-producttile__image-link--carousel .swiper-pagination-bullet {
  margin: 0 3px;
}
.blm-producttile--plp .blm-producttile__image-link--carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 6px;
  width: 6px;
}
.blm-producttile--plp .blm-producttile__image-link--carousel .swiper-pagination-bullets {
  bottom: 8px;
  height: 30px;
}
.blm-producttile--plp .blm-producttile__swatches-list {
  max-width: 150px;
}
@media (min-width: 992px) {
  .blm-producttile--plp .blm-producttile__swatches-list {
    max-width: 180px;
  }
}
@media (min-width: 992px) {
  .blm-producttile .blm-producttile__icon-remove {
    display: none;
  }
  .blm-producttile:hover .blm-producttile__icon-remove {
    display: block;
  }
}
.blm-producttile__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.blm-producttile__body .b-attribute {
  margin-bottom: 8px;
  height: 40px;
  overflow: hidden;
}
.blm-producttile__body-row-top {
  margin-bottom: auto;
}
.blm-producttile__icon {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  z-index: 3;
  right: 0;
  margin-top: 8px;
  margin-right: 8px;
  color: #111;
  padding: 0;
  line-height: normal;
  font-size: 16px;
}
.blm-producttile__icon:hover {
  color: #767676;
}
.blm-producttile__icon--wishlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7px;
}
.blm-producttile__icon-remove .icon {
  margin-top: -3px;
  margin-right: -1px;
  display: block;
}
.blm-producttile__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.blm-producttile__image-link {
  position: relative;
  width: 100%;
  padding-bottom: 150%;
}
.blm-producttile__image-link .blm-producttile__image-img--hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  opacity: 0;
}
.blm-producttile__image-link:hover .blm-producttile__image-img--hover {
  opacity: 1;
}
.blm-producttile__image-link::after {
  background: rgba(17, 17, 17, 0.03);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.blm-producttile__image-img {
  width: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
}
.blm-producttile__image-icon {
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 8px;
  height: 24px;
  width: 24px;
  padding: 4px;
  z-index: 3;
}
.blm-producttile__variation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  position: relative;
}
.blm-producttile__variation .swiper-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.blm-producttile__variation .swiper-container {
  margin: 0;
  padding: 0;
}
.blm-producttile__variation .icon-arrow-right {
  font-size: 12px;
  color: #767676;
  margin-left: 16px;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.blm-producttile__swatches-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 110px;
}
@media (min-width: 992px) {
  .blm-producttile__swatches-list {
    max-width: 160px;
  }
}
.blm-producttile__swatches--color .blm-producttile__swatches-item {
  border-radius: 50%;
  border: 0.5px solid #cbcbcb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 22px;
  width: 22px;
  overflow: hidden;
}
.blm-producttile__swatches--size .blm-producttile__swatches-item {
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #767676;
  width: auto;
}
.blm-producttile__swatches--size .blm-producttile__swatches-list {
  max-width: 110px;
}
@media (min-width: 992px) {
  .blm-producttile__swatches--size .blm-producttile__swatches-list {
    max-width: 160px;
  }
}
.blm-producttile .blm-producttile__swatches--no-carousel.blm-producttile__swatches--color .blm-producttile__swatches-item {
  margin-right: 8px;
}
.blm-producttile .blm-producttile__swatches--no-carousel.blm-producttile__swatches--size .blm-producttile__swatches-item {
  margin-right: 12px;
}
.blm-producttile .blm-producttile__swatches--no-carousel .blm-producttile__swatches-list {
  opacity: 1;
}
.blm-producttile__swatches-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.blm-producttile__swatches-item:last-child {
  margin-right: 0;
}
.blm-producttile__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 72px;
}
@media (max-width: 543.98px) {
  .blm-producttile__description {
    height: 76px;
  }
}
.blm-producttile__brand {
  font-size: 14px;
  line-height: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #111;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.blm-producttile__name {
  font-size: 14px;
  line-height: 20px;
  color: #111;
}
.blm-producttile__badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}
.blm-producttile__badges .blm-badge {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  word-break: break-all;
}
.blm-producttile__price {
  margin-bottom: 6px;
}
.blm-producttile__add-to-cart .blm-btn {
  width: 100%;
}
@media (max-width: 543.98px) {
  .blm-producttile__add-to-cart .cart-and-ipay {
    padding-bottom: 0;
  }
}
.blm-producttile__add-to-cart-error {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  background-color: #fcebe7;
  border: 1px solid #a02e1c;
  color: #ae1800;
  padding: 11px 0;
  text-align: center;
  position: absolute;
  left: 0;
  z-index: 1;
  bottom: 0;
  border-radius: 2px;
}
@media (min-width: 769px) {
  .blm-producttile__add-to-cart-error {
    padding: 9px 0;
  }
}
.blm-producttile__add-to-cart-bundle .blm-btn {
  margin-top: 48px;
}
.blm-producttile__add-to-cart-bundle .add-to-cart {
  margin-top: 48px;
  width: 100%;
}
.blm-producttile .blm-btn__icon {
  display: none;
}
.blm-producttile .blm-price__vat {
  display: none;
}

.b-attribute-select-container {
  position: relative;
  width: 100%;
}
.b-attribute-select-container .m-select-unselectable + .select2-container .select2-selection .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
}

.owl-carousel .owl-item .blm-producttile__image-icon {
  width: 24px;
}

.blm-price__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.blm-price__content.on-sale {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.blm-price__sale {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #111;
  text-transform: uppercase;
}
.blm-price__sale.on-sale {
  color: #ae1800;
}
.blm-price__standard {
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: normal;
}
.blm-price__standard .blm-price__value {
  color: #767676;
  text-decoration: line-through;
  padding-right: 4px;
}
.blm-price__standard .blm-price__percentage {
  color: #111;
  position: relative;
  margin-left: 6px;
}
.blm-price__standard .blm-price__percentage::before {
  content: "";
  position: absolute;
  background-color: #111;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  height: 1px;
  width: 10px;
  left: -10px;
  top: 8px;
}
.blm-price__range {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.blm-price__label {
  text-transform: none;
}
.blm-price__vat {
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 600;
  font-weight: 400;
  color: #111;
  text-transform: none;
  margin-left: 4px;
}

.blm-pdpsocialshare {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0;
  padding: 11px 0;
}
@media (min-width: 769px) {
  .blm-pdpsocialshare {
    margin-bottom: 16px;
  }
}
.blm-pdpsocialshare__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 16px;
}
.blm-pdpsocialshare__title span {
  font-size: 12px;
  line-height: 16px;
  color: #767676;
}
.blm-pdpsocialshare__title span::after {
  content: ":";
}
.blm-pdpsocialshare__link {
  color: #767676;
  margin-left: 12px;
}
.blm-pdpsocialshare__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blm-pdp__share {
  background: none;
  border: none;
  color: #767676;
  line-height: 1;
  margin-left: 12px;
  padding: 0;
}
@media (min-width: 769px) {
  .blm-pdp__share {
    display: none;
  }
}

.pac-container {
  font-size: 14px;
  line-height: 20px;
  border-radius: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #111;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Inter-Regular", sans-serif /*!rtl:"Almarai-Regular", sans-serif*/;
  margin-top: -1px;
  padding-top: 4px;
}
body:not(.modal-open) > .pac-container {
  z-index: 999;
}
body.modal-open > .pac-container {
  z-index: 1051;
}
.pac-container.pac-logo::after {
  display: none;
}
.pac-container:not(.m-select-opened) {
  display: none;
}
.pac-container .pac-item {
  font-size: 14px;
  line-height: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: none;
  color: #111;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 11px;
}
.pac-container .pac-item:first-child {
  border-top-color: transparent;
}
.pac-container .pac-item:hover {
  background-color: #f9f9f9;
}
.pac-container .pac-item-query {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #111;
  padding-right: 4px;
}
.pac-container .pac-item-query,
.pac-container .pac-item-query + span {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.pac-container .pac-matched {
  color: #111;
  font-weight: 600;
}
.pac-container .pac-icon {
  display: none;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.l-page--login .search-mobile,
.p-designers-landing .search-mobile {
  display: none;
}

.blm-form-page__title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #111;
  margin-bottom: 16px;
  text-transform: initial;
}
@media (min-width: 769px) {
  .blm-form-page__title {
    margin-bottom: 24px;
  }
}
@media (max-width: 991.98px) {
  .l-password-page .blm-form-page__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.blm-form-page__content {
  width: 100%;
  padding: 24px 0;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .blm-form-page__content {
    max-width: 520px;
    padding: 56px 0;
  }
}
.l-password-page .blm-form-page__content {
  padding: 16px 0;
}
@media (min-width: 769px) {
  .l-password-page .blm-form-page__content {
    padding: 32px 0;
  }
}
.blm-form-page__content--submitted .blm-form-page__footer {
  margin: 0;
  padding: 0;
  border: 0;
}
.blm-form-page__content--submitted .blm-form-page__footer .blm-btn {
  width: auto;
  min-width: 200px;
  border: 1px solid #111;
}
.l-password-page .blm-form-page__content--submitted .blm-form-page__footer {
  margin: 0;
  padding: 0;
}
.blm-form-page__footer {
  border-top: 1px solid #e8e8e8;
  margin-top: 24px;
  padding: 20px 0;
}
.l-password-page .blm-form-page__footer {
  padding: 24px 0;
}
.blm-form-page__footer-heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #111;
  margin-bottom: 8px;
}
.blm-form-page__footer-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #111;
  margin-bottom: 12px;
}
.blm-form-page .blm-alert {
  max-width: 100%;
  margin-bottom: 16px;
}

.blm-login-oauth {
  background-color: transparent;
}
.blm-login-oauth__item {
  padding: 0;
  margin: 0 0 12px;
}
.blm-login-oauth__item:last-child {
  margin: 0;
}
.blm-login-oauth__button-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  height: 16px;
  left: 13px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 16px;
}
.blm-login-oauth__button-icon--apple {
  background-image: url("../images/login-apple.svg");
}
.blm-login-oauth__button-icon--google {
  background-image: url("../images/login-google.svg");
}
.blm-login-oauth__button-icon--facebook {
  background-image: url("../images/login-facebook.svg");
}

.b-privacy-policy {
  color: #767676;
  display: block;
  font-size: 12px;
  line-height: 1.67;
  padding: 24px 0;
}
.b-privacy-policy > a {
  color: #767676;
  padding-bottom: 1px;
  position: relative;
  text-decoration: none;
}
.b-privacy-policy > a::after {
  border-top: 1px solid currentColor;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 100%;
}
@media (min-width: 992px) {
  .b-privacy-policy > a:hover {
    text-decoration: none;
  }
  .b-privacy-policy > a:hover::after {
    width: 0;
  }
}

.b-payment-icons {
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(48px, 48px));
  row-gap: 9px;
}
.b-payment-icons__img {
  max-width: 48px;
}
.b-payment-icons--checkout {
  gap: 8px 18px;
  grid-template-columns: repeat(6, 40px);
}
.b-payment-icons--checkout .b-payment-icons__img {
  max-width: 67px;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.b-chat-popup {
  background: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  bottom: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #111;
  overflow: hidden;
  position: fixed;
  right: 0 /*!rtl:ignore*/;
  width: 100%;
  z-index: 1001;
}
@media (min-width: 544px) {
  .b-chat-popup {
    max-width: 375px;
  }
}
@media (min-width: 769px) {
  .b-chat-popup {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    bottom: 88px;
    right: 24px /*!rtl:ignore*/;
    z-index: 999;
  }
}
.b-chat-popup__overlay {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media (min-width: 769px) {
  .b-chat-popup__overlay {
    display: none;
  }
}
.b-chat-popup__open, .b-chat-popup__close {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #111;
  border-radius: 50%;
  border: none;
  bottom: 24px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  padding: 0;
  position: fixed;
  right: 16px /*!rtl:ignore*/;
  width: 48px;
  z-index: 999;
}
@media (min-width: 769px) {
  .b-chat-popup__open, .b-chat-popup__close {
    bottom: 24px;
    right: 24px /*!rtl:ignore*/;
  }
}
.b-chat-popup__open .icon, .b-chat-popup__close .icon {
  display: inline-block;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.b-chat-popup__close--mobile {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  padding: 0;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 16px;
}
.b-chat-popup__close--mobile .icon {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  width: 16px;
}
@media (min-width: 769px) {
  .b-chat-popup__close--mobile {
    display: none;
  }
}
.b-chat-popup__header {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #111;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 32px;
  position: relative;
}
.b-chat-popup__logo {
  margin: 0 16px 0 0;
}
.b-chat-popup__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-right: 32px;
}
@media (min-width: 769px) {
  .b-chat-popup__title {
    margin-right: 16px;
  }
}
.b-chat-popup__content {
  padding: 0 24px 24px;
}
.b-chat-popup__description {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  padding-top: 24px;
}
.b-chat-popup__btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: inset 0 -1px 0 #e8e8e8;
          box-shadow: inset 0 -1px 0 #e8e8e8;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  position: relative;
}
.b-chat-popup__btn .icon {
  display: inline-block;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  /* rtl:raw:
      transform: translateY(-50%) scaleX(-1);
  */
}
.b-chat-popup__btn-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 88px;
      -ms-flex: 0 0 88px;
          flex: 0 0 88px;
  margin-right: 16px;
}
.b-chat-popup__btn-image img {
  width: 100%;
}
.b-chat-popup__btn-text {
  font-size: 16px;
  line-height: 24px;
  margin-right: 36px;
}
@media (max-width: 991.98px) {
  .b-chat-popup__btn-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.b-chat-popup__bottom-link {
  color: #111;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 18px;
}
.b-chat-popup__bottom-link span {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  -webkit-box-shadow: inset 0 -1px 0 #111;
          box-shadow: inset 0 -1px 0 #111;
  display: inline;
  padding: 2px 0;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.popup {
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 10px rgba(17, 17, 17, 0.1);
          box-shadow: 0 2px 10px rgba(17, 17, 17, 0.1);
  display: none;
  width: calc(100% - 40px);
  position: fixed;
  z-index: 1050;
}
.popup .icon {
  background: rgba(249, 249, 249, 0.15);
  border-radius: 50%;
  color: #111;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 8px;
}
@media (min-width: 769px) {
  .popup--mobile {
    display: none !important;
  }
}
@media (max-width: 768.98px) {
  .popup--desktop {
    display: none !important;
  }
}
.popup--overlay {
  background: #111;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1049;
  opacity: 0.8;
}
@media (min-width: 769px) {
  .popup {
    width: 100%;
    max-width: 400px;
    padding: 0;
  }
  .popup--v-center.popup--h-center {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .popup--h-left {
    left: 24px;
  }
  .popup--h-right {
    right: 24px;
  }
  .popup--h-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .popup--v-top {
    top: 26px;
    bottom: auto;
  }
  .popup--v-center {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .popup--v-bottom {
    bottom: 26px;
  }
}
@media (max-width: 768.98px) {
  .popup {
    left: 20px;
  }
  .popup--mobile-top {
    top: 24px;
  }
  .popup--mobile-center {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .popup--mobile-bottom {
    bottom: 20px;
  }
}
.popup__form-input {
  border-radius: 2px;
}
.popup__form-field {
  margin-bottom: 12px;
}
.popup__wrapper {
  padding: 16px;
}
.popup__image {
  border-radius: 2px 2px 0 0;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.popup__image--success {
  height: 285px;
}
.popup__title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 8px;
}
.popup__subtitle {
  margin-bottom: 16px;
}
.popup__description, .popup__email {
  font-size: 14px;
  line-height: 20px;
  color: #767676;
}
.popup__success-message .popup__subtitle {
  margin-bottom: 12px;
}
.popup__text {
  font-size: 12px;
  line-height: 16px;
  color: #767676;
  margin-top: 8px;
}
.popup__text a {
  color: #767676;
  text-decoration: underline;
}
.popup__btn:hover {
  color: #fff;
}

.app-popup {
  background: #fff;
  -webkit-box-shadow: 0 2px 20px rgba(17, 17, 17, 0.1);
          box-shadow: 0 2px 20px rgba(17, 17, 17, 0.1);
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 998;
}
.app-popup__wrapper {
  padding: 20px;
}
.app-popup__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.app-popup__content-left {
  max-width: 64px;
  margin-right: 16px;
}
.app-popup__content-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.app-popup__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.app-popup__title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-right: 16px;
}
.app-popup__description {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  margin-top: 4px;
}
.app-popup__image {
  border-radius: 15px;
}
.app-popup__title {
  margin-right: auto;
}
.app-popup__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.app-popup__actions .blm-btn--default:hover {
  color: #fff;
}
