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

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

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

input[type=submit],
button {
    background-color: #ddae1f;
    color: #fff !important;
    border: none;
    font-family: 'Avenir LT Std 95 Black';
    font-weight: normal;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.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: 13rem;
    margin-right: 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

.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 {
    text-align: center;
}

.carousel-banner .carousel-box h1 {
    font-family: "Hurme Geometric Sans 4 W00 Bold";
    font-weight: normal;
    font-size: 100px;
    line-height: 1;
    word-spacing: -20px;
    margin-bottom: 15px;
}

.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: 1245px;
    }

    .carousel-banner .carousel-box p {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}

.home-sweet-slider .section-title {
    text-align: center;
    margin-bottom: 25px;
}
.home-sweet-slider .owl-theme .owl-dots .owl-dot span {
    background: #e7c663;
}

.home-sweet-slider .owl-theme .owl-dots .owl-dot.active span, 
.home-sweet-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.home-sweet-slider .owl-theme .owl-dots {
    margin-top: 30px!important;
}

.home-sweet-slider .section-title h2 {
    color: #fff;
     font-family: "Hurme Geometric Sans 4 W00 Bold";
    font-style: normal;
    font-size: 70px;
    word-spacing: -15px;
}

.home-sweet-slider .owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 30px;
    z-index: 2;
}

.home-sweet-slider .owl-theme .owl-nav [class*=owl-] i {
    display: block;
    margin-top: -50px;
}

.home-sweet-slider .owl-nav .owl-prev {
    left: -4rem;
}
.home-sweet-slider .owl-nav .owl-next {
    right: -4rem;
}

.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;
	justify-content: space-evenly;
}

.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: #ddae1f;
    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: 'Avenir LT Std 95 Black';
    font-weight: normal;
    color: #a0213f;
    font-size: 20px;
}

.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: center;
}

.product-listing-section .product-list-custom-title .box h2,
.our-partners .section-title h2 {
    color: #a0213f;
    margin-bottom: 0;
    font-family: "Hurme Geometric Sans 4 W00 Bold";
    font-weight: normal;
    font-size: 70px;
	text-transform: capitalize;
}

.product-listing-section .product-list-custom-title .box .box2 {
    display: none;
}

.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 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;
    align-items: center;
    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: 'Avenir LT Std 95 Black';
    font-weight: normal;
}

.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: #ab313d;
}

.product-listing-section .item li.product .cart a {
    margin-top: 0;
    background-color: #ddae1f;
    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;
    }
}

.our-partners {
    padding-bottom: 5rem;
}
.our-partners .section-title {
    text-align: center;
}
.our-partners .partners-row .our-partner-col {
    flex: 0 0 20%;
    max-width: 25%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.our-partners .partners-row .partner-box {
    text-align: center;
    margin-top: 35px;
}
.our-partners .partners-row.partners-for-sm .boxes {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.our-partners .partners-row.partners-for-sm .boxes .box-col {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.our-partners .partners-row.partners-for-sm .owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    color: #a0213f!important;
    font-size: 30px;
    z-index: 2;
}
@media screen and (min-width: 768px) {
    .our-partners .partners-row.partners-for-sm {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .our-partners .partners-row.partners-for-lg {
        display: none;
    }
}

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

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

#featured-content .featured-content-box h2 {
    font-family: "Hurme Geometric Sans 4 W00 Bold";
    font-weight: normal;
    font-size: 70px;
    margin-bottom: 20px;
    word-spacing: -10px;
}

#featured-content .featured-content-box h2, 
#featured-content .featured-content-box p {
    color: #fff;
}
.product-listing-section li.product .star-rating {
    display: none;
}
.product-listing-section li.product span.onsale {
    background-color: #a0213f;
    color: #fcd240;
    border-radius: 0;
    line-height: normal;
    height: 50px;
    width: 60px;
    font-size: 16px;
    font-family: 'Avenir LT Std 95 Black';
    font-weight: normal;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 2px;
    margin-top: 0;
    margin-right: 15px;
    position: absolute;
    right: 15px;
}
.product-listing-section li.product span.onsale span {
    color: #fff;
    display: block;
    width: 100%;
    margin-top: -20px;
    text-align: center;
}

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

@media screen and (max-width: 1680px) {
    .carousel-banner .carousel-indicators {
        bottom: 9rem;
    }
}
@media (min-width: 1200px) and (max-width: 1280px) {
    .carousel-banner {
        margin-top: 84.72px;
    }
}
@media screen and (max-width: 1440px) {
    .carousel-banner .carousel-indicators {
        bottom: 7rem;
    }
    .carousel-banner .carousel-box h1 {
        font-size: 85px;
        word-spacing: -15px;
    }

    #featured-content {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    input[type=submit], button {
        font-size: 15px;
    }

    .product-listing-section .product-list-custom-title .box h2,
    #featured-content .featured-content-box h2,
    .home-sweet-slider .section-title h2,
    .our-partners .section-title h2 {
        font-size: 60px;
    }
}

@media screen and (max-width: 1370px) {
    .home-sweet-slider .owl-nav .owl-prev {
        left: -2rem;
    }
    .home-sweet-slider .owl-nav .owl-next {
        right: -2rem;
    }
}

@media screen and (max-width: 1280px) {
    .carousel-banner .carousel-indicators {
        bottom: 5rem;
    }
    .carousel-banner .carousel-indicators {
        bottom: 3.5rem;
    }
    .home-sweet-slider .owl-nav .owl-prev {
        left: -1.2rem;
    }
    .home-sweet-slider .owl-nav .owl-next {
        right: -1.2rem;
    }
}

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

    .carousel-banner {
        margin-top: 69px;
    }
    .carousel-banner .carousel-box h1 {
        font-size: 60px;
    }

    .carousel-banner .carousel-indicators {
        bottom: 1.5rem;
    }

    .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 {
        margin-bottom: 15px;
        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;
    }

    .product-listing-section .product-list-custom-title .box h2,
    #featured-content .featured-content-box h2,
    .home-sweet-slider .section-title h2,
    .our-partners .section-title h2 {
        font-size: 45px;
    }

    .home-sweet-slider .owl-theme .owl-nav [class*=owl-],
    .our-partners .partners-row.partners-for-sm .owl-theme .owl-nav [class*=owl-] {
        font-size: 25px;
    }
    .home-sweet-slider .owl-nav .owl-prev {
        left: -1rem;
    }
    .home-sweet-slider .owl-nav .owl-next {
        right: -1rem;
    }
}

@media screen and (max-width: 991px) {
    .carousel-banner {
        margin-top: 69px;
    }

    .carousel-banner .carousel-item img {
        height: 35rem;
        width: auto;
        max-width: unset;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .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;
		padding: 0 10px;
    }
	.icon-text-section .icon-text-box .text{
		text-align: center;
	}

    .icon-text-section .icon-text-box .icon .icon-circle {
        width: 70px;
        height: 70px;
        padding: 20px;
    }
    .icon-text-section .icon-text-box .text h6,
    .product-listing-section .product-list-custom-title .nav-pills .nav-link {
        font-size: 17px;
    }

    .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) {
    input[type=submit], button {
        font-size: 14px;
    }
    .carousel-banner .carousel-box h1 {
        font-size: 40px;
        word-spacing: -5px;
    }
    .product-listing-section .product-list-custom-title .box h2,
    #featured-content .featured-content-box h2,
    .home-sweet-slider .section-title h2,
    .our-partners .section-title h2 {
        font-size: 30px;
    }

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

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

    .icon-text-section .icon-text-box .text h6,
    .product-listing-section .product-list-custom-title .nav-pills .nav-link {
        font-size: 15.5px;
    }
    .product-listing-section li.product span.onsale {
        height: 40px;
        width: 40px;
        font-size: 13px;
        margin-right: 0;
        right: 0;
        }
    .product-listing-section li.product span.onsale span {
        margin-top: -10px;
    }


    .icon-text-section .icon-text-box .icon .icon-circle {
        width: 120px;
        height: 120px;
        padding: 20px;
        margin-bottom: 13px;
    }
   
}

@media screen and (max-width: 575px) {
    .carousel-banner .carousel-item img {
        height: 30rem;
    }
    .carousel-banner .carousel-box h1 {
        font-size: 35px;
        word-spacing: -5px;
    }

    .icon-text-section .icon-text-box .icon .icon-circle {
        width: 60px;
		height: 60px;
		padding: 20px;
    }
    .icon-text-section .icon-text-box .text {
        text-align: center;
		padding: 0 20px;
    }
    .home-sweet-slider .owl-theme .owl-nav [class*=owl-],
    .our-partners .partners-row.partners-for-sm .owl-theme .owl-nav [class*=owl-] {
        font-size: 22px;
    }
    .home-sweet-slider .owl-nav .owl-prev {
        left: .5rem;
    }
    .home-sweet-slider .owl-nav .owl-next {
        right: .5rem;
    }
    .home-sweet-slider .owl-carousel .owl-item img {
        margin-left: auto;
        margin-right: auto;
    }
        .icon-text-section .icon-text-box {
        flex-direction: column;
    }
}

.product-listing-section .product-box-carousel-lg .item .row,
.our-partners .partners-row {
    justify-content: center;
}


/* 10/5 */

.modal-container {
    
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.5);
    top: -20rem;
    left: 0;
    opacity: 0;
    transition: 1.5s ease;
    
}

.modal-container.show {
    top: 0;
    opacity: 1;
    z-index: 999999;
}


.modal-container.show.remove-modal {
    
    transform: translateY(-100%);    
    
}


.modal-container .modal-box {
    
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}

.modal-container .modal-box i {
    
    position: absolute;
    right: 11px;
    top: 10px;
    font-size: 34px;
    cursor: pointer;
    
}


@media screen and (max-width: 600px) {
    
    .modal-container .modal-box {
        width: 88%;
    }
}

