/** General **/
.btn,
.form-control,
.card,
.dropdown-menu,
.nav-tabs .nav-link {
    border-radius: 0 !important;
}

.home-header {
    text-transform: uppercase;
}

/** Header **/
.image-logo {
    max-width: 250px;
}

.site-logo-text {
    vertical-align: middle;
    font-size: 1.2rem;
    font-weight: 900;
}

.logo-wrapper {
    text-align: center;
}

.phone-wrapper {
    text-align: center;
}

.btn-slider {
    padding: .375rem 2rem;
    margin-top: 1rem;
}

.cart-mobile .item-count {
    height: 1.1rem;
    min-width: 1.1rem;
    border: 1px solid #ffffff !important;
}

.home-header {
    text-align: center;
}

.predictive-search-results .list-group-item:first-child,
.predictive-search-results .list-group-item:last-child {
    border-radius: 0;
}

.container-navigation .navbar {
    padding-bottom: 0;
    padding-top: 0;
}

/** Categories **/

.card-header:first-child {
    border-radius: 0;
}

/** Slider **/
.container-slider {
    padding: 0;
}

.container-main.container-fluid .slide-image {
    min-height: 600px;
}

.slide-text-container {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    min-height: inherit;
    padding: 0;
}

.slide-image {
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slide-text-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
    max-width: 500px;
    padding: 1rem;

}

.slide-sub-header {
    font-weight: 300;
}

.home-slider {
    position: relative;
    overflow: hidden;
}

.home-slider-prev,
.home-slider-next {
    font-size: 3rem !important;
}

/** Categories Slider **/

.home-categories-slider-prev .fal,
.home-categories-slider-next .fal {
    font-weight: 900;
}

.home-categories-slider-prev .fa-angle-left:before {
    content: "\f137";
}

.home-categories-slider-next .fa-angle-right:before {
    content: "\f138";
}

/** Product Slider **/
.list-products-slider-prev .fal,
.list-products-slider-next .fal {
    font-weight: 900;
}

.list-products-slider-prev .fa-angle-left:before {
    content: "\f137";
}

.list-products-slider-next .fa-angle-right:before {
    content: "\f138";
}

/** Product **/
.view-product .product-special-offer-quantity,
.view-product .product-overview {
    display: none;
}

.view-product .product-image {
    height: 300px;
}

/** Products **/
.product-info .product-rating,
.product-info .product-free-shipping,
.product-info .product-add-to-wishlist {
    font-size: 0.75rem;
}

.product-info .product-rating .rating {
    min-width: auto;
}

.list-products .product-action .input-group-quantity,
.list-products .product-action .button-add-to-cart {
    max-width: 250px;!important;
}

.list-products .product .product-image {
    min-height: 220px;
}

.list-products-grid .product {
    padding-left: 0;
    padding-right: 0;
}

.list-products-grid .product-wrap {
    border: 1px solid #dee2e6!important;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}
.product-overview {
    font-weight: bold;
}

.catalog-category-description p {
    margin-bottom: .5rem;
}

#page-product #content.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 75%;
    max-width: 75%;
}

#page-page #content.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 75%;
    max-width: 75%;
}


/** Panel **/
.panel.panel-catalog-categories .card-body {
    padding: 0;
}
.panel-catalog-categories ul {
    list-style: none;
    padding: 0;  
}
.panel-catalog-categories li {
    position: relative;
}
.panel-catalog-categories .nav-link.parent:after {
    content: "\f105";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    right: 0;
}

.panel-catalog-categories .sub-menu {
    position: absolute;
    top: 0;
    left: 269px;
    width: 200px;
    padding: 0;
    z-index: 999;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: none;
}
.panel-catalog-categories li:hover > .sub-menu {
    display: block;
}
.panel-catalog-categories .sub-menu .sub-menu {
    left: 200px;
}
.panel .tree-item a {
    padding: 8px 15px;
    display: block;
}
.panel .tree > .tree-item:first-child {
    border-top: 2px #fff solid !important; 
}
.panel .tree > .tree-item:not(:last-child) {
    border-bottom: 2px #fff solid !important;  
}
.tree-root {
    line-height: 1.2;
}
.tree .indicator {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}
.tree ul {
    margin-left: 0;
}
.tree li > ul li {
    padding: 0; 
}
.tree ul:before,
.tree ul li:before {
    display: none;
}
.tree ul li:last-child:before {
    top: 5px;
}
.tree ul li a:before {
    content: "-";
    border-top: 0;
    height: 100%;
    top: 5px;
    margin-right: 5px;
}
.panel ul li li a {
    padding: 8px 15px 8px 15px !important;
}
.panel ul li li li a {
    padding: 8px 15px 8px 25px !important;
}
.panel ul li li li li a {
    padding: 8px 15px 8px 35px !important; 
}
.tree ul li:last-child:before {
    background: transparent;
}
/** Quantity Box for Catalog Page **/
.catalog-page .input-group-quantity {
    max-width: 250px !important;
}

/** Newsletter **/
.newsletter-desc {
    text-align: center;
}

/** Manufacturer **/
.manufacturers-list .manufacturer-slide {
    width: 16.66%;
    height: 165px;
    overflow: hidden;
}

.manufacturers-list .manufacturer {
    border: 1px solid;
    margin: 5px;
    padding: 10px;
    height: 155px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
}

.manufacturers-list .manufacturer img {
    max-width: 125px;
    max-height: 125px;
}

.manufacturers-slider-prev,
.manufacturers-slider-next {
    font-size: 2rem;
    top: 58%;
}

/** Footer **/
.container-footer {
    text-align: center;
}

.container-footer h5 {
    text-transform: uppercase;
}

.container-footer .nav-link{
    padding: .25rem .5rem;
    line-height: 1.2;
}

.address-wrapper .nav-link {
    padding: 0.5em 0;
}

.social-links {
    margin-left: -5px;
}

.social-links .nav-item {
    margin: 5px;
}

.info-wrapper .nav-link,
.support-wrapper .nav-link {
    padding-left: 0;
}

.swiper-button-prev,
.swiper-button-next {
    font-size: 2rem;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
    outline: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .5;
}

.swiper-pagination-bullet {
    opacity: 1;
    width: .5rem;
    height: .5rem;
}

.page-product .product-add .input-group {
    max-width: 250px;!important;
}

.page-cart .product-quantity {
    background-color: #ffffff !important;
}

.page-cart .input-group-quantity {
    max-width: 250px;!important;
}

@media (min-width: 576px) {
    .container-footer {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .container-main {
        min-height: 515px;
    }

    .newsletter-desc {
        text-align: left;
    }
    .list-products-grid .product:nth-child(2n) .product-wrap {
        border-left: #fff solid 1px !important;
    }

    .site-logo-text {
        font-size: 1.4rem;
    }
    .image-logo {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .container-main {
        min-height: 450px;
    }

    .home-header {
        text-align: left;
    }

    .logo-wrapper {
        text-align: left;
    }

    .search-wrapper {
        width: 350px;
        margin-left: auto;
    }

    .predictive-search-results {
        width: 350px !important;
        left: unset !important;
        padding: 0 !important;
    }

    .phone-wrapper {
        text-align: left;
    }

    .container-navigation .nav-link {
        position: relative;
        padding: .5rem;
    }
    
    .main-nav .nav-item:last-child .nav-link:before{
        display: none;
    }

    .slide-text-wrapper {
        max-width: 700px;
    }

    .slide-text-wrapper.slide-position-right {
        left: auto;
        right: 25px;
        transform: translate(0, -50%);
    }

    .slide-text-wrapper.slide-position-left {
        left: 25px;
        transform: translate(0, -50%);
    }

    .slide-position-center {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .home-products-slider {
        position: relative;
        overflow: hidden;
    }

    .list-products-slider,
    .home-categories-slider {
        overflow: visible;
        position: unset;
    }

    .manufacturers-slider-prev,
    .manufacturers-slider-next,
    .list-products-slider-prev,
    .list-products-slider-next,
    .home-categories-slider-prev,
    .home-categories-slider-next {
        top: 24px;
    }

    .manufacturers-slider-prev,
    .list-products-slider-prev,
    .home-categories-slider-prev {
        left: auto;
        right: 50px;
    }

    .swiper-pagination-bullet {
        width: 1rem;
        height: 1rem;
    }
    .list-products-grid .product:nth-child(2n) .product-wrap {
        border-left: 1px solid #dee2e6 !important;
    }
    .list-products-grid .product:nth-child(3n-1) .product-wrap {
        border-right: 1px solid #fff !important;
        border-left: 1px solid #fff !important;
    }
    .list-products-grid .product:last-child .product-wrap {
        border-right: 1px solid #dee2e6 !important;
    }
    .site-logo-text {
        font-size: 1.5rem;
    }
    .image-logo {
        max-width: 350px;
    }
}

@media (min-width: 1200px) {
    .container-main {
        min-height: 455px;
    }
    .image-logo {
        max-width: 500px;
    }
    .site-logo-text {
        font-size: 2.65rem;
    }
}

@media (min-height: 1300px) {
    .container-main {
        min-height: 791px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }

    .container-main {
        min-height: 500px;
    }
}

@media screen and (max-width: 992px) {
    h2.slide-header {
        font-size: 4rem !important;
    }

    h3.slide-sub-header {
        font-size: 1.5rem !important;
    }

    body h1,
    body .h1 {
        font-size: 1.625rem !important;
    }

    body h2,
    body .h2 {
        font-size: 1.5rem !important;
    }

    body h3,
    body .h3 {
        font-size: 1.375rem !important;
    }

    body h4,
    body .h4 {
        font-size: 1.25rem !important;
    }

    body h5,
    body .h5 {
        font-size: 1.125rem !important;
    }

    body h6,
    body .h6 {
        font-size: 1rem !important;
    }
    .nav-account .nav-link {
        padding: .5rem .75rem;
    }
}

@media screen and (max-width: 768px) {
    h2.slide-header {
        font-size: 2rem !important;
    }
    h3.slide-sub-header {
        font-size: 1.2rem !important;
    }
}

@media screen and (max-width: 576px) {
    .store-address br {
        display: none;
    }
}