@charset "UTF-8";
/* CSS Document */

.share-btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.copyvideopath-wrapper {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.copyvideopath-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    align-items: center;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #d3d3d3;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #d3d3d3;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #d3d3d3;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #d3d3d3;
    width: 100%;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.copyvideopath {
    width:unset;
}


.modal_video {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -ms-backdrop-filter: blur(20px);
}

.modal_video.in {
    display: flex !important;
}

.modal_video .modal-body {
    padding: 0;
    background-color: black;
}

.modal_video .btn-close {
    position: absolute;
    right: 0;
    background-color: white;
    border-radius: 100%;
    width: 1em;
    height: 1em;
    z-index: 1;
    margin-right: -0.5em;
    margin-top: -0.5em;
    opacity: 1;
    border: 0;
    font-size: 1.5em;
    background-size:.6em;
}

.modal-dialog {
    margin: auto;
    width: 90%;
}

.ratio-16x9 {
    /* padding-top: calc(9 / 16 * 100%); */
}

.ratio-16x9>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal_video_iframe {
    border: 0;
}

.modal-open {
    overflow: unset;
}

/* .pdp-video_swiper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 4.5rem;
    overflow: hidden;
    max-width: none;
    margin-bottom:2em;
} */

.pdp-video_swiper .swiper-container {
    width: 100%;
    height: 100%;
}

.pdp-video_swiper .swiper-wrapper {
    margin-bottom: 1em;
}

.pdp-video_swiper .swiper-pagination {
    position: relative;
    bottom: unset;
}

.pdp-video_swiper .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin: 0 11px !important;
}

.pdp-video_swiper .swiper-pagination-bullet-active {
    background-color: #ed3124;
}

.pdp-video_swiper .swiper-slide {
    /* width: 33.33%; */
    width: 50%;
}

.pdp-video_swiper .slide_img_wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
}

.pdp-video_swiper .slide_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.pdp-video_swiper .slide_caption {
    text-align: center;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.pdp-video_swiper .swiper-button-prev, .pdp-video_swiper .swiper-button-next {
	opacity:.3; cursor:default; background-color:rgba(242,242,242,1); background-size:18px 18px; backdrop-filter:blur(20px); -webkit-backdrop-filter:blur(20px); width:40px; /* height:65px; */ height:40px; border-radius:2em; 
}
.pdp-video_swiper .swiper-button-prev.active, .pdp-video_swiper .swiper-button-prev:hover, .pdp-video_swiper .swiper-button-next.active, .pdp-video_swiper .swiper-button-next:hover {
	opacity:1; cursor:pointer; 
}
.pdp-video_swiper .swiper-button-prev {
	transition:opacity 300ms, left 300ms; left:-50px; top:calc(var(--slideheight) / 2);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ee3124'%2F%3E%3C%2Fsvg%3E");
}
.pdp-video_swiper .swiper-button-prev.active {
	left:10px;
}
.pdp-video_swiper .swiper-button-next {
	transition:opacity 300ms, right 300ms; right:-50px; top:calc(var(--slideheight) / 2);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ee3124'%2F%3E%3C%2Fsvg%3E");
}
.pdp-video_swiper .swiper-button-next.active {
	right:10px;
}

.pdp-video_swiper .fullpanel_img {
    width: 100%;
    /* margin-bottom: 1rem; */
    margin-bottom: 0;
}

.pdp-video_swiper .youtube_video {
    position: relative;
    width: 100%;
    padding-top: 56.17021276595745%;
}

.pdp-video_swiper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

:root {
    --swiper-theme-color: white;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}