
.product-image-container .detailimg-container > img {
    max-height: 100%;
    max-width:100%;
    object-fit: cover;
}
.product-image-container .detailimg-container.video {
    position: relative;
}
.product-image-container .detailimg-container.video:before {
    content: '';
    height: 25px;
    width: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    left: 0;
    margin: auto;
    border: 2px solid #333;
    border-radius: 25px;
    background-color: #fff !important;
    opacity: 1 !important;
    z-index: 9;
    pointer-events: none;
    user-select: none;
}
.product-image-container .detailimg-container.video:after {
    content: '';
    height: 6px;
    width: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -4px;
    margin: auto;
    transform: rotate(45deg);
    border-right: 4px solid #333;
    border-top: 4px solid #333;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    opacity: 1 !important;
    z-index: 99;
    pointer-events: none;
    user-select: none;
}
.product-image-container.thumbnails-top {
    display: flex;
    flex-direction: column;
}
.product-image-container.thumbnails-top {
    display: flex;
    flex-direction: column-reverse;
}
.product-image-container.thumbnails-right {
    display: flex;
    flex-direction: row;
    height: 370px;
}
.product-image-container.thumbnails-right > div.detail_image_container {
    width: 80%;
}
.product-image-container.thumbnails-right > div.detail_thumbnail_container {
    max-width: 20%;
    float: left;
    height: auto;
    overflow: hidden;
    padding: 30px 0;

}
.product-image-container.thumbnails-right > div.detail_thumbnail_container div.slick-list {
    /* padding: 125% 0; */
    height: 100% !important;
}
.product-image-container.thumbnails-right > div.detail_thumbnail_container .detailimg-container {
    /* display: inline-block; */
    display: flex;
    height: 65px;
}
.product-image-container.thumbnails-right > div.detail_thumbnail_container .detailimg-container > img {
    max-height: 100%;
    max-width:100%;
    object-fit: cover;
}

.product-image-container.thumbnails-right > div.detail_thumbnail_container .slick-slide {
    text-align: center;
}
.product-image-container.thumbnails-right > div.detail_thumbnail_container .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
}
.product-image-container.thumbnails-right .slick-prev {
    left: calc(50% - 13px)!important;
    height: 25px!important;
    width: 25px!important;
    top: calc(0% - -3px)!important;
    background-color: transparent!important;
    transform: rotate(90deg);
} 
.product-image-container.thumbnails-right .slick-next {
    right: calc(50% - 13px)!important;
    height: 25px!important;
    width: 25px!important;
    top: calc(100% - 27px)!important;
    background-color: transparent!important;
    transform: rotate(90deg);
}




.product-image-container.thumbnails-left {
    display: flex;
    flex-direction: row-reverse;
    height: 370px;
}
.product-image-container.thumbnails-left > div.detail_image_container {
    width: 80%;
}



.product-image-container.thumbnails-left > div.detail_thumbnail_container {
    max-width: 20%;
    float: left;
    height: auto;
    overflow: hidden;
    padding: 30px 0;

}
.product-image-container.thumbnails-left > div.detail_thumbnail_container div.slick-list {
    /* padding: 125% 0; */
    height: 100% !important;
}
.product-image-container.thumbnails-left > div.detail_thumbnail_container .detailimg-container {
    /* display: inline-block; */
    display: flex;
    height: 65px;
}
.product-image-container.thumbnails-left > div.detail_thumbnail_container .detailimg-container > img {
    max-height: 100%;
    max-width:100%;
    object-fit: cover;
}

.product-image-container.thumbnails-left > div.detail_thumbnail_container .slick-slide {
    text-align: center;
}
.product-image-container.thumbnails-left > div.detail_thumbnail_container .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
}
.product-image-container.thumbnails-left .slick-prev {
    left: calc(50% - 13px)!important;
    height: 25px!important;
    width: 25px!important;
    top: calc(0% - -3px)!important;
    background-color: transparent!important;
    transform: rotate(90deg);
} 
.product-image-container.thumbnails-left .slick-next {
    right: calc(50% - 13px)!important;
    height: 25px!important;
    width: 25px!important;
    top: calc(100% - 27px)!important;
    background-color: transparent!important;
    transform: rotate(90deg);
}
div.fancybox-title {
    display: none !important;
}
div.catalog_image_container {
    margin: 0;
    height: 100%;
    z-index: 999;
}
div.catalog_image_container .slick-list,
div.catalog_image_container .slick-track {
    height:100%;
}
.product-image-container.thumbnails-right .slick-track.less-than-ideal,
.product-image-container.thumbnails-left .slick-track.less-than-ideal {
    transform: translate3d(0,0,0)!important;
    width: 100%!important;
    height: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-image-container.thumbnails-top .slick-track.less-than-ideal,
.product-image-container.thumbnails-bottom .slick-track.less-than-ideal {
    transform: translate3d(0,0,0)!important;
    width: 100%!important;
    height: 100% !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
div.detail_image_container_top {
    display: flex !important;
    /* height: 400px; 28-02-2023 */
}
div.detail_image_container_top > img,
div.detail_image_container_top > iframe {
    margin: auto;
    max-height: calc(100% - 15px);
}

div.detail_thumbnail_container {
    background-color: #f9f9f9;
    border: 1px solid #e9e9e9;
    padding: 5px 50px 5px 50px;
    
}
div.detail_thumbnail_container img {
    cursor: pointer;
    padding: 5px;
    opacity: 0.5;
    transition: opacity .2s ease;
}
div.detail_thumbnail_container img:hover {
    opacity: 1;
    transition: opacity .2s ease;
}
div.detail_thumbnail_container img.slick-current {
    opacity: 1;
}
div.detail_thumbnail_container button.slick-next {
    right: 10px !important;
    height: 25px !important;
    width: 25px !important;
    top: calc(50% - 10px) !important;
    background-color: transparent !important;
}
div.detail_thumbnail_container button.slick-prev {
    left: 10px !important;
    height: 25px !important;
    width: 25px !important;
    top: calc(50% - 10px) !important;
    background-color: transparent !important;
}
div.detail_thumbnail_container button.slick-next:after {
    top: 8px !important;
    left: 7px !important;
    width: 8px !important;
    height: 8px !important;
    border-left: 2px solid #333 !important;
    border-bottom: 2px solid #333 !important;
}
div.detail_thumbnail_container button.slick-prev:after {
    top: 8px !important;
    left: 9px !important;
    width: 8px !important;
    height: 8px !important;
    border-left: 2px solid #333 !important;
    border-bottom: 2px solid #333 !important;
}
.subscription-container {
    padding: 15px;
    margin: 5px 0;
    border: 3px solid #e9e9e9;
    background-color:rgb(0 0 0 / 4%);
}
.subscription-container > h2 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 18px;
}
.subscription-container > select {
    padding: 0 0 0 15px !important;
    height: 35px;
    width: 100%;
    background-color: #fff !important;
    border-radius: 0px !important;
    outline: none;
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgb(0 0 0 / 4%);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E), linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    user-select: none !important
}

.slick-prev:before, .slick-next:before {
    color: #333 !important;
}
.basket-notifier-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    z-index: 99999999;
    background-color: rgba(0,0,0,0.7);
    opacity: 1;
    transition: opacity .3s;
}
.basket-notifier-container > div {
    pointer-events: all;
}
.basket-notifier-container > div > a {
    position: absolute;
    right: 0;
    top: 0px;
    bottom: auto;
    left: auto;
    font-size: 1.3em;
    border-radius: 5px;
    background-color: #fff;
    color: #666;
    cursor: pointer;
    padding: 0 7.5px;
    text-decoration: none !important;
}
.basket-notifier-container > div > a:after {
    content: '\f00d';
    font-family: "FontAwesome";
}
.basket-notifier{
    display: flex !important;
    flex-direction: column;
    position: relative;
    margin: auto;
    height: 600px;
    width: 1000px;
    background-color: #fff;
    z-index: 999999999;
}
.basket-notifier > div:nth-child(2) {
    height: 20%;
    background-color: #fff;
    display: flex;
    flex-direction: row;
}
.basket-notifier > div:nth-child(2) > div:first-child {
    display: flex;
    height: 100%;
    flex: 2;
    background-color:#fff;
}

.basket-notifier > div:nth-child(2) > div:first-child > i {
    margin: auto 5px auto 15px;
    font-size: 20px;
}
.basket-notifier > div:nth-child(2) > div:first-child > i.fa-refresh {
    margin: auto;
}
.basket-notifier > div:nth-child(2) > div:first-child > span {
    margin: auto auto auto 10px;
    font-size: 11px;
}
.basket-notifier > div:nth-child(2) > div:first-child > img {
    margin: auto 10px auto 10px;
}
.basket-notifier > div:nth-child(2) > div:last-child {
    display: flex;
    height: 100%;
    flex: 4;
    background-color:#fff;
}
.basket-notifier > div:nth-child(2) > div:last-child > div:first-child {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.basket-notifier > div:nth-child(2) > div:last-child > div:first-child > div {
    margin: auto auto 0 auto;
    display: flex;
    flex-direction: column;
}
.basket-notifier > div:nth-child(2) > div:last-child > div:first-child > div > span:first-child {
    margin: auto;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}
.basket-notifier > div:nth-child(2) > div:last-child > div:first-child > div > span:last-child {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
.basket-notifier > div:nth-child(2) > div:last-child > div:first-child > span {
    margin: 0 auto auto auto;
}
.basket-notifier > div:nth-child(2) > div:last-child > div:last-child {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: row;
    background-color: #fff;
}
.basket-notifier > div:nth-child(2) > div:last-child > div:last-child > a:last-child {
    margin: auto auto auto 2.5px;
    outline: none !important;
    box-shadow: none !important;
    padding: 7px 14px;
}
.basket-notifier > div:nth-child(2) > div:last-child > div:last-child > a:last-child:focus {
    outline: none !important;
    box-shadow: none !important;
}
.basket-notifier > div:nth-child(2) > div:last-child > div:last-child > button:first-child {
    outline: none !important;
    margin: auto 2.5px auto auto;
    box-shadow: none !important;
    padding: 7px 14px;
}
.basket-notifier > div:nth-child(3) {
    height: 10%;
    background-color: #fff;
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #d1d1d1;
}
.basket-notifier > div:nth-child(3) > div {
    margin: auto;
    height: 100%;
    width: 100%;
    display: flex;
}
.basket-notifier > div:nth-child(3) > div > h3{
    color: #333;
    text-align: center;
    margin: 0 auto auto auto;
}
.basket-notifier > div:last-child {
    height: 70%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 7.5px 15px;
    background-color: #e1e1e1;
}
.basket-notifier .basket-notifier-related-product {
    padding: 15px;
    flex: 1;
    margin: 10px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    box-shadow: 0px 0px 2px #c1c1c1;
}
.basket-notifier .basket-notifier-related-product:focus {
    outline: none !important;
    box-shadow: none !important;
}
.basket-notifier-related-product > div:first-child {
    height: 15%;
    display: flex;
    overflow: hidden;
}
.basket-notifier-related-product > div:first-child > span {
    font-size: 16px;
    margin: 0 auto auto 0;
    font-weight: 400;    
}
.basket-notifier-related-product > a:nth-child(2) {
    height: 62%;
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid #e1e1e1;
}
.basket-notifier-related-product > a:nth-child(2) > img {
    width: auto;
    max-height: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.basket-notifier-related-product.showquantityfield > a:nth-child(2) {
    height: 50%;
}
.basket-notifier-related-product.showquantityfield > div:last-child {
    height: 35%;
}
.basket-notifier-related-product.showquantityfield > div:last-child > div:first-child {
    flex-direction: column;
} 
.basket-notifier-related-product.showquantityfield > div:last-child > div:first-child > div {
    text-align: center;
    display: flex;
}
.basket-notifier-related-product.showquantityfield > div:last-child > div:first-child > div > span:first-child {
    margin: auto 2px 10px auto;
}
.basket-notifier-related-product.showquantityfield > div:last-child > div:first-child > div > span:last-child {
    margin: auto auto 10px 2px;
}
.basket-notifier-related-product.showquantityfield > div:last-child > div:first-child > select {
    margin: 10px 0 5px 0;
}
.basket-notifier-related-product.showquantityfield > div:last-child > div:last-child > div {
    margin: 0;
    max-width: 55%;
}
.basket-notifier-related-product.showquantityfield > div:last-child > div:last-child > div > input {
    width: 70%;
    border: 1px solid #ccc !important;
    height: 35px;
    margin: 0 !important;
    outline: none !important;
    padding-left: 10px;
    font-size: 14px;
    text-align: center;
}
.basket-notifier-related-product.showquantityfield > div:last-child > div:last-child > div > span {
    width: 30%;
    padding-left: 5px;
    font-size: 14px;
}


.basket-notifier-related-product > div:last-child {
    height: 23%;
    display: flex; 
    flex-direction: column;
}
.basket-notifier-related-product > div:last-child > div:first-child {
    display: flex;
    flex-grow: 1;
    padding: 0;
    flex-direction: row-reverse;
}

.basket-notifier-related-product > div:last-child > div:first-child > select {
    margin: 10px 0 10px 0;
    padding: 0 5px;
    max-width: 100%;
    flex: 2;
    max-width: 100%;
    border-radius: 0;
    border: 1px solid #ccc;
}
.basket-notifier-related-product > div:last-child > div:first-child > div   {
    margin: auto 0;
    flex: 2;
}
.basket-notifier-related-product > div:last-child > div:last-child {
    display: flex;
    justify-content: space-between;
}
.basket-notifier-related-product > div:last-child > div:last-child > div {
    flex: 2;
    margin: auto 10px auto 0;
}
.basket-notifier-related-product > div:last-child > div:last-child > div {
    margin: auto 0 auto auto;
    font-size: 16px;
    font-weight: 400;
    color: #444;
}
.basket-notifier-related-product > div:last-child > div:last-child > a:last-child {
    flex: 2;
    padding: 7px 14px;
    margin: 0 0 0 10px;
    display: flex;
    justify-content: center;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .basket-notifier-related-product > div:last-child > div:last-child > a:last-child {
        display: block !important;
        justify-content: auto !important;
        height: 36px !important;
    }
    .basket-notifier-related-product > div:last-child > div:last-child > a:last-child > i {
        height: 100% !important;
    }
}
.basket-notifier-related-product > div:last-child > div:last-child > a:last-child > i {
    margin: auto;
    padding: 3px 0;
}
.basket-notifier-related-product .adding {
    transition: all .5s;
}
.basket-notifier-related-products > span {
    margin: auto;
}

.basket-notifier.no-related-products {
    height: 150px;
}
.basket-notifier.no-related-products > div:nth-child(2) {
    height: 100%;
}
.basket-notifier.no-related-products > div:nth-child(3) {
    display: none;
}
.basket-notifier.no-related-products > div:last-child {
    display: none;
}
.slick-dots li button:before {
        font-size: 16px !important;
    }

.product-specs {
    display: flex;
    flex-direction: column;
}
.product-specs > div {
    display: flex;
    flex-direction: column;
    padding: 7.5px 0;
}
.product-specs > div > div:hover {
    background-color: #f4f4f4;
}
.product-specs > div > span {
    padding: 8px;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #999;
}
.product-specs > div > div {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #f1f1f1;
}
.product-specs > div > div > div:first-child {
    flex: 1;
    padding: 8px;
    text-align: left;
}
.product-specs > div > div > div:last-child {
    flex: 1;
    text-align: left;
    padding: 8px;
}
/* Media Queries */

@media (min-width:992px) {
    .slick-track {
        height: 93%;
    }
    
}
@media (max-width:991px) {
    .basket-notifier {
        width: 85vw;
        height: 90vh;
        overflow: hidden;
    }
    .slick-track {
        height: 100%;
    }
    .basket-notifier > div:last-child {
        padding: 30px 20px;
    }
    .basket-notifier > div:nth-child(2) > div:last-child > div:first-child > div {
        margin: 15px auto 0 auto;
    }
    .basket-notifier > div:nth-child(2) > div:last-child > div:last-child > .btn {
        padding: 10px 20px;
    }
    .basket-notifier > div:nth-child(2) > div:last-child > div:last-child > a.notifier-close {
        margin: auto 15px auto auto;
    }
    .basket-notifier-container > div > span {
        font-size: 1.8em;
    }
    .basket-notifier-related-product > div:last-child > div:first-child > select {
        margin: auto 0;
        flex: 2;
        text-align-last: center;
    }
    .basket-notifier-related-product > div:last-child > div:last-child > a:last-child {
        padding: 10px 20px;
    }
    .basket-notifier .basket-notifier-related-product {
        margin: 0 15px;
    }
    .basket-notifier > div:nth-child(2) > div:first-child {
        display: none;
    }
    .basket-notifier > div:nth-child(2) > div:last-child {
        flex-direction: column;
    }
    .basket-notifier > div:nth-child(2) > div:last-child > div:first-child {
        height: auto;
        margin: auto;
    }
    .basket-notifier > div:nth-child(2) > div:last-child > div:last-child {
        height: auto;
        margin: auto;
    }
    .basket-notifier > div:nth-child(3) > div > h3 {
        margin: auto auto 0 auto;
        font-size: 20px;
    }
    .basket-notifier-related-product > div:nth-child(2) > img {
        max-height: 100%;
        width: auto;
    }
    .basket-notifier-related-product > div:first-child > span {
        margin: auto auto auto 0;
        font-size: 20px;
    }
    .basket-notifier-related-product > div:last-child > span {
        font-size: 22px;
    }
    .basket-notifier-related-product:hover, .basket-notifier-related-product:focus {
        box-shadow: none !important;
        outline: none !important;
    }
    .basket-notifier-related-product > div:last-child > div:first-child > select:focus {
        box-shadow: none !important;
        outline: none !important;
    }
    .basket-notifier-related-product > div:last-child > div:last-child > a:last-child:focus {
        box-shadow: none !important;
        outline: none !important;
    }
}
@media (max-width:400px) {
    .basket-notifier {
        width: 100vw;
        height: 100vh;
    }
    
    .basket-notifier-related-product > div:nth-child(2) {
        height: 50%;
    }
    .basket-notifier-related-product > div:last-child {
        height: 36%;
    }
    .basket-notifier-related-product > div:first-child > span {
        font-size: 13px;
    }
    .basket-notifier-related-product > div:last-child > span {
        font-size: 18px;
    }
    .basket-notifier-related-product > div:last-child > div:first-child > select {
        padding: 1px 0px;
    }
}
@media (max-width:350px) {
    .basket-notifier > div:nth-child(2) {
        height: 25%;
    }
    .basket-notifier > div:nth-child(3) {
        height: 10%;
    }
    .basket-notifier > div:last-child {
        height: 65%;
        padding: 5px;
    }
}













.multivariants > div {
    height: 35px;
}
.multivariants > div > div:first-child {
    height: 35px;
    line-height: 35px;
}
.additional_choices .choice-container select, .multivariants > div > div:last-child > select {
    padding: 0 0 0 15px !important;
    height: 35px;
    width: 100%;
    background-color: #fff !important;
    border-radius: 0px !important;
    outline: none;
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    user-select: none !important;
}
.multivariants > div > div:last-child > select[disabled] {
    cursor: not-allowed;
    filter: brightness(0.9);
}
.additional_choices > div.choice-container {
    padding-bottom: 15px;
}
.additional_choices > div.choice-container > div.choice {
    margin: 5px 0;
    background-color: #0000000d;
    border:1px solid #0000001a;
    padding: 5px;
}
.additional_choices > div.choice-container > div.choice > label {
    display: flex;
    flex-direction: row;
    margin: 0;
    min-height: 40px;
    cursor: pointer;
}
.additional_choices > div.choice-container > div.choice > label >  div {
    display: flex;
    padding-left: 5px;
    flex-direction: column;
    order: 1;
    flex: 4;
}
.additional_choices > div.choice-container > div.choice > label > input {
    order: 2;
    margin: auto 15px;
    text-align: center;
}
.additional_choices > div.choice-container > div.choice > label > input[type="number"] {
    width: 50px;
    margin: 5px;
}
.additional_choices > div.choice-container > div.choice > label > div > span.option_product_price {
    display: block;
}
.additional_choices > div.choice-container > div.choice > label > div > span.option_product_headline {
    display: block;
}
@media only screen and (max-width: 992px) {

    .additional_choices > div.choice-container > div.choice > label > input {
        transform: scale(1.25);
    }
    .additional_choices > div.choice-container > div.choice > label > input[type="number"] {
        transform: scale(1);
    }
}
.choice-container select .variant-selective, .choice-container .choice.variant-selective {
    display: none;
}
.basket-notifier > div:nth-child(2).updated-info div {
    animation: infoupdated 1s ease-in-out;
}
@keyframes infoupdated {
    
    0% {
        background-blend-mode: multiply;
        background: #ffffff;
    }
    15% {
        background: #48d368;
        background-blend-mode: multiply;
    }
    100% {
        background-blend-mode: multiply;
        background: #ffffff;
    }
}
.reached-destination {
    animation: short-pulse 1s infinite ease;
}
@keyframes short-pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }


  .countdown_container {
    display: flex;
    flex-direction: column;
}
.countdown_container > div {
    margin: auto auto auto 0;
}
.countdown_container > div > ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    padding: 0;
}
.countdown_container > div > ul > li {
    padding: 0 10px 0 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
}
.countdown_container > div > ul > li > span {
    padding: 0 5px 0 0;
}
div.pagination_and_order_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}
div.pagination_and_order_container.end {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 10px;
}
ul.pagination {
    margin: 24px 0 0 0;
}
ul.pagination > li > a,
ul.pagination > li > a:active,
ul.pagination > li > a:focus {
    border-radius: 0 !important;
    border: 1px solid #aaa;
    color: #444 !important;
    padding: 7px 13px 6px 13px;
}
ul.pagination > li > a:hover {
    border-radius: 0 !important;
    border: 1px solid #aaa;
    color: #444 !important;
    background-color: #e9e9e9;
}
ul.pagination > li.current-item > a {
    background-color: #e1e1e1;
}
div.user_order_by_container {
    display: inline-flex;
    flex-direction: column;
    position: relative;
}
div.user_order_by_container * {
    outline: none !important;
    box-shadow: none !important;
}
div.user_order_by_container.loading:before {
    content: '';
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
div.user_order_by_container.loading:after {
    content: '';
    background-image: url(data:image/png;base64,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);
    position: absolute;
    top: 30%;
    left: 50%;
    background-size: 20px;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
}
div.user_order_by_container > div.user_order_by {
    width: 200px;
    margin: 0 auto 0 0;
}
div.user_order_by_container > div.user_order_by label {
    font-size: 12px;
}
div.user_order_by_container > div.user_order_by select {
    padding: 0 0 0 15px !important;
    height: 35px;
    width: 100%;
    background-color: #fff;
    border-radius: 0px !important;
    outline: none;
    display: block;
    font-family: sans-serif;
    color: #444;
    line-height: 1.3;
    padding: .4em 1.4em .4em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    user-select: none !important;
}
div.fancybox-type-iframe a.fancybox-next, div.fancybox-type-iframe a.fancybox-prev {
    width: 5% !important;
}

/* Tilføj til favoritter - stjerne */
#remProductFromFavourites, #addProductToFavourites {
    background-color: #0000 !important; 
    color: #333;
    border: none;
    border-radius: 0;
    z-index: 999;
    cursor: pointer;
    padding: 5px;
    outline: none !important;
    box-shadow: none !important;
}

#remProductFromFavourites:before, #addProductToFavourites:before {
    font-size: 22px;
}

#addProductToFavourites:before {
    font-family: "Font Awesome 5 free";
    content: '\f005';
    font-weight: 400;
    color: gold;
    margin-right: 10px;
}

#remProductFromFavourites:before {
    font-family: "Font Awesome 5 free";
    content: '\f005';
    font-weight: 600;
    color: gold;
    margin-right: 10px;
}

.single-product-container #remProductFromFavourites, 
.single-product-container #addProductToFavourites
{
    font-size: 0;
}
/* productDiv */

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
