.sections {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.owl-theme .owl-dots .owl-dot span {
    background: #c7c7c7;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #444444;
}

input[type=submit],
button {
    background-color: #15bcce;
    color: #fff !important;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    padding: 15px 25px;
}

.carousel-banner {
    margin-top: 97px;
}

/*.carousel-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}*/

.carousel-banner .carousel-caption,
.carousel-banner .carousel-indicators {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.carousel-banner .carousel-indicators {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: unset;
    bottom: 8rem;
    margin-right: 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.carousel-banner .carousel-indicators li {
    width: .625rem;
    height: .625rem;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 0;
    margin-right: 15px;
}

.carousel-banner .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: unset;
    right: unset;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.carousel-banner .carousel-box {
    width: 51%;
    text-align: left;
}

.carousel-banner .carousel-box h1 {
    font-family: 'League Spartan Bold';
    font-weight: normal;
}

.carousel-banner .carousel-box button {
    margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {

    .carousel-banner .carousel-caption,
    .carousel-banner .carousel-indicators {
        max-width: 720px;
    }
}

@media screen and (min-width: 992px) {

    .carousel-banner .carousel-caption,
    .carousel-banner .carousel-indicators {
        max-width: 960px;
    }
}

@media screen and (min-width: 1200px) {

    .carousel-banner .carousel-caption,
    .carousel-banner .carousel-indicators {
        max-width: 1200px;
    }
}

.icon-text-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.icon-text-section .icon-text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    align-items: center;
}

.icon-text-section .icon-text-box .icon,
.icon-text-section .icon-text-box .text {
    padding-left: 15px;
    padding-right: 15px;
}

.icon-text-section .icon-text-box .icon .icon-circle {
    background-color: #15bcce;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-text-section .icon-text-box .text h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.product-listing-section .product-carousel-lg .row .col-lg-3 {
    margin-bottom: 30px;
}

.product-listing-section .product-list-custom-title {
    margin-bottom: 35px;
}

.product-listing-section .product-list-custom-title .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.product-listing-section .product-list-custom-title .box h2 {
    color: #0f2079;
    margin-bottom: 0;
}

.product-listing-section .product-list-custom-title .nav-pills .nav-link {
    color: #444;
    font-size: 20px;
}

.product-listing-section .product-list-custom-title .nav-pills .nav-link.active,
.product-listing-section .product-list-custom-title .nav-pills .show>.nav-link {
    background-color: transparent;
    color: #ab313d;
    font-weight: bold;
}

.product-listing-section .item .row {
    justify-content: center;
}
.product-listing-section .item a,
.product-listing-section .item li.product {
    display: block;
}

.product-listing-section .item li.product img {
    background-color: #fff;
    border: 1px solid #dddddd;
    padding: 15px;
    margin-bottom: 10px;
    width: 100%!important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.product-listing-section .item li.product .woocommerce-box {
    display: flex;
    justify-content: space-between;
}
.product-listing-section .item li.product p,
.product-listing-section .item li.product span.price {
    font-size: 20px;
}

.product-listing-section .item li.product p {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.product-listing-section .item li.product p {
    color: #444;
}
.product-listing-section .item li.product p a {
    color: inherit;
}

.product-listing-section .item li.product .out-of-stock-badge {
    position: absolute;
    top: 0;
    right: 15px;
    background-color: #f5c10b;
    color: #ab313d;
    font-weight: bold;
    padding: 2px 10px;
    font-size: 15px;
}

.product-listing-section .item li.product.outofstock .cart a {
    display: none;
}

.product-listing-section .item li.product span.price {
    color: #e12546;
    font-weight: bold;
}

.product-listing-section .item li.product .cart a {
    margin-top: 0;
    background-color: #15bcce;
    color: #fff;
    font-size: 15.5px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-listing-section .item li.product .cart a.loading {
    opacity: .25;
    padding-right: 2.618em;
}

.product-listing-section .item li.product .cart a.loading::after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: unset;
    margin-left: 3px;
    margin-right: -40px;
    top: unset;
    right: unset;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.product-listing-section .item li.product .cart a.added_to_cart.wc-forward {
    display: none;
}

.product-listing-section .tab-content>.tab-pane {
    display: block;
    height: 0;
}
.product-listing-section .tab-content>.tab-pane.active {
    height: auto;
}

.product-listing-section .tab-pane .product-box-carousel-lg,
.product-listing-section .tab-pane .product-box-carousel-sm {
    opacity: 0;
    transition: 2s;
}

.product-listing-section .tab-pane.active.show .product-box-carousel-lg,
.product-listing-section .tab-pane.active.show .product-box-carousel-sm {
    opacity: 1;
}

.product-listing-section .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 55px;
}

@media screen and (min-width: 1200px) {
    .product-listing-section .product-box-carousel-sm {
        display: none;
    }

    .product-listing-section .product-carousel .row .col-lg-3:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
}

#featured-content {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

#featured-content .featured-content-box {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

#featured-content .featured-content-box h2 {
    color: #0f2079;
    margin-bottom: 20px;
}

#featured-content .featured-content-box p {
    color: #fff;
}

.product-listing-section li.product span.onsale {
    background-color: #f5c10b;
    color: #ab313d;
    border-radius: 0;
    line-height: normal;
    height: 60px;
    width: 60px;
    font-size: 16px;
    font-weight: bold;
        display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 2px;
    margin-top: 0;
    margin-right: 15px;
}
.product-listing-section li.product span.onsale span {
    color: #fff;
    display: block;
    width: 100%;
    margin-top: -25px;
    text-align: center;
}

.product-listing-section li.product ins {
    text-decoration: none;
}

@media screen and (max-width: 1440px) {
    .carousel-banner .carousel-indicators {
        bottom: 3rem;
    }

    #featured-content {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

@media screen and (max-width: 1280px) {
    .carousel-banner .carousel-indicators {
        bottom: 1rem;
    }
}

@media screen and (max-width: 1199px) {
    .sections {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .carousel-banner {
        margin-top: 75px;
    }

    .carousel-banner .carousel-box h1 {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .carousel-banner .carousel-box h1 br {
        display: none;
    }

    .carousel-banner .carousel-indicators {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .carousel-banner .carousel-indicators li {
        margin-left: 7.5px;
        margin-right: 7.5px !important;
    }

    .carousel-banner .carousel-box {
        width: 75%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .product-listing-section .product-box-carousel-lg {
        display: none;
    }

    .product-listing-section .product-list-custom-title {
        margin-bottom: 20px;
    }

    .product-listing-section .product-list-custom-title .box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-listing-section .product-list-custom-title .box .box1,
    .product-listing-section .product-list-custom-title .box .box2 {
        width: 100%;
    }

    .product-listing-section .product-list-custom-title .box .box1 {
        text-align: center;
    }

    .product-listing-section .product-list-custom-title .box .box2 .nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product-listing-section .item li.product .out-of-stock-badge {
        font-size: 14px;
        right: 0;
    }

    .product-listing-section .item li.product p,
    .product-listing-section .item li.product span.price {
        font-size: 15px;
    }

    .product-listing-section .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 35px;
    }

    #featured-content {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    #featured-content .featured-content-box {
        max-width: unset;
        padding-left: 20px;
        padding-right: 20px;
    }

    input[type=submit], button {
        padding: 10px 20px;
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) {
    .carousel-banner .carousel-item img {
        height: 35rem;
        width: auto;
        max-width: unset;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .carousel-banner .carousel-box {
        width: 100%;
    }
    .icon-text-section .icon-text-box {
        flex-direction: column;
    }
    .icon-text-section .icon-text-box .icon, .icon-text-section .icon-text-box .text {
        text-align: center;
    }

    .icon-text-section .icon-text-box .icon .icon-circle {
        margin-bottom: 13px;
    }

    .icon-text-section .col-lg-4 {
        margin-bottom: 30px;
    }

    .icon-text-section .col-lg-4:last-of-type {
        margin-bottom: 0;
    }

    .icon-text-section .icon-text-box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .icon-text-section .icon-text-box .icon .icon-circle {
        width: 85px;
        height: 85px;
        padding: 20px;
    }

    .product-listing-section .item li.product .cart a {
        font-size: 15px;
        width: 35px;
        height: 35px;
    }
    .product-listing-section .item li.product .cart a.loading {
        padding-right: 40px;
    }
}

@media screen and (max-width: 767px) {
    .carousel-banner .carousel-box h1 {
        max-width: 85%;
    }
    #featured-content {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    #featured-content .featured-content-box {
        padding-left: 0;
        padding-right: 0;
    }

    .product-listing-section li.product span.onsale {
        height: 30px;
        width: 30px;
        font-size: 13px;
        margin-right: 0;
    }
    .product-listing-section li.product span.onsale span {
        margin-top: -15px;
    }
   
}

@media screen and (max-width: 575px) {
    .carousel-banner .carousel-item img {
        height: 30rem;
    }
}