﻿hr {
    height: 0.5px;
    background-color: rgba(0,0,0,0.4);
    position: relative;
    top: 40px;
}

.txt1 {
    position: relative;
    z-index: 1;
    bottom: 30px;
    left: 40%;
    font-size: 20px;
    color: rgba(0,0,0,0.6);
    background-color: white;
    width: 200px;
    text-align: center;
    top: 5px;
}

.mySlides {
    display: none;
    width: 100%;
    height: 100%;
}

div.gallery {
    margin: 5px;
    /*border: 1px solid #ccc;*/
    float: left;
    width: 280px;
}

    div.gallery:hover {
        /*border: 1px solid #777;*/
    }

    div.gallery img {
        width: 100%;
        height: auto;
    }

div.desc {
    padding: 15px;
    text-align: center;
}
.best-shop {
    margin-left:150px;
}

.shop-all {
    width: 150px;
    height: 35px;
    border-radius:8px;
    background-color: white;
    font-size: 18px;
    text-align: center;
    border: solid 1px rgba(0,0,0,0.4);
    margin: 15px;
    margin-left: 37%;
    transition:ease-in all 0.4s;
}
    .shop-all:hover {
        background-color: darkslategray;
        transition: ease-in all 0.4s;
    }
    .shop-all:hover .shop-all-txt {
        color:white;
    }

.shop-all-txt {
    color:black;
    text-decoration:none;
}
    .shop-all-txt:hover {
        text-decoration:none;
    }
@media screen and (max-width:420px) {
    .txt1 {
        left: 20%;
    }
    .best-shop {
        margin-left:7.5%;
    }
    .shop-all{
        margin-left:23%;
    }
}