.main-mid-container {
    width: 100%;
    height: auto;
    background-color: #3ab8b41c;
    overflow: scroll;
}

.main-mid-container::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.slider {
    overflow: hidden;
    width: 100%;
    height: 230px;
    position: relative;
}

.slider img {
    width: 100%;
    height: 230px;
    display: none;
    transition: opacity 1s ease-in-out;

}

.slider img:first-child {
    display: block;
}

.row-1 {
    display: flex;
}

.row-2 {
    display: flex;
}

.content {
    height: 270px;
    width: 220px;
    margin: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px rgb(157, 156, 156);
    padding: 10px;
    overflow: hidden;
    cursor: pointer;
}

.content a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #3ab8b4;
}

.content a:hover {
    color: red;
}


.top-brands-container {
    width: 1510px;
    margin: 10px 5px 3px 13px;
    height: 400px;
    text-align: center;
    background-color: #ffffff;
    box-sizing: border-box;
}

.top-brand-title {
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    /* background-color: #73d250a7; */
}

.top-brand-title h1 {
    font-size: 30px;
    padding: 15px 0px;
    
}

.brand-content {
    width: 100%;
    height: 320px;
    display: flex;
}

.top-brand-column {
    width: 212.8px;
    height: 315px;
}

.top-brand-img {
    width: 100%;
    height: 220px;
}

.top-brand-info {
    width: 100%;
    height: 80px;
    padding-top: 10px;
}
.top-brand-info h4{
    padding-top: 5px;
}

.tbi-01 {
    background-image: url(../img/Varsace.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.tbi-02 {
    background-image: url(../img/Gucci.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.tbi-03 {
    background-image: url(../img/Prada.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.tbi-04 {
    background-image: url(../img/sabyasachi.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.tbi-05 {
    background-image: url(../img/Armani.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.tbi-06 {
    background-image: url(../img/Polo.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.tbi-07 {
    background-image: url(../img/Zara.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.blink {
    animation: blinker 1s linear infinite;
    color: red;
    font-family: sans-serif;
    background-color: rgb(255, 255, 255);
    height: 20px;
    margin-left: 43%;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.loader p {
    margin-top: 0px;
}

.loader {
    color: rgb(124, 124, 124);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 25px;
    margin: 20px 0px 5px 41%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 30px;
    width: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
}

.words {
    overflow: hidden;
    text-align: left;
}

.word {
    display: block;
    height: 100%;
    padding-left: 5px;
    color: #35a09d;
    animation: spin_4991 4s infinite;
}

@keyframes spin_4991 {
    10% {
        -webkit-transform: translateY(-105%);
        transform: translateY(-105%);
    }

    25% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    35% {
        -webkit-transform: translateY(-205%);
        transform: translateY(-205%);
    }

    50% {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
    }

    60% {
        -webkit-transform: translateY(-305%);
        transform: translateY(-305%);
    }

    75% {
        -webkit-transform: translateY(-300%);
        transform: translateY(-300%);
    }

    85% {
        -webkit-transform: translateY(-405%);
        transform: translateY(-405%);

    }

    100% {
        -webkit-transform: translateY(-400%);
        transform: translateY(-400%);
    }
}
.second-item-bar {
    width: 1510px;
    margin: 10px 5px 3px 13px;
    height: auto;
    text-align: center;
    background-color: #ffffff;
}

.second-item-bar h1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.sale-divs {
    background-color: #ffffff;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 50px;
    height: auto;
}

.this-is-one {
    background-image: url(../img/Western.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -25px;
}

.this-is-two {
    background-image: url(../img/western.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -5px;
}

.this-is-four {
    background-image: url(../img/Ethnic-man.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -5px;
}

.this-is-three {
    background-image: url(../img/Ethnic1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -5px;
}

.this-is-five {
    background-image: url(../img/urban-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -5px;
}

.this-is-six {
    background-image: url(../img/urban-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -5px;
}

.this-is-seven {
    background-image: url(../img/sleepware-woman..png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -5px;
}

.this-is-eight {
    background-image: url(../img/sleepware-man.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -5px;
}

.this-is-nine {
    background-image: url(../img/Vintage-woman.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -5px;
}

.this-is-ten {
    background-image: url(../img/Vintage-man.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -5px;
}

.this-is-eleven {
    background-image: url(../img/sports.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -5px;
}

.this-is-twelve {
    background-image: url(../img/sports-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -5px;
}

.dress-info-div {
    height: 80px;
    width: 100%;
    background-color: #35a09c87;
    margin-top: 190px;
    font-family: sans-serif;
}

.dress-info-div h4 {
    color: white;
    font-weight: lighter;
    text-align: center;
    padding-top: 5px;
}

.dress-info-div label {
    font-family: 'Roboto', sans-serif;
    font-family: 'Satisfy', cursive;
    color: white;
    font-size: 28px;
    margin: 0px 13%;
    padding-top: 20px;
}

.dress-info-div h2 {
    width: 100%;
    font-size: 20px;
    text-align: center;
    color: white;
    font-weight: 300;
    margin-top: -10px;
}

.man-kids-woman {
    width: 100%;
    height: 320px;
    display: flex;
}

.man-kids-woman-inner {
    width: 32.2%;
    height: 300px;
    margin: 10px 0px 10px 13px;
    display: flex;
    box-shadow: 0px 0px 10px rgb(174, 174, 174);
}

.man-kids-woman-inner-0 {
    width: 47%;
    height: 280px;
    margin: 10px 0px 10px 10px;
}

.mkw-1 {
    background-image: url(../img/nimmo.png);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 10px rgb(174, 174, 174);
}

.mkw-2 {
    height: 250px;
    background-image: url(../img/woman-img2.png);
    background-repeat: no-repeat;
    box-shadow: 0px 0px 10px rgb(174, 174, 174);
    background-size: cover;
}

.mkw-3 {
    background-image: url(../img/girl-kid.png);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 10px rgb(174, 174, 174);
}

.mkw-4 {
    height: 250px;
    background-image: url(../img/boy-kid.png);
    background-repeat: no-repeat;
    box-shadow: 0px 0px 10px rgb(174, 174, 174);
    background-size: cover;
}

.mkw-5 {
    background-image: url(../img/man1.png);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 10px rgb(174, 174, 174);
}

.mkw-6 {
    height: 250px;
    background-image: url(../img/man-2.png);
    background-repeat: no-repeat;
    box-shadow: 0px 0px 10px rgb(174, 174, 174);
    background-size: cover;
}

.see-more-div {
    color: rgb(0, 0, 0);
    padding-left: 120px;
    padding-top: 11px;
    font-family: sans-serif;
    font-weight: lighter;
}

.see-more-div h3 {
    width: 100px;
}

.see-more-div h3 a{
    text-decoration: none;
    color: #0a0860;
    transition: .4s;
}
.see-more-div h3 a:hover {
    color: #35a09d;
    cursor: pointer;
    text-decoration: underline;
}

.wkm-tag {
    width: 73px;
    height: 23px;
    background-color: red;
    position: relative;
    top: 0px;
    left: 0px;
    text-align: left;
    padding-left: 5px;
}

.wkm-tag h5 {
    padding: 2px 0px 0px 0px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 15px;
    color: white;
    text-transform: uppercase;
}

.wkm-tag-0 {
    width: 17px;
    height: 17px;
    background-color: #d5b9ab;
    position: absolute;
    top: 3.5px;
    right: -7.5px;
    transform: rotate(45deg);
}

.wkm-tag-1 {
    width: 57px;
    height: 23px;
    background-color: red;
    position: relative;
    top: 0px;
    left: 0px;
    text-align: left;
    padding-left: 5px;
}

.wkm-tag-1 h5 {
    padding: 2px 0px 0px 0px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 15px;
    color: white;
    text-transform: uppercase;
}

.wkm-tag-01 {
    width: 17px;
    height: 17px;
    background-color: #e6dacc;
    position: absolute;
    top: 3.5px;
    right: -7.5px;
    transform: rotate(45deg);
}

.wkm-tag-2 {
    width: 56px;
    height: 23px;
    background-color: red;
    position: relative;
    top: 0px;
    left: 0px;
    text-align: left;
    padding-left: 5px;
}

.wkm-tag-2 h5 {
    padding: 2px 0px 0px 0px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 15px;
    color: white;
    text-transform: uppercase;
}

.wkm-tag-02 {
    width: 17px;
    height: 17px;
    background-color: #8b7a72;
    position: absolute;
    top: 3.5px;
    right: -7.5px;
    transform: rotate(45deg);
}

.categary-div {
    widows: 100%;
    height: 41px;
    box-sizing: border-box;
    /* background-color: #0a0860; */
}

#countdown {
    background-color: #35a09c5f;
    text-align: center;
    font-family: sans-serif;
    font-size: 17px;
   color: rgb(96, 96, 96);
   padding: 7px 0px;
}
.countdown-numbers {
    font-size: 23px;
    color: rgb(244, 52, 103);

}
.countdown-labels {
    font-size: 12px;
    font-weight: normal;
    color: rgb(96, 96, 96);
}
.typing-effect {
    white-space: nowrap;
    overflow: hidden;
    width: 700px;
    height: 40px;
    margin-left: 25%;
    padding-top: 6px;
    box-sizing: border-box;
    font-size: 25px;
    color: #35a09d;
    font-weight: 500;
    font-family: Arial, sans-serif;
}
.sale-divs h3{
  font-size: 20px;
}
