:root{
    --fontFamily: "Rubik", sans-serif;
    --headingFontFamily: "Jost", sans-serif;
    --primaryColor: #ff6a00;
    --secondaryColor: #9C9C9C;
    --whiteColor: #ffffff;
    --blackColor: #000000;
    --headingColor: #111111;
    --transition: all ease .5s;
    --fontSize: 15px;
    --borderRadius: 4px;
    --boxShadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}
img{
    max-width: 100%;
    height: auto;
}
p {
    color: var(--secondaryColor);
    font-size: var(--fontSize);
    margin-bottom: 15px;
    line-height: 1.8;
}
a{
    transition: var(--transition);
    color: var(--secondaryColor);
    text-decoration: none;
}
a:hover{
    color: var(--primaryColor);
}
.pb-30{
    padding-bottom: 30px;
}
.pb-55{
    padding-bottom: 55px;
}
.ptb-55 {
    padding-top: 55px;
    padding-bottom: 55px;
}
.btn:focus,.btn:active,
input[type=text]:focus {
    outline: none !important;
    box-shadow: none;
}
/* Start Header Section */
.header-area.navbar-fixed-top {
    position: fixed;
    top:0;
    left:0;
    right:0;
    z-index: 99999;
    transition: all 0.6s ease-in-out;
}
.middle-header {
    border-bottom: none;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: var(--whiteColor);
}
.navbar{
    background-color: var(--primaryColor) !important;
}
.navbar .dropdown .dropdown-menu p{
    font-weight: 700;
}
.navbar .dropdown .dropdown-menu a:hover{
    color: var(--primaryColor);
    background-color: var(--whiteColor);
}
.navbar .nav-item .nav-link{
    color: var(--whiteColor);
}
.navbar .mobile-menu{
    display: flex;
    flex-direction: row;
}
.navbar .mobile-menu .dropdown-menu{
    position: absolute;
}
.navbar .mobile-menu li{
    margin-left: 15px;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
@media only screen and (min-width: 768px){
    .navbar .mobile-menu{
        display: none;
    }
}
@media (max-width: 575.98px) { 
    .navbar .brands-menu{
        width: 90vw !important;
    }
    .navbar .cats-menu{
        width: 90vw !important;
    }
 }
 @media (min-width: 768px) and (max-width: 991.98px){
    .navbar .mobile-menu{
        display: flex;
        flex-direction: row;
    }
    .navbar .mobile-menu .cats-menu{
        width: 431px !important;
        height: 310px;
    } 
}
@media only screen and (min-width: 767px){
    .navbar .brands-menu{
        width: 65vw !important;
    }
}
.navbar .con-row{
    display: contents;
}
.list-group-item{
    padding: 0.5rem 0rem;
}
/* End Header Section */
/* Start Page Title Section */
.page-title-area {
    background-color: #f8f8f9;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
.page-title-area .page-title-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.page-title-area .page-title-content ul li:first-child {
    margin-left: 0;
}
.page-title-area .page-title-content ul li {
    display: inline-block;
    padding-right: 15px;
    position: relative;
    margin-left: 18px;
    font-size: 16px;
}
/* End Page Title Section */
/* Start Slider Section */
/* @media only screen and (max-width: 767px) {
    .carousel .carousel-item img {
        position: absolute;
        height: 100%;
    }
    .carousel-inner{
        height: 280px !important;
    }
    .carousel-inner .carousel-item{
        height: 280px !important;
    }
}*/
/* End Slider Section */
/*--------------------------------------------------------------
# Best Seller Section
--------------------------------------------------------------*/
.best-seller-area .adOneContainer{
    max-height: 480px;
}
/* End Best Seller Section */
/* Start Brands Section */
.brands .owl-carousel img,
.partners .owl-carousel img{
    transition: all 0.5s ease 0s;
    filter: grayscale(100%);
    cursor: pointer;
    opacity: .3;
}
.brands .owl-carousel img:hover,
.partners .owl-carousel img:hover{
    transition: all 0.5s ease 0s;
    cursor: pointer;
    filter: none;
    opacity: 1;
}
.brands .owl-carousel .owl-stage,
.brands .owl-carousel .owl-stage{
    display: flex;
    align-items: center;
    transition: all 0.5s ease 0s;
}
.brands .owl-carousel .owl-item img{
    width: 80%;
    margin: 3px;
}
/* End Brands Section */
/* Start New Arrivals Section */
.section-title{
    position: relative;
    margin-top: -5px;
    margin-bottom: 30px;
}
.section-title h2{
    font-size: 25px;
    position: relative;
    margin-bottom: 20px;
}
.section-title .read-more{
    position: absolute;
    top: 5px;
    right: 0;
}
.read-more{
    font-size: 15px;
    color: var(--headingColor);
}
.single-products{
    transition: var(--transition);
    border: 1px solid #dddddd;
    margin-bottom: 25px;
}
.single-products:hover{
    border-color: var(--primaryColor);
    background-color: transparent;
    cursor: pointer;
}
.single-products .product-img{
    position: relative;
    overflow: hidden;
    padding: 10px;
    text-align: center;
}
.single-products .product-img a{
    display: flex;
    justify-content: center;
}
.single-products .product-img img{
    transition: var(--transition);
    position: relative;
    z-index: -1;
    height: 100%;
    width: 100%;
}
.single-products .product-img:hover{
    transition: var(--transition);
    transform: scale(1.03);
}
.single-products .product-img .hot.new{
    background-color: var(--primaryColor);
}
.single-products .product-img .hot{
    top: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    border-radius: 50px;
    display: inline-block;
    color: var(--whiteColor); 
}
.single-products .product-content{
    padding: 15px;
}
.single-products .product-content{
    border-top: 1px solid #dddddd;
}
.single-products .product-content .title{
    color: var(--headingColor);
    margin-bottom: 12px;
    font-size: 15px;
    display: block;
}
.single-products .product-content .title:hover{
    transition: var(--transition);
    color: var(--primaryColor);
}
.single-products .product-content .products-price{
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
}
.single-products .product-content .products-price li {
    display: inline-block;
    color: var(--primaryColor);
    font-size: 15px;
    font-weight: 500;
}
.single-products .product-content .products-price li span {
    color: #30b239;
    font-size: 14px;
    font-weight: normal;
}
.products-details-image {
    padding: 30px;
    overflow: hidden;
    background-color: #f9f9f9;
}
.products-details-desc{
    padding-left: 15px;
}
.products-details-desc h3 {
    margin-bottom: 15px;
    font-size: 22px;
}
.products-details-desc .products-info {
    list-style-type: none;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
}
.products-details-desc .products-info li {
    margin-bottom: 10px;
}
.products-details-desc .products-info li span {
    color: var(--blackColor);
}
/* End New Arrivals Section */
/* Start Partners Section */
.partners img{
    height: 150px;
}
.partner-wrap{
    border: 1px solid #dddddd;
    padding: 30px;
}
/* End Partners Section */
/* Start Products Section */
.products .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}
.products .icon-box img{
    width: 100px;
    height: 100px;
}
.products .icon-box::before {
    content: "";
    position: absolute;
    background: #f3e4d9;
    right: -60px;
    top: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 0.3s;
    z-index: -1;
}
.products .icon-box:hover::before {
    background: var(--primaryColor);
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}
.products .icon {
    margin: 0 auto 20px auto;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    background: var(--primaryColor);
    transition: all 0.3s ease-in-out;
}
.products .icon i {
    font-size: 36px;
    line-height: 1;
    color: #fff;
}
.products .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    text-align: center;
}
.products .title a {
    color: #111;
}
.products .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
    text-align: center;
}
.products .icon-box:hover .title a,
.products .icon-box:hover .description {
    color: #fff;
}
.products .icon-box:hover .icon {
    background: #fff;
}
.products .icon-box:hover .icon i {
    color: var(--primaryColor);
}
.products .getstarted{
    background: var(--primaryColor);
    padding: 8px 25px;
    margin-left: 30px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
}
.showing-result {
    margin-bottom: 30px;
}
.sidebar-widget.brand {
    overflow: hidden;
}
.sidebar-widget {
    margin-bottom: 35px;
}
.sidebar-widget.brand .checkboxs {
    position: relative;
    /* padding-left: 20px */;
    overflow: hidden;
}
.sidebar-widget.brand .checkboxs label:hover {
    cursor: pointer;
    color: var(--primaryColor);
}
.sidebar-widget h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.sidebar-widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.sidebar-widget.brand ul {
    border: 1px solid #dddddd;
    padding-bottom: 12px;
    padding-top: 12px;
}
.sidebar-widget.brand ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.sidebar-widget.brand ul li {
    border-bottom: 1px solid #dddddd;
    transition: var(--transition);
    color: var(--headingColor);
    margin-bottom: 12px;
    padding-bottom: 12px;
    padding-right: 30px;
    padding-left: 30px;
}
/* End Products Section */
/* Start Product Section */
.product .owl-theme .owl-nav {
    margin-top: 20px;
    line-height: .01;
}
.product .owl-theme .owl-nav [class*=owl-] {
    padding: 0;
    width: 40px;
    height: 40px;
    margin: 0 4px;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    color: var(--blackColor);
    transition: var(--transition);
    background-color: #e6e3e3;
}
.product .owl-theme .owl-nav [class*=owl-]:hover{
    background-color: var(--primaryColor);
}
.product .owl-carousel .owl-dots{
    display: none;
} 
.product .owl-theme .owl-nav [class*=owl-] span {
    left: 0;
    right: 0;
    top: 40%;
    position: absolute;
    transform: translateY(-50%);
}
.product .single-products .product-img img {
    transition: var(--transition);
    position: relative;
    z-index: -1;
    height: 100%;
}
/* End Product Section */
/* Start Blog */
.single-blog{
    transition: var(--transition);
    margin-bottom: 25px;
}
.single-blog .blog-content{
    margin-top: 20px;
}
.single-blog .blog-content h3{
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
}
/* End Blog */
/* Start Fotter */
#footer{
    background-color: #252525;
}
#footer h2{
    margin-top: 5px;
    color: var(--whiteColor);
}
.footer-header{
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-family: var(--fontFamily);
    color: var(--whiteColor);
    font-weight: 700;
}
.footer-li{
    font-size: 14px;
    position: relative;
    margin-bottom: 10px;
    color: var(--whiteColor);
    font-family: var(--fontFamily);
}
.footer-icon{
    color: var(--primaryColor);
}
#footer a{
    transition: var(--transition);
    color: var(--whiteColor);
}
#footer a:hover{
    transition: var(--transition);
    color: var(--primaryColor);
}
.stay-connect{
    color: var(--headingColor);
}
.design-by{
    color: var(--primaryColor);
}
/* End Footer */
/* Start Scroll To Top */
.scrolltop-button.gray{
    background-color: var(--primaryColor);
    color: #fafafa;
}
.scrolltop-button.gray .symbol-container{
    color: #fafafa;
}
.scrolltop-button{
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    border: none;
    transition: opacity .1 linear;
    z-index: 10000;
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
}
/* End Scroll To Top */
/* Start Footer Card */
#footer .card-counter{
    margin: 5px;
    padding: 10px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
  }
  #footer .card-counter:hover{
    transition: .3s linear all;
  }
  #footer .card-counter.primary{
    background-color: #007bff;
    color: #FFF;
  }
  #footer .card-counter.danger{
    background-color: #ef5350;
    color: #FFF;
  }  
  #footer .card-counter.success{
    background-color: #66bb6a;
    color: #FFF;
  }  
  #footer .card-counter.info{
    background-color: #26c6da;
    color: #FFF;
  }  
  #footer .card-counter i{
    font-size: 5em;
    opacity: 0.2;
  }
  #footer .card-counter .count-numbers{
    right: 35px;
    top: 20px;
    font-size: 20px;
    display: block;
    text-align: center;
  }
  #footer .card-counter .count-name{
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 16px;
    text-align: center;
  }
/* End Footer Card */
