.thumbnails-jcarousel-wrapper {
    width: 100%;
}

.jcarousel-wrapper {
    margin: 0px auto;
    position: relative;
    width: 100%;
    margin-top: 12px;
}


.jcarousel-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.jcarousel-wrapper .photo-credits a {
    color: #fff;
}

/** Carousel **/
.thumbnails-jcarousel-wrapper  .jcarousel {
    position: relative;
    overflow: hidden;
    user-select: none;
    -webkit-user-drag: none;
    /* height: 457.5px; */
    /* width: 93px; */
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    width: 90px;
    height: 68px;
    object-fit: contain;
}

.jcarousel ul {
    width: 100%;
    display: flex;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 12px;
}

.jcarousel li {
    flex-shrink: 0;
    width: 90px;
    height: 68px;
}

.jcarousel li>a {
    clear: both;
    display: inline-block;
    border: 1px solid transparent;
    background-color: #f8f8f8;
    height: 68px;
    border-radius: 2px 2px 2px 2px;
    overflow: hidden;
    width: 100%;
}

.jcarousel li>a:hover {
    border: 1px solid #20B1B1;
}

.jcarousel li>a.active {
    border: 1px solid #20B1B1;
}

.jcarousel li.item-video a {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    height: 68px;
    border: 1px solid transparent;
    border-radius: 2px;
    overflow: hidden;
    width: 100%;
}

.jcarousel li.item-video a:hover,
.jcarousel li.item-video a.active {
    border: 1px solid #20B1B1;
}

.jcarousel li.item-video a img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 21px/21px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
    z-index: 1;
    border: 1px solid #fff;
    box-sizing: border-box;
    line-height: 19px;
}

.jcarousel-control-prev {
    left: -10px;
    transform: translateY(-50%);
}

.jcarousel-control-next {
    right: -10px;
    transform: translateY(-50%);
}

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
    color: #20B1B1;
    background: #fff;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

.product-image {
    position: relative;
}

.product-info .main-control-prev,
.product-info .main-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px !important;
    line-height: 34px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    font-family: Arial, sans-serif;
    z-index: 5;
    cursor: pointer;
    transition: background 0.2s;
    border-radius: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.product-info .main-control-prev{
    left: -20px;
}

.product-info .main-control-next{
    right: -20px;
}

.main-control-prev:hover,
.main-control-next:hover {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

#product-video-wrapper {
    display: none;
    width: 706px;
    max-width: 100%;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    line-height: 14px;
    min-width: 14px;

    background: #fff;
    color: #4E443C;
    border-radius: 14px;
    padding: 3px;
    text-align: center;

    margin-right: 2px;

    opacity: .75;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}