/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_LookBook
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 *
 */
.lookbook_slides {
    display: none;
}

.lookbook_image {
    vertical-align: middle;
    border: 2.5px solid #d0cbcb;
}

.lb-product-name {
    position: absolute;
    background: white;
    padding: 5px;
    border-radius: 6%;
    display: none;
    border: .5px solid #bfbfbf;
    z-index: 99;
}

.lookbook_slider_container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.wk_prev,
.wk_next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #504d4d;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    border: 2px solid white;
    background: white;
    opacity: .5;
}

.wk_next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.wk_prev:hover,
.wk_next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

iframe {
    border: 0px;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@media only screen and (max-width: 300px) {

    .wk_prev,
    .wk_next,
    .text {
        font-size: 11px
    }
}

.slider-marker {
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 50%;
    margin: 1px;
    border: .5px solid white;
    cursor: pointer;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.lookbook-marker {
    background: red;
    width: 20px;
    height: 20px;
    text-align: center;
    border: 2px solid white;
    border-radius: 50%;
    color: white;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
}


/* gridsection styles */
.gridsection {
    padding: 2rem;
}

.gridsection>ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-gap: 1rem;
}

.gridsection>ul>li {
    border: 1px solid #E2E2E2;
    border-radius: .5rem;
}

.gridsection>ul>li>figure {
    max-height: 100%;
    overflow: hidden;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    position: relative;
}

.gridsection>ul>li>figure>img {
    width: 100%;
}

.image-list {
    list-style: none;
}

.grid-view-marker {
    background: red;
    border: .5 solid white;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    color: white;
    font-size: 8px;
    width: 10px;
    height: 10px;
}

/* If the screen size is 1024px or less */
@media only screen and (max-width: 1224px) {
    .lookbook-product-image {
        transform: scale(0.8);
        left: -85px;
        top: -50px;
    }
}

/* If the screen size is 1024px or less */
@media only screen and (max-width: 1024px) {
    .lookbook-product-image {
        transform: scale(0.6);
        left: -145px;
    }
}

/* If the screen size is 768px or less */
@media only screen and (max-width: 768px) {
    .lookbook-product-image {
        transform: scale(0.7);
        top: -25px;
        left: -30px;
    }
}

/* If the screen size is 640px or less */
@media only screen and (max-width: 640px) {
    .lookbook-product-image {
        transform: scale(0.65);
        top: -50px;
        left: -100px;
    }
}

/* If the screen size is 480px or less */
@media only screen and (max-width: 480px) {
    .lookbook-product-image {
        transform: scale(0.3);
        top: -65px;
        left: -160px;
    }
}

/* If the screen size is 350px or less */
@media only screen and (max-width: 350px) {
    .lookbook-product-image {
        transform: scale(0.28);
        top: -65px;
        left: -250px;
    }
}
