    @import url("https://fonts.googleapis.com/css?family=Poppins");
    /* fonts load - start
==================================================================================================== */
    
    body,
    p {
        font-family: "Poppins", sans-serif;
    }
    
    button,
    a,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "Poppins", sans-serif;
        letter-spacing: .5px;
    }
    /* fonts load - end
==================================================================================================== */
    /* global area - start
==================================================================================================== */
    
    body {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        color: #666;
        line-height: 20px;
        width: 100%;
        letter-spacing: .5px;
    }
    
     ::-moz-selection {
        color: #943687;
        background: #222222;
    }
    
     ::selection {
        color: #943687;
        background: #222222;
    }
    
    .container {
        margin: 0 auto;
        max-width: 1200px;
    }
    
    a,
    button {
        font-size: 14px;
        cursor: pointer;
        font-weight: 600;
        color: #222222;
        display: inline-block;
        text-transform: uppercase;
    }
    
    button {
        border: none;
        background: none;
    }
    
    a:hover {
        color: #943687;
        text-decoration: none;
    }
    
    button:focus {
        outline: none;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 600;
        color: #222222;
        text-transform: capitalize;
    }
    
    img {
        height: auto;
        max-width: 100%;
    }
    
    .image-container {
        overflow: hidden;
        border-radius: 3px;
        position: relative;
    }
    
    strong,
    span,
    small,
    i {
        line-height: 1;
        display: inline-block;
    }
    
    strong {
        font-weight: 800;
    }
    
    .form-item {
        height: auto;
        position: relative;
        margin-bottom: 30px;
    }
    
    #top-user-panel {
        font-size: 12px;
        padding: 0;
        background-color: #943687;
    }
    
    #top-user-panel .navbar-nav>li>a {
        color: #fff;
        padding: 15px 18px;
        text-decoration: none;
        font-size: 11px;
        text-transform: capitalize !important;
    }
    
    #top-user-panel .navbar-nav>li>a:hover {
        background-color: #6e1b63;
    }
    
    .navbar {
        padding: 0px !important;
    }
    
    .logo-and-search {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .main-menu {
        background-color: #943687;
        ;
    }
    
    .navbar.main-menu .navbar-nav>li>a {
        color: #fff;
        padding: 18px 20px;
        text-decoration: none;
        font-size: 12px;
    }
    
    .navbar.main-menu .navbar-nav>li.active>a {
        color: #fff;
        text-decoration: none;
        padding: 18px 20px;
    }
    
    .navbar.main-menu .navbar-nav>li>a:hover,
    .navbar.main-menu .navbar-nav>li>a:focus {
        background-color: #63245a;
        color: #fff;
        padding: 18px 20px;
    }
    
    .navbar.main-menu .navbar-nav>li:hover,
    .navbar.main-menu .navbar-nav>li.active {
        background-color: #63245a;
    }
    
    #home-slider {
        margin-bottom: 70px;
        display: inline-block;
    }
    
    #home-slider .item .absolute-texts {
        position: absolute;
        top: 10px;
        left: 10px;
    }
    
    #home-slider .item h1 {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        max-width: 300px;
    }
    
    #home-slider .item .description {
        max-width: 400px;
    }
    
    #home-slider .carousel-indicators {
        width: auto;
        left: auto;
        right: 20px;
        bottom: 0;
    }
    
    #home-slider .carousel-indicators li,
    #small_carousel .carousel-indicators li {
        background-color: #000100;
        height: 12px;
        width: 12px;
    }
    
    .line-clamp {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .text {
        position: relative;
    }
    
    .text-concat {
        position: relative;
        display: inline-block;
        word-wrap: break-word;
        overflow: hidden;
        max-height: 3.6em;
        /* (Number of lines you want visible) * (line-height) */
        line-height: 1.2em;
        text-align: justify;
    }
    
    .text-concat::after {
        content: "...";
        position: absolute;
        right: -12px;
        bottom: 4px;
    }
    
    main {
        padding-bottom: 100px;
        width: 100%;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-family: 'Merriweather Sans', sans-serif;
    }
    
    #errorText {
        font-size: 22px;
        margin: 14px 0;
    }
    
    #errorLink {
        font-size: 20px;
        padding: 12px;
        border: 1px solid;
        color: #000;
        background-color: transparent;
        text-decoration: none;
        transition: all 0.5s ease-in-out;
    }
    
    #errorLink:hover,
    #errorLink:active {
        color: #fff;
        background: #943687;
    }
    
    #g6219 {
        transform-origin: 85px 4px;
        animation: an1 12s .5s infinite ease-out;
    }
    
    @keyframes an1 {
        0% {
            transform: rotate(0);
        }
        5% {
            transform: rotate(3deg);
        }
        15% {
            transform: rotate(-2.5deg);
        }
        25% {
            transform: rotate(2deg);
        }
        35% {
            transform: rotate(-1.5deg);
        }
        45% {
            transform: rotate(1deg);
        }
        55% {
            transform: rotate(-1.5deg);
        }
        65% {
            transform: rotate(2deg);
        }
        75% {
            transform: rotate(-2deg);
        }
        85% {
            transform: rotate(2.5deg);
        }
        95% {
            transform: rotate(-3deg);
        }
        100% {
            transform: rotate(0);
        }
    }
    /*************************
******* Home ******
**************************/
    
    #slider {
        padding-bottom: 45px;
        background-color: #f0f0f0;
    }
    
    .carousel-indicators li {
        background: #C4C4BE;
    }
    
    .carousel-indicators li.active {
        background: #76336C;
    }
    
    .carousel-item {
        padding-left: 100px;
    }
    
    .control-carousel {
        position: absolute;
        top: 50%;
        font-size: 60px;
        color: #C2C2C1;
    }
    
    .control-carousel:hover {
        color: #76336C;
    }
    
    #home-slider {
        margin-bottom: 70px;
        display: inline-block;
    }
    
    #home-slider .carousel-item .absolute-texts {
        position: absolute;
        top: 10px;
        left: 10px;
    }
    
    #home-slider .carousel-item h1 {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        max-width: 300px;
    }
    
    #home-slider .carousel-item .description {
        max-width: 400px;
    }
    
    #home-slider .carousel-indicators {
        width: auto;
        left: auto;
        right: 20px;
        bottom: 0;
    }
    
    #home-slider .carousel-indicators li,
    #small_carousel .carousel-indicators li {
        background-color: #000100;
        height: 12px;
        width: 12px;
    }
    
    #slider {
        padding-bottom: 45px;
    }
    
    .carousel-indicators li {
        background: #C4C4BE;
    }
    
    .carousel-indicators li.active {
        background: #76336C;
    }
    
    .carousel-item {
        padding-left: 100px;
    }
    
    .pricing {
        position: absolute;
        right: 40%;
        top: 52%;
    }
    
    .girl {
        margin-left: 0;
    }
    
    .carousel-item h1 {
        color: #B4B1AB;
        font-family: abel;
        font-size: 48px;
        margin-top: 115px;
    }
    
    .carousel-item h1 span {
        color: #76336C;
    }
    
    .carousel-item h2 {
        color: #363432;
        font-family: 'Roboto', sans-serif;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 22px;
        margin-top: 10px;
    }
    
    .carousel-item p {
        color: #363432;
        font-size: 16px;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
    }
    
    .get {
        background: #76336C;
        border: 0 none;
        border-radius: 0;
        color: #FFFFFF;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 300;
        margin-top: 23px;
    }
    
    .carousel-item button:hover {
        background: #76336C;
    }
    
    .control-carousel {
        position: absolute;
        top: 50%;
        font-size: 60px;
        color: #C2C2C1;
    }
    
    .control-carousel:hover {
        color: #76336C;
    }
    
    .right {
        right: 0;
    }
    /* start */
    
    .section-title h2 {
        margin: 0px;
        font-size: 24px;
        color: #222222;
        font-weight: 600;
        text-transform: uppercase;
    }
    
    .form-item input {
        margin: 0px;
        width: 100%;
        height: 50px;
        padding: 0px 20px;
        border-radius: 3px;
        background-color: #ffffff;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border: 1px solid #f0f0f0;
    }
    
    .form-item input:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #943687;
    }
    
    .form-item input:focus+.form-item-btn {
        color: #ffffff;
        background-color: #943687;
    }
    
    .form-item .form-item-btn {
        top: 5px;
        right: 5px;
        margin: 0px;
        height: 40px;
        min-width: 40px;
        font-size: 18px;
        cursor: pointer;
        line-height: 40px;
        border-radius: 3px;
        text-align: center;
        position: absolute;
        color: #666666;
        background-color: #f7f7f7;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    
    .form-textarea {
        overflow: hidden;
        position: relative;
        border-radius: 3px;
        border: 1px solid #f0f0f0;
    }
    
    .form-textarea textarea {
        margin: 0px;
        width: 100%;
        border: none;
        min-height: 180px;
        padding: 30px 20px;
        background-color: #ffffff;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .form-textarea textarea:focus {
        outline: none;
    }
    
    .form-textarea textarea:focus+.form-item-btn {
        opacity: 0;
        visibility: hidden;
    }
    
    .form-textarea .form-item-btn {
        top: 20px;
        left: 20px;
        opacity: 1;
        padding: 10px 0px;
        position: absolute;
        visibility: visible;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    
    .form-textarea .form-item-btn .admin-img {
        width: 40px;
        float: left;
        height: 40px;
        overflow: hidden;
        margin: -8px 0px;
        margin-right: 10px;
        border-radius: 100%;
    }
    
    .form-textarea .textarea-footer {
        padding: 30px 15px;
    }
    
    .form-textarea .textarea-footer ul li {
        margin-right: 20px;
    }
    
    .form-textarea .textarea-footer ul li:last-child {
        margin-right: 0px;
    }
    
    .form-textarea .textarea-footer ul li a {
        font-size: 16px;
        color: #666666;
    }
    
    .form-textarea .textarea-footer ul li a:hover {
        color: #943687;
    }
    
    .form-textarea .textarea-footer ul li .submit-btn {
        font-size: 14px;
        margin: -15px 0px;
        padding: 15px 45px;
        text-align: center;
        border-radius: 30px;
        color: #ffffff;
        background-color: #943687;
    }
    
    .form-textarea .textarea-footer ul li .submit-btn:hover {
        color: #ffffff;
    }
    
     :-moz-placeholder {
        color: #666666;
        text-transform: capitalize;
    }
    
     ::-moz-placeholder {
        color: #666666;
        text-transform: capitalize;
    }
    
     :-ms-input-placeholder {
        color: #666666;
        text-transform: capitalize;
    }
    
     ::-webkit-input-placeholder {
        color: #666666;
        text-transform: capitalize;
    }
    
    .custom-form-check input[type=checkbox] {
        cursor: pointer;
        margin-left: 5px;
        margin-right: 5px;
        position: relative;
    }
    
    .custom-form-check input[type=checkbox]:before {
        top: -3px;
        left: -5px;
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        border-radius: 3px;
        background-color: #ffffff;
        border: 1px solid #b4b4b4;
    }
    
    .custom-form-check input[type=checkbox]:after {
        left: 0;
        top: -2px;
        opacity: 0;
        font-size: 14px;
        content: '\f00c';
        font-weight: 900;
        position: absolute;
        color: #222222;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-family: 'Font Awesome 5 Free';
    }
    
    .custom-form-check input[type=checkbox]:focus:after {
        opacity: 1;
    }
    
    .custom-form-check input[type=checkbox] label {
        margin: 0px;
    }
    
    .storm-select {
        margin: 0px;
        border: none;
        padding: 0px;
        border: none;
        padding-right: 30px;
        -webkit-appearance: none;
        background: transparent url(../images/down-arrow.png) no-repeat right 15px center;
    }
    
    .storm-select:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    select:focus {
        outline: none;
    }
    
    .text-small {
        font-size: 13px;
    }
    /* unorder list settings - start 
================================================== */
    
    .ul-li ul,
    .ul-li-right ul,
    .ul-li-center ul {
        margin: 0px;
        padding: 0px;
        display: table;
    }
    
    .ul-li ul li,
    .ul-li-right ul li,
    .ul-li-center ul li {
        float: left;
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: inline-block;
    }
    
    .ul-li-block ul {
        margin: 0px;
        width: 100%;
        padding: 0px;
        display: table;
    }
    
    .ul-li-block ul li {
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: block;
        list-style: none;
    }
    
    .ul-li-right ul {
        float: left;
    }
    
    .ul-li-center ul {
        display: table;
        margin: 0 auto;
    }
    /* unorder list settings - end 
================================================== */
    /* post-labels - start
================================================== */
    
    .post-labels {
        z-index: 1;
    }
    
    .post-labels ul {
        margin: 0px;
        padding: 0px;
    }
    
    .post-labels ul li {
        display: table;
        font-size: 14px;
        font-weight: 500;
        list-style: none;
        padding: 3px 8px;
        position: relative;
        border-radius: 3px;
        text-align: center;
        margin-bottom: 12px;
        color: #ffffff;
        background-color: blue;
        text-transform: uppercase;
        border-bottom-right-radius: 0px;
    }
    
    .post-labels ul li:after {
        right: 0;
        width: 0px;
        height: 0px;
        content: '';
        bottom: -8px;
        position: absolute;
        border-top: 8px solid transparent;
        border-left: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }
    
    .post-labels ul .bg-primary:after {
        border-right: 8px solid #007bff;
    }
    
    .post-labels ul .bg-success:after {
        border-right: 8px solid #28a745;
    }
    
    .post-labels ul .bg-danger:after {
        border-right: 8px solid #dc3545;
    }
    
    .shopping-cart-section .grand-total-price {
        padding: 30px;
        border-radius: 3px;
        border: 1px solid #f0f0f0;
    }
    
    .shopping-cart-section .grand-total-price .money-list {
        margin: 0px -30px;
        padding: 0px 30px;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .shopping-cart-section .grand-total-price .money-list ul li {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #222222;
        text-transform: uppercase;
    }
    
    .shopping-cart-section .grand-total-price .money-list ul li:last-child {
        margin-bottom: 0px;
    }
    
    .shopping-cart-section .grand-total-price .total-price {
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
    }
    
    .shopping-cart-section .grand-total-price .total-price strong {
        float: right;
        font-size: 24px;
        font-weight: 600;
    }
    
    .shopping-cart-section .grand-total-price .proceed-btn {
        font-size: 14px;
        padding: 10px 30px;
        text-align: center;
        border-radius: 30px;
        color: #ffffff;
        background-color: #943687;
        border: 2px solid #943687;
    }
    
    .shopping-cart-section .grand-total-price .proceed-btn:hover {
        color: #222222;
        background-color: #f7f7f7;
        border: 2px solid #f0f0f0;
    }
    
    ====================================================================================================*/
    /* breadcrumb section - start
==================================================================================================== */
    
    .breadcrumb-section .breadcrumb-big-title {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    
    .breadcrumb-section .breadcrumb-big-title .overlay-black {
        background-color: rgba(0, 0, 0, 0.5);
    }
    
    .breadcrumb-section .breadcrumb-big-title .title-text {
        font-size: 36px;
        font-weight: 600;
        text-align: center;
        color: #ffffff;
        text-transform: uppercase;
    }
    
    .breadcrumb-section .breadcrumb-list {
        padding: 30px 0px;
        background-color: #f7f7f7;
    }
    
    .breadcrumb-section .breadcrumb-list ul {
        margin: 0px;
        padding: 0px;
    }
    
    .breadcrumb-section .breadcrumb-list ul li {
        float: left;
        font-size: 13px;
        font-weight: 600;
        list-style: none;
        position: relative;
        color: #666666;
        margin-right: 12px;
        padding-right: 20px;
        display: inline-block;
        text-transform: uppercase;
    }
    
    .breadcrumb-section .breadcrumb-list ul li:after {
        top: 50%;
        right: -8px;
        content: '\f101';
        font-weight: 900;
        position: absolute;
        color: #666666;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: 'Font Awesome 5 Free';
    }
    
    .breadcrumb-section .breadcrumb-list ul li:last-child {
        margin-right: 0px;
        padding-right: 0px;
    }
    
    .breadcrumb-section .breadcrumb-list ul li:last-child:after {
        display: none;
    }
    
    .breadcrumb-section .breadcrumb-list ul li a {
        font-size: 13px;
        font-weight: 600;
        color: #666666;
        text-transform: uppercase;
    }
    
    .breadcrumb-section .breadcrumb-list ul li:hover {
        color: #222222;
    }
    
    .breadcrumb-section .breadcrumb-list ul li:hover a {
        color: #222222;
    }
    
    .breadcrumb-section .breadcrumb-list ul li.active {
        color: #222222;
    }
    
    .breadcrumb-section .breadcrumb-list ul li.active a {
        color: #222222;
    }
    /* breadcrumb section - end
/* post-labels - end
================================================== */
    /* pagination-section - end
================================================== */
    /* absolute add to cart & quick view (btn) - start
================================================== */
    
    .absolute-cartview {
        top: 50%;
        left: 50%;
        opacity: 0;
        z-index: 1;
        padding: 5px 15px;
        border-radius: 3px;
        position: absolute;
        background-color: transparent;
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    
    .absolute-cartview ul {
        padding: 0px;
        margin: 0 auto;
        display: table;
    }
    
    .absolute-cartview ul li {
        float: left;
        list-style: none;
        margin-right: 15px;
        position: relative;
        padding-right: 15px;
        display: inline-block;
    }
    
    .absolute-cartview ul li:after {
        top: 0;
        right: -2px;
        content: '|';
        position: absolute;
        color: rgba(255, 255, 255, 0.8);
    }
    
    .absolute-cartview ul li:last-child {
        margin-right: 0px;
        padding-right: 0px;
    }
    
    .absolute-cartview ul li:last-child:after {
        display: none;
    }
    
    .absolute-cartview ul li a {
        color: rgba(255, 255, 255, 0.8);
    }
    
    .absolute-cartview ul li a:hover {
        color: #ffffff;
    }
    /* absolute add to cart & quick view (btn) - end
================================================== */
    /* padding - margin setting - start 
================================================== */
    
    .sec-ptb-100 {
        padding: 100px 0px;
    }
    
    .sec-ptb-60 {
        padding: 60px 0px;
    }
    
    .mb-15 {
        margin-bottom: 15px;
    }
    
    .mb-30 {
        margin-bottom: 30px;
    }
    
    .mt-30 {
        margin-top: 30px;
    }
    
    .mb-60 {
        margin-bottom: 60px;
    }
    /* padding - margin setting - end
================================================== */
    /* label img - start
================================================== */
    
    .deal-label,
    .best-seller-label {
        top: 0px;
        left: 0px;
        z-index: 1;
        position: absolute;
    }
    
    .best-seller-label-2 {
        top: 0;
        right: 0;
        z-index: 1;
        position: absolute;
    }
    /* label img - end
================================================== */
    /* quick view btns  - start 
================================================== */
    
    .quick-view {
        top: 50%;
        left: 50%;
        opacity: 0;
        display: table;
        font-size: 14px;
        font-weight: 600;
        padding: 10px 30px;
        text-align: center;
        position: absolute;
        border-radius: 3px;
        color: #ffffff;
        text-transform: uppercase;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: rgba(30, 199, 166, 0.5);
    }
    
    .quick-view:hover {
        color: #ffffff;
        background-color: #943687;
    }
    /* quick view btns  - end 
================================================== */
    /* link button - start
================================================== */
    
    .custom-btn {
        height: 50px;
        font-weight: 600;
        overflow: hidden;
        line-height: 50px;
        padding: 0px 35px;
        border-radius: 3px;
        text-align: center;
        position: relative;
        color: #ffffff;
        text-transform: uppercase;
        background-color: #943687;
    }
    
    .custom-btn:hover {
        color: #ffffff;
        -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    }
    /* link button - end
================================================== */
    /* back to top - start
================================================== */
    
    .thetop {
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
    }
    
    .backtotop {
        right: 15px;
        width: 40px;
        height: 60px;
        z-index: 999;
        bottom: 60px;
        display: none;
        position: fixed;
        overflow: hidden;
        border-radius: 3px;
        -webkit-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.2);
    }
    
    .backtotop .scroll {
        z-index: 1;
        width: 100%;
        height: 100%;
        display: block;
        font-size: 24px;
        line-height: 60px;
        text-align: center;
        position: relative;
        color: #222222;
        background-color: #ffffff;
    }
    
    .section-title {
        display: block;
        width: 100%;
    }
    /* back to top - end
================================================== */
    /* custom colors - start
================================================== */
    
    .color-past {
        color: #1ec7a6;
    }
    
    .color-gold {
        color: #c09749;
    }
    
    .color-sky-blue {
        color: #02a8f3;
    }
    
    .color-white {
        color: #ffffff;
    }
    
    .color-pure-red {
        color: #ed2b2b;
    }
    
    .color-green {
        color: #4bba5b;
    }
    
    .color-default {
        color: #666666;
    }
    
    .color-navy-blue {
        color: #085a9d;
    }
    
    .color-yellow {
        color: #fed700;
    }
    
    .color-gplus-red {
        color: #f56c57;
    }
    
    .color-light-red {
        color: #ff0000;
    }
    
    .color-black {
        color: #222222;
    }
    
    .color-purple {
        color: #9d3bc6;
    }
    
    .color-orange {
        color: #f28f00;
    }
    
    .color-maroon {
        color: #bf0b26;
    }
    
    .color-pure-black {
        color: #000000;
    }
    
    .color-royal-blue {
        color: #3700ff;
    }
    
    .color-yellow-deep {
        color: #edb402;
    }
    
    .color-olive-green {
        color: #9cb130;
    }
    
    .bg-past {
        background-color: #1ec7a6;
    }
    
    .bg-gold {
        background-color: #c09749;
    }
    
    .bg-gray {
        background-color: #f7f7f7;
    }
    
    .bg-sky-blue {
        background-color: #02a8f3;
    }
    
    .bg-white {
        background-color: #ffffff;
    }
    
    .bg-pure-red {
        background-color: #ed2b2b;
    }
    
    .bg-rifan {
        background-color: #943687;
    }
    
    .bg-green {
        background-color: #4bba5b;
    }
    
    .bg-navy-blue {
        background-color: #085a9d;
    }
    
    .bg-yellow {
        background-color: #fed700;
    }
    
    .bg-purple {
        background-color: #9d3bc6;
    }
    
    .bg-light-red {
        background-color: #ff0000;
    }
    
    .bg-maroon {
        background-color: #bf0b26;
    }
    
    .bg-orange {
        background-color: #f28f00;
    }
    
    .bg-black {
        background-color: #222222;
    }
    
    .bg-gplus-red {
        background-color: #f56c57;
    }
    
    .bg-pure-black {
        background-color: #000000;
    }
    
    .bg-royal-blue {
        background-color: #3700ff;
    }
    
    .bg-yellow-deep {
        background-color: #edb402;
    }
    
    .bg-olive-green {
        background-color: #9cb130;
    }
    
    .bg-gray-deep {
        background-color: #f0f0f0;
    }
    
    .overlay-white {
        background-color: rgba(255, 255, 255, 0.8);
    }
    
    .overlay-black {
        background-color: rgba(0, 0, 0, 0.8);
    }
    /* custom colors - end
================================================== */
    /* transition - start
================================================== */
    
    a,
    button {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    /* transition - end
================================================== */
    /* products item - start
==================================================================================================== */
    
    .item-price strong {
        font-size: 24px;
        font-weight: 600;
    }
    
    .product-item {
        position: relative;
        border-radius: 3px;
        margin-bottom: 30px;
        background-color: #ffffff;
    }
    
    .product-item .post-labels {
        top: 10px;
        left: 10px;
        position: absolute;
    }
    
    .product-item .image-container {
        width: 100%;
        height: auto;
        text-align: center;
    }
    
    .product-item .image-container img {
        width: 100%;
        display: block;
    }
    
    .product-item .item-content {
        padding: 15px;
    }
    
    .product-item .item-content .item-title {
        width: 100%;
        display: block;
        font-weight: 700;
        margin-bottom: 15px;
        text-transform: uppercase;
    }
    
    .product-item .hover-content {
        left: 0px;
        right: 0px;
        z-index: 2;
        opacity: 0;
        padding: 15px;
        bottom: -140px;
        visibility: hidden;
        position: absolute;
        background-color: #ffffff;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    
    .product-item .hover-content .color-options ul li {
        width: 30px;
        height: 30px;
        overflow: hidden;
        margin-right: 5px;
        border-radius: 3px;
    }
    
    .product-item .hover-content .color-options ul li:last-child {
        margin-right: 0px;
    }
    
    .product-item .hover-content .color-options ul li a {
        width: 100%;
        height: 100%;
        display: block;
    }
    
    .product-item .hover-content .color-options ul li .color-1 {
        background-color: #f69439;
    }
    
    .product-item .hover-content .color-options ul li .color-2 {
        background-color: #252525;
    }
    
    .product-item .hover-content .color-options ul li .color-3 {
        background-color: #367bfd;
    }
    
    .product-item .add-to-cart {
        width: 100%;
        display: block;
        font-size: 14px;
        font-weight: 600;
        padding: 10px 20px;
        text-align: center;
        border-radius: 3px;
        color: #fff;
        margin-bottom: 15px;
        text-transform: uppercase;
        background-color: #943687;
        border: 1px solid #f0f0f0;
    }
    
    .product-item .add-to-cart:hover {
        color: #ffffff;
        border-color: #1ec7a6;
        background-color: #1ec7a6;
    }
    
    .product-item .hover-content .product-meta ul li {
        margin-right: 30px;
    }
    
    .product-item .hover-content .product-meta ul li:last-child {
        margin-right: 0px;
    }
    
    .product-item .hover-content .product-meta ul li a {
        font-size: 18px;
        font-weight: 400;
    }
    
    .product-item .hover-content .product-meta ul li a:hover {
        color: #1ec7a6;
    }
    
    .product-item:hover {
        z-index: 2;
        -webkit-box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.1);
    }
    
    .product-item:hover .image-container .quick-view {
        opacity: 1;
    }
    
    .product-item:hover .hover-content {
        opacity: 1;
        bottom: -148px;
        visibility: visible;
        -webkit-box-shadow: 0 5px 8px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 8px 1px rgba(0, 0, 0, 0.1);
    }
    
    .top-social-links ul li {
        width: 20px;
        height: 20px;
        overflow: hidden;
        margin-right: 5px;
        margin-top: 12px;
        text-align: center;
        border-radius: 3px;
    }
    
    .top-social-links ul li:last-child {
        margin-right: 0px;
    }
    
    .top-social-links ul li a {
        opacity: .8;
        width: 100%;
        height: 100%;
        display: block;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        background-color: transparent;
    }
    
    .top-social-links ul li a:hover {
        opacity: 1;
    }
    
    ====================================================================================================*/
    /* footer section - start
==================================================================================================== */
    
    .footer-section .footer-title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 30px;
        text-transform: uppercase;
    }
    
    .footer-section .default-footer .footer-top {
        padding: 30px 0px;
    }
    
    .footer-section .default-footer .footer-top .footer-menu {
        padding: 20px 0px;
    }
    
    .footer-section .default-footer .footer-top .footer-menu ul li {
        position: relative;
        margin-right: 20px;
        padding-right: 20px;
    }
    
    .footer-section .default-footer .footer-top .footer-menu ul li:after {
        top: 0px;
        right: 0px;
        bottom: 0px;
        content: '|';
        position: absolute;
        color: rgba(255, 255, 255, 0.8);
    }
    
    .footer-section .default-footer .footer-top .footer-menu ul li:last-child {
        margin-right: 0px;
        padding-right: 0px;
    }
    
    .footer-section .default-footer .footer-top .footer-menu ul li:last-child:after {
        display: none;
    }
    
    .footer-section .default-footer .footer-top .footer-menu ul li a {
        font-size: 16px;
        color: #ffffff;
        text-transform: capitalize;
    }
    
    .footer-section .default-footer .footer-top .footer-menu ul li a:hover {
        text-decoration: underline;
    }
    
    .footer-section .default-footer .footer-top .footer-social-links {
        padding: 13px 0px;
    }
    
    .footer-section .default-footer .footer-top .footer-social-links ul li {
        width: 40px;
        height: 40px;
        overflow: hidden;
        margin-right: 5px;
        text-align: center;
        border-radius: 3px;
    }
    
    .footer-section .default-footer .footer-top .footer-social-links ul li:last-child {
        margin-right: 0px;
    }
    
    .footer-section .default-footer .footer-top .footer-social-links ul li a {
        opacity: .8;
        width: 100%;
        height: 100%;
        display: block;
        font-size: 18px;
        line-height: 40px;
        text-align: center;
        color: #222222;
        background-color: #ffffff;
    }
    
    .footer-section .default-footer .footer-top .footer-social-links ul li a:hover {
        opacity: 1;
    }
    
    .footer-section .default-footer .footer-middle {
        padding: 30px 0px;
    }
    
    .footer-section .default-footer .footer-middle .footer-contact {
        padding-right: 70px;
    }
    
    .footer-section .default-footer .footer-middle .footer-contact ul li {
        width: 100%;
        display: table;
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .footer-section .default-footer .footer-middle .footer-contact ul li:last-child {
        margin-bottom: 0px;
    }
    
    .footer-section .default-footer .footer-middle .footer-contact ul li .icon {
        float: left;
        font-size: 24px;
        margin-right: 15px;
        text-align: center;
    }
    
    .footer-section .default-footer .footer-middle .footer-contact ul li .contact-text {
        display: table;
    }
    
    .footer-section .default-footer .footer-middle .useful-links ul li {
        margin-bottom: 15px;
    }
    
    .footer-section .default-footer .footer-middle .useful-links ul li:last-child {
        margin-bottom: 0px;
    }
    
    .footer-section .default-footer .footer-middle .useful-links ul li a {
        font-weight: 400;
        color: #666666;
        text-transform: capitalize;
    }
    
    .footer-section .default-footer .footer-middle .useful-links ul li a:hover {
        color: ##943687;
    }
    
    .footer-section .default-footer .footer-middle .footer-newsletter {
        margin-top: 50px;
        padding-top: 30px;
        border-top: 1px solid #f0f0f0;
    }
    
    .footer-section .default-footer .footer-middle .footer-newsletter .newsletter-form .form-item button {
        top: 0;
        right: 0;
        bottom: 0;
        font-weight: 500;
        padding: 0px 30px;
        position: absolute;
        color: #ffffff;
        text-transform: uppercase;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    
    .footer-section .default-footer .footer-bottom {
        padding: 30px 0px;
        border-top: 1px solid #f0f0f0;
    }
    
    .footer-section .bicycle-footer {
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    
    .footer-section .bicycle-footer .footer-top {
        padding: 30px 0px;
        position: relative;
    }
    
    .footer-section .bicycle-footer .footer-top ul {
        left: 50%;
        top: -60px;
        overflow: hidden;
        max-width: 1434px;
        position: absolute;
        border-radius: 3px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    .footer-section .bicycle-footer .footer-top ul li {
        width: 25%;
        padding: 30px 40px;
        display: inline-block;
    }
    
    .footer-section .bicycle-footer .footer-top ul li .icon {
        float: left;
        width: 60px;
        height: 60px;
        line-height: 0;
        font-size: 60px;
        margin-right: 10px;
        color: #ffffff;
    }
    
    .footer-section .bicycle-footer .footer-top ul li .content {
        display: table;
    }
    
    .regForm {
        display: none;
    }
    
    .footer-section .bicycle-footer .footer-top ul li .content h3 {
        font-size: 14px;
        margin-bottom: 5px;
        color: #ffffff;
        text-transform: uppercase;
    }
    
    .footer-section .bicycle-footer .footer-top ul li .content p {
        margin: 0px;
        font-size: 14px;
        color: #ffffff;
    }
    
    .footer-section .bicycle-footer .footer-middle .footer-contact .title {
        font-size: 18px;
        font-weight: 600;
        color: #ffffff;
    }
    
    .footer-section .bicycle-footer .footer-middle .footer-contact .content {
        display: table;
    }
    
    .footer-section .bicycle-footer .footer-middle .footer-contact .hot-line .icon {
        float: left;
        width: 50px;
        height: 50px;
        font-size: 48px;
        margin-right: 15px;
    }
    
    .footer-section .bicycle-footer .footer-middle .footer-contact .contact-info p {
        color: #ffffff;
    }
    
    .footer-section .bicycle-footer .footer-middle .footer-contact .contact-info p i {
        float: left;
        font-size: 24px;
        margin-right: 15px;
    }
    
    .footer-section .bicycle-footer .footer-middle .footer-contact .contact-info p span {
        display: table;
    }
    
    .footer-section .bicycle-footer .footer-middle .footer-contact .social-links ul li {
        width: 35px;
        height: 35px;
        overflow: hidden;
        margin-right: 5px;
        border-radius: 3px;
    }
    
    .footer-section .bicycle-footer .footer-middle .footer-contact .social-links ul li:last-child {
        margin-right: 0px;
    }
    
    .footer-section .bicycle-footer .footer-middle .footer-contact .social-links ul li a {
        width: 100%;
        height: 100%;
        display: block;
        font-weight: 400;
        line-height: 35px;
        text-align: center;
        background-color: #f0f0f0;
    }
    
    .footer-section .bicycle-footer .footer-middle .footer-contact .social-links ul li a:hover {
        color: #ffffff;
        background-color: #1ec7a6;
    }
    
    .footer-section .bicycle-footer .footer-middle .useful-links ul li {
        margin-bottom: 10px;
    }
    
    .footer-section .bicycle-footer .footer-middle .useful-links ul li a {
        font-size: 16px;
        font-weight: 400;
        color: #ffffff;
        text-transform: capitalize;
    }
    
    .footer-section .bicycle-footer .footer-middle .useful-links ul li a:hover {
        color: #943687;
    }
    
    .footer-section .bicycle-footer .footer-middle .footer-newsletter input[type=email] {
        width: 100%;
        height: 50px;
        padding: 0px 20px;
        text-align: center;
        border-radius: 3px;
        margin-bottom: 15px;
        border: 1px solid #ffffff;
        background-color: #ffffff;
    }
    
    .footer-section .bicycle-footer .footer-middle .footer-newsletter input[type=email]:focus {
        outline: none;
        border-color: ##943687;
    }
    
    .footer-section .bicycle-footer .footer-middle .footer-newsletter .custom-btn {
        width: 100%;
        display: block;
    }
    
    .footer-section .bicycle-footer .footer-middle .useful-link-list {
        margin-top: 30px;
        padding: 30px 0px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .footer-section .bicycle-footer .footer-middle .useful-link-list ul {
        margin-bottom: 15px;
    }
    
    .footer-section .bicycle-footer .footer-middle .useful-link-list ul li {
        position: relative;
        margin-right: 25px;
        padding-right: 25px;
    }
    
    .footer-section .bicycle-footer .footer-middle .useful-link-list ul li:after {
        top: 50%;
        right: 0px;
        width: 2px;
        content: '';
        height: 15px;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: rgba(255, 255, 255, 0.5);
    }
    
    .footer-section .bicycle-footer .footer-middle .useful-link-list ul li:last-child {
        margin-right: 0px;
        padding-right: 0px;
    }
    
    .footer-section .bicycle-footer .footer-middle .useful-link-list ul li:last-child:after {
        display: none;
    }
    
    .footer-section .bicycle-footer .footer-middle .useful-link-list ul li a {
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        text-transform: capitalize;
    }
    
    .footer-section .bicycle-footer .footer-middle .useful-link-list ul li a:hover {
        color: #943687;
    }
    
    .footer-section .bicycle-footer .footer-bottom {
        padding: 15px 0px;
        background-color: #000000;
    }
    
    .footer-section .fashion-footer .footer-top {
        padding: 60px 0px;
    }
    
    .footer-section .fashion-footer .footer-top .item .icon {
        float: left;
        width: 60px;
        height: 60px;
        line-height: 0;
        font-size: 60px;
        margin-right: 10px;
        color: #666666;
    }
    
    .footer-section .fashion-footer .footer-top .item .content {
        display: table;
    }
    
    .footer-section .fashion-footer .footer-top .item .content h3 {
        font-size: 14px;
        margin-bottom: 5px;
        text-transform: uppercase;
    }
    
    .footer-section .fashion-footer .footer-top .item .content p {
        margin: 0px;
        font-size: 14px;
    }
    
    .footer-section .fashion-footer .footer-middle .footer-contact .title {
        font-size: 18px;
        font-weight: 600;
        color: #222222;
    }
    
    .footer-section .fashion-footer .footer-middle .footer-contact .content {
        display: table;
    }
    
    .footer-section .fashion-footer .footer-middle .footer-contact .hot-line .icon {
        float: left;
        width: 50px;
        height: 50px;
        font-size: 48px;
        margin-right: 15px;
    }
    
    .footer-section .fashion-footer .footer-middle .footer-contact .contact-info p i {
        float: left;
        font-size: 24px;
        margin-right: 15px;
    }
    
    .footer-section .fashion-footer .footer-middle .footer-contact .contact-info p span {
        display: table;
    }
    
    .footer-section .fashion-footer .footer-middle .footer-contact .social-links ul li {
        width: 35px;
        height: 35px;
        overflow: hidden;
        margin-right: 5px;
        border-radius: 3px;
    }
    
    .footer-section .fashion-footer .footer-middle .footer-contact .social-links ul li:last-child {
        margin-right: 0px;
    }
    
    .footer-section .fashion-footer .footer-middle .footer-contact .social-links ul li a {
        width: 100%;
        height: 100%;
        display: block;
        font-weight: 400;
        line-height: 35px;
        text-align: center;
        background-color: #f0f0f0;
    }
    
    .footer-section .fashion-footer .footer-middle .footer-contact .social-links ul li a:hover {
        color: #ffffff;
        background-color: #f56c57;
    }
    
    .footer-section .fashion-footer .footer-middle .useful-links ul li {
        margin-bottom: 10px;
    }
    
    .footer-section .fashion-footer .footer-middle .useful-links ul li a {
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
    }
    
    .footer-section .fashion-footer .footer-middle .useful-links ul li a:hover {
        color: #f56c57;
    }
    
    .footer-section .fashion-footer .footer-middle .footer-instagram ul {
        margin-left: -5px;
        margin-right: -5px;
    }
    
    .footer-section .fashion-footer .footer-middle .footer-instagram ul li {
        width: 93px;
        height: 65px;
        padding: 5px;
        overflow: hidden;
    }
    
    .footer-section .fashion-footer .footer-middle .footer-instagram ul li a {
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
        position: relative;
        border-radius: 3px;
    }
    
    .footer-section .fashion-footer .footer-middle .footer-instagram ul li a:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        opacity: 0;
        content: '';
        position: absolute;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: rgba(0, 0, 0, 0.8);
    }
    
    .footer-section .fashion-footer .footer-middle .footer-instagram ul li a:hover:before {
        opacity: 1;
    }
    
    .footer-section .fashion-footer .footer-bottom {
        padding: 30px 0px;
    }
    
    .footer-section .food-footer .footer-top .insta-shoot .title-text {
        margin: 0px;
        font-size: 24px;
        padding: 30px 0px;
        text-transform: uppercase;
    }
    
    .footer-section .food-footer .footer-top .insta-shoot ul {
        margin: 0px;
        padding: 0px;
    }
    
    .footer-section .food-footer .footer-top .insta-shoot ul li {
        float: left;
        height: auto;
        width: 12.5%;
        list-style: none;
        position: relative;
        display: inline-block;
    }
    
    .footer-section .food-footer .footer-top .insta-shoot ul li a {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
    }
    
    .footer-section .food-footer .footer-top .insta-shoot ul li a:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        z-index: 1;
        content: '';
        position: absolute;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: rgba(0, 0, 0, 0.8);
    }
    
    .footer-section .food-footer .footer-top .insta-shoot ul li a img {
        width: 100%;
        height: 100%;
        display: block;
    }
    
    .footer-section .food-footer .footer-top .insta-shoot ul li:hover a:before {
        opacity: 1;
    }
    
    .footer-section .food-footer .footer-middle .footer-contact .title {
        font-size: 18px;
        font-weight: 600;
        color: #222222;
    }
    
    .footer-section .food-footer .footer-middle .footer-contact .contact-info p i {
        float: left;
        font-size: 24px;
        margin-right: 15px;
    }
    
    .footer-section .food-footer .footer-middle .footer-contact .contact-info p span {
        display: table;
    }
    
    .footer-section .food-footer .footer-middle .footer-contact .hot-line .icon {
        float: left;
        width: 50px;
        height: 50px;
        font-size: 48px;
        margin-right: 15px;
    }
    
    .footer-section .food-footer .footer-middle .footer-contact .hot-line .content {
        display: table;
    }
    
    .footer-section .food-footer .footer-middle .useful-links ul li {
        margin-bottom: 10px;
    }
    
    .footer-section .food-footer .footer-middle .useful-links ul li a {
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
    }
    
    .footer-section .food-footer .footer-middle .useful-links ul li a:hover {
        color: #f28f00;
    }
    
    .footer-section .food-footer .footer-bottom {
        padding: 20px 0px;
    }
    
    .footer-section .food-footer .footer-bottom .social-links ul li {
        margin-right: 30px;
    }
    
    .footer-section .food-footer .footer-bottom .social-links ul li:last-child {
        margin-right: 0px;
    }
    
    .footer-section .food-footer .footer-bottom .social-links ul li a {
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        text-transform: capitalize;
    }
    
    .footer-section .food-footer .footer-bottom .social-links ul li a:hover {
        color: #f28f00;
    }
    
    .footer-section .furniture-footer .footer-top .footer-contact .title {
        font-size: 18px;
        font-weight: 600;
        color: #222222;
    }
    
    .footer-section .furniture-footer .footer-top .footer-contact .contact-info p i {
        float: left;
        font-size: 24px;
        margin-right: 15px;
    }
    
    .footer-section .furniture-footer .footer-top .footer-contact .contact-info p span {
        display: table;
    }
    
    .footer-section .furniture-footer .footer-top .footer-contact .hot-line .icon {
        float: left;
        width: 50px;
        height: 50px;
        font-size: 48px;
        margin-right: 15px;
    }
    
    .footer-section .furniture-footer .footer-top .footer-contact .hot-line .content {
        display: table;
    }
    
    .footer-section .furniture-footer .footer-top .footer-contact .social-links ul li {
        width: 40px;
        height: 40px;
        overflow: hidden;
        margin-right: 5px;
        text-align: center;
        border-radius: 3px;
    }
    
    .footer-section .furniture-footer .footer-top .footer-contact .social-links ul li:last-child {
        margin-right: 0px;
    }
    
    .footer-section .furniture-footer .footer-top .footer-contact .social-links ul li a {
        width: 100%;
        height: 100%;
        display: block;
        font-size: 14px;
        font-weight: 400;
        line-height: 40px;
        color: #222222;
        background-color: #f0f0f0;
    }
    
    .footer-section .furniture-footer .footer-top .footer-contact .social-links ul li a:hover {
        color: #ffffff;
        background-color: #4bba5b;
    }
    
    .footer-section .furniture-footer .footer-top .useful-links ul li {
        margin-bottom: 10px;
    }
    
    .footer-section .furniture-footer .footer-top .useful-links ul li a {
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
    }
    
    .footer-section .furniture-footer .footer-top .useful-links ul li a:hover {
        color: #4bba5b;
    }
    
    .footer-section .furniture-footer .footer-top .footer-newsletter h3 {
        font-size: 18px;
        text-transform: uppercase;
    }
    
    .footer-section .furniture-footer .footer-top .footer-newsletter .newsletter-form {
        width: 100%;
        height: 50px;
        position: relative;
    }
    
    .footer-section .furniture-footer .footer-top .footer-newsletter .newsletter-form .submit-btn {
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        font-size: 14px;
        padding: 0px 15px;
        position: absolute;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    
    .footer-section .furniture-footer .footer-bottom {
        padding: 20px 0px;
    }
    
    .footer-section .furniture-footer .footer-bottom .social-links ul li {
        margin-right: 30px;
    }
    
    .footer-section .furniture-footer .footer-bottom .social-links ul li:last-child {
        margin-right: 0px;
    }
    
    .footer-section .furniture-footer .footer-bottom .social-links ul li a {
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        text-transform: capitalize;
    }
    
    .footer-section .furniture-footer .footer-bottom .social-links ul li a:hover {
        color: #4bba5b;
    }
    
    .footer-section .jewellry-footer .footer-top {
        padding: 60px 0px;
    }
    
    .footer-section .jewellry-footer .footer-top .item .icon {
        float: left;
        width: 60px;
        height: 60px;
        line-height: 0;
        font-size: 60px;
        margin-right: 10px;
        color: #666666;
    }
    
    .footer-section .jewellry-footer .footer-top .item .content {
        display: table;
    }
    
    .footer-section .jewellry-footer .footer-top .item .content h3 {
        font-size: 14px;
        margin-bottom: 5px;
        text-transform: uppercase;
    }
    
    .footer-section .jewellry-footer .footer-top .item .content p {
        margin: 0px;
        font-size: 14px;
    }
    
    .footer-section .jewellry-footer .footer-newsletter {
        padding: 30px 0px;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .footer-section .jewellry-footer .footer-newsletter .newsletter-content h2 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 5px;
        text-transform: uppercase;
    }
    
    .footer-section .jewellry-footer .footer-newsletter .newsletter-content p {
        margin: 0px;
        font-size: 16px;
    }
    
    .footer-section .jewellry-footer .footer-newsletter .newsletter-form .form-item .submit-btn {
        top: 5px;
        right: 5px;
        bottom: 5px;
        padding: 0px 20px;
        border-radius: 3px;
        position: absolute;
        color: #ffffff;
    }
    
    .footer-section .jewellry-footer .footer-middle .footer-contact .contact-info-list ul li {
        width: 100%;
        display: table;
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .footer-section .jewellry-footer .footer-middle .footer-contact .contact-info-list ul li:last-child {
        margin-bottom: 0px;
    }
    
    .footer-section .jewellry-footer .footer-middle .footer-contact .contact-info-list ul li strong {
        font-weight: 600;
    }
    
    .footer-section .jewellry-footer .footer-middle .footer-contact .contact-info-list ul li .icon {
        float: left;
        font-size: 24px;
        text-align: center;
        margin-right: 15px;
    }
    
    .footer-section .jewellry-footer .footer-middle .footer-contact .social-links ul li {
        width: 35px;
        height: 35px;
        overflow: hidden;
        margin-right: 5px;
        text-align: center;
        border-radius: 3px;
    }
    
    .footer-section .jewellry-footer .footer-middle .footer-contact .social-links ul li a {
        width: 100%;
        height: 100%;
        display: block;
        font-size: 14px;
        font-weight: 400;
        line-height: 35px;
        color: #222222;
        background-color: #f0f0f0;
    }
    
    .footer-section .jewellry-footer .footer-middle .footer-contact .social-links ul li a:hover {
        color: #ffffff;
        background-color: #c09749;
    }
    
    .footer-section .jewellry-footer .footer-middle .useful-links ul li {
        margin-bottom: 10px;
    }
    
    .footer-section .jewellry-footer .footer-middle .useful-links ul li:last-child {
        margin-bottom: 0px;
    }
    
    .footer-section .jewellry-footer .footer-middle .useful-links ul li a {
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
    }
    
    .footer-section .jewellry-footer .footer-middle .useful-links ul li a:hover {
        color: #c09749;
    }
    
    .footer-section .jewellry-footer .footer-bottom {
        padding: 30px 0px;
    }
    
    .footer-section .shoes-footer .footer-top .instagram-shoots .title-text {
        padding: 15px;
        font-size: 24px;
        text-transform: uppercase;
    }
    
    .footer-section .shoes-footer .footer-top .instagram-shoots .insta-shoot-list {
        margin: 0px;
        padding: 0px;
    }
    
    .footer-section .shoes-footer .footer-top .instagram-shoots .insta-shoot-list li {
        width: 20%;
        float: left;
        height: auto;
        list-style: none;
        display: inline-block;
    }
    
    .footer-section .shoes-footer .footer-top .instagram-shoots .insta-shoot-list li a {
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
        position: relative;
    }
    
    .footer-section .shoes-footer .footer-top .instagram-shoots .insta-shoot-list li a:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        content: '';
        position: absolute;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: rgba(0, 0, 0, 0.8);
    }
    
    .footer-section .shoes-footer .footer-top .instagram-shoots .insta-shoot-list li a:hover:before {
        opacity: 1;
    }
    
    .footer-section .shoes-footer .footer-top .footer-newsletter {
        padding: 30px 0px;
    }
    
    .footer-section .shoes-footer .footer-top .footer-newsletter .newsletter-content h2 {
        font-size: 24px;
        text-transform: uppercase;
    }
    
    .footer-section .shoes-footer .footer-top .footer-newsletter .newsletter-content .form-item .submit-btn {
        top: 5px;
        right: 5px;
        bottom: 5px;
        padding: 0px 20px;
        border-radius: 3px;
        position: absolute;
        color: #ffffff;
    }
    
    .footer-section .shoes-footer .footer-middle .footer-contact .title {
        font-size: 18px;
        font-weight: 600;
    }
    
    .footer-section .shoes-footer .footer-middle .footer-contact .content {
        display: table;
    }
    
    .footer-section .shoes-footer .footer-middle .footer-contact .hot-line .icon {
        float: left;
        width: 50px;
        height: 50px;
        font-size: 48px;
        margin-right: 15px;
    }
    
    .footer-section .shoes-footer .footer-middle .footer-contact .contact-info p i {
        float: left;
        font-size: 24px;
        margin-right: 15px;
    }
    
    .footer-section .shoes-footer .footer-middle .footer-contact .contact-info p span {
        display: table;
    }
    
    .footer-section .shoes-footer .footer-middle .footer-contact .social-links ul li {
        width: 35px;
        height: 35px;
        overflow: hidden;
        margin-right: 5px;
        border-radius: 3px;
    }
    
    .footer-section .shoes-footer .footer-middle .footer-contact .social-links ul li:last-child {
        margin-right: 0px;
    }
    
    .footer-section .shoes-footer .footer-middle .footer-contact .social-links ul li a {
        width: 100%;
        height: 100%;
        display: block;
        font-weight: 400;
        line-height: 35px;
        text-align: center;
        background-color: #f0f0f0;
    }
    
    .footer-section .shoes-footer .footer-middle .footer-contact .social-links ul li a:hover {
        color: #ffffff;
        background-color: #000000;
    }
    
    .footer-section .shoes-footer .footer-middle .useful-links ul li {
        margin-bottom: 10px;
    }
    
    .footer-section .shoes-footer .footer-middle .useful-links ul li a {
        font-size: 16px;
        font-weight: 400;
        color: #666666;
        text-transform: capitalize;
    }
    
    .footer-section .shoes-footer .footer-middle .useful-links ul li a:hover {
        color: #000000;
    }
    
    .footer-section .shoes-footer .footer-middle .footer-tags ul {
        margin: -5px;
    }
    
    .footer-section .shoes-footer .footer-middle .footer-tags ul li {
        padding: 5px;
    }
    
    .footer-section .shoes-footer .footer-middle .footer-tags ul li a {
        font-size: 14px;
        font-weight: 500;
        padding: 5px 15px;
        border-radius: 3px;
        border: 1px solid #f0f0f0;
    }
    
    .footer-section .shoes-footer .footer-middle .footer-tags ul li a:hover {
        color: #ffffff;
        border-color: #943687;
        background-color: #943687;
    }
    
    .footer-section .shoes-footer .footer-bottom {
        padding: 20px 0px;
    }
    
    .footer-section .tools-footer .footer-top {
        border-bottom: 1px solid #f0f0f0;
    }
    
    .footer-section .tools-footer .footer-top .footer-contact .title {
        font-size: 18px;
        font-weight: 600;
        color: #222222;
    }
    
    .footer-section .tools-footer .footer-top .footer-contact .contact-info p i {
        float: left;
        font-size: 24px;
        margin-right: 15px;
    }
    
    .footer-section .tools-footer .footer-top .footer-contact .contact-info p span {
        display: table;
    }
    
    .footer-section .tools-footer .footer-top .footer-contact .hot-line .icon {
        float: left;
        width: 50px;
        height: 50px;
        font-size: 48px;
        margin-right: 15px;
    }
    
    .footer-section .tools-footer .footer-top .footer-contact .hot-line .content {
        display: table;
    }
    
    .footer-section .tools-footer .footer-top .footer-contact .social-links ul li {
        width: 40px;
        height: 40px;
        overflow: hidden;
        margin-right: 5px;
        text-align: center;
        border-radius: 3px;
    }
    
    .footer-section .tools-footer .footer-top .footer-contact .social-links ul li:last-child {
        margin-right: 0px;
    }
    
    .footer-section .tools-footer .footer-top .footer-contact .social-links ul li a {
        width: 100%;
        height: 100%;
        display: block;
        font-size: 14px;
        font-weight: 400;
        line-height: 40px;
        color: #222222;
        background-color: #f0f0f0;
    }
    
    .footer-section .tools-footer .footer-top .footer-contact .social-links ul li a:hover {
        color: #ffffff;
        background-color: #fed700;
    }
    
    .footer-section .tools-footer .footer-top .useful-links ul li {
        margin-bottom: 10px;
    }
    
    .footer-section .tools-footer .footer-top .useful-links ul li a {
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
    }
    
    .footer-section .tools-footer .footer-top .useful-links ul li a:hover {
        color: #fed700;
    }
    
    .footer-section .tools-footer .footer-top .footer-newsletter h3 {
        font-size: 18px;
        text-transform: uppercase;
    }
    
    .footer-section .tools-footer .footer-top .footer-newsletter .newsletter-form {
        width: 100%;
        height: 50px;
        position: relative;
    }
    
    .footer-section .tools-footer .footer-top .footer-newsletter .newsletter-form .submit-btn {
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        font-size: 14px;
        padding: 0px 15px;
        position: absolute;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    
    .footer-section .tools-footer .footer-middle {
        padding: 30px 0px;
    }
    
    .footer-section .tools-footer .footer-middle .footer-middle-content .useful-links ul li {
        position: relative;
        margin-right: 30px;
        padding-right: 30px;
    }
    
    .footer-section .tools-footer .footer-middle .footer-middle-content .useful-links ul li:after {
        top: 0;
        bottom: 0;
        width: 2px;
        right: -1px;
        content: '';
        position: absolute;
        background-color: #f0f0f0;
    }
    
    .footer-section .tools-footer .footer-middle .footer-middle-content .useful-links ul li:last-child {
        margin-right: 0px;
        padding-right: 0px;
    }
    
    .footer-section .tools-footer .footer-middle .footer-middle-content .useful-links ul li:last-child:after {
        display: none;
    }
    
    .footer-section .tools-footer .footer-middle .footer-middle-content .useful-links ul li a {
        font-size: 14px;
        font-weight: 500;
    }
    
    .footer-section .tools-footer .footer-middle .footer-middle-content .useful-links ul li a:hover {
        color: #fed700;
    }
    
    .footer-section .tools-footer .footer-bottom {
        padding: 20px 0px;
    }
    
    .footer-section .tools-footer .footer-bottom .social-links ul li {
        margin-right: 30px;
    }
    
    .footer-section .tools-footer .footer-bottom .social-links ul li:last-child {
        margin-right: 0px;
    }
    
    .footer-section .tools-footer .footer-bottom .social-links ul li a {
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        text-transform: capitalize;
    }
    
    .footer-section .tools-footer .footer-bottom .social-links ul li a:hover {
        color: #4bba5b;
    }

    .valid {
        background-color: #28a745!important;
        padding: 2px;
        color: white;
    }
    .invalid {
        background-color: #dc3545!important;
        color: white;
        padding: 2px;
    }