/* css variables and google fonts*/
:root {
  --color-primary: #101010;
  --color-secondary: #494949;
  --color-tertiary: #eeeeee;
  --font-primary: "Poppins", sans-serif;
  --font-secondary: "Poppins", sans-serif;
}

/* Extra extra large Layout: 1280px. */
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .about-row1 .about-details .about-service-wrap .about-single-service {
    padding: 20px 20px;
  }
  .faq-accordions {
    margin-top: 40px;
  }
  .nav-contact-no {
    margin-right: 20px;
  }
  header .header-area .main-nav ul li {
    padding: 0px 20px;
  }
  header .header-area .main-nav ul li a {
    font-size: 18px;
	font-weight:500!important;
  }
  .nav-contact-no::before {
    right: -16px;
  }
  header .header-area .main-nav ul li.has-child-menu:after {
    font-size: 12px;
    top: 55px !important;
	
  }
  .category-tabs {
    padding: 30px 25px;
  }
}

@media (max-width: 1199px) {
  .footer-bottom {
    margin-bottom: 70px;
  }
  /*
  *
  * Navbar Responsive
  *
  */
  .cart-sidebar-wrappper .main-cart-sidebar {
    height: auto;
    bottom: 70px;
  }
  .mobil-sidebar {
    display: block;
  }
  .inner-logo {
    margin-top: 30px;
    display: block;
  }
  .category-bar {
    left: 0;
    bottom: 70px;
  }
  .category-bar.category-sticky {
    top: 80px;
  }
  .category-bar {
    top: 120px;
  }
  .main-sidebar {
    display: none;
  }
  .ml-110 {
    margin-left: 0;
  }
  .hamburger {
    display: block !important;
    position: relative;
    width: 40px !important;
    height: 30px !important;
    margin: 25px 0;
    cursor: pointer;
    border: 3px solid transparent !important;
    float: right;
  }
  .hamburger:focus {
    border: 3px solid transparent !important;
  }
  .top-search-bar {
    position: absolute;
    right: 10%;
    top: 3.5rem;
  }
  .top-search-bar a i::before {
    color: #707070;
    font-size: 2.4rem;
  }
  .inner-top {
    margin-top: 40px;
    display: block;
  }
  .inner-top .inner-mail {
    margin-bottom: 15px;
  }
  .inner-top .inner-mail,
  .inner-top .inner-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .inner-top .inner-mail a,
  .inner-top .inner-tel a {
    color: #fff;
    font-size: 14px;
  }
  .inner-top .inner-mail i,
  .inner-top .inner-tel i {
    text-align: center;
    height: 30px;
    width: 30px;
    min-width: 30px;
    background: #fff;
    color: var(--color-primary);
    border-radius: 50%;
    display: inline-block;
    line-height: 30px;
    margin-right: 10px;
  }
  .inner-top .inner-mail i::before,
  .inner-top .inner-tel i::before {
    vertical-align: middle;
  }
  header .header-area .main-nav ul li {
    padding: 0 8px;
  }
  header .header-area .main-nav ul li ul.sub-menu > li a {
    color: #fff;
  }
  header .header-area .main-nav ul.nav-item-list {
    margin-top: 50px;
  }
  header .header-area .main-nav ul li ul.sub-menu > li a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0 !important;
    height: 2px;
    content: "";
    background-color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header .header-area .main-nav ul li ul.sub-menu > li a {
    background: transparent;
    margin-left: 8px;
  }
  header .header-area .main-nav ul li ul.sub-menu > li {
    padding: 10px 0 !important;
    margin-left: 10px;
    border-bottom: none;
    background: black;
  }
  .main-nav > ul > li > a {
    font-size: 14px !important;
    color: #fff !important;
    line-height: 35px;
  }
  header .header-area .main-nav ul li a {
    padding: 0 !important;
  }
  header .header-area .main-nav ul li a::before {
    bottom: 0rem !important;
  }
  .main-nav ul > li a:hover {
    background: transparent;
  }
  .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    padding: 10px 15px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: #000;
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  }
  .main-nav > ul > li.has-child-menu:after {
    display: none !important;
  }
  .hamburger span {
    width: 100%;
    height: 3px;
    background: var(--color-primary) !important;
    display: block;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .hamburger span.h-top {
    top: 0;
  }
  .hamburger span.h-bottom {
    bottom: 0.2rem;
    width: 27px;
  }
  .hamburger span.h-middle {
    top: 50%;
    margin-top: -0.3rem;
    width: 25px;
  }
  .hamburger.h-active span {
    width: 80%;
  }
  .hamburger.h-active span.h-top {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  .hamburger.h-active span.h-middle {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  .hamburger.h-active span.h-bottom {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
  .main-nav.slidenav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .main-nav > ul > li {
    display: block;
    padding: 0;
    margin-left: 0;
  }
  header .header-area .main-nav ul li {
    display: block;
    position: relative;
  }
  .main-nav > ul > li a {
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
    display: inline-block;
  }
  .main-nav ul li .fl {
    display: block;
    line-height: 35px;
  }
  .main-nav ul li .sub-menu {
    position: static;
    min-width: 200px;
    background: inherit;
    border: none;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    display: none;
  }
  .main-nav ul li .sub-menu > li a {
    display: block;
    padding: 10px 0;
    color: #707070;
    border: none;
    line-height: 0.8;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  li a.active {
    color: #000;
    font-weight: 600;
    font-size: 1.5rem;
  }
  li a.active::before {
    position: absolute;
    bottom: 3rem;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #000;
    opacity: 0 !important;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  /*
    *
    *HEADER area resposnice
    *
    *
    */
  .banner-feature-item h5 {
    font-size: 18px;
  }
  .about-feature-img {
    margin-top: 50px;
  }
  .blog-sidebar {
    margin-top: 50px;
  }
  .order-summary {
    margin-top: 50px;
  }
  .discribtion-tab-content {
    margin-top: 40px;
  }
  .product-discription-wrapper .discription-bar button.nav-link {
    margin-top: 30px;
  }
  .cart-table .total-col,
  .cart-table .quantity-col,
  .cart-table .discount-col,
  .cart-table .unite-col,
  .cart-table .image-col {
    max-width: 90px;
  }
  .cart-table .delete-col {
    max-width: 50px;
  }
  .quantity-col .quantity input {
    margin-left: 0;
  }
}

/* Extra Large Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /*
  *
  *BANNER md responsive
  *
  */
  .banner-md.banner-md3 .banner-md-content-wrap h3.banner-title,
  .banner-md.banner-md1 .banner-md-content-wrap h3.banner-title,
  .banner-md.banner-md2 .banner-md-content .banner-md-content-wrap h3.banner-title {
    font-size: 20px;
  }
  .faq-accordions {
    margin-top: 40px;
  }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-card-m .product-details-m a.product-title-m {
    font-size: 14px;
  }
}

/* Wide Mobile Layout: 480px. */
/* X-Small	: 768px. */
@media only screen and (max-width: 991px) {
  .ml-110 {
    margin-left: 0px !important;
  }
  /*
  *
  * Navbar Responsive
  *
  */
  .feature-banner-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
    margin-top: 16px;
  }
  .feature-banner-col .banner-feature-item {
    margin-top: 24px;
    min-width: 259px;
  }
  .topbar-area .topbar-contact {
    display: none !important;
  }
  /*
  *
  *BANNER md responsive
  *
  */
  .banner-md {
    margin-top: 24px;
  }
  /*
  *
  *CATRGORY TABS responsive
  *
  */
  .category-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    margin-bottom: 20px;
  }
  .category-tabs button.category-tab {
    width: 48%;
  }
  .category-tabs button.category-tab:last-child {
    margin-bottom: auto;
  }
  .footer-widget.footer-about {
    margin-top: 0;
    text-align: center;
  }
  .footer-widget ul.footer-social-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-widget {
    margin-top: 40px;
    text-align: center;
  }
  .footer-widget h5.footer-widget-title:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .blog-video-img {
    margin-bottom: 40px;
  }
  .product-details-wrap {
    margin-top: 50px;
  }
  .client-review-card {
    margin-bottom: 24px;
  }
  .product-discription-wrapper .discription-review .review-form-wrap {
    margin-top: 26px;
  }
  .faq-accordions {
    margin-top: 40px;
  }
  .dashbord-product-status {
    margin-top: 50px;
  }
  .profil-form-wrapper {
    margin-top: 40px;
  }
  .cart-coupon-input {
    margin-bottom: 40px;
  }
  .order-details {
    margin-top: 40px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .banner-shapes {
    display: none;
  }
  .banner-xl-bg .banner-content-wrap {
    margin-left: 0;
  }
  .billing-card,
  .shipping-card {
    margin-top: 40px;
  }
  .profile-form-wrapper {
    margin-top: 40px;
  }
  .dashbord-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dashbord-switcher a {
    padding: 14px 32px;
    margin-right: 20px;
  }
  .dashbord-switcher a:last-child {
    margin-bottom: auto;
  }
  .product-sorting {
    margin-top: 50px;
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  /*
    *
    *HEADER area resposnice
    *
    *
    */
  .swiper-slide.hero-slider-item .slider-content h2.slider-main-title {
    line-height: 54px;
    font-size: 44px;
  }
  .searchbar-input {
    margin-top: 24px;
  }
  /*
    *
    *BLOG area resposnice
    *
    *
    */
  .blog-card-m .blog-content-m .blog-bottom h4.blog-title {
    font-size: 20px;
    line-height: 32px;
  }
  .footer-copyright,
  .footer-bottom-paymant-option {
    text-align: center;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .footer-copyright {
    margin-bottom: 15px;
  }
  .about-row1 .about-details .about-service-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog-details .blog-d-quote {
    padding: 25px 40px;
  }
  .blog-card-l .blogl-content .blogl-top a {
    font-size: 18px;
  }
  .register-switcher a {
    padding: 14px 58px;
  }
  .cart-table thead {
    display: none;
  }
  .cart-table tbody,
  .cart-table td,
  .cart-table tfoot,
  .cart-table th,
  .cart-table tr {
    display: block;
  }
  .cart-table .delete-col,
  .cart-table .total-col,
  .cart-table .quantity-col,
  .cart-table .discount-col,
  .cart-table .unite-col,
  .cart-table .image-col {
    max-width: none;
    width: auto;
    margin-top: -1px;
  }
  .cart-table tr {
    margin-bottom: 30px;
  }
  .quantity-col .quantity {
    height: 42px;
    display: inline-block;
  }
  .quantity-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cart-table .product-col {
    text-align: center;
  }
  .total-table .tt-left,
  .total-table .tt-right {
    width: 120px;
  }
  .total-table th,
  .total-table td {
    padding: 12px 15px;
  }
}

/* Small Layout: 575px. */
@media only screen and (max-width: 575.98px) {
  .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  /*
  *
  * Navbar Responsive
  *
  */
  .eg-btn-xl {
    font-size: 16px;
  }
  .swiper-slide.hero-slider-item .slider-content h2.slider-main-title {
    line-height: 46px;
    font-size: 28px;
  }
  .swiper-slide.hero-slider-item {
    min-height: 530px;
  }
  .searchbar-input button[type="submit"] {
    font-weight: 700;
    font-size: 16px;
    padding: 14px 36px;
  }
  /*
  *
  *BANNER md responsive
  *
  */
  .banner-md.banner-md3 .banner-md-content-wrap h3.banner-title,
  .banner-md.banner-md1 .banner-md-content-wrap h3.banner-title,
  .banner-md.banner-md2 .banner-md-content .banner-md-content-wrap h3.banner-title {
    font-size: 20px;
  }
  .banner-md .banner-img {
    height: 220px;
  }
  .banner-md.banner-md2 .banner-md-content .banner-md-content-wrap .discount-lavel {
    height: 55px;
    width: 55px;
  }
  .banner-md.banner-md2 .banner-md-content .banner-md-content-wrap .discount-lavel span {
    font-size: 16px;
  }
  .category-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    margin-bottom: 20px;
  }
  .category-tabs button.category-tab {
    width: 100%;
  }
  .newslatter-area .newslatter-wrap h5 {
    font-size: 18px;
  }
  .newslatter-area .newslatter-wrap .newslatter-form button[type="submit"] {
    font-size: 14px;
    color: #ffffff;
    padding: 13px 28px;
    right: 9px;
  }
  .newslatter-area .newslatter-wrap h2.newslatter-title {
    font-size: 32px;
  }
  .about-row1 .about-details h2 {
    font-size: 36px;
    line-height: 48px;
  }
  .blog-details .blog-d-head .blog-d-top a {
    font-size: 16px;
  }
  .blog-details .blog-d-head h3.blog-d-title {
    font-size: 32px;
    line-height: 46px;
  }
  .blog-details .blog-d-subtitle {
    font-size: 18px;
  }
  .blog-details .blog-d-quote {
    padding: 25px 30px;
  }
  .blog-d-form {
    padding: 30px 25px;
  }
  .blog-details
.blog-d-comment-area
ul.blog-d-comments
li.blog-d-single-comment
.blog-d-comment
.comment-head
.client-info
.client-name,
  .blog-details
.blog-d-comment-area
ul.blog-d-comments
li.blog-d-single-comment
.blog-d-reply
.comment-head
.client-info
.client-name {
    font-size: 18px;
  }
  .blog-card-l .blogl-content .blogl-top a {
    font-size: 16px;
  }
  .blog-card-l .blogl-content .blogl-title {
    font-size: 32px;
  }
  .blog-card-l .blogl-content .blogl-btns a {
    font-size: 14px;
    padding: 12px 25px;
  }
  .bs-posts .bs-post-list .bs-single-post .post-details .post-title a {
    font-size: 14px;
  }
  .billing-from,
  .different-address-form {
    padding: 25px;
  }
  .added-product-summary,
  .total-cost-summary,
  .total-cost,
  .payment-methods {
    padding: 20px;
  }
  .added-product-summary .added-products .single-product .product-img img {
    max-width: 65px;
    margin-right: 20px;
  }
  .added-product-summary .added-products .single-product .product-info .product-title a {
    font-size: 16px;
  }
  .added-product-summary .added-products .single-product .product-info .product-total strong {
    font-size: 13px;
  }
  .contact-map {
    padding: 0;
  }
  .contact-form-wrapper {
    padding: 25px;
  }
  .register-switcher a {
    font-size: 16px;
    padding: 12px 35px;
    margin: 0 10px;
  }
  .reg-login-forms {
    padding: 30px 25px;
  }
  .reg-login-forms .reg-login-title {
    font-size: 24px;
  }
  .reg-social-login .social-login-options {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reg-social-login .social-login-options li a.facebook-login {
    margin-right: 0;
  }
  .reg-social-login .social-login-options li a.google-login {
    margin-left: 0;
    margin-top: 20px;
  }
  .password-recover-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-discription-wrapper .discription-review {
    padding: 25px 25px;
  }
  .client-review-card .review-card-head .client-info .client-name {
    font-size: 14px;
  }
  .product-details-wrap .pd-top .pd-title {
    font-size: 22px;
  }
  .product-details-wrap .pd-top .product-rating li:not(.count-review) {
    font-size: 16px;
  }
  .product-discription-wrapper .additional-discription {
    padding: 25px;
  }
  .product-discription-wrapper .discription-texts {
    padding: 25px;
  }
  .product-discription-wrapper .additional-discription ul li .additition-name {
    min-width: 80px;
    font-size: 16px;
  }
  .product-discription-wrapper .additional-discription ul li .additition-variant span {
    margin-right: 10px;
  }
  .total-table .tt-left,
  .total-table .tt-right {
    width: 100px;
    font-size: 14px;
  }
  .total-table .cart-cost-list li,
  .total-table .cart-cost li {
    font-size: 12px;
  }
  .cart-proceed-btns .cart-proceed,
  .cart-proceed-btns .continue-shop {
    padding: 12px 30px;
  }
  .order-table thead {
    display: none;
  }
  .order-table tbody,
  .order-table td,
  .order-table tfoot,
  .order-table th,
  .order-table tr {
    display: block;
  }
  .order-details .order-table .order-id,
  .order-details .order-table .order-status {
    width: 100%;
  }
  .order-table tr {
    margin-bottom: 30px;
  }
  .dashbord-switcher a {
    font-size: 14px;
    margin-right: 0;
  }
  .dashbord-switcher {
    display: block;
  }
  .comming-soon-wrapper .comming-soon-content h2 {
    font-size: 48px;
    line-height: 65px;
  }
  .banner-xl-bg .banner-content-wrap h2.banner-xl-title {
    font-size: 32px;
  }
  .profile-form-wrapper .profile-top .user-image {
    min-width: 60px;
    max-width: 60px;
    margin-right: 20px;
  }
  .profile-form-wrapper .profile-top .profile-top-btns a {
    font-size: 10px;
    padding: 8px 15px;
    font-weight: 500;
  }
  .profile-form-wrapper {
    padding: 30px 25px;
  }
  .mobil-sidebar .mobil-sidebar-icons {
    height: 60px;
    padding: 0 10px;
  }
  .mobil-sidebar .mobil-sidebar-icons li i {
    font-size: 20px;
  }
  .mobil-sidebar .mobil-sidebar-icons li {
    line-height: 54px;
  }
  .cart-sidebar-wrappper .main-cart-sidebar {
    width: 100%;
  }
  .cart-sidebar-wrappper .main-cart-sidebar {
    height: auto;
    bottom: 46px;
  }
  .category-bar {
    left: 0;
    bottom: 46px;
  }
  .category-bar {
    width: 100%;
  }
  .category-bar .cb-category-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    width: auto;
  }
  .product-sorting {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-sorting .category-sort {
    margin-top: 20px;
  }
  .custom-pagination ul.pagination-links li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.custom-pagination ul.pagination-links li a.has-arrow i {
  line-height: 50px;
}
/*# sourceMappingURL=responsive.css.map */