#s2TD3S9 {
    transition: margin-left 0.5s, width 0.5s;
}

#s2TD3S9 > div > * {
    transition: width 0.5s;
}

.text-purple {
    color:var(--c1);
}

.product .product-image {
	width: 100%;
    aspect-ratio: 4 / 3;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
}

.product .product-image .product-image-helper {
    color: white;
    position: absolute;
    top: 0;
    right: 7px;
    text-shadow: 1px 1px 1px black;
    font-style: italic;
    font-size: 19px;
    z-index:1;
    font-weight: 600;
}


.product .product-image .product-image-price {
    color: white;
    position: absolute;
    bottom: 0;
    right: 7px;
    text-shadow: 1px 1px 1px black;
    font-style: italic;
    font-size: 19px;
    z-index:1;
}

.product .product-image-thumb .product-image .product-image-price{
    font-size:14px;
}

@media (max-width: 1199px){
    .product .product-image .product-image-helper {
        font-size:14px;
    } 
    .product .product-image .product-image-price {
        font-size:13px;
    }
    .product .product-image-thumb .product-image .product-image-price {
        font-size:12px;
    }
}
  
.product .product-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s;
    border-radius: 0px 0 8px 8px;
}

.product .product-image img:hover {
	transform: scale(1.05);
}


.product .product-image-content {
    gap:calc(1.5rem * 0.5) calc(1.5rem * 0.5);
    margin-top:calc(1.5rem * 0.5);
}

.product .product-image-thumb {
    width: calc(25% - (1.5rem * 0.375));
    transition: width 0.5s;
}

.product .left-side-smaller .product-image-thumb {
    width:100% !important;
}

.product #carouselMobile {
    display:none;
}

.carousel-indicators [data-bs-target] {
    background-color: #902cd3;
}

@media (max-width: 767px){
    .product #m5994k {
        display:none;
    }

    .product #carouselMobile {
        display:block;
        margin-left: -0.4rem;
        margin-right: -0.4rem;
    }

    .product .product-image {
        border:none;
        box-shadow:none;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .product h1 {
        font-size:18px;
        margin-top:1rem;
    }
}

.product .right-side-bigger {
    width:76%;
}

.product .left-side-smaller {
    width:21%;
}

.product .product-image-thumb.size-big {
    width: calc(50% - (1.5rem * 0.259));
}

.product .features {
    margin-top:15px;
    margin-bottom:15px;
}

@media (max-width: 767px){
    .product .features {
        margin-top:0;
        margin-bottom:0;
    }
}

.product .features img{
	vertical-align: initial;
    margin-right: 5px;
}
.product .features i{
	margin-right: 5px;
    color: var(--c1);
    font-size: 14px;
}
.product .features > .f-c{
    font-weight: 500;
    vertical-align: sub;
    color: var(--m);
    font-size: 14px;
    text-align: Center;
    vertical-align: middle;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 0px;
    /*background: #efefef;
    border: 1px solid #423f8d2b;*/
    /*padding-left: 10px;*/
    padding-right: 10px;
    border-radius: 10px;
}
@media (max-width: 991px){
    .product .features > .f-c{
        font-size: 12px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
    .product .features img{
        height:11px;
    }
}
@media (max-width: 767px){
    .product .features > .f-c{
        font-size: 11px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
    .product .features i{
        font-size:11px;
    } 
    .product .features img{
        height:10px;
    }
}
.product .min-price {
    font-weight: 700;
    font-size: 20px;
}
.product .min-price small {
    font-size: 12px;
    color: rgb(97, 97, 97);
}
 
.product h3 .badge{
    vertical-align: text-bottom;
}
.product h3 .badge i{
    margin-right:0;
    color:white;
}
/*@media (max-width: 991px){
    .product h3 .badge  {
        content: '';
    }
}*/

.product h3 {
    font-size:18px;
    font-weight: 600;
}
.product h3 i{
    margin-right:5px;
    color: var(--c2);
}
@media (max-width:767px){
    .product h3 {
        font-size:16px;
    }
}
.product h4 {
    font-size:16px;
    font-weight: 600;
}

.product .options {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.product .options > *{
    padding-left: 7.5px;
    padding-right: 7.5px;
}

@media (max-width: 991px){
    .product .options.ms-3, #services-content .ms-3, #product-price-content.ms-3{
        margin-left: 0 !important;
    }

    /*.product .options > *{
        padding-left: 0px;
    }*/
}


.product .options a{
    color: var(--m);
}

#productOffer .options span.text-big, .product .options span.text-big {
    font-size:16px;
}   
#productOffer .options span, .product .options span {
    font-weight:600;
    display:block;
    font-size:14px;
    margin-bottom:3px;
}

#productOffer .option, .product .option {
    display: flex;
    gap: 6px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 8px;
    background: white;
    margin-bottom: 15px;
    border: 1px solid #ededed;
    position: relative;
    transition: 0.3s;
    padding-top: 8px;
    padding-bottom: 8px;
}

.product .option.flash{
    animation: flashBorder 30s forwards;
}

@keyframes flashBorder {
    0% {
        background: #badf90;
    	box-shadow: 0px 0px 11px #badf90;
    }
    20% {
        background: #badf90;
    	box-shadow: 0px 0px 11px #badf90;
    }
    100% {
        background: #ffffffb5;
		box-shadow: 0px 1px 0px #00000014;
    }
}

@media(max-width: 767px){
    #productOffer .option, .product .option {
        background: #ffffff;
        margin-bottom: 5px;
        gap: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

#productOffer .option {
    background: #f3f4f9;
}



#productOffer h3 i, #productQuestion h3 i {
    margin-right: 5px;
    color: var(--c1);
}

#productOffer h3, #productQuestion h3{
    font-size: 20px;
}
#productOffer .select2-container--bootstrap-5 .select2-selection {
    height: calc(3.5rem + 2px);
} 
#productOffer .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    padding-top: 20px;
}
#productOffer .form-check:not(#productOffer .form-switch) {
    min-height: 2rem;
}
#productOffer .form-floating > label {
    padding-right: 0.5rem;
    z-index: 99;
}
#productOffer .form-check-input:not(#productOffer  .form-switch .form-check-input) {
    width: 1.5em;
    height: 1.5em;
}
#productOffer .form-check:not(#productOffer .form-switch) label {
    margin-left: 10px;
    vertical-align: sub;
}
#productOffer .alert-danger {
    --bs-alert-color: white;
    --bs-alert-bg: #dc3545;
}

.product .option:hover, .product .option:focus{
    background: #dadadb;
}

.product .option:hover .counter, .product .option:focus .counter{
    background: var(--c1);
}

.product .option:after{
    font-family: "Font Awesome 5 Pro"; 
    content: "\f107";
    font-size:20px;
    margin-right:10px;
    position:Absolute;
    right:0;
}

#productOffer .option .image, .product .option .image {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
   /*background-image: linear-gradient(white, white), linear-gradient(to right, #f4ea40 0%,#6c9a4a 26%,#6c9a4a 26%,#348dad 45%,#902cd3 75%,#0d2987 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 1px solid transparent;*/
    margin-left: 8px;
}

@media(max-width: 767px){
    #productOffer .option .image, .product .option .image {
        margin-left: 5px;
    }
}

#productOffer .option .image{
    cursor: text;
}

.product .option .counter {
    position: absolute;
    right: 0px;
    top: -10px;
    background: var(--c1);
    border-radius: 7px;
    font-size: 12px;
    padding: 0 7px;
    color: White;
    text-shadow: 1px 1px #000000b0;
}

@media (max-width:767px){
    .product .option .counter {
        top: 0px;
    }
}


#productOffer .option .text, .product .option .text {
    width: calc(100% - 87px);
    font-size: 15px;
    line-height: 15px;
}

#productOffer .option .image img, .product .option .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s;
    aspect-ratio: 4 / 3;
}

#productOffer #y76ci1{
    height:260px;
}

#productQuestion #ub0m20g8{
    height:200px;
}

.product #product-price-content{
    background: white;
    border-radius: 8px;
    border: 1px solid #ededed;
    position: relative;
}

.product #product-price-content .form-select {
    padding-top: 1.4rem;
    padding-left: 0.7rem;
    font-weight: 500;
    font-size: 27px;
    padding-right: 1rem;
    border-color: #bfbfbf;
}


.product #product-price-content .input-group-sm .form-select {
    padding-top: 5px;
    padding-left: 0.7rem;
    font-weight: 500;
    font-size: 16px;
    padding-right: 1rem;
    border-color: #bfbfbf;
}

@media (max-width: 991px) and (min-width: 768px){
    .product #product-price-content .form-select {
        font-size: 20px;
    }
    .product #product-price-content .form-floating .btn {
        font-size:17px;
    }
}


.product #product-price-content .form-floating label {
    padding: 0.8rem 0.75rem;
    font-size: 13px;
    z-index: 99;
}

.product #product-price-content .form-floating .btn {
    width: 70%;
}

.product #product-price-content .input-group-sm .btn {
    width: 48%;
    font-size: 17px;
    text-align: center;
}

@media (max-width: 370px){
    .product #product-price-content .input-group-sm .btn {
        font-size: 15px;
    }
}

@media (max-width: 332px){
    .product #product-price-content .input-group-sm .btn {
        font-size: 14px;
    }
}

.product #product-price-content .fst-italic {
   font-weight:300;
}

.product #product-price-content .uniq-box {
    border-top: 5px dotted #d5d4df;
    position: relative;
    /* background: linear-gradient(45deg, #f4ea4080 0%,#afe58696 100%); */
    /* background-color: #f4ea4080; */
    border-radius: 0 0 15px 15px;
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    text-align: justify;
}
@media(max-width: 767px){
    .product #product-price-content > div.uniq-box:nth-child(2) {
        border-top:none;
        border-radius: 8px;
    }

    .product #product-price-content .uniq-box {
        font-size:12px;
    }
}
.product #product-price-content .uniq-box i:not(.product #product-price-content .uniq-box .btn i){
    color:var(--c2);
    font-size: 60px;
}
.product #product-price-content .uniq-box strong{
    font-size: 19px;
    line-height: 21px;
    margin-bottom: 5px;
    text-align: left;
}

@media(max-width: 767px){
    .product #product-price-content .uniq-box strong{
        font-size:16px;
    }
    .product #product-price-content .uniq-box i:not(.product #product-price-content .uniq-box .btn i){
        font-size: 40px;
    }
}

.product .service-discout {
    gap:10px;
    border-top:1px dashed #212529;
    border-bottom:1px dashed #212529;
    padding:10px;
    border-radius:15px;
}
.product .service-discout > div:first-child {
    width:50px;
    height:50px;
    border-radius:100%;
    color:White;
    line-height:50px;
    font-size:20px;
    background-image: url(../images/starburst.png);
    background-position: center center;
    text-align:center;
    transform: rotate(-20deg);
}
.product .service-discout > div:last-child {
    font-size: 12px;
    font-weight: 500;
    width: calc(100% - 60px);
}
.product .accordion {
    --bs-accordion-bg: transparent;
}

@media(max-width: 767px){
    .product .accordion {
        font-size:14px;
    }
    .product .accordion h2 button{
        font-size:14px;
    }
}

.product .accordion-flush .accordion-button {
    padding: 10px 0px;
}



.product .product-offer{
    margin-top:50px;
}


@media(max-width: 767px){
    .product .product-offer{
        margin-top:20px;
    }

    .product .product-offer p {
        font-size:14px;
    }
}
.product .product-offer h5{
    margin-top: 15px;
    color: var(--m);
    font-size: 26px;
    font-weight: 800;
    background: -webkit-linear-gradient(180deg, var(--c3) 30%, var(--c4) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product .form-select {
    border: 1px solid #ededed;
}
#productOwnProduction{
    width: 950px;
    box-shadow: -2px 0px 13px #00000038;
}

.own-production-aboutus h5 {
    color: var(--m);
    font-size: 30px;
    font-weight: 800;
    background: -webkit-linear-gradient(180deg, var(--c3) 70%, var(--c4) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
}

#productOptions{
    width: 950px;
    box-shadow: -2px 0px 13px #00000038;
}

#productOwnProduction ul{
    margin-top:1em;
}    
#productOwnProduction ul li {
    margin-bottom:1em;
}
@media(max-width:1090px){
    #productOptions,#productOwnProduction {
        width: 820px;
    }
}
/*media(max-width:1399px){
    #productOptions {
        width: 70vw
    }
}
@media(max-width:1199px){
    #productOptions {
        width: 75vw
    }
}*/
@media(max-width: 991px){
    #productOptions,#productOwnProduction {
        width: 100%;
    }
}

#productOptions .offcanvas-body.offline .options{
    opacity:0.4;
    cursor:wait;
}

#productOptions .offcanvas-body{
    padding-top:0;
}
@media(max-width:991px){
    #productOptions .sm-sm-text{
    font-size: 12px;
    }
}

#productOffer .options, #productOptions .options {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

#productOffer .options > *, #productOptions .options > *{
    padding-left: 7.5px;
    padding-right: 7.5px;
}


#productOptions .options a{
    color: var(--m);
}

#productOptions .options span.text-big {
    font-size:16px;
}   

#productOptions .options span {
    font-weight:600;
    display:block;
    font-size:14px;
    margin-bottom:3px;
}

#productOptions .option.active {
    border-color: var(--c1);
}

#productOptions .option {
    display: flex;
    gap: 6px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 8px;
    background: #f3f4f9;
    margin-bottom: 15px;
    border: 1px solid #ededed;
    box-shadow: 0px 1px 0px #00000014;
    position: relative;
    transition: 0.3s;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor:pointer;
}

@media(max-width: 767px){
    #productOptions .option{
        margin-bottom: 5px;
        gap: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media(min-width: 992px){
    #productOptions .option.option-mid, #productOptions .option.option-big {
        flex-direction: column;
    }
}

#productOptions .option:hover, #productOptions .option:focus{
    background: #dadadb;
}

#productOptions .option:hover .counter, #productOptions .option:focus .counter{
    background: var(--c1);
}

#productOptions  .option .image {
    width:70px;
    height:70px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-left: 10px;
}
@media(max-width: 767px){
    #productOptions  .option .image {
        margin-left: 5px;
    }
}
#productOptions  .option .image img {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
@media(min-width: 992px){
    #productOptions .option.option-big .image {
        /*width: 150px;
        height: 150px;
        margin-left:0;*/
        margin-left: 0;
        width:calc(100% - 16px);
        height:unset;
    }

    #productOptions .option.option-mid .image {
        /*width: 150px;
        height: 150px;
        margin-left:0;*/
        margin-left: 0;
        width:calc(100% - 16px);
        height:unset;
    }
}

#productOptions  .option .text {
    width: calc(100% - 137px);
    font-size: 12px;
    line-height: 15px;
    align-items: flex-start;
}

@media(max-width: 767px){
    #productOptions  .option .text {
        width: calc(100% - 87px);
    }
}

#productOptions  .option .more-info {
    text-align:right;
}

#productOptions .option .text > span {
    overflow: hidden;
    height: 45px;
}
@media(max-width: 767px){
  
    #productOptions .option .text > span {
        height: 34px;
    }
}

@media(min-width: 992px){
    #productOptions .option.option-big .text,#productOptions .option.option-mid .text {
        width:100%;
        text-align:center;
        padding-left: 8px;
        padding-right: 8px;
        
    }
    #productOptions  .option.option-big .more-info, #productOptions  .option.option-mid .more-info {
        width:100%;
        text-align: left;
        /*padding:0 10px;*/
    }
}
#productOptions  .option .more-info a:last-child{
    float:right;
}

#productOptions  .option .more-info a:hover, #productOptions  .option .more-info a:focus, #productOptions  .option .more-info a:active{
    background:#c1c1c1;
}

#productOptions  .option .more-info a:first-child{
    top:9px;
    right:9px;
}
#productOptions  .option .more-info a:last-child{
    bottom: 9px;
    right: 9px;
}
@media(min-width: 992px){
    #productOptions  .option.option-big .more-info a,#productOptions  .option.option-mid .more-info a {
        position: relative !important;
        top:unset !important;
        right:unset !important;
        bottom: unset !important;
        width:40px;
        height:40px;
        font-size: 18px;
        padding-top: 10px;
    }
}
#productOptions  .option .more-info a span, #productOptions .zoom-info a span{
    display:none;
}
#productOptions  .option .more-info a, #productOptions .zoom-info a{
    color: var(--m);
    padding: 6px 7px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 35px;
    font-size: 15px;
    width: 30px;
    height: 30px;
    /* line-height: 19px; */
    text-align: center;
    /* margin-right: 9px; */
    /* margin-bottom: 5px; */
    display: inline-block;
    transition: 0.3s;
    position: absolute;
}
@media(max-width: 767px){
    #productOptions .option .more-info a, #productOptions .zoom-info a{
        position: relative;
        top:0 !important;
        bottom:0 !important;
        right:0 !important;
        left:0 !important;
        float:unset !important;
        width: auto !important;
        border-radius:15px;
        padding: 4px 8px 2px 8px;
        height: auto !important;
    }
    #productOptions .option .more-info a i, #productOptions .zoom-info a i{
        margin-right:5px;
        font-size:12px;
    }
    #productOptions  .option .more-info a span, #productOptions .zoom-info a span{
        display:inline-block;
        font-weight:400;
    }
}

#productOptions .tooltip.infobox-tooltip .tooltip-inner {
    --bs-tooltip-max-width: 400px;
    max-width:400px !important;

}
#productOptions .infobox-content{
    display:none;
}
#productOptions .zoom-info{
    display:inline-block;
    color:var(--m);
    margin-right:0;
    position: relative !important;
}

#productOptions .checked-info {
    position: relative !important;
    top:unset !important;
    right:unset !important;
    display:inline-block !important;
}


#productOptions  .option .radiocheck {
    position: absolute;
    left: 7px;
    top: 3px;
    color: var(--c1);
    font-size: 18px;
    display:none;
    z-index: 100;
}


#productOptions .option.active .checked, #productOptions .option.active .radiocheck  {
    display:block;
}
#productOptions .option .checked, #productOptions .checked-info {
    position: absolute;
    right: 0px;
    top: -10px;
    background: var(--c1);
    border-radius: 7px;
    font-size: 12px;
    padding: 0 7px;
    color: White;
    text-shadow: 1px 1px #000000b0;
    display:none;
}


#productOffer {
    width: 50vw;
    box-shadow: -2px 0px 13px #00000038;
}

@media(max-width: 991px){
    #productOffer {
        width: 100%;
    }
}

#productQuestion {
    width: 35vw;
    box-shadow: -2px 0px 13px #00000038;
}

@media(max-width: 991px){
    #productQuestion {
        width: 100%;
    }
}



#productOffer .login-icon {
    /* font-size: 6vw; */
    font-size: 120px;
    color: var(--c2);
}

.offcanvas .btn-close-abs {
    position: Absolute;
    left: -129px;
    top: 0;
    color: #dc3545 !important;
    border: 0;
    background: white;
    padding-right: 20px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.175);
    border-bottom: 1px solid rgba(0, 0, 0, 0.175);
    border-bottom-left-radius: 8px;
    width: 129px;
}

@media(max-width: 991px){
    .offcanvas .btn-close-abs {
        display:none;
    }
}

.offcanvas .btn-close-abs  > * {
    vertical-align: middle;
}
.offcanvas .btn-close-abs i {
    font-size: 20px;
}
.offcanvas .btn-close-abs span {
    font-size: 20px;
}

#specifications-content .table {
    font-size:14px;
}

#specifications-content .table strong {
    font-weight:500;
}

.container-modded {
    width:50vw;
    margin-left:0;
}

.offline {
    color: #b1b1b1;
}
.offline img {
    opacity:0.8;
}

.rounded-corner {
    border-radius:8px;
}

/*.mobile-price-ribbon {
    display:none;
    border-top: 1px solid #ededed;
    background:White;
    position: fixed;
    right: 0;
    bottom: 60px;
    left: 0;
    z-index: 1030;
}*/

@media(max-width: 767px){
    .totals {
        border-top: 1px solid #cbcbcb;
        background: #f5f5f5;
        position: fixed;
        right: 0;
        bottom: 0px;
        left: 0;
        z-index: 1030;
        height:61px;
        display: grid;
        align-items: center;
    }
    .totals .btn-price-details .btn {
        background: #f5f5f5;
        color: var(--m);
        border-top: 1px solid #cbcbcb;
    }
    .totals .btn-price-details {
        text-align: center;
        position: absolute;
        top: -23px;
        width: 100%;
    }
}

.totals .table.table-price tr > td:last-child{
    width:35%;
}
.totals .table.table-options tr > td {
    padding: 0.2rem 0.5rem;
}

@media(max-width: 767px){
    /*.offcanvas-header {
        padding:0.5rem 0.5rem;
    }*/

    /*.offcanvas-header .btn-close {
        margin-right: 0px;
        margin-top: -10px;
    }*/

}

.offcanvas.offcanvas-bottom {
    max-height:85vh;
    --bs-offcanvas-height: unset;
}

.imageContainer {
    position: relative;
    display: inline-block;
}

.product-help-text {
    color: #555;
    font-weight: 500;
    font-size: 14px;
}

.product-help-text i:not(.product-help-text strong i) {
    margin-right: 5px;
    color: var(--c1);
    font-size: 16px;
    animation: shake 1s;
    animation-iteration-count: infinite;
}

.text-primary {
    color: var(--c1) !important;
}

.fancybox__slide {
    flex-direction: row !important;
    justify-content: center !important;
}

.fancybox__caption {
    padding: 1rem 1rem 1rem 1rem !important;
}

.fancybox__content {
    max-width:1000px !important;
}

.image-option {
    display: flex;
    gap: 6px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 8px;
    background: var(--m);
    /*margin-bottom: 15px;*/
    border: 1px solid #515151;
    box-shadow: 0px 1px 0px #00000014;
    position: relative;
    transition: 0.3s;
    padding-top: 3px;
    padding-bottom: 3px;
    /*min-width: 15%;*/
}

.image-option .image {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-left:3px;
}

.image-option .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s;
    aspect-ratio: 4 / 3;
}

.image-option .text {
    width: calc(100% - 87px);
    font-size: 12px;
    line-height: 15px;
}

.image-option .text span {
    font-weight: 600;
    display: block;
    font-size: 14px;
    margin-bottom: 3px;
}

.btn-image-option {
    font-size: 1.25rem;
}

.title-image-option, .title-option-option {
    font-size:14px;
}
.title-option-option {
    max-width:400px;
}

@media(max-width: 1150px){
    .fancybox__content {
        max-width:800px !important;
    }

    .image-option .text {
        font-size:10px;
    }

    .image-option .text span {
        font-size:12px;
    }

    
}

@media(max-width: 767px){
    .fancybox__slide {
        flex-direction: column !important;
        justify-content: center !important;
    }
    
    .fancybox__caption {
        padding: 0 !important;
        padding-top: 1rem !important;
        width:100% !important;
    }
    
    .fancybox__content {
        max-width:100% !important;
    }

    .image-option .image {
        width: 30px;
        height: 30px;
        margin-left:4px;
    }
    .image-option .text span {
        margin-bottom:0;
    }

    .image-option{
        padding-top:4px;
        padding-bottom:4px;
    }
}

@keyframes shake {
    0% { transform: rotate(0deg); }
    33% { transform:  rotate(-20deg); }
    66% { transform:  rotate(0deg); }
    100% { transform:  rotate(20deg); }
  }


@keyframes padding_ {
    0% {
        padding-right: 0.6em;
        padding-left: 0.6em;
    }
    50% {
        padding-right: 1.5em;
        padding-left: 1.5em;
    }
}

.product-coupon-ribbon {
    display: flex;
    align-items: stretch;
    gap:0.5rem;
    border-radius:0.375rem;
    margin-bottom:0.5em;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 42%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 42%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 42%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.product-coupon-ribbon > div:first-child{
    width: 110px;
    text-align: center;
    /* background: rgba(255, 255, 255, 0.7); */
    border-radius: 0.375rem 0 0 0.375rem;
    border-right-width: 6px;
    border-right-style: dotted;
    border-right-color: white;
    font-size: 30px;
    font-weight: 800;
    color: white;
    text-shadow: 0 0 4px #000000;

    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.product-coupon-ribbon > div:last-child{
    font-weight: bold;
    flex: 1;
    padding:0.5em;
    padding-left:0;
}

.product-coupon-ribbon > div:last-child span.coupon-code{
    background: black;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 3px;
    color:white;
    display: inline-block;
}

.product-coupon-ribbon > div:last-child span.coupon-info{
    font-size:10px;
    display:block;
    color:grey;
    margin-top:3px;
}

@media((max-width: 1399px)){
    .product-coupon-ribbon {
        font-size:14px;
    }
}

@media((max-width: 991px) and (min-width: 768px)){
    .product-coupon-ribbon {
        font-size:12px;
    }
    .product-coupon-ribbon > div:first-child{
        width: 90px;
        font-size: 26px;
    }
}

@media((max-width: 500px)){
    .product-coupon-ribbon {
        font-size:12px;
    }
    .product-coupon-ribbon > div:first-child{
        width: 80px;
        font-size: 22px;
    }

    .product-coupon-ribbon > div:last-child span.coupon-info{
        font-size:8px;
    }
}

/*.product #productImages {
	width:50%;
}


.product {
	display:flex;
}


.product .infos {
	width:50%;
	padding-top:15px;
	padding-right:15px;
}

.product .infos p{
	font-size:14px;
}

.product .features li img{
	vertical-align: initial;
    margin-right: 5px;
}
.product .features li i{
	margin-right: 5px;
}
.product .features li{
	font-weight: 500;
	display:inline-block;
	width: 32.92%;
	vertical-align:sub;
	color: #6b6b6b;
}

.product .features li.fullwidth{
	display:block;
	width:100%;
}


.carousel-indicators {
    bottom: 20px;
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
    flex: 0 1 auto;
    width: 40px;
	background:transparent;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
 
.carousel-indicators [data-bs-target].active {
	opacity:1;
}

.carousel-indicators [data-bs-target] img {
	border-radius:5px;
}*/

/*
.product #productCarousel .carousel-inner {
    border-radius: 15px 15px 0 0 ;
}
.product #productCarousel .productimage {
	width: 100%;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.product #productCarousel .productimage img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s;
}

.product #productCarousel .productimage img:hover {
	transform: scale(1.05);
	
}
.product .features {
    margin-top:15px;
    margin-bottom:15px;
}

.product .features img{
	vertical-align: initial;
    margin-right: 5px;
}
.product .features i{
	margin-right: 5px;
    color: var(--c1);
}
.product .features > div{
	font-weight: 500;
	vertical-align:sub;
	color: var(--m);
    text-align:Center;
    vertical-align: middle;
}

.product .features li.fullwidth{
	display:block;
	width:100%;
}

.product .information-block {
    border-radius: 0 0 15px 15px;
    background: white;
    border: 1px solid #ededed;
    box-shadow: 0px 1px 0px #00000014;
    position: relative;
    padding: 10px 15px 10px 15px;
}
.product .information-block .nav-link {
    line-height: unset;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    background: -webkit-linear-gradient(180deg, var(--c3) 70%, var(--c4) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.product .information-block .nav-link:hover, .product .information-block .nav-link:focus, .product .information-block .nav-link:active {
    border-radius: 15px;
    background: #ebf0ff;
    color:var(--m);
    -webkit-text-fill-color:unset;
}


.product .information-block .min-price {
    font-weight: 700;
    font-size: 26px;
    line-height:normal;  
}

.product .information-block .min-price small {
    font-size: 14px;
    color: rgb(97, 97, 97);
    font-weight:500;
}


@media (max-width: 767px) {
    .product #productCarousel .carousel-inner .carousel-item > div {
        display: none;
    }
    .product #productCarousel  .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.product #productCarousel  .carousel-inner .carousel-item.active,
.product #productCarousel  .carousel-inner .carousel-item-next,
.product #productCarousel  .carousel-inner .carousel-item-prev {
    display: flex;
}


@media (min-width: 768px) {
    
    .product #productCarousel .carousel-inner .carousel-item-end.active,
    .product #productCarousel .carousel-inner .carousel-item-next {
      transform: translateX(33.33333333%);
    }
    
    .product #productCarousel .carousel-inner .carousel-item-start.active, 
    .product #productCarousel .carousel-inner .carousel-item-prev {
      transform: translateX(-33.33333333%);
    }
}

.product #productCarousel .carousel-inner .carousel-item-end,
.product #productCarousel .carousel-inner .carousel-item-start { 
  transform: translateX(0);
}
*/