body {
    font-weight: normal;
    line-height: 1.5;
    font-size: 14px;
    color: #292b2c;
    background-color: #fff;
}
/*.gallery-list-inner .gallery-img-box .image-holder{*/
/*background: #F3F3F3;*/

/*}*/

/*@font-face {*/
    /*font-family: 'PD-Gotham-Medium';*/
    /*src: url('../fonts/Gotham-Medium.eot');*/
     /*src: url('../fonts/Gotham-Medium?#iefix') format('embedded-opentype'),*/
    /*url('../fonts/Gotham-Mediumt.woff') format('woff'),*/
    /*url('../fonts/Gotham-Medium.svg#Gotham_Medium') format('svg');*/


/*}*/
/*@font-face {*/
    /*font-family: 'PD-Gotham-Light';*/
    /*src: url('../fonts/gotham-light-webfont.eot');*/
    /*src: url('../fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),*/
    /*url('../fonts/gotham-light-webfont.woff') format('woff'),*/
    /*url('../fonts/gotham-light-webfont.svg#Gotham-Light') format('svg');*/


/*}*/
/*@font-face {*/
    /*font-family: 'times_italic';*/
    /*src: url('../assets/fonts/times-italic-webfont.eot');*/
    /*src: url('../assets/fonts/times-italic-webfont.eot?#iefix') format('embedded-opentype'),*/
    /*url('../assets/fonts/times-italic-webfont.woff2') format('woff2'),*/
    /*url('../assets/fonts/times-italic-webfont.woff') format('woff'),*/
    /*url('../assets/fonts/times-italic-webfont.svg#times_italic') format('svg');*/


/*}*/
.image-holder img{
    width: 100%;
}

.gallery-list-inner .image-holder img{
    width: 80%; /* 50cm/58cm/100% */
}

.signatur{
    position: absolute;
    bottom: -25%;
    right: 2%;
    width: 6%;
}
.image-holder{
    position: relative;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
h3 + .sub-heading{
    margin-top:-6px;
    display: block;
    text-align: center;
    font-size: 14px;
    color:#222;
    padding-bottom:30px;
}
.wrapper {
    width: 100%;
    max-width: 1295px;
    padding: 0 15px;
    margin: 0 auto;
}
.align-center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-well{
    background: #f5f3ec;
    min-height:350px;
}
.top-form-wrapper{
    background: url("page_images/form-bg.jpg") center no-repeat;
}
.top-form-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.top-form{
    width: 45%;
    margin-top: 100px;
    margin-bottom: 8%;
    margin-right:40px;
}
.top-form h1{
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 2px;
}
.top-form h2{
    font-size: 16px;
}
.top-form form{
    padding: 30px 0;
}
.form-item label{
    font-weight: 500;
    font-size: 14px;
    color: #87857f;
    letter-spacing: 0.025em;
    word-wrap: break-word;
    display: block;
    line-height: 2.7;
}
.form-item input{
    outline: none;
    height: 45px;
    font-size: 14px;
    background: #fff;
    padding-left: 15px;
    display: block;
    font-weight: 500;
    width: 100%;
}
.input-time{
    width: 65px !important;
    flex: 0 1 auto !important;
}
.top-form .form-item.form-label{
    width: 30%;
}
.top-form .form-item.form-input-full{
    width: 70%;
}
.flex-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top-form .birth-date-select{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;

}

.top-form .birth-month-select{
    -ms-flex-preferred-size: 52%;
    flex-basis: 52%;
    padding-left: 14px;
}
.top-form .birth-year-select{
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    padding-left: 12px;
}

/* .b-form select {
    background-position: right 7px center;
    border: 0;
    outline: none;
    margin: 0;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0.3rem;
    padding: 0 0 0 14px;
    font-size: 14px;
    letter-spacing: 0.025em;
}
select{
    width: 100%;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("page_images/select_arrow.svg");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-color: transparent;
    padding-right: 28px;
    -o-text-overflow: '';
    text-overflow: '';
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    font-weight: 500;
    text-transform: uppercase;
} */
.label-colon {
    font-size: 22px;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
    font-family: initial;
}
.top-form .button-wrapper button{
    width: 100%;
}
.b-btn-primary{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(1, 1, 0, 0.81);
    padding: 0.75rem 1.5rem;
    font-size: 14px;
    border-radius: 0.3rem;
    cursor: pointer;
    border: 0;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.b-btn-primary:hover{
    color: rgba(1, 1, 0, 0.81);
    background-color: rgba(0, 0, 0, 0.3);
}
.main-information{
    margin: 0 -15px 55px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main-information-item{
    width: 33.333%;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
}
.contain-image{
    background-size: contain;
    background-repeat: no-repeat;
    background-position:  center;
}
.main-information-icon{
    width: 100px;
    height: 100px;
    margin-right: 20px;
}
.main-information-text{
    width: calc(100% - 125px);
}
.main-information-text h2{
    font-size: 21px;
    font-weight: 300;
}
.main-information-text p{
    font-size: 14px;
}
.art-overlay{
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: rgba(179, 170, 162, 1);
    color:#333;
    opacity: 0;
    transition: all 0.2s linear;
    font-size: 20px;
}
.art-overlay:hover{
    opacity: 1;
}

.babyart-grid > .grid-wrap{
    padding:10px;
    display: flex;
}

.babyart-grid .grid-item{
    background-color: #F4F4F6;
    padding:0;
    position: relative;
    height: 100%;
    width: 100%;
}
.babyart-grid .grid-item a{
    color:#333;
}
.babyart-grid .grid-item a:hover{
    text-decoration:none;
}

.image-filters{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #F2F2F2;
    padding: 10px 0;
    margin: 0 0 80px;

}
.wrapper.fixed .image-filters {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
    max-width: 1265px;
    margin: 0 auto;

}
.wrapper.fixed{
    margin-top: 165px;
}
.image-filters-col{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: right;
    padding: 5px 20px;
}
.image-filters-col h6{
    font-size: 14px;
    margin: 0 20px 0 0;
}

/* .orientation-button{
    width: 100%;
    border-radius: 5px;
    border:1px solid #ccc;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0);
    color: #333;
    font-weight: normal;
    display: block;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
} */
/*.orientation-button:hover{*/
/*background-color: rgba(0, 0, 0, 0.3);*/
/*}*/
.images-bg-items-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.images-bg-item-wrap{
    padding: 0 2px;
}
.images-bg-item-wrap input{
    display: none;
}
.images-bg-item{
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    cursor: pointer;
    margin: 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.images-bg-item-wrap input:checked + .images-bg-item {
    border: 2px solid #f76916;
}
.filter-btn{
    width: 100%;
    height: 55px;
    background-color: rgb(40, 167, 69);
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    outline: 0;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.filter-btn:disabled{
    background-color: rgba(0, 0, 0, 0.2);
}
.filter-btn:hover{
    background-color: rgba(40, 167, 69, .5)
}
.section-title{
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.design-images{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px 70px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.design-image-col{
    width: 25%;
    padding: 0 15px;
}

.design-image:after{
    content: "";
    display: block;
    padding-top: 130%;
}
.contain-image{
    background-size: contain;
    background-repeat: no-repeat;
    background-position:  center;
}
.design-image-wrapper{
    border: 5px solid #000;
    position: relative;
    cursor: pointer;

}
.design-image-wrapper.portrait:after {
    content: "";
    display: block;
    padding-top: 140%;
}
.design-image-wrapper.landscape:after {
    content: "";
    display: block;
    padding-top: 66%;
}
.design-image-hidden-info{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.design-image-wrapper:hover .design-image-hidden-info{
    opacity: 1;
}
.design-image-transform-wrapper:hover .design-image-hidden-info{
    opacity: 1;
}
.design-image-transform-wrapper{
    border: 4px solid #000;
    position: relative;
    height: 214px;

}
.design-image-transform{
    position: absolute;
    padding: 5% 5% 10% 5%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.design-image-transform-wrapper:after{
    content: "";
    display: block;
    padding-top: 70%;

}
.design-image-transform-img{
    height: 100%;
}
.design-image-inner-text{
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    bottom: 20px;
    font-size: 12px;
}
.design-image-transform .design-image-inner-text {
    bottom: 8px;
    font-size: 10px;
}

.design-image-buttons{
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.design-image-buttons-circle{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.design-image-buttons .design-btn.b-btn-primary:first-child{
    margin-bottom: 10px;
}
.design-btn.b-btn-primary{
    width: 75%;
    display: block;
    font-size: 13px;
    border-radius: 10px;
}
.design-btn-circle{
    width: 70px;
    display: inline-block;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    padding: 0;
    position: relative;
}
.design-btn-circle.b-btn-primary:first-child{
    margin-right: 6px;
}
.design-btn-circle i{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.design-btn-circle .resize-icon{
    width: 27px;
    height: 27px;
    background-image: url("page_images/resize-icon.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.design-btn-circle .plus-icon{
    width: 20px;
    height: 20px;
    background-image: url("page_images/plus-icon.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/*.baby-art-options-page{*/
/*display: none;*/
/*}*/
.baby-art-modal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4000;
    overflow-y: auto;
}

.baby-art-modal-overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.43);
    position: fixed;
    top: 0;
    left: 0;

}
.baby-art-modal-content{
    position: absolute;
    background-color: #fff;
    top: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 80%;

}
.modal_preview_div{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.baby-art-modal .image-holder img {
    width: 100%;
}
.grid-item.small--one-whole.medium--two-thirds.one-half{
    height: auto!important;
}
.baby-art-modal-content .preview_div{
    background-color: #fff;
}
.baby-art-modal-content .mod-par{
    position: relative;
}
.baby-art-modal-content .mod-par:after {
    content: "";
    display: block;
    padding-top: 140%;
}
.baby-art-modal-content .preview_div .name{
    position: static;
}
.preview_div {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    -webkit-transition: 0.2s background-color linear;
    -o-transition: 0.2s background-color linear;
    transition: 0.2s background-color linear;
}
.landscape .preview_div {
    padding: 3.68% 3.68% 16%;
}
.portrait .preview_div {
    padding: 4% 4% 18%;
}
.preview_div .name {
    font-size: 10px !important;
    width: 100%;
    display: block;
    position: relative;
    top: 19px;
    margin-left: 0;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 1.4px;
    font-weight: 900;
    color: #40403F;
}
.preview_name.name span{

    color: #000;
    font-family: 'PD-Gotham-Medium';
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.landscape .preview_name.name span{
    font-size: 8px;
}
.portrait .preview_name.name span{
    font-size: 9px;
}

@media screen and (max-width: 991px) {
    .landscape .preview_name.name span{
        font-size: 5px;
    }
    .portrait .preview_name.name span{
        font-size: 6px;
    }   
}
.footer-info{
    position: absolute;
    bottom: 3%;
    width: 100%;
    left: 0;
    text-align: center;
}
.info {
    width: 100%;
    border: none;
    display: block;
    margin-left: 0;
    text-align: center;
    font-size: 4px;
    font-family: 'PD-Gotham-Light';
    line-height: 1.6;
    letter-spacing: .5px;
    font-weight: 300;
    padding: 0 10%;
    color: #666;
}
.preview_more_info{
    font-size: 3px;
    color: #000;
    letter-spacing: .5px;
    font-family: 'Times New Roman';
    font-style: italic;
    margin-top: 2%;
}
.gallery-title {
    font-size: 12px;
}
.gallery-list .list-price {

    font-size: 12px;
}
.sign {
    width: 100%;
    height: auto;
}
.baby-art-modal-close-btn{
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 28px;
    background-size: contain;
    width: 20px;
    height: 20px;
    z-index: 1;
    cursor: pointer;
    transition: .1s linear;
}
.baby-art-modal-close-btn:hover{
    opacity: .6;
}

.b-form .images-bg-item-wrap small{
    display: block;
    text-align: center;
    margin-top: 5px;
}

.b-form .row > label{
    font-weight: bold;
    display: flex;
}
.b-form input[type=text], select{
    outline: none;
    border-radius: 5px;
    font-size: 14px;
    padding: 8px;
    font-weight: bold;
    background: #fff;
}
.b-form select#birth-date{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
}
.b-form select#birth-month{
    flex-basis: calc(57% - 20px);
}
.b-form select#birth-year{
    -ms-flex-preferred-size: calc(29% - 5px);
    flex-basis: calc(29% - 5px);
}

.form-tabs > div{
    color:#868686;
    background: #e4e1d4;
}
.form-tabs > div.active{
    background: #f5f3ec;
    font-weight: bold;
    color:#333;
}
.checkbox.is-invalid{
    color:#dc3545!important;
}

.mobile-confirm-box{
    display: none;
}
.baby-details{
    font-size:12px;
}

.form-well .signatur {
    bottom: -27%;
}
.form-well .info{
    margin-top: .3%;
}
.form-well .portrait  .info{
    font-size: 5px;
}
.form-well .landscape .info{
    font-size: 3px;
}
.form-well .design-image-wrapper {
    background: #fff;
}
.image-holder > svg{
    position: fixed;
    top: calc(50vh - 80px);
    left: 50%;
    transform: translate(-50%, -50%);
}
.design-image-wrapper .preview_div .image-holder img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1200px) {
    .images-bg {
        width: 40%;
    }
    .images-filter-button {
        width: 27%;
    }
    .top-form-wrapper {
        background-size: 111%;
        margin-top: -80px;
    }
}
@media screen and (max-width: 1024px) {
    .design-image-col {
        width: 50%;
        margin-bottom: 20px;
    }
    .top-form-wrapper {
        background-size: 125%;
    }
    .top-form {
        width: 50%;
    }
    .top-form h1 {
        font-size: 21px;
    }
}

@media screen and (max-width: 991px) {
    .footer-info {
        bottom: 3.2%;
    }
    .image-filters-col h6 {
        margin: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
    }
    .image-filters-col{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .image-filters-col h6 {
        margin: 0;
    }
    .top-form-wrapper {
        background-size: 195%;
        background-position: right;
        margin: 20px 0 50px;
        padding: 6% 5%;
    }
    .top-form {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }
    .main-information-item {
        width: 50%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768px) {
    .b-form{
        font-size: 12px !important;
    }
    .b-form label{
        font-weight: normal !important;
    }
    .b-form input[type=text], select {
        font-weight: normal;
    }
    .b-form select#birth-month {
        flex-basis: calc(40% - 20px);
    }
    .wrapper.fixed .image-filters {
        top: 44px;
    }
    .image-filters-col {
        padding: 5px 10px;
    }
    .section-title {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .wrapper.fixed, .wrapper{
        margin-top: 0;
    }
    .main-information-text h2 {
        font-size: 18px;
        font-weight: 300;
    }
    .main-information-icon {
        width: 72px;
        height: 67px;
    }
    .main-information-icon {
        margin-right: 15px;
    }
    .main-information {
        margin: 0 -15px 25px;
    }
    #product-image>img{
        width: 100%;
    }
    .images-bg-item {
        width: 25px;
        height: 25px;
    }
    .images-bg-item {
        width: 35px;
        height: 35px;
    }
    /* #preview-tab{
        display: none;
    } */
}
@media screen and (max-width: 544px) {
    /*.preview_name.name span {*/
    /*font-size: 1.1vw;*/
    /*}*/
    /*.info {*/
    /*font-size: .95vw;*/
    /*}*/
    /*.preview_more_info {*/
    /*font-size: .68vw;*/
    /*}*/
    .design-image-wrapper {
        border: 3px solid #000;
    }
    .top-form-wrapper{
        background: url("page_images/form-bg-mobile.jpg") center no-repeat;
    }

    .baby-art-summary .product-images > a{
        display: block;
        padding: 0 50px;
    }
    .main.baby-art-summary{
        margin-top: -15px;
    }
    .baby-art-modal-content {
        width: 95%;
    }

    .sideflap.open-instagram{
        bottom: 0;
    }
    .section-title {
        font-size: 18px;
    }
    .design-image-col {
        width: 100%;
    }
    .image-filters-col h6 {
        margin-bottom: 5px;
    }
    .image-filters{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 45px;
    }
    .images-bg {
        width: 50%;
    }
    .images-filter-button {
        width: 100%;
    }
    .images-bg{
        border-right: 0;
    }
    .image-filters-col h6 {
        font-size: 10px;

    }

    .image-filters-col {
        padding: 5px 5px;
    }
    .filter-btn {
        height: 22px;
        font-size: 10px;
    }
    .cus-images-main:after {
        padding-top: 120%;
    }
    .contain-image {
        background-size: cover;
    }
    .top-form h1 {
        font-size: 18px;
    }
    .top-form h2 {
        font-size: 14px;
    }
    .b-btn-primary {
        padding: 10px 1.5rem;
        font-size: 10px;
    }
    select {
        background-size: 8px;
    }
    .main-information-item {
        width: 100%;
    }
}
@media screen and (max-width: 440px) {
    /* .preview_div {
        padding: 9% 9% 22%;
    } */

}
@media screen and (max-width: 380px) {
    .b-form .row > label {
        padding: 0;
    }
    .b-form .row .col-8{
        padding-right: 0;
    }

}
@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;
    z-index: 1000;
    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);
}
.zoom-image {
    width: 40%;
    height: 28%;
    line-height: 30px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    font-size: 99px;
    padding: 10px 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%) scale(.7);
    left: 50%;
    opacity: 0;
}

.image-holder i {
    font-size: 72px;
}
.drift-zoom-pane.drift-inline {
    z-index:5000;
}

.mobile-color-item {
    display: inline-flex;
}