.components-custom-select-control {
    position: relative
}

.components-custom-select-control__label {
    display: block;
    margin-bottom: 8px
}

.components-custom-select-control__button {
    border: 1px solid #757575;
    border-radius: 2px;
    min-height: 30px;
    min-width: 130px;
    position: relative;
    text-align: left
}

.components-custom-select-control__button.components-custom-select-control__button {
    padding-right: 24px
}

.components-custom-select-control__button:focus:not(:disabled) {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color)
}

.components-custom-select-control__button .components-custom-select-control__button-icon {
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

.components-custom-select-control__menu {
    background-color: #fff;
    max-height: 400px;
    min-width: 100%;
    overflow: auto;
    padding: 0;
    position: absolute;
    z-index: 1000000
}

.components-custom-select-control__menu:focus {
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    outline: none;
    transition: none
}

.components-custom-select-control__item {
    align-items: center;
    display: flex;
    list-style-type: none;
    padding: 10px 5px 10px 25px;
    cursor: default
}

.components-custom-select-control__item.is-highlighted {
    background: #ddd
}

.components-custom-select-control__item-icon {
    margin-left: -20px;
    margin-right: 0
}

.components-spinner {
    display: inline-block;
    background-color: #949494;
    width: 18px;
    height: 18px;
    opacity: .7;
    margin: 5px 11px 0;
    border-radius: 100%;
    position: relative
}

.components-spinner:before {
    content: "";
    position: absolute;
    background-color: #fff;
    top: 3px;
    left: 3px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    transform-origin: 6px 6px;
    -webkit-animation: components-spinner__animation 1s linear infinite;
    animation: components-spinner__animation 1s linear infinite
}

@-webkit-keyframes components-spinner__animation {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes components-spinner__animation {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.components-snackbar {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    background-color: #1e1e1e;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    color: #fff;
    padding: 16px 24px;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    cursor: pointer
}

@media (min-width: 600px) {
    .components-snackbar {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.components-snackbar:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--wp-admin-theme-color)
}

.components-snackbar__action.components-button {
    margin-left: 32px;
    color: #fff;
    height: auto;
    flex-shrink: 0;
    line-height: 1.4;
    padding: 0
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) {
    text-decoration: underline;
    background-color: transparent
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus {
    color: #fff;
    box-shadow: none;
    outline: 1px dotted #fff
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
    color: var(--wp-admin-theme-color)
}

.components-snackbar__content {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    line-height: 1.4
}

.components-snackbar-list {
    position: absolute;
    z-index: 100000;
    width: 100%;
    box-sizing: border-box
}

.components-snackbar-list__notice-container {
    position: relative;
    padding-top: 8px
}

.wc-block-link-button {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    box-shadow: none;
    display: inline;
    text-decoration: underline
}

.wc-block-link-button, .wc-block-link-button:active, .wc-block-link-button:focus, .wc-block-link-button:hover {
    background: transparent
}

.wc-block-suspense-placeholder {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

.wc-block-suspense-placeholder > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-suspense-placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-suspense-placeholder:after {
    content: " "
}

.wc-block-grid__products .wc-block-grid__product-image {
    text-decoration: none;
    display: block;
    position: relative
}

.wc-block-grid__products .wc-block-grid__product-image a {
    text-decoration: none;
    border: 0;
    outline: 0;
    box-shadow: none
}

.wc-block-grid__products .wc-block-grid__product-image img {
    height: auto;
    width: 100%
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
    display: none
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title, .editor-styles-wrapper .wc-block-grid__product-title, .wc-block-grid__product-title {
    font-family: inherit;
    line-height: 1.2em;
    font-weight: 700;
    padding: 0;
    color: inherit;
    font-size: inherit;
    display: block
}

.wc-block-grid__product-price {
    display: block
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
    margin-right: .5em
}

.wc-block-grid__product-add-to-cart.wp-block-button {
    word-break: break-word;
    white-space: normal
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    word-break: break-word;
    white-space: normal;
    margin: 0 auto !important;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    padding: .5em 1em;
    font-size: 1em
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
    opacity: .25
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
    font-family: WooCommerce;
    content: "";
    margin-left: .5em;
    display: inline-block;
    width: auto;
    height: auto
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
    font-family: WooCommerce;
    content: "";
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: .5em;
    display: inline-block;
    width: auto;
    height: auto
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
    content: "";
    margin: 0
}

.wc-block-grid__product-rating {
    display: block
}

.wc-block-grid__product-rating .star-rating, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    overflow: hidden;
    position: relative;
    width: 5.3em;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    font-family: star;
    font-weight: 400;
    margin: 0 auto;
    text-align: left
}

.wc-block-grid__product-rating .star-rating:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
    content: "SSSSS";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    opacity: .5;
    color: #aaa;
    white-space: nowrap
}

.wc-block-grid__product-rating .star-rating span, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding-top: 1.5em
}

.wc-block-grid__product-rating .star-rating span:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
    content: "SSSSS";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    color: #000;
    white-space: nowrap
}

.wc-block-grid__product-onsale {
    font-size: .875em;
    padding: .25em .75em;
    display: inline-block;
    width: auto;
    border: 1px solid #43454b;
    border-radius: 3px;
    color: #43454b;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 9;
    position: relative
}

.wc-block-grid__product .wc-block-grid__product-image, .wc-block-grid__product .wc-block-grid__product-title {
    margin: 0 0 12px
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart, .wc-block-grid__product .wc-block-grid__product-onsale, .wc-block-grid__product .wc-block-grid__product-price, .wc-block-grid__product .wc-block-grid__product-rating {
    margin: 0 auto 12px
}

.theme-twentysixteen .wc-block-grid .price ins {
    color: #77a464
}

.theme-twentynineteen .wc-block-grid__product {
    font-size: .88889em
}

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-components-product-title, .theme-twentynineteen .wc-block-grid__product-onsale, .theme-twentynineteen .wc-block-grid__product-title {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.theme-twentynineteen .wc-block-grid__product-title:before {
    display: none
}

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-grid__product-onsale {
    line-height: 1
}

.theme-twentytwenty .wc-block-grid__product-link {
    color: #000
}

.theme-twentytwenty .wc-block-components-product-title, .theme-twentytwenty .wc-block-grid__product-title {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    color: #000;
    font-size: 1.2em
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
    margin-top: 0
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-components-product-price__value, .theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-grid__product-price__value {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-size: .9em
}

.theme-twentytwenty .wc-block-components-product-price del, .theme-twentytwenty .wc-block-grid__product-price del {
    opacity: .5
}

.theme-twentytwenty .wc-block-components-product-price ins, .theme-twentytwenty .wc-block-grid__product-price ins {
    text-decoration: none
}

.theme-twentytwenty .star-rating, .theme-twentytwenty .wc-block-grid__product-rating {
    font-size: .7em
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    line-height: 1
}

.theme-twentytwenty .wc-block-components-product-button > .wp-block-button__link, .theme-twentytwenty .wc-block-grid__product-add-to-cart > .wp-block-button__link {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif
}

.theme-twentytwenty .wc-block-components-product-sale-badge, .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    background: #cd2653;
    color: #fff;
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    text-transform: uppercase
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
    position: static
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
    position: absolute
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1
}

@media only screen and (min-width: 768px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

@media only screen and (min-width: 1168px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    word-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px
}

.screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #2b2d2f;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.wc-block-components-product-add-to-cart-attribute-picker {
    margin: 0;
    flex-basis: 100%
}

.wc-block-components-product-add-to-cart-attribute-picker label {
    display: block;
    font-size: 1em
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__container {
    position: relative
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select {
    margin: 0 0 .75em
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select select {
    min-width: 60%;
    min-height: 1.75em
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error {
    margin-bottom: 24px
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select {
    border-color: #cc1818
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select:focus {
    outline-color: #cc1818
}

.wc-block-components-product-add-to-cart {
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button {
    margin: 0 0 .75em
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text {
    display: block
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text > svg {
    fill: currentColor;
    vertical-align: top;
    width: 1.5em;
    height: 1.5em;
    margin: -.25em 0 -.25em .5em
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity {
    margin: 0 1em .75em 0;
    flex-basis: 5em;
    padding: .618em;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #43454b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
    text-align: center
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button > *, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity > *, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button > *, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-grid .wc-block-components-product-add-to-cart {
    justify-content: center
}

.wc-block-components-product-add-to-cart-notice {
    margin: 0
}

.wp-block-button.wc-block-components-product-button {
    word-break: break-word;
    white-space: normal;
    margin-top: 0;
    margin-bottom: 12px
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
    word-break: break-word;
    white-space: normal;
    margin: 0 auto;
    display: inline-flex;
    justify-content: center
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    min-width: 8em;
    min-height: 3em
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-product-button > .wc-block-components-product-button__button {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    min-width: 8em;
    min-height: 3em
}

.is-loading .wc-block-components-product-button > .wc-block-components-product-button__button > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-product-button > .wc-block-components-product-button__button {
        -webkit-animation: none;
        animation: none
    }
}

.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link {
    background-color: var(--button--color-background);
    color: var(--button--color-text);
    border-color: var(--button--color-background)
}

.wc-block-components-product-category-list {
    margin-top: 0;
    margin-bottom: .75em
}

.wc-block-components-product-category-list ul {
    margin: 0;
    padding: 0;
    display: inline
}

.wc-block-components-product-category-list ul li {
    display: inline;
    list-style: none
}

.wc-block-components-product-category-list ul li:after {
    content: ", "
}

.wc-block-components-product-category-list ul li:last-child:after {
    content: ""
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image, .wc-block-components-product-image {
    margin-top: 0;
    margin-bottom: 12px;
    text-decoration: none;
    display: block;
    position: relative
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a, .wc-block-components-product-image a {
    text-decoration: none;
    border: 0;
    outline: 0;
    box-shadow: none
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img, .wc-block-components-product-image img {
    vertical-align: middle;
    width: 100%
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden], .wc-block-components-product-image img[hidden] {
    display: none
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left {
    position: absolute;
    left: 4px;
    top: 4px;
    right: auto;
    margin: 0
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center {
    position: absolute;
    top: 4px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    margin: 0
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
    position: absolute;
    right: 4px;
    top: 4px;
    left: auto;
    margin: 0
}

.is-loading .wc-block-components-product-image {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

.is-loading .wc-block-components-product-image > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-product-image {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-rating {
    display: block;
    margin-top: 0;
    margin-bottom: 12px
}

.wc-block-components-product-rating__stars {
    overflow: hidden;
    position: relative;
    width: 5.3em;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    font-family: star;
    font-weight: 400;
    margin: 0 auto;
    text-align: left
}

.wc-block-components-product-rating__stars:before {
    content: "SSSSS";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    opacity: .5;
    color: #aaa;
    white-space: nowrap
}

.wc-block-components-product-rating__stars span {
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding-top: 1.5em
}

.wc-block-components-product-rating__stars span:before {
    content: "SSSSS";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    color: #000;
    white-space: nowrap
}

.wc-block-single-product .wc-block-components-product-rating__stars {
    margin: 0
}

.wc-block-components-product-sale-badge {
    margin: 0 auto 12px;
    font-size: .875em;
    padding: .25em .75em;
    display: inline-block;
    width: auto;
    border: 1px solid #43454b;
    border-radius: 3px;
    color: #43454b;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 9;
    position: static
}

.wc-block-components-product-sku {
    margin-top: 0;
    margin-bottom: 12px;
    display: block;
    text-transform: uppercase;
    font-size: .875em
}

.wc-block-components-product-stock-indicator {
    margin-top: 0;
    margin-bottom: .75em;
    display: block;
    font-size: .875em
}

.wc-block-components-product-stock-indicator--in-stock {
    color: #4ab866
}

.wc-block-components-product-stock-indicator--out-of-stock {
    color: #cc1818
}

.wc-block-components-product-stock-indicator--available-on-backorder, .wc-block-components-product-stock-indicator--low-stock {
    color: #f0b849
}

.wc-block-components-product-summary {
    margin-top: 0;
    margin-bottom: 12px
}

.is-loading .wc-block-components-product-summary:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    content: ".";
    display: block;
    width: 100%;
    height: 6em
}

.is-loading .wc-block-components-product-summary:before > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-product-summary:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-tag-list {
    margin-top: 0;
    margin-bottom: .75em
}

.wc-block-components-product-tag-list ul {
    margin: 0;
    padding: 0;
    display: inline
}

.wc-block-components-product-tag-list ul li {
    display: inline;
    list-style: none
}

.wc-block-components-product-tag-list ul li:after {
    content: ", "
}

.wc-block-components-product-tag-list ul li:last-child:after {
    content: ""
}

.wc-block-components-product-title {
    margin-top: 0;
    margin-bottom: 12px
}

.wc-block-grid .wc-block-components-product-title {
    line-height: 1.5;
    font-weight: 700;
    padding: 0;
    color: inherit;
    font-size: inherit;
    display: block
}

.is-loading .wc-block-components-product-title:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    content: ".";
    display: inline-block;
    width: 7em
}

.is-loading .wc-block-components-product-title:before > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-product-title:before {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-grid .wc-block-components-product-title:before {
    width: 10em
}

.wc-block-components-product-title--align-left {
    text-align: left
}

.wc-block-components-product-title--align-center {
    text-align: center
}

.wc-block-components-product-title--align-right {
    text-align: right
}

.wc-block-components-error {
    display: flex;
    background-color: #f0f0f0;
    border-left: 4px solid #ddd;
    padding: 36px 16px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #757575
}

.wc-block-components-error__header {
    font-size: 2em;
    font-weight: 700;
    margin: 0
}

.wc-block-components-error__image {
    max-width: 25%
}

.wc-block-components-error__text {
    margin: 0
}

.wc-block-components-error__message {
    margin: 1em 0 0;
    font-style: italic
}

@media (min-width: 481px) {
    .wc-block-components-error {
        flex-direction: row
    }

    .wc-block-components-error__image + .wc-block-components-error__content {
        margin-left: 24px
    }
}

.wc-block-components-button:not(.is-link) {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    align-items: center;
    background-color: #1e1e1e;
    color: #fff;
    display: inline-flex;
    font-weight: 700;
    min-height: 3em;
    justify-content: center;
    line-height: 1;
    padding: 0 1em;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    position: relative
}

.wc-block-components-button:not(.is-link):active, .wc-block-components-button:not(.is-link):disabled, .wc-block-components-button:not(.is-link):focus, .wc-block-components-button:not(.is-link):hover {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    display: block
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text > svg {
    fill: currentColor
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__spinner {
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: -.5em;
    color: inherit;
    box-sizing: content-box
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__spinner:after {
    content: " ";
    display: inline-block;
    margin: 0 auto;
    width: 1em;
    height: 1em;
    box-sizing: border-box;
    transform-origin: 50% 50%;
    transform: translateZ(0) scale(.5);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 50%;
    border: .2em solid;
    border-left: .2em solid transparent;
    -webkit-animation: wc-block-components-button__spinner__animation 1s linear infinite;
    animation: wc-block-components-button__spinner__animation 1s linear infinite
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__spinner + .wc-block-components-button__text {
    visibility: hidden
}

@-webkit-keyframes wc-block-components-button__spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes wc-block-components-button__spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.wc-block-components-form {
    counter-reset: checkout-step
}

.wc-block-components-form .wc-block-components-checkout-step {
    position: relative;
    border: none;
    padding: 0 0 0 36px;
    background: none;
    margin: 0
}

.is-large .wc-block-components-form .wc-block-components-checkout-step {
    padding-right: 24px
}

.wc-block-components-form .wc-block-components-checkout-step .wc-block-components-checkout-step__heading:after {
    content: "";
    border-left: 1px solid;
    opacity: .3;
    position: absolute;
    left: -18px;
    top: 2.5em;
    bottom: -1em
}

.wc-block-components-checkout-step--disabled {
    opacity: .6
}

.wc-block-components-checkout-step__container {
    position: relative
}

.wc-block-components-checkout-step__content {
    padding-bottom: 1.5em
}

.wc-block-components-checkout-step__heading {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    margin: .75em 0 1em;
    position: relative;
    align-items: center;
    gap: 1em
}

.wc-block-components-checkout-step:first-child .wc-block-components-checkout-step__heading {
    margin-top: 0
}

.wc-block-components-checkout-step__title {
    margin: 0 12px 0 0
}

.wc-block-components-checkout-step__heading-content {
    font-size: .75em
}

.wc-block-components-checkout-step__heading-content a {
    font-weight: 700;
    color: inherit
}

.wc-block-components-checkout-step__description {
    font-size: .875em;
    line-height: 1.25;
    margin-bottom: 16px
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    counter-increment: checkout-step;
    content: " " counter(checkout-step) ".";
    content: " " counter(checkout-step) "."/"";
    position: absolute;
    width: 36px;
    left: -18px;
    top: 0;
    text-align: center;
    transform: translateX(-50%)
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
    content: "";
    height: 100%;
    border-left: 1px solid;
    opacity: .3;
    position: absolute;
    left: -18px;
    top: 0
}

.wc-block-components-order-summary .wc-blocks-components-panel__button {
    margin-top: 0;
    padding-top: 0
}

.wc-block-components-order-summary__content {
    display: table;
    width: 100%
}

.wc-block-components-order-summary-item {
    position: relative;
    font-size: .875em;
    display: flex;
    padding-bottom: 1px;
    padding-top: 16px;
    width: 100%
}

.wc-block-components-order-summary-item:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-order-summary-item:last-child > div {
    padding-bottom: 0
}

.wc-block-components-order-summary-item:last-child:after {
    display: none
}

.wc-block-components-order-summary-item .wc-block-components-product-metadata {
    font-size: 1em
}

.wc-block-components-order-summary-item__description, .wc-block-components-order-summary-item__image {
    display: table-cell;
    vertical-align: top
}

.wc-block-components-order-summary-item__image {
    width: 48px;
    padding-bottom: 16px;
    position: relative
}

.wc-block-components-order-summary-item__image > img {
    width: 48px;
    max-width: 48px
}

.wc-block-components-order-summary-item__quantity {
    align-items: center;
    background: #fff;
    border: 2px solid;
    border-radius: 1em;
    box-shadow: 0 0 0 2px #fff;
    color: #000;
    display: flex;
    line-height: 1;
    min-height: 20px;
    padding: 0 .4em;
    position: absolute;
    justify-content: center;
    min-width: 20px;
    right: 0;
    top: 16px;
    transform: translate(50%, -50%);
    white-space: nowrap;
    z-index: 1
}

.wc-block-components-order-summary-item__description {
    padding-left: 24px;
    padding-bottom: 16px
}

.wc-block-components-order-summary-item__description .wc-block-components-product-metadata, .wc-block-components-order-summary-item__description p {
    line-height: 1.375;
    margin-top: 4px
}

.wc-block-components-order-summary-item__total-price {
    font-weight: 700;
    margin-left: auto
}

.wc-block-components-order-summary-item__individual-prices {
    display: block
}

.wc-block-components-payment-method-icons {
    display: block;
    text-align: center;
    margin: 0 0 14px
}

.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    display: inline-block;
    margin: 0 4px 2px;
    padding: 0;
    width: auto;
    height: 24px;
    vertical-align: middle
}

.wc-block-components-payment-method-icons--align-left {
    text-align: left
}

.wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon {
    margin-left: 0;
    margin-right: 8px
}

.wc-block-components-payment-method-icons--align-right {
    text-align: right
}

.wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon {
    margin-right: 0;
    margin-left: 8px
}

.wc-block-components-payment-method-icons:last-child {
    margin-bottom: 0
}

.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon, .is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 16px
}

.wc-block-components-payment-method-label--with-icon {
    display: inline-block;
    vertical-align: middle
}

.wc-block-components-payment-method-label--with-icon > img, .wc-block-components-payment-method-label--with-icon > svg {
    vertical-align: middle;
    margin: -2px 4px 0 0
}

.is-mobile .wc-block-components-payment-method-label--with-icon > img, .is-mobile .wc-block-components-payment-method-label--with-icon > svg, .is-small .wc-block-components-payment-method-label--with-icon > img, .is-small .wc-block-components-payment-method-label--with-icon > svg {
    display: none
}

.editor-styles-wrapper .wc-block-components-checkout-policies, .wc-block-components-checkout-policies {
    font-size: .75em;
    text-align: center;
    list-style: none outside;
    line-height: 1;
    margin: 24px 0
}

.wc-block-components-checkout-policies__item {
    list-style: none outside;
    display: inline-block;
    padding: 0 .25em;
    margin: 0
}

.wc-block-components-checkout-policies__item:not(:first-child) {
    border-left: 1px solid #ccc
}

.wc-block-components-checkout-policies__item > a {
    color: inherit;
    padding: 0 .25em
}

.wc-block-components-product-badge {
    font-size: .75em;
    border-radius: 2px;
    border: 1px solid;
    display: inline-block;
    font-weight: 600;
    padding: 0 .66em;
    text-transform: uppercase;
    white-space: nowrap
}

.wc-block-components-product-details.wc-block-components-product-details {
    list-style: none;
    margin: .5em 0;
    padding: 0
}

.wc-block-components-product-details.wc-block-components-product-details:last-of-type {
    margin-bottom: 0
}

.wc-block-components-product-details__name, .wc-block-components-product-details__value {
    display: inline-block
}

.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
    font-weight: 700
}

.wc-block-components-product-metadata {
    font-size: .75em
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description > p, .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
    margin: .25em 0
}

.wc-block-components-checkout-return-to-cart-button {
    box-shadow: none;
    color: inherit;
    padding-left: calc(24px + .25em);
    position: relative;
    text-decoration: none
}

.wc-block-components-checkout-return-to-cart-button svg {
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    top: 50%
}

.wc-block-components-shipping-calculator-address {
    margin-bottom: 0
}

.wc-block-components-shipping-calculator-address__button {
    width: 100%;
    margin-top: 1.5em
}

.wc-block-components-shipping-calculator {
    padding: .5em 0 .75em
}

.wc-block-components-totals-coupon__form {
    display: flex;
    margin-bottom: 0;
    width: 100%
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
    margin-bottom: 0;
    margin-top: 0;
    flex-grow: 1
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    height: 3em;
    flex-shrink: 0;
    margin-left: 8px;
    padding-left: 24px;
    padding-right: 24px;
    white-space: nowrap
}

.wc-block-components-totals-coupon__content {
    flex-direction: column;
    position: relative
}

.wc-block-components-totals-coupon__content .wc-block-components-validation-error {
    margin-top: 8px;
    position: relative;
    width: 100%
}

.wc-block-components-totals-discount__coupon-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 1.25em
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 400
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
    margin-bottom: 0
}

.wc-block-components-totals-shipping {
    position: relative
}

.wc-block-components-totals-shipping:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-description, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-label {
    flex-basis: 100%;
    text-align: left
}

.wc-block-components-totals-shipping .wc-block-components-radio-control__option-layout:last-child:after, .wc-block-components-totals-shipping .wc-block-components-radio-control__option:last-child:after {
    display: none
}

.wc-block-components-totals-shipping .wc-block-components-shipping-rates-control__no-results-notice {
    margin-bottom: .75em
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    background: transparent;
    box-shadow: none;
    display: inline;
    text-decoration: underline
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover {
    background: transparent;
    opacity: .8
}

.wc-block-components-totals-shipping .wc-blocks-components-panel:last-child:after {
    border-bottom-width: 0
}

.wc-block-components-checkbox {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    align-items: center;
    display: flex;
    height: 1em;
    position: relative
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #50575e;
    border-radius: 2px;
    height: 1.5em;
    width: 1.5em;
    margin: 0;
    min-height: 24px;
    min-width: 24px;
    overflow: hidden;
    position: static;
    vertical-align: middle;
    background-color: #fff
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
    background: #fff;
    border-color: #50575e
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked) + .wc-block-components-checkbox__mark {
    display: none
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    border-color: hsla(0, 0%, 100%, .6);
    background-color: rgba(0, 0, 0, .1)
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
    background: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .6)
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #000;
    position: absolute;
    left: .1875em;
    top: -.125em;
    width: 1.125em;
    height: 1.125em
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #fff
}

.wc-block-components-checkbox .wc-block-components-checkbox__label {
    padding-left: 16px;
    vertical-align: middle
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .wc-block-components-checkbox__mark {
        display: none
    }
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox], .theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox] {
    background-color: #fff;
    border-color: var(--form--border-color);
    position: relative
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox]:checked, .theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]:checked {
    background-color: #fff;
    border-color: var(--form--border-color)
}

.theme-twentytwentyone .wc-block-components-checkbox__mark {
    display: none
}

.editor-styles-wrapper .wc-block-components-checkbox-list, .wc-block-components-checkbox-list {
    margin: 0;
    padding: 0;
    list-style: none outside
}

.editor-styles-wrapper .wc-block-components-checkbox-list li, .wc-block-components-checkbox-list li {
    margin: 0 0 4px;
    padding: 0;
    list-style: none outside
}

.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button, .editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button, .wc-block-components-checkbox-list li.show-less button, .wc-block-components-checkbox-list li.show-more button {
    background: none;
    border: none;
    padding: 0;
    text-decoration: underline;
    cursor: pointer
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li, .wc-block-components-checkbox-list.is-loading li {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li > *, .wc-block-components-checkbox-list.is-loading li > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li, .wc-block-components-checkbox-list.is-loading li {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-chip {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    align-items: center;
    border: 0;
    display: inline-flex;
    padding: .125em .5em .25em;
    margin: 0 .365em .365em 0;
    border-radius: 0;
    line-height: 1;
    max-width: 100%
}

.wc-block-components-chip, .wc-block-components-chip:active, .wc-block-components-chip:focus, .wc-block-components-chip:hover {
    background: #e0e0e0;
    color: #1e1e1e
}

.wc-block-components-chip.wc-block-components-chip--radius-small {
    border-radius: 3px
}

.wc-block-components-chip.wc-block-components-chip--radius-medium {
    border-radius: .433em
}

.wc-block-components-chip.wc-block-components-chip--radius-large {
    border-radius: 2em;
    padding-left: .75em;
    padding-right: .75em
}

.wc-block-components-chip .wc-block-components-chip__text {
    flex-grow: 1
}

.wc-block-components-chip.is-removable {
    padding-right: .5em
}

.wc-block-components-chip.is-removable .wc-block-components-chip__text {
    padding-right: .25em
}

.wc-block-components-chip .wc-block-components-chip__remove {
    font-size: .75em;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0
}

.wc-block-components-chip .wc-block-components-chip__remove-icon {
    vertical-align: middle
}

.wc-block-components-chip__remove:focus, .wc-block-components-chip__remove:hover, button.wc-block-components-chip:focus > .wc-block-components-chip__remove, button.wc-block-components-chip:hover > .wc-block-components-chip__remove {
    fill: #cc1818
}

.wc-block-components-chip__remove:disabled, button.wc-block-components-chip:disabled > .wc-block-components-chip__remove {
    fill: #949494;
    cursor: not-allowed
}

.wc-block-components-country-input {
    margin-top: 1.5em
}

.wc-block-components-dropdown-selector {
    max-width: 300px;
    position: relative;
    width: 100%
}

.wc-block-components-dropdown-selector__input-wrapper {
    background: #fff;
    border: 1px solid #50575e;
    color: #2b2d2f;
    align-items: center;
    border-radius: 4px;
    cursor: text;
    display: flex;
    flex-wrap: wrap;
    padding: 2px 8px
}

.is-disabled .wc-block-components-dropdown-selector__input-wrapper {
    background-color: #e0e0e0
}

.is-multiple.has-checked > .wc-block-components-dropdown-selector__input-wrapper {
    padding: 2px 4px
}

.is-open > .wc-block-components-dropdown-selector__input-wrapper {
    border-radius: 4px 4px 0 0
}

.wc-block-components-dropdown-selector__input {
    font-size: .875em;
    line-height: 1.2857142857;
    margin: .1875em 0;
    min-width: 0;
    padding: .1875em 0
}

.is-single .wc-block-components-dropdown-selector__input {
    width: 100%
}

.is-single .wc-block-components-dropdown-selector__input:active, .is-single .wc-block-components-dropdown-selector__input:focus, .is-single .wc-block-components-dropdown-selector__input:hover {
    outline: 0
}

.is-single.has-checked.is-open .wc-block-components-dropdown-selector__input {
    margin-bottom: 1.5px;
    margin-top: 1.5px
}

.is-single.has-checked:not(.is-open) .wc-block-components-dropdown-selector__input {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    word-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px;
    position: absolute
}

.is-multiple .wc-block-components-dropdown-selector__input {
    flex: 1;
    min-width: 0
}

.is-multiple .wc-block-components-dropdown-selector__input, .is-single .wc-block-components-dropdown-selector__input:first-child {
    background: transparent;
    border: 0
}

.is-multiple .wc-block-components-dropdown-selector__input:active, .is-multiple .wc-block-components-dropdown-selector__input:focus, .is-multiple .wc-block-components-dropdown-selector__input:hover, .is-single .wc-block-components-dropdown-selector__input:first-child:active, .is-single .wc-block-components-dropdown-selector__input:first-child:focus, .is-single .wc-block-components-dropdown-selector__input:first-child:hover {
    outline: 0
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove {
    background-color: transparent;
    border: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: none
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:active, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:focus, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:hover, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:active, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:focus, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:hover {
    background-color: transparent;
    text-decoration: none
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value {
    font-size: .875em;
    align-items: center;
    color: #757575;
    display: inline-flex;
    margin: .1875em 0;
    padding: .1875em 0;
    width: 100%
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label {
    flex-grow: 1;
    line-height: 1.2857142857;
    padding: 0;
    text-align: left
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove {
    background-color: transparent;
    border: 0;
    display: inline-block;
    line-height: 1;
    padding: 0 0 0 .3em
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove > svg {
    display: block
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip {
    font-size: .875em;
    margin-top: .1875em;
    margin-bottom: .1875em;
    line-height: 1.2857142857
}

.wc-block-components-dropdown-selector__list {
    background-color: #fff;
    margin: -1px 0 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1
}

.wc-block-components-dropdown-selector__list:not(:empty) {
    border: 1px solid #9f9f9f
}

.wc-block-components-dropdown-selector__list-item {
    font-size: .875em;
    color: #757575;
    cursor: default;
    list-style: none;
    margin: 0;
    padding: 0 4px
}

.wc-block-components-dropdown-selector__list-item.is-selected {
    background-color: #ddd
}

.wc-block-components-dropdown-selector__list-item.is-highlighted, .wc-block-components-dropdown-selector__list-item:active, .wc-block-components-dropdown-selector__list-item:focus, .wc-block-components-dropdown-selector__list-item:hover {
    background-color: #00669e;
    color: #fff
}

.wc-block-components-filter-submit-button {
    display: block;
    margin-left: auto;
    white-space: nowrap
}

.wc-block-components-formatted-money-amount {
    white-space: nowrap
}

.wc-block-components-load-more {
    text-align: center;
    width: 100%
}

.wc-block-components-loading-mask {
    position: relative;
    min-height: 34px
}

.wc-block-components-loading-mask .components-spinner {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.wc-block-components-loading-mask__children {
    opacity: .5
}

.wc-block-components-pagination {
    margin: 0 auto 16px
}

.wc-block-components-pagination__ellipsis, .wc-block-components-pagination__page {
    font-size: 1em;
    color: #333;
    display: inline-block;
    font-weight: 400
}

.wc-block-components-pagination__page {
    border-color: transparent;
    padding: .3em .6em;
    min-width: 2.2em
}

@media (max-width: 782px) {
    .wc-block-components-pagination__page {
        padding: .1em .2em;
        min-width: 1.6em
    }
}

.wc-block-components-pagination__page:not(.toggle) {
    background-color: transparent
}

.wc-block-components-pagination__ellipsis {
    padding: .3em
}

@media (max-width: 782px) {
    .wc-block-components-pagination__ellipsis {
        padding: .1em
    }
}

.wc-block-components-pagination__page--active[disabled] {
    color: #333;
    font-weight: 700;
    opacity: 1 !important
}

.wc-block-components-pagination__page--active[disabled]:focus, .wc-block-components-pagination__page--active[disabled]:hover {
    background-color: inherit;
    color: #333;
    opacity: 1 !important
}

.wc-block-components-express-payment {
    margin: auto;
    position: relative
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-align: center
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons > li {
    margin: 0
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons > li > img {
    width: 100%;
    height: 48px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container {
    display: flex;
    flex-direction: row;
    left: 0;
    position: absolute;
    right: 0;
    top: -5px;
    vertical-align: middle
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before {
    border-left: 1px solid;
    border-top: 1px solid;
    border-radius: 5px 0 0 0;
    content: "";
    display: block;
    height: 4px;
    margin-right: 12px;
    opacity: .3;
    pointer-events: none;
    width: 22px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after {
    border-right: 1px solid;
    border-top: 1px solid;
    border-radius: 0 5px 0 0;
    content: "";
    display: block;
    height: 4px;
    margin-left: 12px;
    opacity: .3;
    pointer-events: none;
    flex-grow: 1
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title {
    flex-grow: 0;
    transform: translateY(-50%)
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content {
    position: relative;
    margin-top: calc(.75em + 5px);
    padding: 1.5em 35px 1em
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content:after {
    border-style: solid;
    border-width: 0 1px 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 0 5px 5px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content > p {
    margin-bottom: 1em
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons > li {
    display: inline-block;
    width: 50%
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons > li:nth-child(2n) {
    padding-left: 8px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons > li:nth-child(odd) {
    padding-right: 8px
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons > li {
    padding-bottom: 16px;
    text-align: center;
    width: 100%
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons > li:last-child {
    padding-bottom: 0
}

.wc-block-components-express-payment-continue-rule {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 36px;
    margin: 24px 0
}

.wc-block-components-express-payment-continue-rule:before {
    margin-right: 10px
}

.wc-block-components-express-payment-continue-rule:after {
    margin-left: 10px
}

.wc-block-components-express-payment-continue-rule:after, .wc-block-components-express-payment-continue-rule:before {
    content: " ";
    flex: 1;
    border-bottom: 1px solid;
    opacity: .3
}

.wc-block-components-express-payment-continue-rule--cart {
    margin: 16px 0;
    text-transform: uppercase
}

.theme-twentynineteen .wc-block-components-express-payment__title:before {
    display: none
}

.theme-twentytwenty .wc-block-components-express-payment .wc-block-components-express-payment__title {
    padding-left: 12px;
    padding-right: 12px
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder {
    margin-bottom: 16px
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder * {
    pointer-events: all
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset {
    display: block
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .components-button {
    background-color: #1e1e1e;
    color: #fff
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .wc-block-checkout__no-payment-methods-placeholder-description {
    display: block;
    margin: .25em 0 1em
}

.components-notice.wc-block-checkout__no-payment-methods-notice {
    margin-bottom: 16px
}

.wc-block-card-elements {
    display: flex;
    width: 100%
}

.wc-block-card-elements .wc-block-components-validation-error {
    position: static
}

.wc-block-gateway-container {
    position: relative;
    margin-bottom: 1.5em;
    white-space: nowrap
}

.wc-block-gateway-container.wc-card-number-element {
    flex-basis: 15em;
    flex-grow: 1;
    min-width: min(15em, 60%)
}

.wc-block-gateway-container.wc-card-expiry-element {
    flex-basis: 7em;
    margin-left: 12px;
    min-width: min(7em, calc(24% - 12px))
}

.wc-block-gateway-container.wc-card-cvc-element {
    flex-basis: 7em;
    margin-left: 12px;
    min-width: min(5em, calc(16% - 12px))
}

.wc-block-gateway-container .wc-block-gateway-input {
    font-size: 1em;
    line-height: 1.375;
    background-color: #fff;
    padding: .75em 0 .75em 16px;
    border-radius: 4px;
    border: 1px solid #50575e;
    width: 100%;
    font-family: inherit;
    margin: 0;
    box-sizing: border-box;
    height: 3em;
    color: #2b2d2f;
    cursor: text
}

.wc-block-gateway-container .wc-block-gateway-input:focus, .wc-block-gateway-container:focus {
    background-color: #fff
}

.wc-block-gateway-container label {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    font-size: 1em;
    line-height: 1.375;
    position: absolute;
    transform: translateY(.75em);
    left: 0;
    top: 0;
    transform-origin: top left;
    color: #757575;
    transition: transform .2s ease;
    margin: 0 0 0 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 24px);
    cursor: text
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-gateway-container label {
        transition: none
    }
}

.wc-block-gateway-container.wc-inline-card-element label {
    margin-left: calc(24px + 1.5em)
}

.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input.focused.empty + label, .wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input:not(.empty) + label {
    margin-left: 16px;
    transform: translateY(4px) scale(.75)
}

.wc-block-gateway-container.wc-inline-card-element + .wc-block-components-validation-error {
    position: static;
    margin-top: -24px
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty, .wc-block-gateway-container .wc-block-gateway-input:not(.empty) {
    padding: 1.5em 0 .25em 16px
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty + label, .wc-block-gateway-container .wc-block-gateway-input:not(.empty) + label {
    transform: translateY(4px) scale(.75)
}

.wc-block-gateway-container .wc-block-gateway-input.has-error {
    border-color: #cc1818
}

.wc-block-gateway-container .wc-block-gateway-input.has-error:focus {
    outline-color: #cc1818
}

.wc-block-gateway-container .wc-block-gateway-input.has-error + label {
    color: #cc1818
}

.is-large .wc-card-cvc-element .wc-block-components-validation-error > p, .is-large .wc-card-expiry-element .wc-block-components-validation-error > p, .is-medium .wc-card-cvc-element .wc-block-components-validation-error > p, .is-medium .wc-card-expiry-element .wc-block-components-validation-error > p {
    line-height: 16px;
    padding-top: 4px
}

.is-mobile .wc-card-cvc-element .wc-block-components-validation-error > p, .is-mobile .wc-card-expiry-element .wc-block-components-validation-error > p, .is-small .wc-card-cvc-element .wc-block-components-validation-error > p, .is-small .wc-card-expiry-element .wc-block-components-validation-error > p {
    min-height: 28px
}

.wc-blocks-credit-card-images {
    padding-top: 12px;
    display: flex
}

.wc-blocks-credit-card-images .wc-blocks-credit-cart-icon {
    height: 18px;
    width: auto;
    margin-right: 12px
}

.wc-blocks-credit-card-images .wc-blocks-credit-cart-icon:last-child {
    margin-right: 0
}

.wc-block-components-checkout-payment-methods * {
    pointer-events: all
}

.is-mobile .wc-block-card-elements, .is-small .wc-block-card-elements {
    flex-wrap: wrap
}

.is-mobile .wc-block-gateway-container.wc-card-number-element, .is-small .wc-block-gateway-container.wc-card-number-element {
    flex-basis: 100%
}

.is-mobile .wc-block-gateway-container.wc-card-expiry-element, .is-small .wc-block-gateway-container.wc-card-expiry-element {
    flex-basis: calc(50% - 8px);
    margin-left: 0;
    margin-right: 8px
}

.is-mobile .wc-block-gateway-container.wc-card-cvc-element, .is-small .wc-block-gateway-container.wc-card-cvc-element {
    flex-basis: calc(50% - 8px);
    margin-left: 8px
}

.wc-block-components-radio-control__option-checked.wc-block-components-radio-control__option-checked {
    font-weight: 700
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    padding-left: 56px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
    content: none
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
    left: 16px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child {
    border-width: 1px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option, .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    border: solid #e0e0e0;
    border-width: 1px 1px 0
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option {
    border-width: 0
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img {
    height: 24px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option {
    padding-left: 16px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__input {
    display: none
}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__description-payments-aligned {
    padding-top: 14px;
    height: 28px
}

.wc-block-components-radio-control-accordion-content {
    padding: 8px 16px 16px
}

.wc-block-checkout__order-notes .wc-block-components-checkout-step__content {
    padding-bottom: 0
}

.wc-block-components-price-slider {
    margin-bottom: 24px
}

.wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls {
    justify-content: flex-end
}

.wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
    margin-left: 0;
    margin-right: 10px
}

.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    pointer-events: none;
    max-width: 100%;
    box-shadow: none
}

.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount > *, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button > *, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
    -webkit-animation: none;
    animation: none
}

.wc-block-components-price-slider__range-input-wrapper {
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 9px;
    clear: both;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    background: #e1e1e1;
    margin: 15px 0
}

.wc-block-components-price-slider__range-input-progress {
    height: 9px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    --track-background: linear-gradient(90deg, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
    --range-color: #af7dd1;
    background: var(--track-background)
}

.wc-block-components-price-slider__controls {
    display: flex
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    margin: 0;
    border-radius: 4px;
    width: auto;
    max-width: 100px;
    min-width: 0
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--min {
    margin-right: 10px
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
    margin-left: auto
}

.wc-block-components-price-slider__range-input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 0;
    display: block;
    position: relative;
    pointer-events: none;
    outline: none !important;
    position: absolute;
    left: 0;
    top: 0
}

.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
    cursor: default;
    height: 1px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb {
    background-color: transparent;
    background-position: 0 0;
    width: 26px;
    height: 21px;
    border: 0;
    padding: 0;
    vertical-align: top;
    cursor: pointer;
    z-index: 20;
    pointer-events: auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='42'%3E%3Cdefs%3E%3Cpath id='a' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath id='b' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%23757575' d='M24.3176 8.9423l-8.4163-6.1432c-1.706-1.2285-3.6395-1.8988-5.6867-1.787h-.1137c-4.8906.335-8.985 4.356-9.0987 9.2706C.8885 15.644 5.2102 20 10.6696 20h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M9 6v9m3-9v9'/%3E%3Cg fill-rule='nonzero' transform='translate(1 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23a'/%3E%3Cuse stroke='%23757575' xlink:href='%23a'/%3E%3C/g%3E%3Cpath stroke='%23757575' d='M9 27v9m3-9v9'/%3E%3Cg%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%23757575' d='M27.6824 8.9423l8.4163-6.1432c1.706-1.2285 3.6395-1.8988 5.6867-1.787h.1137c4.8906.335 8.985 4.356 9.0987 9.2706C51.1115 15.644 46.7898 20 41.3304 20h-.1137c-1.8197 0-3.6395-.6702-5.118-1.787l-8.4163-6.255c-.9099-.8935-.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M43 6v9m-3-9v9'/%3E%3C/g%3E%3Cg%3E%3Cg fill-rule='nonzero' transform='matrix(-1 0 0 1 51 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23b'/%3E%3Cuse stroke='%23757575' xlink:href='%23b'/%3E%3C/g%3E%3Cpath stroke='%23757575' d='M43 27v9m-3-9v9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    -webkit-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: -6px 0 0
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
    background-position-y: -21px;
    filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75));
    transform: scale(1.1)
}

.wc-block-components-price-slider__range-input::-webkit-slider-progress {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-components-price-slider__range-input::-moz-focus-outer {
    border: 0
}

.wc-block-components-price-slider__range-input::-moz-range-track {
    cursor: default;
    height: 1px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-components-price-slider__range-input::-moz-range-progress {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-components-price-slider__range-input::-moz-range-thumb {
    background-color: transparent;
    background-position: 0 0;
    width: 26px;
    height: 21px;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
    cursor: pointer;
    z-index: 20;
    pointer-events: auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='42'%3E%3Cdefs%3E%3Cpath id='a' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath id='b' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%23757575' d='M24.3176 8.9423l-8.4163-6.1432c-1.706-1.2285-3.6395-1.8988-5.6867-1.787h-.1137c-4.8906.335-8.985 4.356-9.0987 9.2706C.8885 15.644 5.2102 20 10.6696 20h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M9 6v9m3-9v9'/%3E%3Cg fill-rule='nonzero' transform='translate(1 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23a'/%3E%3Cuse stroke='%23757575' xlink:href='%23a'/%3E%3C/g%3E%3Cpath stroke='%23757575' d='M9 27v9m3-9v9'/%3E%3Cg%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%23757575' d='M27.6824 8.9423l8.4163-6.1432c1.706-1.2285 3.6395-1.8988 5.6867-1.787h.1137c4.8906.335 8.985 4.356 9.0987 9.2706C51.1115 15.644 46.7898 20 41.3304 20h-.1137c-1.8197 0-3.6395-.6702-5.118-1.787l-8.4163-6.255c-.9099-.8935-.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M43 6v9m-3-9v9'/%3E%3C/g%3E%3Cg%3E%3Cg fill-rule='nonzero' transform='matrix(-1 0 0 1 51 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23b'/%3E%3Cuse stroke='%23757575' xlink:href='%23b'/%3E%3C/g%3E%3Cpath stroke='%23757575' d='M43 27v9m-3-9v9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    -moz-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
    background-position-y: -21px;
    filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75));
    transform: scale(1.1)
}

.wc-block-components-price-slider__range-input::-ms-thumb {
    background-color: transparent;
    background-position: 0 0;
    width: 26px;
    height: 21px;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
    cursor: pointer;
    z-index: 20;
    pointer-events: auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='42'%3E%3Cdefs%3E%3Cpath id='a' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath id='b' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%23757575' d='M24.3176 8.9423l-8.4163-6.1432c-1.706-1.2285-3.6395-1.8988-5.6867-1.787h-.1137c-4.8906.335-8.985 4.356-9.0987 9.2706C.8885 15.644 5.2102 20 10.6696 20h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M9 6v9m3-9v9'/%3E%3Cg fill-rule='nonzero' transform='translate(1 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23a'/%3E%3Cuse stroke='%23757575' xlink:href='%23a'/%3E%3C/g%3E%3Cpath stroke='%23757575' d='M9 27v9m3-9v9'/%3E%3Cg%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%23757575' d='M27.6824 8.9423l8.4163-6.1432c1.706-1.2285 3.6395-1.8988 5.6867-1.787h.1137c4.8906.335 8.985 4.356 9.0987 9.2706C51.1115 15.644 46.7898 20 41.3304 20h-.1137c-1.8197 0-3.6395-.6702-5.118-1.787l-8.4163-6.255c-.9099-.8935-.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M43 6v9m-3-9v9'/%3E%3C/g%3E%3Cg%3E%3Cg fill-rule='nonzero' transform='matrix(-1 0 0 1 51 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23b'/%3E%3Cuse stroke='%23757575' xlink:href='%23b'/%3E%3C/g%3E%3Cpath stroke='%23757575' d='M43 27v9m-3-9v9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    -ms-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-components-price-slider__range-input::-ms-thumb:hover {
    background-position-y: -21px;
    filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75));
    transform: scale(1.1)
}

.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
    background-position-y: -21px;
    filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75))
}

.wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
    background-position-y: -21px;
    filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75))
}

.wc-block-components-price-slider__range-input:focus::-ms-thumb {
    background-position-y: -21px;
    filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75))
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
    z-index: 21
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
    margin-left: -2px;
    background-position-x: left
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
    background-position-x: left;
    transform: translate(-2px, 4px)
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
    background-position-x: left
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
    z-index: 20
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
    background-position-x: right;
    margin-left: 2px
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
    background-position-x: right;
    transform: translate(2px, 4px)
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
    background-position-x: right
}

.rtl .wc-block-components-price-slider__range-input-progress {
    --track-background: linear-gradient(270deg, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
    --range-color: #af7dd1;
    background: var(--track-background)
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .wc-block-components-price-slider__range-input-wrapper {
        background: transparent;
        box-shadow: none;
        height: 24px
    }

    .wc-block-components-price-slider__range-input-progress {
        background: #af7dd1;
        width: 100%;
        top: 7px
    }

    .wc-block-components-price-slider__range-input {
        height: 24px;
        pointer-events: auto
    }

    .wc-block-components-price-slider__range-input::-ms-track {
        background: transparent;
        border-color: transparent;
        border-width: 7px 0;
        color: transparent
    }

    .wc-block-components-price-slider__range-input::-ms-fill-lower {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input::-ms-fill-upper {
        background: transparent
    }

    .wc-block-components-price-slider__range-input::-ms-tooltip {
        display: none
    }

    .wc-block-components-price-slider__range-input::-ms-thumb {
        transform: translate(1px);
        pointer-events: auto
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
        background: transparent
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
        animation: loading-fade 1.2s ease-in-out infinite;
        background-color: var(--global--color-primary, #e0e0e0) !important;
        color: var(--global--color-primary, #e0e0e0) !important;
        outline: 0 !important;
        border: 0 !important;
        pointer-events: none;
        max-width: 100%;
        box-shadow: none
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper > * {
        visibility: hidden
    }
}

@media screen and (-ms-high-contrast: active)and (prefers-reduced-motion: reduce), screen and (-ms-high-contrast: none)and (prefers-reduced-motion: reduce) {
    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@supports (-ms-ime-align:auto) {
    .wc-block-components-price-slider__range-input-wrapper {
        background: transparent;
        box-shadow: none;
        height: 24px
    }

    .wc-block-components-price-slider__range-input-progress {
        background: #af7dd1;
        width: 100%;
        top: 7px
    }

    .wc-block-components-price-slider__range-input {
        height: 24px;
        pointer-events: auto
    }

    .wc-block-components-price-slider__range-input::-ms-track {
        background: transparent;
        border-color: transparent;
        border-width: 7px 0;
        color: transparent
    }

    .wc-block-components-price-slider__range-input::-ms-fill-lower {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input::-ms-fill-upper {
        background: transparent
    }

    .wc-block-components-price-slider__range-input::-ms-tooltip {
        display: none
    }

    .wc-block-components-price-slider__range-input::-ms-thumb {
        transform: translate(1px);
        pointer-events: auto
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
        background: transparent
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
        animation: loading-fade 1.2s ease-in-out infinite;
        background-color: var(--global--color-primary, #e0e0e0) !important;
        color: var(--global--color-primary, #e0e0e0) !important;
        outline: 0 !important;
        border: 0 !important;
        pointer-events: none;
        max-width: 100%;
        box-shadow: none
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper > * {
        visibility: hidden
    }

    @media screen and (prefers-reduced-motion: reduce) {
        .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
            -webkit-animation: none;
            animation: none
        }
    }.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
         -webkit-animation: none;
         animation: none
     }
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
    background: transparent;
    border: 3px solid;
    box-sizing: border-box
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
    --range-color: currentColor;
    margin: -3px
}

.theme-twentytwentyone .wc-block-price-filter__range-input {
    background: transparent;
    margin: -3px;
    width: calc(100% + 6px)
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-webkit-slider-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-webkit-slider-thumb {
    filter: none
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-moz-range-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-moz-range-thumb {
    filter: none
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-ms-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-ms-thumb {
    filter: none
}

.theme-twentytwentyone .wc-block-price-filter__range-input::-webkit-slider-thumb {
    margin-top: -9px
}

.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
    transform: translate(2px, 1px)
}

.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
    transform: translate(-2px, 1px)
}

.theme-twentytwentyone .wc-block-price-filter__range-input::-ms-track {
    border-color: transparent !important
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
        border: 0;
        height: auto;
        position: relative;
        height: 50px
    }

    .theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
        display: none
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input {
        height: 100%;
        margin: 0;
        width: 100%
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.wc-block-grid {
    text-align: center
}

.wc-block-grid__no-products {
    padding: 40px;
    text-align: center;
    width: 100%
}

.wc-block-grid__no-products .wc-block-grid__no-products-image {
    max-width: 150px;
    margin: 0 auto 1em;
    display: block;
    color: inherit
}

.wc-block-grid__no-products .wc-block-grid__no-products-title {
    display: block;
    margin: 0;
    font-weight: 700
}

.wc-block-grid__no-products .wc-block-grid__no-products-description {
    display: block;
    margin: .25em 0 1em
}

.wc-block-grid__products {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -8px 16px;
    background-clip: padding-box
}

.wc-block-grid__product {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    float: none;
    width: auto;
    position: relative;
    text-align: center;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid transparent;
    list-style: none
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product, .wc-block-grid.has-aligned-buttons .wc-block-grid__product {
    display: flex;
    flex-direction: column
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product > :last-child, .wc-block-grid.has-aligned-buttons .wc-block-grid__product > :last-child {
    margin-top: auto;
    margin-bottom: 0;
    padding-bottom: 12px
}

.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product, .wc-block-grid.has-1-columns .wc-block-grid__product {
    flex: 1 0 100%;
    max-width: 100%
}

.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product, .wc-block-grid.has-2-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%
}

.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product, .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 33.33333%;
    max-width: 33.3333333333%
}

.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product, .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 25%;
    max-width: 25%
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product, .wc-block-grid.has-5-columns .wc-block-grid__product {
    flex: 1 0 20%;
    max-width: 20%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product, .wc-block-grid.has-6-columns .wc-block-grid__product {
    flex: 1 0 16.66667%;
    max-width: 16.6666666667%
}

.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product, .wc-block-grid.has-7-columns .wc-block-grid__product {
    flex: 1 0 14.28571%;
    max-width: 14.2857142857%
}

.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product, .wc-block-grid.has-8-columns .wc-block-grid__product {
    flex: 1 0 12.5%;
    max-width: 12.5%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product, .wc-block-grid.has-6-columns .wc-block-grid__product {
    font-size: .5em
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-5-columns .wc-block-grid__product, .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product {
    font-size: .58em
}

.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
    font-size: .75em
}

.theme-twentytwenty .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull), .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull) {
    font-size: .92em
}

@media (max-width: 480px) {
    .wc-block-grid.has-2-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-2-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-3-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-4-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-5-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-6-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-7-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-8-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }
}

@media (min-width: 481px)and (max-width: 600px) {
    .wc-block-grid.has-2-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

    .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
        left: 8px
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
        left: 8px
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
        left: 8px
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
        left: 8px
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
        left: 8px
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
        left: 8px
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
        left: 8px
    }
}

.wc-block-components-product-name {
    font-size: 1em;
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all
}

.wc-block-components-product-price--align-left {
    display: block;
    text-align: left
}

.wc-block-components-product-price--align-center {
    display: block;
    text-align: center
}

.wc-block-components-product-price--align-right {
    display: block;
    text-align: right
}

.wc-block-components-product-price__value.is-discounted {
    margin-left: .5em
}

.is-loading .wc-block-components-product-price:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    content: ".";
    display: inline-block;
    width: 5em
}

.is-loading .wc-block-components-product-price:before > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-product-price:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-sort-select {
    margin-bottom: 24px;
    text-align: left
}

.wc-block-components-quantity-selector {
    display: flex;
    width: 107px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    box-sizing: content-box;
    margin: 0 0 .25em
}

.has-dark-controls .wc-block-components-quantity-selector {
    background-color: transparent;
    border-color: hsla(0, 0%, 100%, .4)
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    font-size: 1em;
    order: 2;
    min-width: 40px;
    flex: 1 1 auto;
    border: 0;
    padding: .4em 0;
    margin: 0;
    text-align: center;
    background: transparent;
    box-shadow: none;
    color: #000;
    line-height: 1;
    vertical-align: middle;
    -moz-appearance: textfield
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
    background: #f0f0f0;
    outline: 1px solid #ddd
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
    color: #949494
}

.has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    color: #fff;
    background: transparent
}

.has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
    background: transparent
}

.has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
    color: hsla(0, 0%, 100%, .3)
}

.wc-block-components-quantity-selector input::-webkit-inner-spin-button, .wc-block-components-quantity-selector input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    border: 0;
    padding: 0;
    margin: 0;
    background: none transparent;
    box-shadow: none;
    font-size: 1em;
    min-width: 30px;
    cursor: pointer;
    color: #1e1e1e;
    font-style: normal;
    text-align: center
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
    outline: 2px solid #ddd
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    border: 0;
    padding: 0;
    margin: 0;
    background: none transparent;
    box-shadow: none;
    color: #1e1e1e
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus:focus, .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover:focus {
    outline: 2px solid #ddd
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
    color: #949494;
    cursor: default;
    border: 0;
    padding: 0;
    margin: 0;
    background: none transparent;
    box-shadow: none
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled:focus {
    outline: 2px solid #ddd
}

.has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button, .has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    color: #fff
}

.has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
    color: hsla(0, 0%, 100%, .3)
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus {
    order: 1
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus {
    order: 3
}

.wc-block-components-radio-control__option {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    position: relative;
    display: block;
    padding: 1em 0 1em 2.5em
}

.wc-block-components-radio-control__option:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-radio-control__option-layout {
    position: relative;
    display: table;
    width: 100%
}

.wc-block-components-radio-control__option-layout:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after {
    display: none
}

.wc-block-components-radio-control__description-group, .wc-block-components-radio-control__label-group {
    display: table-row
}

.wc-block-components-radio-control__description-group > span, .wc-block-components-radio-control__label-group > span {
    display: table-cell
}

.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description, .wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label, .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description, .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label {
    text-align: right;
    min-width: 50%
}

.wc-block-components-radio-control__label, .wc-block-components-radio-control__secondary-label {
    line-height: max(1.5rem, 24px)
}

.wc-block-components-radio-control__description, .wc-block-components-radio-control__secondary-description {
    font-size: .875em;
    line-height: 20px
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 2px solid #50575e;
    border-radius: 50%;
    display: inline-block;
    height: 1.5em;
    min-height: 24px;
    min-width: 24px;
    width: 1.5em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #000;
    border-radius: 50%;
    content: "";
    display: block;
    height: .75em;
    left: 50%;
    margin: 0;
    min-height: 12px;
    min-width: 12px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: .75em
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input {
    border-color: hsla(0, 0%, 100%, .6);
    background-color: rgba(0, 0, 0, .1)
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #fff
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    border-width: 2px
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background-color: var(--form--color-text)
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:after {
    display: none
}

.is-loading .wc-block-components-review-list-item__text {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    display: block;
    width: 60%
}

.is-loading .wc-block-components-review-list-item__text > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-review-list-item__text {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__text:after {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    font-size: 1em;
    width: 80px
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product, .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars > span {
    display: none
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    height: 1em;
    width: 120px
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after {
    content: " "
}

.editor-styles-wrapper .wc-block-components-review-list-item__item, .wc-block-components-review-list-item__item {
    margin: 0 0 48px;
    list-style: none
}

.wc-block-components-review-list-item__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns:1fr;
    margin-bottom: 24px
}

.wc-block-components-review-list-item__meta {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

.has-image .wc-block-components-review-list-item__info {
    -ms-grid-columns: 64px 1fr;
    grid-template-columns:64px 1fr
}

.has-image .wc-block-components-review-list-item__meta {
    -ms-grid-column: 2;
    grid-column: 2
}

.wc-block-components-review-list-item__image {
    align-items: center;
    display: flex;
    height: 48px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    justify-content: center;
    position: relative;
    width: 48px
}

.wc-block-components-review-list-item__image > img {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

.wc-block-components-review-list-item__verified {
    width: 21px;
    height: 21px;
    text-indent: 21px;
    margin: 0;
    line-height: 21px;
    overflow: hidden;
    position: absolute;
    right: -7px;
    bottom: -7px
}

.wc-block-components-review-list-item__verified:before {
    width: 21px;
    height: 21px;
    background: transparent url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E') 50% no-repeat;
    display: block;
    content: ""
}

.wc-block-components-review-list-item__meta {
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

.wc-block-components-review-list-item__meta:after {
    order: 3;
    content: "";
    flex-basis: 100%
}

.wc-block-components-review-list-item__author, .wc-block-components-review-list-item__product {
    display: block;
    font-weight: 700;
    order: 1;
    margin-right: 8px
}

.wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author {
    font-weight: 400;
    color: grey;
    order: 4
}

.wc-block-components-review-list-item__published-date {
    color: grey;
    order: 5
}

.wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date:before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    border-right: 1px solid #ddd;
    height: 1em;
    vertical-align: middle
}

.wc-block-components-review-list-item__author:first-child + .wc-block-components-review-list-item__published-date:before, .wc-block-components-review-list-item__rating + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date:before {
    display: none
}

.wc-block-components-review-list-item__rating {
    order: 2
}

.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars {
    font-size: 1em;
    display: inline-block;
    top: 0;
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    width: 5.3em;
    font-family: star;
    font-weight: 400;
    vertical-align: top
}

.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars:before {
    content: "SSSSS";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span:before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0;
    color: #e6a237
}

.editor-styles .wc-block-components-review-list, .wc-block-components-review-list {
    margin: 0
}

.wc-block-components-review-sort-select {
    text-align: right
}

.wc-block-components-select {
    height: 3em;
    position: relative
}

.wc-block-components-select label {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    font-size: 1em;
    line-height: 1.375;
    position: absolute;
    transform: translateY(.75em);
    transform-origin: top left;
    transition: all .2s ease;
    color: #757575;
    z-index: 1;
    margin: 0 0 0 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 32px);
    white-space: nowrap
}

.has-dark-controls .wc-block-components-select label {
    color: hsla(0, 0%, 100%, .6)
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-components-select label {
        transition: none
    }
}

.wc-block-components-select.is-active label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-select.has-error .components-custom-select-control__button, .wc-block-components-select.has-error .components-custom-select-control__button:active, .wc-block-components-select.has-error .components-custom-select-control__button:focus, .wc-block-components-select.has-error .components-custom-select-control__button:hover {
    border-color: #cc1818
}

.wc-block-components-select.has-error .components-custom-select-control__button:focus {
    outline: 1px dotted #cc1818;
    outline-offset: 2px
}

.wc-block-components-select.has-error label {
    color: #cc1818
}

.wc-block-components-select .components-custom-select-control__button, .wc-block-components-select .components-custom-select-control__button:active, .wc-block-components-select .components-custom-select-control__button:focus, .wc-block-components-select .components-custom-select-control__button:hover {
    font-size: 1em;
    background-color: #fff;
    box-shadow: none;
    color: #2b2d2f;
    font-family: inherit;
    font-weight: 400;
    height: 3em;
    letter-spacing: inherit;
    line-height: 1;
    overflow: hidden;
    padding: 1.5em 16px .25em;
    text-align: left;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
    width: 100%
}

.has-dark-controls .wc-block-components-select .components-custom-select-control__button, .has-dark-controls .wc-block-components-select .components-custom-select-control__button:active, .has-dark-controls .wc-block-components-select .components-custom-select-control__button:focus, .has-dark-controls .wc-block-components-select .components-custom-select-control__button:hover {
    background-color: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .4);
    color: #fff
}

.wc-block-components-select .components-custom-select-control__button-icon {
    right: 12px
}

.has-dark-controls .wc-block-components-select .components-custom-select-control__button-icon {
    fill: #fff
}

.wc-block-components-select .components-custom-select-control__menu {
    background-color: #fff;
    margin: 0;
    max-height: 300px;
    overflow: auto;
    color: #2b2d2f
}

.wc-block-components-select .components-custom-select-control__menu:empty {
    display: none
}

.has-dark-controls .wc-block-components-select .components-custom-select-control__menu {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-select .components-custom-select-control__item {
    font-size: 1em;
    margin-left: 0;
    padding-left: 16px
}

.has-dark-controls .wc-block-components-select .components-custom-select-control__item.is-highlighted, .has-dark-controls .wc-block-components-select .components-custom-select-control__item:focus, .has-dark-controls .wc-block-components-select .components-custom-select-control__item:hover {
    background-color: rgba(0, 0, 0, .4)
}

.wc-block-components-select .components-custom-select-control__item-icon {
    display: none
}

.theme-twentytwentyone.is-dark-theme .has-dark-controls .components-custom-select-control__item {
    color: #fff
}

.theme-twentytwentyone.is-dark-theme .components-custom-select-control__item {
    color: #2b2d2f
}

.wc-block-components-sidebar-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    box-sizing: border-box;
    margin: 0;
    padding-right: 3.7735849057%;
    width: 65%
}

.wc-block-components-sidebar {
    box-sizing: border-box;
    margin: 0;
    padding-left: 2.2641509434%;
    width: 35%
}

.wc-block-components-sidebar .wc-blocks-components-panel > h2 {
    font-size: 1.25em;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.is-medium.wc-block-components-sidebar-layout, .is-mobile.wc-block-components-sidebar-layout, .is-small.wc-block-components-sidebar-layout {
    flex-direction: column;
    margin: 0 auto 16px
}

.is-medium.wc-block-components-sidebar-layout .wc-block-components-main, .is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar, .is-mobile.wc-block-components-sidebar-layout .wc-block-components-main, .is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar, .is-small.wc-block-components-sidebar-layout .wc-block-components-main, .is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar {
    padding: 0;
    width: 100%
}

.is-large .wc-block-components-sidebar .wc-block-components-totals-item, .is-large .wc-block-components-sidebar .wc-blocks-components-panel {
    padding-left: 16px;
    padding-right: 16px
}

.theme-twentytwenty .wc-block-components-sidebar .wc-blocks-components-panel > h2 {
    font-size: 1.25em;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.wc-block-components-sort-select {
    margin-bottom: 12px
}

.wc-block-components-sort-select__label {
    margin-right: 12px;
    display: inline-block;
    font-weight: 400
}

.wc-block-components-sort-select__select {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.wc-block-components-state-input {
    margin-top: 1.5em
}

.wc-block-components-notices {
    display: block;
    margin-bottom: 2em
}

.wc-block-components-notices .wc-block-components-notices__notice {
    margin: 0;
    display: flex;
    flex-wrap: nowrap
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss {
    background: transparent none;
    padding: 0;
    margin: 0 0 0 auto;
    border: 0;
    outline: 0;
    color: currentColor
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss svg {
    fill: currentColor;
    vertical-align: text-top
}

.wc-block-components-notices .wc-block-components-notices__notice + .wc-block-components-notices__notice {
    margin-top: 1em
}

.wc-block-components-notices__snackbar {
    position: fixed;
    bottom: 20px;
    left: 16px;
    width: auto
}

@media (max-width: 782px) {
    .wc-block-components-notices__snackbar {
        position: fixed;
        top: 10px;
        left: 0;
        bottom: auto
    }
}

@media (max-width: 782px) {
    .wc-block-components-notices__snackbar .components-snackbar-list__notice-container {
        margin-left: 10px;
        margin-right: 10px
    }
}

.wc-block-components-tabs .wc-block-components-tabs__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

.wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item {
    border: none;
    flex: auto;
    background: transparent;
    padding: 12px 16px;
    color: inherit;
    outline-offset: -1px;
    text-align: center;
    transition: box-shadow .1s linear;
    box-shadow: inset 0 -1px currentColor;
    border-radius: 0
}

.wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item.is-active {
    box-shadow: inset 0 -3px currentColor;
    font-weight: 600;
    position: relative
}

.wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item:focus {
    outline-offset: -1px;
    outline: 1px dotted currentColor
}

.wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item:active, .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item:hover {
    background: transparent
}

.wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content {
    font-size: 1em;
    line-height: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    font-weight: 700
}

.wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content > img, .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content > svg {
    height: 1.2em;
    vertical-align: middle;
    margin: .2em 0 -.2em
}

.wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons {
    margin: .2em 0 -.2em
}

.wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 1.2em;
    vertical-align: middle
}

.wc-block-components-tabs .wc-block-components-tabs__content {
    padding: 16px 0;
    text-transform: none
}

.wc-block-components-text-input {
    position: relative;
    margin-top: 1.5em;
    white-space: nowrap
}

.wc-block-components-text-input label {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    font-size: 1em;
    position: absolute;
    transform: translateY(.75em);
    left: 0;
    top: 0;
    transform-origin: top left;
    line-height: 1.375;
    color: #757575;
    transition: transform .2s ease;
    margin: 0 0 0 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 32px);
    cursor: text
}

.has-dark-controls .wc-block-components-text-input label {
    color: hsla(0, 0%, 100%, .6)
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-components-text-input label {
        transition: none
    }
}

.wc-block-components-text-input input:-webkit-autofill + label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-text-input.is-active label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
    font-size: 1em;
    background-color: #fff;
    padding: .75em 16px;
    border-radius: 4px;
    border: 1px solid #50575e;
    width: 100%;
    line-height: 1.375;
    font-family: inherit;
    margin: 0;
    box-sizing: border-box;
    height: 3em;
    min-height: 0;
    color: #2b2d2f
}

.wc-block-components-text-input input[type=email]:focus, .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-text-input input[type=text]:focus, .wc-block-components-text-input input[type=url]:focus {
    background-color: #fff
}

.has-dark-controls .wc-block-components-text-input input[type=email], .has-dark-controls .wc-block-components-text-input input[type=tel], .has-dark-controls .wc-block-components-text-input input[type=text], .has-dark-controls .wc-block-components-text-input input[type=url] {
    background-color: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .4);
    color: #fff
}

.wc-block-components-text-input.is-active input[type=email], .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-text-input.is-active input[type=text], .wc-block-components-text-input.is-active input[type=url] {
    padding: 1.5em 0 .25em 16px
}

.wc-block-components-text-input.has-error input, .wc-block-components-text-input.has-error input:active, .wc-block-components-text-input.has-error input:focus, .wc-block-components-text-input.has-error input:hover {
    border-color: #cc1818
}

.wc-block-components-text-input.has-error input:focus {
    outline: 1px dotted #cc1818;
    outline-offset: 2px
}

.wc-block-components-text-input.has-error label {
    color: #cc1818
}

.wc-block-components-text-input:only-child {
    margin-top: 0
}

.wc-block-components-textarea {
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    color: #2b2d2f;
    font-family: inherit;
    line-height: 1.375;
    margin: 0;
    padding: .75em 16px;
    width: 100%
}

.has-dark-controls .wc-block-components-textarea {
    background-color: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .4);
    color: #fff
}

.has-dark-controls .wc-block-components-textarea::-moz-placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-textarea:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-textarea::placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-textarea {
    background-color: rgba(0, 0, 0, .1);
    color: #fff
}

.theme-twentytwenty .wc-block-components-title.wc-block-components-title, .wc-block-components-title.wc-block-components-title {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-size: 1.25em
}

.wc-block-components-validation-error {
    font-size: .75em;
    color: #cc1818;
    max-width: 100%;
    position: absolute;
    top: calc(100% - 1px);
    white-space: normal
}

.wc-block-components-validation-error > p {
    align-items: center;
    display: flex;
    line-height: 12px;
    margin: 0;
    min-height: 24px;
    padding: 0
}

.wc-block-components-select + .wc-block-components-validation-error {
    margin-bottom: 24px
}

.with-scroll-to-top__scroll-point {
    position: relative;
    top: -36px
}

.wc-block-cart__submit {
    position: relative
}

.wc-block-cart__submit-container {
    padding-bottom: 16px
}

.wc-block-cart__submit-button {
    width: 100%;
    margin: 0 0 16px
}

.wc-block-cart__submit-button:last-child {
    margin-bottom: 0
}

.is-medium .wc-block-cart__submit-container:not(.wc-block-cart__submit-container--sticky), .is-mobile .wc-block-cart__submit-container:not(.wc-block-cart__submit-container--sticky), .is-small .wc-block-cart__submit-container:not(.wc-block-cart__submit-container--sticky) {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
}

@media (min-width: 783px) {
    .wc-block-cart__submit-container--sticky {
        display: none
    }
}

@media (max-width: 782px) {
    .wc-block-cart__submit-container--sticky {
        background: #fff;
        bottom: 0;
        left: 0;
        padding: 16px;
        position: fixed;
        width: 100%;
        z-index: 9999
    }

    .wc-block-cart__submit-container--sticky:before {
        box-shadow: 0 -10px 20px 10px currentColor;
        color: hsla(0, 0%, 80%, .5);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
}

.editor-styles-wrapper .wc-block-cart__empty-cart__title, .wc-block-cart__empty-cart__title {
    font-size: inherit
}

.wc-block-cart .wc-block-components-shipping-calculator {
    white-space: nowrap
}

.wc-block-cart .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .wc-block-cart .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .wc-block-cart .wc-block-components-address-form .wc-block-components-text-input:first-of-type {
    margin-top: 0
}

table.wc-block-cart-items, table.wc-block-cart-items td, table.wc-block-cart-items th {
    background: none !important;
    border: 0;
    margin: 0
}

.editor-styles-wrapper table.wc-block-cart-items, table.wc-block-cart-items {
    table-layout: fixed;
    width: 100%
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, table.wc-block-cart-items .wc-block-cart-items__header {
    font-size: .75em;
    text-transform: uppercase
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
    width: 100px
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: hidden;
    min-width: 300px
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-quantity, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-quantity {
    width: 116px
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
    width: 100px;
    text-align: right
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    width: 100%;
    margin: 0
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    background: transparent;
    box-shadow: none;
    display: inline;
    text-decoration: underline;
    font-size: .75em;
    text-transform: none;
    white-space: nowrap
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
    background: transparent
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    display: block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    font-size: 1em;
    text-align: right;
    line-height: 1.25
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__regular, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__value, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__regular, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__value {
    display: block;
    font-weight: 700
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata {
    margin-bottom: .75em
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled, table.wc-block-cart-items .wc-block-cart-items__row.is-disabled {
    opacity: .5;
    pointer-events: none;
    transition: opacity .2s ease
}

.wc-block-cart--is-loading h2 span, .wc-block-cart--is-loading th span {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    min-width: 84px;
    display: inline-block
}

.wc-block-cart--is-loading h2 span > *, .wc-block-cart--is-loading th span > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-cart--is-loading h2 span, .wc-block-cart--is-loading th span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading h2 span:after, .wc-block-cart--is-loading th span:after {
    content: " "
}

.wc-block-cart--is-loading h2 span {
    min-width: 33%
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image > *, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image > * > *, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price > *, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price > *, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata > *, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image > *, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    min-width: 84px;
    display: inline-block
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name:after {
    content: " "
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata {
    margin-top: .25em;
    min-width: 8em
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__remove-link {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image a {
    display: block
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price {
    max-width: 3em;
    display: block;
    margin-top: .25em
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price:after {
    content: " "
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total > div, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total > span {
    display: none
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-cart-item__price {
    display: block
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-cart-item__price:after {
    content: " "
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    min-height: 460px
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-cart--is-loading .wc-block-cart__sidebar .components-card {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after {
    content: " "
}

.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: none
}

.is-loading + .wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: flex
}

.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: none
}

.is-medium table.wc-block-cart-items td, .is-mobile table.wc-block-cart-items td, .is-small table.wc-block-cart-items td {
    padding: 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-medium table.wc-block-cart-items .wc-block-cart-items__header, .is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-mobile table.wc-block-cart-items .wc-block-cart-items__header, .is-small table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-small table.wc-block-cart-items .wc-block-cart-items__header {
    display: none
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 132px;
    grid-template-columns:80px 132px;
    padding: 16px 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row:after, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row:after, .is-small table.wc-block-cart-items .wc-block-cart-items__row:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    padding-right: 16px
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    padding: 0 16px 16px 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    vertical-align: bottom;
    padding-right: 16px;
    -ms-grid-row-align: end;
    align-self: end;
    padding-top: 16px
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    -ms-grid-row: 1;
    grid-row-start: 1
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
    display: inline-block
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-sale-badge, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-sale-badge, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-sale-badge {
    display: none
}

.is-large.wc-block-cart .wc-block-cart-items {
    position: relative
}

.is-large.wc-block-cart .wc-block-cart-items:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.is-large.wc-block-cart .wc-block-cart-items th {
    padding: .25rem 16px .25rem 0;
    white-space: nowrap
}

.is-large.wc-block-cart .wc-block-cart-items td {
    position: relative;
    padding: 16px 16px 16px 0;
    vertical-align: top
}

.is-large.wc-block-cart .wc-block-cart-items td:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.is-large.wc-block-cart .wc-block-cart-items td:last-child, .is-large.wc-block-cart .wc-block-cart-items th:last-child {
    padding-right: 0
}

.is-large.wc-block-cart .wc-block-components-radio-control__input {
    left: 0
}

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator, .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-blocks-components-panel), .is-large.wc-block-cart .wc-block-components-sidebar > .wc-block-cart__totals-title {
    padding-left: 16px;
    padding-right: 16px
}

.is-large.wc-block-cart .wc-block-cart__payment-options {
    padding: 16px
}

.wp-block-woocommerce-cart.is-loading {
    display: none
}

.wp-block-woocommerce-cart {
    margin-bottom: 3em
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder {
    margin-bottom: 16px
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder * {
    pointer-events: all
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset {
    display: block
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .components-button {
    background-color: #1e1e1e;
    color: #fff
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .wc-block-checkout__no-shipping-placeholder-description {
    display: block;
    margin: .25em 0 1em
}

.wc-block-checkout__add-note {
    padding: 16px 16px 0 9px;
    margin-bottom: 16px
}

.wc-block-checkout__add-note .wc-block-components-textarea {
    margin-top: 16px
}

.wc-block-checkout__order-notes.wc-block-components-checkout-step {
    padding-left: 0
}

.wc-block-checkout__form {
    margin: 0;
    max-width: 100%
}

.wc-block-checkout__create-account, .wc-block-checkout__use-address-for-billing {
    margin-top: 1.5em
}

.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__package:not(:first-of-type) {
    margin-top: 36px
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form {
    margin-left: -6px;
    margin-right: -6px
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form:after, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form:after, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form:after, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form:after, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form:after, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form:after {
    content: "";
    clear: both;
    display: block
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input {
    float: left;
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
    width: calc(50% - 12px)
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2) {
    margin-top: 0
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company {
    width: calc(100% - 12px)
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox {
    clear: both
}

.wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point {
    top: -96px
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
    color: inherit;
    padding-right: 12px;
    flex-grow: 1;
    flex-basis: 0%
}

.wc-block-checkout__actions {
    display: flex;
    flex-direction: column;
    margin: 0 0 48px;
    padding-left: 9px
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
    width: 50%;
    padding: 1em;
    height: auto;
    margin-bottom: 44px
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text {
    line-height: 24px
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text > svg {
    fill: #fff;
    vertical-align: top
}

.wc-block-checkout--is-loading .wc-block-checkout__actions button, .wc-block-checkout--is-loading .wc-block-components-express-payment {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

.wc-block-checkout--is-loading .wc-block-checkout__actions button > *, .wc-block-checkout--is-loading .wc-block-components-express-payment > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__actions button, .wc-block-checkout--is-loading .wc-block-components-express-payment {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__actions button:after, .wc-block-checkout--is-loading .wc-block-components-express-payment:after {
    content: " "
}

.wc-block-checkout--is-loading .wc-block-components-express-payment {
    min-height: 150px
}

.wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule > span {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    width: 150px
}

.wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule > span > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule > span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule > span:after {
    content: " "
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    display: block;
    width: 10em
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:after {
    content: " "
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 1.5em
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before:after {
    content: " "
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__container:after {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__container:after > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__container:after {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content > span {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    display: block;
    min-height: 100px
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content > span > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content > span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content > span:after {
    content: " "
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:after, .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:after > *, .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:before > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:after, .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    min-height: 460px
}

.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card:after {
    content: " "
}

.wc-block-components-sidebar-layout.wc-block-checkout--skeleton {
    display: none
}

.is-loading + .wc-block-components-sidebar-layout.wc-block-checkout--skeleton {
    display: flex
}

.wc-block-checkout-empty, .wc-block-checkout-error {
    padding: 40px;
    text-align: center;
    width: 100%
}

.wc-block-checkout-empty .wc-block-checkout-empty__image, .wc-block-checkout-empty .wc-block-checkout-error__image, .wc-block-checkout-error .wc-block-checkout-empty__image, .wc-block-checkout-error .wc-block-checkout-error__image {
    max-width: 150px;
    margin: 0 auto 1em;
    display: block;
    color: inherit
}

.wc-block-checkout-empty .wc-block-checkout-empty__title, .wc-block-checkout-empty .wc-block-checkout-error__title, .wc-block-checkout-error .wc-block-checkout-empty__title, .wc-block-checkout-error .wc-block-checkout-error__title {
    display: block;
    margin: 0;
    font-weight: 700
}

.wc-block-checkout-empty .wc-block-checkout-empty__description, .wc-block-checkout-empty .wc-block-checkout-error__description, .wc-block-checkout-error .wc-block-checkout-empty__description, .wc-block-checkout-error .wc-block-checkout-error__description {
    display: block;
    margin: .25em 0 1em
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
    display: none
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
    width: 100%
}

.is-medium .wc-block-checkout__main, .is-mobile .wc-block-checkout__main, .is-small .wc-block-checkout__main {
    order: 1
}

.is-medium .wc-block-checkout__sidebar, .is-mobile .wc-block-checkout__sidebar, .is-small .wc-block-checkout__sidebar {
    margin-bottom: 40px;
    order: 0
}

.is-large .wc-block-checkout__actions {
    padding-right: 36px
}

.wc-block-checkout__actions {
    margin-top: 16px
}

.wc-blocks-components-panel.has-border {
    position: relative
}

.wc-blocks-components-panel.has-border:after {
    border-style: solid;
    border-width: 1px 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-blocks-components-panel.has-border + .wc-blocks-components-panel.has-border:after {
    border-top-width: 0
}

.wc-blocks-components-panel__button {
    border: 0;
    border-radius: 0;
    vertical-align: baseline;
    height: auto;
    line-height: 1;
    margin: .375em 0;
    padding: .375em 32px .375em 0;
    position: relative;
    text-align: left;
    width: 100%
}

.wc-blocks-components-panel__button, .wc-blocks-components-panel__button:active, .wc-blocks-components-panel__button:focus, .wc-blocks-components-panel__button:hover {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    background: transparent;
    box-shadow: none
}

.wc-blocks-components-panel__button > .wc-blocks-components-panel__button-icon {
    fill: currentColor;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto
}

.wc-blocks-components-panel__content {
    padding-bottom: 1em;
    overflow: auto
}

.wc-blocks-components-panel__content[hidden] {
    display: none
}

.theme-twentyseventeen .wc-blocks-components-panel__button, .theme-twentytwenty .wc-blocks-components-panel__button {
    background: transparent;
    color: inherit
}

.wc-block-components-shipping-rates-control__package .wc-block-components-shipping-rates-control__package-title {
    margin: 0
}

.wc-block-components-shipping-rates-control__package-items {
    font-size: .875em;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-shipping-rates-control__package-item {
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all;
    display: inline-block;
    margin: 0;
    padding: 0
}

.wc-block-components-shipping-rates-control__package-item:not(:last-child):after {
    content: ", ";
    white-space: pre
}

.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-results-notice {
    margin-bottom: 0
}

.wc-block-components-shipping-rates-control .wc-blocks-components-panel__content {
    padding-bottom: 0
}

.wc-block-components-totals-item {
    display: flex;
    flex-wrap: wrap;
    padding: .75em 0;
    width: 100%
}

.wc-block-components-totals-item:not(:first-of-type):not(:last-of-type) {
    position: relative
}

.wc-block-components-totals-item:not(:first-of-type):not(:last-of-type):after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-totals-item__label {
    flex-grow: 1;
    font-weight: 700
}

.wc-block-components-totals-item__value {
    white-space: nowrap
}

.wc-block-components-totals-item__description {
    font-size: .875em;
    width: 100%
}

.wc-block-components-totals-taxes {
    position: relative
}

.wc-block-components-totals-taxes:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-product-categories {
    margin-bottom: 1em
}

.wc-block-product-categories.is-dropdown {
    display: flex
}

.wc-block-product-categories select {
    margin-right: .5em
}

.wc-block-product-categories-list--has-images {
    list-style: none outside
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
    margin: 4px 0 4px 60px;
    list-style: none outside;
    clear: both
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul {
    margin: 4px 0 0
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    max-width: 50px;
    display: inline-block;
    padding: 0;
    margin: 0 .5em 0 -60px;
    position: relative;
    vertical-align: middle;
    border: 1px solid #eee
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img {
    margin: 0;
    padding: 0
}

.wc-block-product-categories-list-item-count:before {
    content: " ("
}

.wc-block-product-categories-list-item-count:after {
    content: ")"
}

.wp-block-woocommerce-product-categories.is-loading .wc-block-product-categories__placeholder {
    display: inline-block;
    height: 1em;
    width: 50%;
    min-width: 200px;
    background: currentColor;
    opacity: .2
}

.wc-block-product-categories__button {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin: 0;
    border: none;
    cursor: pointer;
    background: none;
    padding: 0 .5em;
    color: #757575;
    position: relative;
    overflow: hidden;
    border-radius: .25em
}

.wc-block-product-categories__button svg {
    fill: currentColor;
    outline: none
}

.rtl .wc-block-product-categories__button svg {
    transform: rotate(180deg)
}

.wc-block-product-categories__button:active {
    color: currentColor
}

.wc-block-product-categories__button:disabled, .wc-block-product-categories__button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

.wc-block-product-categories__button:focus:enabled {
    background-color: #fff;
    color: #1e1e1e;
    box-shadow: inset 0 0 0 1px #ccc, inset 0 0 0 2px #fff;
    outline: 2px solid transparent;
    outline-offset: -2px
}

.wc-block-product-categories__button:not(:disabled):not([aria-disabled=true]):hover {
    background-color: #fff;
    color: #1e1e1e;
    box-shadow: inset 0 0 0 1px #e0e0e0, inset 0 0 0 2px #fff, 0 1px 1px rgba(25, 30, 35, .2)
}

.wc-block-product-categories__button:not(:disabled):not([aria-disabled=true]):active {
    outline: none;
    background-color: #fff;
    color: #1e1e1e;
    box-shadow: inset 0 0 0 1px #ccc, inset 0 0 0 2px #fff
}

.wc-block-product-categories__button:disabled:focus, .wc-block-product-categories__button[aria-disabled=true]:focus {
    box-shadow: none
}

.wc-block-featured-product {
    position: relative;
    background-color: #1e1e1e;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    margin: 0 0 1.5em
}

.wc-block-featured-product, .wc-block-featured-product .wc-block-featured-product__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center
}

.wc-block-featured-product .wc-block-featured-product__wrapper {
    overflow: hidden;
    height: 100%
}

.wc-block-featured-product.has-left-content {
    justify-content: flex-start
}

.wc-block-featured-product.has-left-content .wc-block-featured-product__description, .wc-block-featured-product.has-left-content .wc-block-featured-product__price, .wc-block-featured-product.has-left-content .wc-block-featured-product__title, .wc-block-featured-product.has-left-content .wc-block-featured-product__variation {
    margin-left: 0;
    text-align: left
}

.wc-block-featured-product.has-right-content {
    justify-content: flex-end
}

.wc-block-featured-product.has-right-content .wc-block-featured-product__description, .wc-block-featured-product.has-right-content .wc-block-featured-product__price, .wc-block-featured-product.has-right-content .wc-block-featured-product__title, .wc-block-featured-product.has-right-content .wc-block-featured-product__variation {
    margin-right: 0;
    text-align: right
}

.wc-block-featured-product .wc-block-featured-product__description, .wc-block-featured-product .wc-block-featured-product__price, .wc-block-featured-product .wc-block-featured-product__title, .wc-block-featured-product .wc-block-featured-product__variation {
    color: #fff;
    line-height: 1.25;
    margin-bottom: 0;
    text-align: center
}

.wc-block-featured-product .wc-block-featured-product__description a, .wc-block-featured-product .wc-block-featured-product__description a:active, .wc-block-featured-product .wc-block-featured-product__description a:focus, .wc-block-featured-product .wc-block-featured-product__description a:hover, .wc-block-featured-product .wc-block-featured-product__price a, .wc-block-featured-product .wc-block-featured-product__price a:active, .wc-block-featured-product .wc-block-featured-product__price a:focus, .wc-block-featured-product .wc-block-featured-product__price a:hover, .wc-block-featured-product .wc-block-featured-product__title a, .wc-block-featured-product .wc-block-featured-product__title a:active, .wc-block-featured-product .wc-block-featured-product__title a:focus, .wc-block-featured-product .wc-block-featured-product__title a:hover, .wc-block-featured-product .wc-block-featured-product__variation a, .wc-block-featured-product .wc-block-featured-product__variation a:active, .wc-block-featured-product .wc-block-featured-product__variation a:focus, .wc-block-featured-product .wc-block-featured-product__variation a:hover {
    color: #fff
}

.wc-block-featured-product .wc-block-featured-product__description, .wc-block-featured-product .wc-block-featured-product__link, .wc-block-featured-product .wc-block-featured-product__price, .wc-block-featured-product .wc-block-featured-product__title, .wc-block-featured-product .wc-block-featured-product__variation {
    width: 100%;
    padding: 16px 48px 0;
    z-index: 1
}

.wc-block-featured-product .wc-block-featured-product__title, .wc-block-featured-product .wc-block-featured-product__variation {
    margin-top: 0;
    border: 0
}

.wc-block-featured-product .wc-block-featured-product__title:before, .wc-block-featured-product .wc-block-featured-product__variation:before {
    display: none
}

.wc-block-featured-product .wc-block-featured-product__variation {
    font-style: italic;
    padding-top: 0
}

.wc-block-featured-product .wc-block-featured-product__description p {
    margin: 0;
    line-height: 1.5em
}

.wc-block-featured-product.has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1
}

.wc-block-featured-product.has-background-dim.has-background-dim-10:before {
    opacity: .1
}

.wc-block-featured-product.has-background-dim.has-background-dim-20:before {
    opacity: .2
}

.wc-block-featured-product.has-background-dim.has-background-dim-30:before {
    opacity: .3
}

.wc-block-featured-product.has-background-dim.has-background-dim-40:before {
    opacity: .4
}

.wc-block-featured-product.has-background-dim.has-background-dim-50:before {
    opacity: .5
}

.wc-block-featured-product.has-background-dim.has-background-dim-60:before {
    opacity: .6
}

.wc-block-featured-product.has-background-dim.has-background-dim-70:before {
    opacity: .7
}

.wc-block-featured-product.has-background-dim.has-background-dim-80:before {
    opacity: .8
}

.wc-block-featured-product.has-background-dim.has-background-dim-90:before {
    opacity: .9
}

.wc-block-featured-product.has-background-dim.has-background-dim-100:before {
    opacity: 1
}

.wc-block-featured-product.alignleft, .wc-block-featured-product.alignright {
    max-width: 290px;
    width: 100%
}

.wc-block-featured-product:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wc-block-featured-product:after {
        content: none
    }
}

.wc-block-featured-product.aligncenter, .wc-block-featured-product.alignleft, .wc-block-featured-product.alignright, .wc-block-product-search .wc-block-product-search__fields {
    display: flex
}

.wc-block-product-search .wc-block-product-search__field {
    padding: 6px 8px;
    line-height: 1.8;
    flex-grow: 1
}

.wc-block-product-search .wc-block-product-search__button {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin: 0 0 0 6px;
    border: none;
    cursor: pointer;
    background: none;
    padding: 0 .5em;
    color: #757575;
    position: relative;
    overflow: hidden;
    border-radius: .25em
}

.wc-block-product-search .wc-block-product-search__button svg {
    fill: currentColor;
    outline: none
}

.rtl .wc-block-product-search .wc-block-product-search__button svg {
    transform: rotate(180deg)
}

.wc-block-product-search .wc-block-product-search__button:active {
    color: currentColor
}

.wc-block-product-search .wc-block-product-search__button:disabled, .wc-block-product-search .wc-block-product-search__button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

.wc-block-product-search .wc-block-product-search__button:focus:enabled {
    background-color: #fff;
    color: #1e1e1e;
    box-shadow: inset 0 0 0 1px #757575, inset 0 0 0 2px #fff;
    outline: 2px solid transparent;
    outline-offset: -2px
}

.wc-block-product-search .wc-block-product-search__button:not(:disabled):not([aria-disabled=true]):hover {
    background-color: #fff;
    color: #1e1e1e;
    box-shadow: inset 0 0 0 1px #e0e0e0, inset 0 0 0 2px #fff, 0 1px 1px rgba(25, 30, 35, .2)
}

.wc-block-product-search .wc-block-product-search__button:not(:disabled):not([aria-disabled=true]):active {
    outline: none;
    background-color: #fff;
    color: #1e1e1e;
    box-shadow: inset 0 0 0 1px #1e1e1e, inset 0 0 0 2px #fff
}

.wc-block-product-search .wc-block-product-search__button:disabled:focus, .wc-block-product-search .wc-block-product-search__button[aria-disabled=true]:focus {
    box-shadow: none
}

.wc-block-featured-category {
    position: relative;
    background-color: #1e1e1e;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    margin: 0 0 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center
}

.wc-block-featured-category .wc-block-featured-category__wrapper {
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center
}

.wc-block-featured-category.has-left-content {
    justify-content: flex-start
}

.wc-block-featured-category.has-left-content .wc-block-featured-category__description, .wc-block-featured-category.has-left-content .wc-block-featured-category__price, .wc-block-featured-category.has-left-content .wc-block-featured-category__title {
    margin-left: 0;
    text-align: left
}

.wc-block-featured-category.has-right-content {
    justify-content: flex-end
}

.wc-block-featured-category.has-right-content .wc-block-featured-category__description, .wc-block-featured-category.has-right-content .wc-block-featured-category__price, .wc-block-featured-category.has-right-content .wc-block-featured-category__title {
    margin-right: 0;
    text-align: right
}

.wc-block-featured-category .wc-block-featured-category__description, .wc-block-featured-category .wc-block-featured-category__price, .wc-block-featured-category .wc-block-featured-category__title {
    color: #fff;
    line-height: 1.25;
    margin-bottom: 0;
    text-align: center
}

.wc-block-featured-category .wc-block-featured-category__description a, .wc-block-featured-category .wc-block-featured-category__description a:active, .wc-block-featured-category .wc-block-featured-category__description a:focus, .wc-block-featured-category .wc-block-featured-category__description a:hover, .wc-block-featured-category .wc-block-featured-category__price a, .wc-block-featured-category .wc-block-featured-category__price a:active, .wc-block-featured-category .wc-block-featured-category__price a:focus, .wc-block-featured-category .wc-block-featured-category__price a:hover, .wc-block-featured-category .wc-block-featured-category__title a, .wc-block-featured-category .wc-block-featured-category__title a:active, .wc-block-featured-category .wc-block-featured-category__title a:focus, .wc-block-featured-category .wc-block-featured-category__title a:hover {
    color: #fff
}

.wc-block-featured-category .wc-block-featured-category__description, .wc-block-featured-category .wc-block-featured-category__link, .wc-block-featured-category .wc-block-featured-category__price, .wc-block-featured-category .wc-block-featured-category__title {
    width: 100%;
    padding: 0 48px 16px;
    z-index: 1
}

.wc-block-featured-category .wc-block-featured-category__title {
    margin-top: 0
}

.wc-block-featured-category .wc-block-featured-category__title:before {
    display: none
}

.wc-block-featured-category .wc-block-featured-category__description p {
    margin: 0
}

.wc-block-featured-category.has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1
}

.wc-block-featured-category.has-background-dim.has-background-dim-10:before {
    opacity: .1
}

.wc-block-featured-category.has-background-dim.has-background-dim-20:before {
    opacity: .2
}

.wc-block-featured-category.has-background-dim.has-background-dim-30:before {
    opacity: .3
}

.wc-block-featured-category.has-background-dim.has-background-dim-40:before {
    opacity: .4
}

.wc-block-featured-category.has-background-dim.has-background-dim-50:before {
    opacity: .5
}

.wc-block-featured-category.has-background-dim.has-background-dim-60:before {
    opacity: .6
}

.wc-block-featured-category.has-background-dim.has-background-dim-70:before {
    opacity: .7
}

.wc-block-featured-category.has-background-dim.has-background-dim-80:before {
    opacity: .8
}

.wc-block-featured-category.has-background-dim.has-background-dim-90:before {
    opacity: .9
}

.wc-block-featured-category.has-background-dim.has-background-dim-100:before {
    opacity: 1
}

.wc-block-featured-category.alignleft, .wc-block-featured-category.alignright {
    max-width: 290px;
    width: 100%
}

.wc-block-featured-category:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wc-block-featured-category:after {
        content: none
    }
}

.wc-block-featured-category.aligncenter, .wc-block-featured-category.alignleft, .wc-block-featured-category.alignright {
    display: flex
}

.wc-block-attribute-filter {
    margin-bottom: 24px
}

.wc-block-attribute-filter .wc-block-attribute-filter-list-count:before {
    content: " ("
}

.wc-block-attribute-filter .wc-block-attribute-filter-list-count:after {
    content: ")"
}

.wc-block-attribute-filter .wc-block-attribute-filter-list {
    margin: 0
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li {
    text-decoration: underline
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li label {
    cursor: pointer
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li input {
    cursor: pointer;
    display: inline-block
}

.wc-block-attribute-filter .wc-block-attribute-filter-list .wc-block-attribute-filter-list-count {
    float: right
}

.wc-block-attribute-filter .is-single .wc-block-attribute-filter-list-count, .wc-block-attribute-filter .wc-block-dropdown-selector .wc-block-dropdown-selector__list .wc-block-attribute-filter-list-count {
    opacity: .6
}

.wc-block-attribute-filter .wc-block-attribute-filter__button {
    margin-top: 8px
}

@-webkit-keyframes loading-fade {
    0% {
        opacity: .7
    }
    50% {
        opacity: 1
    }
    to {
        opacity: .7
    }
}

@keyframes loading-fade {
    0% {
        opacity: .7
    }
    50% {
        opacity: 1
    }
    to {
        opacity: .7
    }
}

.wc-block-active-filters {
    margin-bottom: 24px;
    overflow: hidden
}

.wc-block-active-filters .wc-block-active-filters__clear-all {
    font-size: 1em;
    float: right;
    border: none;
    padding: 0;
    text-decoration: underline;
    cursor: pointer
}

.wc-block-active-filters .wc-block-active-filters__clear-all, .wc-block-active-filters .wc-block-active-filters__clear-all:active, .wc-block-active-filters .wc-block-active-filters__clear-all:focus, .wc-block-active-filters .wc-block-active-filters__clear-all:hover {
    background: transparent;
    color: inherit
}

.wc-block-active-filters .wc-block-active-filters__list {
    margin: 0 0 4px;
    padding: 0;
    list-style: none outside;
    clear: both
}

.wc-block-active-filters .wc-block-active-filters__list li {
    margin: 0;
    padding: 0;
    list-style: none outside;
    clear: both
}

.wc-block-active-filters .wc-block-active-filters__list li ul {
    margin: 0;
    padding: 0;
    list-style: none outside
}

.wc-block-active-filters .wc-block-active-filters__list li:first-child .wc-block-active-filters__list-item-type {
    margin: 0
}

.wc-block-active-filters .wc-block-active-filters__list-item-type {
    font-size: .75em;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 16px 0 0;
    display: block
}

.wc-block-active-filters .wc-block-active-filters__list-item-operator {
    font-weight: 400;
    font-style: italic
}

.wc-block-active-filters .wc-block-active-filters__list-item-name {
    font-weight: 700;
    display: block;
    position: relative;
    padding: 0 16px 0 0
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove {
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 0;
    padding: 16px 0 0;
    width: 16px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -8px 0 0
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove:before {
    width: 16px;
    height: 16px;
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='9' fill='%2324292d'/%3E%3Cpath fill='%23fff' d='M4.5 6.887L6.887 4.5l7.033 7.034-2.386 2.386z'/%3E%3Cpath fill='%23fff' d='M11.533 4.5l2.387 2.386-7.034 7.034L4.5 11.533z'/%3E%3C/svg%3E") 50% no-repeat;
    display: block;
    content: "";
    position: absolute;
    top: 0
}

.wc-block-active-filters .wc-block-active-filters__list--chips li, .wc-block-active-filters .wc-block-active-filters__list--chips ul {
    display: inline
}

.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-active-filters__list-item-type {
    display: none
}

.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip {
    font-size: .875em;
    margin-top: .1875em;
    margin-bottom: .1875em
}

.devvn-comments-area, .devvn-comments-area * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#comments-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px 0
}

.devvn-comments-area form#commentform textarea, .devvn-comments-area form#commentform input[type=text], .devvn-comments-area form#commentform input[type=email], .devvn-comments-area form#commentform input[type=url], .devvn-comments-area form#commentform input[type=password], .devvn-comments-area form#commentform input[type=search], .devvn-comments-area form#commentform input[type=tel], .devvn-comments-area form#commentform input[type=number], .devvn-comments-area form#commentform select {
    color: #666;
    background-color: #fff;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 2px 10px;
    height: 32px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 100%;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.devvn-comments-area form#commentform textarea {
    height: 130px;
    border-color: #ddd;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #fafafa;
    padding: 10px;
    box-shadow: none
}

.devvn_row_post_comment {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100% !important;
    padding: 10px 5px !important;
    border: 1px solid #ddd;
    border-top: unset;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #fff
}

.devvn-comments-area p.comment-form-comment {
    margin-bottom: 0
}

.devvn-comments-area p.comment-form-comment textarea {
    display: block
}

.devvn-comments-area #commentform p {
    margin: 0;
    padding: 0
}

.devvn-comments-area #commentform p.form-submit {
    margin-left: auto
}

.devvn-comments-area #commentform p.logged-in-as {
    margin-bottom: 10px
}

.devvn_row_post_comment > p {
    padding: 0 5px !important
}

.devvn-comments-area .form-submit input#submit {
    color: #fff;
    background-color: var(--primary-color);
    border: 0;
    height: 32px;
    padding: 0 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 14px !important;
    margin: 0;
    min-height: auto
}

.devvn-comments-area form#commentform {
    margin: 0 0 20px
}

.devvn-comments-area ol.commentlist, .devvn-comments-area ol.commentlist ul {
    list-style: none
}

.devvn-comments-area .comment-author.vcard img {
    box-shadow: none;
    border-radius: 0;
    width: 25px;
    height: 25px;
    margin: 0 7px 0 0;
    display: inline-block;
    vertical-align: middle
}

.devvn-comments-area .comment-author.vcard .fn, .devvn-comments-area .comment-author.vcard a {
    color: #333;
    font-size: 14px
}

.devvn-comments-area .comment-author.vcard .fn {
    vertical-align: middle
}

.devvn-comments-area footer.comment-meta {
    overflow: hidden
}

.devvn-comments-area .comment-content {
    margin: 0 0 5px 35px;
    display: block;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 22px
}

.devvn-comments-area .comment-content p:last-child {
    margin-bottom: 0
}

.devvn-comments-area .comment-tool {
    font-size: 12px
}

.devvn-comments-area .comment-tool a {
    color: #4a90e2
}

.devvn-comments-area b.dot {
    display: inline;
    font-size: 8px;
    vertical-align: middle;
    margin: 2px 5px;
    color: #babbb8;
    float: left
}

.devvn-comments-area .comment-tool > div, .devvn-comments-area .comment-tool > b, .devvn-comments-area .comment-tool > a {
    display: inline-block;
    float: left
}

.devvn-comments-area .comment-tool {
    margin-left: 35px
}

.devvn-comments-area .comment-awaiting-moderation {
    margin-left: 35px;
    color: red;
    font-style: normal
}

.devvn-comments-area article.comment-body {
    margin-bottom: 10px;
    overflow: hidden
}

.devvn-comments-area ol.commentlist > li > ul.children {
    margin: 0 0 10px 35px;
    position: relative;
    background: #f1f1f1;
    border: 1px solid #e7e7e7;
    padding: 15px 10px 5px 10px;
    font-size: 14px;
    color: #333
}

.devvn-comments-area ol.commentlist > li > ul.children:after, .devvn-comments-area ol.commentlist > li > ul.children:before {
    bottom: 100%;
    left: 20px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.devvn-comments-area ol.commentlist > li > ul.children:after {
    border-color: rgba(241, 241, 241, 0);
    border-bottom-color: #f1f1f1;
    border-width: 10px;
    margin-left: -10px
}

.devvn-comments-area ol.commentlist > li > ul.children:before {
    border-color: rgba(231, 231, 231, 0);
    border-bottom-color: #e7e7e7;
    border-width: 11px;
    margin-left: -11px
}

.devvn-comments-area nav.woocommerce-pagination ul {
    display: block;
    border: 0;
    white-space: inherit;
    margin: 0;
    list-style: none
}

.devvn-comments-area nav.woocommerce-pagination ul li a, .devvn-comments-area nav.woocommerce-pagination ul li span {
    float: left;
    padding: 7px 10px;
    background: #eee;
    border-radius: 3px;
    text-align: center;
    color: #333;
    margin-right: 4px;
    font-size: 12px;
    cursor: pointer;
    display: block;
    line-height: 1;
    border: 0;
    min-width: auto
}

.devvn-comments-area .woocommerce-pagination ul.page-numbers li, .devvn-comments-area .woocommerce-pagination ul.page-numbers li {
    border: 0
}

.devvn-comments-area nav.woocommerce-pagination ul li span.current {
    background: #ccc
}

.devvn-comments-area nav.woocommerce-pagination {
    margin: 10px 0 30px
}

.devvn-comments-area .commentlist span#reply-title {
    font-weight: 700;
    margin: 0 0 5px 0;
    display: inline-block;
    font-size: 14px
}

.devvn-comments-area .commentlist div#respond {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
    position: relative
}

.devvn-comments-area span#reply-title a#cancel-comment-reply-link {
    position: absolute;
    top: 5px;
    right: 10px;
    font-weight: 400;
    background: red;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 17px;
    font-size: 14px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden
}

.devvn-comments-area form#commentform div.error {
    font-size: 12px;
    color: red;
    margin: 2px 0 0 0
}

.devvn-comments-area form#commentform .comment-form-comment {
    position: relative
}

.devvn-comments-area form#commentform .comment-form-comment #comment-error {
    position: absolute;
    bottom: 3px;
    left: 5px
}

.comment-author.vcard span.review_qtv {
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0 10px;
    color: #000;
    font-weight: 400;
    font-size: 10px;
    background: #eebc49;
    padding: 2px 6px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    line-height: 18px;
    height: 18px
}

#comments .devvn-comments-area .comment-respond {
    background: transparent;
    padding: 0;
    margin: 0
}

.devvn-comments-area ol.commentlist li {
    padding-top: 0;
    border: 0;
    margin: 0
}

#comments .devvn-comments-area > .comment-respond > span#reply-title {
    display: none !important
}

@media (max-width: 767px) {
    .devvn_row_post_comment {
        display: block
    }

    .devvn_row_post_comment p {
        margin-bottom: 5px !important
    }
}

.kk-star-ratings {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: text-top
}

.kk-star-ratings.kksr-valign-top {
    margin-bottom: 2rem;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.kk-star-ratings.kksr-valign-bottom {
    margin-top: 2rem;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.kk-star-ratings.kksr-align-left {
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start
}

.kk-star-ratings.kksr-align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.kk-star-ratings.kksr-align-right {
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end
}

.kk-star-ratings .kksr-muted {
    opacity: .5
}

.kk-star-ratings .kksr-stars {
    position: relative
}

.kk-star-ratings .kksr-stars .kksr-stars-active, .kk-star-ratings .kksr-stars .kksr-stars-inactive {
    display: flex
}

.kk-star-ratings .kksr-stars .kksr-stars-active {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.kk-star-ratings .kksr-stars .kksr-star {
    cursor: pointer;
    margin-right: 0
}

.kk-star-ratings.kksr-disabled .kksr-stars .kksr-star {
    cursor: default
}

.kk-star-ratings .kksr-stars .kksr-star .kksr-icon {
    transition: .3s all
}

.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-stars-active {
    width: 0 !important
}

.kk-star-ratings .kksr-stars .kksr-star .kksr-icon, .kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover ~ .kksr-star .kksr-icon {
    background-image: url(../../../plugins/kk-star-ratings/public/svg/inactive.svg)
}

.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {
    background-image: url(../../../plugins/kk-star-ratings/public/svg/active.svg)
}

.kk-star-ratings.kksr-disabled .kksr-stars .kksr-stars-active .kksr-star .kksr-icon, .kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {
    background-image: url(../../../plugins/kk-star-ratings/public/svg/selected.svg)
}

.kk-star-ratings .kksr-legend {
    margin-left: .75rem;
    margin-right: .75rem;
    font-size: 90%;
    opacity: .8;
    line-height: 1
}

[dir="rtl"] .kk-star-ratings .kksr-stars .kksr-stars-active {
    left: auto;
    right: 0
}

[dir="rtl"] .kk-star-ratings .kksr-stars .kksr-star {
    margin-left: 0;
    margin-right: 0
}

@charset "UTF-8";
.single-addthis {
    position: fixed;
    z-index: 5;
    right: -575px;
    bottom: 50px;
    width: 320px;
    background: #00aa5b;
    background: linear-gradient(137deg, #00aa5b, rgba(48, 169, 198, .93));
    box-shadow: 30px 30px 30px rgba(0, 0, 0, .2);
    display: block;
    padding: 15px;
    transition: opacity .3s ease-out, transform .3s cubic-bezier(0, 0, .3, 1), visibility 0s;
    transform: translateX(0);
    transition: all .4s
}

.single-addthis.show {
    right: 0;
    z-index: 5
}

@media (max-width: 575px) {
    .single-addthis {
        width: 100%;
        bottom: 0;
        padding: 15px;
        padding-top: 30px
    }
}

.single-addthis .icon-expand {
    display: none;
    position: absolute;
    top: 5px;
    right: 55px;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #ffc107;
    border-radius: 40px
}

.single-addthis .icon-expand:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    background: transparent;
    width: 8px !important;
    height: 8px !important;
    transform: rotate(45deg);
    margin-left: -4px
}

.single-addthis .icon-close {
    position: absolute;
    top: -15px;
    right: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 30px;
    text-align: center;
    background: #00aa5b;
    border: 1px solid #fff
}

.single-addthis .icon-close:before {
    margin-left: -6px;
    transform: rotate(135deg)
}

.single-addthis .icon-close:after, .single-addthis .icon-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    background: transparent;
    width: 6px !important;
    height: 6px !important
}

.single-addthis .icon-close:after {
    transform: rotate(-45deg)
}

.single-addthis .list-addthis .slick-prev {
    left: 0
}

.single-addthis .list-addthis .slick-next {
    right: 0
}

.single-addthis .list-addthis .slick-arrow {
    z-index: 3
}

.addthis-header {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-top: 1px solid #ffc107;
    border-bottom: 1px solid #ffc107;
    line-height: 1;
    padding: 5px 10px;
    background-color: #ffc107;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: -10px
}

.addthis-header .icon-arrow {
    position: absolute;
    top: 3px;
    right: 20px
}

.addthis-header .icon-arrow:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 50%;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    background: transparent;
    width: 6px !important;
    height: 6px !important;
    transform: rotate(45deg);
    margin-left: 5px
}

@media (max-width: 575px) {
    .addthis-header {
        position: absolute;
        top: 0;
        left: auto;
        display: inline-block;
        border-radius: 20px;
        padding-right: 20px
    }
}

.list-addthis article {
    padding: 1px 0;
    opacity: 0;
    transition-delay: .35s;
    transition: opacity .2s ease-out .25s, transform .2s cubic-bezier(0, 0, .3, 1) .25s;
    transform: translateX(50px)
}

.list-addthis article:after {
    content: "";
    display: table;
    clear: both
}

.list-addthis article:first-child {
    transition-delay: .45s
}

.list-addthis article:nth-child(2) {
    transition-delay: .6s
}

.list-addthis article:nth-child(3) {
    transition-delay: .75s
}

.list-addthis .post-title {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    position: relative;
    padding-left: 15px;
    margin: 10px 0
}

.list-addthis .post-title:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    margin-top: -3px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    background: transparent;
    width: 5px !important;
    height: 5px !important;
    transform: rotate(135deg)
}

.list-addthis .post-title a {
    color: #fff
}

.list-addthis .post-title a:hover {
    text-decoration: underline;
    color: #fff
}

.list-addthis .addthis-thumbnail {
    width: 95px;
    height: 60px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    display: none;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start
}

.list-addthis .addthis-thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
    width: 100%;
    height: 100%
}

.single-addthis.show article {
    opacity: 1;
    transform: translateX(0)
}

.addthis-one .addthis-header {
    top: 35px
}

@media (max-width: 575px) {
    .addthis-one .addthis-header {
        top: 0
    }
}

.addthis-image {
    padding: 0
}

.addthis-image .addthis-header {
    display: none
}

.addthis-image .icon-close {
    background: #dd0008;
    border-radius: 0;
    width: 25px;
    height: 25px;
    top: -25px;
    right: 0
}

.addthis-image img {
    max-width: 100%
}

@media (max-width: 575px) {
    .single-addthis {
        padding: 10px;
        height: 75px;
        bottom: 60px
    }

    .single-addthis.addthis-image {
        padding: 0;
        height: auto
    }

    .single-addthis .addthis-header {
        margin-top: -17px;
        left: 5px
    }

    .single-addthis .post-title {
        margin-top: 0;
        font-weight: 700
    }

    .list-addthis .post-title:before {
        display: none
    }

    .single-addthis.show article {
        margin-bottom: 5px
    }

    .single-addthis.show article .addthis-thumbnail {
        display: flex;
        position: relative;
        z-index: 4
    }

    .single-addthis.expanded.show {
        height: auto
    }

    .single-addthis.expanded.show .addthis-header .icon-arrow:before {
        transform: rotate(-135deg);
        margin-top: -3px
    }

    .single-addthis.expanded.show article {
        display: block;
        height: 70px;
        visibility: visible
    }

    .single-addthis.expanded.show article:after {
        content: "";
        display: table;
        clear: both
    }

    .single-addthis.expanded.show article .addthis-thumbnail {
        display: flex !important
    }
}

.article-toolbar-progress {
    position: fixed;
    z-index: 5;
    left: 0;
    top: 50px;
    width: 100%;
    height: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    color: #ffc107
}

.article-toolbar-progress::-webkit-progress-bar {
    background-color: transparent
}

.article-toolbar-progress::-webkit-progress-value {
    background-color: #ffc107
}

.article-toolbar-progress::-moz-progress-bar {
    background-color: #ffc107
}

.recommend-post {
    margin-bottom: 30px
}

.recommend-post .post {
    padding: 10px 0
}

.recommend-post .post:after {
    content: "";
    display: table;
    clear: both
}

.recommend-post .post-title {
    font-size: 15px;
    margin: 0;
    font-weight: 700;
    line-height: 1.4
}

.recommend-post .post-title a {
    color: #333
}

.recommend-post .post-title a:hover {
    text-decoration: none;
    color: #2196f3
}

.recommend-post .post-thumbnail {
    width: 110px;
    height: 85px;
    float: left;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start
}

.recommend-post .post-thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
    width: 100%;
    height: 100%
}

.recommend-heading {
    font-weight: 700;
    position: relative;
    margin-bottom: 15px
}

.recommend-heading span {
    position: relative;
    padding-right: 15px;
    text-transform: uppercase;
    color: #2196f3;
    font-size: 14px;
    background: #fff;
    z-index: 1
}

.recommend-heading:after {
    content: "";
    border-top: 1px solid #ececec;
    position: absolute;
    right: 0;
    top: 13px;
    width: 100%
}

.related-article {
    position: relative;
    padding: 10px 15px;
    border-top: 4px solid #2196f3;
    border-bottom: 2px solid #ececec;
    margin: 30px 0
}

.related-article .article-post:after {
    content: "";
    display: table;
    clear: both
}

.related-article .article-title {
    font-size: 15px;
    position: relative;
    padding-left: 30px;
    margin: 10px 0;
    font-weight: 700;
    line-height: 1.3
}

.related-article .article-title:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    background: #2196f3;
    top: 9px;
    left: 5px
}

.related-article .article-title:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 15px;
    margin-top: -3px;
    border-top: 1px solid #2196f3;
    border-left: 1px solid #2196f3;
    background: transparent;
    width: 5px !important;
    height: 5px !important;
    transform: rotate(135deg)
}

.related-article .article-title a:hover {
    text-decoration: underline
}

.related-article .post-thumbnail {
    width: 110px;
    height: 85px;
    float: left;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start
}

.related-article .post-thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
    width: 100%;
    height: 100%
}

.related-article-heading {
    margin-top: -15px;
    margin-bottom: 5px
}

.related-article-heading span {
    color: #fff;
    background: #2196f3;
    padding: 2px 20px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative
}

.middle-ads {
    text-align: center;
    margin: 15px 0
}

.middle-ads img {
    max-width: 100%
}

.middle-ads > a {
    position: relative;
    display: inline-block;
    border-top: 3px solid #fda819
}

.middle-ads > a:before {
    content: "Được tài trợ";
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 5px;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fda819;
    line-height: 1;
    color: #000;
    border-bottom-left-radius: 5px
}

.sp-form {
    position: relative;
    max-width: 575px;
    margin: 30px auto
}

.doctor-form-1 {
    padding: 15px;
    border-radius: 3px;
    border: none;
    margin: 30px auto;
    background: #fbfbfb;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, .1);
    display: block;
    padding: 0 15px 15px;
    overflow: hidden;
    border: 2px solid #1bac8a
}

.doctor-form-1 p {
    margin-bottom: 0;
    font-size: 14px
}

@media (max-width: 575px) {
    .doctor-form-1 {
        padding-bottom: 0
    }
}

.doctor-form-1 .sp-header {
    background: #00aa5b;
    background: linear-gradient(137deg, #00aa5b, rgba(48, 169, 198, .93));
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px dashed #00aa5b;
    margin: 0 -15px 30px;
    padding: 15px;
    color: #fff;
    font-size: 20px
}

@media (max-width: 575px) {
    .doctor-form-1 .sp-header {
        font-size: 16px;
        padding: 10px 15px;
        margin-bottom: 15px
    }
}

.doctor-form-1 .sp-doctor-thumb {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 10px auto;
    border-radius: 100px
}

.doctor-form-1 .sp-doctor-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
    width: 100%;
    height: 100%
}

.doctor-form-1 .sp-doctor-info .doctor-name {
    font-weight: 700;
    text-align: center;
    font-size: 16px
}

.doctor-form-1 .sp-doctor-info .doctor-card, .doctor-form-1 .sp-doctor-info .doctor-cm, .doctor-form-1 .sp-doctor-info .doctor-kn {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 5px
}

@media (max-width: 575px) {
    .sp-form-question {
        margin-top: 15px
    }
}

.sp-form-question .form-control {
    border-radius: 0;
    font-size: 14px
}

.sp-form-question .form-heading-systom {
    font-weight: 700
}

.sp-form-question .form-check {
    padding-left: 25px !important
}

.sp-form-question .form-check-input {
    margin-left: 0;
    left: 5px;
    top: 2px
}

.sp-form-question label {
    font-size: 14px
}

.sp-form-question .btn-submit {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    box-shadow: 0 4px 12px 0 rgba(100, 206, 104, .42);
    background-image: linear-gradient(90deg, #02ab5f, #88c247 51%, #88c247);
    border: none;
    outline: none;
    font-size: 14px;
    padding: 10px 15px;
    background-size: 200% auto;
    transition: all .3s
}

.sp-form-question .btn-submit:hover {
    background-position: 100%
}

.sp-form-question .btn-submit .icon-submit {
    position: relative;
    margin-left: 10px
}

.sp-form-question .btn-submit .icon-submit:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    background: transparent;
    width: 6px !important;
    height: 6px !important;
    margin-left: 8px;
    transform: rotate(135deg)
}

.sp-form-question .btn-submit .icon-submit:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 12px;
    height: 2px;
    margin-top: 0;
    background-color: #fff;
    border-radius: 2px
}

.doctor-form-2 {
    background: #00aa5b;
    background: linear-gradient(137deg, #00aa5b, rgba(48, 169, 198, .93));
    box-shadow: 30px 30px 30px rgba(0, 0, 0, .2);
    margin-top: 150px;
    border-radius: 10px
}

@media (max-width: 575px) {
    .doctor-form-2 .col-md-5 {
        background-color: #ffc107;
        margin: 0 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

    .doctor-form-2 .col-md-7 {
        padding-left: 15px !important
    }
}

.doctor-form-2 .img-doctor img {
    margin-top: -75px;
    max-width: 280px
}

@media (max-width: 575px) {
    .doctor-form-2 .img-doctor {
        width: 130px
    }

    .doctor-form-2 .img-doctor img {
        max-width: 100%
    }
}

.doctor-form-2 .doctor-info {
    padding: 15px;
    color: #fff;
    display: block
}

.doctor-form-2 .doctor-info.hidden {
    display: none
}

.doctor-form-2 .doctor-info .heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 23px;
    text-align: center;
    margin-bottom: 15px;
    position: relative
}

.doctor-form-2 .doctor-info .heading:after {
    content: "";
    width: 100px;
    border-top: 1px dashed #ffeb3b;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 6px;
    margin-left: -50px
}

.doctor-form-2 .doctor-name {
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center
}

.doctor-form-2 .doctor-name span {
    text-transform: uppercase
}

.doctor-form-2 .doctor-card {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 5px
}

.doctor-form-2 .d-action {
    justify-content: space-between;
    padding: 0 15px;
    margin-bottom: 15px
}

.doctor-form-2 .d-action.hidden {
    display: none !important
}

.doctor-form-2 .d-action .btn {
    background-color: #fff;
    color: #333;
    border-radius: 40px;
    font-weight: 700;
    padding: 6px 15px;
    font-size: 14px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .2)
}

.doctor-form-2 .d-action .btn .icon {
    margin-right: 5px
}

.doctor-form-2 .d-action .btn-support {
    background-color: #ffeb3b;
    width: 100%;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all .3s;
    color: #000;
    background-size: 200%
}

.doctor-form-2 .d-action .btn-support:hover {
    background-size: 100%
}

.doctor-form-2 .hotline {
    display: flex;
    justify-content: space-between;
    margin-top: 5px
}

.doctor-form-2 .hotline a {
    font-weight: 700;
    color: #fff;
    text-decoration: none
}

.doctor-form-2 .hotline svg {
    width: 14px;
    margin-top: -5px;
    fill: #ffeb3b
}

.doctor-form-2 .doctor-form-question {
    display: none;
    padding: 15px
}

.doctor-form-2 .doctor-form-question p {
    color: #fff;
    text-align: center;
    margin-bottom: 5px
}

.doctor-form-2 .doctor-form-question.show {
    display: block
}

.doctor-form-2 .doctor-form-question .form-control {
    border: none
}

.doctor-form-2 .doctor-form-question .form-group {
    margin-bottom: 12px
}

.doctor-form-2 .doctor-form-question .btn-submit {
    background: #ffeb3b;
    width: 100%;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all .3s;
    color: #000;
    border-radius: 40px;
    padding: 8px 10px
}

.doctor-form-2 .doctor-form-question .icon-submit:before {
    border-color: #000
}

.doctor-form-2 .doctor-form-question .icon-submit:after {
    background-color: #000
}

.quizz-form {
    background-color: #02ab5f;
    padding: 15px;
    border-radius: 10px;
    max-width: 415px;
    color: #fff
}

.quizz-form .sp-heading {
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 15px;
    text-align: center;
    font-weight: 700;
    position: relative;
    font-size: 16px;
    color: #ffeb3b
}

.quizz-form .sp-heading:before {
    content: "";
    width: 60px;
    border-top: 1px dashed #fdff54;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    margin-top: -10px
}

.quizz-form .sp-heading:after {
    content: "";
    width: 150px;
    border-top: 1px solid #fdff54;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
    margin-bottom: -10px
}

.quizz-form .card {
    background-color: transparent;
    border: none
}

.quizz-form .card-header {
    border: none;
    font-weight: 700
}

.quizz-form .card-title {
    margin-bottom: 0
}

.quizz-form .card .form-check-input {
    margin-top: 5px;
    margin-bottom: -5px
}

.quizz-form .card label {
    font-size: 14px
}

.quizz-form .card .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after, .quizz-form .card .custom-control-input:checked ~ .custom-control-label:before {
    color: #000
}

.quizz-form .nav-control {
    position: relative;
    justify-content: space-between;
    border-top: 1px dashed #70dcab;
    padding-top: 10px;
    max-width: 90%;
    margin: 0 auto
}

.quizz-form .nav-control .btn {
    display: block;
    background-color: #fff;
    border-radius: 30px;
    font-weight: 700;
    padding: 6px 20px;
    width: 90px;
    font-size: 13px
}

.quizz-form .nav-control .btn:hover {
    background-color: #ffeb3b
}

.quizz-form .card {
    display: none
}

.quizz-form .card.show {
    display: block
}

.quizz-form .btn-next.hidden, .quizz-form .btn-prev.hidden {
    display: none
}

.quizz-form .btn-next.show, .quizz-form .btn-prev.show {
    display: block
}

.quizz-form .btn-form, .quizz-form .btn-form.hidden {
    display: none
}

.quizz-form .btn-form.show {
    display: block
}

.quizz-form .form-info {
    display: none
}

.quizz-form .form-info .form-control {
    border: none;
    font-size: 14px
}

.quizz-form .form-info .btn-submit {
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ffeb3b;
    font-size: 14.5px;
    padding: 10px 15px
}

.quizz-form .form-info.hidden {
    display: none
}

.quizz-form .form-info.show {
    display: block
}

.quizz-form .title-info {
    font-weight: 700;
    text-align: center
}

.product-ads .ads-inner {
    position: relative;
    border: 1px solid #dcdcdc;
    padding: 15px 10px 5px;
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    background: #fff;
    max-width: 825px;
    margin: 0 auto
}

.product-ads .ads-inner:before {
    content: "AdChoice";
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    top: 2px;
    right: 2px;
    color: #333;
    font-size: 11px;
    line-height: 1.2;
    padding: 1px 15px 1px 8px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 0 0 2px 2px;
    font-weight: 700;
    background-image: url(../../../plugins/mrec/public/images/adchoices.svg);
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: top 1px right 1px
}

.product-ads .ads-inner:after {
    content: "";
    display: table;
    clear: both
}

.product-ads .ads-inner .ads-heading {
    font-weight: 700;
    font-size: 16.5px;
    margin-bottom: 5px
}

.product-ads .ads-inner .ads-heading > a {
    color: #000;
    text-decoration: none
}

.product-ads .ads-inner .ads-heading > a:hover {
    color: #03a9f4
}

.list-product-ads .slick-list {
    padding: 15px 5px
}

.list-product-ads .slick-track {
    display: flex
}

.list-product-ads .slick-prev {
    left: 0
}

.list-product-ads .slick-prev:before {
    content: "\f104"
}

.list-product-ads .slick-next {
    right: 0
}

.list-product-ads .slick-next:before {
    content: "\f105"
}

.list-product-ads .slick-arrow {
    background: #224686;
    z-index: 2;
    width: auto;
    height: auto;
    padding: 2px 5px;
    border-radius: 2px;
    transition: .1s
}

.list-product-ads .slick-arrow:before {
    font-size: 25px;
    opacity: .8;
    color: #fff;
    font-family: FontAwesome
}

.list-product-ads .slick-arrow.slick-disabled {
    opacity: 0
}

.list-product-ads .slick-arrow:hover {
    background: #224686
}

.list-product-ads .ads-thumbnail {
    width: 100%;
    height: 115px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 10px
}

.list-product-ads .ads-thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
    width: 100%;
    height: 100%
}

.list-product-ads .ads-thumbnail:hover {
    opacity: .8
}

.list-product-ads .ads-title {
    padding: 0 10px;
    display: block;
    margin-bottom: 10px
}

.list-product-ads .ads-title a {
    display: block;
    color: #2196f3;
    font-size: 16px;
    font-weight: 400
}

.list-product-ads .ads-title a:hover {
    text-decoration: underline
}

.list-product-ads .item-ads {
    height: inherit;
    margin: 0 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: none;
    outline: none;
    transition: .2s;
    -webkit-transition: .2s;
    -ms-transition: .2s
}

.list-product-ads .item-ads:not(.view-all) {
    border: 1px solid #dedede
}

.list-product-ads .item-ads:not(.view-all):hover {
    transform: scale(1.1);
    background: #fff;
    z-index: 3
}

.list-product-ads .item-ads:not(.view-all):before {
    content: attr(data-tagline);
    position: absolute;
    top: 0;
    z-index: 1;
    background: red;
    color: #fff;
    left: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 20px;
    padding: 0 5px;
    border-bottom-right-radius: 5px
}

.list-product-ads .price-prod {
    font-weight: 700;
    color: red;
    padding: 0 10px;
    margin-bottom: 5px;
    display: block;
    font-size: 16px
}

.list-product-ads .price-prod del {
    font-weight: 400;
    font-size: 13px;
    color: #7f7f7f
}

.list-product-ads .view-all {
    background: #1d3868;
    display: block;
    border-radius: 5px
}

.list-product-ads .view-all a {
    color: #fff;
    text-decoration: none
}

.list-product-ads .view-all:hover {
    transform: scale(1.1);
    z-index: 3;
    background: rgba(29, 56, 104, .9)
}

.product_count_total {
    padding: 20px 0;
    padding-left: 25px
}

.product_count_total .prod_count {
    font-size: 38px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 900;
    padding-bottom: 25px
}

.product_count_total .prod_count span {
    font-size: 18px;
    font-weight: 500
}

.product_count_total .view_all {
    border-top: 1px solid #fff;
    padding-top: 9px;
    font-size: 16px
}

.product_count_total .arrow {
    position: relative;
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    background: 0 0;
    width: 14px;
    height: 14px;
    left: 21px;
    margin-top: 25px
}

.product_count_total .arrow:after {
    content: "";
    border: 1px solid #fff;
    display: block;
    height: 47px;
    width: 47px;
    position: absolute;
    left: -29px;
    top: -23px;
    border-radius: 100%
}

.sp-ads .ads-link {
    margin: 0 auto;
    position: relative;
    border-top: 2px solid #4caf50
}

.sp-ads .ads-link:before {
    content: "AdChoice";
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    top: 0;
    right: 0;
    color: #333;
    font-size: 11px;
    line-height: 1.2;
    padding: 1px 15px 1px 8px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 0 0 2px 2px;
    font-weight: 700;
    background-image: url(../../../plugins/mrec/public/images/adchoices.svg);
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: top 1px right 1px
}

.ads-tem-2 .ads-inner {
    position: relative;
    border: 1px solid #dcdcdc;
    padding: 15px
}

.ads-tem-2 .ads-inner:before {
    content: "AdChoice";
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    top: 2px;
    right: 2px;
    color: #333;
    font-size: 11px;
    line-height: 1.2;
    padding: 1px 15px 1px 8px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 0 0 2px 2px;
    font-weight: 700;
    background-image: url(../../../plugins/mrec/public/images/adchoices.svg);
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: top 1px right 1px
}

.ads-tem-2 .ads-inner:after {
    content: "";
    display: table;
    clear: both
}

.ads-tem-2 .ads-inner .ads-heading {
    font-weight: 700;
    font-size: 16.5px;
    margin-bottom: 5px
}

.ads-tem-2 .ads-inner .ads-heading > a {
    color: #000;
    text-decoration: none
}

.ads-tem-2 .ads-inner .ads-heading > a:hover {
    color: #03a9f4
}

.ads-tem-2 .ads-image {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    border: 3px solid hsla(0, 0%, 97%, .5);
    float: left;
    margin-right: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start
}

@media (max-width: 415px) {
    .ads-tem-2 .ads-image {
        width: 100px;
        height: 100px
    }
}

.ads-tem-2 .ads-image img {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
    width: 100%;
    height: 100%
}

.ads-tem-2 .ads-excerpt {
    font-size: 14px;
    color: #717171
}

@media (max-width: 415px) {
    .ads-tem-2 .ads-excerpt {
        display: none
    }
}

.ads-tem-2 .readmore {
    text-align: right
}

.ads-tem-2 .btn-ads-readmore {
    border: 1px solid #dcdcdc;
    border-radius: 0;
    display: inline-block;
    margin-top: 15px;
    padding: 5px 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px
}

.ads-tem-2 .btn-ads-readmore:hover {
    background: #000;
    color: #fff;
    border-color: #000
}

@media (max-width: 415px) {
    .ads-tem-2 .btn-ads-readmore {
        font-size: 11px
    }
}

.ads-tem-3 .ads-inner {
    position: relative;
    border: 1px solid #dcdcdc;
    padding: 15px;
    padding-right: 90px
}

@media (max-width: 415px) {
    .ads-tem-3 .ads-inner {
        padding: 15px 10px
    }
}

.ads-tem-3 .ads-inner:before {
    content: "AdChoice";
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    top: 2px;
    right: 2px;
    color: #333;
    font-size: 11px;
    line-height: 1.2;
    padding: 1px 15px 1px 8px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 0 0 2px 2px;
    font-weight: 700;
    background-image: url(../../../plugins/mrec/public/images/adchoices.svg);
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: top 1px right 1px
}

.ads-tem-3 .ads-inner:after {
    content: "";
    display: table;
    clear: both
}

.ads-tem-3 .ads-inner .ads-heading {
    font-weight: 700;
    font-size: 18.5px;
    margin-bottom: 5px;
    line-height: 1.2;
    max-width: 90%
}

@media (max-width: 415px) {
    .ads-tem-3 .ads-inner .ads-heading {
        padding: 0 5px;
        margin-bottom: 15px;
        font-size: 16px;
        max-width: 100%;
        margin-bottom: 0
    }
}

.ads-tem-3 .ads-inner .ads-heading > a {
    color: #03a9f4;
    text-decoration: none
}

.ads-tem-3 .ads-inner .ads-heading > a:hover {
    color: #03a9f4
}

.ads-tem-3 .ads-image {
    width: 200px;
    height: auto;
    float: left;
    margin-right: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start
}

@media (max-width: 415px) {
    .ads-tem-3 .ads-image {
        width: 100%;
        height: auto;
        margin: 0;
        margin-bottom: 10px;
        float: none
    }
}

.ads-tem-3 .ads-image img {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
    width: 100%;
    height: 100%
}

.ads-tem-3 .ads-excerpt {
    font-size: 14px;
    color: #717171;
    max-width: 90%;
    font-weight: 300
}

@media (max-width: 415px) {
    .ads-tem-3 .ads-excerpt {
        display: none
    }
}

.ads-tem-3 .readmore {
    text-align: right
}

.ads-tem-3 .btn-ads-readmore {
    width: 60px;
    height: 60px;
    background-color: #f44336;
    border-radius: 60px;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -25px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2)
}

@media (max-width: 415px) {
    .ads-tem-3 .btn-ads-readmore {
        width: auto;
        height: auto;
        position: relative;
        border-radius: 0;
        text-indent: 0;
        font-weight: 700;
        color: #03a9f4;
        background: none;
        margin-left: auto;
        text-transform: uppercase;
        padding-right: 20px;
        display: none
    }
}

.ads-tem-3 .btn-ads-readmore:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    background: transparent;
    width: 12px !important;
    height: 12px !important;
    margin-left: -9px;
    transform: rotate(135deg)
}

@media (max-width: 415px) {
    .ads-tem-3 .btn-ads-readmore:before {
        border-top: 2px solid #03a9f4;
        border-left: 2px solid #03a9f4;
        width: 6px !important;
        height: 6px !important;
        left: auto;
        right: 8px;
        margin-top: -4px
    }
}

.ads-tem-3 .btn-ads-readmore:hover {
    background: #000;
    color: #fff
}

@media (max-width: 415px) {
    .ads-tem-3 .btn-ads-readmore {
        font-size: 11px
    }
}

.ads-tem-4 .ads-inner {
    width: 575px;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    padding: 15px;
    margin: 0 auto;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .018);
    border-radius: 5px;
    padding-top: 20px;
    position: relative
}

.ads-tem-4 .ads-inner:before {
    content: "AdChoice";
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    top: 2px;
    right: 2px;
    color: #333;
    font-size: 11px;
    line-height: 1.2;
    padding: 1px 15px 1px 8px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 0 0 2px 2px;
    font-weight: 700;
    background-image: url(../../../plugins/mrec/public/images/adchoices.svg);
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: top 1px right 1px
}

@media (max-width: 575px) {
    .ads-tem-4 .ads-inner {
        width: 100%
    }
}

.ads-tem-4 .ads-heading {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1.2;
    margin-bottom: 10px
}

@media (max-width: 575px) {
    .ads-tem-4 .ads-heading {
        font-size: 20px
    }
}

.ads-tem-4 .ads-heading a {
    color: #03a9f4
}

.ads-tem-4 .ads-heading a:hover {
    color: #f44336;
    text-decoration: none
}

.ads-tem-4 .ads-excerpt {
    color: #717171;
    line-height: 1.3;
    font-size: 15px;
    margin-bottom: 10px
}

.ads-tem-4 .ads-footer {
    display: flex;
    justify-content: space-between;
    border-top: 1px dashed #bbb;
    padding-top: 10px;
    font-size: 12px;
    align-items: center
}

.ads-tem-4 .ads-footer a {
    color: #717171
}

.ads-tem-4 .ads-footer a:hover {
    text-decoration: none
}

.ads-tem-4 .ads-footer .btn-readmore {
    background-color: #03a9f4;
    color: #fff;
    width: 100px;
    text-align: center;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 30px;
    margin-right: 15px
}

.ads-tem-4 .ads-footer .btn-readmore:hover {
    background-color: #f44336
}

.ads-sidebar {
    border: 1px solid #efefef;
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .028);
    margin-top: 15px;
    margin-bottom: 15px
}

.ads-sidebar img {
    width: 100%
}

.ads-sidebar.sticky {
    position: sticky;
    top: 50px;
    z-index: 1
}

.ads-sidebar .ads-image {
    position: relative
}

.ads-sidebar .ads-image:before {
    content: "AdChoice";
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    top: 2px;
    right: 2px;
    color: #333;
    font-size: 11px;
    line-height: 1.2;
    padding: 1px 15px 1px 8px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 0 0 2px 2px;
    font-weight: 700;
    background-image: url(../../../plugins/mrec/public/images/adchoices.svg);
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: top 1px right 1px
}

.ads-sidebar .ads-image > a {
    display: block
}

.ads-sidebar .ads-content {
    padding: 15px
}

.ads-sidebar .ads-heading {
    font-weight: 700;
    font-size: 22.5px;
    margin-bottom: 5px;
    line-height: 1.1
}

@media (max-width: 415px) {
    .ads-sidebar .ads-heading {
        padding: 0 15px;
        max-width: 100%;
        margin-bottom: 15px;
        font-size: 20px
    }
}

.ads-sidebar .ads-heading > a {
    color: #000;
    text-decoration: none
}

.ads-sidebar .ads-heading > a:hover {
    color: #03a9f4
}

.ads-sidebar .ads-excerpt {
    color: #717171;
    line-height: 1.3;
    font-size: 15px;
    margin-bottom: 10px
}

.ads-sidebar .ads-footer {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    font-size: 12px;
    align-items: center;
    padding-bottom: 10px;
    background-color: #fbfbfb
}

.ads-sidebar .ads-footer a {
    color: #717171
}

.ads-sidebar .ads-footer a:hover {
    text-decoration: none
}

.ads-sidebar .ads-footer .web-link {
    margin-left: 15px
}

.ads-sidebar .ads-footer .btn-readmore {
    background-color: #03a9f4;
    color: #fff;
    width: 70px;
    text-align: center;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 30px;
    margin-right: 15px
}

.ads-sidebar .ads-footer .btn-readmore:hover {
    background-color: #f44336
}

table.shop_table_responsive thead {
    display: none
}

table.shop_table_responsive tbody th {
    display: none
}

table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both
}

table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    float: left
}

table.shop_table_responsive tr td.product-remove a {
    text-align: left
}

table.shop_table_responsive tr td.product-remove::before {
    display: none
}

table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
    display: none
}

table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center
}

@media screen and (min-width: 48em) {
    table.shop_table_responsive thead {
        display: table-header-group
    }

    table.shop_table_responsive tbody th {
        display: table-cell
    }

    table.shop_table_responsive tr th, table.shop_table_responsive tr td {
        text-align: left
    }

    table.shop_table_responsive tr td {
        display: table-cell
    }

    table.shop_table_responsive tr td::before {
        display: none
    }
}

ul.products {
    margin: 0;
    padding: 0
}

ul.products li.product {
    list-style: none;
    position: relative;
    margin-bottom: 2em
}

ul.products li.product img {
    display: block
}

ul.products li.product .button {
    display: block
}

@media screen and (min-width: 48em) {
    ul.products li.product {
        width: 30.79667%;
        float: left;
        margin-right: 3.8%
    }

    ul.products li.product.first {
        clear: both
    }

    ul.products li.product.last {
        margin-right: 0
    }

    ul.products.columns-1 li.product {
        float: none;
        width: 100%
    }

    ul.products.columns-2 li.product {
        width: 48.1%
    }

    ul.products.columns-3 li.product {
        width: 30.79667%
    }

    ul.products.columns-4 li.product {
        width: 22.15%
    }

    ul.products.columns-5 li.product {
        width: 16.96%
    }

    ul.products.columns-6 li.product {
        width: 13.49333%
    }
}

.single-product div.product {
    position: relative
}

.single-product div.product .woocommerce-product-gallery {
    position: relative;
    float: left
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 2em;
    right: 1em;
    display: block;
    z-index: 99
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 1em
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
    float: left
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: .5
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
    opacity: 1
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 48.1%
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
    margin-right: 0
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
    clear: both
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 30.79667%
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
    margin-right: 0
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: both
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 22.15%
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: both
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 16.96%
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: both
}

.stock:empty::before {
    display: none
}

.stock.in-stock {
    color: #0f834d
}

.stock.out-of-stock {
    color: #e2401c
}

@media screen and (min-width: 768px) {
    .col2-set .form-row-first {
        float: left;
        margin-right: 3.8%
    }

    .col2-set .form-row-last {
        float: right;
        margin-right: 0
    }

    .col2-set .form-row-first, .col2-set .form-row-last {
        width: 48.1%
    }
}

.site-header-cart {
    position: relative;
    margin: 0;
    padding: 0
}

.site-header-cart .cart-contents {
    text-decoration: none
}

.site-header-cart .widget_shopping_cart {
    display: none
}

.site-header-cart .product_list_widget {
    margin: 0;
    padding: 0
}

.product-rate .star-rating span {
    padding-top: 20px
}

.product-rate .star-rating {
    line-height: 1.4
}

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    width: 5.3em;
    font-family: star;
    font-weight: 400
}

.star-rating::before {
    content: "\53\53\53\53\53";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #4169e1
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400
}

p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: star;
    content: "\53";
    color: #404040;
    text-indent: 0;
    opacity: .25
}

p.stars a:hover ~ a::before {
    content: "\53";
    color: #404040;
    opacity: .25
}

p.stars:hover a::before {
    content: "\53";
    color: #4169e1;
    opacity: 1
}

p.stars.selected a.active::before {
    content: "\53";
    color: #4169e1;
    opacity: 1
}

p.stars.selected a.active ~ a::before {
    content: "\53";
    color: #404040;
    opacity: .25
}

p.stars.selected a:not(.active)::before {
    content: "\53";
    color: #4169e1;
    opacity: 1
}

.woocommerce-tabs ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left
}

.woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    position: relative
}

.woocommerce-tabs ul.tabs li a {
    padding: 1em 0;
    display: block
}

.woocommerce-tabs .panel h2:first-of-type {
    margin-bottom: 1em
}

.woocommerce-password-strength {
    text-align: right
}

.woocommerce-password-strength.strong {
    color: #0f834d
}

.woocommerce-password-strength.short {
    color: #e2401c
}

.woocommerce-password-strength.bad {
    color: #e2401c
}

.woocommerce-password-strength.good {
    color: #3d9cd2
}

.form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 #0f834d
}

.form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #e2401c
}

.required {
    color: red
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    background-color: #0f834d;
    clear: both
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    color: #db0409;
    border: 1px solid #db0409;
    background-color: #ffded6;
    padding: 15px;
    border-radius: 3px;
    width: 100%
}

.woocommerce-error {
    background-color: #e2401c
}

.demo_store {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 1em;
    background-color: #3d9cd2;
    z-index: 9999
}

@media screen and (min-width: 48em) {
    .site-header-cart .widget_shopping_cart {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 999999;
        left: -999em;
        display: block;
        box-shadow: 0 3px 3px rgba(0, 0, 0, .2)
    }

    .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
        left: 0;
        display: block
    }
}

.widget_price_filter .price_slider {
    margin-bottom: 1.5em
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4
}

.widget_price_filter .price_slider_amount .button {
    float: left
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: ew-resize;
    outline: none;
    background: #4169e1;
    box-sizing: border-box;
    margin-top: -.25em;
    opacity: 1
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 .25em rgba(0, 0, 0, .1)
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background: #4169e1
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: rgba(0, 0, 0, .1)
}

.widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%
}

.woocommerce-form-coupon-toggle {
    width: 100%
}

.woocommerce-form-coupon-toggle .showcoupon {
    color: #db0409;
    font-weight: 700
}

.checkout_coupon .form-row {
    position: relative
}

.checkout_coupon p {
    margin-top: 10px
}

.checkout_coupon .btn-coupon {
    width: 100px;
    background-color: #db0409;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.checkout_coupon .btn-coupon:hover {
    background-color: #333;
    color: #fff
}

.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper {
    padding: 15px
}

.woocommerce-billing-fields__field-wrapper label, .woocommerce-shipping-fields__field-wrapper label {
    font-weight: 700;
    width: 100%;
    display: block
}

.woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-shipping-fields__field-wrapper .form-row {
    width: 50%
}

.woocommerce-billing-fields__field-wrapper .input-text, .woocommerce-shipping-fields__field-wrapper .input-text {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .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: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.woocommerce-input-wrapper {
    width: 90%
}

.shop_table .cart-subtotal > th {
    min-width: 100px
}

.shop_table #shipping_method {
    display: none
}

.woocommerce-shipping-destination {
    font-size: 13.5px !important;
    margin-bottom: 17px
}

#order_review_heading {
    text-transform: uppercase
}

#order_review {
    width: 100%;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px
}

#place_order {
    border: none;
    color: #fff;
    background-color: #db0409;
    font-weight: 700;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-left: auto
}

#place_order:hover {
    background-color: #FF3434
}

.woocommerce-additional-fields__field-wrapper {
    padding: 15px
}

#order_comments {
    width: 100%;
    display: block;
    padding: .375rem .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: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

#customer_details {
    margin-top: 15px
}

#customer_details > .d-flex {
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px
}

#shipping_country_field, #shipping_postcode_field {
    display: none !important
}

.woocommerce-NoticeGroup {
    width: 100%;
    padding: 15px
}

.woocommerce-error {
    background-color: #ffded6;
    padding: 15px;
    color: #db0409;
    margin-top: 15px
}

.woocommerce-NoticeGroup ul {
    list-style: none
}

.order-info ul {
    max-width: 575px;
    border: 1px dashed #db0409;
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
    background-color: #ffded6
}

.woocommerce-Reviews-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #db0409;
    margin-bottom: 15px
}

.woocommerce-Reviews .comment-reply-title {
    font-weight: 700;
    font-size: 14px !important;
    margin-bottom: 15px
}

.comment-notes {
    display: block;
    width: 100%
}

.woocommerce-Reviews .comment-form-rating, .woocommerce-Reviews .comment-form-comment {
    display: block;
    width: 100%
}

.woocommerce-Reviews label {
    display: block
}

.woocommerce-Reviews textarea {
    width: 100%
}

.stars > span > a:hover {
    color: #ffc107
}

.stars > span > a:hover :before {
    color: #ffc107
}

.woocommerce-Reviews input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .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: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.woocommerce-Reviews .comment-form-comment textarea {
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 15px
}

.woocommerce-Reviews #comments .avatar {
    left: 15px
}

.woocommerce-Reviews .comment_container {
    padding-left: 20px
}

.star-rating span::before {
    color: #ff9800
}

.woocommerce-Reviews-title {
    text-transform: none;
    font-weight: 700
}

.woocommerce-Reviews-title span {
    color: #000;
    text-transform: none
}

.woocommerce-Reviews .meta {
    margin-bottom: 5px
}

.wc_payment_methods.methods {
    list-style: none;
    margin: 35px 0
}

.wc_payment_methods label {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4
}

.wc_payment_methods .payment_box p {
    font-size: 15px
}

.woocommerce-info .showlogin {
    font-weight: 700
}

.woocommerce-form-login, .woocommerce-form-login-toggle {
    width: 100%;
    margin-bottom: 15px
}

.inner-woocommerce-form-login {
    max-width: 700px;
    margin: 0 auto;
    background: #fdfdfd;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1)
}

.inner-woocommerce-form-login .form-row {
    flex-direction: column;
    align-items: center;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
    max-width: 365px;
    margin: 0 auto
}

.inner-woocommerce-form-login .form-row > * {
    width: 100%
}

.inner-woocommerce-form-login .form-row input {
    border-radius: 6px;
    padding: 8px 15px;
    font-size: 16px;
    border: 1px solid #c6c6c6cc
}

.inner-woocommerce-form-login .form-row label {
    margin-bottom: 5px
}

.inner-woocommerce-form-login .button {
    background-color: #db0409;
    border: none;
    border-radius: 6px;
    font-size: 20px;
    line-height: 48px;
    padding: 0 16px;
    color: #fff;
    font-weight: 700
}

.inner-woocommerce-form-login .woocommerce-form-login__rememberme {
    margin: 25px 0 10px
}

.inner-woocommerce-form-login .lost_password {
    text-align: center;
    margin-top: 15px
}

#account_password {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .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: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (max-width: 575px) {
    .woocommerce-billing-fields__field-wrapper {
        padding: 0
    }

    .woocommerce-billing-fields__field-wrapper .form-row {
        margin: 0
    }

    .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper {
        width: 95%
    }

    .woocommerce-additional-fields__field-wrapper {
        padding: 0 5px
    }

    .woocommerce-cart-form__contents .cart_item .product-remove {
        margin-bottom: -10px;
        font-size: 30px;
        float: right
    }

    .product-total, .order-total td {
        white-space: nowrap
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@charset 'UTF-8';
.slick-loading .slick-list {
    background: #fff url(../../../themes/ggc/assets/slick-1.6.0/./ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: 'slick';
    font-weight: 400;
    font-style: normal;
    src: url(../../../themes/ggc/assets/slick-1.6.0/./fonts/slick.eot);
    src: url('../../../themes/ggc/assets/slick-1.6.0/./fonts/slick.eot?#iefix') format('embedded-opentype'), url(../../../themes/ggc/assets/slick-1.6.0/./fonts/slick.woff) format('woff'), url(../../../themes/ggc/assets/slick-1.6.0/./fonts/slick.ttf) format('truetype'), url('../../../themes/ggc/assets/slick-1.6.0/./fonts/slick.svg#slick') format('svg')
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url(../../../themes/ggc/assets/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url('../../../themes/ggc/assets/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url(../../../themes/ggc/assets/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../../../themes/ggc/assets/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../../../themes/ggc/assets/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url('../../../themes/ggc/assets/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

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

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

/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
: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: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto 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
}

*, :after, :before {
    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, sans-serif;
    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 {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

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

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

address {
    font-style: normal;
    line-height: inherit
}

address, dl, ol, ul {
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0
}

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .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: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

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

code, kbd, pre, 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 {
    border-style: none
}

img, svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, 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
}

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

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

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

input[type=checkbox], input[type=radio] {
    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: .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: .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
}

.display-1, .display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3, .display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

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

.small, small {
    font-size: 80%;
    font-weight: 400
}

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

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

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

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

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

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\00A0"
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .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: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

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-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}

.row {
    display: flex;
    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, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0%;
    flex-grow: 1;
    max-width: 100%
}

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

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

.row-cols-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

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

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

.row-cols-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

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

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

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

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

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

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

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

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

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

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%
    }

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

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

    .row-cols-sm-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

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

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

    .row-cols-sm-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

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

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

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

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

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

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%
    }

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

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

    .row-cols-md-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

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

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

    .row-cols-md-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

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

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

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

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

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

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%
    }

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

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

    .row-cols-lg-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

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

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

    .row-cols-lg-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

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

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

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

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

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

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%
    }

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

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

    .row-cols-xl-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

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

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

    .row-cols-xl-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

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

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

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

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

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

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td, .table th {
    padding: .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 td, .table-sm th {
    padding: .3rem
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

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

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

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

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #9fcdff
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb
}

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

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

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width: 575.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: 767.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: 1199.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 + .75rem + 2px);
    padding: .375rem .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: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.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=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
    appearance: none
}

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(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .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-lg, .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

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

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

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

.form-row {
    display: flex;
    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: .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: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

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

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

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

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%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(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%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") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

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

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

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

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%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(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

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

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%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") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

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

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group, .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: 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;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled, .btn:disabled {
    opacity: .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.focus, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .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: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .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: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success.focus, .btn-success:focus, .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .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: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info.focus, .btn-info:focus, .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .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: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .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: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .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: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light.focus, .btn-light:focus, .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .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: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark.focus, .btn-dark:focus, .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus, .btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .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: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .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 {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .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 {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .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 {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .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 {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .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 {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .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 {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .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 {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .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 {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .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 {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .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 {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .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 {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .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 {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .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 {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .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 {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .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 {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .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 {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3
}

.btn-link.focus, .btn-link:focus, .btn-link:hover {
    text-decoration: underline
}

.btn-link.disabled, .btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

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

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

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

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

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

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .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: .5rem 0;
    margin: .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, .15);
    border-radius: .25rem
}

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

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

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

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

@media (min-width: 768px) {
    .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: 1200px) {
    .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: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .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: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .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: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

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

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

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

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

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

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

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

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

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

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

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

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    width: 100%
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
    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-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
    margin-left: -1px
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
    z-index: 3
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-file {
    display: flex;
    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-append, .input-group-prepend {
    display: flex
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px
}

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

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

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .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: .25rem
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
    margin-top: 0
}

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

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

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

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

.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), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    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:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    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
}

.custom-control-inline {
    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 {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.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 {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label:after, .custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%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;charset=utf-8,%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, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, .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;charset=utf-8,%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, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf-8,%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") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .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 + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

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

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file, .custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .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 {
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label, .custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .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;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .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: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower, .custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.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 {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label:before, .custom-file-label, .custom-select {
        transition: none
    }
}

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

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff
}

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

.nav-justified .nav-item, .nav-justified > .nav-link {
    flex-basis: 0%;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar, .navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    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: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

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

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        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-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' 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, .5)
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.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(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
    border-top: 0
}

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

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

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

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills, .card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

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

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

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

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

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group > .card {
        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-header, .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
        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-header, .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        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 {
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb, .breadcrumb-item {
    display: flex
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus, a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus, a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@keyframes a {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 1rem;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress, .progress-bar {
    display: flex;
    overflow: hidden
}

.progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: a 1s linear infinite
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    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: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(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 {
    flex-direction: row
}

.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    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: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        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: 768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        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 {
        flex-direction: row
    }

    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        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: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        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: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.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: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    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: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    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: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

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

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

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer > * {
    margin: .25rem
}

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

@media (min-width: 576px) {
    .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: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .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, sans-serif;
    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;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

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

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

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

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

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

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

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

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

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    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;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover, .popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after, .popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top] > .arrow:before, .bs-popover-top > .arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] > .arrow:after, .bs-popover-top > .arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] > .arrow:before, .bs-popover-right > .arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] > .arrow:after, .bs-popover-right > .arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom] > .arrow:before, .bs-popover-bottom > .arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] > .arrow:after, .bs-popover-bottom > .arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] > .arrow:before, .bs-popover-left > .arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] > .arrow:after, .bs-popover-left > .arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@keyframes b {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: b .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes c {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: c .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.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:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

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

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

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

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

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

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

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

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

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

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

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

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

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

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !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: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right, .rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom, .rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !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: flex !important
}

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

@media (min-width: 576px) {
    .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: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .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: flex !important
    }

    .d-md-inline-flex {
        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: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .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: flex !important
    }

    .d-xl-inline-flex {
        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: flex !important
    }

    .d-print-inline-flex {
        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 embed, .embed-responsive iframe, .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.85714%
}

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

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

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

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

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

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

@media (min-width: 768px) {
    .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: 1200px) {
    .float-xl-left {
        float: left !important
    }

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

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

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    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: sticky !important
}

.fixed-top {
    top: 0
}

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

.fixed-bottom {
    bottom: 0
}

@supports (position:sticky) {
    .sticky-top {
        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 {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

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

.shadow-none {
    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: .25rem !important
}

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

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

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

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

.m-2 {
    margin: .5rem !important
}

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

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

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

.ml-2, .mx-2 {
    margin-left: .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: .25rem !important
}

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

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

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

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

.p-2 {
    padding: .5rem !important
}

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

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

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

.pl-2, .px-2 {
    padding-left: .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: -.25rem !important
}

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

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

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

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

.m-n2 {
    margin: -.5rem !important
}

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

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

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

.ml-n2, .mx-n2 {
    margin-left: -.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: 576px) {
    .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: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .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: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.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: 768px) {
    .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: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .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: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.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: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .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: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.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: 1200px) {
    .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: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .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: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.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: transparent
}

.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;
    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: 576px) {
    .text-sm-left {
        text-align: left !important
    }

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

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

@media (min-width: 768px) {
    .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: 1200px) {
    .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:focus, a.text-primary:hover {
    color: #0056b3 !important
}

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

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

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

a.text-success:focus, a.text-success:hover {
    color: #19692c !important
}

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

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

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

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

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

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important
}

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

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

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

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important
}

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

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

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

.text-white-50 {
    color: hsla(0, 0%, 100%, .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;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, :after, :before {
        text-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
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container, body {
        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 td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

body {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    box-sizing: border-box
}

@media (max-width: 575px) {
    body {
        padding-top: 60px
    }
}

a {
    color: #db0409
}

a:hover {
    text-decoration: none
}

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

@keyframes d {
    0% {
        transform: scale(1)
    }
    15% {
        box-shadow: 0 0 0 3px rgba(240, 76, 40, .4)
    }
    25% {
        box-shadow: 0 0 0 5px rgba(240, 76, 40, .4), 0 0 0 10px rgba(240, 76, 40, .2)
    }
    25% {
        box-shadow: 0 0 0 8px rgba(240, 76, 40, .4), 0 0 0 15px rgba(240, 76, 40, .2)
    }
}

.brand-logo {
    display: block;
    width: 216px;
    height: 55px;
    background: url(../../../themes/ggc/images/logo.svg) no-repeat;
    background-size: 216px 55px
}

.top-header-group {
    background: #333;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 0;
    line-height: 20px
}

.top-header-group .list-member {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0
}

.top-header-group .list-member li {
    padding-left: 18px;
    position: relative;
}

.top-header {
    padding: 10px 0
}

.top-header .btn-hotline {
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    padding: 4px 18px;
    color: #db0409;
    border: 1px solid #db0409;
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center
}

.top-header .btn-hotline .icon {
    font-size: 20px;
    margin-right: 5px
}

.top-header .mini-cart {
    margin-left: 15px;
    width: 35px;
    height: 35px;
    background-color: #db0409;
    display: inline-block;
    border-radius: 40px;
    position: relative;
    line-height: 35px;
    text-align: center
}

.top-header .mini-cart path {
    fill: #fff
}

.top-header .mini-cart .number-item {
    color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -5px;
    right: -1px;
    background-color: #191919;
    text-align: center;
    line-height: 12px;
    font-size: 11px;
    border-radius: 25px;
    font-family: Arial, Helvetica, sans-serif
}

@media (max-width: 575px) {
    .top-header .mini-cart {
        margin-left: 0
    }
}

.search-form .form-group {
    position: relative;
    margin-bottom: 5px
}

.search-form .form-control {
    border-radius: 40px;
    font-size: 14px;
    border: none;
    background-color: #f2f2f2;
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    color: #8a8a8a
}

.search-form .form-control:focus {
    color: #191919
}

.search-form .btn-search {
    background: none;
    box-shadow: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 0
}

.header-form .suggest-key {
    padding-left: 15px
}

.header-form .suggest-key a {
    color: #8a8a8a;
    display: inline-block;
    margin: 0 2px
}

.header-form .suggest-key a:hover {
    color: #db0409
}

.primary-nav {
    background-color: #db0409;
    padding: 0
}

.primary-nav .main-menu a {
    color: #fff;
    display: block
}

.primary-nav .main-menu a:hover {
    background-color: #d4310d
}

.primary-nav > li > a {
    text-transform: uppercase
}

.primary-nav .main-menu > .menu-item {
    position: relative
}

.primary-nav .main-menu > .menu-item > a {
    font-weight: 700;
    padding: 15px;
    transition: all .3s
}

@media (max-width: 575px) {
    .primary-nav .main-menu > .menu-item > a {
        padding: 10px 15px
    }
}

.primary-nav .main-menu > li > a {
    position: relative;
    text-transform: uppercase
}

.primary-nav .main-menu > li > a:before {
    content: "";
    width: 30px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: auto 25px;
    background-size: bottom center;
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 10px
}

@media (max-width: 575px) {
    .primary-nav .main-menu > li > a:before {
        bottom: 10px
    }
}

.primary-nav .main-menu > li.icon-home > a:before {
    background-image: url(../images/icon-home-2.svg)
}

.primary-nav .main-menu > li.icon-0 > a:before {
    background-image: url(../images/icon-1.svg)
}

.primary-nav .main-menu > li.icon-1 > a:before {
    background-image: url(../images/icon-1.svg)
}

.primary-nav .main-menu > li.icon-2 > a:before {
    background-image: url(../images/icon-2.svg)
}

.primary-nav .main-menu > li.icon-3 > a:before {
    background-image: url(../images/icon-3.svg)
}

.primary-nav .main-menu > li.icon-4 > a:before {
    background-image: url(../images/icon-4.svg)
}

.primary-nav .main-menu > li.icon-5 > a:before {
    background-image: url(../images/icon-5.svg)
}

.primary-nav .main-menu > li.icon-6 > a:before {
    background-image: url(../images/icon-6.svg)
}

.primary-nav .main-menu > .mega {
    position: static
}

.primary-nav .menu-toggler {
    position: relative;
    display: flex;
    align-items: center
}

.primary-nav .icon-menu {
    width: 30px;
    display: inline-block;
    position: relative
}

.primary-nav .icon-menu, .primary-nav .icon-menu:before {
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .3s
}

.primary-nav .icon-menu:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -9px
}

.primary-nav .icon-menu:after {
    content: "";
    border-radius: 4px;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    margin-top: 9px;
    transition: all .3s
}

.primary-nav .menu-toggler.show span {
    background: transparent
}

.primary-nav .menu-toggler.show span:before {
    border-radius: 0;
    margin-left: -17px;
    transform: rotate(135deg)
}

.primary-nav .menu-toggler.show span:after {
    border-radius: 0;
    margin-right: -10px;
    transform: rotate(-45deg)
}

.primary-nav .menu-toggler.show span:after, .primary-nav .menu-toggler.show span:before {
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    margin-top: -10px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    background: 0 0
}

.primary-nav .menu-side-slide {
    display: none
}

.sub-nav {
    background-color: #f2f2f2
}

.sub-nav li {
    font-weight: 700
}

.sub-nav li a {
    display: block;
    padding: 0 15px;
    color: #191919
}

.sub-nav li a:hover {
    color: #db0409
}

.about-nav {
    display: none;
    position: relative;
    bottom: 0
}

.about-nav.show {
    display: block
}

.about-nav .container {
    display: flex;
    position: relative;
    justify-content: flex-end
}

.about-menu {
    position: absolute;
    z-index: 1;
    background-color: #fff;
    list-style: none;
    box-shadow: 0 20px 20px rgba(0, 0, 0, .05);
    padding: 0 25px;
    top: -35px
}

.about-menu li {
    padding: 0
}

.about-menu a {
    font-size: 15px;
    font-weight: 700;
    display: block;
    padding: 10px 0;
    border-bottom: 1px dashed #f2f2f2;
    color: #191919
}

.about-menu a:hover {
    color: #db0409
}

.about-menu li:last-child a {
    border: none
}

@media (max-width: 575px) {
    .top-header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 12;
        width: 100%;
        padding: 0;
        background-color: #db0409;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4)
    }

    .top-header, .top-header .row {
        align-items: center
    }

    .top-header .mini-cart {
        background-color: #fff
    }

    .top-header .mini-cart path {
        fill: #db0409
    }

    .header-logo {
        margin: 5px 0
    }

    .brand-logo {
        background-image: url(../images/logo-white.svg);
        width: 196px;
        height: 50px;
        background-size: 100% auto;
        margin: 0 auto
    }

    .header-action .btn-hotline {
        display: none
    }
}

@media (max-width: 575px) {
    .top-header.none-sticky {
        top: -100px
    }

    .top-header.sticky {
        top: 0
    }
}

.main-menu .nav-item {
    position: relative
}

.main-menu .dropdown-menu {
    border-radius: 0;
    margin-top: 0;
    border: none;
    border-top: 1px solid #d4310d;
    box-shadow: 2px 2px 15px -8px rgba(0, 0, 0, .58);
    -webkit-box-shadow: 2px 2px 15px -8px rgba(0, 0, 0, .58)
}

.main-menu .dropdown-menu a {
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #e6e6e6
}

.main-menu .dropdown-menu a:hover {
    color: #fff
}

@media (max-width: 768px) {
    .main-menu .dropdown-menu {
        box-shadow: none;
        -webkit-box-shadow: none
    }
}

.bar-button {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    font-weight: 700;
    padding: 14px 10px;
    background: #db0409;
    cursor: pointer;
    position: relative
}

.bar-button:after, .bar-button:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 9px;
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: width .3s, transform .3s
}

.bar-button:before {
    right: 22px;
    transform: rotate(45deg)
}

.bar-button:after {
    right: 17px;
    transform: rotate(-45deg)
}

.bar-button.show:after, .bar-button.show:before {
    width: 14px
}

.bar-button.show:before {
    transform: translateX(5px) rotate(-45deg)
}

.bar-button.show:after {
    transform: rotate(45deg)
}

.bar-button .btn-menu-text::-moz-selection {
    background: transparent
}

.bar-button .btn-menu-text::selection {
    background: transparent
}

.bar-button .btn-menu-text {
    display: flex;
    align-items: center
}

.bar-button .btn-menu-text .fa {
    font-size: 22px;
    margin-right: 10px
}

#primary-nav .container {
    display: block
}

.mobile-menu-toggler {
    border: none;
    background: none;
    height: 40px;
    margin-top: -8px;
    margin-left: -15px
}

.mobile-menu-toggler, .mobile-menu-toggler:focus {
    outline: none;
    box-shadow: none
}

.mobile-menu-toggler .icon-menu {
    height: 3px;
    width: 30px;
    background-color: #fff;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    transition: all .3s
}

.mobile-menu-toggler .icon-menu:before {
    margin-top: -10px
}

.mobile-menu-toggler .icon-menu:after, .mobile-menu-toggler .icon-menu:before {
    content: "";
    border-radius: 4px;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: all .3s
}

.mobile-menu-toggler .icon-menu:after {
    margin-top: 10px
}

.mobile-menu-toggler.show span {
    background: transparent
}

.mobile-menu-toggler.show span:before {
    border-radius: 0;
    margin-left: -17px;
    transform: rotate(135deg)
}

.mobile-menu-toggler.show span:after {
    border-radius: 0;
    margin-right: -10px;
    transform: rotate(-45deg)
}

.mobile-menu-toggler.show span:after, .mobile-menu-toggler.show span:before {
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    margin-top: -10px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    background: 0 0
}

.main-menu {
    position: relative
}

.main-menu .mega-menu {
    position: static
}

.main-menu .mega-menu .mega-menu-wrap {
    box-shadow: 0 20px 20px rgba(0, 0, 0, .05);
    background: none;
    margin-top: -10px;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: none;
    display: none;
    transition: all .3s;
    flex-wrap: wrap
}

.main-menu .mega-menu .mega-menu-wrap p {
    font-size: 15px;
    font-weight: 700
}

.main-menu .mega-menu .mega-menu-wrap .widget-title {
    margin-bottom: 0
}

.main-menu .mega-menu .mega-menu-wrap .widget-title a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #db0409
}

.main-menu .mega-menu .mega-menu-wrap .widget-title a:hover {
    color: #db0409;
    background: none
}

.main-menu .mega-menu .widget-list-cat {
    padding: 15px;
    padding-top: 15px;
    background: #fff;
    border-top: 3px solid #d4310d
}

.main-menu .mega-menu .widget-list-cat ul {
    flex-direction: column;
    width: 100%
}

.main-menu .mega-menu .widget-list-cat li {
    font-size: 14px;
    display: block;
    padding: 3px 0
}

.main-menu .mega-menu .widget-list-cat li:last-child {
    border: none
}

.main-menu .mega-menu .widget-list-cat li a {
    color: #191919;
    display: block;
    padding: 5px 0
}

.main-menu .mega-menu .widget-list-cat li a:hover {
    color: #db0409;
    background: none
}

.main-menu .mega-menu .widget-list-cat .viewmore a {
    position: relative;
    font-weight: 400;
    opacity: .9
}

.main-menu .mega-menu .widget-list-cat .viewmore a:after {
    content: "\f178";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    margin-left: 5px;
    opacity: .9
}

.main-menu .mega-menu-wrap {
    width: 100%
}

.main-menu .mega-menu-wrap .widget-image-menu {
    position: relative;
    min-height: 275px
}

.main-menu .mega-menu-wrap .widget-image-menu img {
    position: absolute;
    bottom: -8px;
    left: 10px
}

.main-menu .mega-menu:hover .mega-menu-wrap {
    display: flex;
    flex-wrap: wrap
}

menu.page-menu {
    padding: 0;
    margin: 0;
    position: sticky;
    top: 0;
    z-index: 11
}

.is-dropdown {
    position: relative
}

.is-dropdown .menu-side-slide {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 0 5px;
    background: #fff;
    box-shadow: 2px 2px 15px -8px rgba(0, 0, 0, .58);
    -webkit-box-shadow: 2px 2px 15px -8px rgba(0, 0, 0, .58)
}

.is-dropdown .menu-side-slide.show {
    display: block
}

@media (min-width: 767px) {
    .menu-side-slide:hover, body.home .is-click.bar-button:hover ~ .menu-side-slide, body:not(.home) .bar-button:hover ~ .menu-side-slide {
        display: block
    }
}

@media (max-width: 767px) {
    .is-dropdown {
        position: relative
    }

    .is-dropdown .menu-side-slide {
        position: relative;
        background: transparent;
        box-shadow: none;
        -webkit-box-shadow: none
    }

    .is-dropdown .menu-side-slide .dropdown > a:after {
        display: none
    }

    #primary-nav .mega-menu-wrap {
        display: none !important
    }

    .primary-nav {
        position: fixed;
        z-index: 10;
        left: 0;
        top: 60px;
        width: 280px;
        height: calc(100vh - 60px);
        overflow-y: scroll;
        overflow-x: hidden;
        display: none
    }

    .primary-nav.show {
        display: block
    }

    .primary-nav .main-menu {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0 !important
    }

    .primary-nav .main-menu > .menu-item > a {
        padding: 8px 0
    }

    .primary-nav .main-menu .menu-item {
        border-top: 1px solid #f6764a
    }

    .primary-nav .main-menu a:hover {
        padding-left: 10px;
        padding-right: 10px
    }

    .primary-nav .menu-side-slide {
        padding-left: 25px;
        display: block
    }

    .primary-nav .menu-side-slide .menu-icon.icon-1:before {
        background-image: url(../images/icon-1-white.svg)
    }

    .primary-nav .menu-side-slide .menu-icon.icon-2:before {
        background-image: url(../images/icon-2-white.svg)
    }

    .primary-nav .menu-side-slide .menu-icon.icon-3:before {
        background-image: url(../images/icon-3-white.svg)
    }

    .primary-nav .menu-side-slide .menu-icon.icon-4:before {
        background-image: url(../images/icon-4-white.svg)
    }

    .primary-nav .menu-side-slide .menu-icon.icon-5:before {
        background-image: url(../images/icon-5-white.svg)
    }

    .primary-nav .menu-side-slide .menu-icon.icon-6:before {
        background-image: url(../images/icon-6-white.svg)
    }

    .primary-nav .menu-side-slide .menu-icon.icon-7:before {
        background-image: url(../images/icon-7-white.svg)
    }

    .primary-nav .menu-side-slide .menu-icon:hover {
        background: transparent
    }

    .primary-nav .menu-side-slide .list-item > li > a {
        color: #fff;
        text-transform: unset;
        font-weight: 400
    }

    .primary-nav .menu-side-slide .list-item > li > a:hover {
        color: #fff
    }

    .primary-nav .menu-side-slide .list-item > li:not(:last-child) {
        border-bottom: 1px solid #f6764a
    }

    .primary-nav.navbar {
        align-items: start
    }
}

@media (max-width: 575px) {
    .primary-nav {
        transition: all .3s
    }

    .primary-nav.sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 3;
        height: 50px;
        background-color: #db0409
    }

    .primary-nav.sticky:after {
        top: 15px
    }

    .primary-nav.sticky .mega-menu:hover .mega-menu-wrap {
        display: flex;
        flex-wrap: wrap;
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%
    }

    .primary-nav .active > a {
        background: none !important
    }
}

.sidebar-tax {
    border-right: 1px solid #ddd
}

.product-type-cat {
    justify-content: space-between;
    margin-bottom: 15px
}

.product-type-cat .btn {
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 20px;
    font-size: 13px;
    border: 1px solid #ddd;
    color: #8a8a8a
}

.product-type-cat .btn:hover, .product-type-cat .like-new {
    color: #fff;
    background-color: #db0409
}

.product-type-cat .like-new {
    border-color: #db0409
}

.widget-attr {
    margin-bottom: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd
}

.widget-attr:last-child {
    border: none
}

.widget-attr .widget-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    color: #db0409;
    margin-bottom: 15px
}

.widget-attr .list-attr {
    margin-bottom: 0;
    list-style: none;
    padding-left: 2px
}

.widget-attr li {
    margin-bottom: 12px;
    font-weight: 700
}

.widget-attr li:last-child {
    margin-bottom: 0
}

.widget-sticky {
    position: sticky;
    top: 15px;
    z-index: 1
}

@media (max-width: 575px) {
    .wrap-fillter {
        border-top: 1px solid #ddd;
        position: absolute;
        width: 100%;
        left: 0;
        top: 140px;
        background-color: #fff;
        z-index: 2;
        padding: 15px;
        overflow-y: auto;
        padding-bottom: 15px;
        display: none;
        visibility: hidden;
        border-bottom: 1px solid #ddd
    }

    .wrap-fillter.show {
        visibility: visible;
        display: block
    }
}

.sidebar-cat .widget {
    margin-bottom: 15px
}

.sidebar-cat .widget-title {
    background-color: #db0409;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-top: 2px solid #e02800;
    margin-bottom: 15px
}

.widget-banner img {
    width: 100%
}

.page-footer {
    border-top: 2px solid #db0409;
    background-color: #191919;
    color: #999
}

.page-footer .widget-footer {
    margin-bottom: 15px
}

.page-footer a {
    color: #fff
}

.page-footer p {
    margin-bottom: 10px
}

.page-footer .brand-logo-footer {
    margin: 0 0 15px;
    display: block;
    width: 215px;
    height: 55px;
    background: url(../images/logo-white.svg) no-repeat;
    background-size: 215px 55px
}

.page-footer .widget-title {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    font-size: 16px
}

.page-footer .widget-title:before {
    width: 80px;
    border-top: 2px solid #555
}

.page-footer .widget-title:after, .page-footer .widget-title:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 6px
}

.page-footer .widget-title:after {
    width: 40px;
    border-top: 2px solid #db0409;
}

.page-footer i {
    color: #fff;
    margin-right: 5px
}

.page-footer p span {
    margin-left: auto
}

@media (max-width: 575px) {
    .page-footer p span {
        display: block;
        width: 100%;
        margin-left: 0;
        font-weight: 700;
        margin-top: 6px
    }
}

.page-footer .showroom {
    margin-bottom: 15px
}

.page-footer .showroom strong {
    display: flex;
    position: relative;
    padding-left: 15px
}

.page-footer .showroom a {
    font-weight: 400
}

.page-footer p {
    position: relative
}

.page-footer p .fa-map-marker {
    position: absolute;
    top: 3px;
    left: 0
}

.page-footer p strong {
    display: flex;
    padding-left: 15px
}

@media (max-width: 575px) {
    .page-footer p strong {
        flex-wrap: wrap;
        position: relative;
        padding-left: 10px
    }
}

.page-footer .list-member {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.page-footer .list-member li:not(:last-child) {
    margin-bottom: 15px
}

.footer-top {
    padding: 30px 0 0
}

.footer-top .title-showrom {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    display: block;
    position: relative;
    margin-bottom: 50px
}

.footer-top .title-showrom .line-pattern {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 120px;
    height: 20px;
    background: url(../images/line-white.svg) no-repeat 50%;
    margin-left: -60px
}

.footer-bottom {
    background: #111;
    padding: 30px 0
}

.page-footer .list-page {
    padding-left: 20px
}

.page-footer .list-page li {
    margin-bottom: 10px
}

.page-footer .list-page a {
    color: #999
}

.page-footer .list-page a:hover {
    color: #fff
}

.page-footer .btn-hotline-footer {
    display: block;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 15px;
    width: auto;
    background-color: #db0409;
    border: 1px solid #db0409;
    color: #fff
}

.page-footer .btn-hotline-footer:hover {
    opacity: .8
}

.page-footer .btn-hotline-footer ~ .btn {
    margin-top: 15px
}

@media (max-width: 575px) {
    .page-footer .btn-hotline-footer {
        width: 100%
    }
}

.list-social-link {
    margin-top: 15px;
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center
}

@media (max-width: 575px) {
    .list-social-link {
        margin-top: 15px;
        margin-bottom: 0;
        justify-content: center
    }
}

.list-social-link li {
    margin-right: 5px;
    margin-left: 5px
}

.list-social-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 1;
    text-align: center;
    background-color: #999;
    border-radius: 40px;
    font-size: 18px
}

.list-social-link a i {
    margin-right: 0
}

.list-social-link a:hover {
    color: #191919;
    background-color: #fff
}

.list-social-link a:hover i {
    color: #191919
}

.modal-menu {
    display: none;
    position: fixed;
    width: 100%;
    height: calc(100vh - 60px);
    max-height: calc(100vh - 60px);
    top: 60px;
    left: 0;
    z-index: 3;
    background-color: #fff;
    padding: 15px;
    overflow-y: auto
}

@media (min-width: 575px) {
    .modal-menu {
        display: none !important
    }
}

.modal-menu.show {
    display: block
}

.modal-menu .form-group {
    margin-bottom: 10px
}

.modal-menu .btn-search {
    color: #db0409
}

.modal-menu .suggest-key {
    padding-left: 15px;
    margin-bottom: 15px
}

.modal-menu .suggest-key a {
    color: #8a8a8a;
    display: inline-block;
    margin: 0 2px
}

.modal-menu .suggest-key a:hover {
    color: #db0409
}

.modal-menu .primary-cat {
    padding: 15px;
    margin: 0 -15px
}

.modal-menu .primary-cat .col:nth-child(5) {
    border-bottom: none
}

.modal-menu .primary-cat .col:nth-child(2n) {
    border-right: none
}

.modal-menu .about-menu {
    margin: 10px 0;
    position: relative;
    box-shadow: none;
    top: auto;
    padding: 0;
    column-count: 2
}

.modal-menu .about-menu li {
    position: relative;
    padding-left: 12px
}

.modal-menu .about-menu li:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 12px;
    left: 0
}

.modal-menu .about-menu li a {
    border: none
}

.modal-menu .btn-hotline-footer {
    display: block;
    border: 2px solid #db0409;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 15px;
    width: 300px;
    color: #db0409;
    width: 100%
}

.modal-menu .btn-hotline-footer ~ .btn {
    margin-top: 10px
}

.form-subcribe .form-group {
    position: relative;
    max-width: 415px
}

.form-subcribe .form-control {
    background-color: #999;
    border-color: #999;
    color: #fff;
    font-size: 16px
}

.form-subcribe .form-control:-ms-input-placeholder {
    color: #fff
}

.form-subcribe .form-control::placeholder {
    color: #fff
}

.form-subcribe .btn-subcribe {
    color: #fff;
    font-weight: 700;
    background-color: #db0409;
    position: absolute;
    top: 0;
    right: 0
}

.action-bar {
    position: fixed;
    bottom: 50px;
    left: 15px;
    width: 70px;
    background-color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 2px 2px 13px #cacaca;
    z-index: 10
}

@media (max-width: 575px) {
    .action-bar {
        width: 50px;
        padding: 2px
    }
}

.action-bar .list-cta {
    list-style: none;
    padding: 0;
    margin: 0
}

.action-bar .list-cta li {
    margin: 10px 0
}

@media (max-width: 575px) {
    .action-bar .list-cta li:not(:last-child) {
        margin-bottom: 3px
    }
}

.action-bar .list-cta .text {
    display: block;
    margin-top: 3px;
    color: #191919;
    font-size: 11px;
    font-weight: 700
}

@media (max-width: 575px) {
    .action-bar .list-cta .text {
        font-size: 10px
    }
}

.action-bar .bg-zalo {
    width: 35px;
    height: 35px;
    display: block;
    background: url(../../../themes/ggc/images/action/zalo-icon.png) no-repeat 50%;
    background-size: 100%;
    margin: 0 auto
}

@media (max-width: 575px) {
    .action-bar .bg-zalo {
        width: 30px;
        height: 30px
    }
}

.action-bar .chat .bg-messenger {
    width: 50px;
    height: 50px;
    display: block;
    background: url(../../../themes/ggc/images/action/icon-chat.svg) no-repeat 50%;
    background-size: 100%;
    margin: 0 auto
}

@media (max-width: 575px) {
    .action-bar .chat .bg-messenger {
        width: 40px;
        height: 40px
    }
}

.action-bar .chat .text {
    margin-top: -10px
}

.action-bar .list-cta a {
    display: block
}

.action-bar .call i {
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    background-color: #db0409;
    color: #fff;
    line-height: 35px;
    margin: 0 auto;
    border-radius: 35px;
    animation: d 2s ease infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .3s
}

@media (max-width: 575px) {
    .action-bar .call .active {
        position: relative
    }

    .action-bar .call .active:after {
        position: absolute;
        content: "";
        left: calc(100% + 8px);
        bottom: 10px;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 10px solid #fff
    }

    .action-bar .call i {
        width: 30px;
        height: 30px;
        line-height: 30px
    }
}

.action-bar .zalo {
    position: relative
}

.action-bar .zalo:after {
    content: "1";
    display: block;
    color: #fff;
    background-color: #db0409;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    position: absolute;
    top: -5px;
    right: 6px;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif
}

.action-bar .list-hotline {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    left: 100%;
    padding: 0;
    display: none;
    padding: 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.action-bar .list-hotline.show {
    display: flex
}

.action-bar .list-hotline li {
    display: block;
    min-width: 150px
}

.action-bar .list-hotline li span {
    display: block
}

.action-bar .list-hotline li .office {
    font-weight: 700;
    color: #191919;
    text-align: left;
    text-transform: uppercase
}

.action-bar .list-hotline li .numberphone {
    font-size: 18px;
    font-weight: 700;
    text-align: left
}

.action-bar .list-hotline li a:hover {
    color: #db0409
}

@media (max-width: 575px) {
    .action-bar .list-hotline {
        padding: 10px;
        font-size: 11px;
        left: calc(100% + 15px);
        margin-bottom: 0;
        border-radius: 5px
    }

    .action-bar .list-hotline:before {
        content: ""
    }

    .action-bar .list-hotline li:not(:last-child) {
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #e1e1e1
    }

    .action-bar .list-hotline li .numberphone {
        font-size: 16px
    }

    .action-bar .list-hotline.show {
        flex-wrap: wrap
    }
}

.droplet {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none
}

.droplet.show {
    display: block
}

.icon-check {
    background: url(../images/check.png) 50%;
    background-size: 15px;
}

.icon-check, .icon-gift {
    width: 15px;
    height: 15px;
    display: inline-block
}

.icon-gift {
    background: url(../../../themes/ggc/images/icons/gift.png);
    background-size: 15px;
    background-position: 50%
}

.breadcrumb {
    background: none;
    border: none;
    justify-content: center;
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 0
}

.breadcrumb a:hover {
    color: #fff
}

.breadcrumb-container {
    margin-bottom: 10px
}

.breadcrumb-container .breadcrumb {
    margin-top: 0;
    padding-left: 0;
    padding-top: 0
}

.breadcrumb-container .breadcrumb a:hover {
    color: #db0409
}

.archive-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 15px;
    display: flex;
    align-items: center
}

.archive-title span {
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
    color: #8a8a8a;
    margin-left: 10px
}

.archive-header {
    flex-wrap: wrap
}

@media (max-width: 575px) {
    .archive-header .archive-title {
        width: 100%
    }
}

.hero-slide {
    margin-bottom: 15px;
    margin-top: 15px
}

.hero-slide .slick-next {
    right: 0;
    z-index: 1;
    height: 50px;
    background-color: #db0409;
    width: 30px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    opacity: .5
}

.hero-slide .slick-next:before {
    content: "\f105";
    font: normal normal normal 30px/1 FontAwesome
}

.hero-slide .slick-prev {
    left: 0;
    z-index: 1;
    height: 50px;
    background-color: #db0409;
    width: 30px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    opacity: .5
}

.hero-slide .slick-prev:before {
    content: "\f104";
    font: normal normal normal 30px/1 FontAwesome
}

.hero-slide .slick-dots {
    bottom: 10px
}

.hero-slide .slick-dots button:before {
    font-size: 12px;
    color: #db0409;
    opacity: 1
}

.hero-slide .list-slider {
    margin-bottom: 0
}

.hero-slide .list-slider .slick-next, .hero-slide .list-slider .slick-prev {
    transition: all .3s
}

.hero-slide .list-slider:hover .slick-next, .hero-slide .list-slider:hover .slick-prev {
    opacity: 1
}

@media (max-width: 575px) {
    .hero-slide .list-slider {
        margin: 0 -15px
    }
}

.arrow-dots .slick-arrow {
    background: #db0409;
    border-radius: 100%;
    z-index: 3;
    opacity: .8
}

.arrow-dots .slick-arrow:before {
    color: #fff;
    font-family: FontAwesome
}

.arrow-dots .slick-arrow.slick-prev {
    left: 0
}

.arrow-dots .slick-arrow.slick-prev:before {
    content: "\f104"
}

.arrow-dots .slick-arrow.slick-next {
    right: 0
}

.arrow-dots .slick-arrow.slick-next:before {
    content: "\f105"
}

.list-product-slide .slick-arrow, .list-product-viewed .slick-arrow {
    background: #db0409;
    z-index: 3;
    width: 25px;
    height: 40px;
    top: 35%
}

.list-product-slide .slick-arrow:before, .list-product-viewed .slick-arrow:before {
    color: #fff;
    font-family: FontAwesome;
    font-size: 25px
}

.list-product-slide .slick-arrow.slick-prev, .list-product-viewed .slick-arrow.slick-prev {
    left: 0
}

.list-product-slide .slick-arrow.slick-prev:before, .list-product-viewed .slick-arrow.slick-prev:before {
    content: "\f104"
}

.list-product-slide .slick-arrow.slick-next, .list-product-viewed .slick-arrow.slick-next {
    right: 0
}

.list-product-slide .slick-arrow.slick-next:before, .list-product-viewed .slick-arrow.slick-next:before {
    content: "\f105"
}

.menu-side-slide .list-item {
    padding: 0;
    margin: 0;
    list-style: none
}

.menu-side-slide .list-item > li > a {
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    display: block;
    padding: 12px 0;
    padding-left: 35px;
    font-weight: 400
}

.menu-side-slide .list-item > li > a:hover {
    color: #db0409
}

.menu-side-slide .list-item > li:not(:last-child) {
    border-bottom: 1px solid #dfdfdf
}

.menu-side-slide .list-item .dropdown > a {
    position: relative
}

.menu-side-slide .list-item .dropdown > a:after {
    content: "\f105";
    font-family: FontAweSome;
    position: absolute;
    top: 8px;
    right: 8px;
    color: #c4c4c4;
    font-size: 20px;
    border: 0
}

.menu-side-slide .menu-item {
    position: relative
}

.menu-side-slide .menu-item:hover .dropdown-menu.mega-menu-wrap {
    display: flex !important
}

.menu-side-slide .menu-item:hover .dropdown-menu {
    display: block !important
}

.menu-side-slide .menu-icon {
    transition: .2s
}

.menu-side-slide .menu-icon:hover {
    background-color: #f1f1f1;
    padding-left: 15px
}

.menu-side-slide .menu-icon:hover:before {
    left: 20px
}

.menu-side-slide .menu-icon:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 5px;
    transition: .2s;
    background-repeat: no-repeat;
    background-size: auto 18px;
    background-position: bottom
}

.menu-side-slide .menu-icon.icon-1:before {
    background-image: url(../images/icon-1.svg)
}

.menu-side-slide .menu-icon.icon-2:before {
    background-image: url(../images/icon-2.svg)
}

.menu-side-slide .menu-icon.icon-3:before {
    background-image: url(../images/icon-3.svg)
}

.menu-side-slide .menu-icon.icon-4:before {
    background-image: url(../images/icon-4.svg)
}

.menu-side-slide .menu-icon.icon-5:before {
    background-image: url(../images/icon-5.svg)
}

.menu-side-slide .menu-icon.icon-6:before {
    background-image: url(../images/icon-6.svg)
}

.menu-side-slide .menu-icon.icon-7:before {
    background-image: url(../images/icon-7.svg)
}

.menu-side-slide .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 5;
    border-radius: 0;
    display: none;
    width: auto;
    white-space: nowrap;
    margin: 0;
    border: 0;
    padding: 10px 25px;
    box-shadow: 2px 2px 15px -8px rgba(0, 0, 0, .58);
    -webkit-box-shadow: 2px 2px 15px -8px rgba(0, 0, 0, .58)
}

.menu-side-slide .widget-list-cat {
    min-width: 160px;
    max-width: 25%
}

.menu-side-slide .widget-title {
    font-weight: 700;
    margin-bottom: 10px
}

.menu-side-slide .nav {
    display: block;
    width: 100%
}

.menu-side-slide .nav li {
    display: block
}

.menu-side-slide .nav a {
    padding: 5px 0;
    border: 0;
    display: block;
    color: #333;
    font-size: 14px
}

.menu-side-slide .nav a:hover {
    color: #db0409
}

.home-about {
    padding: 30px 0;
    background: url(../images/bg-home-about.jpeg) no-repeat;
    background-size: cover;
    color: #fff
}

.home-about .sub-head {
    text-transform: uppercase;
    color: #db0409;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    margin-bottom: 5px;
    display: block
}

.home-about .sub-head:before {
    content: "";
    width: 40px;
    position: relative;
    border-top: 1px solid #db0409;
    top: -6px;
    display: inline-block
}

.home-about .title-about {
    font-size: 26px;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px
}

.home-about .title-about:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100px;
    height: 3px;
    background: #fff
}

.home-about .content-about {
    font-size: 16px
}

.home-about .heading-title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px
}

.home-about .about-content p {
    font-size: 14px;
    color: #191919;
    line-height: 1.6
}

@media (max-width: 575px) {
    .home-about img {
        width: 300px;
        display: block;
        margin: 0 auto;
        margin-bottom: 30px
    }
}

.list-customers {
    padding-bottom: 15px
}

.list-customers .slick-list {
    padding-top: 30px !important
}

.list-customers .slick-dots {
    bottom: -10px
}

.list-customers .inner-customer {
    background: #f2f2f2;
    border-radius: 10px;
    padding: 20px;
    font-size: 16px;
    position: relative
}

.list-customers .inner-customer:after {
    content: "\f10d";
    position: absolute;
    font-family: FontAwesome;
    font-size: 60px;
    top: -30px;
    right: 30px;
    transform: rotateY(180deg);
    color: #cfcfcf;
    line-height: 1
}

.list-customers .icon {
    border-radius: 50%;
    overflow: hidden;
    width: 90px;
    height: 90px;
    margin-top: -50px;
    margin-right: 15px
}

.list-customers .customer-name {
    font-size: 16px;
    font-weight: 700
}

.list-customers .customer-job {
    font-size: 14px
}

.group-connect .inner {
    border: 1px solid #db0409;
    padding: 15px 15px 30px;
    border-radius: 9px;
    position: relative
}

.group-connect .icon {
    margin-right: 15px
}

.group-connect .text {
    font-weight: 700;
    text-transform: uppercase;
    color: #db0409
}

.group-connect .btn-brand {
    position: absolute;
    background-color: #db0409;
    font-weight: 700;
    color: #fff;
    border-radius: 40px;
    left: 50%;
    bottom: -20px;
    width: 146px;
    margin-left: -73px;
    text-transform: uppercase;
    font-size: 15px
}

.group-connect .btn-brand:hover {
    background-color: #191919
}

@media (max-width: 575px) {
    .group-connect {
        margin-bottom: 20px
    }
}

.featured-content {
    border: 1px solid #ddd;
    padding: 20px 15px;
    position: relative;
    background-color: #fff;
    z-index: 2
}

@media (max-width: 575px) {
    .featured-content {
        border: none;
        padding-bottom: 0
    }
}

.featured-content .col {
    position: relative;
    padding-left: 65px;
    display: flex;
    align-items: center;
    border-right: 1px solid #ddd
}

.featured-content .col:last-child {
    border: none
}

.featured-content .col:nth-child(5) .icon {
    left: 10px
}

.featured-content .col:nth-child(5) .text {
    margin-left: 5px
}

.featured-content .icon {
    text-align: center;
    width: 50px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    left: 15px
}

.featured-content .text {
    font-weight: 700
}

@media (max-width: 575px) {
    .featured-content .col {
        width: 50%;
        max-width: 50%;
        flex: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd
    }

    .featured-content .col:nth-child(2n) {
        border-right: none
    }

    .featured-content .col:nth-child(5) {
        border-bottom: none
    }

    .featured-content .col .icon {
        width: 20px;
        top: 15px
    }
}

.home-choose-us {
    padding: 75px 0;
    background: url(../../../themes/ggc/images/bg-about.jpg) no-repeat;
    background-position: 50%;
    position: relative;
    margin-top: -65px
}

.home-choose-us .container {
    position: relative;
    z-index: 2;
    color: #fff
}

.home-choose-us .sub-head {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    position: relative;
    font-size: 16px
}

.home-choose-us .heading-title {
    color: #ff0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px
}

.home-choose-us .item-content {
    padding: 30px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #fff;
    border-right: 1px dashed #fff
}

.home-choose-us .item-content:nth-child(3), .home-choose-us .item-content:nth-child(3n) {
    border-right: none
}

.home-choose-us .item-content:nth-child(4), .home-choose-us .item-content:nth-child(5), .home-choose-us .item-content:nth-child(6) {
    border-bottom: 0
}

@media (max-width: 575px) {
    .home-choose-us .item-content {
        padding: 15px;
        align-items: flex-start
    }
}

.home-choose-us .number {
    width: 50px;
    height: 50px;
    background-color: #db0409;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    border-radius: 50px;
    line-height: 50px;
    min-width: 50px;
    margin-right: 10px;
    white-space: normal
}

@media (max-width: 575px) {
    .home-choose-us .number {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        min-width: 30px
    }
}

.home-choose-us .text {
    font-weight: 700
}

@media (max-width: 575px) {
    .home-choose-us .item-content:nth-child(2n) {
        border-right: none
    }

    .home-choose-us .item-content:nth-child(3n) {
        border-right: 1px dashed #fff
    }

    .home-choose-us .item-content:nth-child(4) {
        border-bottom: 1px dashed #fff
    }

    .home-choose-us .item-content:nth-child(6) {
        border-right: none
    }
}

@media (max-width: 575px) {
    .home-choose-us {
        background-size: cover;
        margin-top: 0;
        padding: 30px 0
    }
}

.home-product {
    padding: 30px 0
}

.home-product, .home-product .widget-title {
    position: relative
}

.home-product .widget-title:after {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background: #191919
}

.home-product .s-widget-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    position: relative;
    margin-bottom: 50px
}

.home-product .btn-read-all {
    background-color: #db0409;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    margin: 0 auto;
    width: 150px
}

.home-product .btn-read-all:hover {
    color: #fff;
    background-color: #191919
}

.home-product .child-cat {
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 5px;
    margin-left: auto
}

.home-product .child-cat a {
    display: block;
    color: #1a7dd4;
    padding: 0 15px;
    border-right: 1px solid #aaa;
    line-height: 1
}

.home-product .child-cat a:hover {
    color: #db0409
}

.home-product .child-cat li:first-child a {
    padding-left: 0
}

.home-product .child-cat .readall a {
    color: #db0409;
    font-weight: 700
}

.home-product .child-cat li:last-child a {
    padding-right: 0;
    border-right: 0
}

.home-product .widget-header {
    border-top: 4px solid #db0409;
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.home-product .widget-header .widget-title a {
    color: #333;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700
}

.home-product .list-brand {
    margin-bottom: 15px;
    display: flex
}

.home-product .list-brand .slick-list {
    width: 100%
}

.home-product .list-brand .slick-track {
    display: flex;
    border: 1px solid #dfdfdf
}

.home-product .list-brand .slick-slide {
    height: inherit
}

.home-product .list-brand .slick-slide:not(:last-child) {
    border-right: 1px solid #dfdfdf
}

.home-product .list-brand .slick-slide a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.home-product .list-brand img {
    max-height: 50px;
    width: auto;
    margin: 0 auto;
    display: block
}

.flash-sale {
    margin-bottom: 30px
}

.flash-sale .banner-link {
    display: block;
    position: relative
}

.flash-sale .line-top {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 0;
    border-top: 1px solid #fff
}

.flash-sale .line-right {
    top: 15px;
    right: 15px;
    border-left: 1px solid #fff;
    height: 0;
    position: absolute
}

.flash-sale .line-bottom {
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: auto;
    width: 0;
    border-bottom: 1px solid #fff
}

.flash-sale .line-left {
    bottom: 15px;
    left: 15px;
    border-left: 1px solid #fff;
    height: 0;
    position: absolute
}

.flash-sale .line {
    transition: all .4s
}

.flash-sale .banner-link:hover .line-top {
    width: calc(100% - 30px)
}

.flash-sale .banner-link:hover .line-right {
    height: calc(100% - 30px)
}

.flash-sale .banner-link:hover .line-bottom {
    width: calc(100% - 30px)
}

.flash-sale .banner-link:hover .line-left {
    height: calc(100% - 30px)
}

@media (max-width: 575px) {
    .flash-sale {
        margin: 0
    }

    .flash-sale .col-sm-6:last-child {
        margin-bottom: 30px
    }

    .flash-sale .col-sm-6 ~ .col-sm-6 {
        margin-top: 15px
    }
}

.primary-cat {
    background-color: #f2f2f2;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px
}

.primary-cat .col {
    border-right: 1px solid #fff;
    min-height: 40px
}

.primary-cat .col:last-child {
    border: none
}

@media (max-width: 575px) {
    .primary-cat .col {
        width: 50%;
        max-width: 50%;
        flex: auto;
        align-items: flex-start;
        border-bottom: 1px solid #fff
    }
}

.primary-cat a {
    padding: 15px 0;
    color: #191919;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700
}

.primary-cat a:hover {
    color: #db0409
}

.primary-cat .icon {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    text-align: center
}

.primary-cat path {
    fill: #191919;
    transition: all .3s
}

.primary-cat svg {
    width: 100%;
    height: 46px
}

.primary-cat .col:hover path {
    fill: #db0409
}

.widget-cover-image {
    position: relative
}

.widget-cover-image .widget-title {
    position: absolute;
    color: #fff;
    font-weight: 700;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 26px;
    text-transform: uppercase
}

.widget-cover-image .widget-title a {
    color: #fff
}

.widget-cover-image .widget-title:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 120px;
    height: 20px;
    background: url(../images/icon-line-white.svg) no-repeat 50%;
    margin-left: -60px;
}

@media (max-width: 575px) {
    .widget-cover-image .widget-title:after {
        top: 60%
    }
}

.widget-product {
    border-bottom: 3px solid #db0409;
    margin-bottom: 30px
}

@media (max-width: 575px) {
    .widget-product {
        border: none;
        margin-bottom: 15px
    }
}

.widget-product * {
    outline: none
}

.widget-product .viewmore {
    color: #03a9f4;
    font-weight: 700;
    text-align: center
}

.widget-product .widget-header {
    margin-bottom: 15px
}

@media (max-width: 575px) {
    .widget-product .widget-header {
        padding: 15px 0
    }
}

.widget-product .child-cat {
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 5px
}

.widget-product .child-cat::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

.widget-product .child-cat::-webkit-scrollbar-track {
    background: #f1f1f1
}

.widget-product .child-cat::-webkit-scrollbar-thumb {
    background: #888
}

.widget-product .child-cat::-webkit-scrollbar-thumb:hover {
    background: #555
}

@media (max-width: 575px) {
    .widget-product .child-cat {
        padding-bottom: 5px;
        overflow-x: auto;
        flex-wrap: nowrap
    }

    .widget-product .child-cat:after {
        content: "";
        display: block;
        position: absolute;
        right: 2px;
        top: 12px;
        width: 18px;
        height: 18px;
        border-radius: 20px;
        background: rgba(0, 0, 0, .5) url(../../../themes/ggc/images/next-mask.svg) no-repeat;
        background-position: 50%;
        background-size: 20px;
        opacity: .95
    }
}

.widget-product .child-cat a {
    display: block;
    font-weight: 700;
    color: #8a8a8a;
    padding: 0 15px;
    border-right: 2px solid #8a8a8a;
    line-height: 1
}

.widget-product .child-cat a:hover {
    color: #db0409
}

.widget-product .child-cat li:last-child a {
    border: none
}

.widget-product .child-cat li:first-child a {
    padding-left: 0
}

.widget-product .child-cat .readall {
    margin-left: auto
}

.widget-product .child-cat .readall a {
    color: #db0409
}

@media (max-width: 575px) {
    .widget-cover-image {
        padding: 0
    }

    .widget-cover-image .widget-title {
        padding: 15px 10px 30px;
        top: auto;
        position: relative;
        background-color: #db0409
    }

    .widget-cover-image img {
        display: none
    }
}

.widget-fullset {
    border-top: 3px solid #191919;
    padding-top: 15px;
    margin-top: -33px
}

@media (max-width: 575px) {
    .widget-fullset {
        border: none;
        margin-top: 0;
        padding-top: 0
    }
}

.widget-fullset .widget-header {
    display: flex;
    align-items: center
}

@media (max-width: 575px) {
    .widget-fullset .widget-header {
        flex-wrap: wrap
    }
}

.widget-fullset .widget-title {
    margin: 0;
    margin-right: 10px;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    position: relative
}

@media (max-width: 575px) {
    .widget-fullset .widget-title {
        width: calc(100% + 30px);
        padding: 15px 10px 30px;
        top: auto;
        position: relative;
        background-color: #db0409;
        text-align: center;
        margin: 0 -15px 15px
    }
}

.widget-fullset .widget-title a {
    position: relative;
    display: block
}

.widget-fullset .widget-title a:hover {
    color: #db0409
}

.widget-fullset .widget-title a:before {
    content: "";
    width: 100%;
    border-top: 3px solid #db0409;
    position: absolute;
    top: -18px;
    left: 0
}

@media (max-width: 575px) {
    .widget-fullset .widget-title a {
        color: #fff
    }

    .widget-fullset .widget-title a:before {
        display: none;
        border: none
    }

    .widget-fullset .widget-title a:after {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        width: 120px;
        height: 20px;
        background: url(../../../themes/ggc/images/icon-line-white.svg) no-repeat;
        background-position: 50%;
        margin-left: -60px
    }

    .widget-fullset .widget-title a:focus, .widget-fullset .widget-title a:hover {
        color: #fff
    }
}

.widget-fullset .child-cat {
    margin-left: auto
}

.home-product .widget-product:last-child {
    border: none
}

.widget-product.widget-border {
    border-top: 3px solid #db0409 !important;
    padding-top: 20px
}

.home-brand {
    padding: 30px 0
}

.home-brand * {
    outline: none
}

.home-brand .s-widget-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    position: relative;
    margin-bottom: 50px
}

.home-brand .s-widget-title .line-pattern {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 120px;
    height: 20px;
    background: url(../../../themes/ggc/images/line.svg) no-repeat;
    background-position: 50%;
    margin-left: -60px
}

.home-brand .col {
    width: 20%;
    max-width: 20%;
    flex: auto;
    flex-wrap: wrap;
    padding: 15px 0
}

.home-brand .col, .home-brand .col a {
    display: flex;
    align-items: center;
    justify-content: center
}

.home-brand .col a {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 15px;
    height: 100px
}

.home-brand .col a:last-child {
    border-bottom: none
}

.home-brand .col a img {
    max-height: 100%;
    display: block;
    width: auto;
    margin: auto
}

.home-brand .col:nth-child(5) a {
    border-right: none
}

.home-brand .brand-page {
    display: block;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center
}

.home-brand .brand-page:hover img {
    opacity: .75
}

@media (max-width: 575px) {
    .home-brand .list-brand {
        border-right: 1px solid #ddd;
        padding: 0
    }

    .home-brand .list-brand .col {
        padding-top: 0;
        padding-bottom: 0
    }

    .home-brand .list-brand .col a {
        border: 1px solid #ddd;
        border-right: none
    }

    .home-brand .list-brand .col a:first-child {
        border-bottom: none
    }

    .home-brand .list-brand .col a:last-child {
        border-bottom: 1px solid #ddd
    }

    .home-brand .col:nth-child(2n) a {
        border-right: 1px solid #ddd !important
    }

    .home-brand .slick-dots button:before {
        color: #db0409
    }
}

.home-testinomial {
    background: url(../../../themes/ggc/images/bg-testimo.jpg) no-repeat;
    padding: 40px 0 30px
}

.home-testinomial .s-title {
    font-weight: 700;
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
    color: #fff
}

.home-testinomial .s-title:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 120px;
    height: 20px;
    background: url(../../../themes/ggc/images/icon-line-white.svg) no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-left: -60px
}

.home-testinomial .item {
    padding-left: 100px
}

@media (max-width: 575px) {
    .home-testinomial .item {
        padding-left: 30px
    }
}

.home-testinomial .item .inner {
    background-color: #fff;
    position: relative;
    padding: 30px 15px 30px 100px
}

@media (max-width: 575px) {
    .home-testinomial .item .inner {
        padding: 15px 15px 15px 65px
    }
}

.home-testinomial .item .avatar {
    position: absolute;
    top: 50px;
    left: -62px;
    z-index: 1;
    border: 1px solid #fff;
    display: block
}

@media (max-width: 575px) {
    .home-testinomial .item .avatar {
        width: 85px;
        left: -25px
    }
}

.home-testinomial .customer-title {
    font-size: 16px;
    font-weight: 700
}

.home-testinomial .sub-title {
    color: #8a8a8a;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.home-testinomial .content p {
    line-height: 1.6;
    margin: 0
}

.home-testinomial .quote:after {
    position: absolute;
    top: 30px;
    right: 15px;
    content: "\f10e";
    font: normal normal normal 30px/1 FontAwesome;
    color: #8a8a8a;
    opacity: .24
}

.home-testinomial .video {
    padding: 2px !important
}

.home-testinomial .slick-dots button:before {
    font-size: 12px;
    color: #fff;
    opacity: 1
}

.home-testinomial .slick-dots .slick-active button:before {
    color: #db0409;
    opacity: 1
}

.home-gallery {
    padding: 50px 0
}

@media (max-width: 575px) {
    .home-gallery {
        padding: 30px 0
    }
}

.home-gallery * {
    outline: none
}

.home-gallery .s-title {
    font-weight: 700;
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px
}

.home-gallery .s-title:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 120px;
    height: 20px;
    background: url(../../../themes/ggc/images/line.svg) no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-left: -60px
}

.home-gallery .video-thumb {
    position: relative
}

.home-gallery .video-thumb:before {
    content: "";
    width: 60px;
    height: 60px;
    background: url(../../../themes/ggc/images/play-button.svg);
    background-size: 60px;
    background-position: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px
}

.home-gallery .video-title {
    background-color: #db0409;
    color: #fff;
    padding: 15px;
    font-weight: 700;
    font-size: 16px
}

@media (max-width: 575px) {
    .home-gallery .video-title {
        margin-bottom: 15px
    }
}

.home-gallery .video-title a {
    color: #fff
}

.home-gallery .col-sm-6 {
    padding: 0 10px
}

@media (max-width: 575px) {
    .home-gallery .col-sm-6 {
        padding: 0 15px
    }

    .home-gallery .col-sm-6:nth-child(2n) {
        padding-left: 7.5px
    }

    .home-gallery .col-sm-6:nth-child(odd) {
        padding-right: 7.5px
    }

    .home-gallery .col-sm-6 .image-link {
        margin-bottom: 15px
    }
}

.home-gallery .image-link {
    display: flex;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    height: 135px;
    margin-bottom: 20px
}

.home-gallery .image-link img {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
    width: 100%;
    height: 100%
}

.home-golfgroup {
    background: #f2f2f2;
    padding: 30px 0;
    border-top: 5px solid #db0409;
    line-height: 1.6
}

.home-golfgroup .list-partner {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
    height: 100%;
    justify-content: space-between
}

.home-golfgroup .list-partner li {
    text-align: center;
    font-weight: 700
}

.home-golfgroup .list-partner li:not(:last-child) {
    margin-bottom: 20px
}

.home-golfgroup .thumbnail img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px
}

.home-golfgroup .name-partner {
    display: block
}

@media (max-width: 575px) {
    .home-golfgroup .name-partner {
        font-size: 13px
    }
}

.home-extension {
    padding: 15px 0;
    background: #db0409;
    color: #fff;
    font-weight: 700
}

.home-extension .list-extension {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

@media (max-width: 575px) {
    .home-extension .list-extension {
        overflow-x: scroll;
        width: auto;
        white-space: nowrap
    }
}

.home-extension .item {
    text-align: center;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    width: 20%
}

@media (max-width: 575px) {
    .home-extension .item {
        width: auto;
        padding: 0 15px
    }
}

.home-extension .item:not(:last-child) {
    border-right: 1px solid #fc9470
}

.home-extension .item img {
    height: 53px;
    margin-bottom: 5px
}

@media (max-width: 575px) {
    .home-extension .item img {
        height: 40px
    }
}

.home-extension .item .title {
    width: 100%
}

.home-golf3d {
    padding-top: 50px;
    margin-bottom: 30px
}

.home-blog {
    padding: 0 0 50px
}

@media (max-width: 575px) {
    .home-blog {
        padding: 30px 0
    }
}

.home-blog .widget:not(:last-child) {
    margin-bottom: 30px
}

.banner-post {
    padding-bottom: 30px
}

.banner-post .post-thumbnail {
    height: 375px;
    border-radius: 10px;
    border: 2px solid #db0409;
    overflow: hidden
}

@media (max-width: 575px) {
    .banner-post .post-thumbnail {
        height: 275px
    }
}

.banner-post .inner-banner {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-top: -60px;
    position: relative
}

@media (max-width: 575px) {
    .banner-post .inner-banner {
        max-width: 90%
    }
}

.banner-post .inner-banner:after {
    content: "";
    position: absolute;
    bottom: 15px;
    top: -20px;
    right: -20px;
    left: -20px;
    border: 6px solid #f2f2f2;
    border-radius: 10px
}

@media (max-width: 575px) {
    .banner-post .inner-banner:after {
        display: none
    }
}

.banner-post .inner-banner > div {
    position: relative;
    z-index: 2;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #ccc
}

.banner-post .post-title a {
    font-size: 24px;
    color: #db0409
}

.banner-post .post-title a:hover {
    color: #191919
}

.banner-post .post-excerpt {
    color: #333;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 1.4
}

.banner-post .btn-read-all {
    background-color: #db0409;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    margin: 0 auto;
    width: 150px;
    margin-bottom: -30px
}

.banner-post .btn-read-all:hover {
    background: #191919
}

@media (max-width: 575px) {
    .widget-news {
        margin-bottom: 30px
    }
}

.widget-news .widget-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative
}

.widget-news .widget-header:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: 2px solid #db0409
}

.widget-news .widget-header .btn-more-link {
    color: #db0409;
    font-size: 15px;
    font-weight: 700;
    margin-left: auto;
    background-color: #fff;
    position: relative;
    padding-left: 10px
}

.widget-news .widget-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0;
    position: relative;
    background-color: #fff;
    padding-right: 10px
}

.widget-news .widget-title a {
    color: #191919
}

@media (max-width: 575px) {
    .widget-news .widget-title {
        font-size: 20px
    }
}

.widget-news .post-medium .post-title {
    margin: 5px 0 0
}

.widget-news .post-medium .post-thumbnail {
    height: 155px
}

@media (max-width: 575px) {
    .widget-news .post-medium {
        margin-bottom: 15px
    }

    .widget-news .post-medium .post-thumbnail {
        height: 105px
    }
}

.widget-news .post-small {
    margin-bottom: 15px
}

.widget-news .post-small:after {
    content: "";
    display: table;
    clear: both
}

.widget-news .post-small .post-thumbnail {
    float: left;
    margin-right: 10px;
    width: 150px;
    height: 95px
}

.widget-news .post-small .post-title {
    font-size: 16px
}

.widget-news .post-small .post-title a {
    color: #191919
}

.widget-news .post-small .post-title a:hover {
    color: #db0409
}

.post-col .post-title {
    font-size: 16px;
    font-weight: 700
}

.post-col .post-title a {
    color: #191919
}

.post-col .post-title a:hover {
    color: #db0409
}

.post-col .post-thumbnail {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    height: 380px
}

.post-col .post-thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
    width: 100%;
    height: 100%
}

.widget-news .post-row {
    margin-bottom: 15px
}

.widget-news .post-row .post-title {
    font-size: 16px;
    font-weight: 700
}

.widget-news .post-row .post-title a {
    color: #191919
}

.widget-news .post-row .post-title a:hover {
    color: #db0409
}

.widget-news .post-row .post-thumbnail {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ddd
}

.widget-news .post-row .post-thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
    width: 100%;
    height: 100%
}

@media (max-width: 575px) {
    .widget-news .post-col {
        margin-bottom: 15px
    }

    .widget-news .post-row:after {
        content: "";
        display: table;
        clear: both
    }

    .widget-news .post-row:last-child {
        margin-bottom: 0
    }

    .widget-news .post-row .post-thumbnail {
        width: 165px;
        float: left;
        margin-right: 15px
    }
}

@media (max-width: 575px) {
    .home-blog .col-md-6:last-child .widget-news {
        margin-bottom: 0
    }
}

.home-partner {
    padding: 50px 0
}

@media (max-width: 575px) {
    .home-partner {
        padding: 30px 0
    }
}

.home-partner .s-title {
    font-weight: 700;
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px
}

.home-partner .s-title:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 120px;
    height: 20px;
    background: url(../../../themes/ggc/images/line.svg) no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-left: -60px
}

.home-partner .brand-item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.home-partner .brand-item img {
    display: block;
    margin: 0 auto
}

.home-partner * {
    outline: none
}

.home-partner .slick-track {
    display: flex !important;
    align-items: center
}

.home-partner .slick-dots button:before {
    font-size: 12px;
    opacity: 1
}

.home-partner .slick-dots .slick-active button:before {
    color: #db0409;
    opacity: 1
}

.home-policy {
    background: #fedbd0;
    padding: 15px 0
}

.home-policy .list-policy {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: space-between
}

.home-policy .list-policy li a {
    padding: 8px 15px;
    display: inline-block;
    border-radius: 5px;
    background: #fff;
    color: #666;
    font-weight: 500
}

.home-policy .list-policy li a:hover {
    background-color: #db0409;
    color: #fff
}

@media (max-width: 767px) {
    .home-policy .list-policy {
        white-space: nowrap;
        overflow-x: scroll;
        padding-bottom: 5px
    }

    .home-policy .list-policy li:not(:last-child) {
        margin-right: 15px
    }
}

.home-partners {
    padding: 30px 0
}

.home-partners .widget-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0;
    position: relative;
    background-color: #fff;
    padding-right: 10px
}

.home-partners .widget-title span {
    color: #191919
}

.home-partners .widget-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative
}

.home-partners .widget-header:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: 2px solid #db0409
}

.home-partners .item-partner {
    text-align: center
}

.home-partners .item-partner a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.home-partners .item-partner img {
    max-height: 50px
}

.home-newspaper {
    background: #f5f5f5;
    padding: 50px 0
}

.home-newspaper .widget-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0;
    position: relative;
    background-color: #f5f5f5;
    padding-right: 10px
}

.home-newspaper .widget-title span {
    color: #191919
}

.home-newspaper .widget-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative
}

.home-newspaper .widget-header:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: 2px solid #db0409
}

@media (max-width: 575px) {
    .home-newspaper {
        padding: 50px 0
    }
}

.home-newspaper .list-newspaper a {
    outline: none
}

.home-newspaper .list-newspaper .thumb {
    background: #fff;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .08);
    display: block;
    border-radius: 5px;
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 15px
}

.home-newspaper .list-newspaper img {
    display: block;
    width: 100px;
    height: 50px
}

.home-newspaper .list-newspaper .title {
    color: #191919;
    line-height: 1.1;
    font-weight: 700
}

.home-newspaper .list-newspaper .title:hover {
    color: #db0409
}

@media (max-width: 575px) {
    .home-newspaper .list-newspaper .title {
        margin-bottom: 0
    }
}

.home-newspaper .slick-prev {
    left: -15px;
    z-index: 1;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    transition: all .3s
}

.home-newspaper .slick-prev:before {
    content: "\f104";
    font: normal normal normal 24px/1 FontAwesome;
    color: #121a2f;
    line-height: 40px
}

.home-newspaper .slick-next {
    right: -15px;
    display: block;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    transition: all .3s
}

.home-newspaper .slick-next:before {
    content: "\f105";
    font: normal normal normal 24px/1 FontAwesome;
    color: #121a2f;
    line-height: 40px
}

@media (max-width: 767px) {
    .home-product .widget-header .widget-title a {
        font-size: 18px;
        white-space: nowrap
    }

    .home-product .widget-title {
        position: relative;
        margin-right: 10px;
        display: flex;
        padding: 5px
    }
}

.product-fillter-mobile {
    font-weight: 700;
    color: #db0409
}

@media (max-width: 575px) {
    .product-fillter-mobile {
        padding: 7px 10px
    }
}

.product-fillter-mobile i {
    margin-left: 5px;
    color: #db0409
}

.product-fillter-mobile.show {
    background-color: #db0409;
    color: #fff;
    border-radius: 4px
}

.product-fillter-mobile.show i {
    color: #fff
}

.fillter-and-sort {
    margin-left: auto
}

@media (max-width: 575px) {
    .fillter-and-sort {
        width: 100%;
        padding: 10px 0;
        border-top: 1px dashed #ddd;
        border-bottom: 1px dashed #ddd;
        justify-content: space-between;
        display: flex;
        align-items: center
    }
}

.product-sort {
    margin-left: auto
}

.product-sort select {
    color: #db0409;
    font-weight: 700;
    border-color: #db0409;
    font-size: 14px
}

.list-brand-archive {
    margin-bottom: 15px;
    align-items: center
}

.list-brand-archive * {
    outline: none
}

.list-brand-archive img {
    opacity: .7
}

.list-brand-archive img:hover {
    opacity: 1
}

.list-brand-archive .slick-track {
    display: flex;
    align-items: center
}

.list-brand-archive .slick-next {
    right: 0
}

.list-brand-archive .slick-next:before {
    color: #8a8a8a
}

.list-brand-archive .slick-prev {
    z-index: 1;
    left: 0
}

.list-brand-archive .slick-prev:before {
    color: #8a8a8a
}

.product-cat-content .inner {
    background-color: #f2f2f2;
    padding: 15px;
    margin-bottom: 30px
}

.product-cat-content .archive-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px
}

.product-cat-content .more-tag {
    text-align: center;
    background: #db0409;
    color: #fff;
    font-weight: 700;
    border-radius: 30px;
    padding: 5px 25px;
    font-size: 14px;
    margin: 0 auto;
    display: block;
    width: 175px
}

.product-cat-content .more-tag:hover {
    color: #fff
}

.price-fillter {
    background-color: #f2f2f2;
    padding: 15px;
    display: flex;
    margin-bottom: 20px
}

.price-fillter .head {
    font-weight: 700
}

@media (max-width: 575px) {
    .price-fillter .head {
        min-width: 100px;
        display: block
    }
}

.price-fillter .list-price {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

@media (max-width: 575px) {
    .price-fillter .list-price {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto
    }
}

.price-fillter li {
    margin: 0 10px;
    color: #269fd5;
    cursor: pointer
}

.price-fillter li:hover {
    color: #db0409
}

.fillter-list {
    margin-bottom: 15px;
    display: flex
}

@media (max-width: 575px) {
    .fillter-list {
        flex-wrap: wrap;
        white-space: nowrap;
        overflow-x: auto
    }
}

.fillter-list span {
    background-color: #f2f2f2;
    color: #8a8a8a;
    padding: 2px 20px 2px 10px;
    margin: 0 5px;
    border-radius: 30px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: all .3s;
    margin-bottom: 10px;
    font-size: 14px
}

.fillter-list span:hover {
    background-color: #db0409;
    color: #fff
}

.fillter-list .clear-all {
    background-color: #ff3434;
    color: #fff;
    padding: 2px 15px;
    font-size: 14px
}

.fillter-list .data-filter {
    position: relative;
    font-size: 13px
}

.fillter-list .data-filter:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../../../themes/ggc/images/icon-close.svg) no-repeat;
    position: absolute;
    right: 5px;
    top: 7px
}

@media (max-width: 575px) {
    .fillter-list .data-filter {
        display: block
    }
}

.fillter-list .head {
    cursor: none;
    font-weight: 700;
    background: none;
    color: #191919
}

@media (max-width: 575px) {
    .fillter-list .head {
        min-width: 120px;
        display: block
    }
}

.fillter-list .head:hover {
    background: none;
    color: #191919
}

.product-viewed {
    margin-top: 30px
}

.product-viewed .container > .inner {
    border-top: 3px solid #db0409;
    padding-top: 15px
}

.product-viewed * {
    outline: none
}

.product-viewed .s-widget-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    position: relative;
    margin-bottom: 50px
}

.product-viewed .s-widget-title .line-pattern {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 120px;
    height: 20px;
    background: url(../images/line.svg) no-repeat 50%;
    margin-left: -60px
}

.category-header {
    color: #fff;
    padding: 15px 0;
    text-align: center;
    font-size: 24px;
    background-size: cover;
    background: url(../images/cover-cat.jpeg) 50%;
    margin-bottom: 30px
}

.category-title {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    font-size: 26px
}

.category-title:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 80px;
    height: 20px;
    background-size: cover;
    background: url(../images/icon-line-white.svg) no-repeat 50%;
    margin-left: -40px
}

@media (max-width: 575px) {
    .featured-post-cat .post {
        margin-bottom: 15px
    }
}

.featured-post-cat .post-thumbnail {
    margin-bottom: 10px
}

.featured-post-cat .big-post .post-title {
    font-size: 24px;
    line-height: 1.2
}

.list-post-cat .post {
    border-bottom: 1px dashed #ddd;
    padding-top: 15px;
    padding-bottom: 15px
}

.list-post-cat .post:last-child {
    padding-bottom: 0;
    border: none
}

.list-post-cat .post:after {
    content: "";
    display: table;
    clear: both
}

.list-post-cat .post-title {
    font-size: 19px;
    line-height: 1.4;
    font-weight: 700
}

@media (max-width: 575px) {
    .list-post-cat .post-title {
        font-size: 15px
    }
}

.list-post-cat .post-title a {
    color: #333
}

.list-post-cat .post-title a:hover {
    color: #db0409
}

.list-post-cat .post .post-thumbnail {
    margin-bottom: 10px;
    width: 360px;
    height: 218px;
    float: left;
    margin-right: 10px
}

@media (max-width: 575px) {
    .list-post-cat .post .post-thumbnail {
        width: 150px;
        height: 95px
    }
}

.list-post-cat .post-excerpt p {
    margin-bottom: 0
}

@media (max-width: 575px) {
    .list-post-cat .post-excerpt {
        display: none
    }
}

.single-post-title {
    font-size: 28px;
    font-weight: 700
}

.single-post-meta {
    padding: 5px 0;
    border-radius: 0;
    margin: 15px 0 30px;
    border-top: 2px solid #db0409;
    border-bottom: 1px dashed #ddd
}

.single-post-meta .avartar {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    overflow: hidden
}

.single-post-meta .author-link {
    color: #191919;
    font-weight: 700;
    display: block;
    margin-left: 10px
}

.single-post-meta .author-link:hover {
    color: #db0409
}

.single-post-meta .col-md-6 {
    display: flex;
    align-items: center
}

.single-post-meta .update-time {
    margin-left: 5px;
    font-size: 13px;
    color: #191919
}

.single-post-meta .ml-auto {
    margin-top: 5px;
    border-top: 1px solid #ddd;
    padding-top: 10px
}

@media (min-width: 575px) {
    .single-post-meta .ml-auto {
        margin-top: 0;
        justify-content: flex-end;
        border: none;
        padding-top: 10px
    }
}

.single-post-meta .ml-auto .review {
    text-align: left;
    margin-left: auto
}

@media (min-width: 575px) {
    .single-post-meta .ml-auto .review {
        margin-left: 10px
    }
}

.single-post-meta .review-title {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1
}

.single-post-meta .review-star {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: left
}

@media (min-width: 575px) {
    .single-post-meta .review-star {
        text-align: right
    }
}

.single-post-meta .review-star li {
    display: inline-block;
    color: #fbb800;
    font-size: 12px
}

.socical-share {
    list-style: none;
    margin-bottom: 0;
    display: flex;
    padding-left: 0
}

.socical-share li {
    border-radius: 30px;
    margin: 0 3px
}

.socical-share li:last-child {
    margin-right: 0
}

.socical-share a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 30px
}

.socical-share a:hover {
    color: #fff
}

.socical-share .facebook {
    background-color: #3b5998
}

.socical-share .zalo {
    background-color: #018fe5
}

.socical-share .zalo img {
    width: 10px;
    display: block
}

.socical-share .twitter {
    background-color: #55acee
}

.socical-share .pinterest {
    background-color: #d20e00
}

.socical-share.flex-column {
    position: sticky;
    top: 10%;
    left: 0;
    padding-left: 0
}

.socical-share.flex-column li {
    margin-bottom: 10px
}

.socical-share.flex-column a {
    padding: 0
}

.post-update-time {
    border-top: 1px dashed #ddd;
    padding: 10px 0
}

.entry {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px
}

.entry p {
    font-size: 16.5px;
    line-height: 1.6
}

.entry a, .entry a:hover {
    color: #db0409
}

.entry blockquote {
    padding: 15px
}

.entry blockquote ul {
    list-style: square
}

.entry blockquote ul li {
    margin-bottom: 8px
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    font-weight: 700;
    margin: 10px 0
}

.entry h1 em, .entry h2 em, .entry h3 em, .entry h4 em, .entry h5 em, .entry h6 em {
    font-weight: 700
}

.entry .h1, .entry h1 {
    font-size: 26px
}

.entry .h2, .entry h2 {
    font-size: 24px
}

.entry .h3, .entry h3 {
    font-size: 20px
}

.entry .h4, .entry h4 {
    font-size: 16px
}

.entry .h5, .entry h5 {
    font-size: 14px
}

.entry .h6, .entry h6 {
    font-size: 13px
}

.entry iframe {
    max-width: 100%
}

.entry blockquote {
    background: #f3f3f3;
    color: #868686;
    display: block;
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 20px;
    padding: 15px 20px 15px 45px;
    position: relative;
    text-align: justify
}

.entry blockquote:before {
    color: #2171af;
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: 700;
    left: 6px;
    position: absolute;
    top: 15px
}

.entry ol, .entry ul {
    padding-left: 30px;
    line-height: 1.8
}

.entry table td {
    padding: 5px;
    max-width: 100%
}

.entry {
    word-break: break-word
}

.entry table {
    max-width: 100%
}

.sticky-after-content {
    background-color: #f2f2f2;
    border-radius: 4px;
    padding: 15px;
    font-family: Roboto, Helvetica Neue, sans-serif;
    margin-bottom: 30px
}

.sticky-after-content .list-sticky-post {
    padding-left: 15px
}

.sticky-after-content .list-sticky-post li {
    margin-bottom: 3px
}

.sticky-after-content .list-sticky-post a {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #191919
}

.sticky-after-content .list-sticky-post a:hover {
    color: #db0409
}

.entry .sticky-heading {
    font-weight: 700;
    color: #db0409;
    font-size: 16px;
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase
}

.entry .sticky-heading:before {
    content: "";
    width: 5px;
    height: 100%;
    background-color: #db0409;
    position: absolute;
    top: 0;
    left: -15px;
    border-radius: 4px
}

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

.post-tag li {
    display: inline-block;
    list-style: none;
    font-size: 14px
}

.post-tag a {
    color: #8a8a8a;
    border: 1px solid #ddd;
    display: block;
    margin: 3px;
    padding: 2px 10px
}

.post-tag a:hover {
    background-color: #db0409;
    color: #fff;
    border-color: #db0409
}

.related-post {
    border-top: 3px solid #db0409;
    padding-top: 15px;
    margin-bottom: 15px
}

.related-title {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #191919;
    margin-bottom: 30px;
    font-size: 22px;
    position: relative
}

.related-title .line-pattern {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 120px;
    height: 20px;
    background: url(../../../themes/ggc/images/line.svg) no-repeat;
    background-position: 50%;
    margin-left: -60px
}

.related-post .post {
    margin-bottom: 30px
}

.related-post .post-thumbnail {
    margin-bottom: 10px;
    height: 155px
}

@media (max-width: 575px) {
    .related-post .post-thumbnail {
        height: 95px
    }
}

.related-post .post-title {
    color: #191919;
    line-height: 1.3
}

.related-post .post-title:hover {
    color: #db0409
}

.box-contact {
    background-color: #fff3f1;
    padding: 15px;
    border-radius: 3px;
    border: 1px dashed #db0409;
    margin: 30px auto;
    background-image: url(../../../themes/ggc/images/img-talkto.png);
    background-position: 100% 100%;
    background-repeat: no-repeat
}

.box-contact .logo {
    width: 100%
}

.box-contact .col-6 {
    position: relative;
    padding: 15px
}

.box-contact .col-6:first-child:before {
    content: "";
    display: block;
    height: 40px;
    border-right: 1px dashed #db0409;
    position: absolute;
    bottom: 0;
    right: 0
}

.box-contact .col-6:first-child:after {
    content: "";
    display: block;
    width: 40px;
    border-bottom: 1px dashed #db0409;
    position: absolute;
    bottom: 0;
    right: 0
}

.box-contact .col-6:nth-child(2):before {
    content: "";
    display: block;
    height: 40px;
    border-right: 1px dashed #db0409;
    position: absolute;
    bottom: 0;
    left: 0
}

.box-contact .col-6:nth-child(2):after {
    content: "";
    display: block;
    width: 40px;
    border-bottom: 1px dashed #db0409;
    position: absolute;
    bottom: 0;
    left: 0
}

.box-contact .col-6:nth-child(3):before {
    content: "";
    display: block;
    height: 40px;
    border-right: 1px dashed #db0409;
    position: absolute;
    top: 0;
    right: 0
}

.box-contact .col-6:nth-child(3):after {
    content: "";
    display: block;
    width: 40px;
    border-bottom: 1px dashed #db0409;
    position: absolute;
    top: 0;
    right: 0
}

.box-contact .col-6:nth-child(4):before {
    content: "";
    display: block;
    height: 40px;
    border-right: 1px dashed #db0409;
    position: absolute;
    top: 0;
    left: 0
}

.box-contact .col-6:nth-child(4):after {
    content: "";
    display: block;
    width: 40px;
    border-bottom: 1px dashed #db0409;
    position: absolute;
    top: 0;
    left: 0
}

.box-contact .cat-item {
    background-color: #db0409;
    height: 80px;
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    padding: 5px
}

.box-contact .cat-item:hover {
    color: #fff;
    background-color: #d4310d
}

.box-contact .cat-item .icon {
    display: block;
    width: 30px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: auto 25px;
    background-position: bottom;
    margin: 15px auto
}

.box-contact .cat-item .icon.icon-1 {
    background-image: url(../images/icon-1-white.svg)
}

.box-contact .cat-item .icon.icon-2 {
    background-image: url(../images/icon-2-white.svg)
}

.box-contact .cat-item .icon.icon-3 {
    background-image: url(../images/icon-3-white.svg)
}

.box-contact .cat-item .icon.icon-4 {
    background-image: url(../images/icon-4-white.svg)
}

.box-contact .cat-item .icon.icon-5 {
    background-image: url(../images/icon-5-white.svg)
}

.box-contact .cat-item .icon.icon-6 {
    background-image: url(../images/icon-6-white.svg)
}

.box-contact .list-key-featured {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px
}

.box-contact .list-key-featured li {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1
}

.box-contact .list-contact-social {
    list-style: none;
    display: flex;
    padding-left: 0
}

.box-contact .list-contact-social li {
    width: 40px;
    height: 40px;
    background-color: #db0409;
    color: #fff;
    border-radius: 40px;
    margin: 5px;
    text-align: center;
    line-height: 40px;
    background-color: #191919
}

.box-contact .list-contact-social li:hover {
    background-color: #ff3434
}

.box-contact .list-contact-social a {
    color: #fff
}

.box-contact .btn-showroom {
    background-color: #191919;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 15px
}

.box-contact .btn-showroom i {
    margin-right: 4px
}

.box-contact .btn-showroom:hover {
    background-color: #191919;
    color: #fff
}

.box-contact .btn-showroom + .btn {
    margin-left: 10px;
    background-color: #db0409
}

.box-contact .icon-check {
    margin-bottom: -2px
}

@media (max-width: 575px) {
    .box-contact {
        background-size: 100px auto;
        background-position: bottom 0 right -15px
    }
}

.single-product-breadcrumb .breadcrumb {
    margin-top: 0;
    justify-content: flex-start;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-radius: 0
}

.single-product-breadcrumb .breadcrumb a:hover {
    color: #191919
}

.single-product-title {
    font-size: 28px;
    font-weight: 700
}

.single-product-meta {
    color: #8a8a8a;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px
}

.product-review ul {
    list-style: none;
    display: flex;
    padding-left: 0
}

.product-review li {
    font-size: 13px;
    color: #ffc107;
    margin: 1px
}

.list-product-gallery {
    margin-bottom: 5px
}

.list-product-gallery .gallery-item > a {
    cursor: zoom-in;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    height: 450px;
    margin-bottom: 10px;
    border: 1px solid #ddd
}

@media (max-width: 575px) {
    .list-product-gallery .gallery-item > a {
        height: 375px
    }
}

.list-product-gallery .gallery-item > a img {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
    width: 100%;
    height: 100%
}

.list-product-thumb {
    margin: 0 -5px;
    margin-bottom: 15px
}

.list-product-thumb .gallery-item {
    margin: 5px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 90px;
    border: 1px solid #ececec;
    padding: 3px
}

@media (max-width: 575px) {
    .list-product-thumb .gallery-item {
        height: 80px
    }
}

.list-product-thumb .gallery-item img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto
}

.list-product-thumb .gallery-item img:hover {
    opacity: .9;
    cursor: pointer
}

.list-product-thumb .slick-arrow {
    background: #db0409;
    z-index: 3;
    width: 18px;
    height: 30px
}

.list-product-thumb .slick-arrow:before {
    content: "";
    font-family: FontAwesome;
    font-size: 18px
}

.list-product-thumb .slick-prev {
    left: 5px
}

.list-product-thumb .slick-prev:before {
    content: "\f104"
}

.list-product-thumb .slick-next {
    right: 5px
}

.list-product-thumb .slick-next:before {
    content: "\f105"
}

button.mfp-arrow:focus, button.mfp-close:focus {
    outline: none
}

.product-info .is-sale .product-sale-price {
    display: block;
    font-size: 26px;
    font-weight: 700
}

.product-info .is-sale .product-normal-price {
    text-decoration: line-through;
    font-weight: 700;
    color: #8a8a8a
}

.product-box {
    border: 1px solid #ddd
}

.product-box-heading {
    padding: 15px;
    background-color: #f2f2f2;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    line-height: 1
}

.product-box-heading:before {
    content: "";
    width: 4px;
    height: 20px;
    background-color: #db0409;
    position: absolute;
    top: 50%;
    left: -1px;
    margin-top: -10px
}

.product-box-body {
    padding: 15px
}

.product-box-body ul {
    list-style: none;
    padding-left: 0
}

.product-box-body li {
    margin-bottom: 10px
}

.product-box-body li span {
    margin-right: 5px;
    line-height: 1;
    margin-bottom: -2px
}

.col-right .store {
    background-color: #f2f2f2;
    text-transform: uppercase;
    padding: 15px;
    font-weight: 700;
    margin-bottom: 20px
}

.col-right .store a {
    font-size: 13px;
    display: block
}

.col-right .store p, .table-attr {
    margin: 0
}

.table-attr th {
    font-weight: 400
}

.table-attr tr:first-child td, .table-attr tr:first-child th {
    border: none
}

.table-attr span {
    color: #db0409;
    font-weight: 700
}

.single-product-content {
    padding-top: 15px;
    position: relative
}

.single-product-content:before {
    content: "";
    width: calc(100% - 30px);
    top: 0;
    left: 15px;
    position: absolute;
    border-top: 3px solid #db0409
}

.single-product-content .heading-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #db0409;
    margin-bottom: 15px
}

.add-to-cart label {
    margin-bottom: 0;
    font-weight: 700;
    margin-right: 10px
}

.add-to-cart .group-cart {
    margin-top: 15px
}

.add-to-cart .form-control {
    width: 65px;
    background-color: #f2f2f2;
    margin-right: 10px
}

@media (max-width: 575px) {
    .add-to-cart .form-control {
        width: 90px
    }
}

.add-to-cart .qty-stock {
    color: #8a8a8a
}

.btn-quick-order {
    background-color: #db0409;
    color: #fff;
    font-weight: 700;
    width: 45%;
    text-transform: uppercase;
    font-size: 15px
}

.btn-quick-order:hover {
    color: #fff
}

.btn-submit {
    color: #db0409;
    border-color: #db0409;
    background-color: #ffded6;
    font-weight: 700;
    width: 45%;
    margin-left: 5%;
    text-transform: uppercase;
    font-size: 15px
}

.btn-submit:hover {
    background-color: #db0409;
    color: #fff
}

.btn-single-hotline {
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    color: #191919;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 15px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.btn-single-hotline span {
    color: #db0409
}

.people-buying {
    margin-top: 15px;
    color: #8a8a8a
}

.btn-fitting {
    color: #59ab5c;
    border-color: #59ab5c;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
    border-width: 2px;
    font-size: 15px
}

.btn-fitting:hover {
    color: #fff;
    background-color: #59ab5c
}

.modal-fitting button {
    outline: none
}

.modal-fitting .modal-title {
    color: #59ab5c;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700
}

form.fitting .form-control {
    font-size: 15px
}

form.fitting .form-control:focus {
    box-shadow: none;
    border-color: #db0409
}

form.fitting .btn-fitting {
    background-color: #59ab5c;
    color: #fff
}

.product-up-sell {
    margin-top: 15px;
    margin-bottom: 15px
}

.product-up-sell .title {
    color: #db0409;
    text-transform: uppercase;
    font-weight: 700
}

.product-up-sell .product-item {
    padding: 8px 15px;
    border-bottom: 1px solid #ddd
}

.product-up-sell .product-item:last-child {
    border: none
}

.product-up-sell .product-item:after {
    content: "";
    display: table;
    clear: both
}

.product-up-sell .product-item .product-thumbnail {
    width: 80px;
    height: 50px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    float: left;
    margin-right: 5px;
    border: none;
    margin-bottom: 0
}

.product-up-sell .product-item .product-title {
    font-size: 15px;
    line-height: 1.2
}

.top-page-header {
    color: #fff;
    padding: 15px 0;
    text-align: center;
    font-size: 24px;
    background-size: cover;
    background: url(../images/cover-cat.jpg) 50%;
    margin-bottom: 30px
}

.top-page-header .page-title {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    font-size: 26px
}

.top-page-header .page-title:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 80px;
    height: 20px;
    background-size: cover;
    background: url(../../../themes/ggc/images/icon-line-white.svg) no-repeat 50%;
    margin-left: -40px
}

.showroom {
    margin-bottom: 30px
}

.showroom-image {
    display: block;
    margin-bottom: 15px
}

.showroom-image > a {
    display: block
}

.showroom-header {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #db0409
}

.showroom p {
    margin-bottom: 10px
}

.showroom .addr i {
    margin-right: 5px
}

.showroom .addr-map a {
    font-weight: 700;
    color: #007bff
}

.list-video-cat .video {
    margin-bottom: 15px
}

.list-video-cat .video .post-thumbnail {
    height: 215px
}

@media (max-width: 575px) {
    .list-video-cat .video .post-thumbnail {
        height: 95px
    }
}

.single-video-title {
    font-size: 24px
}

.contact-item .addr, .single-video-title {
    margin-top: 15px;
    font-weight: 700
}

.contact-item p i {
    margin-right: 5px
}

.contact-container .heading-title {
    color: #db0409;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px
}

.contact-container .heading-title:before {
    content: "";
    width: 100px;
    position: absolute;
    top: 100%;
    left: 0;
    border-bottom: 2px solid #8a8a8a
}

.contact-container .heading-title:after {
    content: "";
    width: 50px;
    position: absolute;
    top: 100%;
    left: 0;
    border-bottom: 2px solid #db0409
}

.contact-form .btn-submit {
    width: 100%;
    margin-left: 0;
    background-color: #db0409;
    color: #fff
}

.error-404 img {
    display: block;
    margin: 45px auto;
    max-width: 60%
}

@media (max-width: 575px) {
    .error-404 img {
        max-width: 100%
    }
}

.error-404 .btn-to-home {
    background-color: #db0409;
    color: #fff;
    font-weight: 700;
    margin: 15px auto;
    width: 180px;
    border-radius: 40px;
    display: block
}

.error-404 .btn-to-home:hover {
    background-color: #191919
}

.cart-collaterals, .woocommerce-cart-form {
    margin-top: 30px
}

.woocommerce-cart-form__contents {
    width: 100%;
    border: none
}

.woocommerce-cart-form__contents thead {
    border: none;
    margin-bottom: 15px;
    background-color: #db0409;
    padding: 15px;
    color: #fff
}

.woocommerce-cart-form__contents thead .product-thumbnail {
    width: 0;
    height: 0;
    border: none
}

.woocommerce-cart-form__contents thead .product-price {
    color: #fff
}

.woocommerce-cart-form__contents thead th {
    padding: 10px 0
}

.woocommerce-cart-form__contents tbody {
    padding-top: 15px
}

.woocommerce-cart-form__contents tr {
    vertical-align: middle;
    padding: 15px;
    margin-top: 15px
}

.woocommerce-cart-form__contents .cart_item {
    border-bottom: 1px solid #ddd
}

.woocommerce-cart-form__contents .product-thumbnail {
    width: 60px;
    height: 60px;
    border: none;
    margin: 15px;
    box-shadow: none
}

.woocommerce-cart-form__contents .product-name {
    font-weight: 700
}

.woocommerce-cart-form__contents .product-name a {
    color: #191919
}

.woocommerce-cart-form__contents .product-name a:hover {
    color: #db0409
}

.woocommerce-cart-form__contents .product-quantity {
    border-bottom: none;
    padding: 0
}

.woocommerce-cart-form__contents .qty {
    border: 1px solid #ddd;
    width: 60px;
    text-align: center
}

@media (max-width: 575px) {
    .woocommerce-cart-form__contents .qty {
        margin-left: auto
    }
}

.woocommerce-cart-form__contents .actions {
    padding: 15px 0;
    border-bottom: 1px solid #db0409
}

@media (max-width: 575px) {
    .woocommerce-cart-form__contents .actions {
        border: none
    }
}

.woocommerce-cart-form__contents .coupon {
    width: 60%;
    float: left
}

.woocommerce-cart-form__contents .input-text {
    border: 1px solid #ddd
}

.woocommerce-cart-form__contents .input-text:focus {
    border-color: #db0409;
    outline: none
}

.woocommerce-cart-form__contents [name=apply_coupon] {
    background: #191919;
    border: none;
    color: #fff;
    padding: 8px 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: auto
}

.woocommerce-cart-form__contents [name=apply_coupon]:hover {
    background-color: #db0409
}

.woocommerce-cart-form__contents [name=update_cart] {
    background: #db0409;
    border: none;
    color: #fff;
    padding: 8px 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: auto;
    float: right
}

.woocommerce-cart-form__contents [name=update_cart]:hover {
    background-color: #ff3434
}

.coupon label {
    display: none
}

#coupon_code {
    border: 1px solid #ddd;
    padding: 7px 5px
}

.cross-sells {
    display: none
}

.woocommerce-cart-form {
    width: 70%
}

.entry > .woocommerce {
    display: flex
}

.cart-collaterals {
    width: 25%;
    background-color: #ddd;
    padding: 15px;
    border-radius: 5px;
    margin-left: auto
}

.checkout-button {
    width: 100%;
    display: block;
    background-color: #db0409;
    color: #fff !important;
    padding: 8px 15px;
    font-weight: 700;
    text-align: center;
    margin: 15px 0
}

.checkout-button:hover {
    background-color: #191919
}

@media (max-width: 575px) {
    .cart-collaterals, .woocommerce-cart-form {
        width: 100%
    }

    .cart-collaterals {
        margin-top: 15px
    }

    .cart-collaterals h2 {
        display: none
    }

    .entry > .woocommerce {
        flex-direction: column
    }
}

@media (max-width: 575px) {
    .woocommerce-cart-form__contents .product-thumbnail {
        display: none
    }

    .woocommerce-cart-form__contents .coupon {
        width: 100%;
        margin-bottom: 15px
    }

    .woocommerce-cart-form__contents .cart_item td {
        margin: 5px 0
    }

    #coupon_code {
        float: left;
        border-radius: 0;
        box-shadow: none;
        border: 1px solid #ddd;
        width: calc(100% - 95px)
    }

    [name=apply_coupon] {
        float: left
    }

    [name=update_cart] {
        margin: 0;
        float: none;
        width: 100%
    }
}

.woocommerce {
    flex-wrap: wrap
}

.woocommerce-notices-wrapper {
    width: 100%
}

.woocommerce-message {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #191919;
    border: 1px solid #0f834d;
    background-color: #f1fff2;
    padding: 15px;
    border-radius: 3px
}

body.woocommerce-cart .woocommerce {
    margin-bottom: 30px
}

.price-list-table {
    margin: 15px auto;
    border: 1px solid #ddd;
    border-top: 3px solid #ff3434
}

.price-list-table .price-header {
    display: flex;
    background-color: #db0409;
    height: 40px;
    color: #fff;
    font-weight: 700;
    align-items: center;
    text-align: right
}

.price-list-table .price-header .col {
    justify-content: flex-end
}

.price-list-table .price-header .col-title {
    justify-content: flex-start;
    text-align: left
}

.price-list-table .product-item {
    padding: 15px 0;
    align-items: center
}

.price-list-table .product-item:nth-child(2n) .col-img .thumb, .price-list-table .product-item:nth-child(2n) .col-img .thumb img, .price-list-table .product-item:nth-child(odd) {
    background-color: #f2f2f2
}

.price-list-table .col-img {
    width: 60px
}

.price-list-table .col-img .thumb {
    margin-left: 15px;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start
}

.price-list-table .col-img .thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
    width: 100%;
    height: 100%
}

.price-list-table .col-title {
    font-weight: 700;
    font-size: 13px;
    width: 280px
}

.price-list-table .col-title a {
    color: #191919
}

.price-list-table .col-title a:hover {
    color: #db0409
}

.price-list-table .col-price, .price-list-table .col-sale-price, .price-list-table .col-sum {
    font-size: 14px;
    text-align: right
}

.price-list-table .col-sale-price {
    font-weight: 700;
    color: #db0409
}

.price-list-table .price-footer {
    background: none;
    color: #191919
}

@media (max-width: 575px) {
    .price-list-table .product-item {
        margin-bottom: 0 !important
    }

    .price-list-table .price-header {
        display: none !important
    }

    .price-list-table .price-footer {
        display: flex !important
    }

    .price-list-table .price-footer .col-img, .price-list-table .price-footer .col-title, .price-list-table .price-footer .col:nth-child(3) {
        display: none
    }

    .price-list-table .price-footer .col-total {
        width: 50%;
        display: flex
    }

    .price-list-table .price-footer .col-total sup {
        top: 5px
    }
}

@media (max-width: 575px) {
    .price-list-table .product-item {
        position: relative;
        flex-wrap: wrap;
        margin-bottom: 15px
    }

    .price-list-table .product-item .col-sum {
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 16.5px;
        color: #db0409;
        font-weight: 700
    }

    .price-list-table .product-item .col-sale-price {
        display: none
    }

    .price-list-table .product-item .col-price {
        position: absolute;
        right: 15px;
        top: 40px;
        font-size: 13px;
        text-decoration: line-through;
        color: #8a8a8a
    }

    .price-list-table .product-item .col-title {
        line-height: 1.3
    }
}

.product .inner {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #ddd
}

.product-type {
    position: absolute;
    background-color: rgba(240, 76, 40, .85);
    color: #fff;
    padding: 5px 10px;
    bottom: 1px;
    left: 1px
}

@media (max-width: 575px) {
    .product-type {
        font-size: 12px;
        padding: 2px 5px
    }
}

.product-tag {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #ff3434;
    display: block;
    width: 40px;
    padding: 2px 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    z-index: 1
}

.product-title {
    font-size: 16px;
    font-weight: 700
}

.product-title a {
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 38px
}

.product-title a:hover {
    color: #db0409
}

.product-thumbnail {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0
}

.product-thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
    width: 100%;
    height: 100%
}

.product-rate {
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0;
    align-items: center;
    -webkit-align-items: center
}

@media (max-width: 575px) {
    .product-rate {
        font-size: 10px
    }
}

.product-rate ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    margin-bottom: 0
}

@media (max-width: 575px) {
    .product-rate ul {
        font-size: 10px
    }
}

.product-rate li {
    margin: 0 1px
}

.product-rate i {
    color: #f69329
}

.product-rate a {
    color: #737373;
    font-size: 12px;
    margin-left: 5px
}

@media (max-width: 575px) {
    .product-rate a {
        font-size: 10px
    }
}

.product-rate a:hover {
    color: #db0409
}

.product .inner-prod {
    padding: 10px;
    border-top: 1px solid #ddd
}

.product .btn-detail {
    font-size: 15px;
    position: absolute;
    top: 30%;
    left: 50%;
    width: 150px;
    background-color: rgba(240, 76, 40, .95);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: -75px;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #db0409;
    transition: all .3s;
    box-shadow: unset
}

.product .btn-detail:hover {
    color: #fff;
    border-color: #db0409;
    background-color: #464646
}

.product-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

@media (max-width: 575px) {
    .product-meta {
        flex-wrap: wrap
    }
}

.product-price {
    font-weight: 700;
    color: #8a8a8a;
    font-size: 16px
}

.product:hover .btn-detail {
    top: 50%;
    visibility: visible;
    opacity: 1;
    margin-top: -20px
}

@media (max-width: 575px) {
    .product:hover .btn-detail {
        display: none
    }
}

.is-sale .product-sale-price {
    color: #db0409;
    order: 1;
    font-size: 16px
}

.is-sale .product-normal-price {
    font-weight: 400;
    order: 2;
    text-decoration: line-through;
    font-size: 14px
}

.is-sale .product-normal-price sup {
    text-decoration: none !important
}

.product-sidebar {
    padding: 15px 0;
    border-bottom: 1px dashed #ddd
}

.product-sidebar:first-child {
    padding-top: 0
}

.product-sidebar:last-child {
    border: none;
    padding-bottom: 0
}

.product-sidebar:after {
    content: "";
    display: table;
    clear: both
}

.product-sidebar .product-thumbnail {
    width: 100px;
    height: 130px;
    float: left;
    margin-right: 10px;
    margin-bottom: 0
}

.product-sidebar .product-title {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 10px
}

.product-sidebar .product-meta {
    flex-direction: column
}

.product-sidebar .product-price {
    display: block;
    width: 100%;
    font-size: 14px
}

.product-sidebar .product-sale-price {
    color: #db0409
}

.list-product-grid .product-thumbnail, .list-product-slide .product-thumbnail, .list-product-viewed .product-thumbnail {
    height: 275px
}

@media (max-width: 575px) {
    .list-product-grid .product-thumbnail, .list-product-slide .product-thumbnail, .list-product-viewed .product-thumbnail {
        height: 195px
    }
}

@media (max-width: 375px) {
    .list-product-grid .product-thumbnail, .list-product-slide .product-thumbnail, .list-product-viewed .product-thumbnail {
        height: 175px
    }
}

.product-cat-container .product-thumbnail {
    height: 275px
}

@media (max-width: 575px) {
    .product-cat-container .product-thumbnail {
        height: 195px
    }
}

.home-product .product-thumbnail {
    height: 275px
}

@media (max-width: 575px) {
    .home-product .product-thumbnail {
        height: 195px
    }
}

.post-title {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700
}

.post-title a {
    color: #191919
}

.post-title a:hover {
    color: #db0409
}

.post-thumbnail {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start
}

.post-thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
    width: 100%;
    height: 100%
}

.post-thumbnail img:hover {
    opacity: .9
}

.post-excerpt {
    color: #8a8a8a;
    line-height: 1.65
}

.post .readmore:hover {
    color: #db0409;
    text-decoration: underline
}

.post-date {
    color: #8a8a8a;
    display: block;
    margin-bottom: 5px
}

.small-post:after {
    content: "";
    display: table;
    clear: both
}

.small-post .post-thumbnail {
    width: 215px;
    height: 145px;
    float: left;
    margin-right: 10px
}

@media (max-width: 575px) {
    .small-post .post-thumbnail {
        width: 175px;
        height: 115px
    }
}

.post.video .post-thumbnail {
    position: relative;
    margin-bottom: 10px
}

.post.video .post-thumbnail:before {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: hsla(0, 0%, 100%, .24) url(../../../themes/ggc/images/play-button.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    background-size: 40px;
    background-position: 50%;
    z-index: 1
}

@media (max-width: 575px) {
    .post.video .post-thumbnail:before {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        background-size: 30px
    }
}

.pagination-nav {
    display: flex;
    justify-content: center
}

.pagination-nav .pagination {
    margin-bottom: 10px
}

.pagination-nav a, .pagination-nav span {
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #8a8a8a;
    margin: 5px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #8a8a8a
}

.pagination-nav a:hover, .pagination-nav span:hover {
    color: #fff;
    background-color: #db0409;
    border-color: #db0409
}

.pagination-nav span {
    background-color: #fff;
    border: 1px solid #db0409;
    color: #db0409
}

.comment-section-title {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #191919;
    text-transform: uppercase;
    border-top: 1px dashed #ddd;
    padding-top: 10px
}

#comments {
    word-break: break-word
}

#comments ol, #comments ul {
    list-style: none
}

#comments .avatar {
    height: 50px;
    width: 50px;
    left: 0;
    border-radius: 4px;
    position: absolute
}

#comments .comment-body {
    position: relative;
    padding-top: 1.5em;
    border-bottom: 1px solid;
    border-color: #eee;
    background-color: transparent;
    margin-bottom: 0;
    padding-left: 70px
}

#comments .comment-meta {
    margin-bottom: 1.5em;
    margin-left: 65px
}

#comments .says {
    display: none
}

#comments {
    color: #484848;
    clear: both;
    font-size: 14px;
    line-height: 1.8
}

#comments .fn {
    color: #db0409
}

#comments .reply {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 2
}

#comments .commentmetadata {
    display: none
}

.comments-title {
    font-size: 28px;
    font-size: 1.55556rem;
    margin-bottom: 1.5em
}

.comment-list {
    margin: 0 0 3em;
    padding: 0;
    position: relative;
    word-break: break-word
}

.comment-list .children {
    margin: 0;
    padding: 0;
    margin-left: 4em !important
}

@media (max-width: 991px) {
    .comment-list .children {
        margin-left: 1em !important
    }
}

.comment-list li:before {
    display: none
}

.comment-list .depth-1 > article {
    margin-left: 0
}

.comment-body + .comment-respond {
    margin-top: 1.5em;
    padding: 30px;
    margin-left: 4em;
    background: #f0f0f0;
    position: relative;
    max-width: 100%;
    margin-bottom: 1.5em
}

.comment-body + .comment-respond:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f112";
    position: absolute;
    transform: rotate(180deg);
    top: 0;
    right: calc(100% + 15px);
    font-size: 24px
}

.comment-body .says, .comment_container .says {
    display: none
}

.comment_container, article.comment-body {
    margin-bottom: 2em
}

.comment-content > ol, .comment-content > ul {
    padding-left: 1.35em
}

.comment-form-url {
    width: 100%;
    margin-top: 15px
}

.comment-author {
    margin-bottom: 0;
    z-index: 2
}

.comment-meta {
    margin-bottom: 1.5em;
    margin-left: 65px
}

.comment-metadata {
    font-size: 12px;
    font-size: .75rem
}

.comment-metadata a.comment-edit-link {
    margin-left: 1em
}

.reply {
    margin-bottom: 1.5em
}

.comment-reply-link {
    font-weight: 600;
    position: relative;
    font-size: 12px;
    font-size: .75rem;
    text-transform: uppercase
}

.comment-reply-link .icon {
    left: -2em;
    height: 1em;
    width: 1em;
    position: absolute;
    top: 0
}

#cancel-comment-reply-link {
    text-transform: capitalize;
    font-size: 13px;
    font-size: .75rem;
    display: block;
    margin-top: 10px;
    color: #f44336
}

#cancel-comment-reply-link:before {
    margin-right: 3px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f057";
    display: inline-block
}

.comments-pagination {
    margin: 2em 0 3em
}

.comment-form label {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase
}

.comment-form .required {
    color: red
}

.comment-form a {
    text-decoration: underline
}

.comment-respond .comment-reply-title {
    position: relative;
    font-size: 28px;
    font-size: 1.55556rem
}

.comment-form .submit {
    background-color: #191919;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 3.5rem;
    cursor: pointer
}

.comment-form .submit:hover {
    background: #db0409
}

.comment-form .form-submit {
    width: 100%;
    margin-top: 15px
}

.comment-form {
    margin-bottom: 30px
}

.comment-form .form-control {
    border-radius: 0;
    font-size: 14px
}

.comment-form > p {
    margin-bottom: 0
}

.comment-form .comment-form-comment textarea {
    max-height: 160px
}

.comment-form {
    display: flex;
    flex-wrap: wrap
}

.comment-navigation {
    display: flex;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.comment-form .comment-form-author, .comment-form .comment-form-email {
    width: 50%
}

.comment-form .comment-form-author {
    padding-right: 10px
}

.comment-form .comment-form-aemail {
    padding-left: 10px
}

.comment-form .comment-notes {
    margin-bottom: 15px
}

.comment-form-author, .comment-form-cookies-consent, .comment-form-email {
    display: none
}

.response-none {
    font-weight: 700;
    font-size: 16px
}

.comment-form-author.show, .comment-form-email.show {
    display: block
}

@media (max-width: 575px) {
    .comment-form .submit {
        width: 100%
    }
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignleft, a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 100%;
    text-align: center
}

.wp-caption.alignleft, .wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto
}

.wp-caption .wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 10px 5px;
    font-family: Arial;
    color: #fff;
    max-width: 100%;
    background-color: #db0409
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.entry figure {
    max-width: 100%
}

/*!
Theme Name: Golf Group
Theme URI: http://underscores.me/
Author: quynv
Author URI: http://quynv.freelancer@gmail.com
Description: Theme develope by QUYNV
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ggc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
.product-title a {
    -webkit-box-orient: vertical;
    outline: none
}

.product-thumbnail {
    outline: none
}

.product-box-heading {
    font-size: 14px;
    margin-bottom: 0
}

.menu-side-slide .dropdown-menu .menu-item a {
    padding: 5px 0;
    border: 0;
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: 400
}

.menu-side-slide .dropdown-menu .menu-item a:hover {
    color: #db0409;
    background: transparent
}

body.single .breadcrumb_last {
    display: none
}

.fillter-list {
    display: none
}

.price-range.active {
    color: #db0409
}

.product-price {
    color: #db0409
}

.product.is-sale .product-normal-price {
    color: #8a8a8a
}

.list-product-gallery img {
    width: 100%
}

img[data-lazy-src] {
    opacity: 0
}

[data-lazy-src]::before {
    content: '';
    display: block;
    padding-top: 56.25%
}

img.lazyloaded {
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1
}

.entry img, .entry iframe {
    margin: 0 auto;
    display: block
}

.rll-youtube-player {
    margin-top: -56.23%
}

.product.is-sale .product-normal-price {
    color: #8a8a8a
}

.loadmore-option {
    text-align: center
}

.loadmore-option .btn-loadmore {
    width: 100%;
    background: #db0409;
    border-radius: 40px;
    color: #fff;
    font-weight: 700;
    max-width: 575px;
    margin: 15px auto
}

.loadmore-option .btn-loadmore:hover, .loadmore-option .btn-loadmore:focus {
    text-decoration: none;
    background-color: #d4310d
}

.list-product-slide .slick-list {
    width: 100%
}

.top-header .mini-cart .number-item {
    font-weight: 700
}

.entry strong, .entry b {
    font-weight: 700
}

.footer-bottom {
    border-top: 0
}

.footer-top .widget-footer:last-child {
    margin-top: 0
}

.page-footer .widget-footer {
    margin-bottom: 30px
}

.entry strong, .entry b {
    font-weight: 700
}

a:focus {
    outline: none
}

body.single-product .featured-content-wrap {
    margin-left: -15px;
    margin-right: -15px
}

.entry img, .entry iframe {
    height: auto !important
}

.entry ol, .entry ul {
    font-size: 16.5px
}

.entry table {
    width: 100%
}

.entry figure {
    width: auto !important;
    margin: 15px auto
}

.wp-caption .wp-caption-text {
    color: #000;
    background-color: transparent
}

.action-bar .bg-facbook {
    width: 35px;
    height: 35px;
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAMyUlEQVRo3rWae7BV1X3HP2vt87jn3AfvpyCCYCKi3KZaEC0kMfFRG1QCpqU+amxiEmMmGdpmpmZ8tGk6bRydSWPamg6pERsQNLURW20wahEEMhIBDZIgcOFiLo/7vue191q//rH3OWfvffe5XIw9M3vO2muvvc73t36v72+toxCh4eeYQIdAWkFGgREoAA5QCb4Jvh3mUuRSYBGKOSg5B8MkoBkREArAaSydWDmEsBPFTrS8Q0mAYH4soKFJoN8DR4O2MEHD7+caQk3x233OBVZguAmPy1DkEPGxCAQC+BcyAWEmlnYI+i0VjOxG8SzCRuDX7xeIep8aacflqyhuQmhLAF1vVwWjwRhbaxewbEbJI6C3n61G9FmIDIoJGL6Dx3bgdoy0YQSsBSvBZX2BjYAJ2jbWDo+xtf481q7CyP/i2sdQzDgbjehRC1GSFQzJDkTuwUgTJgTeEAJPCDAhAYO2SRhf7beAEQdrP0e/2YHHHagPThBNRf6GgjxNhfOHgbENrkSgMlww20CwikzHylo8+S6WpjMJNLKzOzRRZB2KT9d8Ke4P1TYBAGK+keQz1T6b9F7snaK5G08+zDRnFdBz9s7eJU0clQ10y3J0ApAwmIZgA5DSAGTSotSCgqo/MwJjna3MTX+KizO9SXaULEgFzTbzFCX5NDoBnIwAZDRga2MStFj7jdi9KyC8yGfaljNOlYcLclyGO/ZR801Oyb0NNVEV3sYBh0yqavthMNX5SdICDfpCY43AuPT3GZ/5fM0sa9MOxATpsDfwrvkPnDNMmtT2fPA6BVOb4Lxmzdi0j72/IhwetLw3JHhlqXtoojAjaKZiIZf6HFPT/xpeIMU7Nnw3lg7vTYpybm0WO4I5VbXiCii4fJJmxQyHa6c5zG3RNDnRNXItHByw/PS4xzOHPX523POFT6kGTp8gkAVS0s3kbDtaH61Df82rD+w1/4jhy6gzOWPQDsLmNdMdvj4/zcem1JEfHrR0FoTTZUEExmcV03OK89vqnrqty/DI3jKbflUJAr06g3aqbEDAOhuR9M3Vh4oXqn6jLqJi38CQSbT7BDNqTsE/fCTDl+alAdjdbfnhQZf/Oe5xcMBScgO7DjhhxvHN7appDrdckGFJIPi6X1X46qtFTg9Znw7ZUQgjgMcyRL3qC/JMIIiyTyDckugPNRML+irCeW2af78yy+UTHX7Zb/nr3WU2HvYwFfHTrCbZLKyA6/vHDbPSfOOyJi6d5LCv27D6v4fY+xvPF6aRb0bmUy9i0tf4gqyvgJJzSNkDIPm6T1QniMV0T5iaU2y5Osf8MZr1h12++FqJ3oLU02vDnBGLeBVLU1rxyLI8X1iQ5dig5aqn+zlw0jTWTPXeX1iDNgvRvKVxLVi7EmvzETpRJXmGetsTchrWL21i/hjNvxxwWb2lRG9R/JrEhq8YVQlTk+p9SlFyhS++MMjf7ioyo0Wz6fpWxmaVHxksye/WiKg42NStSBrNGFE49uYIYNOA8FUs97dnWDbF4SdHPb7wSgERP2KNCDwJUHWsz6r5xpYhfvBWmYsnOnxraR7KDcDHcbneTaRKTRqR87Dyu8PBxy5XuGC85p4PpzlVEu5+rehrixGIYxKRTOoLEuWaLYMc6jPcdUkTi2aloWRHMa+ah9IXaQbsIjzJ+s4TZ69EBFkzP0s+pXhoT5mjp4zv0LXVjpsVgVnSQDNENaOhp9fw4NYCWsG9i/JReh9myVHTVZzUH9WIWhyl0jFAxnfw8c2KVbNT9FeEH+yvBEJE6ogoSCNQtr65xk0rPNYLLuMHi41vlzjab7hmTpo5Ex0/2UbAM3yRkY9olD0/0plkAhVh2RSHcVnFTzs9TvQa36Qa2b3xNXj93DRZHdAKiWnCEyhYJuQUs8boWr4p9Bt+dtgl4yg+MSsDlQYmHy4TDLM0nkwf5phxlXrCJeP85PVqZ0Ar4tEpvFoly59fmuW5G1tYd20zeYe683oCRUuzA2uuyHHv4hzloo1oc/tRP9MvmJRKXlyJm7GdmMKTSSPG+yB/zGj2+VBHn4muRvhd4ye7B5fluG9JDrHCyg9lmJxvZfWPB+k86dHcovnTRU18fUmevV0utzw9QE8tfPsr/XaXT5tmtunY5kVCbvIDRWsKK/nGlLrObfIBsRusVFcoln2DgHD/sjz3LfF3O5QGY4SlM9NsvrmVJ/eUuON3mrhwUpr/3F9i5YZ+XE/AUXUqI0Kx4iNvSavoTktEmAh1yaaGV3AJwljBDcJkRoVMrqYJ3+YfvjrP1y7L0100rHuzxMfnZFgwOYUxwsKpDguntgCKx39R4M5nBjCWiCaqc6WUv2hlI9EKkwRGHPSlMBQbm1XQ9oQTQ/4qTclp3851vdjRAo9e18ytC7I8/HqB7+wscuQ3HjMnp3hqZSuLZ6SxVtAannyzyJ89M4AJQm7URP35zh3jM+SuAesvktNAG/W+ikbkdMNEFYpG+08ZABZPjTpgmwMPLM1RdoULv9fDms0DHOk2kFMcPeVx3eO9PPdOGa01/7SzwK0b+vC8IKOHnVbqc14+02fT+0+49fAdHxe+NzKQwlGduLLQ14pKrrUVbD1awbNw7ewM2ayi7NfQjG3RrNtT5sB7rl9PVJmrVZCC3oJl1YY+Vl9c5t/eKPqUxlGNzTitWDo760fIdyuBwMnmVNei7taU7aFheSCeGxQc6PJ4paPCzDbNyg9loeibWke34UCX51d5KiFBaiiVhLXbClhDlJeFQ6gIlISlc7K0T0uzu9Nl17tlX+iIJkLvViOlI0c0hp3DiFgSSXOFR3YUALjvyjzNeeUnOvAFsJKcV6oRJx2uSULgq+M8ASU88MlWlIKHXh7AlhISqTA8McKbmpRsR6w74q6h9eP85rdLbDlU4YIJKf7+E61+kvPiGXcEew4LGh83ZPnKR1v52NwsLx8ss2HHUFCThH0ppo1q/6B5SaPdg1jZUyN5EYIXImlBUfW15/sZKAt3/16ee5Y2o1w7nJ9JjEJIqE8SGMGA4Zr2HN/+1FiKrvCVjT0Y19Z9wcbCcHSRjzDEPk1/2mL102ek2sZ30r2HK3z+2T4A/mpZM7kmXX9HRqAuEW1IffdlyPAnV7Tw4zsnknHgtidOs/fdku9zNrYYEW1W751nGZMe0n4xZddjpZz4o3FQGn5+zOdCnX2WQsn6gErWDwBlG9VikkBlC4OGiXnNw388nnW3TSCXVtzxxGk2vTYIGZ38rgwzTcGzP8Q1pFAW4BAim7GsaJjhqUeJ6S1+wjrU7UG/x/zZWe5c1EzagR+9UWDnkQqmJPWaO7xnlVEsmJ7mpoV57rqyhXPGOPz6pMeX13fzwi8K0KQSNhsahF8l20ir3WBJ0VslXvrvyNobUOKMHLOFGW0+Ex7TpPnnWybw2cV50tqnFfdc0cIvu1x2dVTY955HX8mAQFtWc8HkFJedm6F9RsafygqPvjLAAz/p5VS3CYRoRA5jW6+ioJL6VjUuphiqLdnPyXmPI85nE3f5qGVRZgeU/pPzsjAvS1/Jsvb1QfqKllXteS6alubCKemGpxVvv+ey6Y0CP9o1yP6Oiu8P2diuCTHLCPcDpCubydjn/SQOKY6p+u5yR+5e5nl/SLOZHNkqJRruqoIc7zOs3THE97cN0tHlgsA3X+xn/pQ0C6almTnWYVxeo4CeguVYj8e+4y77OiuYgvWTXUbX6/4zgQ9YBq4aYjC1hnQltNv7ByeiO+Vzy7fRyuOUVaJ5KU948PoxDJaFtdsHOdUdZHUntH/rhkpRolQHrXzGq0ZY+bhWCGFwBDz5C05kHqpqw4d+e1d0Ak9B3jzKOO9LGBW1zfCZRinI1lolFzuj6pNkwPEgUx2nBQZSm+hOrSJl46chCQc9470st3c9T9p+HFcNd/h4oZNUvY1U0ZFwbkIDgWsnmQLonTx3ztWcyPSN7jC0J1VmV9tKTqa2ouzwOB7O0DLK5BfJ+AnC2gQGEBZqyNnHvrErODVciMaCCLC1tYd9zctx5IUo80zaxIuTQIlyrcRTqQb0RWLCIeDY1zmduY6d4zrjJ1WjO552pIehzI0U1WPDVjNycivJq2pJBpc0FwnPEXDVU3ip69Ac++3O2a0qUeIujNyFx8ko6WN4tWYT2MAwIUd4Tm23vh+xf0lFfQarej+4fz54PEaZRYjZECGHjexaRvG8kWl55lmKLMHybZR8gH/hqH8Ogf0jMFch/BeIe9Z23/i5ILwCajlWbkTkLUb7/433/zcneQnUS4hcgtWrwSwHLmyYD2iQrf3vg6A2gzwJ7ExMB/9/gtQ+e7DOHoy9H6suockuBdWO5TxEJgJtINkAWxlhENRpNEcQ9uDJy1i1h6waqoXZ9/n5P2UOHtHV+rZLAAAAAElFTkSuQmCC) no-repeat;
    background-size: 100%;
    margin: 0 auto
}

.single-product-breadcrumb .breadcrumb {
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 575px) {
    .entry figure {
        max-width: 70%;
        margin: 15px auto
    }
}

@media (max-width: 575px) {
    .page-footer .widget-footer {
        margin-bottom: 15px
    }

    .kk-star-ratings {
        flex-direction: column;
        -webkit-flex-direction: column
    }

    .kk-star-ratings .kksr-stars {
        margin-bottom: 5px
    }

    body.home .home-product {
        padding: 15px 0
    }
}

.woocommerce-Reviews #comments .avatar {
    height: 25px
}

.devvn_review_avatar {
    margin: 0 25px 0 -25px
}

.commentlist {
    padding-left: 0
}

.author-box .follow-me {
    padding: 0;
    list-style: none;
    display: flex
}

.author-box .follow-me a {
    width: 30px;
    height: 30px;
    display: inline-flex;
    padding: 0;
    color: #3a4e9b;
    border: 1px solid #3a4e9b;
    margin: 0 2px;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-justify-content: center;
    border-radius: 3px
}

.author-box .follow-me a:hover {
    color: #db0409;
    border-color: #db0409
}

.price-tab {
    border-bottom-color: #db0409
}

.price-tab li {
    font-weight: 700
}

.price-tab li .nav-link {
    border-bottom: none
}

.price-tab li .nav-link.active {
    border-color: #db0409 #db0409 #fff
}

body.woocommerce #reviews #comments ol.commentlist li {
    position: relative
}

.widget-sticky {
    top: 60px
}

.devvn_cmt_box .reply span {
    display: none
}

.price-list-detail {
    color: #4696da;
    font-size: 11px;
    text-transform: uppercase;
    border: 1px solid #4696da;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    padding: 1px 10px;
    margin-bottom: 5px
}

.loading {
    pointer-events: none;
    position: relative
}

.loading::after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .15);
    content: ''
}

.woocommerce-pagination ul li .current {
    display: block;
    padding: 5px 10px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    font-weight: 700
}

.woocommerce-pagination ul li .page-numbers {
    background-color: #fff;
    border: 1px solid #dee2e6;
    cursor: pointer;
    color: #db0409
}

.woocommerce-pagination ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0
}

.woocommerce-pagination ul li:not(:last-child) {
    margin-right: 5px
}

.woocommerce-pagination ul li .page-numbers:not(.dots) {
    position: relative;
    display: block;
    padding: 5px 10px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    font-weight: 700
}

aside .widget.widget-attr ul {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: thin
}

aside .widget.widget-attr ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #F5F5F5
}

aside .widget.widget-attr ul::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5
}

aside .widget.widget-attr ul::-webkit-scrollbar-thumb {
    background-color: #A6A6A6
}

.review-list li:after, .wp-reviews-list .item:after, .wp-reviews-list .reviews-pagination:after, .wpr-businesses:after, .yelp-logo-wrapper:after, [data-ui-tabs] .ui-tabs-nav:after, [data-wp-review-tabs] .tab-titles:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

.review-wrapper {
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.review-wrapper .review-list {
    margin: 0;
    list-style: none;
    padding: 0;
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.review-wrapper .review-list li {
    margin: 0;
    list-style: none
}

.review-wrapper li:after {
    content: '';
    display: block;
    clear: both
}

.review-wrapper .review-desc li:after {
    display: none
}

.review-wrapper .review-total-wrapper h5 {
    font-family: inherit
}

.review-title {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit
}

.review-price {
    float: right
}

.review-links {
    list-style: none;
    padding: 15px 15px 8px;
    margin: 0;
    overflow: hidden;
    border-bottom: 1px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.review-links li {
    display: inline-block;
    margin-bottom: 10px
}

.review-links li a {
    display: block;
    padding: 4px 10px;
    margin: 0 10px 0 0;
    border: 1px solid;
    border-radius: 5px;
    outline: 0
}

.review-links li:last-child a {
    margin-right: 0
}

.review-links .review-links:not(:last-child) a {
    margin-right: 10px
}

.article .review-links {
    margin: 0;
    padding: 15px 15px 8px
}

.entry-content .review-wrapper li:last-child a {
    margin-right: 0
}

.wpr-error {
    background: #f9ada7;
    padding: 10px;
    margin: 10px 0
}

.review-list li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 15px;
    position: relative;
    list-style: none !important
}

.review-list li:nth-child(2n) {
    background-color: #fafafa
}

.review-list li:last-child {
    border-bottom: 1px solid #e7e7e7
}

.widefat .column-comment ul.review-list, .wp_review_comment .review-list {
    margin: 0;
    padding: 0
}

.wp-review-comment-form .review-list li, .wp_review_comment .review-list li {
    padding: 10px;
    margin: 0;
    background: #f9f9f9;
    border-bottom: 1px solid #e7e7e7
}

.review-summary-title {
    margin-bottom: 5px
}

.review-desc {
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.review-desc p:last-child {
    margin-bottom: 0
}

.review-pros-cons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 15px 30px;
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.review-pros-cons .review-pros {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.review-pros-cons .review-pros p:last-of-type {
    margin-bottom: 0
}

.review-pros-cons .review-cons {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.review-pros-cons .review-cons p:last-of-type {
    margin-bottom: 0
}

.review-pros-cons .review-cons .mb-5 strong:before, .review-pros-cons .review-pros .mb-5 strong:before {
    content: "\f164";
    font-family: "FontAwesome";
    font-weight: 400;
    margin-right: 5px;
    opacity: .7
}

.review-pros-cons .review-cons .mb-5 strong:before {
    content: "\f165"
}

.review-pros-cons ol, .review-pros-cons ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.review-pros-cons li {
    list-style-type: none !important
}

.review-pros-cons .review-cons ul li:before, .review-pros-cons .review-pros ul li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    opacity: .4;
    margin-right: 7px
}

.review-pros-cons .review-cons ul li:before {
    content: "\f00d"
}

.wp_review_comment .review-pros-cons {
    padding-left: 0;
    padding-right: 0
}

textarea#wp_review_comment_cons, textarea#wp_review_comment_pros {
    height: 100px
}

.wp-review-comment-form-qualifier label {
    display: block
}

.wp-review-comment-form-qualifier select {
    display: block;
    width: 100%
}

#review .review-desc ol, #review .review-desc ul {
    margin: 0;
    padding: 0
}

.review-result-wrapper {
    white-space: nowrap;
    position: relative
}

.review-star .review-result-wrapper {
    display: inline-block
}

.review-star .review-result-wrapper img.wp-review-image {
    max-width: 20px;
    max-height: 20px;
    display: inline-block;
    opacity: .6
}

.wp-review-usercomment-rating-star .review-result-wrapper img {
    opacity: .6
}

.wp-review-usercomment-rating-star .review-result-wrapper .review-result img {
    opacity: 1
}

.review-star .wpr-count {
    margin-left: 3px;
    vertical-align: top
}

.review-circle .review-result-wrapper {
    height: 100%
}

.review-result-wrapper i, .review-result-wrapper img.wp-review-image {
    font-style: normal;
    font-size: 16px;
    padding: 0;
    line-height: inherit
}

.reviewed-item {
    display: inline-block;
    padding: 10px 15px;
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.reviewed-item .review-links {
    border: 0;
    background: transparent !important
}

.reviewed-item .review-links li {
    margin: 0
}

.reviewed-item .reviewed-item-data img {
    vertical-align: top
}

.reviewed-item-image {
    float: right;
    max-width: 40%;
    margin-left: 15px
}

.rtl .reviewed-item-image {
    float: left;
    margin-left: 0;
    margin-right: 15px
}

.reviewed-item-data-label {
    display: inline-block
}

.reviewed-item-data p:last-of-type {
    margin-bottom: 0
}

.review-result {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap
}

.rtl .review-result {
    left: auto;
    right: 0
}

.review-total-wrapper {
    float: right;
    clear: both;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px 20px 15px
}

.review-embed-code {
    clear: both;
    padding: 7px 15px 15px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.review-embed-code #wp_review_embed_code {
    font-size: 14px;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    background: rgba(0, 0, 0, .05)
}

.rtl .review-total-wrapper {
    float: left
}

.review-total-wrapper .review-total-box {
    border: 0;
    display: block;
    font-size: 40px;
    font-weight: 700;
    text-align: right;
    margin: 0;
    padding: 35px 0 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.circle-point .review-total-box {
    height: 180px
}

.review-total-wrapper .review-total-box small {
    font-size: 12px;
    display: block
}

.percentage-icon {
    font-size: 22px;
    position: relative;
    top: -14px
}

.review-total-star {
    position: relative;
    margin: 0 auto;
    float: right
}

.review-star.review-total {
    position: relative
}

.wp-review-loading-msg, .wp-review-loading .review-result-wrapper {
    display: none
}

.wp-review-loading .wp-review-loading-msg {
    display: block
}

.review-total {
    z-index: 99
}

.rtl .review-total {
    left: auto;
    right: 0
}

.review-star, .wp-review-user-feature-rating-star {
    position: relative;
    margin: 0 auto;
    display: inline-block
}

.postbox .review-star {
    position: relative;
    right: auto;
    top: auto
}

.review-list .review-star, .review-list .wp-review-user-feature-rating-star, .review-total-circle .review-star, .user-review-area .review-star, .wp-review-percentage-type .review-total-circle .review-star, .wp-review-point-type .review-total-circle .review-star {
    float: right
}

.rtl .review-list .review-star, .rtl .review-total-circle .review-star, .rtl .user-review-area .review-star, .rtl .wp-review-percentage-type .review-total-circle .review-star, .rtl .wp-review-point-type .review-total-circle .review-star {
    float: left;
    margin-right: 10px;
    margin-left: 0
}

.circle-point .review-list li {
    padding: 14px 15px
}

.review-percentage .review-result-wrapper, .review-point .review-result-wrapper {
    background: rgba(0, 0, 0, .1);
    width: 100%;
    height: 22px
}

.review-point .review-result-wrapper {
    background-color: rgba(0, 0, 0, .1)
}

.review-total-point .review-result, .wp-review-percentage-type .review-result, .wp-review-point-type .review-result {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px
}

.rtl .review-total-point .review-result, .rtl .wp-review-percentage-type .review-result, .rtl .wp-review-point-type .review-result {
    left: auto;
    right: 0
}

.review-total-star.allowed-to-rate .review-result-wrapper {
    background: none
}

.wp-review-point-type .review-total-point .review-result-wrapper {
    background: none
}

.review-total-percentage.allowed-to-rate.has-not-rated-yet, .review-total-point.allowed-to-rate.has-not-rated-yet {
    float: none;
    cursor: pointer
}

.review-percentage .review-result-wrapper, .review-point .review-result-wrapper {
    position: relative;
    width: 100%
}

.review-percentage .review-result, .review-point .review-result {
    background: currentColor;
    height: 22px
}

.wp-review-comment-rating.wp-review-comment-rating-percentage .review-result-wrapper, .wp-review-comment-rating.wp-review-comment-rating-point .review-result-wrapper, .wp-review-user-rating.wp-review-user-rating-percentage .review-result-wrapper, .wp-review-user-rating.wp-review-user-rating-point .review-result-wrapper {
    cursor: pointer
}

.wp-review-user-rating.wp-review-user-rating-percentage.has-rated .review-result-wrapper, .wp-review-user-rating.wp-review-user-rating-point.has-rated .review-result-wrapper {
    cursor: default
}

.wp-review-comment-rating.wp-review-comment-rating-percentage .review-result-wrapper:hover .review-result, .wp-review-comment-rating.wp-review-comment-rating-point .review-result-wrapper:hover .review-result, .wp-review-user-rating.wp-review-user-rating-percentage .review-result-wrapper:hover .review-result, .wp-review-user-rating.wp-review-user-rating-point .review-result-wrapper:hover .review-result {
    display: block;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.review-percentage, .review-point {
    position: relative;
    clear: both
}

.wp-review-your-rating {
    position: absolute;
    top: 102%;
    left: 45%;
    margin-left: -20px;
    font-size: 12px;
    line-height: 18px;
    background: #f0f0f0;
    color: #444;
    pointer-events: none;
    z-index: 999;
    display: none;
    white-space: nowrap;
    padding: 2px 4px
}

.rtl .wp-review-your-rating {
    left: auto;
    right: 45%
}

.column-wp_review_rating .wp-review-circle-rating {
    -webkit-box-shadow: none;
    box-shadow: none
}

.review-percentage:hover .wp-review-your-rating, .review-point:hover .wp-review-your-rating {
    display: block
}

.review-result-text {
    position: absolute;
    left: 4px;
    top: 0;
    font-size: 16px;
    line-height: 22px;
    display: none
}

.rtl .review-result-text {
    left: auto;
    right: 4px
}

.wp-admin .review-result-text, .wp-review-usercomment-rating .review-result-text {
    display: block
}

.review-result-mobile {
    height: 16px;
    background-color: #eee;
    position: relative;
    cursor: pointer
}

.review-result-mobile .ui-slider-range {
    height: 16px;
    line-height: 16px;
    font-size: 11px;
    font-weight: 700;
    color: #eee;
    background-color: #ccc;
    overflow: hidden;
    padding-left: 10px
}

.review-result-mobile .ui-slider-handle {
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    top: -2px;
    margin-left: -10px;
    border: 1px solid #aaa;
    outline: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    border-radius: 2px;
    cursor: pointer
}

.review-total-circle.allowed-to-rate.has-not-rated-yet .review-result-wrapper {
    cursor: pointer
}

.wp-review-user-rating-circle .review-result-wrapper {
    text-align: right
}

.wp-review-user-rating.wp-review-user-rating-circle.wp-review-input-set {
    float: right
}

.wp-review-circle-type .user-total-wrapper {
    overflow: hidden;
    margin-top: 3px
}

.review-wrapper .wp-review-circle-rating {
    padding: 0;
    width: auto;
    display: inline
}

.user-review-area .review-circle {
    float: right;
    height: 32px
}

.review-list .review-circle {
    float: right;
    margin-top: -4px
}

.wp-review-circle-type .review-total-wrapper > .review-total-box {
    display: none
}

.review-circle.review-total {
    height: 100px;
    width: 100px
}

.review-list .review-thumbs, .review-list .wp-review-user-feature-rating-thumbs, .user-review-area .review-thumbs, .user-review-area .wp-review-user-feature-rating-thumbs {
    float: right
}

.review-thumbs, .wp-review-user-feature-rating-thumbs {
    display: inline-block
}

.review-thumbs .review-result-wrapper, .wp-review-user-feature-rating-thumbs .review-result-wrapper {
    font-size: unset;
    height: unset
}

.review-thumbs .wpr-thumbs-button, .wp-review-user-feature-rating-thumbs .wpr-thumbs-button {
    display: inline-block;
    text-decoration: none;
    border: 0;
    text-align: right;
    float: right
}

.review-thumbs .wpr-thumbs-button.wpr-thumbs-up-button .wpr-thumbs-icon, .wp-review-user-feature-rating-thumbs .wpr-thumbs-button.wpr-thumbs-up-button .wpr-thumbs-icon {
    border-radius: 4px 0 0 4px;
    border-right: 0
}

.review-thumbs .wpr-thumbs-button.wpr-thumbs-down-button, .wp-review-user-feature-rating-thumbs .wpr-thumbs-button.wpr-thumbs-down-button {
    text-align: left
}

.review-thumbs .wpr-thumbs-button.wpr-thumbs-down-button .wpr-thumbs-icon, .wp-review-user-feature-rating-thumbs .wpr-thumbs-button.wpr-thumbs-down-button .wpr-thumbs-icon {
    float: left;
    margin-left: 0;
    margin-right: 5px;
    border-radius: 0 4px 4px 0
}

.review-thumbs .wpr-thumbs-button .wpr-thumbs-icon, .wp-review-user-feature-rating-thumbs .wpr-thumbs-button .wpr-thumbs-icon {
    border: 1px solid rgba(0, 0, 0, .1);
    background: rgba(255, 255, 255, .3);
    padding: 0 10px;
    color: #333;
    border-radius: 4px;
    float: right;
    margin-left: 5px
}

.rating-thumbs-output .wpr-thumbs-button {
    min-width: 80px
}

.latestPost-review-wrapper .rating-thumbs-output .wpr-thumbs-button {
    min-width: auto
}

.entry-content .review-wrapper h1, .entry-content .review-wrapper h2, .entry-content .review-wrapper h3, .entry-content .review-wrapper h4, .entry-content .review-wrapper h5, .entry-content .review-wrapper h6 {
    margin: 0
}

#content .review-summary-title, #content .reviewed-item p, .entry-content .review-summary-title, .entry-content .reviewed-item p {
    margin-bottom: 5px
}

#content .review-desc p:last-child {
    margin-bottom: 0
}

#review .review-desc ul {
    margin: 0;
    margin-left: 20px;
    padding-left: 0
}

.review-total-only {
    padding: 3px 8px;
    background: #fff;
    display: inline-block;
    border-radius: 3px
}

.review-total-only .percentage-icon {
    font-size: inherit;
    top: 0
}

.review-total-only .review-type-star {
    font-size: 12px;
    padding: 3px 6px
}

.review-total-only .review-total-star {
    font-size: 12px;
    margin: 0
}

.review-result-wrapper .review-result i, .review-result-wrapper .review-result img.wp-review-image {
    opacity: 1;
    filter: alpha(opacity=100)
}

.wp-review-box-float-left {
    margin-right: 20px
}

.wp-review-box-float-right {
    margin-left: 20px
}

.wpr-user-features-rating {
    clear: both
}

.wpr-user-features-rating .user-review-title {
    padding: 10px 15px;
    margin: 0;
    font-weight: 700
}

.wpr-user-features-rating .user-total-wrapper {
    margin: 0;
    display: inline-block
}

.wpr-user-features-rating .wp-review-user-feature-rating-circle + span {
    display: inline-block;
    margin-top: 10px
}

.wpr-user-features-rating .wp-review-user-feature-rating-circle .review-result-wrapper {
    height: 50px
}

.user-review-area {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 15px;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.user-review-area .wp-review-user-rating-star {
    float: right
}

.wp-review-user-rating .review-star .review-result-wrapper:hover span img {
    opacity: 1
}

.wp-review-user-rating .review-star .review-result-wrapper:hover span:hover ~ span img {
    opacity: .6
}

.review-total-star.allowed-to-rate {
    float: right;
    margin: 0
}

.user-review-title {
    margin: 15px 15px 10px;
    padding: 0;
    font-family: inherit
}

.user-total-wrapper .user-review-title {
    font-weight: 700;
    margin: 0
}

.wp-review-user-rating .review-result-wrapper span {
    cursor: pointer;
    padding: 0 0 0 4px
}

.wp-review-user-rating .review-result-wrapper span img.wp-review-image {
    opacity: .6
}

.wp-review-user-rating .review-result-wrapper span.active i, .wp-review-user-rating .review-result-wrapper span.active img.wp-review-image, .wp-review-user-rating .review-result-wrapper span:hover i, .wp-review-user-rating .review-result-wrapper span:hover img.wp-review-image {
    opacity: 1 !important
}

.wp-review-user-rating .review-result-wrapper .review-result {
    letter-spacing: -2px
}

.wp-review-user-rating .review-result-wrapper .review-result i, .wp-review-user-rating .review-result-wrapper .review-result img.wp-review-image {
    padding-left: 4px
}

.wp-review-user-rating.has-rated .review-result-wrapper:hover .review-result {
    display: block
}

.wp-review-user-rating .review-result-wrapper:hover .review-result, .wp-review-user-rating.wp-review-loading .review-result-wrapper, .wp-review-user-rating.wp-review-loading .wp-review-your-rating {
    display: none
}

.wp-review-user-rating .review-list li {
    border-top: 1px solid
}

.wpr-rating-accept-btn {
    width: 100%;
    float: right;
    border-radius: 0;
    padding: 14px;
    border: 0;
    color: #fff;
    font-size: inherit;
    cursor: pointer
}

.wpr-rating-accept-btn[disabled] {
    cursor: not-allowed
}

.wp-review-rating-input.review-circle canvas, .wp-review-rating-input.review-percentage .review-result-wrapper, .wp-review-rating-input.review-point .review-result-wrapper {
    cursor: pointer
}

.wp-review-comment-form-rating {
    margin-bottom: 15px
}

.wp-review-comment-form-rating .review-list li {
    padding: 10px;
    background: #f9f9f9
}

.wp-review-comment-form-rating .user-review-title {
    margin: 0;
    margin-bottom: 10px
}

.wp-review-comment-form-rating .features-rating-list {
    margin: 0;
    padding: 0
}

.wp-review-comment-field {
    margin-bottom: 10px
}

.review-total-star-comments {
    position: relative;
    display: inline-block
}

.wp-review-comment-title {
    font-size: 18px
}

.comment-text-inner {
    clear: both
}

.comment .review-thumbs .wpr-thumbs-button {
    min-width: auto
}

.comment .review-thumbs .wpr-thumbs-button .wpr-thumbs-icon {
    margin: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px
}

.comment .review-list li {
    margin-bottom: 0
}

.wp-review-comment-rating .review-result-wrapper span {
    cursor: pointer;
    padding-left: 4px
}

.wp-review-comment-rating .review-result-wrapper span i, .wp-review-comment-rating .review-result-wrapper span img.wp-review-image {
    opacity: .6
}

.wp-review-comment-rating .review-result-wrapper span.active i, .wp-review-comment-rating .review-result-wrapper span.active img.wp-review-image, .wp-review-comment-rating .review-result-wrapper span:hover i, .wp-review-comment-rating .review-result-wrapper span:hover img.wp-review-image {
    opacity: 1 !important;
    color: #FFB300
}

.wp-review-comment-rating .review-result-wrapper span:hover ~ span i {
    opacity: 1;
    color: currentColor
}

.wp-review-comment-rating .review-result-wrapper:hover .review-result {
    display: none
}

.wp-review-comment-rating .review-result-wrapper .review-result {
    letter-spacing: -1.9px
}

.wp-review-comment-rating .review-result-wrapper .review-result i, .wp-review-comment-rating .review-result-wrapper .review-result img.wp-review-image {
    padding-left: 4px
}

.wp-review-comment-rating .review-result-wrapper:hover span img {
    opacity: 1
}

.wp-review-comment-rating .review-result-wrapper:hover span:hover ~ span img {
    opacity: .6
}

.wpr-comment-features-rating .wp-review-user-feature-rating-circle {
    height: 50px
}

.wpr-comment-features-rating .review-list .review-circle {
    margin-top: 0;
    height: 50px
}

.wpr-comment-features-rating li .wp-review-user-feature-rating-circle + span {
    margin-top: 14px;
    display: inline-block
}

.rtl .wp-review-comment-rating .review-result-wrapper span i {
    float: right
}

.wp-review-feedback {
    margin-top: 10px
}

.wp-review-feedback .review-btn {
    display: inline-block;
    text-decoration: none;
    background: #eee;
    padding: 3px 9px;
    color: #333;
    border-radius: 4px;
    font-size: 14px
}

.wp-review-feedback .review-btn.voted, .wp-review-feedback .review-btn.voted ~ a {
    cursor: default
}

.wp-review-feedback .review-btn.voted, .wp-review-feedback .review-btn:hover {
    text-decoration: none;
    background: #81C784;
    color: #fff !important
}

.wp-review-feedback .review-btn:nth-child(2) {
    margin-left: 5px
}

.rtl .wp-review-feedback .review-btn:nth-child(2) {
    margin-left: auto;
    margin-right: 5px
}

.wp-review-feedback .review-btn.voted:nth-child(2), .wp-review-feedback .review-btn:nth-child(2):hover {
    text-decoration: none;
    background-color: #E57373;
    color: #fff !important
}

.wp-review-comment-form-title {
    clear: both;
    margin-bottom: 15px
}

.wp-review-comment-form-author label, .wp-review-comment-form-email label, .wp-review-comment-form-url label {
    padding-left: 0 !important;
    margin-left: 0 !important
}

.wp-review-comment-rating-circle-wrapper .review-comment-field-msg {
    vertical-align: middle;
    margin-right: 0
}

.wp-review-comment-rating-circle-wrapper .wp-review-comment-field-inner {
    display: inline-block;
    vertical-align: middle
}

.wp-review-comment-rating .review-result-wrapper a {
    text-decoration: none;
    border: none
}

.wp-review-comment-rating-star .review-total-star {
    float: none
}

.wp-review-comment-rating-circle-wrapper .wp-review-comment-field-inner, .wp-review-comment-rating-star-wrapper .wp-review-comment-field-inner {
    display: inline-block
}

.wp-review-comment-form .wp-review-comment-field-inner {
    display: block
}

.wp-review-comment-form .user-review-title {
    margin: 0 0 10px
}

.wp-review-comment-form .wpr-comment-features-rating > ul {
    margin: 0
}

#comments .wp-review-comment-qualifier, #comments .wp-review-usercomment-image {
    margin-bottom: 15px
}

#comments .wp-review-usercomment-image img {
    float: left !important;
    max-width: 100%
}

#comments .wp-review-usercomment-rating, .wp-review-usercomment-rating {
    margin-bottom: 15px
}

#comments .wp-review-usercomment-rating ol, #comments .wp-review-usercomment-rating ul, .wp-review-usercomment-rating ol, .wp-review-usercomment-rating ul {
    margin: 0;
    margin-bottom: 10px;
    padding-left: 0;
    list-style-type: none
}

#comments .wp-review-usercomment-rating li, .wp-review-usercomment-rating li {
    display: block;
    margin-bottom: 15px
}

#comments .wp-review-usercomment-rating .review-star, .wp-review-usercomment-rating .review-star {
    position: relative;
    top: 0;
    right: 0;
    display: inline-block
}

.wp-review-comment-rating-star {
    display: inline-block
}

#commentform.wp-review-comment-form input, #commentform.wp-review-comment-form select, form.wp-review-comment-form input {
    width: 100%;
    max-width: 100%;
    height: 44px;
    font-size: 16px;
    padding-left: 2.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.rtl #commentform.wp-review-comment-form input, .rtl form.wp-review-comment-form input {
    padding-left: auto;
    padding-right: 2.5%
}

#commentform.wp-review-comment-form textarea, form.wp-review-comment-form textarea {
    width: 100%;
    background: rgba(0, 0, 0, .035);
    border: 1px solid rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .31);
    max-width: 100%;
    font-size: 16px;
    padding-left: 2.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.rtl #commentform.wp-review-comment-form textarea, .rtl form.wp-review-comment-form textarea {
    padding-left: auto;
    padding-right: 2.5%
}

#commentform.wp-review-comment-form > div, form.wp-review-comment-form > div {
    width: 100%;
    margin-bottom: 10px;
    float: left
}

.rtl #commentform.wp-review-comment-form > div, .rtl form.wp-review-comment-form > div {
    float: right
}

.wp-review-thumbnail-wrapper {
    position: relative
}

.wp-review-on-thumbnail {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 2px 4px
}

.wp-review-on-thumbnail.review-type-star .review-total-star {
    margin: 0
}

.review-type-circle.latestPost-review-wrapper, .review-type-circle.wp-review-on-thumbnail {
    height: 44px
}

.latestPost-review-wrapper .wp-review-circle-rating, .wp-review-on-thumbnail .wp-review-circle-rating {
    font-size: 11px !important
}

.review-type-circle.review-total-only, .review-type-circle.wp-review-show-total {
    padding-top: 6px;
    height: 32px
}

.latestPost-review-wrapper {
    padding: 2px 8px;
    background: #444;
    color: #fff
}

.review-type-star.latestPost-review-wrapper .review-result-wrapper {
    color: #fff !important
}

.review-type-star.latestPost-review-wrapper .review-result-wrapper i, .review-type-star.latestPost-review-wrapper .review-result-wrapper img.wp-review-image {
    opacity: .6
}

.review-type-star.latestPost-review-wrapper .review-result-wrapper .review-result {
    color: #fff !important
}

.review-type-star.latestPost-review-wrapper .review-result-wrapper .review-result i, .review-type-star.latestPost-review-wrapper .review-result-wrapper .review-result img.wp-review-image {
    opacity: 1
}

.review-type-thumbs.latestPost-review-wrapper {
    padding: 8px;
    line-height: 1
}

.review-type-thumbs.latestPost-review-wrapper .rating-wrapper {
    vertical-align: middle
}

.review-type-thumbs.latestPost-review-wrapper .rating-wrapper .review-result-wrapper {
    line-height: 23px
}

.review-type-thumbs.latestPost-review-wrapper .wpr-thumbs-icon {
    line-height: 20px;
    font-size: 10px
}

.review-type-thumbs.latestPost-review-wrapper .wpr-thumbs-icon i {
    font-size: 10px;
    color: #fff !important
}

.review-type-thumbs.latestPost-review-wrapper .wpr-thumbs-icon.wpr-thumbs-down-icon i {
    opacity: .7
}

.widget .wp-review-show-total .review-star, .widget .wp-review-user-rating .review-star {
    position: relative;
    top: 0;
    right: 0
}

.review-wrapper .review-result {
    -webkit-transition: width 2s ease;
    -o-transition: width 2s ease;
    transition: width 2s ease
}

.review-wrapper.delay-animation .review-result {
    width: 0 !important;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.animate-spin {
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    display: inline-block
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@media screen and (max-width: 600px) {
    #review.review-wrapper .user-review-area .review-percentage, #review.review-wrapper .user-review-area .review-point {
        width: 100% !important;
        max-width: 100%;
        margin-bottom: 10px
    }

    .user-review-area .user-total-wrapper {
        width: 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 480px) {
    .review-total-wrapper {
        text-align: right
    }

    .user-review-area .user-total-wrapper {
        max-width: 60%;
        line-height: 1.2
    }

    .user-review-area .user-total-wrapper .user-review-title {
        margin-top: 0 !important
    }

    .review-price {
        float: none
    }

    .review-wrapper .review-title {
        font-size: 16px
    }

    .review-total-wrapper .review-total-box {
        padding: 10px 0 20px;
        text-align: right;
        padding-left: 10px
    }

    .reviewed-item-image {
        max-width: 100%;
        width: 100%;
        margin: 0 0 10px 0;
        float: left
    }

    .rtl .review-total-wrapper .review-total-box {
        padding: 10px 0 20px;
        text-align: right;
        padding-left: 0;
        padding-right: 10px
    }

    .review-total-star.allowed-to-rate {
        position: relative;
        right: auto;
        left: 0;
        float: left
    }

    .rtl .review-total-star.allowed-to-rate {
        right: 0;
        left: auto;
        float: right
    }

    .review-pros-cons .review-cons, .review-pros-cons .review-pros {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0
    }

    .review-pros-cons .review-cons p:last-child, .review-pros-cons .review-pros p:last-child {
        margin-bottom: 0
    }

    .review-pros-cons .review-pros {
        padding-bottom: 20px
    }
}

.rtl .review-total-box {
    unicode-bidi: isolate-override
}

.rtl .wp-review-user-rating-total {
    unicode-bidi: -webkit-isolate;
    unicode-bidi: isolate
}

.rtl .wp-review-user-rating-total + small {
    unicode-bidi: plaintext
}

.rtl .review-links li a {
    margin: 0 0 0 10px
}

.stacktable {
    width: 100%
}

.st-head-row {
    padding-top: 1em
}

.st-head-row.st-head-row-main {
    background: #292929;
    color: #fff
}

.st-head-row.st-head-row {
    border-color: #ccc
}

.st-key {
    width: 49%;
    text-align: right;
    padding-right: 1%
}

.st-val {
    width: 49%;
    padding-left: 1%
}

.stacktable.large-only {
    display: table
}

.stacktable.small-only {
    display: none
}

@media (max-width: 800px) {
    .stacktable.large-only {
        display: none
    }

    .stacktable.small-only {
        display: table
    }
}

.comparison-table {
    border-collapse: collapse;
    font-size: 14px
}

.comparison-table td, .comparison-table th {
    border: 1px solid #ccc;
    padding: 10px 15px;
    vertical-align: top
}

.comparison-table th {
    border-color: #000;
    text-align: left
}

.comparison-table tr {
    background: #f9f9f9
}

.comparison-table tr:nth-child(2n) {
    background: #fff
}

.comparison-table thead tr {
    background: #292929;
    color: #fff
}

.comparison-table .review-link {
    display: block;
    line-height: 32px;
    padding: 0 10px;
    text-decoration: none;
    margin-bottom: 5px;
    text-align: center;
    font-size: 14px;
    border: 1px solid;
    border-color: #9c7e31 #90742d #786025;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .4) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .4) inset;
    background: #f0c14b;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7dfa5), to(#f0c14b)) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-linear-gradient(top, #f7dfa5, #f0c14b) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -o-linear-gradient(top, #f7dfa5, #f0c14b) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to bottom, #f7dfa5, #f0c14b) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #111
}

.comparison-table .product-col {
    text-align: center;
    width: 25%
}

.comparison-table .features-col {
    width: 32%
}

.comparison-table .review-total-col {
    width: 10%
}

.comparison-table .product-title {
    text-decoration: none;
    color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none
}

.comparison-table .product-title img {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    margin-bottom: 5px
}

.comparison-table .product-title p {
    margin: 0
}

.comparison-table .review-items {
    list-style: none;
    margin: 0
}

.comparison-table .review-items li:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

.comparison-table .review-star {
    display: block
}

.comparison-table .review-percentage .review-result, .comparison-table .review-point .review-result {
    height: 100%
}

.comparison-table .review-total-only {
    background: transparent !important;
    color: inherit !important;
    padding: 0
}

.comparison-table .features-col .review-thumbs + span {
    display: block;
    width: 100%
}

.comparison-table .features-col .rating-thumbs-output .wpr-thumbs-button {
    width: 100%;
    text-align: left
}

.comparison-table .features-col .rating-thumbs-output .wpr-thumbs-button .wpr-thumbs-icon {
    float: left;
    margin: 0 5px 5px 0;
    border-right: 1px solid rgba(0, 0, 0, .1) !important;
    border-radius: 4px !important
}

.wp-reviews-list {
    position: relative;
    border: 1px solid #e4e4e4;
    background-color: #fff
}

.wp-reviews-list * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.wp-reviews-list ul {
    list-style-type: none
}

.wp-reviews-list .item {
    padding: 10px 15px;
    border-bottom: 1px solid #e4e4e4;
    border-top: 0;
    position: relative;
    list-style-type: none;
    margin: 0
}

.wp-reviews-list .item:last-child {
    border: none
}

.wp-reviews-list img {
    max-width: 100%;
    height: auto
}

.wp-reviews-list a {
    color: #444
}

.wp-reviews-list .thumb_small {
    float: left;
    margin-right: 12px;
    padding-top: 2px;
    width: 65px;
    height: 65px;
    overflow: hidden
}

.wp-reviews-list .thumb_large {
    float: none;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 4px;
    position: relative
}

.wp-reviews-list .entry-title {
    font-weight: 700;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.wp-reviews-list .entry-title span {
    font-weight: 400
}

.wp-reviews-list .entry-title a {
    display: block
}

.wp-reviews-list .postmeta {
    color: #999;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 400;
    float: right
}

.wp-reviews-list .review-count {
    float: left
}

.wp-reviews-list .review-total-only {
    display: inline-block;
    font-weight: 400;
    background: #eee
}

.wp-reviews-list .wp-post-image {
    margin: 0 !important
}

.wp-reviews-list .loading {
    min-height: 120px
}

.wp-reviews-list .loading:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .8);
    z-index: 11
}

.wp-reviews-list .loading:after {
    content: "";
    margin: 0 auto 3em auto;
    font-size: 10px;
    position: absolute;
    top: 45%;
    left: 49%;
    z-index: 12;
    text-indent: -9999em;
    border-top: .4em solid rgba(0, 0, 0, .2);
    border-right: .4em solid rgba(0, 0, 0, .2);
    border-bottom: .4em solid rgba(0, 0, 0, .2);
    border-left: .4em solid #000;
    -webkit-animation: load8 0.5s infinite linear;
    animation: load8 0.5s infinite linear;
    border-radius: 50%;
    width: 2em;
    height: 2em
}

.wp-reviews-list .reviews-pagination {
    padding-bottom: 15px
}

.wp-reviews-list .reviews-pagination a {
    margin: 0 15px
}

.wp-reviews-list .reviews-pagination .next {
    float: right
}

.wpr-businesses .business {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px
}

.wpr-businesses .business:last-of-type {
    margin-bottom: 0
}

.wpr-businesses .business-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    border-right: 1px solid #ccc
}

.wpr-businesses .business-image a, .wpr-businesses .business-image img {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}

.wpr-businesses .business-image img {
    display: block
}

.wpr-businesses .business-data {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: 5px 5px 5px 10px;
    background: #fff
}

.wpr-businesses .business-name {
    font-weight: 700;
    color: #D32323;
    margin-bottom: 8px
}

.wpr-businesses .business-name a, .wpr-businesses .business-name a:focus, .wpr-businesses .business-name a:hover {
    color: inherit !important;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}

.wpr-businesses .review-count {
    color: #777;
    font-size: .8em;
    display: block
}

.wpr-businesses .yelp-logo {
    width: 50px;
    float: right;
    margin-top: 5px
}

.yelp-logo-wrapper {
    padding: 5px 10px
}

.yelp-logo-wrapper .yelp-logo {
    float: right
}

.widget .widget_wp_review_yelp_business .business {
    background: #fff
}

.widget .wpr-place-reviews {
    background: #fff;
    border: 1px solid #e4e4e4
}

.widget .wpr-place-reviews .place-review {
    padding: 10px 15px;
    border-bottom: 1px solid #e4e4e4;
    border-top: 0
}

.widget .wpr-place-reviews .place-review:last-of-type {
    border-bottom: 0
}

.widget .wpr-place-reviews .place-review:last-of-type + img {
    display: none
}

.wpr-place-reviews .place-name {
    font-weight: 700
}

.wpr-place-reviews .place-review {
    padding: 1em 0;
    border-top: 1px solid #ddd
}

.wpr-place-reviews .review-image {
    float: left;
    max-width: 62px;
    margin-right: 10px
}

.wpr-place-reviews .review-data {
    margin-bottom: 5px
}

.wpr-place-reviews .review-data .reviewer-name {
    margin-top: -2px;
    margin-bottom: 4px;
    font-weight: 700
}

.wpr-place-reviews .review-data .reviewer-name a {
    border: 0
}

.wpr-place-reviews .review-rating {
    color: #999;
    font-size: .8em
}

.wpr-place-reviews .review-text {
    overflow: hidden
}

[data-ui-tabs] .ui-tabs-nav {
    list-style: none;
    padding: 0 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin: 10px 0
}

[data-ui-tabs] .ui-tabs-nav li {
    float: left;
    margin: 0;
    list-style-type: none
}

[data-ui-tabs] .ui-tabs-nav a {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 15px;
    background-color: rgba(0, 0, 0, .15);
    outline: 0;
    float: left;
    border: 0;
    color: inherit
}

[data-ui-tabs] .ui-tabs-nav .ui-state-active a {
    background-color: rgba(255, 255, 255, .45)
}

[data-wp-review-tabs] .tab-titles {
    list-style: none;
    padding: 0 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin: 10px 0
}

[data-wp-review-tabs] .tab-title {
    float: left;
    margin: 0;
    list-style-type: none
}

[data-wp-review-tabs] .tab-title button {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 15px;
    background-color: rgba(0, 0, 0, .15);
    outline: 0;
    float: left;
    border: 0;
    color: inherit;
    cursor: pointer;
    font-size: inherit
}

[data-wp-review-tabs] .tab-title.active a {
    background-color: rgba(255, 255, 255, .45)
}

.wpr-embed-page {
    background-color: #fff
}

.wp-review-user-feature-rating-circle {
    float: right
}

.wp-review-user-feature-rating-circle .wp-review-circle-rating-send {
    display: none
}

.wp_review_tab_widget_content {
    position: relative;
    border: 1px solid #E4E4E4
}

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

.wp_review_tab_widget_content a {
    color: #444
}

.wp_review_tab_widget_content ul.wp-review-tabs li {
    list-style: none;
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    border: 0
}

.wp_review_tab_widget_content ul.has-1-tabs li {
    width: 100%;
    float: none;
    margin: 0 auto
}

.wp_review_tab_widget_content ul.has-3-tabs li {
    width: 33.33%
}

.wp_review_tab_widget_content ul.has-4-tabs li {
    width: 50%
}

.wp_review_tab_widget_content .tab_title a {
    display: block;
    background: #f0f0f0;
    border-left: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    padding: 2px 0 4px;
    line-height: 2.4;
    text-decoration: none;
    position: relative;
    font-weight: 700
}

.wp_review_tab_widget_content .tab_title:first-child a {
    margin-left: 0;
    border-left: 0
}

.wp_review_tab_widget_content .tab_title.selected a {
    background: #fff;
    border-bottom: 1px solid #fff
}

.wp_review_tab_widget_content .inside {
    background: #fff
}

.widget .wp_review_tab_widget_content .tab-content li, .wp_review_tab_widget_content .tab-content li {
    list-style-type: none;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 15px 15px;
    border-bottom: 1px solid #E4E4E4;
    text-align: left;
    color: #444;
    background: none;
    position: relative
}

.wp_review_tab_widget_content .tab-content li:last-child {
    border: none;
    margin-bottom: 0
}

.wp_review_tab_thumb_small {
    float: left;
    margin-right: 12px;
    padding-top: 4px;
    width: 65px;
    height: 65px;
    overflow: hidden
}

.wp_review_tab_thumb_large {
    float: none;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 4px;
    position: relative
}

.wp_review_tab_widget_content .entry-title {
    font-weight: 700;
    margin: 0;
    padding: 0
}

.wp_review_tab_widget_content .entry-title span {
    color: #999
}

.wp_review_tab_widget_content .wp-review-tab-postmeta {
    color: #999;
    font-size: 13px;
    float: right;
    margin-top: 5px
}

.wp_review_tab_widget_content .wp-post-image {
    margin: 0 !important
}

.wp_review_tab_widget_content .wp-review-tab-pagination {
    margin: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 15px;
    float: left
}

.wp_review_tab_widget_content .wp-review-tab-pagination a {
    margin: 0 15px
}

.wp-review-tab-pagination a.next {
    float: right
}

.wp-review-tab-loading {
    min-height: 120px
}

.wp-review-tab-loading:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .8);
    z-index: 11
}

.clear {
    clear: both
}

.wp-review-tab-loading:after {
    content: "";
    margin: 0 auto 3em auto;
    font-size: 10px;
    position: absolute;
    top: 45%;
    left: 49%;
    z-index: 12;
    text-indent: -9999em;
    border-top: .4em solid rgba(0, 0, 0, .2);
    border-right: .4em solid rgba(0, 0, 0, .2);
    border-bottom: .4em solid rgba(0, 0, 0, .2);
    border-left: .4em solid #000;
    -webkit-animation: load8 0.5s infinite linear;
    animation: load8 0.5s infinite linear;
    border-radius: 50%;
    width: 2em;
    height: 2em
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.review-total-only.small-thumb {
    font-size: 13px;
    font-weight: 700;
    padding: 1px 4px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 3px
}

.review-total-only.large-thumb {
    position: absolute;
    top: 10px;
    right: 15px;
    border-radius: 0
}

.wp_review_tab_widget_content .has-4-tabs .tab_title.selected a {
    border-bottom: 1px solid #E4E4E4
}

.wp_review_tab_widget_content .has-4-tabs .tab_title:nth-child(3) a {
    border-left: 0
}

.title-right {
    overflow: hidden
}

.review-list li:after, .wp-reviews-list .item:after, .wp-reviews-list .reviews-pagination:after, .wpr-businesses:after, .yelp-logo-wrapper:after, [data-ui-tabs] .ui-tabs-nav:after, [data-wp-review-tabs] .tab-titles:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

.hello-bar {
    padding-top: 5px;
    padding-bottom: 5px;
    background-size: cover;
    position: relative;
    z-index: 1000;
    overflow: hidden
}

.hello-bar--floating {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000
}

.hello-bar__text {
    float: left;
    margin-top: 10px
}

.hello-bar--bottom {
    bottom: 0;
    top: auto
}

.hello-bar__container {
    margin: 0 auto;
    padding: 0 20px
}

.hello-bar__button {
    padding: 5px 15px;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: right;
    border-radius: 3px;
    margin: 5px 0
}

.hello-bar__right {
    float: right
}

.hello-bar__right > div {
    display: inline-block
}

.hello-bar__price {
    margin-right: 10px;
    margin-top: 10px
}

.hello-bar__star-rating {
    margin-right: 10px
}

.hello-bar__star-rating .review-result-wrapper i, .hello-bar__star-rating .review-result-wrapper img.wp-review-image {
    opacity: .6
}

.hello-bar__star-rating .review-result-wrapper .review-result i, .hello-bar__star-rating .review-result-wrapper .review-result img.wp-review-image {
    opacity: 1
}

body.has-hello-bar {
    -webkit-transition: padding-top 0.3s ease;
    -o-transition: padding-top 0.3s ease;
    transition: padding-top 0.3s ease
}

body.admin-bar .hello-bar--top.hello-bar--floating {
    top: 46px
}

@media screen and (min-width: 48.9375em) {
    body.admin-bar .hello-bar--top.hello-bar--floating {
        top: 32px
    }
}

@media screen and (max-width: 600px) {
    .hello-bar__right, .hello-bar__text {
        width: 100%
    }
}

.wp-review-product-rating {
    margin-bottom: 10px
}

.wp-review-comment-form-photo {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    clear: both;
    margin-right: 0;
    margin-left: 0
}

.wp-review-comment-form-photo p {
    margin-bottom: 0
}

.wp-review-comment-form-photo {
    position: relative
}

.wp-review-comment-form-photo a {
    position: absolute;
    top: 0;
    right: 0
}

.wp-review-comment-form-photo #wp_review_comment_attachment_url {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.wp-review-comment-form-photo input {
    margin-top: 8px
}

.wp-review-comment-form-photo input.input-file {
    padding-left: 0
}

.wp-review-comment-form-photo .hide {
    display: none
}

#comments .wp-review-usercomment-image {
    display: block;
    float: left;
    width: 100%
}

.wp_review_comments_template #comments .is_verified {
    color: #b75c21;
    font-weight: 700
}

#commentform.wp-review-comment-form .comment-form-cookies-consent input {
    width: auto;
    height: auto
}

#commentform.wp-review-comment-form .comment-form-cookies-consent label {
    margin-left: 8px
}

body.rtl .hello-bar__container .hello-bar__text {
    float: right
}

body.rtl .hello-bar__container .hello-bar__right {
    float: left
}

body.rtl .hello-bar__container .hello-bar__right .hello-bar__price, body.rtl .hello-bar__container .hello-bar__right .hello-bar__star-rating {
    margin-right: 0;
    margin-left: 10px
}

body.rtl .hello-bar__container .hello-bar__right .hello-bar__button {
    float: left
}

body.rtl .review-wrapper .review-star .wpr-count {
    margin-left: 0;
    margin-right: 3px
}

body.rtl .review-wrapper .review-total-wrapper .review-total-box {
    text-align: left
}

body.rtl .review-wrapper .review-pros-cons .review-pros {
    padding-right: 0;
    padding-left: 10px
}

body.rtl .review-wrapper .review-pros-cons .review-cons {
    padding-left: 0;
    padding-right: 10px
}

body.rtl .review-wrapper .user-review-area .wp-review-user-rating-star {
    float: left
}

body.rtl .wp-review-comment-form-photo a {
    right: auto;
    left: 0
}

body.rtl .review-pros-cons .review-pros {
    padding-right: 0;
    padding-left: 10px
}

body.rtl .review-pros-cons .review-cons {
    padding-right: 10px;
    padding-left: 0
}

body.rtl #comments .wp-review-usercomment-image img {
    float: right !important
}

body.rtl .wpr-businesses .business-data {
    padding-right: 10px;
    padding-left: 5px
}

body.rtl .wp-reviews-list .thumb_small {
    float: right;
    margin-right: 0;
    margin-left: 12px
}

body.rtl .wp-reviews-list .review-count {
    float: right
}

body.rtl .wp-reviews-list .postmeta {
    float: left
}

body.rtl .wp-reviews-list .reviews-pagination .next {
    float: left
}

body.rtl .review-total-only.large-thumb {
    right: auto;
    left: 15px
}

body.rtl .wpr-place-reviews .review-image {
    float: right;
    margin-right: 0;
    margin-left: 10px
}

.review-star .review-result-wrapper:hover span i, .review-star .review-result-wrapper:hover span img.wp-review-image, .review-star .review-result-wrapper span i, .review-star .review-result-wrapper span img.wp-review-image {
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear
}

.wpr-badge {
    border-radius: 3px;
    padding: 5px 30px;
    text-align: center;
    max-width: 240px !important
}

.wpr-badge--fixed {
    position: fixed;
    z-index: 99999;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    margin: 0 !important
}

.wpr-badge__avg {
    margin-right: 10px
}

.wpr-badge__texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    color: #999
}

.wpr-badge__texts span {
    color: #333
}

.wpr-badge .review-thumbs + .wpr-badge__texts {
    display: none
}

.wpr-external-review-badge {
    border-radius: 3px;
    max-width: 240px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    padding: 10px
}

.wpr-external-review-badge__image {
    padding-right: 10px;
    width: 60px
}

.wpr-external-review-badge__image img, .wpr-external-review-badge__image svg {
    display: block;
    max-width: 100%;
    height: auto
}

.wpr-external-review-badge__name {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: normal
}

.wpr-external-review-badge__rating {
    line-height: normal
}
