/* http://templates.g5plus.net/furnitor/home-10.html */
.header_pad {
    padding: 6px 0;
    background: url(../images/pattern.svg);
    background-size: cover;
}

.padding_search {
    padding: 17px 0;
}

.card-title {
    text-transform: capitalize !important;
}

.addtocart {
    padding-top: 10px;
}

.center-block {
    margin: 0 auto;
}

.whatsapp {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    right: 2%;
    bottom: 38%;
    z-index: 1000;
}

.bg-accent {
    background-color: #e2ac6b;
    background-image: linear-gradient(315deg, #bf953f 0%, #fbf5b7 74%);
}

.card {
    border: 1px solid #000;
    padding: 15px 0;
    color: #444;
}

    .card.border-0 img {
        width: 100%;
        margin: 0 auto;
    }

.logo-width {
    width: 170px;
    display: inline-block !important;
}

span.old-price {
    text-decoration: line-through;
    font-size: 13px;
    color: #848484;
    font-weight: 400;
}

span.discount {
    font-size: 13px;
    color: #ff0000;
    font-weight: 400;
}

.product-title {
    text-transform: capitalize;
    font-weight: 300;
}

.fa-facebook-f {
    color: #4268b3
}

.fa-instagram {
    color: #d22e96
}

.fa-youtube {
    color: #e42b34
}

.bg-logo-color {
    background: #e5087e;
    color: #fff;
}

.pattern {
    background: url(../images/pattern.svg);
    background-size: cover;
}
/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .custom-height-sm {
        height: 140px !important;
    }

    .fs-60 {
        font-size: 19px !important;
        font-weight: 400;
    }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .custom-height-sm {
        height: 140px !important;
    }

    .fs-60 {
        font-size: 19px !important;
        font-weight: 400;
    }
}


/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .custom-height-sm {
        height: 140px !important;
    }

    .fs-60 {
        font-size: 19px !important;
        font-weight: 400;
    }
}



/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {

    .custom-height-sm {
        height: 140px !important;
    }

    .fs-60 {
        font-size: 19px !important;
        font-weight: 400;
    }

    .fs-20 {
        font-size: 10px !important;
    }

    .mb-3 {
        margin-bottom: 0.2rem !important;
    }

    .shop-now {
        font-size: 9px;
        padding: 2px 9px;
        line-height: 20px;
    }

    .logo_mobi img {
        height: 35px;
    }

    .banner-07 .card-img {
        height: 184px;
    }

    .box_img {
        height: 200px
    }
}

.size_guide {
    float: right;
    font-weight: 500;
}

    .size_guide img {
    }

    .size_guide span {
        font-weight: 500 !important;
        font-size: 14px !important;
    }
