﻿body {
}

h1, h2, h3, h4, h5 {
    font-family: 'Playfair Display', serif;
}

p, span, th, td, .sp-txtbox {
    font-family: 'Poppins', sans-serif;
}

a:hover {
    text-decoration: none;
}

/*Section 1 [sp]*/
.sp-category-desktop {
    margin-top: 20px;
}

.no-message-data {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: red;
    font-family: poppins;
    font-size: 16px;
}

.cat-active {
    color: black !important;
}

.error-msg-div {
    color: red;
    position: absolute;
    font-size: 14px;
    bottom: 6px;
}

.sp-search {
    width: 20px;
    height: 20px;
    margin-left: -35px;
    cursor: pointer;
}

.sp-list {
    position: absolute;
    width: 155px;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 8px 10px rgba(0,0,0,0.1);
    top: 100%;
}

    .sp-list p {
        margin: 10px 10px;
        color: black;
        font-weight: 600;
    }

.sp-sort:hover .sp-list {
    display: block;
}

.sp-section {
}

.sp-title {
    color: #ff4a07;
    font-size: 30px;
    font-weight: bold;
}

.sp-txtbox-wrap {
    display: flex;
    align-items: center;
    height: 100%;
}

.sp-txtbox {
    height: 44px;
    width: 98%;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 8px 15px 0 rgba(255, 181, 169, 0.48);
    border: solid 1px #ffeeee;
    padding: 0 15px;
    /*background-image: url(../images/sp-search.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 20px;*/
}

    .sp-txtbox:focus {
        outline: 1px solid #ff6f0e;
    }

.sp-pricefilter-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
}

.sp-pricefilter-item {
    z-index: 1;
}

.sp-filter-title {
    font-size: 15px;
    font-weight: bold;
    text-shadow: 0 0;
}

.sp-pricefilter-dots {
    height: 12px;
    width: 12px;
    background-color: #e6e6e6;
    border: 1px solid #3f3d56;
    border-radius: 50%;
    margin: auto;
    cursor: pointer;
    z-index: 1;
    transition:300ms ease;
}
    .sp-pricefilter-dots:hover {
        background-color: #ff6f0e;
        border: 1px solid #ff6f0e;
    }
/*.sp-pricefilter-dots:before {
    height:12px;
    width:12px;
    background-color: #b7b1b1;
    border-radius: 50%;
    margin: auto;
    cursor:pointer;
}*/
.sp-pricefilter-text {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0;
}

.sp-pricefilter-line {
    height: 1.5px;
    background-color: rgba(183,177,177,.3);
    position: absolute;
    top: 0;
    left: 0;
}

.sp-active .sp-pricefilter-dots {
    background-color: #ff8736;
    transform: scale(1.3);
    border: none;
}

.sp-active .sp-pricefilter-text {
    font-weight: bold;
    color: #ff8736;
}

.sp-sort-wrap {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}
    .sp-sort-wrap a:hover {
        color:#ff6f0e;
    }

    .sp-sort {
        width: 155px;
        height: 48px;
        border-radius: 5px;
        border: solid 1px #d2d1d1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0;
        margin-bottom: 0rem;
    }

.sp-sort-img {
    width: 15px;
    margin-right: 5px;
}

.sp-sort-text {
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 0;
}

.sp-category-wrap {
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 15px 16px 0 rgba(255, 177, 101, 0.61);
    background-image: linear-gradient(49deg, #ff6b07 30%, #ff832f 44%, #ff8837 68%);
}

.sp-category-title:after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 12px;
    background-color: white;
    right: 10px;
    top: 13px;
    transition: 300ms ease;
}

.sp-category-title:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 12px;
    background-color: white;
    right: 10px;
    top: 13px;
    transform: rotate(90deg);
    transition: 300ms ease;
}

.sp-category-title[aria-expanded="true"]:before {
    transform: rotate(0deg);
}

.sp-category-title[aria-expanded="false"]:before {
    transform: rotate(90deg);
}

.sp-collapse-title {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.sp-group-title:after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 12px;
    background-color: white;
    right: 10px;
    top: 10px;
    transition: 300ms ease;
}

.sp-group-title:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 12px;
    background-color: white;
    right: 10px;
    top: 10px;
    transform: rotate(90deg);
    transition: 300ms ease;
}

.sp-group-title[aria-expanded="true"]:before {
    transform: rotate(0deg);
}

.sp-group-title[aria-expanded="false"]:before {
    transform: rotate(90deg);
}

.sp-collapse-title > a {
    color: #fff;
}

.sp-collapse-text {
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.sp-collapse-ul {
    list-style: none;
    padding-left: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.sp-collapse-ul-last {
    margin-bottom: 0;
}

.sp-collapse-ul > li > a {
    color: #fff;
    width: 100%;
}
.sp-collapse-ul > li {
    padding: 5px 5px;
    border-bottom: solid 1px #ffc107;
    background-color:transparent;
    transition:300ms ease;
}
    .sp-collapse-ul > li:hover, .sp-collapse-ul > li.cat-active {
        background-color: rgba(255,193,7,0.4);
    }

    .sp-product-col {
        padding: 20px 11px;
        margin-bottom: 20px;
    }
    .sp-product-col a:hover .sp-product-img {
        box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.3);
    }

        .sp-product-col a {
            display:inline-block;
            position:relative;
        }
.sp-product-express {
    position:absolute;
    top:0;
    left:0;
    background-color:#fff;
    padding:5px;
    width:30px;
    height:30px;
}
    .sp-product-express img {
        width:100%;
    }

    .sp-product-wrap {
        display: flex;
    }

.sp-product-item {
    flex: 25%;
}

.sp-product-img {
    height: 212px;
    width: 100%;
    object-fit: contain;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    margin-bottom: 8px;
    transition: 300ms ease;
}

.sp-product-text-wrap {
    display: flex;
    justify-content: space-between;
}

/*.sp-product-title {
    font-size: 13px;
    text-shadow: 0 0;
    color: #646464;
    margin: 0;
}*/
.sp-product-title {
    font-size: 13px;
    text-shadow: 0 0;
    color: #000000;
    font-weight: 600;
    line-height: 15px;
    margin: 0;
}

.contact-us-wrap {
    margin-top: 100px;
}

    .contact-us-wrap p {
        color: black;
        font-size: 16px;
    }

    .contact-us-wrap a {
        color: #ff6f0e;
        font-size: 16px;
    }

.sp-product-price {
    font-size: 14px;
    text-shadow: 0 0;
    margin: 0;
    color: #ff6f0e;
}

    .sp-product-price i {
        margin-right: 5px;
    }

.sp-product-cart {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(255, 177, 101, 0.61);
    background-image: linear-gradient(63deg, #ff6b07 18%, #ff832f 35%, #ff8837 64%);
}

.sp-item-wrap {
    margin-top: 25px;
}


.sp-item {
    height: 40px;
    width: 100%;
    background-color: #f8f4f4;
    padding: 0 24px;
    margin: 2.5px 0;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    transition:200ms ease;
}
    .sp-item:hover {
        box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.16);
    }

    .sp-item-inner-wrap {
        display: flex;
        align-items: center;
    }

.sp-item-img-wrap {
    width: 37px;
    height: 25px;
    display: flex;
    align-items: center;
    margin-right: 12px;
}

.sp-item-img {
    max-height: 25px;
    max-width: 37px;
}

.sp-item-img-wrap1 {
    height: 44px;
}

.sp-item-img1 {
    max-height: 44px;
}

.sp-item-text {
    font-size: 13px;
    margin: 0;
    color: #000;
}
.selected-category1 {
    margin-top: 30px;
}
/*Section 1 [sp] --END-- */

/*Popup [pp]*/

.pp-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.5));
    z-index: 5;
    height: 100%;
    width: 100%;
    display: none;
    overflow:scroll;
}

.pp-mobile-category-outer-wrap {
    position: relative;
}

.pp-mobile-category-inner-wrap {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    padding: 0 10%;
}

.pp-category-wrap {
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 15px 16px 0 rgba(255, 177, 101, 0.61);
    /*background-image: linear-gradient(49deg, #ff6b07 30%, #ff832f 44%, #ff8837 68%);*/
    background-color: #fff;
}

.pp-collapse-title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

    .pp-collapse-title > a {
        color: #000;
    }

.pp-collapse-text {
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.pp-collapse-ul {
    list-style: none;
    padding-left: 23px;
}

.pp-collapse-ul-last {
    margin-bottom: 0;
}

.pp-collapse-ul > li > a {
    color: #000;
    width: 100%;
}

.pp-item-wrap {
    margin-top: 25px;
}

.pp-item {
    height: 40px;
    width: 100%;
    background-color: #f8f4f4;
    padding: 0 24px;
    margin: 2.5px 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
}

.pp-item-inner-wrap {
    display: flex;
    align-items: center;
}

.pp-item-img-wrap {
    width: 37px;
    height: 25px;
    display: flex;
    align-items: center;
    margin-right: 12px;
}

.pp-item-img {
    max-height: 25px;
    max-width: 37px;
}

.pp-item-img-wrap1 {
    height: 44px;
}

.pp-item-img1 {
    max-height: 44px;
}

.pp-item-text {
    font-size: 14px;
    margin: 0;
    color: #000;
}

.mobile-category-wrap {
    height: 40px;
    width: 100%;
    display: none;
    position: fixed;
    bottom: 15px;
    left: 0;
    z-index: 4;
}

.mobile-category {
    height: 100%;
    width: 95%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    z-index: 4;
    font-size: 18px;
    text-shadow: 0 0;
    color: #000;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.4);
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.pp-close {
    position: absolute;
    top: 80px;
    right: 15px;
    height: 20px;
    width: 20px;
}

    .pp-close img {
        height: 100%;
        width: 100%;
    }

/*Popup [pp] --END-- */

/*Milan - Lazy Load*/
.vm-btn-wrap {
    text-align:center;
    padding:30px 0;
}
    .vm-btn-wrap img {
        width:32px;
    }
.btn-view-more {
    display: inline-block;
    background-image: linear-gradient(63deg, #ff6b07 18%, #ff832f 35%, #ff8837 64%);
    padding: 7px 25px;
    color: #fff;
    border-radius: 5px;
    cursor:pointer;
    transition:300ms ease;
}
    /*.btn-view-more:hover {
        
    }*/
#noDataMessage {
    display:inline-block;
    font-size:14px;
    color:#000;
}
/*Milan - Lazy Load-----END*/
/*=====Media Queries=====*/
/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 320px) and (max-width: 480px) {
    .mobile-no-padd {
        padding: 0;
    }
    .sp-pricefilter-text {
        text-align: center;
        margin-left: 7px;
    }
        .contact-us-wrap {
        margin-top: 30px;
    }

    .error-msg-div {
        bottom: -20px;
    }

    .cat-active {
        color: forestgreen !important;
    }

    .sp-section {
        /*margin:20px 0;*/
    }

    .sp-title {
        margin-bottom: 20px;
    }

    .sp-sort-wrap {
        display: none;
    }

    .sp-collapse-text {
        font-size: 14px;
    }

    .sp-filter-wrap {
        margin-top: 20px;
    }

    .sp-item-wrap {
        margin: 20px 0 15px;
    }

    .sp-product-col {
        padding: 15px 10px;
    }

    .sp-product-img {
        height: 136px;
    }

    .sp-category-desktop {
        display: none;
    }

    .mobile-category-wrap {
        display: flex;
    }
}

/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 481px) and (max-width: 510px) {
    .mobile-no-padd {
        padding: 0;
    }

    .sp-pricefilter-text {
        text-align: center;
        margin-left: 7px;
    }

    .contact-us-wrap {
        margin-top: 30px;
    }

    .error-msg-div {
        bottom: -20px;
    }

    .cat-active {
        color: forestgreen !important;
    }

    .sp-section {
        /*margin:20px 0;*/
    }

    .sp-title {
        margin-bottom: 20px;
    }

    .sp-sort-wrap {
        display: none;
    }

    .sp-collapse-text {
        font-size: 14px;
    }

    .sp-filter-wrap {
        margin-top: 20px;
    }

    .sp-item-wrap {
        margin: 20px 0 15px;
    }

    .sp-product-col {
        padding: 15px 10px;
    }

    .sp-product-img {
        height: 136px;
    }

    .sp-category-desktop {
        display: none;
    }

    .mobile-category-wrap {
        display: flex;
    }
}


@media (min-width: 551px) and (max-width: 767px) {
    .mobile-no-padd {
        padding: 0;
    }

    .sp-pricefilter-text {
        text-align: center;
        margin-left: 7px;
    }

    .contact-us-wrap {
        margin-top: 30px;
    }

    .error-msg-div {
        bottom: -20px;
    }

    .cat-active {
        color: forestgreen !important;
    }

    .sp-section {
        /*margin:20px 0;*/
    }

    .sp-title {
        margin-bottom: 20px;
    }

    .sp-sort-wrap {
        display: none;
    }

    .sp-collapse-text {
        font-size: 14px;
    }

    .sp-filter-wrap {
        margin-top: 20px;
    }

    .sp-item-wrap {
        margin: 20px 0 15px;
    }

    .sp-product-col {
        padding: 15px 10px;
    }

    .sp-product-img {
        height: 136px;
    }

    .sp-category-desktop {
        display: none;
    }

    .mobile-category-wrap {
        display: flex;
    }
}


/*Tablets, Ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1023px) {
}

/*Ipad Pro (portrait)*/
@media (min-width: 1024px) and (max-width: 1050px) and (orientation: portrait) {
}



/*1152×648, 1280×720*/
@media (min-width: 1152px) and (max-width: 1299px) {
    .no-padd {
        padding: 0;
    }

    .custom-container {
        max-width: 1200px;
    }

    .custom-container2 {
        max-width: 1150px;
    }
}

/*1366×768,*/
@media (min-width: 1300px) and (max-width: 1599px) {
    .no-padd {
        padding: 0;
    }

    .custom-container {
        max-width: 1250px;
    }

    .custom-container2 {
        max-width: 1200px;
    }
}
/*1400X900,*/
@media (min-width: 1400px) and (max-width: 1599px) {
}

/*1600x800*/
@media (min-width: 1600px) and (max-width: 1919px) {
    .custom-container {
        max-width: 1450px;
    }

    .custom-container2 {
        max-width: 1400px;
    }

    .no-padd {
        padding: 0;
    }
}

@media (min-width: 1920px) {
    .custom-container {
        max-width: 1750px;
    }

    .custom-container2 {
        max-width: 1700px;
    }

    .no-padd {
        padding: 0;
    }
}
