/*slick*/

.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:0
}
.slick-list.dragging {
    cursor:pointer;
    cursor:hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -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;
    margin-left:auto;
    margin-right:auto
}
.slick-track:after,
.slick-track:before {
    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
}

/*animation start*/
@-webkit-keyframes box-shadow {
    0%, 100% {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0
    }
    50% {
        -webkit-box-shadow: 0 0 0 4px;
        box-shadow: 0 0 0 4px
    }
}

@keyframes box-shadow {
    0%, 100% {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0
    }
    50% {
        -webkit-box-shadow: 0 0 0 4px;
        box-shadow: 0 0 0 4px
    }
}

@-webkit-keyframes zoom-animation {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.5, 1.5, 1);
        transform: scale3d(1.5, 1.5, 1)
    }
}

@keyframes zoom-animation {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.5, 1.5, 1);
        transform: scale3d(1.5, 1.5, 1)
    }
}

@media (prefers-reduced-motion: no-preference) {
    .animate-ambient{
        overflow: hidden;
    }
    .animate-ambient .image{
        animation: animateAmbient 20s linear infinite;
    }

    @keyframes animateAmbient {
        0% {
            transform: rotate(0deg) translateX(2em) rotate(0deg) scale(1.2);
        }
        100% {
            transform: rotate(360deg) translateX(2em) rotate(-360deg) scale(1.2);
        }
    }
}


/*animation end*/


/*component-product*/
.template-product .footer {
    padding-bottom: 70px
}

.productView-variants .form__label {
    display: block;
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 22px;
    text-transform: capitalize;
    text-align: left;
    color: #232323
}

.productView-variants .form__label [data-header-option],.productView-variants .form__label span {
    color: #3c3c3c;
    font-weight: 400;
    margin-left: 2px
}

.productView-variants .product-form__label {
    border-radius: 20px;
    position: relative;
    font-size: 0;
    width: auto;
    min-width: 40px;
    height: 40px;
    line-height: 37px;
    border: 1px solid #cbcbcb;
    background: 0 0;
    cursor: pointer;
    padding: 0 10px;
    opacity: 1;
    margin: 5px 10px 14px 0
}

.productView-variants .product-form__label:hover,.productView-variants .product-form__label.selected, .productView-variants .product-form__radio:checked + .product-form__label {
    /*border-color: #232323*/
    border-color: #e95144
}

.productView-variants .product-form__label .text {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #232323;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s
}

.productView-variants .product-form__label.soldout {
    opacity: .5
}

.productView-variants .product-form__label.soldout::before {
    content: "";
    top: 50%;
    left: 0;
    height: 1px;
    opacity: 1;
    z-index: 1;
    border: none;
    position: absolute;
    visibility: visible;
    width: 100%;
    background-color: #e95144;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
}

.productView-variants .product-form__swatch .product-form__label,.color-option {
    border-radius: 50%;
    line-height: 40px;
    padding: 3px !important;
    margin-bottom: 3px
}

.productView-variants .product-form__swatch .product-form__label .pattern, .productView-variants .color-option .pattern  {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    position: relative;
    background-size: cover
}

.productView-rating, .review-rating {
    display: inline-block;
    vertical-align: bottom;
    margin-left: -2px
}

.productView-information .card-price .money, .productView-rating .spr-badge-starrating, .review-rating .spr-badge-starrating {
    font-size: 18px
}

.productView-rating .spr-icon::before, .review-rating .spr-icon::before {
    font-family: inherit;
    font-size: 18px;
    font-style: normal;
    width: auto;
    height: auto;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none
}

.productView-rating .spr-icon.spr-icon-star::before, .review-rating .spr-icon.spr-icon-star::before {
    content: "\2605";
    color: #ffb20d
}

.productView-rating .spr-icon.spr-icon-star-empty::before, .review-rating .spr-icon.spr-icon-star-empty::before {
    content: "\2605";
    color: #c8c8c8
}

.productView-rating .spr-badge-caption, .review-rating .spr-badge-caption {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 0 10px;
    text-transform: capitalize;
    letter-spacing: .02em
}

.productView-short-desc {
    font-size: 12px;
    line-height: 24px;
    color: #3c3c3c;
    padding: 14px 0 0
}

.productView-soldProduct {
    margin-left: 23px;
    display: inline-block;
    vertical-align: bottom
}

.productView-soldProduct .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: .02em;
    color: #e95144
}

.productView-soldProduct .icon {
    width: 18px;
    height: 18px;
    position: relative;
    top: -2px;
    fill: #e95144;
    margin-right: 7px
}

.productView-countDown {
    margin-bottom: 19px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    letter-spacing: 0;
    text-align: left
}

.productView-countDown .num {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #f0f0f0;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 13px 10px 10px;
    color: #232323;
    font-weight: 600;
    background-color: transparent;
    text-align: center;
    min-width: 55px;
    line-height: 1.6
}

.productView-countDown .num span {
    color: #3c3c3c;
    font-weight: 400;
    font-size: 12px;
    display: block;
    text-transform: capitalize
}

.productView-countDown .num + .num {
    margin-left: 5px
}

.productView-countDown.style-2 .title-countDown {
    font-size: 15px;
    color: #000;
    border-bottom: 1px solid;
    margin-right: 11px;
    position: relative;
    top: 5px
}

.previewCartItem-qty .btn-quantity.plus::after, .previewCartItem-qty .btn-quantity::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    left: 10px;
    top: 22px;
    background: #5a5a5a
}

.productView-countDown.style-2 .num {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    display: inline-block;
    min-width: inherit;
    border: none;
    padding: 0
}

.productView-countDown.style-2 .num span {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    display: inline-block
}

.productView-countDown.style-3 {
    margin-bottom: 11px
}

.productView-countDown.style-3 .num, .productView-countDown.style-3 span {
    border: none;
    padding: 0;
    color: #e10600;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    min-width: auto;
    text-transform: lowercase
}

.productView-countDown.style-3 span {
    padding-left: 5px
}

.product-quantity .form__label {
    display: block;
    font-weight: 500;
    color: #3c3c3c;
    letter-spacing: .02em
}

.previewCartItem-qty {
    display: inline-block;
    vertical-align: middle;
    width: 94px;
    margin-top: 14px;
    position: relative
}

.previewCartItem-qty .quantity {
    padding: 11px 14px 10px 20px;
    text-align: center
}

.previewCartItem-qty .btn-quantity {
    width: 32px;
    height: 45px;
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.previewCartItem-qty .btn-quantity.plus {
    right: 0;
    left: auto
}

.previewCartItem-qty .btn-quantity.plus::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.productView-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.productView-information .halo-productView-left {
    width: 100%;
    position: relative;
    margin-bottom: 30px
}

.productView-information .halo-productView-left .productView-images-wrapper, .productView-tab .tab-content .halo-custom-banner .halo-row-item .item {
    position: relative
}

.productView-information .halo-productView-left .card__badge {
    top: 0
}

.productView-information .halo-productView-left .card__badge.badge-left {
    left: 0
}

.productView-information .halo-productView-left .card__badge.badge-right {
    right: 0
}

.productView-information .halo-productView-left .productView-thumbnail-wrapper {
    margin: 8px 0 0;
    position: relative
}

.productView-information .halo-productView-left .productView-thumbnail-wrapper .productView-for {
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    padding: 0 35px
}

.productView-information .halo-productView-left .productView-thumbnail-wrapper .productView-thumbnail {
    padding: 0 8px
}

.productView-information .halo-productView-left .productView-thumbnail-wrapper .productView-thumbnail .productView-thumbnail-link {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%
}

.productView-information .halo-productView-left .productView-thumbnail-wrapper .slick-current .productView-thumbnail-link img {
    opacity: .3
}

.productView-information .halo-productView-left .productView-thumbnail-wrapper .slick-arrow {
    width: 30px;
    height: 30px;
    top: 50%;
    padding: 3px !important;
    border: none
}

.productView-information .halo-productView-left .productView-thumbnail-wrapper .slick-arrow svg {
    width: 100%;
    height: 100%
}

.frequently-bought-together-block .bundle-product-left .bundlePdItem .bundle-product-options .halo-popup-header .halo-popup-close, .productView-information .halo-productView-left .productView-thumbnail-wrapper .slick-arrow:hover {
    background: 0 0
}

.productView-information .halo-productView-left .productView-thumbnail-wrapper .slick-arrow:hover svg {
    fill: #cbcbcb
}

.frequently-bought-together-block .bundle-product-left, .productView-information .halo-productView-right, .productView-information .previewCartAction .previewCartGroup .previewCartGroup-top .productView-action, .productView-tab .nav-tabs .nav-item .nav-link.active::after, .productView-tab .nav-tabs .nav-item .nav-link:hover::after {
    width: 100%
}

.productView-information .halo-productView-right .productView-title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #232323;
    margin: 0 0 2px;
    line-height: 30px;
    position: relative;
    top: -7px
}

.productView-information .productView-info {
    margin: 13px 0 16px
}

.productView-information .productView-info .productView-info-item {
    padding-bottom: 2px
}

.productView-information .productView-info .productView-info-item span {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .02em
}

.productView-information .card-price {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 23px
}

.productView-information .quantity_selector {
    margin: 7px 0 8px
}

.productView-information .quantity_selector .quantity__label {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 7px;
    font-weight: 500
}

.productView-information .quantity_selector .previewCartItem-qty {
    margin-top: 0;
    width: 110px
}

.productView-information .productView-subtotal {
    margin: 8px 0 10px
}

.productView-information .productView-subtotal .text {
    color: #232323;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: .02em
}

.productView-information .productView-subtotal .money {
    color: #232323;
    font-size: 13px;
    font-weight: 500;
    line-height: 23px
}

.productView-information .productView-perks {
    margin: 18px 0 23px;
    display: block;
    white-space: nowrap;
    overflow-x: auto
}

.productView-information .productView-perks .link, .productView-stickyCart .sticky-product .sticky-right .sticky-actions form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.productView-information .productView-perks .link .icon {
    fill: #232323;
    stroke: transparent;
    margin: 0 10px 0 0;
    position: relative;
    top: -1px
}

.productView-information .productView-perks .link .text {
    font-weight: 400;
    line-height: 22px;
    letter-spacing: .02em;
    display: inline-block;
    vertical-align: middle
}

.productView-information .productView-perks .productView-sizeChart {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0
}

.productView-information .productView-perks .productView-sizeChart .icon {
    width: 25px;
    height: 16px
}

.productView-information .productView-perks .productView-askAnExpert, .productView-information .productView-perks .productView-compareColor {
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle
}

.productView-information .productView-perks .productView-compareColor .icon {
    width: 18px;
    height: 18px
}

.productView-information .productView-perks .productView-askAnExpert .icon {
    width: 21px;
    height: 21px
}

.productView-information .productView-share {
    display: inline-block;
    position: relative
}

.productView-information .productView-share .share-button {
    display: inline-block;
    vertical-align: top;
    width: auto;
    border: none;
    min-width: auto;
    font-size: 0;
    padding: 14px 0 14px 15px;
    color: #232323;
    background-color: #fff
}

.productView-information .productView-share .share-button .icon {
    width: 20px;
    height: 20px;
    vertical-align: top
}

.productView-information .productView-share .share-button span {
    text-decoration: underline;
    text-underline-offset: 0.2rem;
    padding-left: 9px;
    font-size: 12px;
    letter-spacing: .02em;
    color: #3c3c3c;
    text-transform: capitalize;
    font-weight: 400
}

.productView-information .productView-share .share-button:hover span {
    color: #e95144
}

.productView-information .previewCartAction .previewCartGroup .previewCartGroup-top .productView-wishlist a.wishlist-added svg, .productView-information .previewCartAction .previewCartGroup .previewCartGroup-top .productView-wishlist a:hover svg, .productView-information .productView-share .share-button:hover svg {
    fill: #e95144
}

.productView-information .previewCartAction .previewCartGroup .previewCartGroup-top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0
}

.productView-information .previewCartAction .previewCartGroup .previewCartGroup-top .productView-action .button, .productView-information .previewCartAction .previewCartGroup-bottom .button {
    padding: 14px 15px
}

.productView-information .previewCartAction .previewCartGroup .previewCartGroup-top .productView-wishlist {
    margin: 0 0 0 15px
}

.productView-information .previewCartAction .previewCartGroup .previewCartGroup-top .productView-wishlist a {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #c7c7c7;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    padding: 12px;
    border-radius: 50%
}

.productView-information .previewCartAction .previewCartGroup .previewCartGroup-top .productView-wishlist a svg {
    width: 100%;
    height: 100%;
    fill: #232323
}

.productView-information .previewCartAction .previewCartGroup .previewCartGroup-top .productView-wishlist a.wishlist-added, .productView-information .previewCartAction .previewCartGroup .previewCartGroup-top .productView-wishlist a:hover {
    border-color: #e95144
}

.productView-information .previewCartAction .previewCartCheckbox {
    margin: 14px 0 12px
}

.productView-information .share-button__fallback {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: auto;
    right: 0;
    padding: 2rem;
    top: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    width: 300px;
    background: #fff;
    -webkit-box-shadow: 0 3px 7px #0003;
    box-shadow: 0 3px 7px #0003;
    -webkit-transition: .5s;
    transition: .5s
}

.productView-information .share-button__fallback.is-open {
    top: calc(100% + 15px);
    opacity: 1;
    z-index: 999;
    visibility: visible
}

.productView-information .share-button__fallback .share-button__close {
    position: absolute;
    top: 14px;
    right: 22px;
    font-size: 0
}

.productView-information .share-button__fallback .form-label {
    letter-spacing: .02em
}

.productView-information .share-button__fallback .share-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.productView-information .share-button__fallback .form-field {
    width: calc(100% - 56px)
}

.productView-information .share-button__fallback .button {
    width: 46px;
    margin: 0 0 0 10px;
    min-width: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 0
}

.productView-information .share-button__fallback .button svg {
    fill: #ffffff;
    height: auto
}

.productView-information .productView-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
}

.productView-information .productView-more svg  {
    width: 19px;
    height: 19px;
    margin: -2px 10px 0 0;
    /*fill: #232323;*/
    fill: #198754;
    font-size: 1.25rem;
}
.productView-information .productView-more i{
    color: #198754;
    margin: -2px 10px 0 0;
    font-size: 1.25rem;
}

.productView-information .productView-more .text {
    /*color: #3c3c3c;*/
    color: #198754;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 22px
}

.productView-pickupAvailable {
    margin: 25px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.productView-pickupAvailable .icon {
    position: relative;
    top: -1px
}

.productView-pickupAvailable .icon svg {
    margin-right: 15px;
    width: 17px;
    height: 17px;
    fill: #108043
}

.productView-pickupAvailable span {
    display: block;
    font-size: 12px;
    letter-spacing: .02em;
    padding-bottom: 3px
}

.productView-pickupAvailable a {
    margin-top: 10px;
    display: block
}

.productView-securityImage {
    margin: 28px 0 20px
}

.productView-securityImage ul {
    font-size: 0;
    letter-spacing: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin: 0
}

.productView-securityImage ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-bottom: 5px
}

.frequently-bought-together-block .bundle-product-wrapper .slick-slide:first-child .bundlePdItem-wrapper::before, .frequently-bought-together-block .halo-block-header .title:before, .productView-nextProducts {
    display: none
}

.frequently-bought-together-block {
    padding-bottom: 70px;
    padding-top: 36px;
    margin-top: 27px;
    background: #f8f8f8
}

.frequently-bought-together-block .halo-block-header {
    margin: 0 0 35px
}

.frequently-bought-together-block .halo-block-header .title {
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .02em;
    color: #232323
}

.frequently-bought-together-block .bundle-product-wrapper .slick-arrow {
    top: -51px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border: none;
    background: 0 0;
    padding: 4px !important;
    width: 28px;
    height: 28px
}

.frequently-bought-together-block .bundle-product-wrapper .slick-arrow.slick-next {
    right: 5px
}

.frequently-bought-together-block .bundle-product-wrapper .slick-arrow.slick-prev {
    left: inherit;
    right: 42px
}

.frequently-bought-together-block .bundle-product-wrapper .slick-arrow svg {
    top: -8px
}

.frequently-bought-together-block .bundle-product-wrapper .slick-arrow:hover svg {
    fill: #232323
}

.frequently-bought-together-block .bundle-product-wrapper .slick-dots {
    padding: 25px 0 0
}

.frequently-bought-together-block .bundle-product-wrapper .slick-active.slick-current .bundlePdItem .bundle-product-options {
    right: auto;
    left: 0
}

.frequently-bought-together-block .bundle-product-wrapper .slick-active.slick-current .bundlePdItem.is-open .bundle-product-options {
    right: auto;
    left: 15px
}

.frequently-bought-together-block .bundle-product-left .bundlePdItem {
    padding-left: 15px;
    padding-right: 15px
}

.frequently-bought-together-block .bundle-product-left .bundlePdItem .bundlePdItem-wrapper {
    padding: 10px;
    background-color: #fff;
    position: relative
}

.frequently-bought-together-block .bundle-product-left .bundlePdItem .bundlePdItem-wrapper:before {
    content: "+";
    position: absolute;
    font-size: 24px;
    left: -15px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #3e3e3e;
    z-index: 1
}

.frequently-bought-together-block .bundle-product-left .bundlePdItem .bundle-product-content {
    padding: 20px 0 0;
    text-align: left
}

.frequently-bought-together-block .bundle-product-left .bundlePdItem .bundle-product-content .bundle-product-checkbox {
    position: relative;
    width: 100%;
    padding-bottom: 7px
}

.frequently-bought-together-block .bundle-product-left .bundlePdItem .bundle-product-content .product-title {
    overflow: hidden;
    white-space: normal;
    display: inline;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-weight: 400
}

.frequently-bought-together-block .bundle-product-left .bundlePdItem .bundle-product-content .card-price {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 16px
}

.frequently-bought-together-block .bundle-product-left .bundlePdItem .bundle-product-content .button {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 12px
}

.frequently-bought-together-block .bundle-product-left .bundlePdItem .bundle-product-options {
    max-width: 400px;
    width: 285px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-box-shadow: 0 3px 7px #0003;
    box-shadow: 0 3px 7px #0003;
    z-index: 9999
}

.frequently-bought-together-block .bundle-product-left .bundlePdItem .bundle-product-options .halo-popup-header {
    background-color: #f5f5f5;
    padding: 0 20px;
    margin: 0
}

.frequently-bought-together-block .bundle-product-left .bundlePdItem .bundle-product-options .halo-popup-header .halo-popup-title {
    padding-top: 12px;
    padding-bottom: 10px;
    letter-spacing: .02em;
    text-align: left;
    font-size: 14px
}

.frequently-bought-together-block .bundle-product-left .bundlePdItem .bundle-product-options .halo-popup-wrapper {
    padding: 20px
}

.frequently-bought-together-block .bundle-product-left .bundlePdItem.is-open .bundle-product-options {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 101;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.frequently-bought-together-block .bundle-product-right {
    background: #f8f8f8;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0 0 15px;
    text-align: left
}

.frequently-bought-together-block .bundle-product-right .bundle-product-totalPrice {
    display: block;
    letter-spacing: 0;
    font-size: 0;
    margin-bottom: 17px
}

.frequently-bought-together-block .bundle-product-right .bundle-product-totalPrice .text {
    display: block;
    color: #3c3c3c;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 10px;
    letter-spacing: .02em
}

.frequently-bought-together-block .bundle-product-right .bundle-product-totalPrice .old-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
    color: #969696;
    margin: 0 10px 0 0;
    text-decoration: line-through
}

.frequently-bought-together-block .bundle-product-right .bundle-product-totalPrice .bundle-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    color: #e95144
}

.frequently-bought-together-block .bundle-product-right .bundle-product-action .button {
    max-width: 210px;
    width: 100%;
    min-width: 210px;
    margin: 0
}

.frequently-bought-together-block .bundle-product-right .bundle-product-text {
    padding-top: 15px;
    max-width: 210px;
    margin: 0;
    line-height: 22px
}

.productView-stickyCart {
    position: fixed;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #ededed
}

.productView-stickyCart.show-sticky {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: auto;
    bottom: 69px
}

.productView-stickyCart .sticky-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.productView-stickyCart .sticky-product .sticky-left {
    display: none;
    width: calc(100% - 650px)
}

.productView-stickyCart .sticky-product .sticky-left .sticky-image {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 55px;
    overflow: hidden
}

.productView-stickyCart .sticky-product .sticky-left .sticky-info {
    padding-left: 20px;
    width: calc(100% - 45px)
}

.productView-stickyCart .sticky-product .sticky-left .sticky-info .sticky-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: .02em;
    text-transform: capitalize;
    color: #232323;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin: 0
}

.productView-stickyCart .sticky-product .sticky-left .sticky-info .sticky-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 22px;
    color: #232323
}

.productView-stickyCart .sticky-product .sticky-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.productView-stickyCart .sticky-product .sticky-right .sticky-options {
    width: 100%;
    max-width: 250px;
    margin-bottom: 0;
    margin-right: 15px
}

.productView-stickyCart .sticky-product .sticky-right .sticky-options .product-option {
    font-size: 12px;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 0 10px
}

.productView-stickyCart .sticky-product .sticky-right .sticky-options .form__select {
    position: relative;
    background: #f5f5f5
}

.productView-stickyCart .sticky-product .sticky-right .sticky-options .form__select .select__select {
    padding-top: 10px;
    padding-bottom: 11px;
    padding-right: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: 0 0
}

.productView-stickyCart .sticky-product .sticky-right .sticky-options .form__select .icon-dropdown {
    width: 45px;
    height: 45px;
    top: 0;
    bottom: inherit;
    right: 0;
    z-index: 1
}

.productView-stickyCart .sticky-product .sticky-right .sticky-actions {
    padding-right: 0
}

.productView-stickyCart .sticky-product .sticky-right .sticky-actions form .quantity_selector {
    margin: 0 15px 0 0
}

.productView-stickyCart .sticky-product .sticky-right .sticky-actions form .quantity_selector .previewCartItem-qty {
    margin: 0;
    width: 100px
}

.productView-stickyCart .sticky-product .sticky-right .sticky-actions form .quantity_selector .previewCartItem-qty .quantity, .productView-stickyCart .sticky-product .sticky-right .sticky-actions form .quantity_selector .previewCartItem-qty a {
    background: #f5f5f5;
    border: 1px solid #f5f5f5
}

.productView-stickyCart .sticky-product .sticky-right .sticky-actions form .product-form__submit {
    width: 210px
}

.show-sticky-cart.notification-show .halo-notification-popup {
    bottom: 150px !important
}

.productView-notifyMe {
    padding: 30px 0 2px
}

.productView-notifyMe .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.productView-notifyMe .form-label {
    color: #3c3c3c
}

.productView-notifyMe .form-input {
    width: calc(100% - 185px)
}

.productView-notifyMe .button {
    width: 175px !important;
    margin: 0 0 0 10px
}

.productView-tab .nav-tabs {
    text-align: center;
    margin: 32px 0 20px;
    border-bottom: 1px solid #e6e6e6;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none
}

.productView-tab .nav-tabs .nav-item {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    position: relative;
    text-align: left
}

.productView-tab .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    padding: 15px 0;
    margin: 0 15px;
    overflow: visible;
    position: relative;
    border: none;
    display: block;
    letter-spacing: .02em;
    color: #000
}

.productView-tab .nav-tabs .nav-item .nav-link::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 3px;
    -webkit-transition: .5s;
    transition: .5s;
    background: #000
}

.productView-tab .tab-content {
    padding: 18px 0 15px
}

.productView-tab .tab-content .toggle-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    padding: 18px 0 16px;
    margin: 0;
    color: #000;
    letter-spacing: .02em;
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
    position: relative;
    border-top: 1px solid #e6e6e6;
    cursor: pointer
}

.productView-tab .tab-content .toggle-title::after, .productView-tab .tab-content .toggle-title::before {
    content: "";
    position: absolute;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    background-color: #232323;
    transition: transform 350ms, visibility 350ms, -webkit-transform 350ms
}

.productView-tab .tab-content .toggle-title::before {
    right: 5px;
    width: 2px;
    height: 12px
}

.productView-tab .tab-content .toggle-title::after {
    right: 0;
    width: 12px;
    height: 2px
}

.productView-tab .tab-content .toggle-title.is-clicked::before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.productView-tab .tab-content .toggle-content h4 {
    margin-top: 25px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: .02em;
    color: #232323
}

.productView-tab .tab-content .toggle-content ol, .productView-tab .tab-content .toggle-content ul {
    margin-left: 25px
}

.productView-tab .tab-content .toggle-content ol li, .productView-tab .tab-content .toggle-content ul li {
    padding-left: 2px;
    color: #3c3c3c;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    list-style-type: disc
}

#tab-review .spr-form .spr-form-actions, .productView-tab .tab-content .toggle-content ol li + li, .productView-tab .tab-content .toggle-content ul li + li {
    margin-top: 5px
}

.productView-tab .tab-content .toggle-content ol li {
    list-style-type: auto;
    padding-left: 5px
}

.productView-tab .tab-content .blockQuote {
    margin-top: 18px
}

.productView-tab .tab-content .blockQuote .title {
    color: #3c3c3c;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 22px;
    letter-spacing: .02em
}

.productView-tab .tab-content .blockQuote .blockQuote-content {
    color: #3c3c3c;
    font-size: 12px
}

.productView-tab .tab-content .blockQuote .blockQuote-content.has-bg {
    padding: 30px 40px;
    background-color: #fafafa
}

.productView-tab .tab-content .blockQuote + .blockQuote {
    margin-top: 40px
}

.productView-tab .tab-content .blockQuote + .blockQuote .title {
    margin-bottom: 18px
}

.productView-tab .tab-content .halo-custom-banner {
    margin: 25px 0 0
}

.productView-tab .tab-content .halo-custom-banner > .row > .halo-row-item {
    padding-top: 15px;
    padding-bottom: 15px
}

.productView-tab .tab-content .halo-custom-banner .halo-row-item .wrapper-content {
    border: 1px solid #232323;
    width: 100%;
    height: 100%
}

.productView-tab .tab-content .halo-custom-banner .halo-row-item .banner-title {
    font-size: 30px;
    letter-spacing: .02em;
    margin-bottom: 20px
}

.productView-tab .tab-content .halo-custom-banner .halo-row-item .desc {
    font-size: 12px;
    letter-spacing: .02em;
    color: #3c3c3c;
    line-height: 22px;
    margin: 0 auto 35px;
    max-width: 320px
}

.productView-tab .tab-content .halo-custom-banner .halo-row-item .button {
    width: 100%;
    max-width: 217px
}

.productView-tab .tab-content .custom-desc {
    margin-top: 30px
}

.productView-tab .tab-content .custom-desc dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #cbcbcb;
    margin: 0;
    border-bottom: none
}

.productView-tab .tab-content .custom-desc dl dd, .productView-tab .tab-content .custom-desc dl dt {
    padding: 11px 10px 10px
}

.productView-tab .tab-content .custom-desc dl dt {
    font-weight: 500;
    max-width: 400px;
    min-width: 150px;
    color: #232323;
    letter-spacing: .02em;
    margin: 0
}

.productView-tab .tab-content .custom-desc dl dd {
    border-left: 1px solid #cbcbcb;
    margin: 0;
    letter-spacing: .02em;
    color: #3c3c3c
}

.productView-tab .tab-content .custom-desc dl:last-child {
    border-bottom: 1px solid #cbcbcb
}

.productView-tab .tab-content .custom-desc.style-2, .productView-tab.layout-vertical .tab-content .toggle-content .wrapper-content .custom-desc {
    margin: 0
}

.productView-tab .tab-content .custom-desc.style-2 dd, .productView-tab .tab-content .custom-desc.style-2 dl {
    border: none
}

.productView-tab .tab-content .custom-desc.style-2 dl:nth-child(odd) {
    background: #f1f1f1
}

.productView-tab .tab-content .custom-desc.style-2 p {
    margin-top: 25px
}

.productView-tab .tab-content #tab-shipping-return h4 {
    margin-top: 0;
    letter-spacing: .02em;
    color: #232323;
    font-size: 14px;
    margin-bottom: 12px
}

.productView-tab .tab-content #tab-shipping-return p {
    font-size: 12px;
    letter-spacing: .02em;
    line-height: 24px;
    color: #3c3c3c;
    margin-bottom: 23px
}

.productView-tab.layout-vertical .tab-content .toggle-title {
    display: block
}

.productView-tab.layout-vertical .tab-content > .tab-pane {
    display: block;
    opacity: 1
}

.productView-tab.layout-vertical .tab-content .toggle-content {
    -webkit-transition: max-height .5s ease-out;
    transition: max-height .5s ease-out;
    max-height: 0;
    position: relative;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    border-bottom: 1px solid transparent
}

.productView-tab.layout-vertical .tab-content .toggle-content .wrapper-content {
    padding: 15px 0 30px
}

.productView-tab.layout-vertical .tab-content .toggle-content .wrapper-content .custom-desc dl dt {
    max-width: 170px
}

#tab-review .productView-review .spr-header {
    margin-top: -10px
}

#tab-review .productView-review .spr-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#tab-review .productView-review .spr-summary .spr-starrating {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 0
}

#tab-review .productView-review .spr-summary .spr-summary-caption {
    margin-bottom: 17px;
    letter-spacing: .02em
}

#tab-review .productView-review .spr-summary .button {
    width: 100%;
    max-width: 218px;
    font-size: 14px
}

#tab-review .spr-form {
    width: 100%;
    max-width: 570px
}

#tab-review .spr-form .spr-form-title {
    display: block;
    text-align: left;
    text-transform: uppercase;
    margin: 42px 0 26px;
    font-size: 14px;
    letter-spacing: .05em
}

#tab-review .spr-form .spr-form-contact-email, #tab-review .spr-form .spr-form-contact-location, #tab-review .spr-form .spr-form-contact-name, #tab-review .spr-form .spr-form-review-body, #tab-review .spr-form .spr-form-review-rating, #tab-review .spr-form .spr-form-review-title {
    margin: 0 0 20px
}

#tab-review .spr-form .spr-form-review-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#tab-review .spr-form .spr-form-review-rating .spr-form-label {
    width: 60px;
    margin: 0
}

#tab-review .spr-form .spr-form-review-rating .spr-badge-starrating {
    font-size: 38px
}

#tab-review .spr-form .spr-form-review-rating .spr-badge-starrating .spr-icon::before {
    font-size: 29px
}

#tab-review .spr-form .spr-form-input-textarea {
    padding: 20px 17px
}

#tab-review .spr-form .spr-form-actions .button {
    width: 100%;
    max-width: 220px;
    padding-bottom: 14px;
    padding-top: 14px
}

#tab-review .spr-reviews {
    margin: 35px 0 0
}

#tab-review .spr-reviews .spr-review {
    display: inline-block;
    vertical-align: top;
    margin: 15px 0 0;
    padding: 25px 30px 35px;
    border: 1px solid #e6e6e6;
    width: 100%;
    background-color: #fff;
    position: relative
}

#tab-review .spr-reviews .spr-review .spr-review-header-title {
    color: #232323;
    font-size: 14px;
    text-transform: capitalize;
    margin: 8px 0 9px;
    letter-spacing: .02em;
    font-weight: 600
}

#tab-review .spr-reviews .spr-review .spr-review-header-byline {
    display: block;
    color: #999;
    margin: 0 0 12px;
    opacity: 1
}

#tab-review .spr-reviews .spr-review .spr-review-header-byline strong {
    font-weight: 400;
    letter-spacing: .02em
}

#tab-review .spr-reviews .spr-review .spr-review-content-body {
    color: #232323
}

#tab-review .spr-reviews .spr-review .spr-review-footer {
    position: absolute;
    top: 55px;
    right: 35px
}

#tab-review .spr-reviews .spr-review .spr-review-footer .spr-review-reportreview {
    display: inline-block;
    vertical-align: top;
    float: none;
    font-style: normal;
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    font-size: var(--font-body-size);
    color: #e95144
}

.image-zoom {
    width: 100%;
    height: 100%;
    cursor: crosshair
}

.image-zoom img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 1024px) {
    .productView-tab .tab-content .toggle-content {
        overflow-y: auto !important;
        overflow-x: hidden !important
    }
}

@media (max-width: 992px) {
    .productView-soldProduct {
        display: block;
        margin-left: 0;
        margin-top: 10px
    }
}

@media (max-width: 767px) {
    .halo-custom-banner .item {
        width: 100%;
        margin-bottom: 15px
    }

    .halo-custom-banner .item .content-box {
        position: relative;
        padding: 35px 15px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        top: 0
    }

    .halo-custom-banner .item .content-box .button {
        margin-top: 0
    }

    .productView-tab .tab-content > .tab-pane {
        display: block;
        opacity: 1
    }

    .productView-tab .tab-content .toggle-content {
        -webkit-transition: max-height .5s ease-out;
        transition: max-height .5s ease-out;
        max-height: 0;
        overflow: hidden;
        position: relative
    }

    .productView-tab .tab-content .toggle-content .wrapper-content {
        padding: 15px 0 30px
    }
}

@media (max-width: 551px) {
    .productView-soldProduct {
        margin-left: 0;
        display: block;
        margin-top: 10px
    }

    .frequently-bought-together-block .bundle-product-left .bundlePdItem {
        padding: 0
    }

    .frequently-bought-together-block .bundle-product-left .bundlePdItem .bundlePdItem-wrapper::before, .productView-stickyCart .sticky-product .sticky-right .sticky-actions form .quantity_selector {
        display: none
    }

    .productView-stickyCart .sticky-product .sticky-right .sticky-actions form .product-form__submit {
        width: 160px
    }

    .productView-tab .tab-content #tab-review .spr-reviews .spr-review {
        padding: 25px 20px 35px
    }

    .productView-tab .tab-content #tab-review .spr-reviews .spr-review .spr-review-footer {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 15px
    }
}

@media (min-width: 768px) {
    .productView-information .halo-productView-left {
        width: 50%;
        margin-bottom: 0;
        position: -webkit-sticky;
        position: sticky;
        top: 30px
    }

    .productView-information .halo-productView-right {
        width: 50%;
        padding-left: 30px
    }

    .frequently-bought-together-block .bundle-product-left .bundlePdItem .bundlePdItem-wrapper {
        padding: 15px
    }

    .productView-tab .nav-tabs {
        display: block
    }

    .productView-tab .tab-content .toggle-title {
        display: none
    }

    .halo-custom-banner .halo-row-item.style-2 .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media (min-width: 992px) {
    .productView-securityImage ul li {
        margin-right: 20px;
        margin-bottom: 20px
    }

    .productView-tab .nav-tabs .nav-item .nav-link {
        margin: 0 26px
    }

    .productView-stickyCart .sticky-product .sticky-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .productView-stickyCart .sticky-product .sticky-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 650px
    }
}

@media (min-width: 1025px) {
    .productView-securityImage ul {
        overflow: visible
    }

    .productView-nextProducts {
        display: block;
        position: absolute;
        right: 0;
        top: 20px;
        z-index: 4
    }

    .productView-nextProducts .next-prev-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .productView-nextProducts .next-prev-icons .next-prev-icon.next-icon {
        margin-left: 24px
    }

    .productView-nextProducts .next-prev-icons .next-prev-icon .icon {
        width: 15px;
        height: 15px
    }

    .productView-nextProducts .next-prev-modal {
        position: absolute;
        top: calc(100% - 6px);
        left: auto;
        right: 0;
        z-index: 3;
        padding-top: 10px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        -webkit-transition: -webkit-transform 350ms;
        transition: transform 350ms;
        transition: transform 350ms, -webkit-transform 350ms
    }

    .productView-nextProducts .next-prev-modal .next-prev-content {
        display: none;
        width: 250px;
        background: #fff;
        padding: 10px 10px 8px 15px;
        -webkit-box-shadow: 0 3px 7px #0003;
        box-shadow: 0 3px 7px #0003
    }

    .productView-nextProducts .next-prev-modal .next-prev-content.is-active {
        display: block
    }

    .productView-nextProducts .next-prev-modal .card-information {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .productView-nextProducts .next-prev-modal .card-information .card-information__wrapper {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 60px);
        padding: 0 25px 0 0;
        position: relative;
        top: -6px
    }

    .productView-nextProducts .next-prev-modal .card-information .card-vendor {
        margin: 0;
        overflow: hidden
    }

    .productView-nextProducts .next-prev-modal .card-information .card-vendor a {
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        color: #969696;
        font-weight: 500;
        font-size: 12px;
        letter-spacing: .02em
    }

    .productView-nextProducts .next-prev-modal .card-information .card-title {
        font-size: 11px;
        color: #232323;
        letter-spacing: .02em;
        overflow: hidden;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical
    }

    .productView-nextProducts .next-prev-modal .card-information .card-price {
        font-size: 13px;
        margin-top: 3px;
        color: #232323;
        letter-spacing: .02em;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .productView-nextProducts .next-prev-modal .card-media {
        display: inline-block;
        vertical-align: top;
        width: 60px;
        height: 90px;
        position: relative;
        z-index: 1
    }

    .productView-nextProducts .next-prev-modal.is-show {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    .frequently-bought-together-block {
        clear: both
    }

    .frequently-bought-together-block .bundle-product-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .frequently-bought-together-block .bundle-product-left {
        width: calc(100% - 240px)
    }

    .frequently-bought-together-block .bundle-product-right {
        width: 100%;
        max-width: 240px;
        position: relative;
        z-index: 1;
        text-align: center;
        padding: 15px 0 0 30px
    }

    .frequently-bought-together-block .bundle-product-right .bundle-product-action .button, .frequently-bought-together-block .bundle-product-right .bundle-product-text {
        margin: 0 auto
    }

    .productView-tab .tab-content .custom-desc dl dd, .productView-tab .tab-content .custom-desc dl dt {
        padding: 11px 20px 10px
    }

    .productView-tab .tab-content .custom-desc dl dt {
        width: 100%
    }

    .productView-stickyCart {
        -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1);
        border: none
    }

    .productView-stickyCart.show-sticky {
        bottom: 0
    }
}

@media (min-width: 1200px) {
    .productView-information .halo-productView-left {
        width: 470px
    }

    .productView-information .halo-productView-right {
        width: calc(100% - 470px)
    }
}

/*popup*/
.halo-edit-cart-popup .add-more .text::after, .halo-edit-cart-popup .add-more .text::before {
    content: "";
    position: absolute;
    background-color: #232323;
    top: 50%;
    line-height: 22px;
    display: block
}

.halo-popup, .halo-recently-viewed-popup .recently-viewed-tab {
    -webkit-transition: .5s;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.halo-popup {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    height: auto;
    width: 100%;
    max-width: calc(100% - 30px);
    background: #fff;
    -webkit-box-shadow: 0 6px 27px #0003;
    box-shadow: 0 6px 27px #0003;
    transition: .5s;
    -webkit-transform: translate(calc(-50% - 25px), -50%);
    transform: translate(calc(-50% - 25px), -50%)
}

.halo-popup .halo-popup-wrapper {
    position: relative;
    padding: 30px
}

.halo-popup .halo-popup-header {
    margin: 0 0 25px
}

.halo-popup .halo-popup-header .halo-popup-title {
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    letter-spacing: .02em
}

.halo-popup .halo-popup-header .halo-popup-close {
    display: block;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    line-height: 1;
    font-size: 0.75em;
    letter-spacing: 0;
    text-align: center;
    padding: 7px;
    background: #232323;
    z-index: 9
}

.halo-popup .halo-popup-header .halo-popup-close svg {
    width: 100%;
    height: 100%;
    fill: #ffffff;
    stroke: transparent
}
.halo-popup .halo-popup-header .halo-popup-close i{
    /*font-size: 1em;*/
    color: #ffffff;
}

.halo-popup .halo-popup-header .halo-popup-close:hover {
    background: #ef6454
}

.halo-popup.customPopup-small .halo-popup-header .halo-popup-close {
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
    padding: 0;
    background: #fff
}

.halo-popup.customPopup-small .halo-popup-header .halo-popup-close svg {
    fill: #5a5a5a;
    stroke: transparent
}

.halo-popup.halo-popup-topDown {
    top: 0;
    -webkit-transform: translate(-50%, -100px);
    transform: translate(-50%, -100px)
}

body.ask-an-expert-show, body.compare-color-show, body.edit-cart-show, body.newsletter-show, body.notify-me-show, body.quick-view-show, body.quickshop-popup-show, body.search-popup-show, body.size-chart-show {
    overflow: hidden
}

body.ask-an-expert-show .halo-ask-an-expert-popup, body.compare-color-show .halo-compare-color-popup, body.size-chart-show .halo-size-chart-popup {
    pointer-events: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    z-index: 99999
}

body.ask-an-expert-show .background-overlay, body.compare-color-show .background-overlay, body.size-chart-show .background-overlay {
    z-index: 99999;
    opacity: 1;
    visibility: visible
}

.halo-compare-color-popup {
    max-width: calc(100% - 40px)
}

.halo-ask-an-expert-popup .halo-popup-wrapper, .halo-compare-color-popup .halo-popup-wrapper, .halo-edit-cart-popup .halo-popup-wrapper, .halo-newsletter-popup .halo-popup-wrapper, .halo-quick-view-popup .halo-popup-wrapper, .halo-size-chart-popup .halo-popup-wrapper {
    padding: 0
}

.halo-compare-color-popup .halo-popup-header {
    border-bottom: 1px solid #e6e6e6;
    padding: 16px 30px 13px;
    margin-bottom: 0
}

.halo-compare-color-popup .wrapper-content {
    padding: 15px 30px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 80vh
}

.halo-compare-color-popup .wrapper-content .halo-compareColors {
    padding: 15px 0
}

.halo-compare-color-popup .wrapper-content .halo-compareColors .halo-compareColors-swatch {
    margin-bottom: 25px
}

.halo-compare-color-popup .wrapper-content .halo-compareColors .compareColors-list .item {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
    position: relative
}

.halo-compare-color-popup .wrapper-content .halo-compareColors .swatch-compare-color-label::after, .halo-compare-color-popup .wrapper-content .halo-compareColors .swatch-compare-color-label::before, .halo-compare-color-popup .wrapper-content .halo-compareColors .swatch-compare-color-option, .halo-newsletter-popup .halo-popup-content .list-social .list-social__link::before {
    display: none
}

.halo-compare-color-popup .wrapper-content .halo-compareColors .swatch-compare-color-option:checked + .swatch-compare-color-label {
    border-color: #232323
}

.halo-compare-color-popup .wrapper-content .halo-compareColors .swatch-compare-color-label {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    width: 36px;
    height: 36px;
    margin: 0 auto;
    border: 2px solid #e6e6e6;
    background: 0 0;
    cursor: pointer;
    padding: 3px
}

.halo-compare-color-popup .wrapper-content .halo-compareColors .swatch-compare-color-label .pattern {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.halo-compare-color-popup .wrapper-content .halo-compareColors .halo-compareColors-text {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #969696;
    text-transform: capitalize;
    letter-spacing: .02em
}

.halo-compare-color-popup .wrapper-content .halo-compareColors .halo-compareColors-image, .halo-notify-popup .form-field input {
    text-align: center
}

.halo-compare-color-popup .wrapper-content .halo-compareColors .halo-compareColors-image .title {
    padding: 15px 0 25px;
    display: block
}

body.newsletter-show .halo-newsletter-popup {
    pointer-events: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    z-index: 99
}

body.newsletter-show .background-overlay-popup, body.search-popup-show .background-overlay {
    z-index: 99;
    opacity: 1;
    visibility: visible
}

.halo-newsletter-popup {
    max-width: 940px
}

.halo-edit-cart-popup .halo-product-block, .halo-newsletter-popup .halo-popup-header, .halo-notification-popup .halo-popup-header, .halo-quick-view-popup .halo-popup-header, .halo-quickshop-popup .halo-popup-header {
    margin: 0
}

.halo-newsletter-popup .wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.halo-newsletter-popup .halo-popup-banner {
    width: 470px;
    display: inline-block;
    max-height: 100%;
    overflow: hidden
}

.halo-newsletter-popup .halo-popup-content {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 81vh;
    vertical-align: top;
    height: 100%;
    padding: 70px 30px 40px;
    width: calc(100% - 470px)
}

.halo-newsletter-popup .halo-popup-content .header-content {
    padding: 0;
    max-width: 270px;
    margin: 0 auto
}

.halo-newsletter-popup .halo-popup-content .header-content .newsletter-popup-title {
    font-size: 20px;
    margin: 0 0 10px;
    letter-spacing: .05em
}

.halo-newsletter-popup .halo-popup-content .header-content .desc {
    display: block;
    font-weight: 400;
    line-height: 22px;
    padding: 2px 0 22px
}

.halo-newsletter-popup .halo-popup-content .newsletter {
    width: 100%;
    max-width: 270px;
    margin: 0 auto
}

.halo-newsletter-popup .halo-popup-content .newsletter .newsletter-form .newsletter-form__field-wrapper {
    display: block
}

.halo-newsletter-popup .halo-popup-content .newsletter .newsletter-form .newsletter-form__field-wrapper .field__input {
    background-color: transparent;
    text-align: center
}

.halo-newsletter-popup .halo-popup-content .list-social .list-social__item, .halo-newsletter-popup .halo-popup-content .newsletter .newsletter-form .newsletter-form__field-wrapper .field {
    margin-right: 0
}

.halo-newsletter-popup .halo-popup-content .newsletter .button {
    margin-top: 10px;
    max-width: 100%;
    width: 100%
}

.halo-newsletter-popup .halo-popup-content .list-social {
    text-align: center;
    margin-top: 37px;
    margin-bottom: 10px
}

.halo-newsletter-popup .halo-popup-content .list-social .list-social__link svg {
    width: 18px;
    height: 18px
}

.halo-newsletter-popup .halo-popup-content .newsletter--checked {
    margin-top: 10px;
    display: inline-block !important;
    width: auto !important
}

.halo-newsletter-popup .halo-popup-content .newsletter--checked label {
    text-align: center;
    font-weight: 400
}

body.notification-show .halo-notification-popup {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    z-index: 2;
    bottom: 50px
}

body.notification-show .halo-notification-popup.halo-notification-left {
    bottom: 40px
}

.halo-notification-popup {
    width: 100%;
    max-width: 367px;
    top: auto;
 /*   left: auto;
    right: 50px;*/

    left: 50px;
    right: auto;

    bottom: 80px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: .7s;
    transition: .7s;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15)
}

.halo-notification-popup .halo-popup-header .halo-popup-close {
    top: -14px;
    right: -13px;
    width: 27px;
    height: 27px
}

.halo-notification-popup .halo-popup-wrapper {
    padding: 10px
}

.halo-notification-popup .halo-popup-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.halo-notification-popup .halo-popup-content .product-image {
    max-width: 60px;
    display: flex;
    align-items: center;
}

.halo-notification-popup .halo-popup-content .product-image img {
    width: 100%;
    /*height: 100%*/
    height: auto;
}

.halo-notification-popup .halo-popup-content .product-content {
    margin-left: 26px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .02em;
    color: #969696;
    padding: 5px 0
}

.halo-notification-popup .halo-popup-content .product-content a {
    color: #323232
}

.halo-edit-cart-popup .product-edit-itemCenter .product-quantity .previewCartItem-qty, .halo-notification-popup .halo-popup-content .product-content .info-ago {
    margin-top: 10px
}

.halo-notification-popup.halo-notification-left {
    right: auto;
    left: 40px
}

@media (max-width: 360px) {
    .halo-notification-popup .halo-popup-content .product-content .info-ago, .halo-notification-popup .halo-popup-content .product-content .product-name, .halo-notification-popup .halo-popup-content .product-content .text {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical
    }
}

body.notify-me-show .halo-notify-popup, body.quickshop-popup-show .halo-quickshop-popup {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999
}

body.notify-me-show .background-overlay-popup, body.quick-view-show .background-overlay-popup, body.quickshop-popup-show .background-overlay-popup {
    z-index: 999;
    opacity: 1;
    visibility: visible
}

.halo-notify-popup {
    max-width: 470px
}

.halo-notify-popup .form-field .form-label {
    text-align: center;
    margin-bottom: 23px;
    letter-spacing: .02em;
    font-weight: 500
}

.halo-notify-popup .button {
    width: 100%;
    margin-left: 0;
    margin-top: 10px
}

body.edit-cart-show .halo-edit-cart-popup {
    pointer-events: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    z-index: 9999
}

body.edit-cart-show .background-overlay-popup {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    background: 0 0
}

.halo-edit-cart-popup {
    max-width: 840px
}

.halo-edit-cart-popup .halo-popup-header {
    padding: 28px 30px;
    margin: 0
}

.halo-edit-cart-popup .cart-edit {
    padding: 0 50px
}

.halo-edit-cart-popup .product-edit-item {
    font-size: 0;
    letter-spacing: 0
}

.halo-edit-cart-popup .product-edit-itemLeft {
    display: inline-block;
    vertical-align: top;
    width: 120px
}

.halo-edit-cart-popup .product-edit-itemCenter {
    width: 265px;
    display: inline-block;
    vertical-align: top;
    padding: 0 30px
}

.halo-edit-cart-popup .product-edit-itemCenter .product-edit-title {
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: .02em;
    text-transform: capitalize;
    color: #232323;
    padding: 0 0 2px;
    margin-top: 0;
    margin-bottom: 0
}

.halo-edit-cart-popup .product-edit-itemCenter .product-edit-title-variant {
    display: block;
    color: #969696;
    font-weight: 400;
    font-size: 12px;
    margin-top: 4px
}

.halo-edit-cart-popup .product-edit-itemCenter .card-price {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 9px
}

.halo-edit-cart-popup .product-edit-itemCenter .product-quantity {
    margin-top: 9px
}

.halo-edit-cart-popup .product-edit-itemRight {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 386px);
    text-align: left;
    position: relative
}

.halo-edit-cart-popup .add-more {
    display: block;
    padding: 25px 0 27px 16px;
    border-top: 1px solid #e8e8e8;
    font-size: 12px;
    position: relative;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .02em;
    color: #232323;
    margin: 18px 0 0
}

.halo-edit-cart-popup .add-more .text::before {
    width: 10px;
    height: 1px;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.halo-edit-cart-popup .add-more .text::after {
    width: 1px;
    height: 10px;
    left: 4px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.halo-edit-cart-popup .product-edit-action .button {
    width: 100%;
    max-width: 100%;
    position: relative;
    bottom: -1px
}

.halo-edit-cart-popup .product-edit-action .button:hover {
    background-color: #232323;
    border-color: #232323;
    color: #fff
}

@media (max-width: 991px) {
    .halo-newsletter-popup {
        max-width: 420px
    }

    .halo-newsletter-popup .halo-popup-banner {
        display: none
    }

    .halo-newsletter-popup .halo-popup-content {
        width: 100%
    }

    .halo-edit-cart-popup {
        max-width: calc(100% - 30px)
    }
}

.halo-ask-an-expert-popup, .halo-quick-view-popup, .halo-quickshop-popup, .halo-size-chart-popup {
    max-width: calc(100% - 30px)
}

.halo-quickshop-popup .halo-popup-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.halo-quickshop-popup .halo-productView-left {
    width: 45%;
    padding-right: 30px;
    display: none
}

.halo-quickshop-popup .halo-productView-right {
    width: 100%;
    margin-bottom: 0
}

.halo-quickshop-popup .halo-productView-right .product-title {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 15px;
    display: block
}

.halo-quickshop-popup .halo-productView-right .card-price {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 10px
}

.halo-quickshop-popup .halo-productView-right .card-price .price-item .money {
    font-size: 16px;
    font-weight: 500
}

.halo-quickshop-popup .halo-productView-right .productView-variants .form__label {
    font-size: 14px
}

.halo-quickshop-popup .halo-productView-right .productView-variants [data-header-option] {
    font-size: 12px
}

.halo-quickshop-popup .halo-productView-right .productView-variants .product-form__label {
    margin-bottom: 11px
}

.halo-quickshop-popup .halo-productView-right .productView-variants .product-form__swatch .product-form__label {
    margin-bottom: 0
}

.halo-quickshop-popup .halo-productView-right .wrapper-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0
}

.halo-quickshop-popup .halo-productView-right .wrapper-action .previewCartItem-qty {
    margin-top: 0
}

.halo-quickshop-popup .halo-productView-right .wrapper-action .btn-card-action {
    width: calc(100% - 110px)
}

.halo-quickshop-popup .halo-productView-right .productView-see-details .button, .halo-quickshop-popup .halo-productView-right .wrapper-action .btn-card-action .button, .halo-size-chart-popup .wrapper-content img {
    width: 100%
}

.halo-quickshop-popup .halo-productView-right .productView-notifyMe {
    padding: 5px 0 30px
}

.halo-quickshop-popup .halo-productView-right .productView-see-details {
    padding-bottom: 15px
}

body.quick-view-show .halo-quick-view-popup {
    pointer-events: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    z-index: 999
}

.halo-quick-view-popup .halo-popup-wrapper .halo-popup-content {
    padding: 30px 20px
}

.halo-quick-view-popup .halo-popup-content {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 80vh
}

@media (max-width: 767px) {
    .halo-edit-cart-popup .cart-edit {
        padding: 0 40px
    }

    .halo-edit-cart-popup .cart-edit .product-edit-itemLeft, .halo-quick-view-popup .productView-information .halo-productView-left {
        display: none
    }

    .halo-edit-cart-popup .cart-edit .product-edit-itemCenter {
        padding: 0 30px 0 0;
        width: 50%
    }

    .halo-edit-cart-popup .cart-edit .product-edit-itemRight {
        width: 50%
    }
}

@media (min-width: 992px) {
    .halo-quick-view-popup {
        max-width: 1020px
    }

    .halo-quick-view-popup .halo-popup-content {
        padding: 30px
    }

    .halo-quick-view-popup .productView-information .halo-productView-left {
        position: -webkit-sticky;
        position: sticky;
        top: 0
    }
}

@media (min-width: 1600px) {
    .halo-quick-view-popup .halo-popup-wrapper .halo-popup-content {
        padding: 50px
    }
}

.halo-recently-viewed-popup {
    top: 50%;
    left: auto;
    right: 0;
    width: 40px;
    -webkit-box-shadow: 0 3px 7px #0003;
    box-shadow: 0 3px 7px #0003;
    z-index: 9;
    border-radius: 0 !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.halo-recently-viewed-popup .recently-viewed-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.halo-recently-viewed-popup .recently-viewed-icon svg {
    position: relative;
    width: 20px;
    height: 20px;
    fill: #232323;
    stroke: #232323
}

.halo-recently-viewed-popup .recently-viewed-icon + .recently-viewed-icon {
    border-top: 1px solid #ccc
}

.halo-recently-viewed-popup .recently-viewed-icon.social-media-icon svg {
    stroke: transparent
}

.halo-recently-viewed-popup .recently-viewed-icon.is-open::before {
    content: "";
    display: block;
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100
}

.halo-recently-viewed-popup .recently-viewed-icon.is-open svg {
    z-index: 100
}

.halo-recently-viewed-popup .recently-viewed-icon.ask-icon {
    padding: 9px;
    opacity: .8
}

.halo-recently-viewed-popup .recently-viewed-tab {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 7px #0003;
    box-shadow: 0 3px 7px #0003;
    transition: .5s
}

.halo-recently-viewed-popup .recently-viewed-tab.is-visible {
    right: 40px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 1
}

.halo-recently-viewed-popup .recently-viewed-tab.recently-viewed-list {
    width: 80px
}

.halo-recently-viewed-popup .recently-viewed-tab.recently-viewed-list .products-grid {
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.halo-recently-viewed-popup .recently-viewed-tab.recently-viewed-list .products-grid .no-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0 20px
}

.halo-recently-viewed-popup .recently-viewed-tab.recently-viewed-list .products-grid .no-products svg {
    width: 46px;
    height: 46px;
    opacity: .1;
    margin: 0 0 10px
}

.halo-recently-viewed-popup .recently-viewed-tab.recently-viewed-list .products-grid .no-products .text {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .02em;
    padding: 0 10px
}

.halo-recently-viewed-popup .recently-viewed-tab.recently-viewed-share {
    width: 60px
}

.halo-recently-viewed-popup .recently-viewed-tab.recently-viewed-share .recently-viewed-title {
    padding-top: 16px
}

.halo-recently-viewed-popup .recently-viewed-tab .recently-viewed-title {
    position: relative;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .02em;
    text-transform: uppercase;
    padding: 8px 5px 5px;
    margin-top: 0;
    margin-bottom: 0
}

.halo-recently-viewed-popup .recently-viewed-tab .recently-viewed-media {
    margin: 10px 0 0
}

.halo-recently-viewed-popup .recently-viewed-tab .list-social__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 6px 0
}

.halo-recently-viewed-popup .recently-viewed-tab .list-social__link {
    display: block;
    position: relative;
    width: 100%;
    line-height: 1;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 50%;
    padding: 12px;
    background-color: #fff
}

.halo-recently-viewed-popup .recently-viewed-tab .list-social__link svg {
    width: 18px;
    height: 18px;
    fill: #3c3c3c
}

.halo-recently-viewed-popup .recently-viewed-tab .list-social-2, .halo-search-popup .halo-popup-header {
    position: relative
}

.halo-recently-viewed-popup .recently-viewed-tab .list-social-2 .list-social__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin: 0
}

.halo-recently-viewed-popup .recently-viewed-tab .list-social-2 .list-social__item:hover {
    -webkit-box-shadow: 0 3px 7px #0003;
    box-shadow: 0 3px 7px #0003
}

.halo-recently-viewed-popup .recently-viewed-tab .list-social-2 .list-social__link {
    width: auto;
    border: none;
    border-radius: 0;
    background-color: transparent !important;
    padding: 0
}

.halo-recently-viewed-popup .recently-viewed-tab .list-social-2 .list-social__link svg {
    width: 19px;
    height: 19px;
    fill: #3c3c3c !important
}

.halo-recently-viewed-popup .recently-viewed-tab .list-social-2 .list-social__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: auto;
    right: 40px;
    background: #fff;
    width: auto;
    height: 100%;
    padding: 4px 0 0 15px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.halo-recently-viewed-popup .recently-viewed-tab .list-social-2 .list-social__info a {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.2;
    text-transform: uppercase;
    color: #3c3c3c
}

.halo-recently-viewed-popup .recently-viewed-tab .list-social-2 .list-social__info a .text {
    -webkit-transition: -webkit-text-decoration .1s;
    transition: text-decoration .1s;
    transition: text-decoration .1s, -webkit-text-decoration .1s;
    text-underline-offset: 0.2rem
}

@media (min-width: 551px) {
    .halo-quickshop-popup .halo-productView-left {
        display: block
    }

    .halo-quickshop-popup .halo-productView-right {
        width: 55%
    }

    .halo-recently-viewed-popup {
        right: 2px;
        border: none
    }
}

body.search-popup-show .halo-search-popup {
    pointer-events: auto;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
    z-index: 99
}

.halo-search-popup, .halo-search-popup .halo-popup-content {
    max-width: 100%
}

.halo-search-popup .halo-popup-header .halo-popup-close {
    top: -4px;
    right: 0;
    background: 0 0 !important;
    padding: 4px
}

.halo-search-popup .halo-popup-header .halo-popup-close svg {
    fill: #00163a
}

.halo-search-popup .halo-popup-content .search-bar {
    margin-bottom: 50px;
    background: 0 0
}

.halo-search-popup .halo-popup-content .input-group-field {
    color: #00163a;
    padding: 15px 0;
    font-size: 14px;
    width: calc(100% - 25px)
}

.halo-search-popup .halo-popup-content .icon-search {
    width: 23px;
    height: 23px;
    min-width: 23px;
    padding: 0
}

.halo-search-popup .halo-popup-content .icon-search svg {
    width: 100%;
    height: 100%;
    fill: #00163a
}

.halo-search-popup .quickSearchResultsWrap {
    position: relative;
    z-index: 9;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    top: 0;
    padding: 0;
    max-height: calc(80vh - 50px)
}

.halo-search-popup .quickSearchResultsWrap .search-block-title .text {
    font-size: 14px;
    letter-spacing: 0;
    color: #00163a;
    font-style: italic;
    font-weight: 900
}

.halo-search-popup .quickSearchResultsWrap .list-item .link {
    padding: 13px 20px 10px 12px;
    color: #00163a;
    font-size: 14px;
    background: #f2f2f2;
    border-radius: 4px
}

.skin-1 .halo-search-popup {
    max-width: 1200px
}

.skin-1 .halo-search-popup .halo-popup-content .icon-search svg, .skin-1 .halo-search-popup .halo-popup-header .halo-popup-close svg {
    fill: #232323
}

.skin-1 .halo-search-popup .halo-popup-content {
    margin-left: 0
}

.skin-1 .halo-search-popup .halo-popup-content .input-group-field {
    font-size: 12px;
    color: #323232
}

.skin-1 .halo-search-popup .quickSearchResultsWrap .search-block-title .text {
    color: #232323;
    font-style: normal;
    font-weight: 600
}

.skin-1 .halo-search-popup .quickSearchResultsWrap .list-item .link {
    padding: 6px 10px 6px 7px;
    text-transform: lowercase;
    background-color: #f7f7f7;
    color: #868686
}

.halo-ask-an-expert-popup .halo-popup-header, .halo-size-chart-popup .halo-popup-header {
    border-bottom: 1px solid #e6e6e6;
    padding: 16px 15px 13px;
    margin-bottom: 0
}

.halo-size-chart-popup .wrapper-content {
    padding: 20px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 80vh
}

.halo-ask-an-expert-popup .wrapper-content {
    padding: 20px 20px 40px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 80vh
}

.halo-ask-an-expert-popup .wrapper-content .ask-an-expert {
    width: 100%;
    max-width: 500px;
    margin: 0 auto
}

.halo-ask-an-expert-popup .wrapper-content .ask-an-expert .heading {
    display: block;
    margin: 0 auto;
    padding: 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .02em
}

.halo-ask-an-expert-popup .wrapper-content .ask-an-expert .text {
    display: block;
    font-size: 12px;
    font-weight: var(--font-weight-normal);
    color: #5a5a5a;
    line-height: 22px;
    letter-spacing: .02em;
    margin: 0 auto;
    padding: 2px 30px 0
}

.halo-ask-an-expert-popup .wrapper-content .ask-an-expert .intro {
    font-size: 12px;
    font-weight: 500;
    color: #232323;
    line-height: 22px;
    letter-spacing: .02em;
    margin: 24px 0 0;
    padding: 22px 0 23px;
    border-top: 1px solid #e6e6e6
}

.halo-ask-an-expert-popup .wrapper-content .ask-an-expert .form-field label {
    font-weight: 400
}

.halo-ask-an-expert-popup .wrapper-content .ask-an-expert .form-field + .form-field {
    margin-top: 15px
}

.halo-ask-an-expert-popup .wrapper-content .ask-an-expert .form-field + .form-field.form-field-radio, .live_help_group .live-contact-us {
    margin-top: 22px
}

.halo-ask-an-expert-popup .wrapper-content .ask-an-expert .form-field.form-field-radio .form-label {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0 25px 0 0
}

.halo-ask-an-expert-popup .wrapper-content .ask-an-expert .form-field.form-field-radio-2 .form-label:first-child {
    display: block;
    margin-right: 0;
    margin-bottom: 15px
}

.halo-ask-an-expert-popup .wrapper-content .ask-an-expert .form-actions, .halo-ask-an-expert-popup .wrapper-content .ask-an-expert .form-field.form-field-textarea {
    margin-top: 23px
}

.halo-ask-an-expert-popup .wrapper-content .ask-an-expert .form-actions .button {
    max-width: 100%;
    width: 100%
}

@media (min-width: 768px) {
    .halo-quickshop-popup {
        max-width: 680px
    }

    .halo-ask-an-expert-popup, .halo-size-chart-popup {
        max-width: 700px
    }

    .halo-size-chart-popup .wrapper-content {
        padding: 30px 50px
    }

    .halo-ask-an-expert-popup .wrapper-content {
        padding: 30px 50px 50px
    }
}

@media (min-width: 1025px) {
    body.ask-an-expert-show, body.compare-color-show, body.edit-cart-show, body.newsletter-show, body.notify-me-show, body.quick-view-show, body.quickshop-popup-show, body.search-popup-show, body.size-chart-show {
        padding-right: 10px
    }

    .halo-compare-color-popup {
        max-width: 970px
    }

    .list-social__link:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        top: -7px;
        left: -7px;
        padding: 7px;
        pointer-events: none;
        -webkit-transition: opacity .2s, -webkit-transform .2s;
        transition: transform .2s, opacity .2s, -webkit-transform .2s;
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 0;
        -webkit-box-shadow: 0 0 0 2px #0003;
        box-shadow: 0 0 0 2px #0003
    }

    .list-social-2 .list-social__item:hover .list-social__info {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        right: 100%
    }

    .recently-viewed-icon:hover {
        background-color: #e5e5e5
    }
}

.halo-accept-cookie-popup {
    position: fixed;
    bottom: 50px;
    left: 50px;
    width: 100%;
    max-width: 440px;
    background: #000;
    padding: 20px 23px 24px;
    border-radius: 3px;
    z-index: 9
}

.halo-accept-cookie-popup.is-hidden {
    opacity: 0;
    bottom: 45px;
    -webkit-transition: .7s;
    transition: .7s;
    z-index: -1;
    visibility: hidden
}

.halo-accept-cookie-popup .desc {
    color: #fff;
    line-height: 26px;
    letter-spacing: .02em
}

.halo-accept-cookie-popup .group-action-links {
    text-align: right;
    padding-top: 22px
}

.halo-accept-cookie-popup .group-action-links .accept-cookie {
    color: #aaa;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .02em
}

.halo-accept-cookie-popup .group-action-links .accept-cookie:hover {
    color: #fff
}

.halo-accept-cookie-popup .group-action-links .accept {
    margin-left: 30px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .02em
}

@media (max-width: 1024px) {
    body.notification-show .halo-notification-popup {
        bottom: 84px !important
    }

    .halo-notification-popup {
        right: 15px !important
    }

    .halo-notification-popup.halo-notification-left {
        left: 15px !important
    }

    .halo-accept-cookie-popup {
        bottom: 83px;
        left: 15px
    }
}

@media (max-width: 551px) {
    .halo-newsletter-popup {
        max-width: calc(100% - 30px)
    }

    body.notification-show .halo-notification-popup {
        bottom: 69px !important
    }

    .halo-notification-popup {
        max-width: 100%;
        -webkit-box-shadow: none;
        border-top: 1px solid #dadada;
        border-bottom: 1px solid #dadada;
        right: 0 !important;
        box-shadow: none !important
    }

    .halo-notification-popup.halo-notification-left {
        left: 0 !important
    }

    .halo-notification-popup.halo-popup {
        right: auto;
        left: 0;
        bottom: 80px
    }

    .halo-notification-popup .halo-popup-header .halo-popup-close {
        top: 0;
        right: 0
    }

    .halo-notification-popup .halo-popup-content .product-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 20px
    }

    .halo-edit-cart-popup .cart-edit .product-edit-itemLeft {
        display: none
    }

    .halo-edit-cart-popup .cart-edit .product-edit-itemCenter {
        padding: 0;
        width: 100%
    }

    .halo-edit-cart-popup .cart-edit .product-edit-itemRight {
        margin-top: 35px;
        width: 100%
    }

    .halo-accept-cookie-popup {
        max-width: 100%;
        bottom: 67px;
        left: 0;
        text-align: center
    }

    .halo-accept-cookie-popup .desc {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .halo-accept-cookie-popup .group-action-links {
        text-align: center
    }
}

.live_help_group {
    position: absolute;
    top: 17px;
    width: 100%;
    max-width: 370px;
    right: -20px;
    opacity: 0;
    -webkit-transition: .6s;
    transition: .6s;
    z-index: -3;
    visibility: hidden;
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1)
}

.live_help_group.open {
    display: block;
    top: 32px;
    opacity: 1;
    z-index: 99;
    overflow: visible;
    visibility: visible
}

.live_help_group .title {
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    color: #202020;
    margin-bottom: 5px
}

.live_help_group .desc {
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: #202020
}

.live_help_group .button-1 {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 26px;
    text-transform: capitalize;
    padding: 8px 0 8px 28px;
    width: 100%;
    max-width: 190px;
    text-align: left;
    margin-top: 42px
}

.live_help_group .button-1 svg {
    margin-right: 10px !important
}

.live_help_group .button-1:hover svg {
    fill: #ffffff !important;
    stroke: #ffffff !important
}

.live_help_group .text {
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: #202020;
    margin: 14px 0 24px
}

.live_help_group .text .underline {
    text-decoration: underline;
    text-underline-offset: 0.2rem
}

.live_help_group .live-ask-an-expert {
    border-bottom: 1px solid #ececec
}

/*sidebar*/
.halo-sidebar, .page-sidebar {
    position: fixed;
    padding: 0;
    width: 100%;
    z-index: 101;
    max-width: calc(100% - 40px);
    opacity: 0;
    visibility: hidden;
    height: 100%;
    bottom: 0
}

.halo-sidebar_language_currency .nav-currency-language .disclosure__list .disclosure__item .disclosure__link.disclosure__link--active, .halo-sidebar_language_currency .nav-currency-language .wrapper-currencies .currency-item.active, .halo-sidebar_menu .nav-currency-language .disclosure__list .disclosure__item .disclosure__link.disclosure__link--active, .halo-sidebar_menu .nav-currency-language .wrapper-currencies .currency-item.active {
    text-decoration: underline;
    text-underline-offset: 2px
}



.menu-sidebar_show .halo-sidebar,.cart-sidebar-show .halo-sidebar,.auth-sidebar-show .halo-sidebar,.pickup-sidebar-show .halo-sidebar,.search_sidebar-show .halo-sidebar {
    top: 0;
    -webkit-transition: opacity .5s, visibility 350ms, -webkit-transform 350ms;
    transition: opacity .5s, transform 350ms, visibility 350ms, -webkit-transform 350ms;
    background-color: #fff
}

.halo-sidebar.halo-sidebar-right, .page-sidebar.page-sidebar-right {
    right: 0;
    -webkit-transform: translate(101%);
    transform: translate(101%)
}

.halo-sidebar.halo-sidebar-left, .page-sidebar.page-sidebar-left {
    left: 0;
    -webkit-transform: translate(-101%);
    transform: translate(-101%)
}

.halo-sidebar .halo-sidebar-header {
    position: relative;
    padding: 24px 20px 0;
    background-color: #fff
}

.halo-sidebar .halo-sidebar-header .title, .page-sidebar .halo-sidebar-header .title {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 22px;
    color: #232323;
    text-transform: uppercase
}

.halo-edit-option-sidebar .halo-sidebar-header .halo-popup-close, .halo-sidebar .halo-sidebar-header .halo-sidebar-close {
    position: absolute;
    top: 16px;
    right: 17px;
    width: 40px;
    height: 40px;
    font-size: 0;
    z-index: 10;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    pointer-events: auto;
    background-color: transparent
}

.halo-edit-option-sidebar .halo-sidebar-header .halo-popup-close svg, .halo-sidebar .halo-sidebar-header .halo-sidebar-close svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: #5a5a5a;
    stroke: transparent
}

.halo-sidebar .halo-sidebar-wrapper {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 70px
}

.page-sidebar {
    top: 0;
    -webkit-transform: translate(-101%);
    transform: translate(-101%);
    -webkit-transition: opacity .5s, visibility 350ms, -webkit-transform 350ms;
    transition: opacity .5s, transform 350ms, visibility 350ms, -webkit-transform 350ms;
    background-color: #fff
}

.page-sidebar .halo-sidebar-wrapper {
    padding: 30px 15px;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 20px)
}

.page-sidebar .sidebarBlock {
    margin-bottom: 38px
}

.page-sidebar .halo-sidebar-header {
    position: relative;
    padding: 9px 20px;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6
}

.page-sidebar .halo-sidebar-header .halo-page-sidebar-close {
    position: absolute;
    top: 0;
    background: #232323;
    right: -40px;
    width: 40px;
    height: 40px;
    font-size: 0;
    z-index: 10;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    pointer-events: auto
}

.page-sidebar .halo-sidebar-header .halo-page-sidebar-close svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: #ffffff;
    stroke: transparent
}

.page-sidebar .sidebarBlock-heading {
    font-size: 14px;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 22px;
    color: #232323;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 13px;
    padding-bottom: 9px;
    position: relative;
    cursor: pointer
}

.page-sidebar .sidebarBlock-heading .icon {
    position: absolute;
    right: 0
}

.page-sidebar .sidebarBlock-heading .icon svg {
    fill: #232323;
    color: #232323
}

.page-sidebar .sidebarBlock-heading.is-clicked .icon svg {
    -webkit-transform: scale(1) rotate(-180deg);
    transform: scale(1) rotate(-180deg)
}

.page-sidebar .sidebarBlock-content {
    position: relative;
    overflow: hidden
}

.page-sidebar .sidebarBlock-content .nav {
    margin: 0
}

.page-sidebar .sidebarBlock-content .nav li {
    margin: 0;
    position: relative;
    padding-right: 22px;
    cursor: pointer;
    width: 100%
}

.page-sidebar .sidebarBlock-content .nav li a {
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    color: #3c3c3c;
    padding: 7px 0 6px;
    line-height: 22px;
    position: relative;
    -webkit-transition: padding-left .5s linear;
    transition: padding-left .5s linear
}

.page-sidebar .facets__list {
    margin: 19px -4px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 180px;
    overflow-y: auto
}

.page-sidebar .facets__list .facets__item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 10px;
    /*padding-right: 5px;
    padding-left: 5px*/
    padding: 5px;
}

.page-sidebar .facets__list .facet-checkbox {
    padding-left: 25px
}

.page-sidebar .facets__list .facet-checkbox::before {
    top: 2px
}

.page-sidebar .facets__list .facet-checkbox::after {
    top: 5px
}

.page-sidebar .filter-color .facets__list .facets__item {
    padding-right: 4px !important;
    padding-left: 4px !important;
    margin-bottom: 6px !important;
    width: auto !important
}

.page-sidebar .filter-color .facets__list .facets__item input:checked + .facet-checkbox {
    border-color: #3c3c3c;
    padding: 2px
}

.page-sidebar .filter-color .facets__list .facet-checkbox {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin: 0 0 3px;
    border-radius: 50%;
    position: relative;
    font-size: 0;
    width: 34px;
    height: 34px;
    border: 1px solid #cbcbcb;
    background: 0 0;
    padding: 0;
    opacity: 1
}

.page-sidebar .filter-color .facets__list .facet-checkbox::before, .page-sidebar .filter-size .facet-checkbox::after, .page-sidebar .filter-size .facet-checkbox::before {
    display: none
}

.page-sidebar .filter-color .facets__list .facet-checkbox::after {
    top: 11px;
    left: 12px;
    z-index: 9;
    border-color: #3c3c3c
}

.page-sidebar .filter-color .facets__list .facet-checkbox .pattern {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    position: relative;
    background-size: cover
}

.page-sidebar .filter-size .facets__item--rectangle {
    margin-bottom: 0 !important;
    padding-right: 4px !important;
    padding-left: 4px !important;
    width: auto !important
}

.page-sidebar .filter-size .facets__item--rectangle input:checked + .facet-checkbox .text {
    border-color: #232323
}

.page-sidebar .filter-size .facet-checkbox {
    padding-left: 0 !important
}

.page-sidebar .filter-size .facet-checkbox .text {
    display: block;
    width: auto;
    min-width: 45px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    color: #232323;
    background-color: #fff;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #dadada
}

.auth-actions .button, .halo-leave-sidebar .halo-sidebar-wrapper .wrapper-banner img, .halo-sidebar_menu .site-nav-mobile.nav .list-menu, .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item, .page-sidebar .filter-prices, .previewCartGroup .button {
    width: 100%
}

.page-sidebar .filter-prices .sidebarBlock-content {
    padding-bottom: 7px
}

.page-sidebar .filter-prices .price-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 14px 0 18px
}

.page-sidebar .filter-prices .price-container input {
    width: 100%;
    border: none;
    text-align: right;
    line-height: 45px
}

.page-sidebar .filter-prices .price-container .price-wrap-1, .page-sidebar .filter-prices .price-container .price-wrap-2 {
    border: 1px solid #dadada;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    width: 85px;
    height: 40px;
    font-size: 12px;
    text-align: right;
    line-height: 40px
}

.page-sidebar .filter-prices .price-container .price-wrap-1 label, .page-sidebar .filter-prices .price-container .price-wrap-2 label {
    line-height: 40px
}

.page-sidebar .filter-prices .price-container .slide_price--to {
    width: 50px;
    text-align: center;
    line-height: 40px
}

.page-sidebar .filter-prices .apply__button {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 9px 15px
}

.page-sidebar .filter-prices .price-field {
    position: relative;
    width: 100%;
    height: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px;
    padding-left: 0
}

.page-sidebar .filter-prices .price-field input[type=range] {
    position: absolute;
    width: 100%;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: none;
    -webkit-appearance: none
}

.page-sidebar .filter-prices .price-field input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    position: relative;
    -webkit-appearance: none;
    margin: -6px 0 0;
    border: 4px solid #232323;
    outline: 0;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    background-color: #fff;
    cursor: pointer;
    pointer-events: all;
    z-index: 100
}

.page-sidebar .filter-prices .price-field input[type=range]:active, .page-sidebar .filter-prices .price-field input[type=range]:focus {
    outline: 0
}

.page-sidebar .filter-prices .price-field input[type=range]::-moz-range-thumb {
    position: relative;
    -webkit-appearance: none;
    margin: -6px 0 0;
    border: 4px solid #232323;
    outline: 0;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    background-color: #fff;
    cursor: pointer;
    pointer-events: all;
    z-index: 100
}

.page-sidebar .filter-prices .price-field input[type=range]::-ms-thumb {
    position: relative;
    -webkit-appearance: none;
    margin: -6px 0 0;
    border: 4px solid #232323;
    outline: 0;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    background-color: #fff;
    cursor: pointer;
    pointer-events: all;
    z-index: 100
}

.page-sidebar .filter-prices .price-field input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #323232;
    border-radius: 0
}

.page-sidebar .filter-prices .price-field input[type=range]::-moz-range-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #323232;
    border-radius: 0
}

.page-sidebar .filter-prices .price-field input[type=range]::-ms-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #323232;
    border-radius: 0
}

.page-sidebar .filter-prices .price-field .price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #242424;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 0
}

.page-sidebar .filter-prices .price-field .price-wrap .filter__price {
    width: 30px;
    text-align: right;
    margin: 0 2px 0 0;
    padding: 0;
    background: 0;
    border: 0;
    outline: 0;
    color: #242424;
    font-family: Karla, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400
}

.page-sidebar .filter-prices .price-field .price-wrap .label {
    text-align: right;
    margin-top: 6px;
    padding-left: 5px
}

.page-sidebar .filter-prices .price-field .price-title {
    margin-right: 5px
}

.page-sidebar .filter-prices .price-field .price-wrap_line {
    margin: 6px 0 5px 5px
}

.page-sidebar .recent-articles .article {
    padding-bottom: 16px
}

.page-sidebar .recent-articles .article + .article {
    border-top: 1px solid #e6e6e6;
    padding-top: 15px
}

.page-sidebar .recent-articles .article a {
    font-size: 12px;
    line-height: 22px;
    font-weight: 500
}

.page-sidebar .recent-articles .article em {
    display: block;
    font-style: normal;
    color: #999;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400
}

.page-sidebar .recent-articles .article:last-child {
    padding-bottom: 0
}

.page-sidebar .sidebar-product .halo-product-block {
    margin: 30px auto 0;
    width: 100%;
    max-width: 240px
}

.page-sidebar .sidebar-product .halo-product-block .product-card-top {
    width: 100%;
    max-width: 240px;
    margin: 0 auto
}

.page-sidebar .sidebar-product .halo-product-block .product-card-top .card__badge.badge-left {
    left: 0;
    top: 0
}

.page-sidebar .sidebar-product .halo-product-block .slick-arrow {
    top: 135px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border: none;
    padding: 5px !important;
    background: 0 0
}

.page-sidebar .sidebar-product .halo-product-block .slick-arrow svg {
    fill: #232323
}

.page-sidebar .sidebar-product .halo-product-block .product-card .card-action {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    bottom: 0;
    position: relative
}

.page-sidebar .sidebar-banner {
    padding-bottom: 6px
}

.page-sidebar .sidebar-banner .img-box + .img-box {
    margin-top: 30px
}

.page-sidebar .sidebar-cms-custom .desc + .desc {
    margin-top: 24px
}

 .sidebar-refined-widgets {
    padding: 20px 15px 10px;
    width: 100%
}

 .sidebar-refined-widgets .facets__clear-all {
    vertical-align: middle;
    margin-right: 18px;
    font-size: 12px;
    color: #3c3c3c;
    letter-spacing: .02em;
    margin-bottom: 12px;
    text-transform: capitalize
}

 .sidebar-refined-widgets .facets__list--refined {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

 .sidebar-refined-widgets .facets__list--refined li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0
}

 .sidebar-refined-widgets .facets__list--refined li .active-facets__button,.image-filter  .active-facets__button{
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .02em;
    color: #232323;
    padding: 4px 12px;
    border-radius: 3px;
    background-color: #fafafa;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

 .sidebar-refined-widgets .facets__list--refined li .active-facets__button svg {
    position: relative;
    top: -1px;
    margin-left: 3px
}

 .sidebar-refined-widgets .facets__list--refined li .active-facets__button:hover, .sidebar-refined-widgets .facets__list--refined li .active-facets__button.active, .image-filter li  .active-facets__button.active {
    /*background: #707070;*/
    background: #e95144;
    color: #fff!important;
}

.sidebar-refined-widgets .facets__list--refined li .active-facets__button:hover svg {
    fill: #ffffff
}

.page-sidebar .facets__count {
    width: 21px;
    height: 21px;
    background: #232323;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    line-height: 21px;
    font-weight: 300;
    margin-left: 5px
}

.page-sidebar.page-sidebar-right .halo-sidebar-header .halo-page-sidebar-close {
    right: inherit;
    left: -40px
}

.page-sidebar.page-sidebar--vertical .sidebar-refined-widgets {
    padding: 0
}

.page-sidebar.page-sidebar--vertical .sidebar-refined-widgets .sidebarBlock-heading {
    padding: 0;
    margin: 0;
    border: none
}

.page-sidebar.page-sidebar--vertical .sidebar-refined-widgets .sidebarBlock-heading .facets__clear-all {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0
}

.page-sidebar.page-sidebar--vertical .sidebar-refined-widgets .results-count {
    padding: 7px 0 10px
}

.page-sidebar.page-sidebar--vertical .sidebar-refined-widgets .results-count .results {
    font-size: 12px;
    color: #707070
}

.page-sidebar.page-sidebar--horizontal .halo-sidebar-wrapper {
    max-height: 80vh
}

.sidebar-toogle {
    display: block;
    width: 40px;
    height: 40px;
    padding: 9px;
    background-color: #f5f5f5;
    margin: 0 0 15px
}

.sidebar-toogle svg {
    width: 100%;
    height: 100%;
    stroke: transparent;
    fill: #808080
}

body.auth-sidebar-show, body.before-you-leave-show, body.cart-sidebar-show, body.edit-cart-show, body.lang-currency-sidebar-show, body.menu-sidebar_show, body.open-mobile-sidebar, body.pickup-sidebar-show, body.search_sidebar-show {
    overflow: hidden
}

body.auth-sidebar-show .halo-auth-sidebar, body.cart-sidebar-show .halo-cart-sidebar, body.lang-currency-sidebar-show .halo-sidebar_language_currency, body.menu-sidebar_show .halo-sidebar_menu, body.open-mobile-sidebar .page-sidebar, body.pickup-sidebar-show .halo-local-pick-up-sidebar, body.search_sidebar-show .halo-sidebar_search {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    visibility: visible
}

body.auth-sidebar-show .background-overlay, body.before-you-leave-show .background-overlay, body.cart-sidebar-show .background-overlay, body.lang-currency-sidebar-show .background-overlay, body.menu-sidebar_show .background-overlay, body.open-mobile-sidebar .background-overlay, body.pickup-sidebar-show .background-overlay, body.search_sidebar-show .background-overlay {
    z-index: 99;
    opacity: 1;
    visibility: visible
}

.auth-form {
    padding: 22px 20px
}

.auth-form .form-field + .form-field {
    margin-top: 14px
}

.auth-actions {
    margin: 15px 0 0
}

.auth-actions .auth-link {
    font-size: 12px;
    margin: 14px 0 22px;
    color: #3c3c3c;
    text-decoration: underline;
    text-underline-offset: 0.2rem
}

.auth-actions .auth-link:hover, .previewCartCheckbox input[type=checkbox] ~ a:hover {
    color: #232323
}

body.before-you-leave-show .halo-leave-sidebar {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    visibility: visible;
    z-index: 999
}

.halo-leave-sidebar .halo-sidebar-close {
    position: absolute;
    top: 16px;
    right: 16px;
    height: 40px;
    font-size: 0;
    z-index: 10;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.halo-leave-sidebar .halo-sidebar-close svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: #232323;
    stroke: transparent
}

.halo-leave-sidebar .header-leave {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff
}

.halo-leave-sidebar .halo-sidebar-wrapper {
    background-color: #fff;
    max-height: 90vh;
    padding: 0
}

.halo-leave-sidebar .halo-sidebar-wrapper .wrapper-banner {
    position: relative
}

.halo-leave-sidebar .halo-sidebar-wrapper .wrapper-banner .content {
    padding: 20px 30px;
    color: #fff
}

.halo-leave-sidebar .halo-sidebar-wrapper .wrapper-banner .content .button {
    width: 100%;
    border-color: #fff
}

.halo-leave-sidebar .halo-sidebar-wrapper .wrapper-banner .content .title {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: .02em;
    color: #fff;
    margin: 0 0 12px
}

.halo-leave-sidebar .halo-sidebar-wrapper .wrapper-banner .content .desc-1 {
    color: #fff;
    display: block;
    font-weight: 500;
    margin: 0 0 10px
}

.halo-leave-sidebar .halo-sidebar-wrapper .wrapper-banner .content .desc-2 {
    color: #fff
}

.halo-leave-sidebar .halo-sidebar-wrapper .wrapper-banner .content .heading-1 .text {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px
}

.halo-leave-sidebar .halo-sidebar-wrapper .wrapper-banner .content .heading-2 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 22px;
    margin: 15px 0 13px
}

.halo-leave-sidebar .halo-sidebar-wrapper .content-title {
    padding: 18px 20px 0 30px;
    border-bottom: 1px solid #ebebeb;
    font-size: 0;
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.halo-leave-sidebar .halo-sidebar-wrapper .content-title .title {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 30px 0 0
}

.halo-sidebar_language_currency .nav-currency-language .disclosure__list .disclosure__item, .halo-sidebar_menu .nav-currency-language .disclosure__list .disclosure__item {
    width: 33.3333%;
    padding: 10px;
    margin: 0
}

.halo-leave-sidebar .halo-sidebar-wrapper .content-title .text {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: .02em;
    color: #232323
}

.halo-leave-sidebar .halo-sidebar-wrapper .content-title .count {
    position: absolute;
    top: 50%;
    right: 0;
    min-width: 24px;
    min-height: 24px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: calc(12px - 3px);
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .02em;
    background-color: #232323;
    color: #fff
}

.halo-leave-sidebar .product-card {
    margin: 30px
}

.halo-leave-sidebar .product-card .swatch.list-unstyled {
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.halo-leave-sidebar .button-leave {
    text-align: center
}

.halo-leave-sidebar .button-leave .button {
    width: calc(100% - 60px)
}

@media (max-width: 767px) {
    .halo-sidebar .halo-sidebar-header {
        padding: 9px 20px;
        border-bottom: 1px solid #e6e6e6
    }

    .halo-sidebar .halo-sidebar-close {
        top: 0 !important;
        background: #232323 !important
    }

    .halo-sidebar .halo-sidebar-close svg {
        fill: #ffffff !important
    }

    .halo-sidebar.halo-sidebar-left .halo-sidebar-close {
        right: -40px !important
    }

    .halo-sidebar.halo-sidebar-right .halo-sidebar-close {
        left: -40px !important
    }

    .halo-leave-sidebar.halo-leave-sidebar .halo-sidebar-close {
        right: auto !important;
        left: -41px !important;
        padding: 0 11px !important
    }
}

@media (max-width: 410px) {
    .halo-leave-sidebar .product-card {
        margin: 15px
    }

    .halo-leave-sidebar .header-leave {
        padding: 5px 0
    }

    .halo-leave-sidebar .header-leave .img-box {
        height: 30px;
        width: auto
    }

    .halo-leave-sidebar .header-leave .img-box img {
        width: 100%;
        height: 100%
    }

    .halo-leave-sidebar .halo-sidebar-wrapper .wrapper-banner .content .title {
        font-size: 24px;
        line-height: 28px
    }

    .halo-leave-sidebar .halo-sidebar-wrapper .wrapper-banner .content .desc-1 {
        margin: 0
    }

    .halo-leave-sidebar .halo-sidebar-wrapper .wrapper-banner .content .heading-1 {
        margin-bottom: 0
    }

    .halo-leave-sidebar .halo-sidebar-wrapper .wrapper-banner .content .heading-1 .text {
        font-size: 18px
    }

    .halo-leave-sidebar .halo-sidebar-wrapper .wrapper-banner .content .desc-2 {
        line-height: 18px;
        margin: 14px 0
    }

    .halo-leave-sidebar .halo-sidebar-wrapper .wrapper-banner .content .heading-2 {
        font-size: 12px;
        font-weight: 700;
        margin: 0 0 4px
    }

    .halo-leave-sidebar .halo-sidebar-wrapper .content-title {
        padding: 18px 20px 0 15px
    }
}

.halo-sidebar_language_currency .halo-sidebar-header {
    padding: 0 !important
}

.halo-sidebar_language_currency .halo-sidebar-header .halo-sidebar-close {
    top: 1px !important
}

.halo-sidebar_language_currency .nav-currency-language .title {
    font-size: 14px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 900;
    color: #00163a;
    line-height: 22px;
    letter-spacing: .02em;
    padding: 11px 20px 12px;
    text-align: left;
    margin: 0;
    background: #f2f2f2
}

.halo-sidebar_language_currency .nav-currency-language .disclosure__list, .halo-sidebar_language_currency .nav-currency-language .wrapper-currencies, .halo-sidebar_menu .nav-currency-language .disclosure__list, .halo-sidebar_menu .nav-currency-language .wrapper-currencies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 12px 20px 11px
}

.halo-sidebar_language_currency .nav-currency-language .disclosure__list {
    margin: 0
}

.halo-sidebar_language_currency .nav-currency-language .disclosure__list .disclosure__item .disclosure__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

.halo-sidebar_language_currency .nav-currency-language .disclosure__list .disclosure__item .disclosure__link .icon, .halo-sidebar_language_currency .nav-currency-language .wrapper-currencies .currency-item .icon {
    width: 22px;
    height: 22px;
    margin-right: 6px
}

.halo-sidebar_language_currency .nav-currency-language .disclosure__list .disclosure__item .disclosure__link .icon svg, .halo-sidebar_language_currency .nav-currency-language .wrapper-currencies .currency-item .icon svg, .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .custom-icon img {
    width: 100%;
    height: 100%
}

.halo-sidebar_language_currency .nav-currency-language .disclosure__list .disclosure__item .disclosure__link .text, .halo-sidebar_language_currency .nav-currency-language .wrapper-currencies .currency-item .text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 5px;
    color: #00163a
}

.halo-sidebar_language_currency .nav-currency-language .wrapper-currencies .currency-item, .halo-sidebar_menu .nav-currency-language .wrapper-currencies .currency-item {
    width: 33.3333%;
    padding: 10px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.halo-sidebar_menu .halo-sidebar-header {
    padding-left: 20px;
    padding-right: 20px
}

.halo-sidebar_menu .halo-sidebar-header .halo-sidebar-close {
    right: 5px
}

.halo-sidebar_menu .site-nav-mobile.nav .list-menu .menu-lv-item {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    position: relative
}

.halo-local-pick-up-sidebar .halo-sidebar-header, .halo-sidebar_menu .site-nav-mobile.nav .list-menu .menu-lv-item:last-child {
    border: none
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .menu-lv-1__action {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #232323
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .menu-lv-1__action span {
    margin-left: 10px;
    position: relative;
    z-index: -1
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .menu-lv-1__action.menu-lv__flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .custom-icon {
    display: inline-block;
    vertical-align: middle;
    top: unset;
    width: 24px;
    height: 24px;
    overflow: hidden;
    position: relative;
    z-index: -1
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .custom-icon.style-circle {
    border-radius: 50%
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .menu-lv-2__action, .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .menu-lv-3__action {
    display: block;
    padding: 11px 30px 12px;
    width: 100%;
    font-weight: 400;
    letter-spacing: .02em
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item.dropdown .icon-dropdown {
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    line-height: 45px !important;
    text-align: center;
    display: inline-block;
    position: absolute;
    -webkit-transform: none;
    transform: none;
    z-index: -1
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item.dropdown .icon-dropdown svg {
    left: 50%;
    right: inherit;
    width: 15px;
    height: 15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    stroke: transparent
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item.dropdown .menu-lv__dropdownmenu .menu-lv__list .nav-title-mobile {
    margin: 0;
    background: #f8f8f8;
    padding: 11px 20px 12px;
    cursor: pointer
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item.dropdown .menu-lv__dropdownmenu .menu-lv__list .nav-title-mobile span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #232323;
    line-height: 22px;
    letter-spacing: .02em;
    padding: 0;
    z-index: 1
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item.dropdown .menu-lv__dropdownmenu .menu-lv__list .nav-title-mobile .icon-dropdown {
    right: inherit;
    left: 6px
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item.dropdown .menu-lv__dropdownmenu .menu-lv__list .nav-title-mobile svg {
    width: 25px;
    height: 25px;
    -webkit-transform: none;
    transform: none
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item.is-open > .menu-dropdown {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    visibility: visible;
    position: relative
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item.is-open > .list-menu__item {
    display: none !important
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item.is-hidden {
    display: none !important;
    border-bottom: none
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .menu-dropdown {
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0;
    height: 100%;
    z-index: 101;
    max-width: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, transform 350ms, visibility 350ms, -webkit-transform 350ms;
    background-color: #fff;
    left: 0;
    -webkit-transform: translate(-101%);
    transform: translate(-101%)
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .menu-lv__dropdownmenu-3 {
    right: unset;
    top: unset;
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    height: auto
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .menu-lv__dropdownmenu-3 .grid-menu {
    padding: 5px 25px 20px
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .menu-lv__dropdownmenu-3 .grid-menu .menu-lv-item {
    display: inline-block;
    vertical-align: top;
    width: 33.33333% !important;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    border-bottom: none !important;
    overflow: unset !important
}

.halo-edit-option-sidebar .halo-product-block, .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .menu-lv__dropdownmenu-3 .grid-menu .menu-lv-item .menu-lv-3__action, .previewCartCollection .halo-product-block .row > * {
    padding: 0
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .menu-lv__dropdownmenu-3 .grid-menu .custom-image + .text {
    display: block;
    margin-top: 5px
}

.halo-sidebar_menu .nav-currency-language .title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #232323;
    line-height: 22px;
    letter-spacing: .02em;
    padding: 11px 20px 12px;
    text-align: left;
    margin: 0;
    background: #f8f8f8
}

.halo-sidebar_menu .nav-currency-language .disclosure__list {
    margin: 0
}

.halo-sidebar_menu .nav-currency-language .disclosure__list .disclosure__item .disclosure__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

.halo-sidebar_menu .nav-currency-language .disclosure__list .disclosure__item .disclosure__link .icon, .halo-sidebar_menu .nav-currency-language .wrapper-currencies .currency-item .icon {
    width: 22px;
    height: 22px;
    margin-right: 6px
}

.halo-sidebar_menu .nav-currency-language .disclosure__list .disclosure__item .disclosure__link .icon svg, .halo-sidebar_menu .nav-currency-language .wrapper-currencies .currency-item .icon svg, .halo-sidebar_search .halo-sidebar-wrapper .search-bar .icon-search svg {
    width: 100%;
    height: 100%
}

.halo-sidebar_menu .nav-currency-language .disclosure__list .disclosure__item .disclosure__link .text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 5px;
    margin-right: 5px;
    color: #232323
}

.halo-sidebar_menu .nav-currency-language .wrapper-currencies .currency-item .text {
    font-family: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 5px;
    margin-right: 5px;
    color: #232323
}

@media (min-width: 768px) {
    .site-nav-mobile.nav {
        margin-top: 20px
    }
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 40px 0
    }
}

.halo-cart-sidebar .halo-sidebar-header {
    padding: 24px 20px 0;
    border: none
}

.halo-cart-sidebar .halo-sidebar-wrapper, .halo-cart-sidebar .halo-sidebar-wrapper .CartItemDrop {
    overflow-x: inherit;
    overflow-y: inherit
}

.previewCart-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 100%
}

.wrapper-cartCount {
    color: #727272;
    margin-top: 7px;
    margin-bottom: 13px
}

.haloCalculatorShipping {
    position: relative;
    margin: 0 0 12px;
    min-height: 26px;
    padding: 0 20px
}

.haloCalculatorShipping .progress {
    position: relative;
    margin: 0 0 10px;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 0;
    background: 0 0;
    display: block;
    height: auto
}

.haloCalculatorShipping .progress.progress.progress-100 .progress_shipping {
    background: #ededed
}

.haloCalculatorShipping .progress.progress.progress-100 .progress-meter {
    background-color: #ffc206
}

.haloCalculatorShipping .progress .progress-meter {
    -webkit-animation: 2s linear infinite progress-bar-stripes;
    animation: 2s linear infinite progress-bar-stripes;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    -webkit-transition: width .9s linear, background-color .9s linear;
    transition: width .9s linear, background-color .9s linear;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 17px;
    color: #fff;
    text-align: center
}

.haloCalculatorShipping .progress .progress_shipping {
    height: 16px;
    border: 0
}

.haloCalculatorShipping .message {
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    color: #727272;
    letter-spacing: .02em
}

.haloCalculatorShipping .message .money {
    margin-right: 3px
}

.previewCartInfo {
    position: relative;
    padding: 5px 30px 125px
}

.previewCartInfo .previewCartTotals {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    padding-top: 18px;
    padding-bottom: 14px
}

.previewCartInfo .item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .02em;
    font-weight: 600;
    color: #232323
}

.previewCartInfo .previewCartShipping-label, .previewCartInfo .previewCartTotals-label {
    width: 115px;
    text-align: left
}

.previewCartInfo .previewCartShipping-text, .previewCartInfo .previewCartTotals-value {
    width: calc(100% - 120px);
    font-size: 16px;
    text-align: right;
    letter-spacing: 0
}

.previewCartInfo .previewCartShipping {
    padding-bottom: 33px
}

.previewCart {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 15px 20px 0 30px
}

.halo-cart-sidebar .previewCartItem {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0;
    letter-spacing: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #e8e8e8
}

.halo-cart-sidebar .previewCartItem:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.halo-cart-sidebar .previewCartItem + .previewCartItem {
    border-top: 0;
    margin-top: 23px
}

.halo-cart-sidebar .previewCartItem-image {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    text-align: center;
    position: relative;
    top: 6px
}

.halo-cart-sidebar .previewCartItem-content {
    width: calc(100% - 80px);
    padding: 0 20px;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.halo-cart-sidebar .previewCartItem-name {
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .02em;
    color: #232323;
    text-transform: capitalize;
    margin: 0 0 8px
}

.halo-cart-sidebar .previewCartItem-options {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 30px 0 0;
    margin: 0 0 7px
}

.halo-cart-sidebar .previewCartItem-options span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #969696;
    text-transform: capitalize;
    letter-spacing: .02em;
    line-height: 22px
}

.halo-cart-sidebar .previewCartItem-edit {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 50%;
    right: -2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.halo-cart-sidebar .previewCartItem-edit svg {
    width: 16px;
    height: 16px;
    fill: #5a5a5a;
    position: relative;
    top: -2px
}

.halo-cart-sidebar .previewCartItem-price {
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    color: #232323
}

.halo-cart-sidebar .previewCartItem-remove {
    position: absolute;
    right: 8px;
    top: 50%
}

.halo-cart-sidebar .previewCartItem-remove svg {
    fill: #5a5a5a;
    width: 18px;
    height: 18px;
    stroke: transparent
}

.previewCartCheckbox input[type=checkbox] + label {
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-size: 12px;
    padding-left: 25px;
    line-height: 20px;
    font-weight: 400;
    color: #3c3c3c;
    text-transform: unset
}

.previewCartCheckbox input[type=checkbox] ~ a {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 20px;
    color: #3c3c3c;
    margin: 0 0 0 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(97%, transparent), color-stop(3%, #3c3c3c));
    background-image: linear-gradient(transparent 97%, #3c3c3c 3%);
    background-repeat: repeat-x;
    background-position-y: -2px
}

.previewCartGroup {
    margin: 12px 0 0
}

.previewCartGroup .button + .button {
    margin-top: 15px
}

.previewCartCollection {
    padding: 35px 0 7px;
    position: relative;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8
}

.previewCartCollection .previewCartTitle {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    letter-spacing: .02em;
    text-transform: unset;
    position: relative;
    margin: 0 0 22px
}

.previewCartCollection .halo-product-block {
    margin-top: 0;
    padding-bottom: 25px
}

.previewCartCollection .halo-product-block .row {
    margin: 0 !important
}

.previewCartCollection .halo-product-block .row .slick-arrow {
    top: -54px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.previewCartCollection .halo-product-block .row .slick-arrow.slick-prev {
    left: auto;
    right: 55px
}

@media (min-width: 1600px) {
    .previewCartCollection .halo-product-block .row .slick-arrow.slick-prev {
        right: 43px
    }
}

.halo-sidebar_search .header-search {
    max-width: 100%
}

.halo-sidebar_search .header-search .header-search__form {
    padding: 0 20px
}

.halo-sidebar_search .halo-sidebar-wrapper {
    overflow-x: inherit;
    overflow-y: inherit;
    padding: 25px 0 40px;
    margin: 0
}

.halo-sidebar_search .halo-sidebar-wrapper .search-bar .input-group-field {
    padding: 10px 12px
}

.halo-sidebar_search .halo-sidebar-wrapper .search-bar .icon-search {
    padding: 10px;
    width: 40px;
    height: 40px
}

.halo-sidebar_search .halo-sidebar-wrapper .quickSearchResultsWrap {
    position: relative;
    top: 0;
    z-index: 1;
    opacity: 1;
    width: 100%;
    padding: 0 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 20px 0;
    max-height: calc(100vh - 150px);
    visibility: visible
}

.halo-sidebar_search .halo-sidebar-wrapper .quickSearchResultsWrap .halo-product-block .halo-row--swipe {
    overflow: auto;
    white-space: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: -10px;
    margin-right: -10px
}

.halo-sidebar_search .halo-sidebar-wrapper .quickSearchResultsWrap .halo-product-block .halo-row--swipe > * {
    padding: 0 10px
}

.halo-sidebar_search .halo-sidebar-wrapper .quickSearchResultsWrap .halo-product-block .product-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 220px
}

body.edit-cart-show .halo-edit-option-sidebar {
    -webkit-transform: translate(-500px);
    transform: translate(-500px);
    opacity: 1;
    visibility: visible
}

body.edit-cart-show .background-overlay-popup {
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background-color: transparent
}

.halo-edit-option-sidebar {
    background: #f5f5f5;
    z-index: 100
}

.halo-edit-option-sidebar .halo-sidebar-header {
    background: #f5f5f5
}

.halo-edit-option-sidebar .halo-sidebar-header .halo-popup-close:hover {
    background: #ef6454
}

.halo-edit-option-sidebar .halo-sidebar-wrapper {
    padding: 41px 30px 70px
}

.halo-edit-option-sidebar .product-edit-itemTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 33px
}

.halo-edit-option-sidebar .product-edit-itemTop .product-edit-itemImage {
    width: 120px;
    border-radius: 6px;
    overflow: hidden
}

.halo-edit-option-sidebar .product-edit-itemTop .product-edit-itemInfomation {
    width: calc(100% - 120px);
    padding-left: 20px
}

.halo-edit-option-sidebar .product-edit-itemTop .product-edit-itemInfomation .product-edit-title {
    font-size: 16px;
    letter-spacing: -.02em;
    color: #202020
}

.halo-edit-option-sidebar .product-edit-itemTop .product-edit-itemInfomation .product-edit-title-variant {
    display: block;
    font-size: 14px;
    letter-spacing: -.02em;
    color: #505050;
    padding: 5px 0 8px
}

.halo-edit-option-sidebar .product-edit-itemTop .product-edit-itemInfomation .card-price {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.halo-edit-option-sidebar .product-edit-itemTop .product-edit-itemInfomation .card-price .price-item .money {
    font-weight: 700;
    font-size: 16px;
    color: #202020
}

.halo-edit-option-sidebar .product-edit-itemButtom .productView-variants .product-form__input {
    padding-bottom: 22px
}

.halo-edit-option-sidebar .product-edit-action .add-more {
    display: block;
    padding: 20px 0 36px;
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
    color: #0a6cdc;
    position: relative;
    font-weight: 500;
    line-height: 1
}

.halo-edit-option-sidebar .product-edit-action .add-more .text {
    position: relative;
    margin-left: 18px
}

.halo-edit-option-sidebar .product-edit-action .add-more .text::before {
    top: 50%;
    content: "";
    width: 10px;
    height: 1px;
    line-height: 22px;
    left: -18px;
    display: block;
    position: absolute;
    background-color: #0a6cdc;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.halo-edit-option-sidebar .product-edit-action .add-more .text::after {
    top: 50%;
    content: "";
    width: 1px;
    height: 10px;
    line-height: 22px;
    left: -13.5px;
    display: block;
    position: absolute;
    background-color: #0a6cdc;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.halo-edit-option-sidebar .product-edit-action .button {
    width: 100%;
    max-width: 100%
}

@media (max-width: 1024px) {
    body.edit-cart-show .halo-edit-option-sidebar {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
        visibility: visible;
        z-index: 999
    }

    body.edit-cart-show .background-overlay-popup {
        z-index: 110;
        opacity: 1;
        visibility: visible;
        background-color: transparent
    }
}

.halo-local-pick-up-sidebar .halo-sidebar-wrapper {
    padding-left: 30px;
    padding-right: 30px
}

.halo-local-pick-up-sidebar .pickup-product-info {
    padding-top: 30px;
    padding-bottom: 18px
}

.halo-local-pick-up-sidebar .pickup-product-info .pickup-product-title {
    font-size: 16px;
    font-weight: 600;
    color: #232323;
    line-height: 24px;
    padding-bottom: 10px;
    margin: 0
}

.halo-local-pick-up-sidebar .pickup-product-info .pickup-product-variant span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #323232;
    text-transform: capitalize;
    letter-spacing: .02em;
    line-height: 22px
}

.halo-local-pick-up-sidebar .pickup-list .pickup-list-item {
    padding: 22px 0 10px;
    border-top: 1px solid #e5e5e5;
    margin: 0
}

.halo-local-pick-up-sidebar .pickup-list .pickup-list-item .pickup-heading {
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    color: #232323;
    margin: 0;
    padding-bottom: 6px
}

.halo-local-pick-up-sidebar .pickup-list .pickup-list-item .pickup-preview {
    padding-bottom: 10px
}

.halo-local-pick-up-sidebar .pickup-list .pickup-list-item .pickup-preview .icon {
    position: relative;
    top: -1px
}

.halo-local-pick-up-sidebar .pickup-list .pickup-list-item .pickup-preview .icon svg {
    margin-right: 6px;
    width: 17px;
    height: 17px;
    fill: #108043
}

.halo-local-pick-up-sidebar .pickup-list .pickup-list-item .pickup-address {
    line-height: 24px
}

@media (min-width: 552px) {
    .halo-sidebar {
        max-width: 370px
    }

    .page-sidebar {
        max-width: 300px
    }

    .halo-edit-option-sidebar, .halo-leave-sidebar, .halo-sidebar.halo-cart-sidebar {
        max-width: 420px
    }

    .halo-local-pick-up-sidebar {
        max-width: 410px
    }
}

@media (min-width: 1025px) {
    .auth-form, .halo-sidebar .halo-sidebar-header {
        padding-left: 30px;
        padding-right: 30px
    }

    .page-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 30px;
        left: unset !important;
        right: unset !important;
        bottom: unset;
        height: auto;
        -webkit-transition: unset;
        transition: unset;
        -webkit-transform: unset !important;
        transform: unset !important;
        z-index: inherit;
        background-color: transparent;
        display: inline-block;
        vertical-align: top;
        /*width: 210px;*/
        width: 280px;
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
        visibility: visible;
        float: left
    }

    .page-sidebar .halo-sidebar-wrapper {
        padding: 0;
        max-height: initial
    }

    .page-sidebar .halo-sidebar-header {
        display: none
    }

    .page-sidebar + .page-content {
        /*width: calc(100% - 210px);*/
        width: calc(100% - 280px);
        padding-left: 30px;
        float: left
    }

    .page-sidebar.page-sidebar-right {
        float: right
    }

    .page-sidebar.page-sidebar-right + .page-content {
        padding-left: 0;
        padding-right: 30px
    }

    .sidebar-toogle {
        display: none;
        margin-bottom: 0
    }

    body.auth-sidebar-show, body.cart-sidebar-show, body.edit-cart-show, body.lang-currency-sidebar-show, body.menu-sidebar_show, body.pickup-sidebar-show, body.search_sidebar-show {
        padding-right: 10px
    }

    .haloCalculatorShipping {
        padding: 0 30px
    }

    .halo-sidebar.halo-edit-option-sidebar {
        max-width: 500px
    }

    .halo-sidebar.halo-edit-option-sidebar .halo-sidebar-header .halo-popup-close {
        top: 29px;
        right: 40px;
        background: #7f7f7f;
        border-radius: 8px;
        width: 30px;
        height: 30px;
        padding: 7px
    }

    .halo-sidebar.halo-edit-option-sidebar .halo-sidebar-header .halo-popup-close svg {
        width: 100%;
        height: 100%;
        fill: #ffffff
    }

    .halo-sidebar.halo-edit-option-sidebar .halo-sidebar-wrapper {
        padding: 41px 40px 70px
    }
}

/*fancybox*/

.carousel {
    position: relative;
    box-sizing: border-box
}

.carousel *,
.carousel *:before,
.carousel *:after {
    box-sizing: inherit
}

.carousel.is-draggable {
    cursor: move;
    cursor: grab
}

.carousel.is-dragging {
    cursor: move;
    cursor: grabbing
}

.carousel__viewport {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%
}

.carousel__track {
    display: flex
}

.carousel__slide {
    flex: 0 0 auto;
    width: var(--carousel-slide-width, 60%);
    max-width: 100%;
    padding: 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain
}

.has-dots {
    margin-bottom: calc(0.5rem + 22px)
}

.carousel__dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    user-select: none
}

.carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer
}

.carousel__dots .carousel__dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: currentColor;
    opacity: .25;
    transition: opacity .15s ease-in-out
}

.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1
}

.carousel__button {
    width: var(--carousel-button-width, 48px);
    height: var(--carousel-button-height, 48px);
    padding: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    color: var(--carousel-button-color, currentColor);
    background: var(--carousel-button-bg, transparent);
    border-radius: var(--carousel-button-border-radius, 50%);
    box-shadow: var(--carousel-button-shadow, none);
    transition: opacity .15s ease
}

.carousel__button.is-prev,
.carousel__button.is-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.carousel__button.is-prev {
    left: 10px
}

.carousel__button.is-next {
    right: 10px
}

.carousel__button[disabled] {
    cursor: default;
    opacity: .3
}

.carousel__button svg {
    width: var(--carousel-button-svg-width, 50%);
    height: var(--carousel-button-svg-height, 50%);
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    filter: var(--carousel-button-svg-filter, none);
    pointer-events: none
}

html.with-fancybox {
    scroll-behavior: auto
}

body.compensate-for-scrollbar {
    overflow: hidden !important;
    touch-action: none
}

.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    z-index: 1050;
    outline: none;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
    box-sizing: inherit
}

.fancybox__container :focus {
    outline: none
}

body:not(.is-using-mouse) .fancybox__container :focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))
}

@media all and (min-width: 1024px) {
    .fancybox__container {
        --carousel-button-width: 48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px
    }
}

.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--fancybox-bg, rgba(24, 24, 27, 0.92))
}

.fancybox__carousel {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10
}

.fancybox__carousel.has-dots {
    margin-bottom: calc(0.5rem + 22px)
}

.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default
}

.fancybox__track {
    display: flex;
    height: 100%
}

.fancybox__slide {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 48px 8px 8px 8px;
    position: relative;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px
}

.fancybox__slide::before,
.fancybox__slide::after {
    content: "";
    flex: 0 0 0;
    margin: auto
}

@media all and (min-width: 1024px) {
    .fancybox__slide {
        padding: 64px 100px
    }
}

.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    align-self: center;
    display: flex;
    flex-direction: column;
    z-index: 20
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: thin dotted;
    box-shadow: none
}

.fancybox__caption {
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0 0;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    visibility: visible;
    cursor: auto;
    flex-shrink: 0;
    overflow-wrap: anywhere
}

.is-loading .fancybox__caption {
    visibility: hidden
}

.fancybox__container > .carousel__dots {
    top: 100%;
    color: var(--fancybox-color, #fff)
}

.fancybox__nav .carousel__button {
    z-index: 40
}

.fancybox__nav .carousel__button.is-next {
    right: 8px
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-next {
        right: 40px
    }
}

.fancybox__nav .carousel__button.is-prev {
    left: 8px
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-prev {
        left: 40px
    }
}

.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    z-index: 40
}

@media all and (min-width: 1024px) {
    .carousel__button.is-close {
        right: 40px
    }
}

.fancybox__content > .carousel__button.is-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: var(--fancybox-color, #fff)
}

.fancybox__no-click,
.fancybox__no-click button {
    pointer-events: none
}

.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: var(--fancybox-color, currentColor)
}

.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053
}

.fancybox__spinner svg {
    animation: fancybox-rotate 2s linear infinite;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%
}

.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: fancybox-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: currentColor
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
    animation: .15s ease backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
    animation: .15s ease both fancybox-fadeOut
}

.fancybox-fadeIn {
    animation: .15s ease both fancybox-fadeIn
}

.fancybox-fadeOut {
    animation: .1s ease both fancybox-fadeOut
}

.fancybox-zoomInUp {
    animation: .2s ease both fancybox-zoomInUp
}

.fancybox-zoomOutDown {
    animation: .15s ease both fancybox-zoomOutDown
}

.fancybox-throwOutUp {
    animation: .15s ease both fancybox-throwOutUp
}

.fancybox-throwOutDown {
    animation: .15s ease both fancybox-throwOutDown
}

@keyframes fancybox-fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@keyframes fancybox-zoomInUp {
    from {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0
    }
    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fancybox-zoomOutDown {
    to {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutUp {
    to {
        transform: translate3d(0, -30%, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutDown {
    to {
        transform: translate3d(0, 30%, 0);
        opacity: 0
    }
}

.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(255, 255, 255, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .2)
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: zoom-in
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: zoom-out
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__image {
    transform-origin: 0 0;
    user-select: none;
    transition: none
}

.has-image .fancybox__content {
    padding: 0;
    background: transparent;
    min-height: 1px
}

.is-closing .has-image .fancybox__content {
    overflow: visible
}

.has-image[data-image-fit=contain] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=contain] .fancybox__content {
    flex-direction: row;
    flex-wrap: wrap
}

.has-image[data-image-fit=contain] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.has-image[data-image-fit=contain-w] {
    overflow-x: hidden;
    overflow-y: auto
}

.has-image[data-image-fit=contain-w] .fancybox__content {
    min-height: auto
}

.has-image[data-image-fit=contain-w] .fancybox__image {
    max-width: 100%;
    height: auto
}

.has-image[data-image-fit=cover] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=cover] .fancybox__content {
    width: 100%;
    height: 100%
}

.has-image[data-image-fit=cover] .fancybox__image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    max-width: 100%;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, .9);
    color: #fff
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df
}

.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: transparent
}

.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.fancybox__thumbs {
    flex: 0 0 auto;
    position: relative;
    padding: 0px 3px;
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0
}

.fancybox__thumbs .carousel__slide {
    flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 5px;
    border-style: solid;
    border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    opacity: 0;
    transition: opacity .15s ease;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    opacity: .92
}

.fancybox__thumbs .carousel__slide > * {
    pointer-events: none;
    user-select: none
}

.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
    background-size: cover;
    background-position: center center;
    background-color: rgba(255, 255, 255, .1);
    background-repeat: no-repeat;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
    padding: 0;
    touch-action: none;
    display: flex;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))
}

@media all and (min-width: 1024px) {
    .fancybox__toolbar {
        padding: 8px
    }
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0
}

.fancybox__toolbar__items {
    display: flex
}

.fancybox__toolbar__items--left {
    margin-right: auto
}

.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.fancybox__toolbar__items--right {
    margin-left: auto
}

@media (max-width: 640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none
    }
}

.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    line-height: var(--carousel-button-height, 48px);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 30;
    user-select: none
}

.fancybox__container:fullscreen::backdrop {
    opacity: 0
}

.fancybox__button--fullscreen g:nth-child(2) {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__button--slideshow g:nth-child(2) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block
}


/*new animate start*/
@-webkit-keyframes horizontal-shaking {
    0%, 18%, to {
        transform: translateZ(0)
    }
    2%, 6%, 10%, 14% {
        transform: translate3d(-5px, 0, 0)
    }
    4%, 8%, 12%, 16% {
        transform: translate3d(5px, 0, 0)
    }
}

@keyframes horizontal-shaking {
    0%, 18%, to {
        transform: translateZ(0)
    }
    2%, 6%, 10%, 14% {
        transform: translate3d(-5px, 0, 0)
    }
    4%, 8%, 12%, 16% {
        transform: translate3d(5px, 0, 0)
    }
}

.an-horizontal-shaking {
    animation: horizontal-shaking 6s ease infinite;
    animation-delay: 5s;
    transform-origin: 50% 50%
}

/*new animate end*/