/*
Modern Siteadmin Catalog Base Theme
============================    TABLE OF CONTENT   ========================================== 
Table of Content: 
00 - Breadcrumb
01 - Breadcrumb
02 - Image Header 
03 - Category Boxes
04 - Category
05 - Product
06 - Product Box
07 - Filters 
08 - Product Image Slider
=====================================================================*/

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*01 - Layout */
/*-------------------------------------------------------------------------------------------------------------------------------*/
body {
    background: #f8f8f8;   
}

.section {
    padding: 8px 0px;
}

.card {
    background: #fff;
    padding: 15px;
}

.card.gray {
    background: #f8f8f8;
}

.gray {
    background: #f8f8f8;
}

@media (max-width: 767px) {
    .hide-mobile {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hide-tablet {
        display: none !important;
    }
}

@media (min-width: 991px) {
    #category-filter-toggle {
        display: none !important;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*01 - Breadcrumb */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.breadcrumbDiv {
    background: #f8f8f8;
    border-bottom: none;
}

.breadcrumb {
    margin: 0px;
    padding: 15px;
    flex-wrap: wrap;
}

.filterable .breadcrumb {
    background: #f8f8f8;
    max-width: 1200px;
    margin: auto;
}

.breadcrumb a {
    transition: .5s;
    color: #242424;
}

.breadcrumb a:hover {
    color: #b50c00;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/*02 - Image Header */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.catalog-image-header {
    background-size: cover !important;
    background-position: center !important;
    height: 250px;
}


.catalog-image-header * {
    color: #fff;
}

.catalog-image-header .container {
    height: 100%;
}

.catalog-image-header h2 {
    margin-bottom: 15px !important;
}

.catalog-image-header p {
    line-height: 1.3;

}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*03 - Category Boxes */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.category-box {
    height: 450px;
    border: solid 1px #eee;
    position: relative;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.category-box:hover .overlay{
    opacity: 1;
}


.category-box img {
    width: 100%;
    height: auto;
    max-width: 350px !important;
    border-radius: 0px;
}

.cat-box-footer {
    position:absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
}

.category-box .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.200);
    transition: .5s;
    cursor: pointer;
}

.list-view .product.modern .product-image-container .img-responsive {
    width: 200px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*04 - Category */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.productFilter {
    border: none !important;
    margin: 7px !important;
    background: #fff;
    padding: 15px !important;
} 

.productFilter i {
    margin: 0px;
    font-size: 24px;
    transition: .5s;
}

.productFilter i:hover {
    color: #b50c00;
}

.category-products-list {
    padding-top: 0px !important;
    padding-bottom: 50px !important;
}

.wrapper:not(.filterable) + .category-products-list {
    padding-top: 0px !important;
}

.productFilter button,
.productFilter a {
    background: 0;
    border: 0 !important;
    border-radius: 0 !important;
    color: #575757;
    margin: 0px 10px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 50px !important;
}

@media (max-width: 776px) {
    .productFilter > div {
        width: 100%;
        margin: 14px 0px;
    }
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/*05 - Product */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.product.modern {
    border: solid 1px #dadada;
}

.related_items_row {
    margin-bottom: 100px;
}

.related_items_row .product.modern {
    background: #f8f8f8;
}

.cart-actions a {
    padding: 18px;
}

.basic-details-block {
    position: relative;
    padding: 30px;
    height: 600px;
}

.basic-details-block * {
    color: #fff !important;
    text-transform: capitalize;
}

.product-tab .nav.nav-tabs {
    background: #fff;
}

.product-tab .nav.nav-tabs li.active > a {
    background: #b50c00;
    color: #fff;
}

.cart-actions a {
    background: #b50c00;
    border: none;
    transition: .5s;
}

.cart-actions a:hover {
    opacity: .7;
}

.cart-actions i {
    margin: 0px;
}

.cart-actions {
    margin: 30px 15px;
}

.product-actions {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 325px;
    margin-bottom: 30px;
    margin: auto;
}

.primary-image-block .bg-center:hover .overlay {
    opacity: 1;
    cursor: pointer;
}

.primary-image-block {
    position: relative;
}

.primary-image-block .bg-center .overlay {
    transition: .5s;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 70px;
    background: rgba(0, 0, 0, 0.274);
}

.schematic {
    height: 500px !important;
}

.bg-center {
    background-size: cover !important;
    background-position: center !important;
    height: 100%;
    width: 100%;
}

#product_images_modal .modal-lg {
    width: 100%;
    max-width: 800px;
}

#product_images_modal .modal-content {
    padding: 30px;
    top: 10%;
}

.tab-pane .table {
    border-top: solid 3px #acacac;
    border-bottom: solid 3px #acacac;
    border-left: none;
    border-right: none;
    max-width: 800px;
    margin: -3px auto;
    overflow-y: auto;
    width: 100% !important;
}

.tab-pane .table tr td {
    width: 50%;
}

.tab-pane .table tr td{
    border: none;
}

.tab-pane .table tr td+td {
    font-weight: bold;
}

.product-tab-section .nav .nav-tabs {
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-pane {
    padding: 0px 50px 50px;
}

.tab-pane a {
    color: #575757;
    font-size: 20px;
    transition: .5s;
}

.tab-pane #documents li {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}

.tab-pane#documents li > i {
    font-size: 22px;
    margin: 8px 15px;
}

.tab-pane#documents li:hover * {
    color: #b50c00;
}

.extra-product-data {
    text-transform: uppercase;
}

.nav-tabs {
    background: #fff;
}

.nav-tabs .nav-link {
    color: #575757;
    transition: .5s;
    padding: 15px 15px;
}

.nav-tabs .nav-link:active {
    color: #b50c00;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/*06 - Product Box */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 991px) {
    .product.modern {
        min-height: 333px !important;
    }

    .product.modern .product-image-container .img-responsive {
        height: 130px !important;
    }
}

@media (max-width: 600px) {

    .product.modern .action-control {
        display: block !important;
    }
    .product.modern .action-control a {
        width: 100% !important;
    }
}


.product.modern {
    border: 0;
    background: #fff;
    padding:10px;
    min-height: 430px;
    position:relative;
    margin: 7px;
    transition: .5s;
}

.product.modern .details * {
    color: #242424;
}

.product.modern .details {
    padding: 0px;
}

.product.modern img {
    max-width: 400px;
}

.product.modern .image .product-image-container {
    background: none;
    height: auto;
}

.product.modern .image .product-image-container a {
    display: block;
}

.product.modern .action-control {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.product.modern .action-control a {
    margin: 0px;
    padding: 15px;
    color: #fff;
}

.product.modern .action-control a.left {
    background: #fff;
}

.product.modern .action-control a.left * {
    color: #242424;
    border-left: 1px solid #eee;
}

.product.modern i {
    margin: 0px;
}

.product.modern .product-image-container .img-responsive {
    height: 200px;
    background-size: cover !important;
    background-position: center !important;
    margin-bottom: 15px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*07 - Filters */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.panel {
    border: 0;
}

.product-filters.modern .panel {
    border-radius: 0px;
}

.product-filters.modern .panel-heading {
    background: #fff;
    color: #242424;
    border: 0;
    height: 50px;
    padding: 0px;
    padding-left: 15px;

}

.list-view .action-control {
    justify-content: flex-end;
}

.list-view .product-image-container .img-responsive {
    width: 250px;
}

.panel-group {
    padding-top: 7px;
}

.panel-body a {
    padding: 1px 15px !important;
    color: #575757;
    transition: .5s;
}

.panel-body a:hover {
    background-color: none;
    color: #b50c00;
}

html {
    position: relative;
}

#filter-sidebar .close {
     display: none;
     margin: 15px;
     color: #000 !important;
     z-index: 99999;
     position: absolute;
     top: 0;
     right: 0;
     font-size: 34px;
     transition: .5s;
}

@media (max-width: 991px) {
    #filter-sidebar {
        height: 100%;
        transition: .5s;
        width: 100%;
        top: 0;
        max-width: 450px;
        position: absolute;
        z-index: 9999;
        box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
        background: #fff;
        padding: 50px 15px;
        left: -450px;
    }

    #filter-sidebar.open {
        left: 0;
    }

    #filter-sidebar .close {
        display: block;
    }

    .actions button {
        background: 0px;
        padding: 0px;
    }

    .actions {
        padding: 15px;
    }

}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/*08 - Product Image Slider */
/*-------------------------------------------------------------------------------------------------------------------------------*/
  .sv-slider #small {
    white-space: nowrap;
    overflow: auto;
    padding: 0px 30px;
    overflow: hidden;
    position: absolute;
    bottom: 50px;
    text-align: center;
  }

  .sv-slider #large .product-image {
    width: 100%;
    max-width: 715px;
    height: 600px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sv-slider #large .product-image img {
      width: 100%;
      height: auto;
  }

  .sv-slider #small .thumbnail {
      border-radius: 0;
      width: 50px;
      height: 50px;
      background-position: center !important;
      background-size: cover  !important;
      cursor: pointer;
      margin: 0px;
  }

  @media (max-width: 776px) {
        .sv-slider #large .product-image{
            height: 500px;
        }
        .basic-details-block{
            height: auto;
        }
        .nav-tabs {
            padding: 50px 0px;
        }
        .product-actions {
            position: relative;
        }
        .cart-actions {
            margin: 30px 0px;
        }
    }

.sv-slider #small .owl-stage {
    margin: auto;
}

.sv-slider .nav {
    width: 45px;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 43%;
    z-index: 100;
}

.sv-slider .nav.next {
    right: 0;
}

.sv-slider .nav.prev {
    left: 0;
}

.sv-slider .nav i,
.owl-nav i {
    color: #575757;
    font-size: 40px;
}

.sv-slider .nav i:hover,
.owl-nav i {
    color: #b50c00;
}

div#related .owl-item {
    min-height: 0px;
}

div#related .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hover-text {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.owl-carousel#related > div{
    margin: 0px 25px;
}

.owl-carousel#related .owl-nav.disabled {
    display: none;
}

#description-modal table td {
    padding: 10px;
}

#description-modal table * {
    line-height: 15px;
}