﻿.NotifyMeBtns {
    cursor: pointer;
}

.opendiv {
    display: none;
}

.borderRedDiv {
    border: 1px solid;
    border-color: red !important;
}

.product_review_form button:hover {
    background: #a72b7d;
    border-color: #a72b7d;
}

.product_review_form button {
    background: #CC3399;
    border-color: #CC3399;
}
/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

    .rating-stars ul > li.star {
        display: inline-block;
    }

        /* Idle State of the stars */
        .rating-stars ul > li.star > i.fa {
            font-size: 2.5em; /* Change the size of the stars */
            color: #ccc; /* Color on idle state */
        }

        /* Hover state of the stars */
        .rating-stars ul > li.star.hover > i.fa {
            color: #FFCC36;
        }

        /* Selected state of the stars */
        .rating-stars ul > li.star.selected > i.fa {
            color: #FF912C;
        }

/*-----------------------------------------*/

.btn__primary {
    font-size: 16px;
    line-height: 31px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}

.btn__primary {
    display: inline-block;
    margin: 50px;
    text-align: center;
    border: none;
    outline: none;
    -webkit-transition: background 0.6s ease;
    transition: background 0.6s ease;
}

.added__animation {
    position: absolute;
    height: 38px;
    width: 38px;
    display: inline-block;
    border: 2px solid #CC3399;
    border-radius: 50%;
    text-align: center;
    opacity: 0;
    -webkit-transform: scale(0.75) translateY(0px);
    transform: scale(0.75) translateY(0px);
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s cubic-bezier(0.18, 1.22, 0.61, 1.38);
    transition: opacity 0.2s ease, -webkit-transform 0.6s cubic-bezier(0.18, 1.22, 0.61, 1.38);
    transition: opacity 0.2s ease, transform 0.6s cubic-bezier(0.18, 1.22, 0.61, 1.38);
    transition: opacity 0.2s ease, transform 0.6s cubic-bezier(0.18, 1.22, 0.61, 1.38), -webkit-transform 0.6s cubic-bezier(0.18, 1.22, 0.61, 1.38);
}

    .added__animation span {
        color: #ff6600;
        display: inline-block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        height: 15px;
        width: 100%;
        margin: auto;
        text-align: center;
        font-size: 14px;
        line-height: 1em;
        font-weight: 700;
        letter-spacing: 0.1em;
    }

    .added__animation.clicked {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-55px);
        transform: scale(1) translateY(-55px);
    }

.single-zoom-thumb img {
    width: 93.75px;
    height: 93.75px;
}

.single-zoom img {
    width: 533px;
    height: 433px;
}

.product_variant.color ul li a {
    padding: 10px;
    text-align: center;
    width: auto;
    height: 40px;
}

.activeOption a {
    background: #464646 !important;
    color: white !important;
}

.disabledOption:hover, .disabledOption a {
    border-color: #ccc !important;
    color: #ccc !important;
}

.disabledOption, .disabledOption a {
    pointer-events: none !important;
}

    .disabledOption:hover, .disabledOption a:hover {
        cursor: not-allowed !important;
    }

.product_variant.color ul li {
    margin-bottom: 5px
}

.product_variant.color {
    margin-bottom: 10px
}

    .product_variant.color h3 {
        margin-bottom: 10px
    }

.hide {
    display: none;
}

/*Comment Pictures*/
.ImageThumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 100%;
    height: 100%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-webkit-radius: 4px;
    zoom: 1;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.ReviewPictures {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.container-ImageThumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    height: 64px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-webkit-radius: 4px;
    zoom: 1;
    border: 1px solid #f4f4f4;
    cursor: pointer;
    overflow: hidden;
}
/* End Comment Pictures*/

.pswp__caption__center {
    text-align: center;
}

figure {
    display: inline-block;
    float: left;
}

.spacer {
    height: 5em;
}

div.photoSwipe_innerthumbs {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 1000000;
}

    div.photoSwipe_innerthumbs img {
        max-width: 100px;
        cursor: pointer;
    }

.svifaded {
    opacity: 0.5;
}

.toastr-bg {
    background-color: #CC3399;
}

/*Comment section End */

#close360Button:hover {
    cursor: default;
}

.single-zoom-thumb img,
.single-zoom img {
    object-fit: contain;
}

.share-btn-container {
    font-size: 25px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    display: flex;
    position: relative;
    border-radius: 50%;
    color: #ffff;
}

    .share-btn-container a {
        margin: 10px 4px;
        /*transition: 500ms;*/
    }

        .share-btn-container a:hover {
            transform: scale(1.2);
            color: #ffff;
        }

    .share-btn-container fa-facebook-square {
        background: #3B5998;
        color: white;
    }

    .share-btn-container fa-twitter-square {
        background: #55ACEE;
        color: white;
    }

    .share-btn-container fa-linkedin-square {
        background: #007bb5;
        color: white;
    }

    .share-btn-container fa-whatsapp-square {
        color: #25d366;
    }

.share {
    border-radius: 25px;
    width: 150px;
    background-color: #464646;
    position: absolute;
    padding: 0 20px;
    margin: auto;
    display: none;
    bottom: 45px;
    box-shadow: 3px 4px #e0d0db;
}
