@import url("./style.css");
@import "@splidejs/splide/css";

html {
    scroll-behavior: smooth;
}

/* nav style  */
/* icons hover */
.icon1 {
    color: var(--ltn__primary-color-2);
}

.icon:hover,
.icon1:hover {
    color: var(--ltn__secondary-color);
}
.second-nav {
    background-color: var(--white-6);
}
.cart-btn {
    height: 27px;
    width: 25px;
    border: 0;

    padding-left: 10px;
}

/* form */
.social .btn-form {
    background-color: var(--border-color-4);
    color: aliceblue;
}
.social .btn-form:hover {
    border: 1px solid black;
    color: black;
}
.signup .btn-login:hover {
    border: 1px solid black;
    color: black;
}
.signin .btn-login:hover {
    border: 1px solid black;
    color: black;
}
.email,
.sub {
    width: 220px;
    height: 35px;
    box-shadow: inset 0px 0px 5px rgba(22, 21, 21, 0.2);
    border: 0;
    border-radius: 3px;
    padding-left: 10px;
}
.msg {
    box-shadow: inset 0px 0px 5px rgba(22, 21, 21, 0.2);
    border: 0;
    border-radius: 3px;
    padding-top: 5px;
}
@media (max-width: 570px) {
    .email,
    .sub {
        width: 100%;
    }
    .btn-form {
        width: 100%;
    }
    .social {
        text-align: center;
    }
}

/* mid-nav */
.mid-nav {
    background-color: var(--separators-color);
}
@media (max-width: 770px) {
    .mid-small {
        border-bottom: 1px solid rgb(246, 241, 241);
    }
    .mid-nav {
        text-align: center;
    }
}

/* footer */
footer {
    background-color: var(--separators-color);
}
ul {
    display: inline;
    padding: 0;
}
a:link {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a i:hover {
    color: coral;
}

hr {
    align-content: center;
    margin-left: auto;
    margin-right: auto;
}
li {
    color: brown;
}
@media (max-width: 767px) {
    .foot {
        text-align: center;
    }
    .social {
        justify-content: center;
    }
}

/* feedback */
.feed {
    background-color: rgb(206, 211, 223);
}
.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ececec;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190e7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}
#customers-testimonials .item {
    text-align: center;
    padding: 10px;
    margin-bottom: 80px;
    opacity: 0.2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #e1e7ed;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: var(--ltn__color-4);
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}
.feed {
    background-color: var(--separators-color);
}

/*slider */
.carousel-caption {
    padding-bottom: 250px;
    text-align: left;
    left: 13%;
    color: rgb(136, 134, 134);
}
.carousel-caption h2 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: bolder;
}
.carousel-caption h3 {
    font-weight: 300;
}

.carousel-caption .btn {
    display: inline-block;
    margin-top: 15px;
    text-transform: uppercase;
    background-color: var(--ltn__secondary-color);
    color: aliceblue;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
    font-weight: bold;
    font-size: 20px;
}
.carousel-caption .btn:hover {
    border: 1px solid black;
    background-color: inherit;
    color: black;
    text-decoration: none;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: black;
    border-radius: 50%;
    opacity: 0.6;
    box-shadow: 0px 0px 5px 5px rgb(0, 0, 0);
}

@media (max-width: 1100px) {
    .carousel-caption {
        padding-bottom: 50px;
    }
    .carousel-caption h2 {
        font-size: 30px;
    }
    .carousel-caption h3 {
        font-size: 20px;
    }
    .carousel-caption .btn {
        padding: 10px;
    }
}
@media (max-width: 775px) {
    .carousel-caption {
        padding-bottom: 50px;
    }
    .carousel-caption h2 {
        font-size: 20px;
    }
    .carousel-caption h3 {
        font-size: 15px;
    }
    .carousel-caption .btn {
        padding: 10px;
    }
}

/* newest arrivals */

.btn-new {
    min-width: 150px !important;
    text-transform: uppercase !important;
    font-weight: bold;
    text-transform: capitalize;
    padding: 15px 5px;
    background-color: var(--ltn__primary-color);
    color: white;
    text-decoration: none !important;
    border: none !important;
}

a.btn-new:hover {
    background-color: var(--ltn__secondary-color) !important;
    color: white;
}
a.btn-new.active {
    background-color: var(--ltn__secondary-color) !important;
    color: white;
}

a:link {
    text-decoration: none;
}

/* quick view */
.view {
    cursor: pointer;
    transform: translate(0, 0px);
    background-color: var(--ltn__primary-color-2);
    color: #ffffff;
    margin-bottom: 0;
    width: 100%;
    font-size: 25px;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    opacity: 0;
}
.btn-close:hover {
    background-color: var(--ltn__secondary-color);
}

.product-img img:hover {
    opacity: 0.4;
}
.image-container:hover .view {
    opacity: 1;
    display: block;
    z-index: 99;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

#prods-container .image-container::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 80;
    background: rgba(136, 136, 136, 0.544);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

#prods-container .image-container:hover::after {
    opacity: 1;
}

p {
    margin: 0px !important;
}

.shadow-effect {
    padding: 50px 20px !important;
}

/* top button */
#topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 30px;
    border: none;
    outline: none;
    color: white;
    width: 50px;
    height: 50px;
    cursor: pointer;
    padding-left: 6px;
    padding-right: 6px;
    opacity: 0.5;
    background-color: var(--ltn__primary-color-2);
}

#topBtn i:hover {
    color: white !important;
}

#topBtn:hover {
    opacity: 1;
    background-color: var(--ltn__secondary-color);
    color: white !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.prod-info .prod-title {
    font-weight: 700;
    color: var(--ltn__primary-color-3);
    font-size: 1.16rem !important;
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
}

.prod-info .prod-title:hover {
    color: var(--ltn__secondary-color-2);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

#prods-container .prod {
    min-width: var(--cart_prod_size) !important;
    min-height: calc(var(--cart_prod_size) - 50px) !important;
}

@media screen and (min-width: 1000px) {
    #prods-container .prod {
        max-width: calc(var(--cart_prod_size) + 60.5px) !important;
    }
}

#prods-container .image-container {
    max-height: 100px !important;
    min-height: calc(var(--cart_prod_size) + 50px);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    border: 3px solid var(--separators-color);
    position: relative;
}
.prod .price {
    max-width: 300px;
    margin: auto;
}

.prod .price .rating {
    text-align: right;
}

.prod .price span {
    text-align: left;
}

/* form  */

#contact-form .form-inputs input,
#contact-form textarea {
    width: 100%;
    color: var(--ltn__primary-color) !important;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 4px solid var(--separators-color);
    border-radius: 0;
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

#contact-form .form-inputs input::placeholder,
#contact-form textarea::placeholder {
    color: var(--ltn__primary-color) !important;
}

.controls .contact-submit {
    background-color: var(--ltn__secondary-color) !important;
    color: #fff !important;
    border: none;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    max-width: 300px;
}
.controls .contact-submit:hover {
    background-color: var(--ltn__primary-color-2) !important;
    transition: all 0.3s ease-in-out;
    color: #fff !important;
    border: none;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.social a {
    background-color: var(--ltn__primary-color) !important;
    color: white;
    text-align: center;
    width: 50px !important;
    height: 50px !important;
    max-width: 50px !important;
    max-height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
}

.social a:hover {
    background-color: var(--ltn__secondary-color) !important;
    color: white;
    text-align: center;
    width: 50px !important;
    height: 50px !important;
    max-width: 50px !important;
    max-height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.social a:hover i {
    color: white !important;
}

.nav-item:hover a.nav-link {
    color: var(--ltn__secondary-color) !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

footer a:hover {
    text-decoration: underline;
    font-weight: bold;
}

.modal-content2 {
    left: 50%;
    transform: translate(-50%, 0%);
    max-width: 75% !important;
    max-height: 75% !important;
}

.user-nav-cart::after {
    content: "( " attr(data-cart-items) " )";
    color: var(--ltn__primary-color);
    font-weight: bold;
}

ul.navbar-nav {
    font-size: 1.1rem;
}

nav .container-fluid {
    align-items: initial !important;
}

nav i:hover,
.user-nav-cart:hover::after {
    color: var(--ltn__secondary-color) !important;
}

.user-controls-list li,
.user-controls-list li a {
    font-weight: 550;
    color: var(--ltn__primary-color) !important;
}

nav .dropdown li a:hover,
nav .dropdown li:hover,
.user-controls-list li:hover {
    color: white !important;
    background-color: var(--ltn__secondary-color);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    cursor: pointer;
    -o-transition: all 0.3s ease-in-out;
}

#quickviewpopup {
    width: 100vw;
    height: 100vh;
    z-index: 999;
}

#quickviewpopup .modal-content {
    background-color: white;
    position: relative !important;
    padding: 0;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 1000px;
    height: 500px;
    min-height: 500px;
    max-height: 500px;
    margin: auto;
    overflow: hidden;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

#quickviewpopup .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
}

#quickviewpopup .product-img {
    max-width: calc(var(--cart_prod_size) + 100px);
    border-radius: 0%;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center left !important;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    -o-border-radius: 0%;
}

#quickviewpopup .add-to-cart {
    background-color: var(--ltn__primary-color);
    color: white;
    font-weight: 550;
}

#quickviewpopup .controls {
    border: 2px solid var(--ltn__primary-color);
}
#quickviewpopup .title {
    color: var(--ltn__primary-color);
}

#quickviewpopup .add-to-cart:hover {
    color: white !important;
    background-color: var(--ltn__secondary-color);
}

#quickviewpopup .prod-price {
    color: var(--ltn__primary-color-3);
}
