body {
    margin: 0;
    padding: 0;
    font-family: 'Aboreto', cursive;
}

#free_shipping,
#free_returns {
    font-size: 10px;
    display: flex;
    justify-content: center;
    letter-spacing: 2px;
    flex-wrap: wrap;
    height: 20px;
    padding: 2px;
    position: absolute;
    z-index: 1001;
    width: 100%;
}

#free_shipping {
    background-color: darkgray;
    margin: 0px;
    color: #041e3a;
    top: 0px;
}

#free_returns {
    background-color: #041e3a;
    color: white;
    top: 20px;
}

#nav {
    display: flex;
    font-size: 10px;
    background-color: transparent;
    position: absolute;
    z-index: 100;
    top: 0px;
    margin-top: 40px;
    position: sticky;
    background-color: white;
}

#nav a {
    color: black;
    font-weight: bold;
    letter-spacing: 0.2px;
    text-decoration: none;
}

#name {
    font-size: 25px;
    padding-left: 50px;
    padding-right: 20px;
    width: 300px;
}

#categories {
    display: flex;
    width: 500px;
    justify-content: space-between;
    padding-top: 13px;
}

#icons {
    width: 250px;
    margin-left: 27vw;
}

#icons ul {
    display: flex;
    padding-top: 8px;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

#icons img {
    width: 20px;
    height: 20px;
}


a {
    text-decoration: none;
    color: white;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

.d {
    float: left;
    overflow: hidden;
}

.d .d-btn {
    font-size: 16px;
    border: none;
    outline: none;
    color: #fff;
    background: inherit;
    padding-left: 20px;
}

.d-btn:hover {
    border-bottom: 1px solid black;
}

a {
    font-family: 'Aboreto', cursive;
}

.d-content {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
    top: 50px;
}

.d:hover .d-content {
    display: block;
}

.d-content {
    background-color: rgba(255, 255, 255, 0.8);
}

.column {
    margin-top: 24px;
    float: left;
    width: 33.33%;
    padding: 10px;
    height: 275px;
    font-family: 'Courier New', Courier, monospace;
    padding-left: 40px;
    color: black;
}

.column a {
    display: block;
    float: none;
    color: black;
    text-align: center;
    font-size: large;
}

.row:after {
    content: '';
    display: table;
    clear: both;
}

@media(max-width: 1000px) {
    .column {
        width: 100%;
        height: auto;
    }
}

#home {
    font-size: 1.3em;
    padding-right: 5vw;
}

.navbar {
    font-size: 10px;
    position: absolute;
    z-index: 100;
    top: 0px;
    margin-top: 30px;
    position: sticky;
    /* background-color: white; */
    background-color: transparent;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
    color: white;
}

#carouselExampleIndicators {
    position: absolute;
    /* height: 55vw; */
    top: 0;
    margin-top: -1.5em;
}

.background_color {
    background-color: white;
    color: black;
}

.navbar img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.navbar-brand {
    margin: 0px 20px;
    margin-right: 50px;
    font-size: 2rem;
    font-family: 'Aboreto', cursive;
    padding-top: 10px;
}

.nav-link {
    font-family: 'Aboreto', cursive;
}

.column img {
    width: 20em;
    height: 23em;
}

.navbar:hover {
    background-color: white;
}

.column a {
    text-decoration: none;
}

.column a:hover {
    text-shadow: 1px 1px black;
}

.carousel-item h1 {
    font-size: 3vw;
}

.carousel-item h5 {
    font-size: 2.5vw;
}

#second {
   
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 50%;
    width: 100%;
    margin-bottom: 5vw;
}


#trending_inside {
    display: flex;
    justify-content: center;
    width: 90vw;
    height: 40vw;
    align-items: center;
    flex-wrap: wrap;
}



#div_right,
#div_left {
    width: 50%;
    height: 95%;
}

#div_right {
    background-image: url(content/bmp-women-bags-LRL-324_women_AW22-1659169267.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#div_left {
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#tending {
    padding: 5%;
    background-image: url(content/0719_wlp_c05_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
}

#div_left h3 {
    font-size: 3vw;
    font-weight: 500;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    margin-top: -7vw;
}

#div_left h6 {
    font-size: 1.7vw;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
}

#div_left h4 {
    font-size: 2vw;
    font-family: 'Aboreto', cursive;
    font-weight: bold;
    padding-bottom: 1vw;
    padding-top: 1.5vw;
}

#div_left h5 {
    font-family: 'Aboreto', cursive;
    font-size: 1.1vw;
    text-align: center;
}

#div_left a {
    color: black;
    font-size: 1.2vw;
}

#div_left p {
    padding-top: 2vw;
}

#more_to_explore p {
    text-align: center;
    font-size: 2vw;
    padding-top: 5vw;
    font-family: 'Aboreto', cursive;
}

#explore {
    display: flex;
    justify-content: space-around;
    padding: 2vw 10vw;
}

#explore img {
    width: 25vw;
    height: 40vw;
}

#explore p {
    font-size: 1vw;
    margin-top: -4vw;
    margin-bottom: 0;
}

#explore a {
    color: black;
    text-decoration: none;
    font-size: 0.7vw;
    border-bottom: 1px solid black;
    padding-bottom: 0.5vw;
    transition: 0.7s;
}

#explore a:hover {
    padding-bottom: 0vw;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');


.footer-section {
    background: url(content/footer_bg.jpg);
    border-radius: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    margin-top: 3em;
    
}

.site-footer {
    background-color: white;
    padding: 45px 10px 20px;
    /* margin:20px; */
    font-size: 15px;
    line-height: 24px;
    color: #737373;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5;
}

.site-footer hr.small {
    margin: 20px 0;
}

.site-footer h6 {
    color: black;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px;
}

.site-footer a {
    color: #3777e4;
    transition: 0.3s;
}

.site-footer a:hover {
    color: #041e3a;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.footer-links li {
    display: block;
}

.footer-links a {
    color: #3f3f3f;
    transition: 0.2s all ease;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: rgb(29, 1, 1);
    text-decoration: none;
    font-weight: 500;
}

.site-footer .social-icons {
    text-align: right;
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d;
}

.copyright-text {
    margin: 0;
}

@media (max-width: 991px) {
    .site-footer [class^="col-"] {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding-bottom: 0;
    }
    

    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center;
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px;
}

.social-icons a {
    background-color: #eceeef;
    color: white;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe;
}

.social-icons a.facebook:hover {
    background-color: #1e59d8;
}

.social-icons a.twitter:hover {
    background-color: #00aced;
}

.social-icons a.linkedin:hover {
    background-color: #007bb6;
}

.social-icons a.dribbble:hover {
    background-color: #ef43ad;
}

/* .about-content {
    width:80%;
} */

/* .about h6, .about p{
    margin-left:3em;
    margin-right: 3em;
} */
.footer-content .row {
    padding-left: 2em;
    padding-right: 2em;
}

.footer-content h6,
.footer-content h5 {
    text-align: center;
}

.stayupdated {
    font-size: 15px;
    margin-bottom: 2em;
}

.newsletter {
    font-size: 25px;
    margin-bottom: 20px;
    color: #462407;
    margin-top: 2em;
}

.news-p {
    text-align: center;
    margin: 20px auto 10px;
    line-height: 14.1px;
    font-size: 13px;
    letter-spacing: 0.64px;
    font-family: "FuturaPT-Normal";
    color: #000;
}

.news-input {
    display: flex;
    margin: auto;
    border-bottom: 2px solid #462407;
    width: 18vw;
}

.news-input input {
    outline: none;
    border: none;
    width: 17vw;
}

.carousel-nav-icon {
    height: 48px;
    width: 48px;
    
 }

 .carousel-item img{
    width: 100vw;
    height: 56vw;
 }

#second img{
    height: 25vw ;
    width: 25vw;
}
#second h1{
    margin-bottom: 1vw;
    font-family: 'Aboreto', cursive;
    font-size: 1.5vw;
}
/* @media (max-width:767px) {
    #second{
        margin-top:40vw;
    }
    
} */
@media only screen and (max-width:767px){
    #second{
        margin-top: 30vw;
    }
}

.offer-popup{
    position: fixed;
    background-color: white;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    border-radius: 20px;
    display:none;
}
.offer-popup .contentBox{
    position: relative;
    width:600x;
    height:400px;
    background:white;
    border-radius: 20px;
    display:flex;
    box-shadow: 0px 5px 15px black;
}
.contentBox .imgBx{
    position:relative;
    width:300px;
    height:400px;
    display:flex;
    justify-content: center;
    align-items:center;
}
.contentBox .imgBx img{
    position: relative;
    max-width: 250px;
}
.contentBox .content{
    position:relative;
    width:300px;
    height:400px;
    display:flex;
    justify-content: center;
    align-items:center;
}
.contentBox .content h3{
    color:#333;
    line-height:1em;
    font-weight:300;
    font-size:2em;
}

.contentBox .content h2{
    font-size: 4em;
    color:#ff4d54;
    line-height:1em;
}
.contentBox .content h2 span{
    color:#333;
    font-size:0.75em;
}
.contentBox .content p{
    font-weight:300;
}
.contentBox .content a{
    display:inline-block;
    padding: 10px 20px;
    background: #ff4d54;
    color:#fff;
    margin-top:15px;
    text-decoration: none;
    border-radius: 10px;
}
.offer-popup .close{
    position:absolute;
    top:20px;
    right:20px;
    width:40px;
    height:40px;
    font-size: 30px;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    cursor:pointer;
    border-radius: 50%;
    z-index: 10;
    border:none;
}
