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

.fs-author {
    font-size: 0.80rem !important
}

.fs-7 {
    font-size: 1rem !important
}

.fs-small {
    font-size: 0.90rem !important
}

.fs-8 {
    font-size: 0.75rem !important
}

.img-h48{
    max-height: 48px !important;
}

.store-logo{
    max-height: 3rem !important;
}

.store-logo-xs{
    max-height: 2rem !important;
}

.author-img{
    max-height: 9rem !important;
}

.kartooz-list + .kartooz-list:last-child::before {
    content: ", "; }

.kartooz-list:nth-of-type(n + 2):not(:last-child)::before {
    content: ", "; }

.currency-inr::before {
    content: "\20B9"; }

.currency-usd::before {
    content: "\24"; }

.currency-eur::before {
    content: "\20AC"; }

.currency-gbp::before {
    content: "\A3"; }


.btn-scroll-top {
    display: block;
    position: fixed;
    right: -4.125rem;
    bottom: 1.25rem;
    width: 2.75rem;
    height: 2.75rem;
    transition: right 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.25s ease-in-out;
    border-radius: 50%;
    background-color: #FF7100;
    color: #fff;
    text-align: center;
    opacity: 0;
    z-index: 1025;
}
.btn-scroll-top > .btn-scroll-top-icon {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 2.625rem;
}
.btn-scroll-top .btn-scroll-top-tooltip {
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.btn-scroll-top:hover {
    background-color: #FF7100;
    color: #fff;
}
.btn-scroll-top:hover .btn-scroll-top-tooltip {
    visibility: visible;
    opacity: 1;
}
.btn-scroll-top.show {
    right: 1.25rem;
    opacity: 1;
}
@media (max-width: 575.98px) {
    .btn-scroll-top {
        width: 2.2916666667rem;
        height: 2.2916666667rem;
        bottom: 1rem;
    }
    .btn-scroll-top > .btn-scroll-top-icon {
        line-height: 2.1666666667rem;
    }
    .btn-scroll-top.show {
        right: 1rem;
    }
}

#kartooz-page-loader {
    display: block;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    background: #6c757d;
    width: auto;
    margin: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
#kartooz-page-loader .kartooz-page-spinner {
    top: 50%;
    left: 50%;
    position: fixed;
}
#kartooz-page-loader.loaded {
    display: none;
}
#kartooz-page-loader.loading {
    display: block;
}

/*!
 * cookies-notification
 * Copyright 2020
 * Repository: https://github.com/adrcav/cookies-notification
 */.cookies-notification__element{position:fixed;bottom:10px;z-index:9999;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;max-width:400px;border-radius:4px;background-color:white;-webkit-box-shadow:0 10px 15px -3px rgba(0,0,0,0.08),0 4px 6px -2px rgba(0,0,0,0.04);box-shadow:0 10px 15px -3px rgba(0,0,0,0.08),0 4px 6px -2px rgba(0,0,0,0.04);border-top:4px solid #333;-webkit-transition:all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);transition:all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);opacity:0;visibility:hidden;-webkit-transform:translateY(calc(100% + 10px));transform:translateY(calc(100% + 10px))}@media (max-width: 991px){.cookies-notification__element{max-width:none;width:calc(100% - 20px)}}.cookies-notification__element.cookies-notification__element--position-left{left:10px}.cookies-notification__element.cookies-notification__element--position-right{right:10px}.cookies-notification__element .cookies-notification__wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:15px}.cookies-notification__element p.cookies-notification__message{color:#444;line-height:20px;font-size:14px;margin-top:0;margin-bottom:.8rem}.cookies-notification__element .cookies-notification__actions button:first-child{margin-right:7px}.cookies-notification__element.cookies-notification__element--visible{opacity:1;visibility:visible;-webkit-transform:translateY(0);transform:translateY(0)}.cookies-notification__button{padding:8px 20px;border-radius:4px;border:0;font-weight:bold;font-size:14px;outline:none;text-decoration:none;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cookies-notification__button.cookies-notification__button--confirm{background-color:#333;color:white}.cookies-notification__button.cookies-notification__button--confirm:hover{background-color:rgba(51,51,51,0.85)}.cookies-notification__button.cookies-notification__button--cancel{background-color:#a21c1c;color:white}.cookies-notification__button.cookies-notification__button--cancel:hover{background-color:rgba(162,28,28,0.85)}

/******************* Kartooz Kommerce **************************/


.product-card {
    padding-bottom: 1rem;
    border: 0;
    transition: all 0.15s ease-in-out;
}
.product-card .product-card-actions,
.product-card > .btn-wishlist,
.product-card .badge {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 5;
}
.product-card .product-card-actions .btn-action {
    padding: 0.5rem;
    transition: all 0.15s ease-in-out;
    border-radius: 0.2rem;
    background-color: #fff;
    font-size: 0.8125rem;
    visibility: hidden;
    opacity: 0;
}
.product-card .badge {
    right: auto;
    left: 0.75rem;
}
.product-card .badge.badge-end {
    right: 0.75rem;
    left: auto;
}
.product-card .card-body {
    position: relative;
    background-color: #fff;
    z-index: 2;
}
.product-card img {
    max-height: 18rem;
}
.product-card .card-body-hidden {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    margin-top: -1rem;
    transition: all 0.15s ease-in-out;
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
@media (min-width: 576px) {
    .product-card {
        padding-bottom: 0;
    }
}
@media (min-width: 992px) {
    .product-card:hover:not(.card-static) {
        border-color: #fff !important;
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
        z-index: 10;
    }
    .product-card:hover:not(.card-static) .product-card-actions .btn-action {
        opacity: 1;
        visibility: visible;
    }
    .product-card:hover:not(.card-static) .card-body-hidden {
        opacity: 1;
        visibility: visible;
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    }
}

.product-list .product-list-thumb {
    border-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
    .product-list .product-list-thumb {
        width: 15rem;
        border-radius: 0.25rem;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        overflow: hidden;
    }
    .product-list .card-body-hidden {
        top: 50%;
        margin-top: 0;
        transform: translateY(-50%);
        box-shadow: none !important;
    }
}
@media (min-width: 992px) {
    .product-list:hover + .border-top {
        opacity: 0;
    }
}
.product-card-alt {
    border: 0;
}
.product-card-alt .card-body {
    padding: 1rem 0.625rem;
}
.product-card-alt .product-thumb {
    position: relative;
    border-radius: 0.25rem;
    overflow: hidden;
}
.product-card-alt .product-thumb > img {
    display: block;
    width: 100%;
}
.product-card-alt .product-thumb-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 37, 41, 0.5);
    z-index: 1;
}
.product-card-alt .btn-wishlist {
    top: 0.75rem;
    right: 0.75rem;
    background-color: #fff;
    z-index: 5;
    visibility: hidden;
}
.product-card-alt .badge {
    position: absolute;
    right: auto;
    left: 0.75rem;
    z-index: 5;
}
.product-card-alt .product-card-actions {
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 5;
    visibility: hidden;
}
.product-card-alt .product-thumb-overlay,
.product-card-alt .btn-wishlist,
.product-card-alt .product-card-actions {
    position: absolute;
    transition: all 0.15s ease-in-out;
    opacity: 0;
}
@media (min-width: 992px) {
    .product-card-alt .product-thumb:hover .product-thumb-overlay,
    .product-card-alt .product-thumb:hover .btn-wishlist,
    .product-card-alt .product-thumb:hover .product-card-actions {
        visibility: visible;
        opacity: 1;
    }
}

.product-title > a {
    transition: color 0.25s ease-in-out;
    color: #18263d;
    font-weight: 500;
    text-decoration: none !important;
}
.product-title > a:hover {
    color: #24385a;
}

.product-meta {
    transition: color 0.25s ease-in-out;
    color: #6c757d;
    text-decoration: none !important;
}
.product-meta:hover {
    color: #495057;
}

.product-floating-btn {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
    z-index: 10;
}
.product-card:hover .product-floating-btn {
    opacity: 1;
}

.star-rating {
    display: inline-block;
    white-space: nowrap;
    line-height: 1;
    vertical-align: middle;
}
.star-rating .star-rating-icon {
    display: inline-block;
    margin-right: 0.1875rem;
    color: #adb5bd;
    font-size: 0.75rem;
    vertical-align: middle;
}
.star-rating .star-rating-icon.active {
    color: #ffe218;
}

@media (min-width: 992px) {
    .product-details {
        width: 100%;
        max-width: 26rem;
        padding-top: 0.25rem;
    }
}
.product-badge {
    position: absolute;
    top: 50%;
    right: -1.75rem;
    padding-top: 0.425rem;
    padding-left: 0.625rem;
    padding-right: 1rem;
    padding-bottom: 0.425rem;
    transform: translateY(-50%);
    border-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 0.8125rem;
}
.product-badge::after {
    position: absolute;
    bottom: -0.475rem;
    right: 0.25rem;
    height: 0;
    width: 0;
    transform: rotate(-45deg);
    border: solid transparent;
    content: " ";
    pointer-events: none;
    border-width: 0.525rem;
}
.product-badge > i {
    margin-top: -0.125rem;
    margin-right: 0.25rem;
    font-size: 1.2em;
    vertical-align: middle;
}
.product-badge.product-available {
    background-color: #94c93f;
    color: #fff;
}
.product-badge.product-available::after {
    border-color: rgba(148, 201, 63, 0);
    border-bottom-color: #78a62f;
}
.product-badge.product-not-available {
    background-color: #e9ecef;
    color: #495057;
}
.product-badge.product-not-available::after {
    border-color: rgba(233, 236, 239, 0);
    border-bottom-color: #d1d8de;
}
@media (max-width: 991.98px) {
    .product-badge {
        right: -0.75rem;
    }
}

.modal .product-badge {
    right: -0.575rem;
}


.kartooz-product-gallery {
    display: flex;
}

.kartooz-product-gallery-thumblist {
    margin-left: -0.5rem;
}

.kartooz-product-gallery-thumblist-item {
    display: block;
    position: relative;
    width: 5rem;
    height: 5rem;
    margin: 0.625rem;
    transition: border-color 0.2s ease-in-out;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    text-decoration: none !important;
    overflow: hidden;
}
.kartooz-product-gallery-thumblist-item > img {
    display: block;
    width: 100%;
    transition: opacity 0.2s ease-in-out;
    opacity: 0.6;
}
.kartooz-product-gallery-thumblist-item .kartooz-product-gallery-thumblist-item-text {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0.25rem;
    transform: translateY(-50%);
    color: #495057;
    font-size: 0.875rem;
    text-align: center;
}
.kartooz-product-gallery-thumblist-item .kartooz-product-gallery-thumblist-item-text > i {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 1.5em;
}
.kartooz-product-gallery-thumblist-item:hover {
    border-color: #c7ced4;
}
.kartooz-product-gallery-thumblist-item:hover > img {
    opacity: 1;
}
.kartooz-product-gallery-thumblist-item.active {
    border-color: #39c4fc;
}
.kartooz-product-gallery-thumblist-item.active > img {
    opacity: 1;
}

.kartooz-product-gallery-preview {
    position: relative;
    width: 100%;
    margin-top: 0.625rem;
}
@media (min-width: 576px) {
    .kartooz-product-gallery-preview {
        margin-left: 0.625rem;
    }
}

.kartooz-product-gallery-preview-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    z-index: 1;
}
.kartooz-product-gallery-preview-item > img {
    display: block;
    width: 100%;
}
.kartooz-product-gallery-preview-item.active {
    position: relative;
    opacity: 1;
    z-index: 10;
}
.kartooz-product-gallery-preview-item:hover {
    cursor: crosshair;
}

@media (max-width: 575.98px) {
    .kartooz-product-gallery {
        display: block;
    }
    .kartooz-product-gallery-thumblist {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-right: -1rem;
        margin-left: -1rem;
        padding-top: 1rem;
    }
    .kartooz-product-gallery-thumblist-item {
        margin: 0.3125rem;
    }
}
.drift-zoom-pane {
    z-index: 1030;
}

.kartooz-filter-messages-list {
    margin: 10px 0 10px;
}
.kartooz-filter-messages-list li {
    font-size: 13px;
    cursor: pointer;
    border: 1px solid #fff;
    color: #0a101a;
    background-color: #fff;
    border-radius: 24px;
    padding: 6px 18px 6px 12px;
}
.kartooz-filter-messages-list li span {
    padding-left: 5px;
    font-size: 10px;
}
.kartooz-filter-messages-list li:last-of-type + .kartooz-clear-filter {
    display: inline-block;
}
.kartooz-filter-messages-list li + li {
    margin-left: 6px;
}

.kartooz-clear-filter {
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #fff;
    color: #0a101a;
    background-color: #fff;
    border-radius: 2px;
    padding: 6px 18px 6px 12px;
    margin-left: 8px;
}

.kartooz-range-slider-ui {
    height: 0.375rem !important;
    margin: 3.5rem 0;
    border: 0;
    background-color: #a7b0b8;
    box-shadow: none;
}
.kartooz-range-slider-ui .noUi-connect {
    background-color: #18263d;
}
.kartooz-range-slider-ui .noUi-connects {
    background-color: #a7b0b8;
    border-radius: 0px;
}
.kartooz-range-slider-ui .noUi-handle {
    top: 50% !important;
    width: 1rem !important;
    height: 1rem !important;
    margin-top: -0.5rem !important;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0.125rem 0.5625rem -0.125rem rgba(0, 0, 0, 0.25);
}
.kartooz-range-slider-ui .noUi-handle::before, .kartooz-range-slider-ui .noUi-handle::after {
    display: none;
}
.kartooz-range-slider-ui .noUi-handle:focus {
    outline: none;
}
.kartooz-range-slider-ui .noUi-marker-normal {
    display: none;
}
.kartooz-range-slider-ui .noUi-marker-horizontal.noUi-marker {
    width: 1px;
    background-color: #cdd3d9;
    height: 0.75rem;
}
.kartooz-range-slider-ui .noUi-marker-horizontal.noUi-marker-large {
    height: 0.75rem;
}
.kartooz-range-slider-ui .noUi-value {
    padding-top: 0.125rem;
    color: #0a101a;
    font-size: 0.75rem;
}
.kartooz-range-slider-ui .noUi-tooltip {
    padding: 0.25rem 0.5rem;
    border: 0;
    background-color: #343a40;
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.2;
    border-radius: 0.25rem;
}

html:not([dir=rtl]) .kartooz-range-slider-ui.noUi-horizontal .noUi-handle {
    right: -0.5rem;
}


.tns-carousel {
    position: relative;
}
.tns-carousel .tns-carousel-inner {
    position: relative;
    display: flex;
    overflow: hidden;
    touch-action: manipulation;
    opacity: 0;
}
.tns-carousel .tns-carousel-inner:active {
    cursor: grab;
}
.tns-carousel .tns-carousel-inner.tns-slider {
    display: block;
    opacity: 1;
}
.tns-carousel .tns-carousel-inner > * {
    backface-visibility: hidden;
}

.tns-carousel .tns-controls:focus {
    outline: none;
}
.tns-carousel [data-controls] {
    position: absolute;
    top: 50%;
    width: 2.75rem;
    height: 2.75rem;
    margin-top: -1.375rem;
    transition: all 0.3s ease-in-out;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    background-color: #fff;
    font-size: 0.8085rem;
    line-height: 2.625rem;
    text-align: center;
    z-index: 10;
}
.tns-carousel [data-controls][disabled] {
    opacity: 0 !important;
}
.tns-carousel [data-controls=prev] {
    left: 1.75rem;
}
.tns-carousel [data-controls=next] {
    right: 1.75rem;
}
.tns-carousel.tns-controls-lg [data-controls] {
    width: 3.25rem;
    height: 3.25rem;
    margin-top: -1.625rem;
    font-size: 0.9555rem;
    line-height: 3.125rem;
}
.tns-carousel.tns-controls-sm [data-controls] {
    width: 2.25rem;
    height: 2.25rem;
    margin-top: -1.125rem;
    font-size: 0.6615rem;
    line-height: 2.125rem;
}
.tns-carousel:not(.tns-controls-static) [data-controls] {
    opacity: 0;
}
.tns-carousel:not(.tns-controls-static) [data-controls=prev] {
    transform: translateX(1rem);
}
.tns-carousel:not(.tns-controls-static) [data-controls=next] {
    transform: translateX(-1rem);
}
.tns-carousel:not(.tns-controls-static):hover [data-controls] {
    transform: none;
    opacity: 1;
}
.tns-carousel.tns-controls-outside {
    padding: 0 1.375rem;
}
.tns-carousel.tns-controls-outside [data-controls=prev] {
    left: 0;
}
.tns-carousel.tns-controls-outside [data-controls=next] {
    right: 0;
}
.tns-carousel.tns-controls-outside.tns-controls-lg {
    padding: 0 1.625rem;
}
.tns-carousel.tns-controls-outside.tns-controls-sm {
    padding: 0 1.125rem;
}
.tns-carousel.tns-nav-enabled:not(.tns-nav-inside) [data-controls] {
    margin-top: -3.0625rem;
}
.tns-carousel.tns-nav-enabled:not(.tns-nav-inside).tns-controls-lg [data-controls] {
    margin-top: -3.3125rem;
}
.tns-carousel.tns-nav-enabled:not(.tns-nav-inside).tns-controls-sm [data-controls] {
    margin-top: -2.8125rem;
}

.tns-carousel .tns-nav {
    padding-top: 0.875rem;
    padding-bottom: 0.5rem;
    text-align: center;
}
.tns-carousel.tns-nav-start .tns-nav {
    text-align: left;
}
.tns-carousel.tns-nav-end .tns-nav {
    text-align: right;
}
.tns-carousel [data-nav] {
    display: inline-block;
    width: 0.3125rem;
    height: 0.3125rem;
    margin: 0 0.375rem;
    padding: 0;
    transition: width 0.2s ease-in-out, background-color 0.2s ease-in-out;
    border: 0;
    border-radius: 0.15625rem;
    background-color: #b5bdc4;
}
.tns-carousel [data-nav]:focus {
    outline: none;
}
.tns-carousel [data-nav].tns-nav-active {
    width: 1.25rem;
    background-color: #39c4fc;
}
.tns-carousel.tns-nav-light [data-nav] {
    background-color: #fff;
}
.tns-carousel.tns-nav-inside .tns-nav {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 1rem;
}

.tns-carousel-controls {
    white-space: nowrap;
}
.tns-carousel-controls button {
    display: none;
}
.tns-carousel-controls:focus {
    outline: none;
}
.tns-carousel-controls [data-controls] {
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    margin: 0.0625rem;
    transition: all 0.3s ease-in-out;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    background-color: #fff;
    font-size: 0.6615rem;
    line-height: 2.125rem;
    text-align: center;
    z-index: 10;
}
.tns-carousel-controls [data-controls][disabled] {
    opacity: 0 !important;
}

.tns-item {
    -webkit-user-select: none;
                    user-select: none;
}
.tns-item .from-top, .tns-item .from-bottom,
.tns-item .from-start, .tns-item .from-end,
.tns-item .scale-up, .tns-item .scale-down {
    transition: all 0.45s 0.3s ease-in-out;
    opacity: 0;
    backface-visibility: hidden;
}
.tns-item .from-top {
    transform: translateY(-45px);
}
.tns-item .from-bottom {
    transform: translateY(45px);
}
.tns-item .from-start {
    transform: translateX(-45px);
}
.tns-item .from-end {
    transform: translateX(45px);
}
.tns-item .scale-up {
    transform: scale(0.8);
}
.tns-item .scale-down {
    transform: scale(1.2);
}
.tns-item .delay-1 {
    transition-delay: 0.5s;
}
.tns-item .delay-2 {
    transition-delay: 0.7s;
}
.tns-item .delay-3 {
    transition-delay: 0.9s;
}
.tns-item .delay-4 {
    transition-delay: 1.1s;
}
.tns-item.tns-slide-active .from-top, .tns-item.tns-slide-active .from-bottom {
    transform: translateY(0);
    opacity: 1;
}
.tns-item.tns-slide-active .from-start, .tns-item.tns-slide-active .from-end {
    transform: translateX(0);
    opacity: 1;
}
.tns-item.tns-slide-active .scale-up, .tns-item.tns-slide-active .scale-down {
    transform: scale(1);
    opacity: 1;
}

/******************* drift - 1.5.1 **********/
@keyframes drift-fadeZoomIn {
    0% {
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes drift-fadeZoomOut {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    15% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes drift-loader-rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    50% {
        transform: translate(-50%, -50%) rotate(-180deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes drift-loader-before {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(1.2) translateX(6px);
    }
    25% {
        transform: scale(1.3) translateX(8px);
    }
    40% {
        transform: scale(1.2) translateX(6px);
    }
    50% {
        transform: scale(1);
    }
    60% {
        transform: scale(0.8) translateX(6px);
    }
    75% {
        transform: scale(0.7) translateX(8px);
    }
    90% {
        transform: scale(0.8) translateX(6px);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes drift-loader-after {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(1.2) translateX(-6px);
    }
    25% {
        transform: scale(1.3) translateX(-8px);
    }
    40% {
        transform: scale(1.2) translateX(-6px);
    }
    50% {
        transform: scale(1);
    }
    60% {
        transform: scale(0.8) translateX(-6px);
    }
    75% {
        transform: scale(0.7) translateX(-8px);
    }
    90% {
        transform: scale(0.8) translateX(-6px);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes drift-fadeZoomIn {
    0% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes drift-fadeZoomOut {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    15% {
        -webkit-transform: scale(1.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.5);
        opacity: 0;
    }
}

@-webkit-keyframes drift-loader-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@-webkit-keyframes drift-loader-before {
    0% {
        -webkit-transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.2) translateX(6px);
    }
    25% {
        -webkit-transform: scale(1.3) translateX(8px);
    }
    40% {
        -webkit-transform: scale(1.2) translateX(6px);
    }
    50% {
        -webkit-transform: scale(1);
    }
    60% {
        -webkit-transform: scale(0.8) translateX(6px);
    }
    75% {
        -webkit-transform: scale(0.7) translateX(8px);
    }
    90% {
        -webkit-transform: scale(0.8) translateX(6px);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes drift-loader-after {
    0% {
        -webkit-transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.2) translateX(-6px);
    }
    25% {
        -webkit-transform: scale(1.3) translateX(-8px);
    }
    40% {
        -webkit-transform: scale(1.2) translateX(-6px);
    }
    50% {
        -webkit-transform: scale(1);
    }
    60% {
        -webkit-transform: scale(0.8) translateX(-6px);
    }
    75% {
        -webkit-transform: scale(0.7) translateX(-8px);
    }
    90% {
        -webkit-transform: scale(0.8) translateX(-6px);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

.drift-zoom-pane {
    background: rgba(0, 0, 0, 0.5);
    /* This is required because of a bug that causes border-radius to not
    work with child elements in certain cases. */
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.drift-zoom-pane.drift-opening {
    animation: drift-fadeZoomIn 180ms ease-out;
    -webkit-animation: drift-fadeZoomIn 180ms ease-out;
}

.drift-zoom-pane.drift-closing {
    animation: drift-fadeZoomOut 210ms ease-in;
    -webkit-animation: drift-fadeZoomOut 210ms ease-in;
}

.drift-zoom-pane.drift-inline {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.drift-loading .drift-zoom-pane-loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 66px;
    height: 20px;
    animation: drift-loader-rotate 1800ms infinite linear;
    -webkit-animation: drift-loader-rotate 1800ms infinite linear;
}

.drift-zoom-pane-loader:before,
.drift-zoom-pane-loader:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
}

.drift-zoom-pane-loader:before {
    left: 0;
    animation: drift-loader-before 1800ms infinite linear;
    -webkit-animation: drift-loader-before 1800ms infinite linear;
}

.drift-zoom-pane-loader:after {
    right: 0;
    animation: drift-loader-after 1800ms infinite linear;
    -webkit-animation: drift-loader-after 1800ms infinite linear;
    animation-delay: -900ms;
    -webkit-animation-delay: -900ms;
}

.drift-bounding-box {
    background-color: rgba(0, 0, 0, 0.4);
}
/******************* /drift - 1.5.1 **********/