﻿@media (min-width: 1366px) {
    .favorites-page {
        min-height: 700px;
    }

    .card-style-2 {
        min-height: 298px;
    }

}

@media (min-width: 1280px) {
    #header .container-fluid {
        max-width: 95%;
    }

    .social-section {
        margin: 0;
        text-align: right;
    }
}

@media (min-width: 1400px) {
    .card-style-1 {
        min-height: 254px;
    }

    .card-style-2 {
        min-height: 420px;
    }

}

@media (max-width: 1200px) {

    .user-controllers {
        -ms-flex-pack: center !important;
        justify-content: center !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .slider-style-2 .slide-image {
        flex: 100%;
        max-width: 100%;
        /* background-size: contain !important; */
        height: 100%;
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        background-position: 40% bottom !important;
        /* background: transparent !important; */
        background-size: 800px !important;
    }

    .slider-style-2 .slide-image img {
        display: none !important;
    }

    .slider-style-2 .slide-description {
        z-index: 2;
        padding-top: 12rem;
        padding-bottom: 6rem;
    }
}

@media (min-width: 1200px) {
    .tab-installment .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tab-installment .table thead th {
        min-width: 110px;
        font-weight: 500;
        font-size: 0.84rem;
        border: 0;
    }

    .user-controllers {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        z-index: 3;
    }
}

@media (min-width: 1025px) {
    .navbar-nav>li ul {
        min-width: unset !important;
    }

    .down-menu {
        display: none;
    }

    .hide-categories .dynamic-menu,
    .hide-categories .main-nav {
        display: none;
    }



    .dmenu-style-1 .navbar-nav li a {
        font-size: 13px;
        padding: 0px 16px !important;
        font-family: 'poppins';
        border-right: 1px solid #d0cece;
        /* color: #656363; */
    }

    .dmenu-style-1 .navbar-nav li:first-child a {
        padding-left: 0 !important;
    }

    .dmenu-style-1 .navbar-nav li a i {
        font-size: 18px;
        float: left;
    }

    .dmenu-style-1 .navbar-nav li a i:before {
        margin-right: 4px;
    }

    .mega-item {
        position: unset !important;
    }

    .main-nav .navbar-nav>li>a {
        line-height: 68px;
        font-size: 13px;
        padding: 0px 1.3rem !important;
        font-weight: 500 !important;
        color: #292929;
        letter-spacing: -0.14px;
        font-family: 'rubik', sans-serif;
        position: relative;
    }

    .main-nav .navbar-nav>li:first-child>a {
        padding-left: 0 !important;
    }



    .main-nav .dropdown-toggle::after {
        border: none !important;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin: 0;
        padding: 0;
        font-size: 11px;
        right: 0;
        vertical-align: 0;
        content: "\f282" !important;
        font-family: bootstrap-icons !important;
    }

    .main-nav .navbar-nav>li>a:after {
        position: unset;
        right: unset !important;
        margin-left: 5px;
    }

    .main-nav .navbar-nav>li ul {
        display: block;
        opacity: 0;
        border-radius: 0;
        position: absolute;
        padding: 0;
        z-index: 99;
        top: 100%;
        background: #ffffff;
        width: 312px;
        text-align: left;
        left: 0;
        transform-origin: top;
        -webkit-transform: perspective(5em) rotateX(-90deg);
        -moz-transform: perspective(5em) rotateX(-90deg);
        -ms-transform: perspective(5em) rotateX(-90deg);
        -o-transform: perspective(5em) rotateX(-90deg);
        transform: perspective(5em) rotateX(-90deg);
        -webkit-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        margin: 0;
        border: 0 !important;
    }

    .main-nav .navbar-nav>li .dropdown-menu li>a.dropdown-toggle:after {
        content: "\f105" !important;
        float: right;
    }

    .main-nav .navbar-nav>li>ul>li>a {
        line-height: 44px;
        padding: 0px 30px !important;
        font-size: 14px;
        font-weight: 400;
        color: #353434;
        border-bottom: 1px solid #efefef;
        margin-bottom: 10px;
    }

    .main-nav .navbar-nav>li ul li>a:hover {
        color: #f56e6e;
    }

    .main-nav .navbar-nav>li:hover ul {
        display: block;
        transition-timing-function: ease;
        transition-duration: .4s;
        transition-property: opacity, transform;
        visibility: visible;
        opacity: 1;
        -webkit-transform: perspective(0em) rotateX(0deg);
        -moz-transform: perspective(0em) rotateX(0deg);
        -ms-transform: perspective(0em) rotateX(0deg);
        -o-transform: perspective(0em) rotateX(0deg);
        transform: perspective(0em) rotateX(0deg);
    }

    .main-nav .navbar-nav>li>ul>li:hover {
        background: #fbfbfb;
    }

    .main-nav .navbar-nav>li>ul>li ul {
        display: none !important;
        top: -1px;
        border: 1px solid #efefef !important;
        /* min-width: 300px !important; */
    }

    .main-nav .navbar-nav>li>ul>li:hover ul {
        display: block !important;
        position: absolute;
        left: 100%;
        opacity: 1;
        width: unset;
    }

    .main-nav .navbar-nav>li>ul>li>ul>li a {
        line-height: 52px;
        padding: 0px 30px !important;
        font-size: 14px;
        font-weight: 400;
        color: #605b5b;
        border-bottom: 1px solid #efefef;
    }

    .mega-menu .navbar-nav>li>ul {
        width: 780px;
        padding: 10px 20px !important;
        box-shadow: -1px 8px 16px #b3b3b32e;
    }

    .main-nav .navbar-nav>li .badge {
        position: absolute;
        top: -11px;
        right: 0;
        background: #fa5d78;
        color: white;
        padding: 0px 8px;
        line-height: 24px;
        letter-spacing: 0.2px;
        font-weight: 600;
    }

    .main-nav .navbar-nav>li .badge:after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 9px;
        font-size: 17px;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #fa5d78;
    }

    .main-nav .navbar-nav>li:nth-child(1) .badge,
    .main-nav .navbar-nav>li:nth-child(3) .badge,
    .main-nav .navbar-nav>li:nth-child(5) .badge,
    .main-nav .navbar-nav>li:nth-child(7) .badge {
        background: #ee3333;
    }

    .main-nav .navbar-nav>li:nth-child(1) .badge:after,
    .main-nav .navbar-nav>li:nth-child(3) .badge:after,
    .main-nav .navbar-nav>li:nth-child(5) .badge:after,
    .main-nav .navbar-nav>li:nth-child(7) .badge:after {
        border-top: 7px solid #ee3333;
    }

    .mega-menu .navbar-nav>li>ul>li {
        width: 33.333333%;
        float: left;
        padding: 10px;
        background: transparent !important;
    }

    .mega-menu .navbar-nav>li>ul>li>ul {
        position: unset !important;
        border: 0 !important;
        display: block !important;
        width: unset !important;
    }

    .mega-menu .navbar-nav>li>ul>li>a {
        font-weight: 500 !important;
        padding: 0 !important;
    }

    .mega-menu .navbar-nav>li>ul>li>ul>li>a {
        border: 0;
        line-height: 40px;
        font-size: 14px;
        padding: 0 !important;
    }

    .mega-menu .navbar-nav>li .dropdown-menu li>a.dropdown-toggle:after {
        content: "";
        opacity: 0;
    }

    .dmenu-style-2 .navbar-nav li a {
        font-weight: 600;
        font-size: 16px;
    }

    .dmenu-style-2 .navbar-nav li a i {
        width: 44px;
        height: 44px;
        background: #F1F1F1;
        border-radius: 50%;
        text-align: center;
        line-height: 44px;
        margin-right: 12px;
    }

    .dmenu-style-2 .navbar-nav li:first-child a i {
        background: #63DFA9;
        color: white;
    }

    /* PRODUCT CATEGORIES MODULE */
    .top-categories .navbar-nav>li>a {
        font-weight: 600 !important;
        padding: 0 24px !important;
        line-height: 62px;
        border-right: 1px solid #f0f0f0;
    }

    .top-categories .navbar-nav>li:first-child a {
        padding-left: 0 !important;
    }

    .top-categories .navbar-nav>li:last-child a {
        border-right: 0;
    }

    .top-categories .dropdown-toggle::after {
        border: none !important;
        font-family: "Font Awesome 5 Free";
        content: "\f078" !important;
        font-weight: 900;
        margin: 0;
        padding: 0;
        font-size: 11px;
        right: 0;
        vertical-align: 0;
    }

    .top-categories .navbar-nav>li>a:after {
        position: unset;
        right: unset !important;
        margin-left: 5px;
    }


    .top-categories .navbar-nav>li .dropdown-menu {
        display: block;
        opacity: 0;
        border-radius: 0;
        position: absolute;
        padding: 30px 34px;
        overflow: hidden;
        z-index: 99;
        top: 100%;
        background: #ffffff;
        width: 312px;
        text-align: left;
        left: 0;
        transform-origin: top;
        -webkit-transform: perspective(5em) rotateX(-90deg);
        -moz-transform: perspective(5em) rotateX(-90deg);
        -ms-transform: perspective(5em) rotateX(-90deg);
        -o-transform: perspective(5em) rotateX(-90deg);
        transform: perspective(5em) rotateX(-90deg);
        -webkit-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        /* -webkit-box-shadow: 0 0 30px rgba(33, 38, 49, 0.3); */
        -ms-box-shadow: 0 0 30px rgba(33, 38, 49, 0.3);
        -o-box-shadow: 0 0 30px rgba(33, 38, 49, 0.3);
        -moz-box-shadow: 0 0 30px rgba(33, 38, 49, 0.3);
        /* box-shadow: 0 0 30px rgb(235, 213, 215); */
        margin: 0;
        border: 0 !important;
        /* -webkit-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.08); */
        box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.08);
    }

    .top-categories .navbar-nav>li .dropdown-menu li>a {
        line-height: 42px;
        padding: 0px;
        font-size: 14px;
        font-weight: 500;
        color: #1b1b1b;
        border-bottom: 1px solid #efefef;
    }

    .top-categories .navbar-nav>li .dropdown-menu li>a:hover {
        color: #34b5bf;
    }

    .main-nav .navbar-nav>li .dropdown-menu li>a:hover {
        color: #d24747;
    }

    .top-categories .navbar-nav>li:hover .dropdown-menu {
        display: block;
        transition-timing-function: ease;
        transition-duration: .4s;
        transition-property: opacity, transform;
        visibility: visible;
        opacity: 1;
        -webkit-transform: perspective(0em) rotateX(0deg);
        -moz-transform: perspective(0em) rotateX(0deg);
        -ms-transform: perspective(0em) rotateX(0deg);
        -o-transform: perspective(0em) rotateX(0deg);
        transform: perspective(0em) rotateX(0deg);
    }

    /* PRODUCT CATEGORIES MODULE */


    .footer-menu .navbar-nav>li>ul {
        display: block;
        border: 0;
        background: transparent;
        position: unset !important;
    }

    .footer-menu .navbar-nav {
        display: block;
        width: 100%;
        padding-left: 5rem;
    }

    .footer-menu .navbar-nav>li {
        display: inline-block;
        width: 49%;
        /* float: left; */
    }

    .footer-menu .navbar-nav>li>a {
        font-weight: 600;
        font-size: 18px;
    }

    .footer-menu .navbar-nav>li>.dropdown-menu>li>a {
        font-size: 13px;
        line-height: 24px;
        color: #817f7f;
    }

    .footer-menu .navbar-nav>li>a:after {
        opacity: 0;
    }
}

@media (min-width: 1024px) {

}

@media (min-width: 1025px) {
    .category-sidebar-header {
        display: none;
    }

    .filter-open {
        display: none;
    }

    .product-filter {
        display: block !important;
    }

    .filter-close {
        display: none;
    }
}



@media (max-width: 1024px) {
    .footer-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-menu {
        margin: 30px 0px;
    }

    .footer-bottom .paragraph-module p,
    .footer-bottom .paragraph-module p a {
        text-align: center;
    }

    .col-product-list {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .main-nav .navbar-toggler {
        margin: 0;
        padding: 0;
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 40px;
        justify-content: end;
        background: transparent;
        border: 0;
        color: #191919;
        font-size: 28px;
    }
    .main-nav .navbar-toggler .navbar-toggler-icon:before {
        content: "\f479";
        font-family: bootstrap-icons !important;
}
    .main-nav .dynamic-menu {
        display: block;
    }

    .social-section {
        margin-bottom: 30px;
    }

    .hide-categories .logo {
        float: left;
    }

    .hide-categories .main-nav {
        float: right;
    }

    .hide-categories {
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .last-child-none ul li:last-child {
        display: none;
    }

    .last-child-none ul li a {
        border-right: 0 !important;
    }

    .product-filter {
        display: none;
        transition: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 5;
        background: white;
        height: 100%;
        max-width: 370px;
        border-radius: 0;
        border: 0;
        box-shadow: 9px 0px 35px 0 rgb(15 15 15 / 34%);
        overflow-y: scroll;
    }

    .filter-header {
        padding: 19px 20px !important;
        position: fixed;
        width: 370px;
    }

    .filter-content {
        padding-bottom: 49px;
        overflow: scroll;
        padding-top: 82px;
    }

    .filter-button {
        border-radius: 0;
        position: fixed;
        bottom: 0;
        max-width: 370px;
    }

    .filter-close {
        position: absolute;
        right: 20px;
        background: transparent;
        border: 0;
        font-size: 22px;
    }

    .product-filter.collapsing {
        -webkit-animation: slideInLeft .5s;
        animation: slideInLeft .5s;
        display: block;
    }

    .product-filter.show {
        -webkit-animation: slideInLeft .5s;
        animation: slideInLeft .5s;
        display: block;
    }

    .logo a {
        display: block;
        padding: 12px 0px;
    }

    .dmenu-style-1 .navbar-nav li a {
        /* font-size: 12px; */
        padding: 0px 12px !important;
        font-family: 'poppins';
        border-right: 1px solid #d0cece;
    }

    .order-mobile {
        order: 3;
    }

    .slider-style-1 .item {
        margin: 0px auto;
        padding: 5rem 0rem;
    }

    .slider-style-1 .slide-image {
        background: none !important;
    }

    /* CATEGORY NAV */
    .top-categories .navbar-toggler {
        padding: 2px 0px !important;
        border: 0;
        width: 100%;
    }

    .top-categories .navbar-toggler span {
        line-height: 38px;
        height: unset;
        width: unset;
        /* font-size: 22px; */
    }

    .top-categories .navbar-collapse {
        position: fixed !important;
        left: -100%;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        box-shadow: 20px 80px 100px 0 rgba(24, 37, 66, 0.63);
        background: #222232;
        z-index: 99;
    }

    .top-categories .navbar-collapse.show {
        -webkit-animation: slideInLeft 0.5s;
        animation: slideInLeft 0.5s;
        width: 80%;
        max-width: 320px;
        overflow-y: scroll;
    }

    .top-categories .navbar-nav>li>a {
        color: white;
        padding: 0px 20px;
        line-height: 56px;
        border-bottom: 1px solid #3e3d3d;
        color: #d8d8d8;
    }

    .top-categories .navbar-nav>li>.dropdown-toggle::after {
        position: absolute;
        right: 28px;
        padding: 0px 8px;
        top: 16px;
        height: 26px;
        line-height: 26px;
        color: #ffffff;
        border-radius: 3px;
        border: 1px solid #2db0bb !important;
        background: #2db0bb;
        font-family: "Font Awesome 5 Free";
        content: "\f078" !important;
        font-weight: 900;
    }

    .top-categories .navbar-nav>li>ul {
        background: transparent;
        border: 0;
    }

    .top-categories .navbar-nav>li>ul>li>a {
        font-size: 13px;
        padding: 0px 20px 0px 46px;
        line-height: 56px;
        border-bottom: 1px solid #3e3d3d;
        color: #d8d8d8;
    }

    /* CATEGORY NAV */
    /* MAIN NAV */
    .category-sidebar-header .sidebar-toggler {
        padding: 0;
        border: 0;
        width: 24px;
    }

    .category-sidebar-header .sidebar-toggler:before {
        content: "\e646";
        font-family: 'themify';
        color: white;
        font-size: 16px;
        text-align: center;
    }

    .collapse.show .sidebar-toggler:after {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        right: 0;
    }

    .category-sidebar-header {
        padding: 20px 20px;
        text-align: right;
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .category-sidebar-header h4 {
        font-size: 16px;
        color: white;
        margin: 0;
        font-weight: 400;
    }

    .mega-menu .badge {
        display: none;
    }

    .image-menu {
        display: none;
    }

    .main-nav ul>li .nav-link.dropdown-toggle:after {
        opacity: 0;
    }

    .main-nav .navbar-collapse.show {
        -webkit-animation: slideInLeft 0.5s;
        animation: slideInLeft 0.5s;
        width: 80%;
        max-width: 320px;
        overflow-y: scroll;
    }

    .main-nav .navbar-collapse {
        position: fixed !important;
        left: -100%;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        box-shadow: 20px 80px 100px 0 rgba(24, 37, 66, 0.63);
        background: #272727;
        z-index: 99;
    }

    .main-nav .navbar-collapse:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        /* background: #ef4647eb; */
        z-index: -1;
    }

    .main-nav .collapsing {
        transition: unset;
        height: 100%;
    }

    .main-nav .dropdown-menu {
        background: transparent;
        border: 0;
        margin: 0;
        padding: 0px 0px 0px 14px;
    }


    .main-nav .dropdown .down-menu::after {
        font-family: "Font Awesome 5 Free";
        content: "\f078" !important;
        font-weight: 900;
        border: 0;
        margin: 0;
        font-size: 14px;
    }

    .main-nav .navbar-nav li.show>.down-menu {
        background: #eeebeb;
        color: black;
    }

    .main-nav .navbar-nav li.show>.down-menu:after {
        content: "\f077" !important;
    }



    .down-menu {
        position: absolute;
        right: 18px;
        padding: 0 !important;
        top: 16px;
        line-height: 30px;
        color: #ffffff;
        border-radius: 50%;
        border: 0;
        background: #de535e;
        height: 30px;
        width: 30px;
    }

    /* MAIN NAV */
    /* FOOTER MENU MOBILE */
    .social-menu .navbar-nav li>a {
        background: black;
        margin-right: 9px;
        width: 46px;
        height: 46px;
        color: white;
        line-height: 46px;
        padding: 0;
        text-align: center;
        border-radius: 50%;
    }

    .footer-menu .navbar-toggler {
        border: 1px solid white;
        color: white;
    }

    .footer-menu .navbar-toggler span {
        padding: 0;
        width: unset;
        height: unset;
    }

    .footer-menu .navbar-nav li .dropdown-menu {
        display: none;
    }

    .footer-menu .navbar-nav li .dropdown-menu.show {
        display: block;
        left: 0;
        top: 100%;
        position: relative;
        border: 0;
        border-radius: 0;
        padding: 10px 20px;
        z-index: 1;
        margin-bottom: 12px;
    }

    .footer-menu .navbar-nav li {
        display: block;
        position: relative;
    }

    .footer-menu .navbar-nav>li>a {
        font-size: 15px;
        line-height: 52px;
        padding: 0 20px !important;
        background: white;
        margin-bottom: 4px;
        font-weight: 500;
    }

    .footer-menu .navbar-nav li .dropdown-menu a {
        font-size: 14px;
        color: #4e4a4a;
    }

    .footer-menu .navbar-nav {
        display: block !important;
        width: 100%;
    }

    .footer-menu .navbar-nav>li>a:after {
        display: block;
        content: "";
        width: 32px;
        height: 32px;
        line-height: 32px;
        background: #272d34;
        position: absolute;
        top: 10px;
        color: #fff7f7;
        text-align: center;
        font-size: 14px;
        border-radius: 3px;
        position: absolute;
        right: 14px;
        font-family: "Font Awesome 5 Free";
        content: "\f078" !important;
        font-weight: 900;
        border: 0;
        margin: 0;
    }

    .footer-menu .navbar-nav>li.show>a:after {
        content: "\f077" !important;
    }

    .footer-menu .navbar-toggler {
        border: 1px solid white;
        color: white;
    }

    .footer-menu .navbar-toggler span {
        padding: 0;
        width: unset;
        height: unset;
    }

    /* FOOTER MENU MOBILE */
}

@media (max-width: 812px) {
    .product-price {
        zoom: 0.82;
    }

    .slider-style-1 .slide-description {
        margin-bottom: 40px;
    }

    .product-slider-module .nav-tabs>li {
        /* display: block; */
        margin-bottom: 10px !important;
    }

    .product-slider-module .nav-tabs>li a {
        width: 100%;
        margin: 0;
        padding: 0px 12px;
    }
}

@media (max-width: 768px) {

    .slider-style-2 .slide-description h2 {
        font-size: 39px;
    }
}

@media (max-width: 680px) {
    .blog-slider-style-1 .blog-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .blog-slider-style-1 .blog-item .avatar {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 20px;
    }

    .blog-slider-style-1 .blog-item .blog-item-descriptions {
        flex: 100%;
        max-width: 100%;
        padding: 0;
    }
}

@media (max-width: 480px) {
    #header {
        padding: 1.8rem 0px;
    }

    .user-controllers {
        margin-top: 26px;
    }

    .slider-style-2 {
        background: #f0f1f3;
        margin-top: -192px;
    }

    .card-style-2 .card-title {
        font-size: 20px;
        margin: 12px 0px;
    }

    .card-style-2 .card-text {
        margin-bottom: 8px;
    }

    .card-style-2 .card-body {
        padding: 0px 20px;
        padding-bottom: 34px;
        max-width: 200px;
        top: 29px;
        zoom: 0.8;
    }

    .card-style-2 {
        margin-bottom: 20px;
    }
}

@media (max-width: 440px) {
    .dmenu-style-1 .navbar-nav li:last-child a {
        border-right: 0;
    }

    .dmenu-style-1 .navbar-nav li a i {
        display: none;
    }
}

@media (max-width: 410px) {}


@media (min-width: 375px) and (max-width: 812px) and (orientation: landscape) {
    .col-product-list {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-product-list .col-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    .actual-menu .navbar-nav>li>a {
        padding: 0 8px !important;
        font-size: 14px;
    }

    .main-nav .navbar-nav>li>a {
        padding: 0 1.2rem !important;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
    .col-product-list {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .main-nav nav {
        float: right;
    }

    /*.header .col-xl-2 {
            -ms-flex: 0 0 70%;
            flex: 0 0 70%;
            max-width: 70%;
        }

        .header .user-controllers {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .header .col-xl-7 {
            -ms-flex: 0 0 50%;
            flex: 0 03 0%;
            max-width: 30%;
        }*/
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .slider-style-1 {
        min-height: 534px;
        background: #F6F6F6;
    }

    .slider-style-1 .slide-image {
        display: none;
    }

    .ap-style-1 {
        display: block;
    }

    .ap-style-1 .advanced-paragraph-content {
        padding-left: 0;
        margin-top: 10px;
    }
    .ap-style-2 {
        zoom: 0.8;
    }

    .blog-slider-style-1 .blog-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .blog-slider-style-1 .blog-item .avatar {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 20px;
    }

    .blog-slider-style-1 .blog-item .blog-item-descriptions {
        flex: 100%;
        max-width: 100%;
        padding: 0;
    }

    #section-mobil-uygulamalar .col-md-6 {
        max-width: 100% !important;
        flex: 0 0 100%;
    }
}



/* HTML EDITOR */
.module.html-editor-module {
    min-height: 40px;
}

.html-editor-module h2,
.html-editor-module h2,
.html-editor-module h3 {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 30px;
}

.html-editor-module p {
    line-height: 2;
    font-size: 15px;
    margin-bottom: 10px;
    font-family: Rajdhani, sans-serif;
    font-weight: 500;
}

.html-editor-module iframe {
    border: 16px solid #f7f7f7 !important;
}

.html-editor-module .progress {
    margin-bottom: 55px;
    position: relative;
    overflow: visible;
    height: 6px;
    border-radius: 36px;
}

.map p {
    margin-bottom: 0 !important;
}

.progress-bar p {
    position: absolute;
    right: 10px;
    top: -28px;
    color: #444343;
    font-size: 12px;
}

.html-editor-module .progress label {
    display: block;
    position: absolute;
    top: -30px;
    color: black;
    font-size: 15px;
    font-weight: 500;
}

/* HTML EDITOR */

.swal-button,
.swal-button:active {
    background-color: #252525 !important;
    font-weight: 400;
    font-size: 16px;
    border-color: #252525;
}

.swal-button:hover,
.swal-button:not([disabled]):hover {
    background: black !important;
}

.swal-footer {
    text-align: center;
}

.swal-button:not([disabled]):hover {
    background-color: #269ef6 !important;
}

.footer-bottom {
    padding: 14px 0px;
}

.footer-bottom .paragraph-module p,
.footer-bottom .paragraph-module p a {
    margin: 0;
    line-height: 30px;
    color: #a4a0a0;
    font-weight: 400 !important;
}



/* ZOOM */
/* Compatibility styles for frameworks like bootstrap, foundation e.t.c */
.xzoom-source img,
.xzoom-preview img,
.xzoom-lens img {
    display: block;
    max-width: none;
    max-height: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

/* --------------- */

/* xZoom Styles below */
.xzoom-container {
    display: block;
}

.xzoom-thumbs {
    text-align: center;
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.xzoom-thumbs .image-zoom-container {
    border: 1px solid #e3e3e3;
}

.xzoom-thumbs>div {
    padding: 5px !important;
}

.xzoom {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
    width: 100% !important;
}

.xzoom2,
.xzoom3,
.xzoom4,
.xzoom5 {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

/* Thumbs */
.xzoom-gallery,
.xzoom-gallery2,
.xzoom-gallery3,
.xzoom-gallery4,
.xzoom-gallery5 {
    width: 100%;
}

.xzoom-source,
.xzoom-hidden {
    display: block;
    position: static;
    float: none;
    clear: both;
}

/* Everything out of border is hidden */
.xzoom-hidden {
    overflow: hidden;
}

/* Preview */
.xzoom-preview {
    border: 1px solid #ededed;
    background: #fdffff;
    /* box-shadow: 0px 0px 16px rgb(211 211 211 / 29%); */
}

/* Lens */
.xzoom-lens {
    border: 1px solid #555;
    box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.50);
    cursor: crosshair;
}

/* Loading */
.xzoom-loading {
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    opacity: .7;
    background: url(../images/xloading.gif);
    width: 48px;
    height: 48px;
}

/* Additional class that applied to thumb when it is active */
.xactive {
    border: 1px solid #4aaad2;
}

/* Caption */
.xzoom-caption {
    position: absolute;
    bottom: -43px;
    left: 0;
    background: #000;
    width: 100%;
    text-align: left;
}

.xzoom-caption span {
    color: #fff;
    font-family: Arial, sans-serif;
    display: block;
    font-size: 0.75em;
    font-weight: bold;
    padding: 10px;
}

/* ZOOM */
/*#region typeahead css */
.twitter-typeahead,
.tt-hint,
.tt-input,
.tt-menu,
.tt-dropdown-menu {
    width: 100% !important;
}


.typeahead,
.tt-query,
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 2px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    /* margin: 12px 0; */
    padding: 18px;
    background-color: #fff;
    border: 2px solid #eaeaea;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px #e3e3e34d;
    -moz-box-shadow: 0 5px 10px #e3e3e34d;
    box-shadow: 0 5px 10px rgb(227 227 227 / 30%);
    border-top: 0;
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}

.tt-menu a {
    font-size: 14px;
    font-weight: 300 !important;
    color: #495057;
    line-height: 2;
}

.tt-menu a:hover {
    color: #3ebccb;
}

.gist {
    font-size: 14px;
}

/*#endregion */
.alert-success {
    color: #5ac16f;
    background-color: transparent;
    border-color: #5ac16f;
    border-radius: 36px;
}

.register-success {
    margin-top: 14px;
    margin-bottom: 0;
}

.popover {
    border: 0 !important;
    font-size: 12px;
    font-family: 'poppins', sans-serif;
}

.popover .arrow:before {
    border: 0 !important;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #ee3333;
    border-color: #ee3333;
    box-shadow: unset !important;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: unset !important;
    border-color: #c7c1c1 !important;
}

.skeleton-screen {
    width: 100%;
    height: 148px;
}

.skeleton-screen .avatar {
    float: left;
    width: 120px;
    height: 106px;
    background-color: #f7f9fa;
    border-radius: 24%;
    margin: 8px;
    background-image: linear-gradient(90deg, #f7fafd 0px, #fbfdff 40px, #f7f9fa 80px);
    background-size: 600px;
    animation: shine-avatar 1.6s infinite linear;
    padding: 0;
    margin: 0 16px 0 0;
}

.skeleton-screen .line {
    float: left;
    width: 70%;
    height: 19px;
    margin-top: 12px;
    border-radius: 36px;
    background-image: linear-gradient(90deg, #f7fafd 0px, #fbfdff 40px, #f7f9fa 80px);
    background-size: 600px;
    animation: shine-lines 1.6s infinite linear;
}

.skeleton-screen .avatar+.line {
    margin-top: 15px;
}

.skeleton-screen .line~.line {
    background-color: #f7f9fa;
}

.skeleton-screen .line:nth-child(2) {
    width: 80% !important;
}

.skeleton-screen .line:nth-child(4) {
    width: 60%;
}

.skeleton-screen .line:nth-child(5) {
    width: 40%;
}

@keyframes shine-lines {
    0% {
        background-position: -100px;
    }

    40%,
    100% {
        background-position: 140px;
    }
}

@keyframes shine-avatar {
    0% {
        background-position: -32px;
    }

    40%,
    100% {
        background-position: 208px;
    }
}

/* ── ECategory Offcanvas Mobile Menu ──────────────────────────────── */
.category-mobile {
    --cat-accent:        oklch(58% 0.19 27);
    --cat-accent-light:  oklch(96% 0.04 27);
    --cat-border:        oklch(92% 0.005 260);
    --cat-text:          oklch(28% 0.01 260);
    --cat-text-muted:    oklch(55% 0.01 260);
    --cat-bg:            #fff;
    --cat-row-hover:     oklch(97.5% 0.01 260);
    --cat-radius:        8px;
    --cat-transition:    .28s cubic-bezier(.4,0,.2,1);
    width: 300px !important;
    max-width: 90vw !important;
}

/* Header */
.category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border-bottom: 1px solid var(--cat-border);
    background: var(--cat-bg);
    flex-shrink: 0;
}

.category-header-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.category-header-icon {
    width: 22px;
    height: 22px;
    color: var(--cat-accent);
    flex-shrink: 0;
}

.category-header-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--cat-text);
    letter-spacing: -.01em;
}

.category-header-close {
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cat-text-muted);
    transition: background var(--cat-transition), color var(--cat-transition);
    padding: 0;
}

.category-header-close svg {
    width: 18px;
    height: 18px;
}

.category-header-close:hover {
    background: var(--cat-accent-light);
    color: var(--cat-accent);
}

/* Navigation container */
.category-navigation {
    flex: 1;
    overflow-y: auto;
    padding: 8px 0 16px;
    background: var(--cat-bg);
}

/* Hide accordion checkbox */
.category-accordion-state {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

/* ── Primary level ─────────────────────────────────────────────────── */
.category-primary-group {
    border-bottom: 1px solid var(--cat-border);
}

.category-primary-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px;
    cursor: pointer;
    user-select: none;
    transition: background var(--cat-transition);
}

.category-primary-header:hover {
    background: var(--cat-row-hover);
}

.category-primary-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--cat-text);
    flex: 1;
    min-width: 0;
}

.leaf-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--cat-accent);
    flex-shrink: 0;
}

.category-primary-toggle {
    width: 20px;
    height: 20px;
    color: var(--cat-text-muted);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform var(--cat-transition);
}

.category-primary-toggle svg {
    width: 16px;
    height: 16px;
}

.category-accordion-state:checked + .category-primary-header .category-primary-toggle {
    transform: rotate(180deg);
    color: var(--cat-accent);
}

/* Leaf primary link (no children) */
.category-primary-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 500;
    color: var(--cat-text);
    text-decoration: none;
    transition: background var(--cat-transition), color var(--cat-transition);
}

.category-primary-link:hover {
    background: var(--cat-row-hover);
    color: var(--cat-accent);
}

/* Secondary list (accordion body) */
.category-secondary-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--cat-transition);
}

.category-accordion-state:checked + .category-primary-header + .category-secondary-list,
.category-accordion-state:checked + .category-secondary-header + .category-tertiary-list {
    max-height: 1200px;
}

.category-secondary-inner {
    padding: 6px 0 6px 16px;
    border-left: 2px solid var(--cat-accent-light);
    margin: 0 12px 0 28px;
}

/* ── Secondary level ───────────────────────────────────────────────── */
.category-secondary-group {
    border-bottom: 1px solid var(--cat-border);
}

.category-secondary-group:last-child {
    border-bottom: none;
}

.category-secondary-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 10px 9px 0;
    cursor: pointer;
    user-select: none;
    transition: background var(--cat-transition);
    border-radius: var(--cat-radius);
}

.category-secondary-header:hover {
    background: var(--cat-row-hover);
}

.category-secondary-label {
    font-size: 13px;
    font-weight: 500;
    color: var(--cat-text-muted);
    flex: 1;
    min-width: 0;
}

.category-secondary-toggle {
    width: 18px;
    height: 18px;
    color: var(--cat-text-muted);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform var(--cat-transition);
}

.category-secondary-toggle svg {
    width: 14px;
    height: 14px;
}

.category-accordion-state:checked + .category-secondary-header .category-secondary-toggle {
    transform: rotate(180deg);
    color: var(--cat-accent);
}

.category-tertiary-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--cat-transition);
}

.category-tertiary-inner {
    padding: 4px 0 4px 12px;
    border-left: 2px solid oklch(90% 0.03 27);
    margin-bottom: 4px;
}

/* ── Leaf links ────────────────────────────────────────────────────── */
.category-leaf-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px 7px 0;
    font-size: 12.5px;
    color: var(--cat-text-muted);
    text-decoration: none;
    border-radius: 5px;
    transition: color var(--cat-transition), background var(--cat-transition);
}

.category-leaf-link:hover {
    color: var(--cat-accent);
    background: var(--cat-accent-light);
    padding-left: 4px;
}

.leaf-bullet {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
    opacity: .5;
    flex-shrink: 0;
}

/* ── EPFilter — Product Filter Panel ─────────────────────────────── */
.product-filter-module {
    --pf-accent:        var(--theme-color, #e8541e);
    --pf-accent-light:  oklch(96% 0.03 27);
    --pf-border:        #efefef;
    --pf-text:          #2d2d2d;
    --pf-text-muted:    #777;
    --pf-bg:            #fff;
    --pf-radius:        8px;
    --pf-transition:    .22s ease;
}

/* Panel: desktop sidebar — override Bootstrap offcanvas hiding on ≥lg */
@media (min-width: 992px) {
    .product-filter-module .pf-panel {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        visibility: visible !important;
        transform: none !important;
        border: none !important;
        box-shadow: none !important;
        z-index: 1 !important;
        transition: none !important;
        display: flex !important;
        flex-direction: column;
        border: 1px solid #e0e0e0 !important;
        border-radius: 16px;
    }
}

.pf-panel {
    background: var(--pf-bg);
}

/* Header */
.pf-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #f0f0f0;
    padding: 24px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #1d1c1c;
    background: #f4f4f4;
    border-top-left-radius: 9px;
    overflow: hidden;
    border-top-right-radius: 9px;
}

.pf-title-area {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pf-page-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--pf-text);
    text-decoration: none;
    line-height: 1.3;
}

a.pf-page-title:hover {
    color: var(--pf-accent);
}

.pf-count {
    font-size: 12px;
    color: var(--pf-text-muted);
}

.pf-close {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border: none;
    background: transparent;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pf-text-muted);
    padding: 0;
    transition: background var(--pf-transition), color var(--pf-transition);
}

.pf-close svg {
    width: 17px;
    height: 17px;
}

.pf-close:hover {
    background: #f5f5f5;
    color: var(--pf-accent);
}

/* Body */
.pf-body {
    flex: 1;
    overflow-y: auto;
    padding: 12px 0;
}

/* Filter box */
.pf-box {
    padding: 14px 18px;
    border-bottom: 1px solid var(--pf-border);
}

.pf-box:last-child {
    border-bottom: none;
}

.pf-box-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--pf-text-muted);
    margin: 0 0 10px;
}

/* Category list */
.pf-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pf-cat-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    font-size: 13.5px;
    color: var(--pf-text);
    text-decoration: none;
    transition: color var(--pf-transition);
}

.pf-cat-link:hover {
    color: var(--pf-accent);
}

.pf-cat-count {
    font-size: 10px;
    background: #f4f2f3;
    color: #3b3b3b;
    padding: 0px 8px;
    line-height: 24px;
    letter-spacing: 0.2px;
    font-weight: 400;
    border-radius: 6px;
}

/* Custom checkbox */
.pf-check-label {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 4px 0;
    font-size: 13.5px;
    color: var(--pf-text);
    cursor: pointer;
    user-select: none;
    transition: color var(--pf-transition);
}

.pf-check-label:hover {
    color: var(--pf-accent);
}

.pf-check {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 1px;
    height: 1px;
}

.pf-check-box {
    width: 16px;
    height: 16px;
    border: 1.5px solid #ccc;
    border-radius: 4px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color var(--pf-transition), background var(--pf-transition);
}

.pf-check:checked + .pf-check-box {
    background: var(--pf-accent);
    border-color: var(--pf-accent);
}

.pf-check:checked + .pf-check-box::after {
    content: '';
    width: 4px;
    height: 7px;
    border: 1.5px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg) translateY(-1px);
    display: block;
}

/* Sort links */
.pf-sort-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.pf-sort-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
    font-size: 13.5px;
    color: var(--pf-text-muted);
    text-decoration: none;
    transition: color var(--pf-transition);
}

.pf-sort-link svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.pf-sort-link:hover,
.pf-sort-link.active {
    color: var(--pf-accent);
}

.pf-sort-link.active {
    font-weight: 600;
}

/* Price inputs */
.pf-price-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pf-price-input {
    flex: 1;
    height: 36px;
    border: 1.5px solid var(--pf-border);
    border-radius: var(--pf-radius);
    padding: 0 10px;
    font-size: 13px;
    color: var(--pf-text);
    background: #fafafa;
    outline: none;
    transition: border-color var(--pf-transition);
    max-width: 100px;
}

.pf-price-input:focus {
    border-color: var(--pf-accent);
    background: #fff;
}

.pf-price-sep {
    font-size: 13px;
    color: var(--pf-text-muted);
    flex-shrink: 0;
}

/* Footer */
.pf-footer {
    padding: 14px 18px;
    border-top: 1px solid var(--pf-border);
}

.pf-apply {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: var(--pf-radius);
    background: var(--pf-accent);
    color: #fff;
    font-size: 13.5px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    transition: opacity var(--pf-transition);
}

.pf-apply svg {
    width: 15px;
    height: 15px;
}

.pf-apply:hover {
    opacity: .88;
}

/* Floating action button (mobile only) */
.pf-fab {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1040;
    display: flex;
    align-items: center;
    gap: 7px;
    height: 44px;
    padding: 0 18px 0 14px;
    border: none;
    border-radius: 22px;
    background: var(--pf-accent);
    color: #fff;
    font-size: 13.5px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0,0,0,.18);
    transition: transform var(--pf-transition), box-shadow var(--pf-transition);
}

.pf-fab svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.pf-fab:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,.22);
}

.pf-fab:active {
    transform: translateY(0);
}
