/* Header Section */

#owl-1 {
    position: absolute;
    top: 0px;
    z-index: -0;
}
#owl-1,
#owl-1 .owl-wrapper-outer,
#owl-1 .owl-wrapper-outer .owl-wrapper,
#owl-1 .owl-wrapper-outer .owl-wrapper .owl-item {
    height: 100%;
}
#owl-1 .item .item-img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -0;
    background-color: transparent;
    background-size: cover;
    background-position: top center;
}
.owl-theme .owl-controls {
    position: relative;
}
.owl-theme .owl-controls .owl-page span {
    margin: 5px;
    margin-top: -20px;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
.owl-theme .owl-controls .owl-page.active span {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    background-color: #262C30;
}
.owl-theme .owl-controls .owl-page:hover span {
    background-color: #262C30;
}
/* Responsive css  */
/* Phone Portrait */

@media (max-width: 670px) {
    .hero-carousel-wrapper {
        height: 640px !important;
    }
    #owl-1,
    #owl-1 .owl-wrapper-outer,
    #owl-1 .owl-wrapper-outer .owl-wrapper,
    #owl-1 .owl-wrapper-outer .owl-wrapper .owl-item {
        height: 640px !;
    }
}
/* Header Section Text */

.hero-area .header-text {
    position: relative;
    z-index: 1;
    padding-top: 30%;
}
.hero-area .header-text .header-heading {
    margin-bottom: 15px;
    font-size: 62px;
    font-weight: 100;
    line-height: 72px;
}
.hero-area .header-text .header-sub-title {
    margin-bottom: 30px;
    opacity: .5;
}
/* Responsive css for Header Section Text */
/* Tablet Landscape */

@media (max-width: 1040px) {
    .hero-area .header-text .header-heading {
        font-size: 48px;
        line-height: 52px;
    }

    header.hero-carousel-wrapper_mobi.hero-area {
        margin-bottom: 40px;
    }
}
/* Phone Portrait */

@media (max-width: 670px) {
    .hero-area .header-text {
        padding-top: 20%;
    }
}
@media (max-width: 480px) {
    .hero-area .header-text .header-heading {
        font-size: 36px;
        line-height: 42px;
    }
    .hero-area .header-text {
        padding-top: 30%;
    }
}
/* Promotion Section */

#promotions {
    padding-bottom: 0px;
}
#promotions .content {
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.00));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    padding: 40px 20px;
}
#promotions .content .btn {
    margin-top: 20px;
}
/* Responsive CSS for Promotion Section */
/* Tablet Landscape */

@media (max-width: 1040px) {
    #promotions .content .btn {
        margin-top: 12px;
    }
}
/* Tablet Portrait */

@media (max-width: 970px) {
    #promotions .content {
        padding: 20px 30px;
    }
    #promotions .content .btn {
        margin-top: 7px;
    }
}
/* Phone Portrait */

@media (max-width: 670px) {
    #promotions figure {
        margin-bottom: 30px;
    }
    #promotions .content {
        padding: 5px 15px;
    }
}
/* Products Section */

#products {
    padding-top: 60px;
}
#products a {
    color: #262C30;
}
#products figure {
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
#products figure:hover {
    cursor: pointer;
    position: relative;
    z-index: 9;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
#products figure figcaption {
    position: relative;
    width: 100%;
    padding: 20px 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.01);
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    border-left: 1px solid #f7f7f7;
}
#products figure:hover figcaption {
    background: rgba(0, 0, 0, 0.00);
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
#products figure .product-price del {
    opacity: .5;
}
#products figure .product-price .promo-price {
    margin-left: 20px;
    color: #e53935;
}
/* Responsive CSS for Products Section */
/* Tablet Landscape */

@media (max-width: 1040px) {
    #products figure .product-details {
        display: none;
    }
}
/* feature Area  */

.feature {
    padding: 0px;
}
.feature .section-img img {
    width: 100%;
}
.feature .section-content {
    padding: 120px 7% 120px 10%;
}
.feature .section-subheading {
    margin-bottom: 30px;
}
.feature p {
    line-height: 24px;
    position: relative;
}
.feature .btn {
    margin-top: 30px;
}
.feature-icon {
    font-size: 42px;
}
/*   feature Sections 1  */

#feature-sec-1 {
    background: #fff;
}
/*   feature Sections 2  */

#feature-sec-2 {
    background: #f9f9f9;
}
/* Responsive CSS */
/* Tablet Landscape */

@media (max-width: 1040px) {
    .feature .section-img img {} .feature .section-content {
        padding: 70px 10%;
    }
}
/* Tablet Portrait */

@media (max-width: 970px) {
    .feature .section-img img {
        width: 80%;
        margin: 0px auto;
        padding-top: 70px;
    }
    .feature {
        padding-bottom: 70px;
    }
}
/* CTA Area 1 */

#cta-1 {
    background: url("../img/hero-26.jpg") no-repeat transparent;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    padding: 50px  0px;
}
#cta-1 .header-text .header-heading {
    margin-bottom: 25px;
    font-size: 40px;
    font-weight: 100;
    line-height: 50px;
}
#cta-1 .header-text p {
    font-size: 20px;
    line-height: 28px;
    opacity: .5;
    margin-bottom: 30px;
}
/* Responsive css for CTA Area 1 */
/* Tablet Landscape */

.list_cate a {
    color: #262C30
}
.list_cate {
    display: inline-block;
    font-size: 22px;
    line-height: 28px;
    padding-right: 20px;
}
header.hero-area {
    background: #f5f5f5;
    padding-top: 170px;
    padding-bottom: 50px;
}
footer hr {
    margin: 0 !important;
}
@media (max-width: 1040px) {
    #cta-1 .header-text .header-heading {
        font-size: 48px;
        line-height: 52px;
    }
}
/* Tablet Portrait */

@media (max-width: 970px) {
    #cta-1 {
        text-align: center;
    }
}
/* Phone Portrait */

@media (max-width: 480px) {
    #cta-1 .header-text .header-heading {
        font-size: 36px;
        line-height: 42px;
    }
}
/* CTA Area 2 */

#cta-2 {
    color: #fff;
    background-image: url("../img/hero-5.jpg");
    background-size: cover;
    background-attachment: fixed;
}
#cta-2 .section-subheading {
    margin-bottom: 30px;
}

/*  Featured Products  */

#featured-products {
    padding-bottom: 0px;
}
#featured-products a {
    color: #262C30;
}
#featured-products figure {
    margin-bottom: 30px;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
#featured-products figure:hover {
    cursor: pointer;
    position: relative;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
#featured-products figure figcaption {
    position: relative;
    width: 100%;
    padding: 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.01);
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
#featured-products figure:hover figcaption {
    background: rgba(0, 0, 0, 0.0);
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
#featured-products figure .product-price del {
    opacity: .5;
}
#featured-products figure .product-price .promo-price {
    margin-left: 20px;
    color: #e53935;
}
/* Promo Product Section */

#exclusive-promo {
    padding: 0px;
}
/* section content promo products & exclusive product large blocks */

#exclusive-promo figure a {
    color: #262C30;
}
#exclusive-promo figure figcaption {
    max-width: 65%;
    height: 100%;
    position: absolute;
    top: 0px;
    padding-left: 7%;
    padding-top: 35%;
}
#exclusive-promo figure figcaption .product-title {
    margin-bottom: 25px;
    font-size: 62px;
    font-weight: 100;
    line-height: 50px;
}
#exclusive-promo figure figcaption p {
    font-size: 20px;
    line-height: 28px;
    opacity: .5;
    margin-bottom: 30px;
}
/* Sections Responsive CSS */
/* Laptop & Desktop */

@media (max-width: 1460px) {
    #exclusive-promo figure figcaption {
        padding-top: 22%;
    }
    #exclusive-promo figure figcaption .product-title {
        font-size: 48px;
        line-height: 40px;
    }
}
/* Tablet Landscape */

@media (max-width: 1040px) {
    /* CSS for promo product, exclusive product large blocks & mobile app CTA */
    
    #exclusive-promo figure figcaption {
        padding-top: 25%;
    }
    #exclusive-promo figure figcaption .product-title {
        font-size: 36px;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 40px;
    }
    #exclusive-promo figure figcaption p {
        font-size: 16px;
        line-height: 24px;
    }
}
/* Phone Portrait */

@media (max-width: 670px) {
    /* CSS for promo product & mobile app CTA */
    
    #exclusive-promo figure figcaption {
        padding-top: 30%;
    }
    #exclusive-promo figure figcaption .product-title {
        font-size: 42px;
    }
}
@media (max-width: 490px) {
    /* CSS for promo product & mobile app CTA */
    
    #exclusive-promo figure figcaption .product-title {
        font-size: 26px;
        margin-bottom: 0px;
        font-weight: 300;
    }
    #exclusive-promo figure figcaption p {
        margin-bottom: 20px;
    }
    #exclusive-promo figure figcaption p {
        font-size: 14px;
        line-height: 20px;
    }
    #exclusive-promo figure figcaption {
        padding-top: 15%;
    }
}
@media (max-width: 400px) {
    #exclusive-promo figure figcaption p {
        font-size: 12px;
        line-height: 16px;
    }
}

/* Trending Products  */

.owl-trending-products.owl-theme .owl-controls {
    margin-top: 80px;
}
.owl-trending-products.owl-theme .owl-controls .owl-page.active span {
    background-color: #262C30;
    width: 20px;
    height: 20px;
    margin: 0px 7px;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
.owl-trending-products.owl-theme .owl-controls .owl-page:hover span {
    background-color: #262C30;
}
.owl-trending-products .item {
    margin: 0px 15px;
    border: 1px solid #ededed;
}
h2.section-heading {
    padding-bottom: 40px;
}
p.product-title {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    opacity: 1;
}
h4.product-price {
    font-size: 16px;
}
.owl-trending-products .item img {
    display: block;
}
.owl-trending-products a {
    color: #262C30;
}
.owl-trending-products.owl-carousel .owl-wrapper-outer {
    overflow: visible;
}
.owl-trending-products figure {
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
.owl-trending-products figure:hover {
    cursor: pointer;
    z-index: 999;
    position: relative;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
.owl-trending-products figure figcaption {
    position: relative;
    bottom: 0px;
    width: 100%;
    padding: 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
.owl-trending-products figure:hover figcaption {
    background: rgba(255, 255, 255, 0.95);
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
.owl-trending-products figure .product-price del {
    opacity: .5;
}
.owl-trending-products figure .product-price .promo-price {
    margin-left: 20px;
    color: #e53935;
}
.owl-trending-products .product-details {
    display: none;
}
.owl-trending-products figure:hover figcaption .product-details {
    display: block;
    font-size: 14px;
    line-height: 22px;
}

/*  Call to Action  */

#call-to-action {
    background: url("../img/hero-6.jpg") no-repeat transparent;
    background-size: cover;
    background-position: center;
    padding: 160px 0px;
    min-height: 720px;
}
#call-to-action .header-text .header-heading {
    margin-bottom: 25px;
    font-size: 62px;
    font-weight: 100;
    line-height: 72px;
}
#call-to-action .header-text p {
    font-size: 20px;
    line-height: 28px;
    opacity: .5;
    margin-bottom: 30px;
}
/* Responsive css for CTA Area 1 */
/* Tablet Landscape */

@media (max-width: 1040px) {
    #call-to-action .header-text .header-heading {
        font-size: 48px;
        line-height: 52px;
    }
}
/* Phone Portrait */

@media (max-width: 480px) {
    .call-to-action-2 .header-heading {
        font-size: 36px;
        line-height: 42px;
    }
}

#trending-products3 .section-heading-wrap {
    margin-bottom: 30px;
}
/* Section Ghost Button */

#trending-products3 .btn-ghost{
    margin-top: 15px;
}
#trending-products3 .btn-ghost .fa {
    margin: 0px;
}
/* Section Products3 CSS */

#trending-products3 figure {
    margin-bottom: 30px;
}
#trending-products3 figure a {
    color: #262C30;
}
/* Image Hover effect is optional */

#trending-products3 figure:hover img{
    border: 1px solid #f5f5f5;
}

@media (min-width: 1040px) {
    /* Product Section Content & Hover Effect */
    
    #trending-products3 figure figcaption {
        background: rgba(255, 255, 255, 0.95);
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 30px;
        padding-top: 25%;
        padding-right: 60px;
        opacity: 0;
        text-align: center;
        transition: 0.3s all ease-in-out;
        -webkit-transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
        -ms-transition: 0.3s all ease-in-out;
    }
    #trending-products3 figure:hover figcaption {
        opacity: 0.5;
        transition: 0.3s all ease-in-out;
        -webkit-transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
        -ms-transition: 0.3s all ease-in-out;
    }
    #trending-products3 .product-icon .fa {
        width: 70px;
        height: 70px;
        text-align: center;
        background: #fff;
        border-radius: 50%;
        font-size: 36px;
        padding: 16px;
        border: 1px solid transparent;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin-bottom: 5%;
    }
}
/* Tablet Landscape */

@media (max-width: 1040px) {
    /* Product Section Content */
    
    #trending-products3 figure figcaption {
        position: relative;
        width: 100%;
    }
    #trending-products3 .product-icon {
        position: absolute;
        right: 10px;
        top: -80px;
        z-index: 50;
    }
    #trending-products3 .product-icon .fa {
        width: 42px;
        height: 42px;
        color: #fff;
        background: #8c8c8c;
        border-radius: 50%;
        padding: 12px;
        margin-top: 20px;
        text-align: center;
    }
}

@media (max-width: 670px) {
    #trending-products3 .btn-ghost {
        padding: 12px;
        width: 48px;
        height: 48px;
    }
    #trending-products3 .section-heading {
        font-size: 24px;
    }
}
@media (max-width: 490px) {
    /* CSS for promo product & mobile app CTA */
    
    #trending-products3 figure figcaption p{
        font-size: 14px;
        line-height: 20px;
    }
   
}
@media (max-width: 400px) {
    #trending-products3 figure figcaption p{
        font-size: 12px;
        line-height: 16px;
    }
}
/* Sections title wrap */

#featured-products .nav-tabs {
    margin-bottom: 30px;
}
/* Section Ghost Button */

#featured-products .btn-ghost {
    margin-top: 30px;
}

#featured-products .btn-ghost .fa {
    margin: 0px;
}
/* Section Products CSS */

#featured-products figure {
    margin-bottom: 30px;
}
#featured-products figure a{
    color: #262C30;
}
/* Image Hover effect is optional */

#featured-products figure:hover img {
    border: 1px solid #f5f5f5;
}
/* Small blocks in exclusive products section */


/* Laptop & Desktop */

@media (max-width: 1460px) and (min-width: 1040px) {
    /* Feature Product Icon */
    
    #featured-products .product-icon .fa {
        width: 48px;
        height: 48px;
        font-size: 24px;
        padding: 10px;
    }
    #featured-products figure figcaption{
        padding-top: 18%;
    }
}
/* Tablet Landscape */

@media (max-width: 1040px) {
    /* Product Section Content */
    
    #featured-products figure figcaption{
        position: relative;
        width: 100%;
    }
    #featured-products .product-icon {
        position: absolute;
        right: 10px;
        top: -80px;
        z-index: 50;
    }
    #featured-products .product-icon .fa{
        width: 42px;
        height: 42px;
        color: #fff;
        background: #8c8c8c;
        border-radius: 50%;
        padding: 12px;
        margin-top: 20px;
        text-align: center;
    }
}

@media (max-width: 670px) {
    #featured-products .btn-ghost{
        padding: 12px;
        width: 48px;
        height: 48px;
    }
    #featured-products .section-heading{
        font-size: 24px;
    }
}
@media (max-width: 490px) {
    /* CSS for promo product & mobile app CTA */
    #featured-products figure figcaption p{
        font-size: 14px;
        line-height: 20px;
    }
    #exclusive-promo figure figcaption {
        padding-top: 15%;
    }
}
@media (max-width: 400px) {
    #featured-products figure figcaption p{
        font-size: 12px;
        line-height: 16px;
    }
}
.pb-50 {
    padding-bottom: 50px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pt-30 {
    padding-top: 30px;
}
.col-md-3.contact-info {
    line-height: 30px;
    opacity: 0.8;
}
.pagination > li > a, .pagination > li > span {
    color: #000 !important;
}

input::placeholder {
  opacity: 0.6;
  color: #fff !important;
}