/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.strip{
    padding:5px;
    transition-timing-function: ease-out;
}
.strip:hover {
    box-shadow: 0px 22px 24px 0px rgb(46 51 51 / 5%);
    border-radius: 7px;
    padding:5px;
    overflow: hidden;
}

.photo-main {
    border-radius: 6px 6px 0 0;
    box-shadow: 4px 4px 25px -2px rgb(0 0 0 / 30%);
    padding: 5px;
}
.photo-main img {
    max-width: 100%;

    filter: saturate(150%) contrast(120%) hue-rotate(
        10deg) drop-shadow(1px 20px 10px rgba(0, 0, 0, .3));
}
.title h1 {
    margin-bottom: 0.1em;
    color: #4c4c4c;
    font-size: 1.5em;
    font-weight: 900;
}
.title span {
    font-size: .7em;
    color: #a6a6a6;
}
.price {
    color: #ff3f40;
    font-size: 1.2em;
}
.price span {
    padding-left: 0.15em;
    font-size: 2em;
}
.product__info{
    min-height: 300px;
}
.variant {
    overflow: auto;
}
.variant h3 {
    margin-bottom: 1.1em;
}
.description {
    clear: left;
    margin: 10px;
}
.description h3 {
    margin-bottom: 1em;
}
.titles {
    margin-bottom: 0.1em;
    color: #4c4c4c;
    font-size: 1em;
    font-weight: 900;
}
.buy-btn {
    padding: 0.6em 1.1em;
    border: none;
    border-radius: 7px;
    font-size: .8em;
    font-weight: 700;
    letter-spacing: 1.3px;
    color: #fff;
    background-color: #ff3f40;
    box-shadow: 2px 2px 25px -7px #4c4c4c;
    cursor: pointer;
}
.mfp-close:before {
    font-size: 24px;
    font-family: 'ElegantIcons';
    content: "\4d";
}
.minus, .plus{width: 20px;
    height: 20px;
    align-items: center;
    vertical-align: middle;
    border-radius: 5px;
    line-height: 1.1;
    background: #ee6442;
    border: none;
    color: white;
    font-weight: 700;
}
.qty{
    width: 50px;
    border: 2px solid #e8504c;
    text-align: center;
    border-radius: 5px;
    color: #ef6741;
}
.shadow{
-webkit-box-shadow: 0px 22px 24px 0px rgb(46 51 51 / 5%);
-moz-box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.05);
box-shadow: 0px 22px 24px 0px rgb(46 51 51 / 5%);}
/* ==============================> meadia Query for mobile optimaize <===================================== */
@media only screen and (max-width: 600px) {
    .title h1 {margin-top: 10px;text-align: center;}
    .photo-main img {width: 100%}
    .qty {width: 34px;}
    .strip {box-shadow: 0px 22px 24px 0px rgb(46 51 51 / 5%);border-radius: 7px;padding: 5px;overflow: hidden;}
    .photo-main {padding: 15px;box-shadow: none;}
    .modal-dialog.modal-dialog-centered.modal-dialog-scrollable {margin-top: 50px;}
    button#close {opacity: 0.9;position: absolute;top: 4px;right: 16px !important;}
    header.header.sticky {height: 47px;}
    #logo img {width: auto;height: 61px;left: 40%;}
    section.product.row.align-items-center {
        padding: 0;
        margin: 0;
    }

}
