#mpdmn_shop {
    padding: 30px 20px;
}
/*shop list*/
.shop-list-grid {
    padding: 5px 0 20px 0;
}
#shop_list .category-title {
    margin: 6px 5px 0 5px;
}
#shop_list .category-title h1 {
    font-size: 20px;
    color: #fff;
    background-color: var(--green);
    padding: 20px;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: 'kam';
}

.shop-list-grid ul li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.shop-list-grid ul li .box {
    background-color: #fff;
    height: calc(100% - 12px);
    margin: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 2px solid var(--lgreen);
    transition: 0.2s;
}
.shop-list-grid ul li .box:hover {
    border: 2px solid var(--yellow);
}
.shop-list-grid ul li .box .image {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-top: 100%;
}
.shop-list-grid ul li .box .image-in {
    margin: 10px;
    overflow: hidden;
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.shop-list-grid ul li .box .image img {

    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: 0.3s;
}
.shop-list-grid ul li .box:hover .image img {
    transform: scale(1.1);
}
.shop-list-grid ul li .box .bottom {
    display: flex;
    flex: 1;
    align-items: flex-end;
}
.shop-list-grid ul li .box .info {
    letter-spacing: 1px;
    padding: 10px 15px;
}
.shop-list-grid ul li .box .info h4 {
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
    font-family: 'kar2';

}

.shop-list-grid ul li .box .the-icon {
    display: flex;
    justify-content: flex-end;
}
.shop-list-grid ul li .box .icon {
    position: relative;
    right: -2px;
    bottom: -2px;
    color: #fff;
    background-color: var(--lgreen);
    width: 36px;
    height: 36px;
    transition: 0.2s;
}
.shop-list-grid ul li .box:hover .icon {
    color: #000;
    background-color: var(--yellow);
}
/*shop detail*/

#shop_detail {
    padding: 30px 0 50px 0;
}
#shop_detail .shop-detail-title h1 {
    font-size: 30px;
    font-family: 'kasb';
    font-weight: normal;
    color: var(--green);
    padding: 0 20px 20px 20px;
}

#shop_detail .main-image img {
    display: block;
    object-fit: cover;
    width: 100%;
}

#shop_detail .info-full {
    height: calc(100% - 60px);
    margin: 10px;
    padding: 20px;
    background-color: #f1f1f1;
}

#shop_detail .top .left,
#shop_detail .top .right {
    background-color: #f1f1f1;
    height: calc(100% - 20px);
    margin: 10px 10px;
}
#shop_detail .top .right .info-short {
    padding: 20px;

}

#shop_detail .top h1 {
    color: var(--lgreen);
    line-height: 1.2;
    letter-spacing: 1px;
    font-family: 'kab';
    font-weight: normal;
    font-size: 24px;
    padding: 10px 0;
}


.product-info-tagline {
    padding: 8px 15px;
    background-color: var(--green);
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-family: 'kam';
}

#shop_detail .info-short .box-ckeditor,
#shop_detail .info-full .box-ckeditor {
    padding: 10px;
}

#shop_detail .featured-image {
    position: relative;
    padding: 20px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#shop_detail .featured-image img {
    width: 100%;
    height: 100%;
    margin: auto;
    display: block;
    object-fit: contain;
}

#myBtn {
    cursor: pointer;
    position: absolute;
    font-size: 20px;
    line-height: 1;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #fff;
    border-radius: 5px;
    background-color: var(--green);
    transition: 0.2s;
}
#myBtn:hover {
    background-color: var(--lgreen);
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 60px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto;
    background-color: #00000050;
}
.modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
  
  /* The Close Button */
.close {
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 200;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    border-radius: 5px;
    color: var(--green);
    line-height: 1;
    font-size: 30px;
    transition: 0.2s;
}
  
.close:hover {
    color: var(--lgreen);
}



#shop_detail .list-images {
    padding: 10px 20px;
}
#shop_detail .list-shop-nav button {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 20px;
    height: 30px;
    position: absolute;
    top: calc(50% - 20px);
    background-color: var(--green);
    border: 2px solid var(--green);
    cursor: pointer;
    outline: none;
}
#shop_detail .list-shop-nav button i {
    font-size: 13px;
    color: #fff;
    line-height: 1;
}
#shop_detail .list-shop-nav button:hover {
    background-color: var(--lgreen);
    border: 2px solid var(--lgreen);
}
#shop_detail .list-shop-prev {
    left: -5px;
}
#shop_detail .list-shop-next {
    right: -5px;
}
#shop_detail .box-list-images .list-images-in-in {
    height: 80px;
    background-color: #fff;
    padding: 5px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#shop_detail .box-list-images-2 .list-images-in-in {
    height: 350px;
    background-color: #fff;
    padding: 5px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}



#shop_detail .list-images-in img {
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
#shop_detail .list-images-label {
    padding: 0 5px;
    text-align: center;
    line-height: 1.2;
    font-size: 13px;
}

#shop_others {
    padding: 20px 10px;
    margin: 10px;
    background-color: #f1f1f1;
}
#shop_others ul  {
    padding: 5px;
}

#shop_others .product-info-tagline {
    margin: 0 10px 5px 10px;
    
}
#shop_others .shop-list-grid ul li {
    width: 100%;
}
#shop_others .shop-list-grid ul li .box {
    border: 2px solid var(--lgreen);
    transition: 0.2s;
}
#shop_others .shop-list-grid ul li .box:hover {
    border: 2px solid var(--yellow);
}


/*Responsive*/
/*mi*/@media screen {}

/*ma*/@media screen {}
/*ma-md*/@media (max-width: 1024px) {

    .shop-list-grid ul li .box .info h3 {
        font-size: 15px;
        display: inline-block;

    }
    .shop-list-grid ul li .box .info {
        padding: 20px 10px 10px 10px;
    }
}
/*ma-md*/@media (max-width: 768px) {
    #shop_detail .top .right {
        padding: 20px;
    }
    #shop_others .shop-list-grid ul li {
        width: 50%;
    }
}
/*ma-sm*/@media (max-width: 568px) {
    #mpdmn_shop {
        padding: 20px 0;
    }
    #shop_detail .top {
        margin: 0;
    }
    .image-side img {
        height: 100px;
    }
    #shop_detail .top .price .mondial-button {
        padding-top: 30px;
        text-align: center;
    }
    .shop-list-grid ul {
        padding: 5px;
    }

}