@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

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

body {
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    font-size: 13px;
    color: #555;
}

p {
    color: #555;
}
.account-page {
    width: 100%;
    /*height: 100.6vh;*/
    padding: 50px 0;
    background-image: url('../assets/img/bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.container {

    width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
    margin: 0;
   
}

.row .heading{
    color: rgb(255, 255, 255) !important;
}

.col-2 {
    flex-basis: 50%;
    min-width: 280px;
}

.col-2 img {
    max-width: 80%;
    padding: 50px 0;
}

.col-2 h1 {
    font-size: 30px;
    line-height: 60px;
    margin: 25px 0;
    font-weight: lighter;
    color: #ffffff;
}



.categories {
    margin: 70px 0;
}
.row .col-2 h1{
   
    width: auto;
    color: #1a1a1a;
    font-family: 'Alegreya SC';
    font-size: 40px;
    word-spacing: 19px;
}
.col-3 {
    flex-basis: 30%;
    min-width: 250px;
    margin-bottom: 30px;
}

.col-3 img {
    width: 100%;
    border-radius: 35px;
}

.small-container {
    position: relative;
    max-width: 1080px;
    height: auto;
    margin: auto;
    padding-top: 5%;
    padding-left: 25px;
    padding-right: 25px;
}

.col-4 {
    flex-basis: 25%;
    padding: 10px;
    min-width: 200px;
    margin-bottom: 50px;
    transition: transform 0.5s;
    cursor: pointer;
}

.col-4 img {
    width: 100%;
}

.title {
    text-align: center;
    margin: 0 auto 80px;
    position: relative;
    line-height: 60px;
    color: #555;
}

.title::after {
    content: '';
    background: #a9a9a9;
    width: 80px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

h4 {
    color: #555;
    font-weight: normal;
}

.col-4 p {
    font-size: 14px;
}

.rating .fa {
    color: #080808;
}

.col-4:hover {
    transform: translateY(20px);
}


/* --------all products page------- */

.row.row-2 {
    justify-content: space-between;
    margin: 100px auto 50px;
}

select {
    border: 1px solid #868686;
    padding: 5px;
    cursor: pointer;
}

select:focus {
    outline: none;
}

.page-btn {
    margin: 0 auto 80px;
}

.page-btn span {
    display: inline-block;
    border: 1px solid #7d7d7d;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 20%;
}

.page-btn span:hover {
    background: #9e9e9e;
    color: #fff;
}
   #btn1{
			width: 30px;
			height: 30px;
  
			background-color: #ffffff;
            border-radius: 5px;
            border-color: #ffffff;

		}
		#btn2{
			width: 30px;
			height: 30px;
   
			background-color: #000000;
            border-radius: 5px;
            border-color: #353535;
            border-color: #d4d4d4;
		}
		#btn3{
			width: 30px;
			height: 30px;
 
			background-color: #868686 ;
            border-radius: 5px;
            border-color: #868686;
		}
		#btn4{
			width: 30px;
			height: 30px;

			background-color: #396ee0 ;
            border-radius: 5px;
            border-color: #39b9e0;
		}
		#btn5{
			width: 30px;
			height: 30px;

			background-color: #87b17f   ;
            border-radius: 5px;
            border-color: #c4c7c7;
		}
    #btn6{
			width: 30px;
			height: 30px;
 
			background-color: #d60a03   ;
            border-radius: 5px;
            border-color: #d60a03 ;
		}
   

/* ----------------Contact-Page ---------- */

.contact-form-container {
    width: 60%;
    margin: 20px auto;
    
}

.contact-form-container h1 {
    text-align: center;
}

.contact-form input {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding: 20px 10px;
}

.contact-form {
    margin-top: 20px;
}

.textarea-container textarea {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    margin: 10px 0;
    width: 100%;
    height: 150px;
    padding: 10px 10px;
}

.textarea-container textarea:focus {
    outline: none;
}

.submit-btn {
    text-align: center;
}

.submit-btn button {
    padding: 10px 8px;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    width: 70%;
    color: white;
    background-color: #727272;
    border: none;
    border-radius: 10px;
}

.submit-btn button:hover {
    background-color: #94cb8e;
}


/* ----------------Account-Page ---------- */

.account-page {
    width: 100%;
    /*height: 100.6vh;*/
    padding: 50px 0;
    background-image: url('../img/bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.form-container {
    background: #fff;
    width: 300px;
    height: 650px;
    margin: auto;
    padding: 20px 30px;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 10%;
}

.form-container span {
    font-weight: bold;
    padding: 0 10px;
    color: #000000;
    cursor: pointer;
    width: 100px;
    display: inline-block;
}

.form-btn {
    display: inline-block;
}

.form-container form {
    max-width: 300px;
    padding: 0 20px;
    position: absolute;
    top: 100px;
    transition: transform 1s;
}

form input {
    width: 100%;
    height: 45px;
    margin: 0;
    padding: 0 10px;
    border: 1px solid #999;
}

form .btn {
    width: 100%;
    border: none;
    cursor: pointer;
    margin: 10px 0;
}

form .btn:focus {
    outline: none;
    /*focus use when when click on button then border show but outline ::none hide the borderoutlint  */
}

#LoginForm {
    left: -300px;
}
#LoginForm a:hover{
    color: #74997a;
}
#LoginForm.btn
{
	font-size: 2px;
}

#RegForm {
    left: 0;
	
}

#LoginForm .input-field,
#RegForm .input-field {
    padding: 10px 5px;
    margin: 15px 0;
    border: none;
    border-bottom: 1px solid #b3b3b3;
    font-size: 16px;
}

form a {
    font-size: 12px;
}

#Indicator {
    width: 100px;
    border: none;
    background: #b5cbaf;
    height: 3px;
    margin: 9px;
    transform: translateX(100px);
    transition: transform 1s;
}


/* --------media query for less than 600 screen size----- */

@media only screen and (max-width: 600px) {
   
    .row {
        text-align: center;
        margin: auto !important;
    }
    .col-2,
    .col-3,
    .col-4 {
        flex-basis: 100%;
    }
    .col-2 p {
        margin: auto;
    }
    .single-product .row {
        text-align: center;
        display: block !important;
    }
    .single-product .col-2 {
       width: 100% !important;
        padding: 20px 0;
        /* border: 2px solid #2113e4; */
    }
    .single-product select{
   
    margin: auto !important;
    }
    .single-product h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .single-product h4 {
         margin: 10px;
        justify-content: center !important;    
      }

    .cartinfo p {
        /* display: none; */
        font-size: 0.9rem;
    }
    #addcart{
    margin: auto !important;
   }
   .quantity.buttons_added{
    width: 100% !important;
   }
}



/* --------Feature Categories Hover Zoom----- */

.zoom {
    padding: 30px;
    transition: transform 150ms ease-out;
    margin: 0 auto;
    cursor: pointer;
}

.zoom:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


/* --------Testimonial Heading----- */

.testimoinial-heading {
    text-align: center;
    padding-bottom: 10px;
}

.effects {
    position: relative;
    color: #000;
}

.effects::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #18272f;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}

.effects:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}



/* HOVER EFFECT */

#box:hover {
    /* transform: scale(1.025); */
    border-radius: 5px;
    box-shadow: 0 10px 10px 1px rgba(0, 0, 0, 0.1);
    z-index: 2;
    transition: all 250ms;
}

.zoomForImage {
    border-radius: 3px;
}


/* THEME BUTTON */

.toggle {
    width: 40px;
    height: 22px;
    margin-left: 25px;
    background-color: whitesmoke;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

.toggle-icon {
    color: goldenrod;
}

.toggle-ball {
    width: 18px;
    height: 18px;
    background-color: black;
    position: absolute;
    right: 2px;
    border-radius: 50%;
    cursor: pointer;
}

.header.active {
    background-color: #000;
}

.container.active {
    background-color: #000;
}

.navbar.active {
    background-color: #000;
    color: white;
}

.menu-icon.active {
    color: white;
}

.row.active {
    background-color: #000;
    color: white;
}

body.active {
    background-color: #000;
}

.toggle.active {
    background-color: #000;
}

.toggle-ball.active {
    background-color: white;
    transform: translateX(-20px);
}


/* change color of navbar heading to white on toggle */

#MenuItems.active>li>a {
    color: white;
}


/* change color of contact page heading to white on toggle */

.form-title.active {
    color: white;
}


/* cart image in dark mode */

.cart-image.bgm-change {
    background-color: white;
    filter: invert(100%);
}




/* Animations to fade the toast in and out */

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 5%;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 5%;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 5%;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 5%;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

.useful-links,
.socialbtns {
    color: #D3D3D3;
    transition: all 400ms ease;
}

.btn-quantity {
    padding: 2px 12px;
    font-size: 24px;
    border-radius: 5%;
    cursor: pointer;
    background-color: #838383;
    color: #fff;
    margin-left: -10px;
    border: 1px solid black;
}

.white {
    color: #6b6b6b;
}

.hidden {
    display: none;
}

#empty-cart {
    font-size: 1.6em;
    text-align: center;
    margin: 10rem 0;
}

.btn-add {
    font-size: 1.2rem;
    background-color: #838383;
    color: #fff;
    padding: 0.8rem;
    border-radius: 1.6em;
    margin-top: 20px;
    display: inline-block;
}
