@import url("font.css");

.intro-slider-container img{ width:100%;}


.text-third {
    color: #ef837b;
}

.thanksBox{ padding:50px; text-align:center;}
.thanksBox p{ font-size:16px;}
.bg-light {
    background-color: #f4f7ff !important;
}
.title-desc {
    font-size: 1.6rem;
    line-height: 1;
    margin-top: 0.3rem;
}
.intro-slider-container,
.intro-slide {
    /* height: 310px; */
    background-color: #f5f6f9;
}
.intro-slide {
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
}
.intro-slide .intro-content {
    position: static;
    left: auto;
    top: auto;
    transform: translateY(0);
    -ms-transform: translateY(0);
}
.intro-subtitle {
    margin-bottom: 0.5rem;
}
.intro-title {
    color: #333;
    letter-spacing: -0.03em;
    font-size: 3.4rem;
    margin-bottom: 0;
}
.intro-price {
    color: #777;
    font-weight: 700;
    line-height: 1.2;
    font-size: 3.4rem;
    letter-spacing: -0.025em;
    margin-top: 1rem;
    margin-bottom: 1.2rem;
}
.intro-price sup {
    top: -0.8em;
    font-weight: 300;
    font-size: 1.4rem;
    letter-spacing: -0.03em;
}
.intro-old-price {
    position: relative;
}
.intro-old-price:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #999;
}
.owl-theme .owl-nav [class*="owl-"] {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 2rem;
    margin-top: -1.6rem;
}
.owl-theme.owl-nav-inside .owl-nav .owl-prev {
    left: 15px;
    /* margin-left: -584px; */
}
.owl-theme.owl-nav-inside .owl-nav .owl-next {
    right: 15px;
    /* margin-right: -584px; */
}
.owl-theme.owl-light .owl-nav [class*="owl-"] {
    border-color: #333;
    background-color: #333;
    color: #ccc;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #fafafa !important;
    opacity: 1;
}
.owl-theme.owl-nav-inside .owl-dots {
    bottom: 20px;
}
.owl-full .owl-dots {
    bottom: -2rem;
}
.cat-blocks-container {
    padding-top: 0.5rem;
}
.cat-blocks-container [class*="col-"] {
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.cat-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    margin-bottom: 13px;
}
.cat-block figure {
    display: inline-flex;
    align-items: center;
    position: relative;
    flex: 1;
    margin: 0;
	min-height: 305px;
}
.cat-block figure span {
    position: relative;
}
.cat-block figure span:after {
    content: "";
    display: block;
    position: absolute;
    /*bottom: -0.2rem;*/
	bottom: 9px;
    left: 45%;
    width: 105%;
    margin-left: -45%;
    height: 0.3rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.35s ease;
    filter: blur(3px);
    opacity: 0.5;
}
.cat-block img {
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.35s ease;
    width: 150px;
    /*background: #fbfbfb;*/
    /* padding: 12px; */
    /* border-radius: 50%; */
    /* border: 2px solid #c71e23; */
}
.new-launches{padding:40px 0px;margin-top:15px;background:#f1f1f1;}
.today-deal-outlet{padding:40px 0px;}

.cat-block:hover img {
    /* transform: translateY(-14px); */
}
.cat-block:hover figure span:after {
    opacity: 1;
}
.cat-block-title {
    color: #333;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
}
.banner-content {
    left: 30px;
    padding-top: 0;
}
.banner-subtitle {
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    margin-bottom: 1.3rem;
}
.banner-title {
    color: #999;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin-bottom: 1.2rem;
}
.main .banner-title strong {
    font-weight: 600;
    color: #333;
}
.banner-link {
    display: inline-block;
    font-weight: 400;
    line-height: 1.3;
    padding: 0.3rem 1rem;
    border-radius: 20px;
    letter-spacing: -0.01em;
    margin-left: -1rem;
    text-align: center;
    min-width: 110px;
}
.banner-link i {
    margin-left: 0.7rem;
}
.banner-link:hover,
.banner-link:focus {
    color: #fff;
    background-color: #39f;
    text-decoration: none !important;
}
.nav.nav-pills .nav-link {
    font-size: 1.4rem;
}
.nav.nav-pills .nav-item + .nav-item {
    margin-left: 0.5rem;
}
.heading .title {
    font-weight: 600;
    letter-spacing: -0.025em;
}
.product.product-2 {
    background-color: #fff;
    border: 0.1rem solid #ebebeb;
    margin-bottom: 2rem;
}
.product.product-2 .product-nav-dots {
    margin-bottom: 1.5rem;
}
.product-cat {
    color: #ccc;
}
.product-body {
    overflow: hidden;
}
.form-box {
    padding: 30px;
    margin-top: 30px;
}
.btn-product + .btn-product {
    border-left-style: solid;
}
.product-action:not(.product-action-dark) {
    background-color: #f6f7fa;
}
.product-action:not(.product-action-dark) .btn-product + .btn-product {
    border-left-color: #d1d1d3;
}
.product-action:not(.product-action-dark) .btn-product:not(:hover):not(:focus) {
    color: #333;
}
.product-action-dark .btn-product:not(:hover):not(:focus) {
    color: #fff;
}
.new-arrivals .product-price,
.trending-products .product-price {
    margin-bottom: 1.2rem;
    color: #fcb941;
}
.for-you .product.product-2 {
    border: none;
}
.trending-products .product-body {
    padding: 1.6rem 0.4rem 1.6rem 2rem;
}
.ratings-container {
    margin-bottom: 1.5rem;
}
.old-price {
    text-decoration: none;
}
.btn-product-icon {
    color: #39f;
    border-color: #39f;
    background-color: transparent;
    border: 0.1rem solid #39f;
}
.btn-product-icon span {
    background-color: #39f;
    top: -1px;
    bottom: -1px;
}
.btn-product-icon:hover,
.btn-product-icon:focus {
    color: #39f;
    border-color: #39f;
    background-color: transparent;
}
.btn-wishlist:hover:before,
.btn-wishlist:focus:before {
    content: "\f233";
}
.btn-more {
    text-transform: capitalize;
}
.deal-col {
    display: flex;
    align-items: stretch;
}
.deal {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    padding: 3.6rem 4rem 4.8rem;
    background-color: #f1f1f1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 2rem;
    min-height: 330px;
}
.deal > div {
    width: 100%;
}
.deal .btn {
    padding: 0 0 0.2rem;
}
.deal h4 {
    color: #777;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.25;
    letter-spacing: 0;
    margin-bottom: 0.5rem;
    max-width: 240px;
}
.deal h2 {
    color: #c71e23;
    font-weight: 600;
    font-size: 23px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin-bottom: 0.2rem;
    max-width: 240px;
}
.deal .product-title {
    max-width: 240px;
    margin-bottom: 0.7rem;
}
.deal .product-price {
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 0.4rem;
}


.btn.btn-outline-dark-2 {
    border-color: #d7d7d7;
}
.deal-countdown {
    margin-bottom: 0;
    margin-left: -0.8rem;
    max-width: 180px;
}
.deal-countdown.offer-countdown {
    max-width: 240px;
}
.deal-countdown .countdown-show3 .countdown-section {
    width: calc(33.33% - 16px);
}
.deal-countdown .countdown-show4 .countdown-section {
    width: calc(25% - 16px);
}
.deal-countdown .countdown-section {
    position: relative;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    padding: 0.9rem 0 0.3rem;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    background-color: #39f;
    border-radius: 0.3rem;
    border: none;
    margin-bottom: 2rem;
}
.deal-countdown .countdown-section:not(:last-child):after {
    color: #333333;
    content: ":";
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    left: 100%;
    margin-left: 6px;
    margin-top: -1px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.deal-countdown .countdown-period {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -2rem;
    display: block;
    font-weight: 400;
    color: #666666;
    text-transform: lowercase;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.deal-countdown .countdown-amount {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 0.4rem;
}
.new-price {
    font-weight: 400;
    letter-spacing: -0.01em;
}
.btn-link {
    letter-spacing: -0.01em;
}
.btn-link i:last-child {
    margin-left: 0.5rem;
}
.cta-border {
    position: relative;
    border: none;
    background-color: #666666;
    background-size: cover;
    font-size: 2rem;
    margin-left: 70px;
    padding-top: 4.9rem;
    padding-bottom: 4.9rem;
}
.cta-border .cta-img {
    position: absolute;
    left: -70px;
    top: -5px;
}
.cta-border .cta-text {
    margin-right: 0;
}
.cta-border .cta-text p {
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: #fff;
}
.cta-border .cta-text::before {
    display: none;
}
.cta-border p {
    max-width: none;
}
.cta-border p strong {
    font-weight: 600;
}
.cta-border .btn:not(.btn-block) {
    min-width: 230px;
}
.cta-border .btn {
    margin-right: 70px;
    margin-left: 70px;
}
.cta-border .btn i:last-child {
    margin-left: 2.5rem;
}
.cta-heading {
    margin-bottom: 2.2rem;
}
.cta-heading .cta-title {
    margin-bottom: 0.2rem;
}
.cta-title {
    font-weight: 600;
    font-size: 2.4rem;
    letter-spacing: -0.025em;
}
.cta-desc {
    font-size: 1.6rem;
}
.cta .btn:not(.btn-block) {
    min-width: 178px;
}
.icon-boxes-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.icon-box-side .icon-box-title {
    font-weight: 600;
    margin-bottom: 0.2rem;
}
.icon-box-side p {
    font-size: 1.6rem;
    letter-spacing: -0.01em;
}
.icon-box-side .icon-box-icon {
    font-size: 4rem;
}
.footer {
    background-color: #f5f6f9;
}
.footer .footer-middle {
    border-top: none;
    padding: 5rem 0 3.5rem;
}
.footer .widget-title {
    font-weight: 600;
}
.widget-list a {
    position: relative;
}
.widget-list a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.1rem;
    background-color: #39f;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.3s ease;
}
.widget-list a:hover:before,
.widget-list a:focus:before {
    transform-origin: left center;
    transform: scale(1, 1);
}
.widget-about p:last-of-type {
    margin-bottom: 1.2rem;
}
.widget-call {
    position: relative;
    font-size: 1.3rem;
    padding: 2.1rem 2rem 1.6rem 7rem;
    border: 0.1rem solid #e1e1e1;
    border-radius: 0.3rem;
    line-height: 1.25;
    max-width: 270px;
}
.widget-call i {
    display: inline-block;
    color: #333;
    font-size: 3rem;
    line-height: 1;
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.widget-call a {
    display: block;
    font-weight: 400;
    font-size: 2rem;
    color: #39f;
}
.widget-call a:hover,
.widget-call a:focus {
    color: #1a8cff;
    box-shadow: none;
}
.footer-bottom .container {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}
@media screen and (min-width: 576px) {
    .intro-slider-container,
    .intro-slide {
        /* height: 360px; */
    }
}
@media screen and (min-width: 768px) {
    .intro-title {
        font-size: 4rem;
    }
    .intro-price {
        font-size: 4rem;
    }
    .intro-price sup {
        font-size: 1.6rem;
    }
}
@media screen and (min-width: 360px) {
	
	.mobile-screen{width:50%;}
	
}
@media screen and (min-width: 992px) {
    .intro-slider-container,
    .intro-slide {
        /* height: 400px; */
    }
    .intro-price {
        font-size: 4.4rem;
    }
    .intro-price sup {
        font-size: 1.8rem;
    }
    .intro-title {
        font-size: 4.4rem;
    }
}


@media screen and (max-width: 1360px) {
.diyaOne{left: -25px;}
.diyaTwo{right: -25px;}
}
@media screen and (max-width: 1200px) {
.diyaOne{left: -5px; width: 82px;}
.diyaTwo{right: -5px; width: 160px;}	
}
@media screen and (max-width: 1180px) {
.prodListing h1{ font-size: 34px;}
.prodFeatures ul li{font-size: 19px;}
.diyaOne{left: -5px; width: 82px;}
.diyaTwo{right: -5px; width: 160px;}	
}
@media screen and (max-width: 991px) {
.twoSect .col-lg-6{ text-align:center; margin-bottom:35px;}	
.twoSect .col-lg-6 img{ display:block; margin:0 auto;}

.storebg img{max-height:80px;}

.prodBox{margin: 0 10px 44px 10px;}
.cat-block figure{ min-height: 245px; max-height: 245px;}
.prodBox h3{ font-size: 20px;}
.prodFeatures ul{ padding: 32px 16px;}
.prodFeatures ul li{background-size: 20px; padding: 0 0 5px 28px; font-size: 15px; margin-bottom: 8px;}
}
@media screen and (max-width: 850px) {
.diyaOne { width: 54px;}
.diyaTwo { width: 100px;}
.prodListing h1 { font-size: 27px;}	

.prodBox h3 { font-size: 18px;}
.mobile-screen { flex: 0 0 50%; max-width: 50%;}

.footer-bottom .footer-copyright {font-size: 21px; text-align: center!important;}
}
@media screen and (max-width: 600px) {
.storebg{ padding: 15px 0; margin: 30px auto auto auto;}
.diyaOne { width: 32px;}
.diyaTwo { width: 65px;}

.prodListing { padding: 84px 0 0 0;}
.prodListing h1 { font-size: 22px;}
.prodListing h1:before{height: 4px;}
}
@media screen and (max-width: 500px) {
.mobile-screen{flex: 0 0 100%; max-width: 100%;	}
.cat-block figure { min-height: 285px; max-height: 285px;}
.storebg img { max-height: 60px;}
.footer-bottom .footer-copyright{ font-size: 15px; line-height: 17px;}

.storebg{    margin: 10px auto auto auto;}
}

@media screen and (min-width: 1200px) {

	
    .intro-content .btn {
        min-width: 170px;
    }
    .intro-title {
        font-size: 5rem;
    }
    .intro-price {
        font-size: 5rem;
        margin-bottom: 1.7rem;
    }
    .intro-price sup {
        top: -1.1em;
        font-size: 2rem;
    }
    .owl-theme .owl-nav [class*="owl-"] {
        width: 4rem;
        height: 4rem;
        font-size: 2.2rem;
        margin-top: -2rem;
    }
    .btn-more {
        min-width: 270px;
    }
}
@media screen and (max-width: 991px) {
    .heading {
        text-align: center;
    }
    .heading .title {
        margin-bottom: 1rem;
    }
}
/*# sourceMappingURL=demo-4.css.map */
