#productDetails-summary{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: white;
    z-index: 10;
}

.detailsPreviewCol {
    /*width: 50%;*/
    /*flex: 1 1 50%;*/
    /*padding-right: 25px;*/
}

/* line 21, ../scss/styles/pages/_product-details.scss */
.galleryTop, .galleryTop-modal {
    background-color: white;
}
/* line 24, ../scss/styles/pages/_product-details.scss */
.galleryTop .swiper-wrapper, .galleryTop-modal .swiper-wrapper {
    align-items: center;
}
/* line 28, ../scss/styles/pages/_product-details.scss */
.galleryTop .swiper-slide , .galleryTop-modal .swiper-slide {
    /*padding: 25px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
/* line 32, ../scss/styles/pages/_product-details.scss */
.galleryTop .swiper-slide img , .galleryTop-modal .swiper-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: calc(100vh - 150px);
}

.full .galleryTop .swiper-slide img{
    height: auto;
}

/* line 41, ../scss/styles/pages/_product-details.scss */
.galleryThumbs, .galleryThumbs-modal {
    margin-top: 15px;
    height: 85px;
}
/* line 45, ../scss/styles/pages/_product-details.scss */
.galleryThumbs .swiper-slide, .galleryThumbs-modal .swiper-slide {
    cursor: pointer;
    width: 85px;
    height: 85px;
    opacity: 0.4;
    background-color: white;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #a495c7;
}
/* line 54, ../scss/styles/pages/_product-details.scss */
.galleryThumbs .swiper-slide img, .galleryThumbs-modal .swiper-slide img {
    width: 100%;
    height: auto;
}
/* line 60, ../scss/styles/pages/_product-details.scss */
.galleryThumbs .swiper-slide-active , .galleryThumbs-modal .swiper-slide-active {
    opacity: 1;
}

/* line 64, ../scss/styles/pages/_product-details.scss */
.galleryThumbs .swiper-wrapper, .galleryThumbs-modal .swiper-wrapper {
    /*margin-left: calc(-50% + (85px/2));*/
}

.swiper-wrapper, .swiper-slide {
    height: auto !important;
}

#checkout .checkbox label {
    font-family: "Avenir LT Std 65 Medium", Helvetica, Arial, sans-serif;
    padding-left: 0px;
    width: 100%;
}

#checkout .checkbox .fa {
    font-size: 20px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
    color: #eee;
}

#checkout .checkbox .fa.checked {
    color: #15ab73;
}

#checkout .checkbox-square {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
}

#checkout .email-details {
    padding-bottom: 40px;
}

#checkout .email-details h5 {
    margin-top: 30px;
    margin-bottom: 15px;
}

#checkout .shipping-handling {
    padding-bottom: 30px;
}

#checkout .shipping-handling .table {
    border-bottom: 1px solid #eee;
    margin-top: 10px;
}

#checkout .shipping-handling .table h4 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 3px;
}

#checkout .shipping-handling .table tr {
    cursor: pointer;
    height: 95px;
}

#checkout .shipping-handling .table td {
    border-color: #eee;
    vertical-align: middle;
}

#checkout .shipping-handling .table td:first-child {
    text-align: center;
}

#checkout .shipping-handling .table p {
    line-height: 1.4;
}

#checkout .shipping-handling .table .rm {
    line-height: normal;
    font-size: 55%;
}

#checkout .shipping-handling .table .fa {
    font-size: 26px;
    color: #eee;
}

#checkout .shipping-handling .table .selected {
    background-color: #eee;
}

#checkout .shipping-handling .table .selected .fa {
    color: #15ab73;
}

#checkout .billing-address .section-title,
#checkout .shipping-address .section-title {
    margin-bottom: 20px;
}

#checkout .billing-address .left,
#checkout .shipping-address .left {
    padding-right: 5px;
}

#checkout .billing-address .right,
#checkout .shipping-address .right {
    padding-left: 5px;
}

#checkout .billing-address .middle,
#checkout .shipping-address .middle {
    padding-left: 5px;
    padding-right: 5px;
}

#checkout .billing-address .form-control + .form-control,
#checkout .shipping-address .form-control + .form-control {
    margin-top: 10px;
}

#checkout .choose-payment-method {
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

#checkout .choose-payment-method h5 {
    margin-top: 5px;
    margin-bottom: 15px;
}

#checkout .choose-payment-method .section-title {
    margin-bottom: 20px;
}

#checkout .choose-payment-method .left {
    padding-right: 5px;
}

@media only screen and (max-width: 767px) {
    #checkout .choose-payment-method .left {
        padding-right: 15px;
    }
}

#checkout .choose-payment-method .right {
    padding-left: 5px;
}

@media only screen and (max-width: 767px) {
    #checkout .choose-payment-method .right {
        padding-left: 15px;
    }
}

#checkout .choose-payment-method .payment-method {
    cursor: pointer;
    width: 100%;
    padding: 15px 50px;
    border: 2px solid #eee;
    font-family: "Avenir LT Std 65 Medium", Helvetica, Arial, sans-serif;
    border-radius: 30px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    #checkout .choose-payment-method .payment-method {
        margin-bottom: 10px;
    }
}

#checkout .choose-payment-method .payment-method.selected {
    border-color: #15ab73;
}

#checkout .choose-payment-method .payment-method.selected .fa {
    color: #15ab73;
}

#checkout .choose-payment-method .payment-method .fa {
    color: #eee;
    font-size: 24px;
    line-height: 18px;
    vertical-align: middle;
    top: -1px;
    margin-right: 10px;
    position: relative;
    float: left;
}

#checkout .choose-payment-method .payment-method img {
    height: 26px;
    margin: -4px 0px;
    width: auto;
    vertical-align: middle;
}

#checkout .btn-checkout {
    font-family: "Avenir LT Std 65 Medium", Helvetica, Arial, sans-serif;
    width: 100%;
}
