.widget-grid-switch-img img {
    height: 250px;
    object-fit: cover;
}

header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img {
    max-height: 65px;
}

header .navbar .navbar-brand img {
    height: auto;
}

.btn.btn-nero {
    background: #1C1C1C;
    border-color: #1C1C1C;
    color: #ffffff;
}
.btn.btn-nero:hover, .btn.btn-nero:focus {
    background: transparent;
    color: #1C1C1C;
}

/* -------------------------------------------------------------------------- */
/*                                   Footer                                   */
/* -------------------------------------------------------------------------- */
#main-footer {
    background-color: #222;
    border-radius: 32px 32px 0 0;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
}

footer .footer-logo img {
    max-height: 55px;
}

@media (max-width: 991px) {
    header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img {
        max-height: 45px;
    }
    
    footer .footer-logo img {
        max-height: 45px;
    }

}

@media (max-width: 768px) {
    .nav-header-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (min-width: 1200px) {
    .xl-no-border-right {
        border-right: 0 !important;
    }
   
}

@media (min-width: 768px) {
.cm-lg-no-border-bottom {
    border-bottom: 0 !important;
}
}

@media (min-width: 576px) {
    .cm-sm-no-border-bottom {
        border-bottom: 0 !important;
    }
}




.social-fixed-icons {
    position: fixed;
    right: 0;
    top: 30vh;
    z-index: 99;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.social-fixed-icons li {
    margin-bottom: 4px;
    
}

.social-fixed-icons a {
    background-color: #222222;
    padding-right: 12px;
    display: block;
    transform: translateX(12px);
    transition: all 0.3s ease-in-out;
}

.social-fixed-icons a span {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-fixed-icons a:hover {
    transform: translateX(0);
}

.social-fixed-icons a i { 
    color: #fff;
}

@media (max-width: 576px) {
    .social-fixed-icons { display: none; }
}

/* -------------------------------------------------------------------------- */
/*                                 Google Maps                                */
/* -------------------------------------------------------------------------- */
.widget-google-maps { margin-bottom: -10px; }
.widget-google-maps iframe {
    width: 100%;
    height: 410px;
}

/* -------------------------------------------------------------------------- */
/*                               Categories Page                              */
/* -------------------------------------------------------------------------- */
.category-card {
    border-radius: 6px;
    display: block;
    overflow: hidden;
    padding:15px;
    border: 1px solid #e4e4e4;
    /* box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); */
}

.category-card:hover {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    transform: translateY(-4px);
}

.category-card img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.category-card .category-card__footer {
    margin-top: 8px;
    padding: 8px;
    /* background-color: #333; */
    /* border: 1px solid #333; */
    border-radius: 6px;
}

.category-card .category-card__footer p {
    margin-bottom: 0;
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.category-page h1 {
    font-weight: 700 !important;
    font-size: 42px;
    line-height: normal;
}

.category-page h2 {
    font-size: 16px;
    /* text-transform: uppercase; */
    font-weight: 400;
    line-height: normal !important;
}

/* -------------------------------------------------------------------------- */
/*                                 Breadcrumbs                                */
/* -------------------------------------------------------------------------- */
.breadcrumbs_widget  {
    background-color: #f7f7f7;
    padding: 8px 0;
    margin-top:80px;
    /* text-transform: uppercase; */
}

.breadcrumbs_widget  ul li {
    font-size: 11px;
}

.breadcrumbs_widget  a {
    color: #696969;
    font-weight: 500;
}

.breadcrumb ul > li:after {
    content: "\f0da";
    font-size: 7px;
}

@media (max-width: 990px) {
    .breadcrumbs_widget  {
        margin-top: 0px;
    }
}


/* -------------------------------------------------------------------------- */
/*                                Product List                                */
/* -------------------------------------------------------------------------- */
#product-listing {
    list-style-type: none;
    margin-top: 50px;
}
.product-box .product-image {
    border-radius: 8px;

}

.product-footer {
    border-top: none !important;
    text-align: left;
}

.product-code {
    font-size: 12px;
    color: #8e8e8e;
    margin-bottom: 4px;
}

.loading.hide {
    display: none !important;
}

/* -------------------------------------------------------------------------- */
/*                                   Product                                  */
/* -------------------------------------------------------------------------- */
.stock-badge {
    background: #F1F5F9;
    border: 1px solid #f1f5f9;
    border-radius: 8px;
    padding: 6px 8px;
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 100%;
}
.stock-badge .stock-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    margin-right: 6px;
}

.add-to-cart-wrapper {
    display: flex;
}

.add-to-cart-wrapper .btn {
    padding-top: 9px;
    padding-bottom: 9px;
}

.product-description {  
    font-size: 16px;
    line-height: 179%;
    margin-bottom: 17px;
}

.product-sku {
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
}

.technical-doc-btn {
    margin-top: 32px;
}

.product-box {
    overflow: visible;
}

.product-page-hero {
    background: #f7f7f7;
}

.product-page .table-style-02 th {
    width: 1%;
    white-space: nowrap;
}


#product-datatable th, #product-datatable td { white-space: nowrap; }

#product-datatable {
    font-size: 12px;
}
#product-datatable thead tr th {
    font-size: 13px !important;
}

#product-datatable th {
    font-weight: 600;
}


#product-datatable th a, #product-datatable td a {
    color: #000;
}
#product-datatable th a:hover, #product-datatable td a:hover {
    text-decoration: underline;
}

#product-datatable_wrapper .dt-scroll {
    display: flex;
    flex-direction: column;
}

#product-datatable_wrapper .dt-scroll-foot {
    order: -1;
}

table.dataTable th.dt-type-numeric div.dt-column-header, table.dataTable th.dt-type-numeric div.dt-column-footer, table.dataTable th.dt-type-date div.dt-column-header, table.dataTable th.dt-type-date div.dt-column-footer, table.dataTable td.dt-type-numeric div.dt-column-header, table.dataTable td.dt-type-numeric div.dt-column-footer, table.dataTable td.dt-type-date div.dt-column-header, table.dataTable td.dt-type-date div.dt-column-footer {
    flex-direction: row !important;
}

table.dataTable input {
    margin-bottom: 0;
}

#product-datatable_wrapper {
    display: flex;
    flex-direction: column;
}


#product-datatable_wrapper thead .dt-column-title {
    flex-shrink: 0;
}

#product-datatable_wrapper .dt-search { 
    order: 5;
    margin-top: 8px;
}

table.dataTable input {
    padding: 8px 8px;
}

/* -------------------------------------------------------------------------- */
/*                                   Widgets                                  */
/* -------------------------------------------------------------------------- */

/* ------------------------------- HTML BLOCK ------------------------------- */
.widget-html-block h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-weight: 600;
    margin-top: 3rem;
    line-height: auto;
}

.widget-html-block h1 {
    font-size: 2.8rem;
}
.widget-html-block h2 {
    font-size: 2.2rem;
}
.widget-html-block h3 {
    font-size: 1.8rem;
}
.widget-html-block h4 {
    font-size: 1.4rem;
}

.widget-html-block ul {
    margin-left: 42px;
}

.widget-html-block ul li {
    margin-bottom: 1em;
}

.breadcrumb-white {
    background: #fff !important;
}

/* --------------------------- Categories Featured -------------------------- */
.category-card-featured {
    display: block;
    background: #f7f7f7;
    height: 100%;
    border-radius: 8px;
    padding: 32px 16px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #fff;
}

.category-card-featured:hover {
    box-shadow: 0 12px 7px -4px rgba(0, 0, 0, 0.15);
    transform: translateY(-8px);
    background: #fff;
    border: 1px solid #e7e7e7;
}

.category-card-featured img {
    mix-blend-mode: darken;
}

.category-card-featured .content {
    text-align: center;
    padding-top: 16px;
}

.category-card-featured .content .title {
    font-size: 16px;
}
.category-card-featured .content .subtitle {

}

#measures tr:nth-child(even) {
    background-color: #f7f7f7;
}

/* -------------------------------------------------------------------------- */
/*                                    Cart                                    */
/* -------------------------------------------------------------------------- */
.form-success{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction: column;
}
.checkmark__circle{
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}
.checkmark{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 64px auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}
.checkmark__check{
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}
@keyframes stroke{100%{stroke-dashoffset: 0}}
@keyframes scale{0%, 100%{transform: none}50%{transform: scale3d(1.1, 1.1, 1)}}
@keyframes fill{100%{box-shadow: inset 0px 0px 0px 30px #7ac142}}
