
/* general styles */
.entry-summary .variations_button{
    display: flex;
}
.dodo-add-package-container{
    padding-top: 2em;
    padding-bottom: 2em;
    clear: both;
}
.dodo-add-package-images.disabled img{
    /* filter: grayscale(80); */
}

.dodo-add-package-images img{
    width: 150px!important;
    height: auto;
}

.dodo-add-package-images{
    display: inline-block;
    cursor: pointer;
    margin: .5em 0;
}
.gift_description{
    cursor: pointer;
    margin-left: 1em;
}
.image-container{
    position: relative;
}
.image-container a i{
    position: absolute;
    left: 5px;
    bottom: 5px;
    font-size: 1.5em;
}
.image-container a:hover{
    color: #fff;
}
#dodo_selected_package{
    line-height: inherit!important;
    height: auto!important;
}
#spotlight .arrow{
    display: none!important;
}
a.lightbox{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
#lightbox{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.0' width='64px' height='64px' viewBox='0 0 128 128' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M38.52 33.37L21.36 16.2A63.6 63.6 0 0 1 59.5.16v24.3a39.5 39.5 0 0 0-20.98 8.92z' fill='%23ffffff' fill-opacity='1'/%3E%3Cpath d='M38.52 33.37L21.36 16.2A63.6 63.6 0 0 1 59.5.16v24.3a39.5 39.5 0 0 0-20.98 8.92z' fill='%23ffffff' fill-opacity='0.25' transform='rotate(45 64 64)'/%3E%3Cpath d='M38.52 33.37L21.36 16.2A63.6 63.6 0 0 1 59.5.16v24.3a39.5 39.5 0 0 0-20.98 8.92z' fill='%23ffffff' fill-opacity='0.25' transform='rotate(90 64 64)'/%3E%3Cpath d='M38.52 33.37L21.36 16.2A63.6 63.6 0 0 1 59.5.16v24.3a39.5 39.5 0 0 0-20.98 8.92z' fill='%23ffffff' fill-opacity='0.25' transform='rotate(135 64 64)'/%3E%3Cpath d='M38.52 33.37L21.36 16.2A63.6 63.6 0 0 1 59.5.16v24.3a39.5 39.5 0 0 0-20.98 8.92z' fill='%23ffffff' fill-opacity='0.25' transform='rotate(180 64 64)'/%3E%3Cpath d='M38.52 33.37L21.36 16.2A63.6 63.6 0 0 1 59.5.16v24.3a39.5 39.5 0 0 0-20.98 8.92z' fill='%23ffffff' fill-opacity='0.25' transform='rotate(225 64 64)'/%3E%3Cpath d='M38.52 33.37L21.36 16.2A63.6 63.6 0 0 1 59.5.16v24.3a39.5 39.5 0 0 0-20.98 8.92z' fill='%23ffffff' fill-opacity='0.25' transform='rotate(270 64 64)'/%3E%3Cpath d='M38.52 33.37L21.36 16.2A63.6 63.6 0 0 1 59.5.16v24.3a39.5 39.5 0 0 0-20.98 8.92z' fill='%23ffffff' fill-opacity='0.25' transform='rotate(315 64 64)'/%3E%3CanimateTransform attributeName='transform' type='rotate' values='0 64 64;45 64 64;90 64 64;135 64 64;180 64 64;225 64 64;270 64 64;315 64 64' calcMode='discrete' dur='720ms' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/g%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#lightbox img{
    max-height: 100vh;
    width: auto;
}
#lightbox .close_lightbox{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
#lightbox .close_lightbox:hover{
    opacity: .7;
}
/* .dodo-package-image.hidden + a {
    display: none;
} */
/* styles for add to cart section */
#dodo-add-package-to-cart.disabled{
    cursor: disabled;
    pointer-events: none;
}
#dodo-add-package-to-cart i{
    font-size: 24px;
    vertical-align: middle;
}
#dodo-add-package-to-cart .caption{
    font-size: 14px;
}
#dodo-add-package-to-cart{
    padding: .5em 1em;
    border: 2px solid #222222;
    display: inline-block;
    color: #222222;
    margin: .2em 0;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 700!important;
    text-transform: uppercase;
}
#dodo-add-package-to-cart.disabled{
    display: none;
}
#dodo-add-package-to-cart:hover{
     border: 2px solid #58a834;
     color: #58a834;
}
#dodo-add-package-to-cart .sf-icon-loader{
    display: inline-block;
    animation: spin 1s infinite ease forwards;
}
