* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: #e1e1e1;
}

.navbar{
    display: flex;
    align-items:center;
    padding: 20px;
}

.logo{
    margin-left: 20px;
}

nav{
    flex: 1;
    text-align: right;
}

nav ul{
    display: inline-block;
    list-style-type: none;
}

nav ul li{
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
}

a{ 
    text-decoration: none;
    color: #555;
    position: relative;
}

nav ul li a::after{
    content: "";
    position: absolute;
    background-color: #555;
    height: 1px;
    width: 0;
    left: 0;
    bottom: -10px;
    transition: 0.5s;
}

nav ul li a:hover::after{ 
    width: 100%;
}   


.logo a{
    color: black;
}

p{
    color: white;
}

.container{
    max-width: 1500px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.small-container{
    max-width: 1080px;
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
}

hr{
    margin-right: 1%; 
    margin-left: 1%;
    background-color:rgb(190, 190, 190);
    height: 1px;
    border: 1px;
}

.row1{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content:space-around;
}

.image1{
    margin-top: 50px;
    margin-left: 60px;
    flex: 50%;
}

.image2{
    margin-top: 70px;
    margin-right: 220px;
    flex: 30%;
    
}

.savz{
    font-family:cursive;
    font-size: 30px;
    min-width: 300px;
    position: absolute;
    color: white;
    transform: translate(-30%, -35%);
}

.mensclothing{
    color: rgb(255, 255, 255);
    transform: translate(-110%, 100%);
    position: absolute;
}

.btnexplore{
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 8px 30px;
    margin: 30px 10px;
    border-radius: 10px;
    position:relative;
    animation: wiggle 2s linear infinite;
    font-size: 30px;
}

.confidence-text{
    position: absolute;
    margin-left: 1150px;
}

.confidence-text h3{
    font-size: 30px;
    font-family:'Times New Roman', Times, serif;
}

.confidence-text h2{
    font-size: 25px;
    font-family: 'Times New Roman', Times, serif;
}

.confidence-text{
    margin-top: 100px;
}

.title-daily-collection{
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
}


.title-products{
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
}

.sorting{
    display: flex;
    margin-left: 1000px;
    width: 150px;
    height: 50px;
    text-align: center;
    margin-top: -10px;
}

.row2{
    flex-basis: 25%;
    padding: 5px;
    min-width: 200px;
    margin-bottom: 10px;
    flex-direction: row;
    justify-content:space-evenly;
    display: flex;
    margin-top: 20px;
}

.row2 img{
    width:340px; 
    height:360px;
    align-content: center;
}

.row2 p{
    color: black;
    letter-spacing: 1px;
    font-family:'Times New Roman', Times, serif;
}

.row2 p, h4{
    padding-left: 5px;
    text-align: center;
    color: black;
}

.menu-icon{
    width: 28px;
    margin-left: 20px;
    display: none;
}

.cart-icon{
    width:30px;
    height:30px;
    padding-bottom: 5px;
}

@media only screen and (max-width: 800px){
    nav ul{
            position: absolute;
            top: 70px;
            left: 0;
            background: #333;
            width: 100%;}
        
    nav ul li{
        display: block;
        margin-right: 50px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    nav ul li a{
        color: #ffffff;
    }

    .menu-icon{
        display: block;
        cursor: pointer;
    }
}

nav ul ul{position: absolute; 
    background-color: #5564a0;
    padding: 0; display: none;
}

nav ul ul li{display: block;
    width: 8em; text-align: left;
border: 1px solid #00005D;
}

nav li:hover ul{display: block;}

nav a { 
    text-decoration: none; 
    display: block;
    letter-spacing: 1px;
}

.col-1-image img{
    margin-left: 80px;
    margin-top: 50px;
    float: left;
}

.col-2 p{
    color: black;
}

.col-2{
    float: right;
    margin-top: 50px;
    margin-right: 50px;
}

.col-2 h1{
    word-break:break-all;
}

.col-2 h4{
    margin-right: 350px;
    font-size: 20px;
    text-align: left;
}

.size{
    margin-left: 10px;
    font-size: 15px;
}

.size-option{
    width: 80px;
    height: 30px;
    margin-left: 10px;
    text-align: center;
}

.add-to-cart{
    margin-left: 10px;
    font-size: 15px;
} 

.form{
    border: none;
}

.about h2{
    text-align: center;
    margin-top: 50px;
    letter-spacing: 6px;
}

.about p{
    text-align: center;
    word-wrap: break-word;
    color: black;
    margin: 50px 300px;
    font-size: medium;
    font-family: 'Times New Roman', Times, serif;
}

.about hr{
    margin-top: 5px;
    margin-left: 800px;
    margin-right: 800px;
}

.about img{
    width: 60%;
    width: 60%;
    margin-left: 285px;
}

.center{
    position: absolute;
    top: 55%;
    left:50%;
    transform: translate(-50%, -50%);
    width: 400px;
    background-color: white;
    border-radius: 10px;
}

.center h1{
    text-align: center;
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid silver;
    margin-bottom: 20px;
}

.center form{
    padding: 0 40px;
    box-sizing: border-box;
}

form .text-section{
    position: relative;
    border-bottom: 2px solid #adadad;
    margin: 30px 0;
}

.text-section input{
    width: 100%;
    padding: 0 5px;
    height: 40px;
    font-size: 16px;
    border: none;
    outline: none;
    background-image: none;
}

.text-section label{
    position: absolute;
    top: 30%;
    left: 5px;
    color: #adadad;
    font-size: 16px;
    pointer-events: none;
    transform: translateY(-50%);
    transition: .5s;
}

.text-section span::before{
    content:'';
    position: absolute;
    top: 40px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #2691d9;
    transition: .5s;
}

.text-section input:focus ~ label,
.text-section input:valid ~ label{
    top: -5px;
    color: #2691d9;
}

.text-section input:focus ~ span::before, 
.text-section input:valid ~ span::before{
    width: 100%;
}

.forget-password-section{
    margin: -5px 0 20px 5px;
    color: #a6a6a6;
    cursor: pointer;
}

.forget-password-section:hover{
    text-decoration: underline;
}

.center input[type="submit"]{
    width: 100%;
    height: 50px;
    border: 1px solid;
    background: #2691d9;
    border-radius: 25px;
    font-size: 18px;
    color: #e9f4fb;
    font-weight: 700;
    cursor: pointer;
    outline: none;
}

.center input[type="submit"]:hover{
    border-color: #2691d9;
    transition: .5s;
}

.register-link{
    margin: 30px 0;
    text-align: center;
    font-size: 16px;
    color: #666666;
}

.register-link a{
    color: #2691d9;
    text-decoration: none;
}

.register-link a:hover{
    text-decoration: underline;
}

footer{
    background-color: #e1e1e1;  
    font-size: large;
    padding-left: 100px;
}


.footer a{ 
    text-decoration: none;
    color: #555;
    display: block;
    font-size: 15px;
}

.row h3{
    letter-spacing: 1px;
}

.column{
    float: left;
    width: 50%;
    padding: 0px;
    height: 120px;
}

.footer a:hover{
    text-decoration: underline;
}

.back-to-top{
    position: relative;
    z-index: 2;
}

.back-to-top .btn-dark{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#copyright{
    text-align: right;
    padding-right: 70px;
    color: black;
    font-size: 10px;
    padding-top: 50px;
}

.container-footer{
    margin-top: 700px;
}

.container-footer-single{
    margin-top: 900px;
}


.animate-border{
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #555; }

.animate-border:after{
        position: absolute;
        content: "";
        width: 35px;
        height: 3px;
        left: 0;
        bottom: 0;
        border-left: 10px solid #fff;
        border-right: 10px solid #fff;
        -webkit-animation: animborder 2s linear infinite;
        animation: animborder 2s linear infinite; 
}


@-webkit-keyframes animborder {
    0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px); }
    100% {
      -webkit-transform: translateX(113px);
      transform: translateX(113px); } }
  
@keyframes animborder {
    0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px); }
    100% {
      -webkit-transform: translateX(113px);
      transform: translateX(113px); } }
  
  .animate-border.border-ash:after {
    border-right-color: #EEF0EF;
    border-left-color: #EEF0EF; }
  
  .animate-border.border-offwhite:after {
    border-right-color: #F7F9F8;
    border-left-color: #F7F9F8; }
  
.productspage{
    text-align: center;
    margin-top: 40px;
}

.productspage h1{
    padding: 70px;
    font-size: 70px;
}

.productspage h3 {
    padding: 20px;
    cursor: pointer;
    position: relative;
}

.productspage h3 a::after{
    content: "";
    position: absolute;
    background-color: #555;
    height: 1px;
    width: 0;
    left: 0;
    bottom: -10px;
    transition: 0.5s;
}

.productspage h3 a:hover::after{ 
    width: 100%;
} 

.productspage a{
    color: #555;
}



/* Contact Section*/
.contactpage{
    margin: 70px;
}

.contactpage h1{
    text-align: center;
    font-size: 70px;
    font-family: 'Times New Roman', Times, serif;
}

.contactpage h4{
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
}



/* Cart Section*/

.cart-page p{
    color: black;
    margin-top: 60px;
}

.cart-page h1{
    padding-left: 50px;
}
.cart-page{
    margin: 100px 30px; 
    display: flex;
}

.p-one{
    flex: 6;
}

.p-two{
    flex: 2;
}

.p-three{
    flex: 2;
}

/*LongSleevePage*/
.centered{
    color:black;
    font-size: xxx-large;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.effect{
    width: 340px;
    height: 350px;
    margin-top: 0px;
    float: left;
}

.effect .front-content,.back-content{
    width: 300px;
    height: 300px;
    position: absolute;
    transition: transform 0.6s linear;
    backface-visibility: hidden;
    cursor: pointer
}

.effect .front-content{
    transform: perspective(1000px) rotateY(0deg);
}

.effect .back-content{
    transform: perspective(1000px) rotateY(180deg);
}

.effect:hover .front-content{
    transform: perspective(1000px) rotateY(-180deg);
}

.effect:hover .back-content{
    transform: perspective(1000px) rotateY(0deg);
}
  


/*Single page product*/
.container-for-single-products{
    margin-top: 30px;
    font-family: 'Times New Roman', Times, serif;
}

.quantity{
    margin-left: 10px; 
} 

.description{
    margin-top: 30px;
}

button{
    width: 350px;
    height: 40px;
}

.buy-now button:hover{
    background: linear-gradient(grey,white);
}

.add-to-cart button:hover{
    background: linear-gradient(grey,white);
}

input [type=number]{
    width: 800px;
}

.imageforsingleproductpage{
    margin: 50px 200px;
}


/*Shipping page section*/
.shippingpage{
    margin: 50px 300px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}

.shippingpage p{
    color: black;
}


/*ToS section*/
.termspage{
    margin: 50px 300px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}

.termspage p{
    color: black;
}

.content-box-image {
    border-radius: 6px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    margin-bottom: 15px;
    transition: 0.35s ease-out;
    -webkit-transition: 0.35s ease-out;
    -moz-transition: 0.35s ease-out;
}

.content-box-image:hover {
    transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
}

@keyframes wiggle {
    0%, 7% {
      transform: rotateZ(0);
    }
    15% {
      transform: rotateZ(-15deg);
    }
    20% {
      transform: rotateZ(10deg);
    }
    25% {
      transform: rotateZ(-10deg);
    }
    30% {
      transform: rotateZ(6deg);
    }
    35% {
      transform: rotateZ(-4deg);
    }
    40%, 100% {
      transform: rotateZ(0);
    }
  }


:root {
    --point-color: #555;
    --size: 5px;
}

.loader {
    background-color: var(--main-color);
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center; 
    justify-content: center;  
    z-index: 100000;
}

.loader__element {
    border-radius: 100%;
    border: var(--size) solid var(--point-color);
    margin: calc(var(--size)*2);
}

.loader__element:nth-child(1) {
animation: preloader .6s ease-in-out alternate infinite;
}

.loader__element:nth-child(2) {
animation: preloader .6s ease-in-out alternate .2s infinite;
}

.loader__element:nth-child(3) {
animation: preloader .6s ease-in-out alternate .4s infinite;
}

@keyframes preloader {
100% { transform: scale(2); }
}

.getintouchsection input[type="submit"]{
    width: 100px;
    height: 30px;
}

.getintouchsection input[type="text"], input[type="email"]{
    width: 250px;
    height: 30px;
    text-align: center;
}

.getintouchsection{
    text-align: center;
}



div.gallery img {
    width: 100%;
    height: auto;
}
  
div.desc {
    padding: 15px;
    text-align: center;
}


.responsive {
    padding: 0 6px;
    float: left;
    width: 25%;
}

@media only screen and (max-width: 800px){
    .responsive {
      width: 50%;
      margin: 6px 0;
    }
}
  
@media only screen and (max-width: 500px){
    .responsive {
      width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.typing-text{
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    animation: typing 5s steps(15) infinite;
}
@keyframes typing{
0%{
    width: 0ch;
}
50%{
    width: 20ch;
}
100%{
    width: 0ch;
}
}

#login-error-msg-holder {
    width: 100%;
    height: 100%;
    display: grid;
    justify-items: center;
    align-items: center;
  }
  #login-error-msg {
    width: 60%;
    text-align: center;
    margin: 0;
    padding: 5px;
    font-size: 22px;
    font-weight: bold;
    color: #8a0000;
    border: 1px solid #8a0000;
    background-color: #e58f8f;
    opacity: 0;
  }
  #error-msg-second-line {
    display: block;
  }
  #login-form {
    align-self: flex-start;
    display: grid;
    justify-items: center;
    align-items: center;
  }
  #login-form-submit {
    width: 100%;
    padding: 7px;
    border: none;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    outline: none;
  }