.site-logo {
    width: 300px;
}
.sub-menu {
    width: 280px;
}

.product-card .product-title {
    height: 2.2em;
}

.image {
    display : table-cell;
    height : 250px;
    vertical-align : middle;
    width : 500px;
    padding-bottom : 0;
    padding-left: 0;
    padding-top: 0;
    text-align: center;
}
.image_small {
    display : table-cell;
    height : 50px;
    vertical-align : middle;
    width : 50px;
    padding-bottom : 0;
    padding-left: 0;
    padding-top: 0;
    text-align: center;
}
.image span {
    display: inline-block;
    height : 100%;
    width : 1px;
}
.image * {
    vertical-align : middle;
}
.image img {
    max-width: 95%;
    max-height: 95%;
}

.image_inline_replaced {
    height: auto;
    width: auto;
    padding-bottom: 30px;
}

.story {
    font-size: 1.2em;
}
.story .image {
    display : table-cell;
    height: auto;
    vertical-align : middle;
    width : 100%;
    padding-bottom : 0;
    padding-left: 0;
    padding-top: 0;
    text-align: center;
}
.story .image img {
    max-width: 100%;
    max-height: 100%;
}

.image-container {
    height: 100%;
    background-size: cover;
    background-position: center;
}
.product-card .product-price {
    padding-top: 10px;
    margin-bottom: 0px;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .no-mobile {
        display: none !important;
    }
}
@media (max-width: 425px) {
    .site-logo {
        width: 200px;
    }
}


.product-carousel {
    text-align: center;
}
.product-image {
    max-height: 600px;
}

.page-title {
    margin-bottom: 30px;
    padding: 5px 0;
}

.toolbar .currency {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 44px;
    margin-left: 6px;
    transition: background-color .35s;
    /* border: 1px solid #e1e7ec; */
    /* border-radius: 50%; */
    color: #606975;
    font-size: 17px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}

.toolbar .currency .form-control {
    padding: 0 5px 3px;
    height: 44px !important;
    border-radius: 22px;
    background-position: center right 10px;
}

.videoContainer, .moreImages {
    margin-top: 1em;
}
.videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoWrapper {
    cursor: pointer;
}
.videoWrapper img {
    position: absolute;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
}
.videoWrapper .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.videoWrapper .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.videoWrapper img,
.videoWrapper .play-button {
    cursor: pointer;
}
.videoWrapper .play-button,
.videoWrapper .play-button:before {
    position: absolute;
}
.videoWrapper .play-button,
.videoWrapper .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
    cursor: pointer;
}

@media (min-width: 576px) {
  .modal-dialog { max-width: none; }
}
.modal-dialog {
  width: 98%;
  height: 92%;
  padding: 0;
}

.modal-content {
  height: 99%;
}
.modal-body {
    text-align: center;
}
#modal-large-image {
    max-height: 800px;
}
@media (max-height: 700px) {
    #modal-large-image {
        max-height: 400px;
    }
    .modal-content {
        width: 95%;
    }
}
