/************************* 

1. GENERAL CSS
2. HELPER CSS
3. HEADER CSS
4. HERO_SLIDER CSS
5. TRENDING_SLIDER CSS
6. MOBILE_ACCESSORIES CSS
7. PRODUCTS CSS
8. FOOTER CSS
9. RESPONSIVE 

**************************/

/* 1. GENERAL CSS */

@font-face {
    font-family: Syne;
    src: url(../fonts/Syne-VariableFont_wght.ttf);
}

:root {
    accent-color: #fff;
}

body {
    font-family: "Syne", serif !important;
}

header {
    font-family: "Syne", serif !important;
    font-size: 15.75px;
    color: #404553;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    display: block;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}

.owl-next {
    position: absolute;
    top: 20%;
    right: -55px;
}

.owl-prev {
    position: absolute;
    top: 20%;
    left: -55px;
}

.owl-dots {
    display: none;
}

.owl-next img,
.owl-prev img {
    background: #11111166;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    aspect-ratio: 1;
    border-radius: 50%;
}

.owl-carousel .owl-item img {
    width: auto !important;
    margin: 0 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 5px !important;
} 

/* 2. HELPER CSS */

.title-line {
    font-family: "Syne", serif;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
    line-height: 25px;
    color: #000;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.title-line span {
    display: inline;
    vertical-align: auto;
    position: relative;
    padding: 0 10px;
}

.title-line span:before,
.title-line span:after {
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: 50%;
    border-top: 1px solid #00000099;
}

.title-line span:before {
    right: 100%;
}

.title-line span:after {
    left: 100%;
}

.bg-danger {
    background-color: #DC3545 !important;
}

.text-danger {
    color: #DC3545;
}

.text-gray {
    color: #757575 !important;
}

.bg-light {
    background-color: #FCFBF4 !important;
}

.text-blue {
    color: #3866DF !important;
}

.btn-check:active+.btn-danger:focus, .btn-check:checked+.btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show>.btn-danger.dropdown-toggle:focus {
    box-shadow: none !important;
}

/* 3. HEADER CSS */

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(100%);
}

.offcanvas.show {
    transform: none;
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}

header .respnsive-navbar .menu button {
    background-color: transparent;
}

header .navbar-nav a {
    font-size: 12.94px;
    font-weight: bold;
    line-height: 21.2px;
    display:flex;
    text-transform: capitalize;
}

header .container-fluid {
    padding: 0 !important;
}

header .navbar-collapse {
    width: 100% !important;
}

header .navbar-collapse form input {
    font-size: 15.75px;
    box-shadow: none !important;
}

header .navbar-collapse form button {
    padding: 4px 15px !important;
    border-radius: 4px !important;
    box-shadow: none !important;
}

header .navbar-collapse form {
    padding: 5px 5px;
    width: 40% !important; 
    flex: 1;

}

/* .header-cart ul .px-3 {
    padding: 0px 10px !important;
} */

header .header-cart ul {
    display: flex;
    align-items: center;
}

header .header-cart ul li {
    border-right: 1px solid #fff;
}

.navbar-nav li{
    border-right: 1px solid #fff;
    padding:0 5px !important;
}

header .language-select .language ,
header .language-selectmobail .language {
    position: absolute;
    background: #000;
    padding: 5px;
    border-radius: 10px;
    visibility: hidden;
    z-index: 99;
    opacity: 0;
    transition: .3s ease;
}

header .language-select.show .language ,
header .language-selectmobail.show .language  {
    visibility: visible;
    opacity: 1;
}

header .navigation-links {
    position: relative;
}

header .navigation-links .navbar-nav {
    display: flex;
    flex-direction: row;
}

.rtl header .navigation-links .categories .categories-inner {
    right: 3%;
}

header .navigation-links .categories .categories-inner {
    visibility:hidden;
    opacity: 0;
    background: #FCFBF4;
    border-radius: 5px;
    position: absolute;
    top: 90%;
    border: 1px solid #40455333;
    transition: .3s ease;
    width: 250px;
    display: flex;
    flex-direction: column;
    z-index: 9;
}

header .navigation-links .categories.show-categories .categories-inner {
    opacity: 1;
    visibility:visible !important;
}

header .navigation-links .categories {
    width: 15%;
    text-align: center;
    /* position: relative; */
}

header .navigation-links .links {
    width: 85%;
}

/* 4. HERO_SLIDER CSS */

.hero-slider .banner {
    width: 30%;
}

.hero-slider .slider-inner {
    padding-top: 25px;
}

.hero-slider .hero-slider-slide {
    width: 68%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-image: none;
    position: relative;
}

/* .carousel-control-next-icon::after {
    content: "";
    background-image: url(../images/right.png);
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.carousel-control-prev-icon::after {
    content: "";
    background-image: url("{{ asset('main/images/left.png') }}");
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: #ffffff66;
    border-radius: 50%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 2.5rem;
    height: 2.5rem;
}

/* 5. TRENDING_SLIDER CSS */

.trending-slider .categoris-name {
    text-align: center;
    padding: 20px 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #414954;
}

.trending-slider .slider-inner {
    max-width: 1300px;
    padding: 20px 0px;
    margin: 0 auto;
}

.trending-slider .categoris-img img {
    border-radius: 50%;
}

/* 6. MOBILE_ACCESSORIES CSS */

.mobile-item .owl-nav {
    display: none;
}

/*  7. PRODUCTS CSS */

.products .text {
    font-size: 32px;
    font-weight: bold;
    line-height: 33.6px;
    color: #000;
}

.products .line {
    flex: 1;
    padding: 0px 15px;
}

.products .line div {
    width: 100%;
    height: 1px;
    background: #00000099;
}

.btn {
    font-size: 12.18px;
    font-weight: bold;
}

.products .card-img {
    position: relative;
    justify-items: center;
}

.products .watermarks {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.products .watermarks .fa-heart-o {
    background-color: #fff;
    border-radius: 5px;
    font-size: 18px !important;
    padding: 7px;
}

.products .watermarks .like-btn ,
.products .watermarks .cart-btn {
    cursor: pointer;
}

.products .watermarks .sall-btn a {
    font-size: 12.78px;
    line-height: 18.1px;
    font-weight: 600;
    background-color: #404553;
}

.products .watermarks .cart-btn {
    box-shadow: 0px 2.0px 4.0px 0px #00000026;
}

.products .watermarks .reviews .reviews-text {
    font-size: 11.67px;
    color: #404553;
    line-height: 19.7px;
}

.products .watermarks .reviews .star-text {
    font-size: 7.5px;
    line-height: 12.1px;
    color: #404553;
}

.products .card-body .card-title p {
    font-size: 12.67px;
    list-style: 17.5px;
    color: #404553;
    font-weight: 600;
}

.products .product-you-like .card-body .price {
    font-size: 11.08px;
    line-height: 11.1px;
    display: flex;
    flex-direction: row;
    row-gap: 10px;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}
.products .product-you-like .card-body .price span,
.products .product-you-like .card-body .price span del{
    font-family:syne !important;
}

.products .card-body .price del {
    color: #7E859B;
    font-family:syne !important;
}

.products .card-body .card-texts {
    border-top: 1px solid rgba(0, 0, 0, .125);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 166px;
    position: relative;
}

.products .card-body .card-texts form button {
    width: 100%;
}

.products .card-body .price .current-price {
    font-size: 14.93px;
    font-weight: bold;
    line-height: 16.6px;
    color:#404553;
    font-family: 'Syne';
}


.products .card-body .price .current-price span{
        font-weight: 100;
}

.products .card-body .free-delivery {
    font-size: 12.08px;
    line-height: 16.9px;
}

.products .card-body .card-btn a {
    font-size: 14.1px;
    font-weight: bold;
}
a.text-white.new-cart {
    display: flex;
    gap: 5px;
    padding-right:10px;
}
.product-card-slider .owl-stage {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    height: 100%;
}

.product-card-slider .owl-carousel.owl-drag .owl-item {
    height: 100%;
}

.product-card-slider {
    display: grid !important;
    grid-template-columns: 16% 16% 16% 16% 16% 16%;
}


.product-card-slider .card {
    height: 100%;
}

/* 8. FOOTER CSS */

footer{
    z-index:0;
}
.union_image{
    z-index: -1;
}

footer .footer-banner {
    background-color: #eaf3fc;
}

footer {
    background-color: #F5FAFF;
}

footer .footer-banner .left-col h5 {
    font-size: 17.29px;
    line-height: 29.4px;
    font-weight: bold;
    color: #000;
}

footer .footer-banner .left-col p {
    font-size: 14px;
    line-height: 19.6px;
    color: #596690;
}

footer .footer-banner .right-col .social-link .text p {
    font-size: 10.5px;
    line-height: 16.3px;
    color: #596690;
    font-weight: 700;
}

footer .footer-banner .right-col .social-link .text h5 {
    font-size: 17.17px;
    line-height: 27.8px;
    color: #000;
    font-weight: 700;
}


footer .footer-text p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

footer .footer-responsive-links h5,
footer .footer-links h5 {
    font-size: 12.27px;
    line-height: 21.6px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

footer .accordion-body ul ,
footer .footer-links ul {
    display: flex;
    flex-direction: column;
}

footer .footer-responsive-links a,
footer .footer-links a {
    font-size: 13.89px;
    line-height: 19.63px;
    color: #000;
    padding-bottom: 10px;
}

footer .footer-responsive-links a,
footer .footer-links a {
    font-size: 13.89px;
    line-height: 19.63px;
    color: #000;
    padding-bottom: 10px;
}

footer .footer-inner .social p {
    font-size: 11.59px;
    line-height: 19.6px;
    font-weight: bold;
    color: #000;
}

footer .footer-inner .social {
    border-bottom: 1px solid #00000087;
}

footer .copyright span {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

footer .accordion-button::after {
    width: 15px;
    height: 15px;
    background-size: contain;
}

.image_object_fit{
    height: 16em !important;
    object-fit: fill;
}

.hero-slider,
.trending-banner,
.product-banner{
    /*display:none !important;*/
}

.mobile-item .image-title{
    text-align: center;
    width: 70%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 15px;
    padding-top: 10px;
}

button.carousel-control-next {
    width: auto !important;
    height: fit-content !important;
    top: 50% !important;
    right: 4% !important;
    border-radius: 30px !important;
}

button.carousel-control-prev{
    width: auto !important;
    height: fit-content !important;
    top: 50% !important;
    left: 4% !important;
    border-radius: 30px !important;
}

.banner-mobile{
    display: none !important;
}
.banner{
    display: block !important;
}

/* 9. RESPONSIVE  */

@media screen and (max-width:1400px) {
    header .navbar-collapse form {
        width: 25% !important;
    }

    .trending-slider .slider-inner {
        max-width: 85%;
    }

    header .navigation-links .categories {
        width: 14%;
    }

    header .navigation-links .links {
        width: 85%;
    }

    .trending-slider .categoris-name {
        font-size: 12px;
        line-height: 16px;
    }

    .products .text {
        font-size: 22px;
    }

    .title-line {
        font-size: 22px;
        line-height: 25px;
    }
}

@media screen and (max-width:1024px) {

    .container {
        max-width: 100%;
        padding: 0px 20px;
    }

    header .navbar-expand-lg {
        display: none;
    }

    header .respnsive-navbar {
        display: block !important;
    }

    header .respnsive-navbar .menu button {
        box-shadow: none !important;
    }

    header .navigation-links {
        display: none;
    }

    header .offcanvas-header h5 {
        font-size: 12.41px;
        font-weight: bold;
        color: #000;
    }

    header .language-selectmobail .language {
        border-radius: 8px;
        padding: 10px;
    }

    header .offcanvas-body .accordion-button {
        border: 0px !important;
    }

    header .offcanvas-body .accordion-body a,
    header .offcanvas-body .accordion-button,
    header .offcanvas-body .categories a {
        font-size: 12.41px;
        font-weight: bold;
        color: #000;
    }

    header .menu .offcanvas-body .p-3 {
        padding: 13px !important;
    }

    header .accordion-button::after {
        background-image: url("../images/add.png");
    }

    header .accordion-button:not(.collapsed)::after {
        background-image: url("../images/add.png");
        transform: rotate(0deg);
    }

    .trending-banner,
    .hero-slider .banner {
        display: none;
    }

    .hero-slider .hero-slider-slide {
        width: 100%;
    }

    .hero-slider .hero-slider-slide .dots {
        display: block !important;
    }

    .hero-slider .hero-slider-slide .carousel-control-next,
    .hero-slider .hero-slider-slide .carousel-control-prev {
        display: none;
    }

    .hero-slider .carousel-indicators button {
        border-radius: 10px;
        border: 0px !important;
    }

    .hero-slider .carousel-indicators .active {
        border-radius: 10px;
        background-color: #F30306 !important;
    }

    .products .container {
        padding: 0px 20px !important;
    }

    .products .product-title {
        justify-content: center !important;
    }

    .products .product-card-slider {
        /*display: block !important;*/
    }

    .products .product-card {
        justify-content: space-between;
        display: grid !important;
        grid-template-columns: 50% 50%;
    }

    .product-you-like .product-btn {
        display: block !important;
    }

    .product-you-like:nth-child(1) {
        /*background-image: url("../images/product-you-like_background.png");*/
        width: 100%;
        height: 100%;
        padding: 20px 0px;
        margin-bottom: 30px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .products .owl-carousel .owl-item img {
        width: auto;
    }

    .product-card-slider .owl-nav {
        display: none;
    }

    .mobile-accessories .title-line span::before,
    .mobile-accessories .title-line span::after,
    .trending-slider .title-line span::after,
    .trending-slider .title-line span::before {
        display: none;
    }

    footer .footer-inner .links-row {
        display: block;
    }

    footer .footer-inner .col-md-8,
    footer .footer-inner .col-md-3 {
        width: 100% !important;
    }
    .hero-slider .slider-inner{
        flex-direction: column;
    }
    .hero-slider .banner{
        display: none !important;
    }
}

@media screen and (max-width:767px) {
    .product-card-slider .card:nth-child(5),
    .product-card-slider .card:nth-child(6){
        display:none !important;
    }
    .image_object_fit {
        height: 10em !important;
        object-fit: fill;
    }
    #header-search .btn{
        background:none !important;
    }
    .banner-mobile{
        display: block !important;
    }
    .banner{
        display: none !important;
    }

    footer .footer-banner .left-col {
        text-align: center;
        padding-bottom: 20px;
    }

    footer .footer-banner .right-col div {
        padding-bottom: 10px;
    }

    footer .footer-banner .right-col {
        width: 35%;
        margin: 0 auto;
    }

    footer .footer-banner .right-col .social-link {
        justify-content: start !important;
    }

    footer .footer-inner .footer-links {
        display: none !important;
    }

    footer .accordion-item .accordion-button {
        font-size: 12.27px;
        line-height: 21.6px;
        font-weight: bold;
        color: #000 !important;
        box-shadow: none !important;
        border: 0px !important;
    }

    footer .accordion-button::after {
        background-image: url("../images/pluse.svg");
    }

    footer .accordion-button:not(.collapsed)::after {
        background-image: url("../images/pluse.svg");
        transform: rotate(0deg);
    }

    footer .accordion-item {
        background: #F5FAFF;
    }

    footer .footer-inner .social {
        text-align: center;
    }

    .title-line {
        font-size: 18px;
        line-height: 25px;
    }
}

@media screen and (max-width:540px) {

    .products .text {
        font-size: 16px !important;
    }

    .title-line {
        font-size: 16px;
        line-height: 25px;
    }

    .products .product-card {
        grid-template-columns: 48% 48%;
    }

    .products .card-body .card-btn a,
    .products .card-body .card-title p {
        font-size: 11px;
    }

    footer .footer-banner .right-col {
        width: 70%;
    }

    .trending-slider .slider-inner {
        max-width: 100%;
        padding: 0px 55px;
    }

    .owl-next img,
    .owl-prev img {
        width: 80%;
        height: 80%;
    }
}