﻿#addtocart_message {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #A28D5F;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 11111;
    left: 50%;
    top: 30px;
    font-size: 17px;
}

    #addtocart_message.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#light {
    display: none;
    position: absolute;
    top: 35%;
    left: 40%;
    max-width: 1000px;
    max-height: 600px;
    margin-left: -300px;
    margin-top: -180px;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    overflow: visible;
}

#boxclose {
    float: right;
    cursor: pointer;
    border-radius: 3px;
    font-size: 51px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: -25px;
    top: -24px;
    z-index: 1002;
    opacity: 0.9;
    background: transparent;
    color: #A28D5F;
}

.boxclose:before {
    content: "×";
}

#fade:hover ~ #boxclose {
    display: none;
}

.watchvideo i {
    position: absolute;
    top: 50%;
    left: 40%;
}

.watchvideo {
    position: relative;
    display: block;
}

    .watchvideo span {
        background: rgba(0,0,0,0.6);
        position: absolute;
        top: 12px;
        bottom: 12px;
        left: 0px;
        right: 0px;
    }
.review_list .owl-carousel .owl-nav button.owl-prev, .review_list .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    font-size: 26px;
}
    .review_list .owl-carousel .owl-nav button.owl-prev {
        left: 0px;
    }
    .review_list .owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }

@media screen and (max-width: 769px) {
    .body-content .sticky-atc-wrap {
        bottom: 72px;
        display: block; /* Show when active */
    }
        .body-content .sticky-atc-wrap input#txtQuantity_M {
            text-align:center;
        }
    .body-content .sticky-atc-wrap .desktop { 
        display: none; /* Show when active */
    } 
        .watchvideo i {
        font-size: 45px;
    }

    #light {
        top: 8%;
        left: 4%;
        width: 90%;
        margin: auto;
    }

    iframe#VisaChipCardVideo {
        width: 100%;
    }

    #show-description {
        display: none;
    }

    #show-description-moblie {
        display: block !important;
    }
    .review-section.desktop {
        display: none; 
    }
}
