.product-img-col-number-large
{
    max-width: 409px !important;
}

.product-img-col-number-Xlarge
{
    max-width: 550px !important;
}

.product-img-col-number-full_content
{
    max-width:965px !important;
}

.unselectable-option {
    color: #b4b4b4;
}

@media (min-width: 768px) {
    .product-img-col-number-large ~ .product-info-col
    {
        max-width: calc(100% - 409px - 1rem);
    }

    .product-img-col-number-Xlarge
    {
        max-width: 330px !important;
    }
    .product-img-col-number-Xlarge ~ .product-info-col
    {
        max-width: calc(100% - 330px - 1rem);
    }

    .product-img-position-3 ~ .product-desc-col .request-form-contain
    {
        display: inline-block!important;
    }

}

@media (min-width: 992px) {

    .product-img-col-number-full_content
    {
        max-width:60% !important;
    }
    .product-img-col-number-full_content ~ .product-info-col
    {
        max-width: calc(40% - 1rem) !important;
    }

    .product-img-col-number-Xlarge
    {
        max-width: 550px !important;
    }
    .product-img-col-number-Xlarge ~ .product-info-col
    {
        max-width: calc(100% - 550px - 1rem);
    }
}

@media (min-width: 1200px) {

}

.product-description ul {
    font-size: 0.9rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.product-description ul li{
    padding-bottom: .24rem;
    padding-top: .25rem;
    list-style-type: none;
    /*border-bottom: 1px solid #dee2e6;*/
}
.product-description ul li:first-child{
    padding-top: 0;
}
.product-description ul li:before {
    color: var(--main-2);
    content: "\f111";
    font-size: 0.5rem;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    padding-left: .25rem;
    padding-right: .25rem;
}

.sticker-wish-list:not(.selected):hover span i {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.sticker-wish-list span i {
    transition: all 0.5s;
}
.sticker-wish-list.selected span i {
    color: #d61601;
}

.sub-header-list{
    border-bottom: 1px solid #dee2e6;
}