@charset "UTF-8";
/*--------------------------------------------------------------------------------- 
Item Name: Grabit - Multipurpose eCommerce HTML Template.
Author: Ashish Maraviya
Version: 1.0
Copyright 2022
-----------------------------------------------------------------------------------

/*---------------------------------------------------------------------------------
    Included CSS INDEX
-----------------------------------------------------------------------------------

01. Typography
02. Components
    - Common
    - Breadcrumb
    - Cart-sidebar
    - Quickview

03. Layout 
    - Header Section
    - Footer section
    - Category Section
    - New product
    - Blog
    - Banner Section
    - Service
    - Shop Sidebar

04. Pages
    - About us Page
    - Contact us Page
    - Cart Page
    - Checkout Page 
    - Compare Page
    - Faq Page
    - Login Page
    - Register Page
    - Track Order Page 
    - Term Page
    - Shop Page    
    - Single Product Page
    - Wishlist

-----------------------------------------------------------------------------------*/
/*-------------------------------------------------
  Fonts Family & Style CSS
---------------------------------------------------*/
/*--  Manrope font  --*/
@font-face {
    font-family: "Manrope", sans-serif;
    src: url("./../fonts/manrope/Manrope-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Manrope", sans-serif;
    src: url("./../fonts/manrope/Manrope-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Manrope", sans-serif;
    src: url("./../fonts/manrope/Manrope-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Manrope", sans-serif;
    src: url("./../fonts/manrope/Manrope-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Manrope", sans-serif;
    src: url("./../fonts/manrope/Manrope-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Manrope", sans-serif;
    src: url("./../fonts/manrope/Manrope-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Manrope", sans-serif;
    src: url("./../fonts/manrope/Manrope-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}
/*--  Poppins font  --*/
@font-face {
    font-family: "Poppins, sans-serif";
    src: url("./../fonts/poppins/Poppins-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Poppins, sans-serif";
    src: url("./../fonts/poppins/Poppins-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Poppins, sans-serif";
    src: url("./../fonts/poppins/Poppins-Light.ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Poppins, sans-serif";
    src: url("./../fonts/poppins/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Poppins, sans-serif";
    src: url("./../fonts/poppins/Poppins-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Poppins, sans-serif";
    src: url("./../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Poppins, sans-serif";
    src: url("./../fonts/poppins/Poppins-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Poppins, sans-serif";
    src: url("./../fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Poppins, sans-serif";
    src: url("./../fonts/poppins/Poppins-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}
/*===== Commen css =====*/
body {
    width: 100%;
    height: 100%;
    position: relative;
    font-family: "Poppins, sans-serif";
    font-weight: 400;
    -webkit-user-select: none;
    -gi-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 100vh !important;
}

.bg-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .8;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1 {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    letter-spacing: 0.01rem;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    letter-spacing: 0.01rem;
}

p,
li,
span {
    letter-spacing: 0.02rem;
}

p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 300;
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
    }

a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.gi-flash:after {
    content: "";
    width: 2000px;
    height: 2000px;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: gi-flash 3s ease-in-out infinite;
    animation: gi-flash 3s ease-in-out infinite;
    z-index: 99;
}

@-webkit-keyframes gi-flash {
    0% {
        -webkit-transform: translateX(-100%) rotate(45deg);
        transform: translateX(-100%) rotate(45deg);
    }

    100% {
        -webkit-transform: translateX(100%) rotate(45deg);
        transform: translateX(100%) rotate(45deg);
    }
}
/* Spaccing */
.m-r-5px {
    margin-right: 5px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-80 {
    margin-top: 80px;
}

.m-t-80 {
    margin-top: 80px;
}

.m-b-40 {
    margin-bottom: 125px;
}

.padding-tb-125 {
    padding: 125px 0;
}

.padding-tb-80 {
    padding: 80px 0;
}

.padding-tb-40 {
    padding: 125px 0;
}

.padding-tb-80 {
    padding: 80px 0;
}

.padding-t-40 {
    padding-top: 40px;
}

.padding-b-40 {
    padding-bottom: 40px;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-80 {
    padding-top: 80px;
}

.p-t-80 {
    padding-top: 80px;
}

.p-tb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.p-tb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.p-b-40 {
    padding-bottom: 40px !important;
}

.m-tb-40 {
    margin: 125px 0;
}

.m-b-40 {
    margin-bottom: 125px;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-b-minus-24px {
    margin-bottom: -24px;
}

.m-b-minus-15px {
    margin-bottom: -15px;
}

.m-tb-minus-12 {
    margin-top: -12px;
    margin-bottom: -12px;
}

.m-minus-15 {
    margin: -15px;
}

.m-minus-12 {
    margin: -12px;
}

.m-minus-lr-12 {
    margin-left: -12px;
    margin-right: -12px;
}

.p-tp-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.m-tp-12 {
    margin-top: 12px;
    margin-bottom: 12px;
}

/* Buttons */
button {
    background: transparent;
    border: 0;
}

.custom-btn {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 130px;
    height: 40px;
    color: #fff;
    padding: 10px 15px;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    border-radius: 5px;
}

.gi-btn,
.gi-btn-1 {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
    color: #fff;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #4b5966;
    border: 1px solid #5caf90;
    position: relative;
    border-radius: 5px;
}

.btn-disabled {
    pointer-events: none;
    background-color: #555 !important;
}

.gi-btn {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #5caf90;
    color: #fff;
}

    .gi-btn:hover {
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
    }

.gi-btn-1 {
    padding: 10px 15px;
    background-color: #4b5966;
    color: #fff;
    border: 0;
}

    .gi-btn-1:hover {
        background-color: #5caf90;
        color: #fff;
    }

.gi-btn-2 {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    background-color: #5caf90;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

    .gi-btn-2:hover {
        background-color: #4b5966;
        color: #fff;
    }

.gi-btn-3 {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-weight: 400;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
}

    .gi-btn-3:hover {
        background-color: #fff;
        color: #777;
        border: 1px solid #fff;
    }

.gi-btn:before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    -webkit-animation: shiny-btn1 3s ease-in-out infinite;
    animation: shiny-btn1 3s ease-in-out infinite;
}

.gi-box {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
    padding: 30px;
    border-radius: 0px;
    background: #fff;
}

.gi-btn:active {
    -webkit-box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.img-responsive {
    max-width: 100%;
    display: block;
}

input {
    height: 50px;
    outline: none;
}

.border-r {
    border-right: 10px dashed #fff;
}

.main-bg {
    height: 100%;
    background: #5caf90;
}

.gi-row {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-bg {
    background-color: #fff;
}

.section-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 5;
}

    .section-title .section-detail h2 {
        margin-bottom: 0;
        font-size: 25px;
        line-height: 38px;
        font-weight: 600;
        color: #4b5966;
        position: relative;
        display: inline;
        padding: 0;
        text-transform: capitalize;
        line-height: 1;
        font-family: "Manrope", sans-serif;
    }

        .section-title .section-detail h2 span {
            color: #5caf90;
        }

    .section-title .section-detail p {
        max-width: 400px;
        margin: 10px 0 0 0;
        font-size: 14px;
        color: #777;
        line-height: 18px;
    }

    .section-title .title-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

        .section-title .title-link a {
            color: #777;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .section-title .title-link a i {
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                height: 18px;
                margin-left: 10px;
                color: #777;
            }

            .section-title .title-link a:hover {
                color: #5caf90;
            }

                .section-title .title-link a:hover i {
                    color: #5caf90;
                }

.section-title-2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5;
}

    .section-title-2 h2 {
        margin-bottom: 0;
        font-family: "Manrope", sans-serif;
        font-size: 26px;
        line-height: 38px;
        font-weight: 600;
        color: #4b5966;
        position: relative;
        display: inline;
        padding: 0;
        text-transform: capitalize;
        line-height: 1;
    }

        .section-title-2 h2 span {
            color: #5caf90;
        }

    .section-title-2 p {
        max-width: 400px;
        margin: 15px 0 0 0;
        font-size: 14px;
        color: #777;
        text-align: center;
        line-height: 23px;
    }

.section-title-3 {
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5;
}

    .section-title-3 h2 {
        margin-bottom: 0;
        font-family: "Manrope", sans-serif;
        font-size: 22px;
        line-height: 38px;
        font-weight: 600;
        color: #4b5966;
        position: relative;
        display: inline;
        padding: 0;
        text-transform: capitalize;
        line-height: 1;
    }

        .section-title-3 h2 span {
            color: #5caf90;
        }

    .section-title-3 p {
        max-width: 400px;
        margin: 15px 0 0 0;
        font-size: 14px;
        color: #777;
        text-align: center;
        line-height: 23px;
    }

section {
    position: relative;
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.show-section {
    display: block !important;
}

.hide-section {
    z-index: 7;
    -webkit-transform: translate3d(0px, -100%, 0px);
    transform: translate3d(0px, -100%, 0px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#overlay_shine {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: fixed;
    z-index: 1;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    top: 0px;
    left: -50%;
    width: 200%;
    height: 100%;
    -webkit-transform: rotate(-30deg) translateY(-150%);
    transform: rotate(-30deg) translateY(-150%);
}

#gi-overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    opacity: .5;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    #gi-overlay .loader {
        border-radius: 50%;
        width: 10em;
        height: 10em;
    }

        #gi-overlay .loader:after {
            content: "";
            width: 10em;
            height: 10em;
            position: absolute;
            top: -6px;
            left: -6px;
            border-radius: 50%;
            border: 6px solid rgba(92, 175, 144, 0.19);
        }

    #gi-overlay .loader {
        margin: 45px auto;
        font-size: 6px;
        position: relative;
        text-indent: -9999em;
        border-top: 6px dotted transparent;
        border-right: 6px dotted transparent;
        border-bottom: 6px dotted transparent;
        border-left: 6px dotted #4b5966;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation: load8 1.1s infinite linear;
        animation: load8 1.1s infinite linear;
    }

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.gi-cursor {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #5caf90;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 15px), -50%);
    transform: translate(calc(-50% + 15px), -50%);
    -webkit-animation: morphing-image 10s linear infinite forwards;
    animation: morphing-image 10s linear infinite forwards;
    z-index: 9999;
}

.gi-cursor-2 {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #5caf90;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
    z-index: 9999;
}

.gi-hover-cursor {
    width: 50px;
    height: 50px;
    background-color: #5caf90;
    border: 0;
    opacity: 0.5;
    z-index: 9999;
}

.gi-cursorinnerhover {
    width: 30px;
    height: 30px;
    opacity: 0.5;
    z-index: 9999;
}

@-webkit-keyframes morphing-image {
    0% {
        border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    }

    10% {
        border-radius: 39% 61% 38% 62%/53% 54% 46% 47%;
    }

    20% {
        border-radius: 56% 44% 52% 48%/57% 35% 65% 43%;
    }

    30% {
        border-radius: 41% 59% 45% 55%/43% 56% 44% 57%;
    }

    40% {
        border-radius: 46% 54% 60% 40%/55% 65% 26% 45%;
    }

    50% {
        border-radius: 44% 56% 42% 65%/41% 65% 46% 69%;
    }

    60% {
        border-radius: 41% 69% 42% 68%/41% 71% 29% 69%;
    }

    70% {
        border-radius: 44% 56% 60% 40%/63% 46% 64% 37%;
    }

    80% {
        border-radius: 46% 54% 38% 62%/44% 48% 52% 56%;
    }

    90% {
        border-radius: 66% 45% 57% 43%/49% 51% 49% 51%;
    }

    100% {
        border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    }
}

@keyframes morphing-image {
    0% {
        border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    }

    10% {
        border-radius: 39% 61% 38% 62%/53% 54% 46% 47%;
    }

    20% {
        border-radius: 56% 44% 52% 48%/57% 35% 65% 43%;
    }

    30% {
        border-radius: 41% 59% 45% 55%/43% 56% 44% 57%;
    }

    40% {
        border-radius: 46% 54% 60% 40%/55% 65% 26% 45%;
    }

    50% {
        border-radius: 44% 56% 42% 65%/41% 65% 46% 69%;
    }

    60% {
        border-radius: 41% 69% 42% 68%/41% 71% 29% 69%;
    }

    70% {
        border-radius: 44% 56% 60% 40%/63% 46% 64% 37%;
    }

    80% {
        border-radius: 46% 54% 38% 62%/44% 48% 52% 56%;
    }

    90% {
        border-radius: 66% 45% 57% 43%/49% 51% 49% 51%;
    }

    100% {
        border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    }
}

.gicon {
    color: #4b5966;
}

i.gicon.gi-star.fill {
    color: #f27d0c;
}

.modal-dialog {
    height: 100%;
    margin: 0% auto;
    max-width: 960px;
    width: 960px;
    padding: 35px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.gi-wish-notify,
.gi-compare-notify,
.gi-cart-notify {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 99;
}

    .gi-wish-notify p,
    .gi-compare-notify p,
    .gi-cart-notify p {
        padding: 15px 20px;
        background-color: #fff;
        font-size: 14px;
        color: #4b5966;
        border-bottom: 5px solid #5caf90;
        border-radius: 5px;
        display: block;
        -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
    }

        .gi-wish-notify p i,
        .gi-compare-notify p i,
        .gi-cart-notify p i {
            margin-right: 5px;
        }

    .gi-wish-notify a,
    .gi-compare-notify a,
    .gi-cart-notify a {
        color: #5caf90;
        text-decoration: underline;
        text-underline-offset: 2px;
    }

        .gi-wish-notify a:hover,
        .gi-compare-notify a:hover,
        .gi-cart-notify a:hover {
            color: #4b5966;
        }

/**  Pagination  **/
.gi-pro-pagination {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #eee;
}

    .gi-pro-pagination span {
        font-size: 14px;
        color: #777;
    }

    .gi-pro-pagination ul li {
        display: inline-block;
        float: left;
    }

        .gi-pro-pagination ul li:not(:last-child) {
            margin-right: 5px;
        }

        .gi-pro-pagination ul li span {
            width: 20px;
            color: #777;
            display: block;
            text-align: center;
        }

        .gi-pro-pagination ul li a {
            width: 32px;
            height: 32px;
            padding: 0;
            font-weight: 300;
            color: #777;
            line-height: 32px;
            background: #eee;
            font-size: 14px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            text-align: center;
            vertical-align: top;
            font-size: 16px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 5px;
        }

            .gi-pro-pagination ul li a:hover {
                color: #fff;
                background-color: #5caf90;
            }

                .gi-pro-pagination ul li a:hover i {
                    color: #fff;
                }

            .gi-pro-pagination ul li a.next {
                width: auto;
                padding: 0 13px;
                color: #fff;
                background-color: #5caf90;
                line-height: 30px;
            }

                .gi-pro-pagination ul li a.next i {
                    -webkit-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                    margin-left: 10px;
                    color: #fff;
                }

                .gi-pro-pagination ul li a.next:hover i {
                    color: #fff;
                }

            .gi-pro-pagination ul li a.active {
                color: #fff;
                background-color: #5caf90;
            }

/** show-cart-toggle button **/


.gi-show-cart-toggle {
    display: inline-block;
    background-color: #198754;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 80px;
    right: 30px;
    -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 16;
    border: 1px solid #fff;
}

    .gi-show-cart-toggle:after {
        content: "\f07a";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 15px;
        line-height: 40px;
        color: #fff;
    }

.gi-show-cart-toggle:hover {
    cursor: pointer;
    background-color: #000;
    opacity: 1;
}

.gi-show-cart-toggle:active {
    background-color: #555;
}

.gi-show-cart-toggle.show {
    opacity: 0.8;
    visibility: visible;
}




/** Back to top button **/

.gi-back-to-top {
    display: inline-block;
    background-color: #4b5966;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 16;
    border: 1px solid #fff;
}

    .gi-back-to-top:after {
        content: "\f062";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 15px;
        line-height: 40px;
        color: #fff;
    }

    .gi-back-to-top:hover {
        cursor: pointer;
        background-color: #000;
        opacity: 1;
    }

    .gi-back-to-top:active {
        background-color: #555;
    }

    .gi-back-to-top.show {
        opacity: 0.8;
        visibility: visible;
    }


/*-------------------------------------------------
  Breadcrumb Style CSS
---------------------------------------------------*/
.gi-breadcrumb .gi_breadcrumb_inner {
    margin: 0;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 0 0 5px 5px;
    border-top: 0;
}

.gi-breadcrumb .gi-breadcrumb-title {
    text-decoration: none;
    color: #4b5966;
    display: block;
    font-size: 15px;
    font-family: "Poppins, sans-serif";
    line-height: 22px;
    font-weight: 600;
    margin: 0 auto;
    text-transform: capitalize;
}

.gi-breadcrumb-list {
    text-align: right;
}

    .gi-breadcrumb-list li {
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.02rem;
        line-height: 1.2;
        text-transform: capitalize;
    }

        .gi-breadcrumb-list li a {
            position: relative;
            color: #4b5966;
        }

        .gi-breadcrumb-list li.active {
            color: #5caf90;
        }

    .gi-breadcrumb-list .gi-breadcrumb-item.active::before {
        color: #5caf90;
    }

.gi-breadcrumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .gi-breadcrumb-item + .gi-breadcrumb-item {
        padding-left: 7px;
    }

        .gi-breadcrumb-item + .gi-breadcrumb-item::before {
            display: inline-block;
            padding-right: 7px;
            color: #4b5966;
            content: "\f105";
            font-family: "gIcons";
            font-size: 15px;
        }

/*===== Cart sideabr css =====*/
.gi-open-cart {
    overflow: hidden;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    opacity: 1 !important;
}

    .gi-open-cart:before {
        height: 100%;
        width: 100;
        background: #000;
        opacity: 0.7;
        position: absolute;
        z-index: 998;
        content: "";
    }

.gi-side-cart-overlay {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 17;
}

.gi-side-cart {
    width: 350px;
    height: 100%;
    padding: 15px 20px 0 20px;
    font-size: 14px;
    font-weight: 400;
    position: fixed;
    z-index: 17;
    top: 0;
    right: 0;
    left: auto;
    display: block;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: auto;
    opacity: 0;
}

    .gi-side-cart::-webkit-scrollbar {
        width: 12px !important;
        height: 10px !important;
        padding: 8px !important;
    }

    .gi-side-cart::-webkit-scrollbar-track {
        width: 12px !important;
        background-color: #4b5966 !important;
        -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
    }

    .gi-side-cart::-webkit-scrollbar-thumb {
        background-color: #4b5966 !important;
        border-radius: 10px !important;
        border: 3px solid #fff !important;
    }

        .gi-side-cart::-webkit-scrollbar-thumb:hover {
            background-color: #5caf90 !important;
        }

    .gi-side-cart .text-right {
        font-weight: 700;
    }

    .gi-side-cart .gi-cart-inner {
        position: relative;
        z-index: 9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .gi-side-cart .gi-cart-inner .gi-cart-title {
            width: 100;
            margin-bottom: 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .gi-side-cart .gi-cart-inner .gi-cart-title .cart_title {
                font-size: 15px;
                color: #4b5966;
                font-family: "Poppins, sans-serif";
                font-weight: 600;
            }

            .gi-side-cart .gi-cart-inner .gi-cart-title .gi-cart-close {
                position: relative;
                border: 0;
                font-size: 30px;
                line-height: 20px;
                color: #4b5966;
            }

                .gi-side-cart .gi-cart-inner .gi-cart-title .gi-cart-close i {
                    font-size: 20px;
                    line-height: 0;
                }

        .gi-side-cart .gi-cart-inner .gi-cart-pro-items li {
            margin-bottom: 15px;
            padding: 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            overflow: hidden;
            border: 1px solid #eeeeee;
            border-radius: 5px;
        }

            .gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-img {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-flex: 1;
                -ms-flex: 1 0 20%;
                flex: 1 0 20%;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-img img {
                    width: 100%;
                }

            .gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-content {
                position: relative;
                -webkit-box-flex: 1;
                -gi-flex: 1 0 70%;
                -ms-flex: 1 0 70%;
                flex: 1 0 70%;
                padding-left: 15px;
                overflow: hidden;
            }

                .gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-content .cart-pro-title {
                    width: 100%;
                    padding-right: 30px;
                    text-decoration: none;
                    color: #777;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: block;
                    font-size: 15px;
                    line-height: 18px;
                    font-weight: 400;
                }

                .gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-content .cart-price {
                    font-size: 14px;
                    display: block;
                    margin-top: 5px;
                }

                    .gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-content .cart-price span {
                        color: #777;
                        font-weight: 600;
                        font-size: 16px;
                    }

                .gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-content .remove {
                    line-height: 15px;
                    position: absolute;
                    top: 0;
                    right: 0;
                    padding: 0 0 0 10px;
                    color: red;
                    font-size: 22px;
                }

                .gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-content .qty-plus-minus {
                    border: 1px solid #eeeeee;
                    display: inline-block;
                    height: 35px;
                    overflow: hidden;
                    padding: 0;
                    position: relative;
                    width: 85px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    padding: 7px 0;
                    margin-top: 7px;
                }

                    .gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-content .qty-plus-minus .dec.ms_qtybtn {
                        border-right: 1px solid #eeeeee;
                    }

                    .gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-content .qty-plus-minus .gi-qtybtn {
                        width: 40px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        height: 100%;
                        cursor: pointer;
                        font-size: 20px;
                        color: #777;
                    }

                .gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-content input.qty-input {
                    background: transparent none repeat scroll 0 0;
                    border: medium none;
                    color: #777;
                    float: left;
                    font-size: 14px;
                    height: auto;
                    margin: 0;
                    padding: 0;
                    text-align: center;
                    width: 32px;
                    outline: none;
                    font-weight: 400;
                    line-height: 35px;
                }

        .gi-side-cart .gi-cart-inner .gi-cart-bottom .cart_btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-bottom: 20px;
        }

            .gi-side-cart .gi-cart-inner .gi-cart-bottom .cart_btn a {
                width: 48%;
                height: 40px;
                display: block;
                text-transform: uppercase;
                font-weight: 600;
                font-size: 14px;
                padding: 8px 15px;
                line-height: 22px;
            }

        .gi-side-cart .gi-cart-inner .gi-cart-bottom .cart-sub-total {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding-top: 0;
            padding-bottom: 8px;
            border-top: 1px solid #eeeeee;
            margin: 20px 0 0 0px;
        }

            .gi-side-cart .gi-cart-inner .gi-cart-bottom .cart-sub-total table {
                margin: 10px 0 0 0;
            }

                .gi-side-cart .gi-cart-inner .gi-cart-bottom .cart-sub-total table tr td {
                    border: none;
                    color: #777;
                }

                    .gi-side-cart .gi-cart-inner .gi-cart-bottom .cart-sub-total table tr td.text-left {
                        font-weight: 500;
                    }

                    .gi-side-cart .gi-cart-inner .gi-cart-bottom .cart-sub-total table tr td.text-right {
                        text-align: right;
                    }

/* Responsive css */
@media (max-width: 480px) {
    .gi-side-cart {
        width: 300px;
    }
}
/*=======  Quick View ========*/
.quickview-modal {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

    .quickview-modal .qty_close {
        width: 5px;
        height: 5px;
        background: url(../img/icons/close.svg);
        background-size: 100%;
    }

    .quickview-modal .modal-body {
        padding: 30px;
    }

    .quickview-modal .modal-content .single-pro-img {
        height: 100%;
        border: 1px solid #eee;
        border-radius: 5px;
        overflow: hidden;
    }

        .quickview-modal .modal-content .single-pro-img .single-product-scroll {
            height: 100%;
        }

        .quickview-modal .modal-content .single-pro-img .single-slide {
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

.qty-nav-thumb {
    margin-bottom: -5px;
    padding: 0 40px;
}

    .qty-nav-thumb .slick-slider:hover .slick-prev, .qty-nav-thumb .slick-slider:hover .slide-arrow.prev-arrow {
        opacity: 1 !important;
    }

.quickview-pro-content .gi-quick-title a {
    margin: 0 0 15px 0;
    display: block;
    color: #4b5966;
    font-size: 22px;
    text-decoration: none;
    line-height: 1.5;
    font-weight: 500;
}

.quickview-pro-content p {
    font-size: 14px;
    color: #777;
    margin: 0 0 12px;
    font-weight: 600;
}

    .quickview-pro-content p span {
        font-weight: 400;
    }

.quickview-pro-content .quickview-para {
    font-weight: 400;
    color: #777;
    line-height: 26px;
}

.quickview-pro-content .gi-quickview-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

    .quickview-pro-content .gi-quickview-rating i {
        margin-right: 5px !important;
    }

.quickview-pro-content .gi-quickview-desc {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 24px;
    color: #777;
    font-weight: 300;
}

.quickview-pro-content .gi-quickview-price {
    padding: 5px 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

    .quickview-pro-content .gi-quickview-price span.old-price {
        font-size: 18px;
        margin-left: 10px;
        text-decoration: line-through;
        color: #777;
    }

    .quickview-pro-content .gi-quickview-price span.new-price {
        color: #4b5966;
        font-weight: 700;
        font-size: 22px;
    }

.quickview-pro-content .gi-pro-variation .gi-pro-variation-content ul li {
    height: 22px;
    padding: 2px 8px;
    cursor: pointer;
    border: 1px solid #eeeeee;
    color: #777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 22px;
    border-radius: 3px;
    font-weight: 400;
}

    .quickview-pro-content .gi-pro-variation .gi-pro-variation-content ul li a {
        color: #777;
    }

    .quickview-pro-content .gi-pro-variation .gi-pro-variation-content ul li:hover a {
        color: #fff;
    }

    .quickview-pro-content .gi-pro-variation .gi-pro-variation-content ul li.active {
        background-color: #5caf90 !important;
        color: #fff !important;
        border-color: #5caf90 !important;
    }

        .quickview-pro-content .gi-pro-variation .gi-pro-variation-content ul li.active a {
            color: #fff;
        }

.quickview-pro-content .pro-details-list {
    padding: 0 0 30px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #17181c;
    display: inline-block;
    width: 100;
    color: #777;
}

    .quickview-pro-content .pro-details-list .gi-quickview-desc {
        font-weight: 400;
        color: #777;
        line-height: 24px;
        margin: 0;
    }

    .quickview-pro-content .pro-details-list li {
        display: block;
        width: 100;
        line-height: 24px;
    }

.quickview-pro-content .gi-quickview-qty {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 15px 0 0 0;
    width: 100;
}

    .quickview-pro-content .gi-quickview-qty .qty-plus-minus {
        width: 100px;
        height: 43px;
        padding: 0;
        border: 1px solid #eee;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-radius: 3px;
    }

        .quickview-pro-content .gi-quickview-qty .qty-plus-minus .gi-qtybtn {
            width: 30px;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            cursor: pointer;
            color: #777;
        }

        .quickview-pro-content .gi-quickview-qty .qty-plus-minus input.qty-input {
            width: 40px;
            height: 50px;
            margin: 0;
            padding: 0;
            background: transparent none repeat scroll 0 0;
            color: #777;
            font-size: 14px;
            border: medium none;
            text-align: center;
            outline: none;
        }

    .quickview-pro-content .gi-quickview-qty .gi-quickview-cart .gi-btn-1 {
        margin: 0 0 0 15px;
        padding: 10px 15px;
        border-radius: 3px;
    }

        .quickview-pro-content .gi-quickview-qty .gi-quickview-cart .gi-btn-1 svg {
            margin-right: 8px;
        }

        .quickview-pro-content .gi-quickview-qty .gi-quickview-cart .gi-btn-1 .svg_img.pro_svg {
            display: none;
        }


@media only screen and (max-width: 991px) {
    .quickview-pro-content .gi-quick-title a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modal-dialog {
        max-width: 720px;
        width: 720px;
    }
}

@media only screen and (max-width: 767px) {
    .modal-dialog {
        width: 80%;
        height: auto;
        max-width: 100%;
        padding: 35px 0;
        margin: 0 auto;
    }

        .modal-dialog .qty-product-cover {
            max-width: 420px;
            margin: 0 auto;
            margin-bottom: 15px;
        }

        .modal-dialog .qty-nav-thumb {
            max-width: 420px;
            margin: 0 auto;
        }

    .quickview-pro-content {
        margin-top: 5px;
    }

        .quickview-pro-content .gi-quick-title a {
            font-size: 18px;
        }
}

@media only screen and (max-width: 575px) {
    .modal-dialog {
        width: 90%;
    }

    .quickview-pro-content {
        margin-top: 5px;
    }

        .quickview-pro-content .gi-quick-title a {
            font-size: 16px;
        }
}

@media only screen and (max-width: 360px) {
    .quickview-modal .modal-body {
        padding: 15px;
    }

    .quickview-modal button.btn-close.qty_close {
        right: 5px;
        top: 5px;
    }
}
/*-------------------------------------------------
    Site Header Section
---------------------------------------------------*/
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    max-width: 150px;
    font-size: 14px;
    line-height: 28px;
    color: #777;
}

.bootstrap-select .form-control {
    min-height: 35px !important;
    height: 35px !important;
}

.bootstrap-select .btn-light {
    background-color: transparent;
    border-color: transparent;
}

    .bootstrap-select .btn-light:focus, .bootstrap-select .btn-light:active {
        outline: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.bootstrap-select .dropdown-menu {
    border: 1px solid #eee;
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
}

    .bootstrap-select .dropdown-menu li a span.text {
        margin-right: 34px;
        font-size: 13px;
        color: #777;
    }

    .bootstrap-select .dropdown-menu .dropdown-item.active,
    .bootstrap-select .dropdown-menu .dropdown-item:active {
        background-color: #5caf90;
    }

        .bootstrap-select .dropdown-menu .dropdown-item.active span,
        .bootstrap-select .dropdown-menu .dropdown-item:active span {
            color: #fff;
        }

.bootstrap-select .bs-actionsbox {
    padding: 8px;
}

    .bootstrap-select .bs-actionsbox .btn-group button {
        width: 50%;
        font-size: 12px;
        color: #5caf90;
        font-weight: 500;
        border: 1px solid #eee;
    }

        .bootstrap-select .bs-actionsbox .btn-group button:hover {
            color: #4b5966;
        }

.bootstrap-select .bs-ok-default:after {
    content: "✔";
    display: inline-block;
    color: #777;
    border: none;
    -webkit-transform: none;
    transform: none;
}

.gi-header {
    background-color: #fff;
    z-index: 14;
    position: relative;
}

.header-top {
    padding: 10px 0;
    color: #777;
    background-color: #f8f8fb;
}

    .header-top .header-top-message {
        font-size: 13px;
    }

.header-top-right-inner > div {
    padding-left: 20px;
}

    .header-top-right-inner > div:last-child {
        padding-right: 0;
        border: none;
    }

    .header-top-right-inner > div a {
        color: #fff;
    }

        .header-top-right-inner > div a:hover {
            color: #5caf90;
        }

.header-top-social ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .header-top-social ul li {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 13px;
    }

        .header-top-social ul li a {
            margin: 0 5px;
            text-align: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 15px;
        }

            .header-top-social ul li a i {
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                color: #777;
            }

        .header-top-social ul li:hover i {
            color: #5caf90;
        }

        .header-top-social ul li.list-inline-item:not(:last-child) {
            margin-right: 15px;
        }

.gi-help {
    padding-left: 20px;
    font-size: 13px;
    color: #777;
    letter-spacing: 0.7px;
    font-weight: 400;
}

    .gi-help:hover {
        color: #5caf90;
    }

.header-top-lan-curr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .header-top-lan-curr .dropdown .dropdown-toggle {
        font-size: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        color: #fff;
        border: none;
        letter-spacing: 0.7px;
    }

        .header-top-lan-curr .dropdown .dropdown-toggle i {
            font-size: 14px;
            margin-left: 2px;
            color: #fff;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .header-top-lan-curr .dropdown .dropdown-toggle::after {
            display: none;
        }

        .header-top-lan-curr .dropdown .dropdown-toggle:hover {
            color: #5caf90;
        }

            .header-top-lan-curr .dropdown .dropdown-toggle:hover i {
                color: #5caf90;
            }

    .header-top-lan-curr .dropdown .dropdown-menu {
        margin: 0;
        top: 32px !important;
        left: auto !important;
        right: 0 !important;
        min-width: 130px;
        overflow: hidden;
        padding: 0 10px;
        background: #fff;
        border-radius: 0;
        border: 1px solid #eee;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }

        .header-top-lan-curr .dropdown .dropdown-menu li {
            border-bottom: 1px solid #eee;
        }

            .header-top-lan-curr .dropdown .dropdown-menu li:last-child {
                border: none;
            }

        .header-top-lan-curr .dropdown .dropdown-menu .dropdown-item {
            padding: 7px;
            color: #4b5966;
            font-size: 14px;
            background: transparent;
        }

            .header-top-lan-curr .dropdown .dropdown-menu .dropdown-item:hover {
                color: #5caf90;
            }

        .header-top-lan-curr .dropdown .dropdown-menu li.active .dropdown-item {
            color: #5caf90;
        }

    .header-top-lan-curr.dropdown .dropdown-toggle {
        font-size: 13px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        color: #777;
        border: none;
        letter-spacing: 0.7px;
    }

        .header-top-lan-curr.dropdown .dropdown-toggle i {
            font-size: 14px;
            margin-left: 5px;
            color: #777;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .header-top-lan-curr.dropdown .dropdown-toggle::after {
            display: none;
        }

        .header-top-lan-curr.dropdown .dropdown-toggle:hover {
            color: #5caf90;
        }

            .header-top-lan-curr.dropdown .dropdown-toggle:hover i {
                color: #5caf90;
            }

    .header-top-lan-curr.dropdown .dropdown-menu {
        margin: 0;
        top: 32px !important;
        left: auto !important;
        right: 0 !important;
        min-width: 130px;
        overflow: hidden;
        padding: 0 10px;
        background: #fff;
        border-radius: 5px;
        border: 1px solid #eee;
        -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }

        .header-top-lan-curr.dropdown .dropdown-menu li {
            border-bottom: 1px solid #eee;
        }

            .header-top-lan-curr.dropdown .dropdown-menu li:last-child {
                border: none;
            }

        .header-top-lan-curr.dropdown .dropdown-menu .dropdown-item {
            padding: 7px;
            color: #4b5966;
            font-size: 14px;
            background: transparent;
        }

            .header-top-lan-curr.dropdown .dropdown-menu .dropdown-item:hover {
                color: #5caf90;
            }

        .header-top-lan-curr.dropdown .dropdown-menu li.active .dropdown-item {
            color: #5caf90;
        }

.gi-header-bottom {
    padding: 30px 0;
}

.gi-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-logo {
    text-align: left;
}

    .header-logo img {
        width: 144px;
    }

.col.gi-header-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13.8%;
    flex: 0 0 13.8%;
}

.header_svg {
    width: 26px;
    height: 26px;
    fill: #4b5966;
}

.svg_cat {
    width: 23px;
    height: 23px;
}

.gi-header-wishlist {
    position: relative;
}

    .gi-header-wishlist .header_svg {
        width: 27px;
        height: 27px;
    }

.gi-header-user .header_svg {
    width: 30px;
    height: 30px;
}

.gi-header-bottons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .gi-header-bottons .gi-acc-drop {
        position: relative;
    }

        .gi-header-bottons .gi-acc-drop:hover .gi-dropdown-menu {
            margin-top: 15px;
            opacity: 1;
            visibility: visible;
        }

        .gi-header-bottons .gi-acc-drop .gi-dropdown-menu {
            min-width: 150px;
            padding: 5px 0;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            margin: 25px 0 0 0;
            position: absolute;
            z-index: 16;
            text-align: left;
            opacity: 0;
            visibility: hidden;
            left: 0;
            right: auto !important;
            background: #fff;
            -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
            box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
            border: 1px solid #eee;
            display: block;
            border-radius: 5px;
        }

            .gi-header-bottons .gi-acc-drop .gi-dropdown-menu a {
                padding: 8px 20px;
                font-size: 13px;
                color: #777;
            }

                .gi-header-bottons .gi-acc-drop .gi-dropdown-menu a:hover {
                    background: transparent;
                    color: #5caf90;
                }

    .gi-header-bottons .gi-header-btn {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-decoration: none;
        color: #4b5966;
        width: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .gi-header-bottons .gi-header-btn:not(:last-child) {
            margin-right: 30px;
        }

        .gi-header-bottons .gi-header-btn .header-icon {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .gi-header-bottons .gi-header-btn .header-icon .main-label-note-new {
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                width: 10px;
                height: 10px;
                margin: auto;
                background-color: #ec716d;
                border-radius: 50%;
                cursor: default;
                display: none;
                position: absolute;
                bottom: -15px;
                left: 0;
                right: 0;
                z-index: 3;
                -webkit-animation: wave-animate 1s 1.5s infinite ease-out;
                animation: wave-animate 1s 1.5s infinite ease-out;
            }

@-webkit-keyframes wave-animate {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 1;
        -webkit-transform-origin: center;
        transform-origin: center;
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
        -webkit-transform-origin: center;
        transform-origin: center;
    }
}

@keyframes wave-animate {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 1;
        -webkit-transform-origin: center;
        transform-origin: center;
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
        -webkit-transform-origin: center;
        transform-origin: center;
    }
}

.gi-header-bottons .gi-header-btn .gi-header-count {
    width: 15px;
    height: 15px;
    color: #fff;
    background-color: #17181c !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 11px;
    position: absolute;
    top: -2px;
    right: -6px;
    opacity: 0.8;
}

.gi-header-bottons .gi-header-btn:hover {
    color: #5caf90;
}

    .gi-header-bottons .gi-header-btn:hover .gi-header-count {
        color: #f8f8fb;
    }

    .gi-header-bottons .gi-header-btn:hover .gi-btn-title {
        color: #5caf90;
    }

    .gi-header-bottons .gi-header-btn:hover .header_svg {
        fill: #5caf90;
    }

.gi-header-bottons .gi-header-btn i {
    font-size: 24px;
    line-height: 17px;
}

.gi-header-bottons .gi-header-btn .header_svg {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gi-header-bottons .gi-header-btn .gi-btn-stitle {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 13px;
    font-weight: 500;
    color: #4b5966;
    line-height: 1;
}

.gi-header-bottons .gi-header-btn.gi-side-toggle {
    padding-right: 0;
}

.gi-header-bottons .gi-header-btn.dropdown-toggle::after {
    display: none;
}

.gi-header-bottons .gi-btn-title {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
    line-height: 1;
    color: #777;
    margin-bottom: 6px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    font-weight: 500;
}

.gi-btn-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: uppercase;
    margin-left: 10px;
}

div#gi-main-menu-desk {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gi-main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

    .gi-main-menu ul {
        width: 100%;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        list-style: none;
    }

        .gi-main-menu ul li {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            margin: 0 20px;
        }

            .gi-main-menu ul li a {
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                font-size: 15px;
                line-height: 60px;
                text-decoration: none;
                text-transform: capitalize;
                color: #4b5966;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                font-weight: 500;
                position: relative;
            }

                .gi-main-menu ul li a i {
                    -webkit-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                    margin-right: 5px;
                    font-size: 18px;
                    color: #4b5966;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                }

            .gi-main-menu ul li:hover > a {
                color: #5caf90;
            }

                .gi-main-menu ul li:hover > a:after {
                    color: #5caf90;
                }

                .gi-main-menu ul li:hover > a .svg_img path {
                    fill: #5caf90;
                }

            .gi-main-menu ul li .mega-menu {
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                width: 100%;
                margin-top: 15px;
                position: absolute;
                background: #fff;
                padding: 0 0 0 30px !important;
                opacity: 0;
                visibility: hidden;
                left: 0;
                z-index: 15;
                border-radius: 5px;
                -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
                box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
                border: 1px solid #eee;
                overflow: hidden;
            }

                .gi-main-menu ul li .mega-menu li ul {
                    padding: 15px 0;
                }

                .gi-main-menu ul li .mega-menu li .mega-block {
                    width: calc(25% - 30px);
                    margin-right: 30px;
                }

                    .gi-main-menu ul li .mega-menu li .mega-block li.menu_title a {
                        color: #5caf90;
                        font-size: 15px;
                        font-weight: 500;
                        display: block;
                        border-bottom: 1px solid #eee;
                        margin-bottom: 10px;
                        padding-bottom: 5px;
                        height: auto;
                    }

                        .gi-main-menu ul li .mega-menu li .mega-block li.menu_title a:hover {
                            color: #5caf90;
                        }

                    .gi-main-menu ul li .mega-menu li .mega-block li {
                        border: 0 !important;
                    }

                        .gi-main-menu ul li .mega-menu li .mega-block li a {
                            color: #777;
                            text-transform: capitalize;
                            line-height: 30px;
                            font-weight: 400;
                            font-size: 13px;
                            display: block;
                            padding: 5px 0;
                            border: 0;
                            height: auto;
                        }

                            .gi-main-menu ul li .mega-menu li .mega-block li a:hover {
                                color: #5caf90;
                            }

                .gi-main-menu ul li .mega-menu ul.gi-main-banner {
                    margin-top: 20px;
                }

                    .gi-main-menu ul li .mega-menu ul.gi-main-banner li {
                        width: 25%;
                        padding-right: 30px;
                    }

                        .gi-main-menu ul li .mega-menu ul.gi-main-banner li a {
                            padding: 0;
                            margin: 0;
                            position: relative;
                            overflow: hidden;
                            height: auto;
                        }

            .gi-main-menu ul li.drop-list {
                margin-right: 30px !important;
            }

            .gi-main-menu ul li.dropdown {
                position: relative;
            }

                .gi-main-menu ul li.dropdown ul.sub-menu {
                    -webkit-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                    margin: 15px 0 0 0;
                    position: absolute;
                    z-index: 16;
                    text-align: left;
                    opacity: 0;
                    visibility: hidden;
                    min-width: 205px;
                    left: 0;
                    right: auto !important;
                    background: #fff;
                    -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
                    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
                    display: block;
                    border-radius: 5px;
                    border: 1px solid #eee;
                }

                .gi-main-menu ul li.dropdown ul {
                    padding-top: 5px;
                    padding-bottom: 5px;
                }

                    .gi-main-menu ul li.dropdown ul li.active a {
                        color: #5caf90;
                    }

                        .gi-main-menu ul li.dropdown ul li.active a i {
                            color: #5caf90;
                        }

                    .gi-main-menu ul li.dropdown ul li {
                        padding: 0;
                        margin: 0;
                        display: block;
                    }

                        .gi-main-menu ul li.dropdown ul li:hover > a {
                            color: #5caf90;
                        }

                            .gi-main-menu ul li.dropdown ul li:hover > a i {
                                color: #5caf90;
                            }

                        .gi-main-menu ul li.dropdown ul li a {
                            -webkit-transition: all 0.3s ease-in-out;
                            transition: all 0.3s ease-in-out;
                            display: block;
                            line-height: 20px;
                            padding: 10px 20px;
                            font-weight: 400;
                            font-size: 13px;
                            color: #777;
                            text-transform: capitalize;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-pack: justify;
                            -ms-flex-pack: justify;
                            justify-content: space-between;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                        }

                            .gi-main-menu ul li.dropdown ul li a:hover {
                                color: #5caf90;
                            }

                                .gi-main-menu ul li.dropdown ul li a:hover i {
                                    color: #5caf90;
                                }

                            .gi-main-menu ul li.dropdown ul li a i {
                                -webkit-transition: all 0.3s ease-in-out;
                                transition: all 0.3s ease-in-out;
                                color: #777;
                                position: absolute;
                                right: 2px;
                            }

                        .gi-main-menu ul li.dropdown ul li:first-child {
                            border-top: none;
                        }

                .gi-main-menu ul li.dropdown li.position-static {
                    position: relative !important;
                }

                    .gi-main-menu ul li.dropdown li.position-static:hover .sub-menu.sub-menu-child {
                        margin: -5px 0 0 0;
                        opacity: 1;
                        visibility: visible;
                    }

                .gi-main-menu ul li.dropdown ul.sub-menu.sub-menu-child {
                    -webkit-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                    margin: 30px 0 0 0;
                    left: 100% !important;
                    opacity: 0;
                    visibility: hidden;
                    top: 0;
                }

                .gi-main-menu ul li.dropdown:hover .sub-menu {
                    margin-top: 0;
                    opacity: 1;
                    visibility: visible;
                }

                .gi-main-menu ul li.dropdown:hover .mega-menu {
                    margin-top: 0;
                    opacity: 1;
                    visibility: visible;
                }

        .gi-main-menu ul .dropdown-arrow {
            position: relative !important;
        }

            .gi-main-menu ul .dropdown-arrow i {
                position: absolute;
                right: -27px;
                font-size: 18px;
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
            }

        .gi-main-menu ul li.active > a {
            color: #5caf90;
        }

    .gi-main-menu > ul > li:hover > a:before {
        background: #5caf90;
        width: 100%;
    }

    .gi-main-menu > ul > li:hover > a i {
        color: #5caf90;
    }

    .gi-main-menu > ul > li > a:before {
        content: "";
        position: absolute;
        top: auto;
        bottom: 0;
        width: 0;
        margin: 0 auto;
        background: transparent;
        left: 0;
        right: auto;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .gi-main-menu > ul > li.active > a:before {
        background: #5caf90;
        width: 100%;
    }

.gi-header-cat {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

    .gi-header-cat .gi-nav-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
    }

.col.gi-category-icon-block {
    min-width: 200px;
}

.gi-location-block {
    padding: 5px 0;
}

    .gi-location-block .gi-location-menu {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: relative;
    }

        .gi-location-block .gi-location-menu .gi-location-toggle {
            width: 200px;
            min-height: 50px;
            padding: 0 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: #5caf90;
            border-radius: 5px;
            cursor: pointer;
        }

            .gi-location-block .gi-location-menu .gi-location-toggle .gi-location-title {
                width: calc(100% - 30px);
                padding: 0 10px;
                font-size: 15px;
                color: #fff;
                font-weight: 500;
                letter-spacing: 0.2px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .gi-location-block .gi-location-menu .gi-location-toggle i {
                color: #fff;
                font-size: 18px;
                line-height: 0;
            }

            .gi-location-block .gi-location-menu .gi-location-toggle .gi-angle {
                font-size: 18px;
                text-transform: uppercase;
                color: #fff;
                text-align: center;
                position: absolute;
                right: 15px;
                line-height: 0;
            }

        .gi-location-block .gi-location-menu:hover .gi-location-content {
            margin-top: 5px;
            opacity: 1;
            visibility: visible;
        }

    .gi-location-block .gi-location-content {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 200px;
        padding: 15px;
        margin-top: 15px;
        display: block;
        position: absolute;
        visibility: hidden;
        left: auto;
        right: 0;
        top: 100%;
        border-radius: 5px;
        z-index: 14;
        border: 1px solid #eee;
        background: #fff;
        overflow: auto;
        -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
    }

    .gi-location-block .gi-location-dropdown .loc-grid {
        padding-left: 10px;
        padding-right: 10px;
    }

        .gi-location-block .gi-location-dropdown .loc-grid .loc-list {
            width: 100%;
            padding: 10px;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: left;
            -ms-flex-pack: left;
            justify-content: left;
            font-size: 13px;
            font-weight: 500;
            text-transform: capitalize;
            border: 1px solid #eee;
            border-radius: 5px;
            cursor: pointer;
        }

            .gi-location-block .gi-location-dropdown .loc-grid .loc-list span {
                width: calc(100% - 30px);
                display: block;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                color: #4b5966;
            }

            .gi-location-block .gi-location-dropdown .loc-grid .loc-list:not(:last-child) {
                margin-bottom: 10px;
            }

            .gi-location-block .gi-location-dropdown .loc-grid .loc-list i {
                font-size: 14px;
                margin-right: 10px;
                color: #777;
                line-height: 0;
            }

            .gi-location-block .gi-location-dropdown .loc-grid .loc-list:hover {
                color: #5caf90;
                border: 1px solid #5caf90;
            }

                .gi-location-block .gi-location-dropdown .loc-grid .loc-list:hover i {
                    color: #5caf90;
                }

    .gi-location-block .gi-location-dropdown li.show a {
        text-align: center;
    }

        .gi-location-block .gi-location-dropdown li.show a:hover {
            color: #777;
        }

            .gi-location-block .gi-location-dropdown li.show a:hover img {
                margin-left: 10px;
            }

        .gi-location-block .gi-location-dropdown li.show a img {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            width: 13px;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

    .gi-location-block .gi-location-dropdown li:first-child {
        border-top: none;
    }

    .gi-location-block .gi-location-dropdown li:not(:last-child) {
        border-bottom: 1px solid #eee;
    }

.gi-category-icon-block {
    padding: 5px 0;
    position: static !important;
}

    .gi-category-icon-block:hover .gi-cat-dropdown {
        margin-top: 5px;
        opacity: 1;
        visibility: visible;
        z-index: 16;
    }

.gi-category-menu {
    position: relative;
}

    .gi-category-menu .gi-category-toggle {
        width: 200px;
        min-height: 50px;
        padding: 0 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #5caf90;
        border-radius: 5px;
        cursor: pointer;
    }

        .gi-category-menu .gi-category-toggle .svg_cat path {
            fill: #fff;
        }

        .gi-category-menu .gi-category-toggle span {
            margin-left: 10px;
            font-size: 15px;
            color: #fff;
            font-weight: 500;
        }

        .gi-category-menu .gi-category-toggle i {
            font-size: 18px;
            color: #fff;
            line-height: 0;
        }

        .gi-category-menu .gi-category-toggle .gi-angle {
            font-size: 18px;
            text-transform: uppercase;
            color: #fff;
            text-align: center;
            position: absolute;
            right: 15px;
            line-height: 0;
        }

.gi-cat-dropdown {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 600px;
    margin-top: 15px;
    padding: 15px;
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    left: 0;
    z-index: -15;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
    border: 1px solid #eee;
}

    .gi-cat-dropdown .gi-cat-tab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .gi-cat-dropdown .gi-cat-tab .gi-tab-list {
            min-width: 230px;
            background: #f8f8fb;
            padding: 15px;
            border-radius: 5px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .gi-cat-dropdown .gi-cat-tab button {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            padding: 10px 15px;
            background-color: #fff;
            font-size: 13px;
            color: #4b5966;
            font-weight: 500;
            text-align: left;
            text-transform: capitalize;
            border: 1px solid #eee;
            border-radius: 5px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .gi-cat-dropdown .gi-cat-tab button:not(:last-child) {
                margin-bottom: 10px;
            }

            .gi-cat-dropdown .gi-cat-tab button:hover {
                background-color: #fff;
                -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
                box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
            }

            .gi-cat-dropdown .gi-cat-tab button i {
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                margin-right: 10px;
                font-size: 18px;
                line-height: 0;
            }

            .gi-cat-dropdown .gi-cat-tab button.active {
                color: #5caf90;
                background-color: #fff;
                border-color: #5caf90;
                -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
                box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
            }

                .gi-cat-dropdown .gi-cat-tab button.active i {
                    color: #5caf90;
                }

        .gi-cat-dropdown .gi-cat-tab .tab-content {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            width: 100%;
        }

            .gi-cat-dropdown .gi-cat-tab .tab-content .gi-col-title {
                color: #5caf90;
                font-size: 15px;
                font-weight: 500;
                line-height: 30px;
                text-transform: capitalize;
                font-family: "Poppins, sans-serif";
                display: block;
                border-bottom: 1px solid #eee;
                margin-bottom: 10px;
                padding-bottom: 5px;
                height: auto;
            }

            .gi-cat-dropdown .gi-cat-tab .tab-content .tab-list {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

                .gi-cat-dropdown .gi-cat-tab .tab-content .tab-list li a {
                    color: #777;
                    text-transform: capitalize;
                    line-height: 28px;
                    font-weight: 400;
                    font-size: 13px;
                    display: block;
                    padding: 5px 0;
                    border: 0;
                    height: auto;
                }

                    .gi-cat-dropdown .gi-cat-tab .tab-content .tab-list li a:hover {
                        color: #5caf90;
                    }

.header-search {
    width: 100%;
    /*min-width: 700px;*/
    padding: 0 30px;
    position: relative;
}

    .header-search .form-control {
        display: block;
        width: 100%;
        min-height: 50px;
        height: 50px;
        padding: 0 15px;
        font-size: 13px;
        font-weight: 400;
        line-height: 1;
        color: #777;
        border-radius: 0;
        background-color: transparent;
        border: none;
        letter-spacing: 0.6px;
    }

    .header-search .bs-searchbox {
        margin: 4px 8px;
        padding: 0;
        border: 1px solid #eee;
        border-radius: 5px;
    }

    .header-search input:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header-search .dropdown-menu {
        border-radius: 5px;
    }

.gi-header-search {
    margin: 0 auto;
}

    .gi-header-search form.gi-search-group-form {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 1px solid #eee;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 5px;
    }

.action-form {
    position: relative;
}

.search_submit {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    height: 100%;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    padding: 0;
    height: 40px;
}

    .search_submit i {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 18px;
        height: 18px;
        color: #4b5966;
    }

    .search_submit:hover i {
        color: #4b5966;
    }

body.gi-menu-open {
    overflow: hidden;
}

    body.gi-menu-open:before {
        height: 100%;
        width: 100%;
        background: #000000;
        opacity: 0.7;
        position: absolute;
        z-index: 998;
        content: "";
    }

.col.gi-location-block {
    min-width: 200px;
}

.gi-menu-content > ul > li .menu-toggle {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 24px;
    height: 44px;
    cursor: pointer;
    background-color: transparent;
}

.gi-menu-content > ul > li.active > .menu-toggle::before {
    content: "+";
}

.gi-menu-content > ul > li.active > ul > li.active > .menu-toggle::before {
    content: "-";
}

/*===== Mobile menus =====*/
.gi-mobile-menu-overlay {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 16;
}

.gi-mobile-menu {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 340px;
    height: 100%;
    padding: 15px 20px 20px 20px;
    position: fixed;
    top: 0;
    right: auto;
    left: 0;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 17;
    overflow: auto;
}

    .gi-mobile-menu::-webkit-scrollbar {
        width: 12px !important;
        height: 10px !important;
        padding: 8px !important;
    }

    .gi-mobile-menu::-webkit-scrollbar-track {
        width: 12px !important;
        background-color: #4b5966 !important;
        -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
    }

    .gi-mobile-menu::-webkit-scrollbar-thumb {
        background-color: #4b5966 !important;
        border-radius: 10px !important;
        border: 3px solid #fff !important;
    }

        .gi-mobile-menu::-webkit-scrollbar-thumb:hover {
            background-color: #5caf90 !important;
        }

    .gi-mobile-menu .gi-menu-title {
        width: 100%;
        padding: 0 0 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .gi-mobile-menu .gi-menu-title .menu_title {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 16px;
            color: #4b5966;
            font-weight: 600;
        }

        .gi-mobile-menu .gi-menu-title .gi-close-menu {
            position: relative;
            border: 0;
            font-size: 30px;
            line-height: 1;
            color: #777;
            background-color: transparent;
            border: 0;
        }

    .gi-mobile-menu .gi-menu-inner .gi-menu-content ul li {
        position: relative;
    }

        .gi-mobile-menu .gi-menu-inner .gi-menu-content ul li a {
            margin-bottom: 12px;
            padding: 12px 12px;
            display: block;
            text-transform: capitalize;
            color: #777;
            border: 1px solid #eee;
            border-radius: 5px;
            font-size: 15px;
            font-weight: 500;
        }

            .gi-mobile-menu .gi-menu-inner .gi-menu-content ul li a:last-child() {
                margin-bottom: 0;
            }

        .gi-mobile-menu .gi-menu-inner .gi-menu-content ul li .menu-toggle {
            width: 24px;
            height: 47px;
            position: absolute;
            z-index: 2;
            top: 0;
            right: 5px;
            cursor: pointer;
            background-color: transparent;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .gi-mobile-menu .gi-menu-inner .gi-menu-content ul li .menu-toggle::before {
                content: "+";
                font-weight: 500;
                color: #777;
                font-size: 19px;
            }

        .gi-mobile-menu .gi-menu-inner .gi-menu-content ul li .sub-menu {
            width: 100%;
            min-width: auto;
            padding: 0;
            margin-bottom: 10px;
            position: static;
            top: auto;
            display: none;
            visibility: visible;
            -webkit-transition: none;
            transition: none;
            opacity: 1;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .gi-mobile-menu .gi-menu-inner .gi-menu-content ul li .sub-menu li a {
                margin-bottom: 0;
                padding-left: 15px;
                padding-right: 0px;
                text-transform: capitalize;
                display: block;
                font-size: 14px;
                font-weight: 400;
                color: #777;
                border-top: 0;
                border-left: 0;
                border-right: 0;
                border-bottom: 0;
                border-radius: 0;
            }

            .gi-mobile-menu .gi-menu-inner .gi-menu-content ul li .sub-menu li .sub-menu li a {
                font-weight: 400;
                padding-left: 30px;
                font-size: 14px;
                color: #999;
            }

    .gi-mobile-menu .gi-menu-inner .header-res-social {
        margin-top: 30px;
    }

        .gi-mobile-menu .gi-menu-inner .header-res-social ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .gi-mobile-menu .gi-menu-inner .header-res-social ul li {
                width: 30px;
                height: 30px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                background-color: #4b5966;
                border-radius: 5px;
            }

                .gi-mobile-menu .gi-menu-inner .header-res-social ul li a i {
                    color: #fff;
                }

    .gi-mobile-menu.gi-menu-open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

/* Responsive Header */
@media (max-width: 1399px) {
    .header-search {
      /*  min-width: 500px;*/
    }

    .gi-main-menu {
        position: unset;
    }
}

@media (max-width: 1199px) {
    .header-search {
        /*  min-width: 400px;*/
    }

    .header-logo img {
        width: 130px;
    }

    .gi-category-menu .gi-category-toggle {
        width: auto;
    }

        .gi-category-menu .gi-category-toggle span, .gi-category-menu .gi-category-toggle .gi-angle {
            display: none;
        }

    .gi-main-menu ul li {
        margin: 0 15px;
    }

        .gi-main-menu ul li .mega-menu li .mega-block {
            width: calc(25% - 30px);
        }

    .gi-header-bottons .gi-header-btn .gi-btn-stitle {
        font-size: 11px;
    }

    .gi-header-bottons .gi-header-btn .gi-btn-stitle {
        min-width: 48px;
    }

    .header-top-center {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-top {
        padding: 10px 0;
    }

    .gi-header-bottom {
        padding: 15px 0;
        border-bottom: 1px solid #eee;
    }

        .gi-header-bottom .gi-site-menu-icon .svg_img path {
            fill: #777;
        }

    .header-logo img {
        width: 120px;
    }

    .header-search .form-control {
        height: 40px;
        min-height: 40px;
    }

    .gi-header-action {
        display: none;
    }

    .gi-header-search {
        margin: 0;
    }

        .gi-header-search .header-search {
            padding: 0;
        }

    .gi-header {
        z-index: 16;
    }

    .gi-header-bottons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .gi-header-bottons .right-icons {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

        .gi-header-bottons .gi-header-btn:not(:last-child()) {
            margin-right: 0 !important;
        }

        .gi-header-bottons .gi-header-btn .svg_img {
            fill: #777;
        }

        .gi-header-bottons .gi-header-btn .header-icon .main-label-note-new {
            display: none;
        }

    .gi-header-btn .header_svg path {
        fill: #777;
    }

    .gi-category-menu .gi-category-toggle {
        min-height: 23px;
        padding: 0;
        background: transparent;
    }

        .gi-category-menu .gi-category-toggle .svg_img path {
            fill: #777;
        }

    .gi-header-user .header_svg {
        width: 25px;
        height: 25px;
    }

    .gi-wish-toggle .header_svg {
        width: 22px;
        height: 22px;
    }

    .gi-cart-toggle .header_svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 767px) {
    .header-logo img {
        width: 100px;
    }

    .header-search {
        min-width: 350px;
    }

    .header-top-left {
        display: none;
    }

    .gi-header-bottons {
        position: relative;
    }

        .gi-header-bottons .gi-site-menu-icon {
            position: absolute;
            left: 0;
        }

        .gi-header-bottons .gi-header-btn {
            margin-right: 20px !important;
        }

            .gi-header-bottons .gi-header-btn:nth-last-child(-n+2) {
                margin-right: 0 !important;
            }
}

@media (max-width: 575px) {
    .gi-header-bottom .gi-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .gi-header-bottom .gi-flex .gi-header-logo {
            margin-bottom: 15px;
        }
}

@media (max-width: 480px) {
    .gi-mobile-menu {
        width: 300px;
    }

    .header-search {
        min-width: 300px;
    }
}
/*-------------------------------------------------
    Site Footer Section
---------------------------------------------------*/
.gi-footer {
    color: #fff;
    background: #fff;
    border-top: 1px solid #eee;
}

    .gi-footer .footer-top .gi-footer-company {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .gi-footer .footer-top .gi-footer-company .gi-app-store {
            margin-bottom: 30px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

    .gi-footer .footer-top .gi-footer-widget .gi-footer-logo {
        max-width: 144px;
        margin-bottom: 30px;
    }

    .gi-footer .footer-top .gi-footer-widget .gi-footer-detail {
        max-width: 400px;
        margin-bottom: 30px;
        padding: 0;
        font-size: 14px;
        line-height: 27px;
        font-weight: 400;
        color: #777;
        display: inline-block;
        position: relative;
    }

    .gi-footer .footer-top .gi-footer-widget .app-img img {
        max-width: 140px;
        margin-bottom: 15px;
        border-radius: 5px;
    }

    .gi-footer .footer-top .gi-footer-widget .app-img .adroid {
        margin-right: 15px;
    }

    .gi-footer .footer-top .gi-footer-widget .gi-footer-heading {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 20px;
        color: #4b5966;
        letter-spacing: 0;
        position: relative;
        display: block;
        width: 100%;
        padding-bottom: 15px;
        text-transform: capitalize;
        font-family: "Poppins, sans-serif";
        border-bottom: 1px solid #eee;
    }

    .gi-footer .footer-top .gi-footer-widget .s-head {
        display: none;
    }

    .gi-footer .footer-top .gi-footer-widget .gi-footer-links i {
        line-height: 0;
        font-size: 18px;
    }

    .gi-footer .footer-top .gi-footer-widget .gi-footer-links .gi-footer-link {
        display: block;
        margin: 0;
        line-height: 1.5;
        border: 0;
        padding: 0;
        font-weight: 400;
        font-size: 16px;
        color: #5caf90;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .gi-footer .footer-top .gi-footer-widget .gi-footer-links .gi-footer-link:not(:last-child) {
            margin-bottom: 16px;
        }

        .gi-footer .footer-top .gi-footer-widget .gi-footer-links .gi-footer-link a {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            font-size: 14px;
            line-height: 20px;
            padding: 0;
            color: #777;
            margin-bottom: 0;
            display: inline-block;
            position: relative;
            word-break: break-all;
            letter-spacing: 0;
            font-weight: 400;
        }

            .gi-footer .footer-top .gi-footer-widget .gi-footer-links .gi-footer-link a:hover {
                color: #5caf90;
                opacity: 1;
            }

    .gi-footer .footer-top .gi-footer-contact .gi-footer-widget .gi-footer-links li:first-child {
        -webkit-box-align: self-start;
        -ms-flex-align: self-start;
        align-items: self-start;
    }

    .gi-footer .footer-top .gi-footer-contact .gi-footer-widget .gi-footer-links li p {
        margin: 0;
        font-size: 14px;
        font-weight: 400;
        color: #777;
    }

    .gi-footer .footer-top .gi-footer-contact .gi-footer-widget .gi-footer-links a {
        text-transform: unset;
    }

    .gi-footer .footer-top .gi-footer-contact .gi-footer-widget .gi-footer-links .gi-footer-link span {
        width: 25px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .gi-footer .footer-top .gi-footer-social {
        margin-bottom: 0;
    }

        .gi-footer .footer-top .gi-footer-social ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .gi-footer .footer-top .gi-footer-social .gi-footer-widget .gi-footer-links .gi-footer-link {
            padding-right: 5px;
        }

            .gi-footer .footer-top .gi-footer-social .gi-footer-widget .gi-footer-links .gi-footer-link:not(:last-child) {
                margin-bottom: 0;
            }

            .gi-footer .footer-top .gi-footer-social .gi-footer-widget .gi-footer-links .gi-footer-link a {
                width: 30px;
                height: 30px;
                background-color: #4b5966;
                border-radius: 5px;
                text-transform: capitalize;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                font-size: 15px;
            }

                .gi-footer .footer-top .gi-footer-social .gi-footer-widget .gi-footer-links .gi-footer-link a i {
                    font-size: 16px;
                    color: #fff;
                }

.gi-footer-contact {
    margin-bottom: 30px;
}

.svg_img.foo_svg {
    height: 25px;
    color: #5caf90;
    width: auto;
}

.gi-foo-location .svg_img.foo_svg {
    margin-top: 5px;
}

.gi-foo-call .svg_img.foo_svg {
    height: 20px;
}

.gi-foo-mail .svg_img.foo_svg {
    height: 20px;
}

.footer-bottom {
    padding: 10px 0;
    border-top: 1px solid #eee;
    background-color: #f8f8fb;
}

    .footer-bottom .gi-bottom-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer-bottom .gi-copy {
        color: #777;
        font-size: 13px;
        letter-spacing: 1px;
        text-align: center;
        font-weight: 300;
    }

        .footer-bottom .gi-copy a {
            color: #5caf90;
        }

        .footer-bottom .gi-copy .site-name:hover {
            color: #4b5966;
        }

.gi-heading-res {
    display: none;
}

/* Responsive footer css */
@media only screen and (max-width: 1399px) {
    .gi-footer .footer-top .gi-footer-widget .gi-footer-links .gi-footer-link a {
        font-size: 15px;
    }

    .gi-footer .footer-top .gi-footer-widget .gi-footer-links li p {
        font-size: 15px;
    }

    .gi-footer .footer-top .gi-footer-widget .app-img img {
        max-width: 120px;
    }

    .gi-footer .footer-top .gi-footer-widget .gi-footer-detail {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .gi-footer .footer-top .gi-footer-widget .gi-footer-links .gi-footer-link a {
        font-size: 14px;
    }

    .gi-footer .footer-top .gi-footer-widget .gi-footer-links li p {
        font-size: 14px;
    }

    .gi-footer .footer-top .gi-footer-widget .gi-footer-detail {
        font-size: 14px;
    }

    .gi-footer .footer-top .gi-footer-widget .gi-foo-location .svg_img.foo_svg {
        height: 20px;
    }

    .gi-footer .footer-top .gi-footer-widget .gi-foo-call .svg_img.foo_svg {
        height: 18px;
    }

    .gi-footer .footer-top .gi-footer-widget .gi-foo-mail .svg_img.foo_svg {
        height: 17px;
    }

    .gi-footer .footer-top .gi-footer-company .gi-app-store {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (min-width: 992px) {
    .gi-footer .footer-top .gi-footer-widget .gi-footer-dropdown {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .gi-footer .footer-top .gi-footer-company .gi-app-store {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .gi-footer .footer-top .container > .row {
        padding: 0;
    }

    .gi-footer .footer-top .gi-footer-widget .gi-footer-links ul {
        margin-bottom: 15px;
    }

    .gi-footer .footer-top .gi-footer-widget .gi-footer-links .gi-footer-link:not(:last-child) {
        margin-bottom: 15px;
    }

    .gi-footer .footer-top .col-sm-12.col-lg-3 {
        width: 100%;
        margin-bottom: 0;
    }

    .gi-footer .footer-top .gi-footer-contact .gi-footer-widget .gi-footer-heading {
        margin-bottom: 15px;
    }

    .gi-footer-contact {
        margin-bottom: 0;
    }

    .footer-news-title {
        font-size: 20px;
    }

    .gi-subscribe-form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
        flex: 0 0 58%;
    }

    .gi-heading-res {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        display: block;
        text-align: right;
    }

    .gi-footer-links.gi-footer-dropdown {
        display: none;
        padding: 0 0 20px 0;
    }

    .footer-bottom-copy {
        text-align: center;
    }

    .footer-bottom {
        padding: 15px 0;
    }

        .footer-bottom .col {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
            flex: 1 0 100%;
        }

        .footer-bottom .gi-bottom-info {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .footer-bottom .gi-bottom-info .footer-copy {
                margin-bottom: 15px;
            }

    .col.footer-bottom-right {
        margin: 15px auto;
    }

    .footer-bottom-payment.d-flex.justify-content-end {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .gi-footer .footer-top .gi-footer-widget .s-head {
        display: block;
    }

    .gi-footer .footer-top .gi-footer-widget .gi-footer-heading {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .m-minus-991 {
        margin-bottom: -15px;
    }
}

@media (max-width: 767px) {
    .gi-footer .footer-top .gi-footer-widget .gi-footer-logo {
        max-width: 130px;
    }
}

@media (max-width: 360px) {
    .footer-bottom .gi-bottom-info .footer-bottom-right img {
        width: 100%;
    }
}
/*===== Category section css =====*/
.gi-category-shop .gi-category-block {
    padding: 0 !important;
    border: 0 !important;
}

.gi-category .gi-category-block, .gi-category .gi-category-block-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .gi-category .gi-category-block .gi-cat-box, .gi-category .gi-category-block-2 .gi-cat-box {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding: 15px;
        border-radius: 5px;
        position: relative;
    }

        .gi-category .gi-category-block .gi-cat-box:hover:after, .gi-category .gi-category-block-2 .gi-cat-box:hover:after {
            top: 50%;
        }

        .gi-category .gi-category-block .gi-cat-box:after, .gi-category .gi-category-block-2 .gi-cat-box:after {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            content: "";
            width: 100%;
            height: 100%;
            background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(#fff), to(transparent));
            background-image: linear-gradient(360deg, #fff, #fff, transparent);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
        }

        .gi-category .gi-category-block .gi-cat-box .gi-cat-icon, .gi-category .gi-category-block-2 .gi-cat-box .gi-cat-icon {
            height: 100%;
            padding: 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background-color: #fff;
            position: relative;
            border-radius: 5px;
            -webkit-box-shadow: 0 5px 15px rgba(88, 110, 125, 0.1);
            box-shadow: 0 5px 15px rgba(88, 110, 125, 0.1);
            z-index: 5;
        }

            .gi-category .gi-category-block .gi-cat-box .gi-cat-icon i, .gi-category .gi-category-block-2 .gi-cat-box .gi-cat-icon i {
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                font-size: 40px;
                margin: 10px 0;
                color: #5caf90;
                line-height: 0;
            }

            .gi-category .gi-category-block .gi-cat-box .gi-cat-icon img, .gi-category .gi-category-block-2 .gi-cat-box .gi-cat-icon img {
                width: 50px;
                height: 50px;
                margin: 10px 0;
            }

            .gi-category .gi-category-block .gi-cat-box .gi-cat-icon .gi-cat-detail, .gi-category .gi-category-block-2 .gi-cat-box .gi-cat-icon .gi-cat-detail {
                text-align: center;
            }

                .gi-category .gi-category-block .gi-cat-box .gi-cat-icon .gi-cat-detail .gi-cat-title, .gi-category .gi-category-block-2 .gi-cat-box .gi-cat-icon .gi-cat-detail .gi-cat-title {
                    margin: 0;
                    font-size: 15px;
                    line-height: 22px;
                    font-weight: 600;
                    color: #4b5966;
                    font-family: "Manrope", sans-serif;
                    text-transform: capitalize;
                }

                .gi-category .gi-category-block .gi-cat-box .gi-cat-icon .gi-cat-detail .items, .gi-category .gi-category-block-2 .gi-cat-box .gi-cat-icon .gi-cat-detail .items {
                    margin: 0;
                    font-size: 13px;
                    line-height: 28px;
                    color: #777;
                }

            .gi-category .gi-category-block .gi-cat-box .gi-cat-icon .gi-lbl, .gi-category .gi-category-block-2 .gi-cat-box .gi-cat-icon .gi-lbl {
                padding: 0 5px;
                position: absolute;
                top: 0;
                right: 0;
                background: #5caf90;
                color: #fff;
                font-size: 12px;
                font-weight: 600;
                border-radius: 0 5px 0 5px;
            }

    .gi-category .gi-category-block .gi-cat-box-1, .gi-category .gi-category-block-2 .gi-cat-box-1 {
        background-color: #fff6ec;
    }

    .gi-category .gi-category-block .gi-cat-box-2, .gi-category .gi-category-block-2 .gi-cat-box-2 {
        background-color: #e2fde2;
    }

    .gi-category .gi-category-block .gi-cat-box-3, .gi-category .gi-category-block-2 .gi-cat-box-3 {
        background-color: #ffeae9;
    }

    .gi-category .gi-category-block .gi-cat-box-4, .gi-category .gi-category-block-2 .gi-cat-box-4 {
        background-color: #fde1f5;
    }

    .gi-category .gi-category-block .gi-cat-box-5, .gi-category .gi-category-block-2 .gi-cat-box-5 {
        background-color: #ecf0ff;
    }

    .gi-category .gi-category-block .gi-cat-box-6, .gi-category .gi-category-block-2 .gi-cat-box-6 {
        background-color: #f9f9d9;
    }

/*===== New Product css =====*/
.gi-tab-title {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .gi-tab-title .gi-pro-tab {
        margin-top: 40px;
    }

        .gi-tab-title .gi-pro-tab ul {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

.gi-pro-tab-nav {
    margin: 0 auto;
}

    .gi-pro-tab-nav .nav-item {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        text-transform: uppercase;
        padding: 0;
        cursor: pointer;
        font-weight: 700;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        line-height: 20px;
        letter-spacing: 0.7px;
    }

        .gi-pro-tab-nav .nav-item:not(:last-child) {
            margin-right: 50px;
        }

        .gi-pro-tab-nav .nav-item .nav-link {
            padding: 0;
            color: #777;
            position: relative;
            font-weight: 500;
        }

            .gi-pro-tab-nav .nav-item .nav-link:hover {
                color: #5caf90;
            }

            .gi-pro-tab-nav .nav-item .nav-link.active {
                color: #5caf90;
            }

.gi-products .gi-product-slider .owl-stage, .gi-products .gi-product-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gi-product-slider .gi-product-content {
    height: 100%;
    padding: 0 12px 24px 12px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.gi-product-content {
    height: 100%;
    padding: 0 0 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gi-product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gi-product-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gi-products-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.deal-slick-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .deal-slick-carousel .slick-track {
        height: 100%;
    }

        .deal-slick-carousel .slick-track .slick-slide {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

.width-100 .gi-product-inner .gi-pro-content .gi-pro-title, .width-50 .gi-product-inner .gi-pro-content .gi-pro-title {
    height: auto;
}

.gi-product-inner {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 5px;
}

    .gi-product-inner .gi-pro-image {
        overflow: hidden;
    }

        .gi-product-inner .gi-pro-image .image {
            position: relative;
            display: block;
            overflow: hidden;
            pointer-events: none;
        }

            .gi-product-inner .gi-pro-image .image img {
                z-index: 1;
                max-width: 100%;
                -webkit-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
            }

                .gi-product-inner .gi-pro-image .image img.hover-image {
                    position: absolute;
                    z-index: 2;
                    top: 0;
                    left: 0;
                    opacity: 0;
                }

        .gi-product-inner .gi-pro-image .flags {
            right: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 0;
            text-transform: uppercase;
            position: absolute;
            top: 10px;
            right: 10px;
            z-index: 2;
        }

            .gi-product-inner .gi-pro-image .flags span {
                padding: 5px 10px;
                font-size: 11px;
                font-weight: 500;
                line-height: 12px;
                text-align: left;
                text-transform: uppercase;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                background: #ff7070;
                color: #fff;
                letter-spacing: 0.5px;
                position: relative;
                border-radius: 5px;
            }

                .gi-product-inner .gi-pro-image .flags span.new {
                    background: #5caf90;
                }

        .gi-product-inner .gi-pro-image .percentage {
            position: absolute;
            z-index: 8;
            top: 15px;
            right: 15px;
            font-size: 13px;
            font-weight: 500;
            line-height: 29px;
            padding: 0 7px;
            text-align: center;
            text-transform: uppercase;
            color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background-color: #5caf90;
        }

        .gi-product-inner .gi-pro-image .gi-pro-actions {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            position: absolute;
            z-index: 9;
            left: 0;
            right: 0;
            bottom: -10px;
            padding: 0 12px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 0 auto;
            opacity: 0;
        }

            .gi-product-inner .gi-pro-image .gi-pro-actions .gi-btn-group {
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                width: 30px;
                height: 30px;
                margin: 0 2px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                text-decoration: none;
                color: #fff;
                background-color: #fff;
                border-radius: 100%;
                border: 1px solid #eeeeee;
                border-radius: 5px;
            }

                .gi-product-inner .gi-pro-image .gi-pro-actions .gi-btn-group:hover {
                    background-color: #5caf90;
                }

                    .gi-product-inner .gi-pro-image .gi-pro-actions .gi-btn-group:hover i {
                        color: #fff;
                    }

                .gi-product-inner .gi-pro-image .gi-pro-actions .gi-btn-group i {
                    -webkit-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                    color: #777;
                    line-height: 10px;
                }

            .gi-product-inner .gi-pro-image .gi-pro-actions .wishlist.active, .gi-product-inner .gi-pro-image .gi-pro-actions .compare.active {
                background-color: #5caf90;
            }

                .gi-product-inner .gi-pro-image .gi-pro-actions .wishlist.active i, .gi-product-inner .gi-pro-image .gi-pro-actions .compare.active i {
                    color: #fff;
                }

    .gi-product-inner .gi-pro-image-outer {
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        z-index: 11;
        position: relative;
    }

    .gi-product-inner:hover .gi-pro-actions {
        opacity: 1;
        bottom: -4px;
    }

    .gi-product-inner:hover .gi-pro-image .image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

        .gi-product-inner:hover .gi-pro-image .image img:not(:last-child) {
            opacity: 0;
        }

        .gi-product-inner:hover .gi-pro-image .image img.hover-image {
            opacity: 1;
        }

    .gi-product-inner .gi-pro-content {
       /* height: 100%;
        padding: 20px;*/
        position: relative;
        z-index: 10;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left;
        border-top: 1px solid #eee;
    }

        .gi-product-inner .gi-pro-content .gi-pro-stitle {
            margin-bottom: 10px;
            font-weight: 400;
            color: #999;
            font-size: 13px;
            text-transform: capitalize;
        }

        .gi-product-inner .gi-pro-content .gi-pro-rat-price {
            margin-top: 5px;
            margin-bottom: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .gi-product-inner .gi-pro-content .gi-pro-title {
            height: 100%;
            margin: 0 0 10px;
            font-size: 16px;
        }

            .gi-product-inner .gi-pro-content .gi-pro-title a {
                text-decoration: none;
                color: #4b5966;
                display: block;
                font-size: 14px;
                line-height: 22px;
                font-weight: 400;
                letter-spacing: 0.85px;
                text-transform: capitalize;
                font-family: "Poppins, sans-serif";
            }

                .gi-product-inner .gi-pro-content .gi-pro-title a:hover {
                    color: #5caf90;
                }

        .gi-product-inner .gi-pro-content .gi-info {
            display: none;
        }

        .gi-product-inner .gi-pro-content .gi-price {
            font-size: 18px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: left;
            -ms-flex-pack: left;
            justify-content: left;
            color: #4b5966;
            letter-spacing: 0.4px;
        }

            .gi-product-inner .gi-pro-content .gi-price span.new-price {
                color: #4b5966;
                font-weight: 700;
                font-size: 14px;
                margin-right: 7px;
            }

            .gi-product-inner .gi-pro-content .gi-price span.old-price {
                font-size: 14px;
                text-decoration: line-through;
                color: #777;
            }

        .gi-product-inner .gi-pro-content .btn {
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        }

        .gi-product-inner .gi-pro-content .gi-pro-rating {
            margin-bottom: 10px;
            opacity: 0.7;
            position: relative;
        }

            .gi-product-inner .gi-pro-content .gi-pro-rating .qty {
                position: absolute;
                bottom: 0;
                right: 0;
                color: #777;
                font-size: 13px;
            }

    .gi-product-inner .gi-pro-image.pro-loading:before {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        background-color: #fff;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        content: "";
        opacity: 0.5;
        z-index: 98;
    }

.gi-pro-variation {
    margin: 5px 0 0px;
}

    .gi-pro-variation .gi-pro-variation-inner {
        font-size: 16px;
        font-weight: 600;
        color: #212121;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .gi-pro-variation .gi-pro-variation-inner > span {
            display: block;
            margin: 0 0 5px;
        }

        .gi-pro-variation .gi-pro-variation-inner .gi-pro-variation-content li {
            display: inline-block;
            border: 1px solid transparent;
            padding: 1px;
            float: left;
            cursor: pointer;
            margin-right: 5px;
        }

        .gi-pro-variation .gi-pro-variation-inner.gi-pro-variation-color .gi-pro-variation-content li {
            border-radius: 100%;
        }

            .gi-pro-variation .gi-pro-variation-inner.gi-pro-variation-color .gi-pro-variation-content li span {
                width: 16px;
                height: 16px;
                display: block;
                border-radius: 100%;
            }

            .gi-pro-variation .gi-pro-variation-inner.gi-pro-variation-color .gi-pro-variation-content li:hover {
                border: 1px solid #4b5966;
            }

        .gi-pro-variation .gi-pro-variation-inner.gi-pro-variation-size .gi-pro-variation-content li {
            height: 22px;
            padding: 2px 8px;
            cursor: pointer;
            border: 1px solid #eeeeee;
            color: #777;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 12px;
            line-height: 22px;
            border-radius: 5px;
            font-weight: 400;
        }

            .gi-pro-variation .gi-pro-variation-inner.gi-pro-variation-size .gi-pro-variation-content li:hover {
                background-color: #5caf90;
                color: #fff;
                border-color: #5caf90;
            }

            .gi-pro-variation .gi-pro-variation-inner.gi-pro-variation-size .gi-pro-variation-content li.active {
                background-color: #5caf90 !important;
                color: #fff !important;
                border-color: #5caf90 !important;
            }

button.btn-close.qty_close {
    position: absolute;
    left: auto;
    right: 10px;
    top: 10px;
    z-index: 9999;
}

.svg_img.pro_svg {
    width: 18px;
    fill: #777;
}

a.wishlist .svg_img.pro_svg {
    width: 16px;
    height: 16px;
}

.eccart-pro-items li .gi-pro-content .qty-plus-minus {
    width: 85px;
    height: 35px;
    margin-top: 7px;
    padding: 7px 0;
    border: 1px solid #eeeeee;
    display: inline-block;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    border-radius: 30px;
}

    .eccart-pro-items li .gi-pro-content .qty-plus-minus .gi_qtybtn {
        width: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        cursor: pointer;
        font-size: 20px;
        color: #777;
    }

    .eccart-pro-items li .gi-pro-content .qty-plus-minus input.qty-input {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        color: #4b5966;
        float: left;
        font-size: 14px;
        height: auto;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 32px;
        outline: none;
        font-weight: 400;
        line-height: 35px;
    }

    .eccart-pro-items li .gi-pro-content .qty-plus-minus .dec.gi_qtybtn {
        border-right: 1px solid #eeeeee;
    }

    .eccart-pro-items li .gi-pro-content .qty-plus-minus .inc.gi_qtybtn {
        border-left: 1px solid #eeeeee;
    }

.gi-pro-loader {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    display: none;
    background: url(../images/common/pro-loader.gif) no-repeat scroll 50% 50%;
    background-color: rgba(255, 255, 255, 0.5);
    background-size: 75px;
}

.pro-loading .gi-pro-loader {
    opacity: 1;
    display: block;
}

i.gicon.gi-star-o {
    font-size: 14px;
    margin-right: 3px;
}

i.gicon.gi-star {
    color: #777;
    float: left;
    font-size: 14px;
    margin-right: 3px;
}

    i.gicon.gi-star.fill {
        color: #f27d0c;
    }

.gi-pro-opt-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 15px;
}

.product-block {
    display: -ms-grid;
    display: grid;
}

/**===== Blog & blog Section =====**/
.gi-blog-section .section-title {
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gi-blog .blog-info, .gi-blog-section .blog-info {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    margin-bottom: 24px;
    background: #fff;
    border-radius: 5px;
}

    .gi-blog .blog-info:hover .blog-img img, .gi-blog-section .blog-info:hover .blog-img img {
        -webkit-transform: rotate(-3deg) scale(1.1);
        transform: rotate(-3deg) scale(1.1);
    }

    .gi-blog .blog-info .blog-img, .gi-blog-section .blog-info .blog-img {
        width: 100%;
        height: auto;
        margin: 0;
        border-radius: 0px;
        position: relative;
        overflow: hidden;
        border-radius: 5px;
    }

        .gi-blog .blog-info .blog-img img, .gi-blog-section .blog-info .blog-img img {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            border-radius: 0px;
            width: 100%;
            height: 100%;
        }

    .gi-blog .blog-info .detail, .gi-blog-section .blog-info .detail {
        width: 100%;
        margin: 0;
    }

        .gi-blog .blog-info .detail label, .gi-blog-section .blog-info .detail label {
            margin-top: 20px;
            display: inline-block;
            font-size: 13px;
            color: #999;
            border-radius: 5px;
        }

            .gi-blog .blog-info .detail label a, .gi-blog-section .blog-info .detail label a {
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                color: #999;
            }

                .gi-blog .blog-info .detail label a:hover, .gi-blog-section .blog-info .detail label a:hover {
                    color: #5caf90;
                }

        .gi-blog .blog-info .detail h3, .gi-blog-section .blog-info .detail h3 {
            margin: 10px 0 15px 0;
            padding: 0;
            line-height: 26px;
        }

            .gi-blog .blog-info .detail h3 a, .gi-blog-section .blog-info .detail h3 a {
                font-family: "Poppins, sans-serif";
                color: #4b5966;
                font-size: 17px;
                font-weight: 500;
                line-height: 22px;
            }

        .gi-blog .blog-info .detail p, .gi-blog-section .blog-info .detail p {
            font-size: 14px;
            color: #777;
        }

        .gi-blog .blog-info .detail .more-info a, .gi-blog-section .blog-info .detail .more-info a {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            color: #4b5966;
            font-size: 13px;
            text-decoration: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .gi-blog .blog-info .detail .more-info a:hover, .gi-blog-section .blog-info .detail .more-info a:hover {
                background: #fff;
                color: #5caf90;
            }

                .gi-blog .blog-info .detail .more-info a:hover i, .gi-blog-section .blog-info .detail .more-info a:hover i {
                    color: #5caf90;
                }

            .gi-blog .blog-info .detail .more-info a i, .gi-blog-section .blog-info .detail .more-info a i {
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                margin-left: 5px;
                color: #4b5966;
                font-size: 13px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

/**  Blog Sidebar  **/
.gi-blogs-sidebar .gi-sb-title {
    border-bottom: 2px solid #eee;
    padding-bottom: 15px;
}

    .gi-blogs-sidebar .gi-sb-title h3 {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        font-family: "Poppins, sans-serif";
        font-size: 18px;
        font-weight: 500;
    }

.gi-blogs-sidebar .gi-blog-sidebar-wrap {
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.gi-blogs-sidebar .gi-blog-search {
    height: 50px;
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 1px solid #eee;
    color: #4b5966;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

    .gi-blogs-sidebar .gi-blog-search .gi-blog-search-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #fff;
    }

    .gi-blogs-sidebar .gi-blog-search .form-control {
        display: block;
        width: 100%;
        min-height: 48px;
        height: 48px;
        padding: 0 20px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        color: #777;
        background-color: transparent;
        border: none;
        letter-spacing: 0;
    }

    .gi-blogs-sidebar .gi-blog-search .submit {
        position: relative;
        height: 48px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 60px;
        color: #4b5966;
    }

.gi-blogs-sidebar .gi-sidebar-block ul li a {
    padding-left: 30px;
}

.gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item {
    position: relative;
}

    .gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item input {
        width: 100%;
        height: calc(100% - 5px);
        position: absolute;
        opacity: 0;
        cursor: pointer;
        z-index: 999;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item input:checked ~ .checked::after {
            display: block;
        }

    .gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item a {
        width: 100%;
        display: block;
        color: #777;
        font-size: 14px;
        margin-top: 0;
        line-height: 20px;
        font-weight: 400;
        text-transform: capitalize;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item a span {
            color: #999;
            font-size: 13px;
        }

    .gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item .checked {
        position: absolute;
        top: 50%;
        left: 0;
        height: 18px;
        width: 18px;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 0;
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 5px;
        overflow: hidden;
    }

        .gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item .checked:after {
            left: -1px;
            top: -1px;
            width: 18px;
            height: 18px;
            border: 1px solid #5caf90;
            content: "\f00c";
            position: absolute;
            display: none;
            background: #5caf90;
            font-family: "gIcons";
            font-size: 10px;
            color: #fff;
            line-height: 16px;
            text-align: center;
        }

.gi-blogs-sidebar .gi-sidebar-block:not(:last-child) {
    margin-bottom: 30px;
}

.gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-img {
        margin-right: 15px;
    }

        .gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-img img {
            width: 100px;
            border-radius: 5px;
        }

    .gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-detial .gi-blog-title a {
        color: #777;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 22px;
        font-weight: 600;
    }

    .gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-detial .gi-blog-date {
        margin-bottom: 10px;
        font-size: 14px;
        color: #999;
        line-height: 1;
        letter-spacing: 0;
    }

    .gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-detial a {
        font-size: 14px;
        color: #5caf90;
    }

/**  Single blog (Blog details)   **/
.gi-single-blog-item .single-blog-info .blog-img img {
    width: 100%;
    border-radius: 5px;
}

.gi-single-blog-item .single-blog-info .single-blog-detail label {
    margin-bottom: 15px;
    color: #999;
}

    .gi-single-blog-item .single-blog-info .single-blog-detail label a {
        color: #999;
    }

        .gi-single-blog-item .single-blog-info .single-blog-detail label a:hover {
            color: #5caf90;
        }

.gi-single-blog-item .single-blog-info .single-blog-detail h3 {
    font-size: 22px;
    font-weight: 600;
    color: #4b5966;
}

.gi-single-blog-item .single-blog-info .single-blog-detail p {
    color: #777;
    font-size: 14px;
}

.gi-single-blog-item .single-blog-info .single-blog-detail .gi-text-highlight {
    font-weight: 500;
    font-style: italic;
}

.gi-single-blog-item .single-blog-info .single-blog-detail .sub-img {
    margin-top: 30px;
}

    .gi-single-blog-item .single-blog-info .single-blog-detail .sub-img img {
        width: 100%;
        margin-bottom: 24px;
        border-radius: 5px;
    }

.gi-blog-comments .gi-blog-dgi-title {
    margin-bottom: 30px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #4b5966;
    background-color: #f8f8fb;
    border-radius: 5px;
}

.gi-blog-comments .sub-cmt {
    margin-left: 65px;
}

.gi-blog-comments .gi-single-comment-wrapper {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .gi-blog-comments .gi-single-comment-wrapper .gi-blog-user-img {
        width: 50px;
        margin-right: 15px;
    }

        .gi-blog-comments .gi-single-comment-wrapper .gi-blog-user-img img {
            width: 100%;
            border-radius: 5px;
        }

    .gi-blog-comments .gi-single-comment-wrapper .gi-blog-comment-content {
        width: calc(100% - 115px);
    }

        .gi-blog-comments .gi-single-comment-wrapper .gi-blog-comment-content h5 {
            color: #4b5966;
            font-size: 16px;
            font-weight: 600;
        }

        .gi-blog-comments .gi-single-comment-wrapper .gi-blog-comment-content span {
            color: #999;
            font-size: 13px;
        }

        .gi-blog-comments .gi-single-comment-wrapper .gi-blog-comment-content p {
            margin: 5px 0;
            color: #777;
            font-size: 14px;
        }

        .gi-blog-comments .gi-single-comment-wrapper .gi-blog-comment-content .gi-blog-details-btn a {
            color: #5caf90;
            font-size: 13px;
        }

.gi-blog-comments .gi-blog-cmt-form .gi-blog-form input {
    width: 100%;
    height: 45px;
    margin-bottom: 30px;
    padding-left: 20px;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #777;
    font-size: 14px;
}

.gi-blog-comments .gi-blog-cmt-form .gi-blog-form textarea {
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
    padding: 15px 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .gi-blog-comments .gi-blog-cmt-form .gi-blog-form textarea:focus {
        outline: none;
    }

/*===== Banners section css =====*/
.gi-offer-section {
    overflow: hidden;
}

.gi-ofr-banners .gi-bnr-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    overflow: hidden;
}

    .gi-ofr-banners .gi-bnr-body::before {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        content: "";
        display: block;
        height: 100%;
        left: -75%;
        position: absolute;
        top: 0;
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
        width: 50%;
        z-index: 2;
    }

    .gi-ofr-banners .gi-bnr-body:hover::before, .gi-ofr-banners .gi-bnr-body:focus::before {
        -webkit-animation: shine 0.85s;
        animation: shine 0.85s;
    }

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.gi-ofr-banners .gi-bnr-body .gi-bnr-img {
    width: 100%;
    position: relative;
}

    .gi-ofr-banners .gi-bnr-body .gi-bnr-img img {
        width: 100%;
        border-radius: 5px;
    }

    .gi-ofr-banners .gi-bnr-body .gi-bnr-img .lbl {
        padding: 2px 7px;
        font-size: 12px;
        border-radius: 5px;
        position: absolute;
        top: 15px;
        left: 15px;
        text-transform: capitalize;
        background-color: #4b5966;
        color: #fff;
        opacity: 0.8;
    }

.gi-ofr-banners .gi-bnr-body .gi-bnr-detail {
    max-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .gi-ofr-banners .gi-bnr-body .gi-bnr-detail h5 {
        color: #4b5966;
        font-size: 34px;
        font-weight: 700;
        text-transform: capitalize;
    }

    .gi-ofr-banners .gi-bnr-body .gi-bnr-detail p {
        color: #777;
        text-transform: capitalize;
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
    }

    .gi-ofr-banners .gi-bnr-body .gi-bnr-detail a {
        padding: 5px 15px;
    }

/**===== Start Service Section =====**/
.gi-ser-inner {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
}

    .gi-ser-inner .gi-service-image {
        margin-bottom: 15px;
    }

        .gi-ser-inner .gi-service-image i {
            font-size: 40px;
            color: #5caf90;
            line-height: 0;
        }

.gi-service-desc h3 {
    font-family: "Poppins, sans-serif";
    font-size: 18px;
    font-weight: 500;
    color: #4b5966;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
}

.gi-service-desc p {
    margin: 0;
    font-size: 14px;
    color: #777;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

/**  Shop Sidebar  **/
.h-sidebar {
    padding-left: 12px;
    padding-right: 12px;
}

    .h-sidebar .gi-sidebar-block {
        padding: 15px;
        border-radius: 5px;
        border: 1px solid #eee;
    }

    .h-sidebar .gi-sidebar-wrap {
        border: 0 !important;
        padding: 0 !important;
    }

        .h-sidebar .gi-sidebar-wrap .gi-sidebar-block {
            margin-bottom: 24px !important;
        }

        .h-sidebar .gi-sidebar-wrap .gi-sb-title h3 .gi-sidebar-res {
            position: absolute;
            right: 0;
            top: 0;
            cursor: pointer;
        }

    .h-sidebar h3 {
        margin: 5px 0;
    }

    .h-sidebar .cat-drop h6 {
        padding: 15px 0 0 0;
        font-size: 15px;
        color: #777;
        font-weight: 600;
    }

        .h-sidebar .cat-drop h6 i {
            width: 20px;
            height: 20px;
            margin-right: 7px;
            font-size: 17px;
            line-height: 0 !important;
        }

        .h-sidebar .cat-drop h6 a {
            width: 100%;
            margin-top: 0;
            display: block;
            color: #777;
            font-size: 15px;
            line-height: 20px;
            font-weight: 600;
            text-transform: capitalize;
            cursor: pointer;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .h-sidebar .cat-drop h6 a .avil {
                font-size: 13px;
                font-weight: 400;
            }

    .h-sidebar .cat-drop ul li {
        padding: 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .h-sidebar .cat-drop ul li a {
            width: 100%;
            margin-top: 0;
            display: block;
            color: #777;
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
            text-transform: capitalize;
            cursor: pointer;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .h-sidebar .cat-drop ul li a .avil {
                font-size: 13px;
            }

.gi-shop-sidebar-overlay {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 17;
}

.gi-open {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

.gi-shop-sidebar, .gi-shop-sidebar-2 {
    margin-bottom: -15px;
    position: sticky;
    top: 24px;
}

    .gi-shop-sidebar .gi-sb-title, .gi-shop-sidebar-2 .gi-sb-title {
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }

        .gi-shop-sidebar .gi-sb-title h3, .gi-shop-sidebar-2 .gi-sb-title h3 {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            position: relative;
            font-family: "Poppins, sans-serif";
            font-size: 17px !important;
            font-weight: 500;
            color: #4b5966;
        }

    .gi-shop-sidebar .gi-blog-sidebar-wrap, .gi-shop-sidebar-2 .gi-blog-sidebar-wrap {
        padding: 30px;
        border: 1px solid #eee;
        border-radius: 5px;
    }

    .gi-shop-sidebar .gi-blog-search, .gi-shop-sidebar-2 .gi-blog-search {
        height: 50px;
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
        border: 1px solid #eee;
        color: #4b5966;
        position: relative;
        border-radius: 5px;
        overflow: hidden;
    }

        .gi-shop-sidebar .gi-blog-search .gi-blog-search-form, .gi-shop-sidebar-2 .gi-blog-search .gi-blog-search-form {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background: #fff;
        }

        .gi-shop-sidebar .gi-blog-search .form-control, .gi-shop-sidebar-2 .gi-blog-search .form-control {
            display: block;
            width: 100%;
            min-height: 48px;
            height: 48px;
            padding: 0 20px;
            font-size: 16px;
            font-weight: 400;
            line-height: 1;
            color: #777;
            background-color: transparent;
            border: none;
            letter-spacing: 0;
        }

        .gi-shop-sidebar .gi-blog-search .submit, .gi-shop-sidebar-2 .gi-blog-search .submit {
            position: relative;
            height: 48px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 60px;
            color: #4b5966;
        }

    .gi-shop-sidebar .gi-sidebar-block ul li a, .gi-shop-sidebar-2 .gi-sidebar-block ul li a {
        padding-left: 30px;
    }

    .gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item, .gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item {
        position: relative;
    }

        .gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item input, .gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item input {
            width: 100%;
            height: calc(100% - 5px);
            position: absolute;
            opacity: 0;
            cursor: pointer;
            z-index: 9;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item input:checked ~ .checked::after, .gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item input:checked ~ .checked::after {
                display: block;
            }

        .gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item a, .gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item a {
            width: 100%;
            display: block;
            color: #777;
            font-size: 14px;
            margin-top: 0;
            line-height: 20px;
            font-weight: 400;
            text-transform: capitalize;
            cursor: pointer;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item a span, .gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item a span {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

            .gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item a i, .gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item a i {
                width: 20px;
                height: 20px;
                margin-right: 7px;
                font-size: 17px;
            }

            .gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item a .products, .gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item a .products {
                color: #999;
                font-size: 13px;
            }

        .gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item .checked, .gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item .checked {
            position: absolute;
            top: 50%;
            left: 0;
            height: 18px;
            width: 18px;
            background: #fff;
            border: 1px solid #eee;
            border-radius: 0;
            -webkit-transition: all 300ms linear;
            transition: all 300ms linear;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            border-radius: 5px;
            overflow: hidden;
        }

            .gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item .checked:after, .gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item .checked:after {
                left: -1px;
                top: -1px;
                width: 18px;
                height: 18px;
                border: 1px solid #5caf90;
                content: "\f00c";
                position: absolute;
                display: none;
                background: #5caf90;
                font-family: "gIcons";
                font-size: 10px;
                color: #fff;
                line-height: 16px;
                text-align: center;
            }

    .gi-shop-sidebar .gi-sidebar-block:not(:last-child), .gi-shop-sidebar-2 .gi-sidebar-block:not(:last-child) {
        margin-bottom: 15px;
    }

    .gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item, .gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item {
        padding: 15px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-img, .gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-img {
            margin-right: 15px;
        }

            .gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-img img, .gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-img img {
                width: 100px;
                border-radius: 5px;
            }

        .gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-detial .gi-blog-title a, .gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-detial .gi-blog-title a {
            color: #777;
            font-size: 16px;
            letter-spacing: 0;
            line-height: 22px;
            font-weight: 600;
        }

        .gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-detial .gi-blog-date, .gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-detial .gi-blog-date {
            margin-bottom: 5px;
            font-size: 14px;
            color: #999;
            line-height: 1;
            letter-spacing: 0;
        }

        .gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-detial a, .gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-detial a {
            font-size: 14px;
            color: #5caf90;
        }

    .gi-shop-sidebar .gi-sidebar-block.color-block .gi-sb-block-content.gi-sidebar-dropdown, .gi-shop-sidebar-2 .gi-sidebar-block.color-block .gi-sb-block-content.gi-sidebar-dropdown {
        margin-top: 20px;
    }

    .gi-shop-sidebar .gi-sidebar-block.color-block ul, .gi-shop-sidebar-2 .gi-sidebar-block.color-block ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .gi-shop-sidebar .gi-sidebar-block.color-block ul li, .gi-shop-sidebar-2 .gi-sidebar-block.color-block ul li {
            margin-right: 10px;
        }

    .gi-shop-sidebar .gi-sidebar-block.color-block .gi-sidebar-block-item, .gi-shop-sidebar-2 .gi-sidebar-block.color-block .gi-sidebar-block-item {
        padding: 5px 0;
        border: 0;
    }

        .gi-shop-sidebar .gi-sidebar-block.color-block .gi-sidebar-block-item .gi-clr-block, .gi-shop-sidebar-2 .gi-sidebar-block.color-block .gi-sidebar-block-item .gi-clr-block {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            opacity: 0.7;
            background: transparent;
            cursor: pointer;
        }

            .gi-shop-sidebar .gi-sidebar-block.color-block .gi-sidebar-block-item .gi-clr-block:hover, .gi-shop-sidebar-2 .gi-sidebar-block.color-block .gi-sidebar-block-item .gi-clr-block:hover {
                opacity: 1;
            }

        .gi-shop-sidebar .gi-sidebar-block.color-block .gi-sidebar-block-item input, .gi-shop-sidebar-2 .gi-sidebar-block.color-block .gi-sidebar-block-item input {
            width: 20px;
            height: 20px;
        }

        .gi-shop-sidebar .gi-sidebar-block.color-block .gi-sidebar-block-item .checked, .gi-shop-sidebar-2 .gi-sidebar-block.color-block .gi-sidebar-block-item .checked {
            width: 20px;
            height: 20px;
            background: transparent;
            border: 0;
        }

            .gi-shop-sidebar .gi-sidebar-block.color-block .gi-sidebar-block-item .checked:after, .gi-shop-sidebar-2 .gi-sidebar-block.color-block .gi-sidebar-block-item .checked:after {
                width: 24px;
                height: 18px;
                left: -1px;
                top: 50%;
                border: 1px solid transparent;
                content: "\f00c";
                position: absolute;
                display: none;
                background: transparent;
                font-family: "gIcons";
                font-size: 12px;
                color: #fff;
                line-height: 16px;
                text-align: center;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

    .gi-shop-sidebar .gi-sidebar-wrap, .gi-shop-sidebar-2 .gi-sidebar-wrap {
        padding: 15px;
        border-radius: 5px;
        border: 1px solid #eee;
    }

    .gi-shop-sidebar-2 .gi-sb-title {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .gi-shop-sidebar-2 .gi-sb-block-content {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #eee;
    }

    .gi-shop-sidebar-2 .gi-close-btn {
        display: none;
        position: relative;
    }

        .gi-shop-sidebar-2 .gi-close-btn h3 {
            margin-bottom: 15px;
            font-size: 18px;
            font-weight: 600;
            color: #4b5966;
        }

        .gi-shop-sidebar-2 .gi-close-btn .gi-cat-close {
            position: absolute;
            top: 0;
            right: 0;
            border: 0;
            font-size: 22px;
            line-height: 1;
            color: #777;
            background-color: transparent;
            border: 0;
        }

/* Toggle filter sidebar */
.filter-sidebar-overlay {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 16;
    display: none;
}

.gi-filter-sidebar {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 300px;
    height: 100vh;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 16;
    background-color: #ffffff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow: auto;
}

    .gi-filter-sidebar::-webkit-scrollbar {
        width: 12px !important;
        height: 10px !important;
        padding: 8px !important;
    }

    .gi-filter-sidebar::-webkit-scrollbar-track {
        width: 12px !important;
        background-color: #4b5966 !important;
        -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
    }

    .gi-filter-sidebar::-webkit-scrollbar-thumb {
        background-color: #4b5966 !important;
        border-radius: 10px !important;
        border: 3px solid #fff !important;
    }

        .gi-filter-sidebar::-webkit-scrollbar-thumb:hover {
            background-color: #5caf90 !important;
        }

    .gi-filter-sidebar .sidebar-filter-title {
        padding: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #f8f8fb;
    }

        .gi-filter-sidebar .sidebar-filter-title h5 {
            margin: 0;
            font-size: 20px;
            font-weight: 700;
        }

        .gi-filter-sidebar .sidebar-filter-title .filter-close {
            margin-left: 15px;
            color: #ff8585;
            font-size: 24px;
            line-height: 1;
        }

    .gi-filter-sidebar .gi-sidebar-wrap {
        border: 0;
    }

    .gi-filter-sidebar .gi-sb-title h3 {
        font-size: 18px;
    }

.filter-sidebar-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/* Price slider block */
.gi-price-range-slider {
    margin-top: 20px !important;
    /*-----  Price Filter  -----*/
}

    .gi-price-range-slider .noUi-target {
        cursor: pointer;
    }

        .gi-price-range-slider .noUi-target:focus {
            outline: none;
        }

    .gi-price-range-slider .noUi-horizontal {
        height: 4px;
        margin-bottom: 5px;
    }

        .gi-price-range-slider .noUi-horizontal .noUi-handle {
            top: -6px;
            right: -15px;
            width: 16px;
            height: 16px;
            background: #fff;
            border: 2px solid #5caf90;
            border-radius: 50%;
            -webkit-box-shadow: unset;
            box-shadow: unset;
            cursor: pointer;
            -webkit-transition: -webkit-transform 0.1s;
            transition: -webkit-transform 0.1s;
            transition: transform 0.1s;
            transition: transform 0.1s, -webkit-transform 0.1s;
        }

            .gi-price-range-slider .noUi-horizontal .noUi-handle:hover {
                background: #5caf90;
            }

    .gi-price-range-slider .noUi-connect {
        background: #777;
    }

    .gi-price-range-slider .noUi-base {
        background: #f8f8fb;
    }

    .gi-price-range-slider .noUi-handle.noUi-handle-upper {
        right: -2px;
    }

    .gi-price-range-slider .filter__input {
        height: 30px;
        border: none;
        border-radius: 0;
        padding: 0;
        max-width: 48px;
        line-height: 30px;
        background: #fff;
        text-align: center;
        font-size: 14px;
        color: #777;
    }

    .gi-price-range-slider .gi-price-filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .gi-price-range-slider .gi-price-input {
        margin-bottom: 15px;
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #f8f8fb;
        border-radius: 5px;
    }

        .gi-price-range-slider .gi-price-input label {
            font-size: 14px;
            color: #777;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .gi-price-range-slider .gi-price-input label input {
                border-radius: 5px;
            }

        .gi-price-range-slider .gi-price-input .gi-price-divider {
            position: relative;
            border-bottom: 1px solid #777;
            width: 10px;
            height: 1px;
            margin: 0 10px;
        }

/* Tags block */
.gi-tag-block {
    margin-bottom: -2px;
}

    .gi-tag-block a {
        margin: 2px 0;
        padding: 3px 8px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-transform: capitalize;
        font-weight: 300;
        font-size: 13px;
        letter-spacing: 0.02rem;
    }

.gi-banner-side {
    height: 100%;
    padding: 0 0 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

    .gi-banner-side .gi-banner-block-side, .gi-banner-side .gi-banner-block-side-2 {
        width: 100%;
        height: 400px;
        border-radius: 5px;
    }

    .gi-banner-side .gi-banner-block-side-2 {
        background-image: url(../img/banner/7.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

@media only screen and (max-width: 1399px) {
    .gi-banner-side .gi-banner-block-side-2 {
        height: 300px;
    }
}

@media only screen and (max-width: 991px) {
    .gi-shop-sidebar-2 {
        width: 350px;
        height: 100vh;
        padding: 10px;
        font-size: 14px;
        font-weight: 400;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        right: auto;
        display: block;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        background-color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow: auto;
        opacity: 1;
    }

        .gi-shop-sidebar-2 .gi-banner-side {
            height: auto;
        }

        .gi-shop-sidebar-2 .gi-close-btn {
            display: block;
        }
}

@media only screen and (max-width: 360px) {
    .gi-shop-sidebar-2 {
        width: 300px;
    }
}
/*-------------------------------------------------
   About Page CSS
---------------------------------------------------*/
/**===== About Section =====**/
.gi-about .gi-about-img {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(50% - 12px));
    grid-row-gap: 24px;
    grid-column-gap: 24px;
}

    .gi-about .gi-about-img .v-img {
        height: 100%;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row-span: 2;
        grid-row-end: span 2;
    }

    .gi-about .gi-about-img .h-img {
        height: 100%;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    .gi-about .gi-about-img img {
        width: 100%;
        border-radius: 5px;
    }

.gi-about .gi-about-detail {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .gi-about .gi-about-detail .section-title {
        padding-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .gi-about .gi-about-detail .section-title h2 {
            margin-bottom: 15px;
            font-family: "Manrope", sans-serif;
            font-size: 26px;
            line-height: 38px;
            font-weight: 600;
            color: #4b5966;
            position: relative;
            display: inline;
            padding: 0;
            text-transform: capitalize;
            line-height: 1;
        }

            .gi-about .gi-about-detail .section-title h2 span {
                color: #5caf90;
            }

        .gi-about .gi-about-detail .section-title p {
            margin: 0;
            color: #777;
            font-size: 18px;
            font-weight: 500;
            text-transform: uppercase;
        }

    .gi-about .gi-about-detail p {
        color: #777;
        font-size: 14px;
        font-weight: 400;
    }

/**===== Start Service Section =====**/
.gi-ser-inner {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border: 1px solid #eee;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
}

    .gi-ser-inner:hover .gi-service-image svg {
        stroke-dashoffset: 0;
        -webkit-transition: fill 0.5s, stroke-dashoffset 6s, -webkit-transform 0.3s;
        transition: fill 0.5s, stroke-dashoffset 6s, -webkit-transform 0.3s;
        transition: transform 0.3s, fill 0.5s, stroke-dashoffset 6s;
        transition: transform 0.3s, fill 0.5s, stroke-dashoffset 6s, -webkit-transform 0.3s;
    }

    .gi-ser-inner .gi-service-image {
        margin-bottom: 15px;
    }

        .gi-ser-inner .gi-service-image img {
            width: 50px;
            height: 50px;
        }

.gi-service-desc h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #4b5966;
    letter-spacing: 0.6px;
    font-family: "Poppins, sans-serif";
}

.gi-service-desc p {
    margin: 0;
    font-size: 14px;
    color: #777;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

/*=====  Testimonial Section CSS  =====*/
.testim-bg {
    background-color: #f8f8fb;
    border: 1px solid #eee;
    border-radius: 5px;
}

.gi-test-section .gi-test-inner {
    max-width: 730px;
    margin: 0 auto;
    cursor: pointer;
}

.gi-test-section .gi-test-item {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

    .gi-test-section .gi-test-item .svg_img path {
        fill: #999;
    }

.gi-test-section .gi-test-desc {
    font-size: 15px;
    color: #4b5966;
    line-height: 26px;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.gi-test-section .gi-test-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .gi-test-section .gi-test-content .gi-test-desc {
        margin-bottom: 15px;
        color: #777;
    }

.gi-test-section .gi-test-name {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #5caf90;
    letter-spacing: 0.6px;
    line-height: 1.2;
}

.gi-test-section .gi-test-designation {
    font-size: 16px;
    color: #777;
    line-height: 1.2;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.gi-test-section .gi-test-rating {
    margin: 0 auto;
}

    .gi-test-section .gi-test-rating i {
        font-size: 11px;
        margin: 0 0.5px;
    }

#gi-testimonial-slider {
    margin-bottom: -30px;
    text-align: center;
}

.gi-test-outer {
    max-width: 700px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.gi-test-inner {
    max-width: 700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .gi-test-inner .gi-test-img {
        width: 100px;
        margin: auto auto 30px auto;
        display: block;
    }

        .gi-test-inner .gi-test-img img {
            border-radius: 50%;
        }

.svg_img.test_svg {
    position: absolute;
    width: 45px;
    height: auto;
    fill: #4b5966;
}

    .svg_img.test_svg.top {
        width: 45px;
        top: -5px;
        left: 0;
        right: auto;
    }

    .svg_img.test_svg.bottom {
        width: 45px;
        bottom: -5px;
        right: 0;
        left: auto;
    }

/*=====  Facts Section CSS  =====*/
.gi-facts-section .gi-facts-inner {
    padding: 30px 15px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
}

    .gi-facts-section .gi-facts-inner .counter {
        margin-bottom: 15px;
        font-size: 40px;
        font-weight: 800;
        color: #ddd;
    }

    .gi-facts-section .gi-facts-inner h4 {
        font-size: 20px;
        color: #4b5966;
        font-weight: 600;
    }

    .gi-facts-section .gi-facts-inner p {
        max-width: 250px;
        margin: 0;
        font-size: 14px;
        color: #777;
    }

/*=====  Team Section CSS  =====*/
.gi-team-section .gi-team-box {
    position: relative;
}

    .gi-team-section .gi-team-box:hover .gi-team-imag .gi-team-socials {
        bottom: 15px;
        opacity: 1;
    }

    .gi-team-section .gi-team-box .gi-team-imag {
        position: relative;
    }

        .gi-team-section .gi-team-box .gi-team-imag img {
            width: 100%;
            border-radius: 5px;
        }

        .gi-team-section .gi-team-box .gi-team-imag .gi-team-socials {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            margin: auto;
            position: absolute;
            top: auto;
            bottom: 0;
            left: 0;
            right: 0;
            opacity: 0;
        }

            .gi-team-section .gi-team-box .gi-team-imag .gi-team-socials ul {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .gi-team-section .gi-team-box .gi-team-imag .gi-team-socials ul li a {
                    width: 30px;
                    height: 30px;
                    margin: 2px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    background-color: #4b5966;
                    border-radius: 5px;
                }

                    .gi-team-section .gi-team-box .gi-team-imag .gi-team-socials ul li a i {
                        color: #fff;
                        font-size: 15px;
                    }

                    .gi-team-section .gi-team-box .gi-team-imag .gi-team-socials ul li a:hover {
                        background-color: #5caf90;
                    }

    .gi-team-section .gi-team-box .gi-team-info {
        text-align: center;
    }

        .gi-team-section .gi-team-box .gi-team-info h5 {
            margin-top: 15px;
            color: #4b5966;
            font-size: 18px;
            font-weight: 700;
        }

        .gi-team-section .gi-team-box .gi-team-info p {
            margin: 0;
            color: #777;
            font-size: 13px;
            line-height: 16px;
        }

/** Start Contact Section **/
.gi-contact iframe {
    width: 100%;
    height: 100%;
    margin-bottom: -7px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.gi-contact form .form-group {
    margin-bottom: 30px;
}

    .gi-contact form .form-group input, .gi-contact form .form-group textarea {
        padding: 10px 15px;
        border-color: #eee;
        border-radius: 5px;
        font-size: 15px;
        color: #777;
    }

        .gi-contact form .form-group input:focus, .gi-contact form .form-group textarea:focus {
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .gi-contact form .form-group input::-webkit-input-placeholder, .gi-contact form .form-group textarea::-webkit-input-placeholder {
            color: #999;
        }

        .gi-contact form .form-group input::-moz-placeholder, .gi-contact form .form-group textarea::-moz-placeholder {
            color: #999;
        }

        .gi-contact form .form-group input:-ms-input-placeholder, .gi-contact form .form-group textarea:-ms-input-placeholder {
            color: #999;
        }

        .gi-contact form .form-group input::-ms-input-placeholder, .gi-contact form .form-group textarea::-ms-input-placeholder {
            color: #999;
        }

        .gi-contact form .form-group input::placeholder, .gi-contact form .form-group textarea::placeholder {
            color: #999;
        }

.gi-contact .gi-contact-detail .gi-box {
    height: 100%;
    padding: 24px;
    border: 1px solid #eee;
    background-color: #f8f8fb;
    position: relative;
    border-radius: 5px;
}

    .gi-contact .gi-contact-detail .gi-box .detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .gi-contact .gi-contact-detail .gi-box .info h3 {
        font-size: 20px;
        font-weight: 600;
        color: #4b5966;
        text-transform: capitalize;
    }

    .gi-contact .gi-contact-detail .gi-box .info p {
        margin: 0;
        font-size: 14px;
        color: #777;
    }

    .gi-contact .gi-contact-detail .gi-box .icon {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
        background-color: #4b5966;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 5px;
    }

        .gi-contact .gi-contact-detail .gi-box .icon i {
            font-size: 25px;
            color: #fff;
        }

/** End Contact Section **/
/*-------------------------------------------------
  Cart Page CSS
---------------------------------------------------*/
.gi-cart-section .shop-all-btn {
    margin-bottom: 0;
}

.gi-cart-section .gi-sidebar-wrap {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #eee;
}

    .gi-cart-section .gi-sidebar-wrap h3 {
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0;
        margin-bottom: 21px;
    }

    .gi-cart-section .gi-sidebar-wrap .gi-sb-block-content {
        margin-bottom: 0;
        border-bottom: none;
    }

    .gi-cart-section .gi-sidebar-wrap .gi-ship-title {
        margin-bottom: 0;
        font-size: 17px;
        font-weight: 700;
        letter-spacing: 0;
        border-bottom: 1px solid #eee;
        color: #777;
        padding-bottom: 15px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .gi-cart-section .gi-sidebar-wrap .gi-ship-title::after {
            content: "\f107";
            position: relative;
            font-family: "gIcons";
            font-size: 18px;
            color: #777;
            font-weight: 400;
        }

.gi-cart-content .table-content table {
    width: 100%;
    background-color: #fff;
}

    .gi-cart-content .table-content table thead > tr {
        background-color: #fff;
        border-bottom: 2px solid #eee;
    }

        .gi-cart-content .table-content table thead > tr > th {
            border-top: medium none;
            color: #4b5966;
            font-size: 15px;
            font-weight: 500;
            padding: 15px 14px 12px;
            text-align: left;
            text-transform: capitalize;
            vertical-align: middle;
            white-space: nowrap;
            line-height: 1;
            letter-spacing: 0;
        }

    .gi-cart-content .table-content table tbody > tr {
        border-bottom: 1px solid #eee;
    }

        .gi-cart-content .table-content table tbody > tr td {
            color: #4b5966;
            font-size: 16px;
            padding: 15px 14px;
            text-align: left;
        }

            .gi-cart-content .table-content table tbody > tr td .gi-cart-pro-img {
                width: 60px;
                margin-right: 15px;
            }

            .gi-cart-content .table-content table tbody > tr td .cart-qty-plus-minus {
                border: 1px solid #eee;
                border-radius: 5px;
                display: inline-block;
                height: 35px;
                overflow: hidden;
                padding: 0;
                position: relative;
                width: 84px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                margin: 0 auto;
            }

                .gi-cart-content .table-content table tbody > tr td .cart-qty-plus-minus input {
                    background: transparent none repeat scroll 0 0;
                    border: medium none;
                    color: #4b5966;
                    float: left;
                    font-size: 14px;
                    height: auto;
                    margin: 0;
                    padding: 0;
                    text-align: center;
                    width: 40px;
                    outline: none;
                    font-weight: 600;
                    line-height: 38px;
                }

                .gi-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .ms_cart_qtybtn {
                    color: #4b5966;
                    float: left;
                    font-size: 20px;
                    height: auto;
                    margin: 0;
                    padding: 0;
                    width: 40px;
                    height: 38px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                }

                .gi-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .ms_qtybtn {
                    width: 100%;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    cursor: pointer;
                    font-size: 0;
                    color: #4b5966;
                    height: 19px;
                    position: relative;
                }

                    .gi-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .ms_qtybtn:before {
                        width: 100%;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        cursor: pointer;
                        font-size: 20px;
                        color: #4b5966;
                        height: 19px;
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        content: "";
                        font-family: "gIcons";
                        overflow: hidden;
                        font-size: 15px;
                    }

                .gi-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .dec.ms_qtybtn:before {
                    padding-bottom: 4px;
                    content: "\f107";
                    color: #999;
                }

                .gi-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .inc.ms_qtybtn:before {
                    padding-top: 4px;
                    content: "\f106";
                    color: #999;
                }
            .gi-cart-content .table-content table tbody > tr td.gi-cart-pro-order {
                width: 20%;
            }
            .gi-cart-content .table-content table tbody > tr td.gi-cart-pro-name {
                width: 100%;
            }
           

                .gi-cart-content .table-content table tbody > tr td.gi-cart-pro-name a {
                    color: #777;
                    font-weight: 400;
                    text-decoration: none;
                    font-size: 14px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    line-height: 1.5;
                    letter-spacing: 0.6px;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

            .gi-cart-content .table-content table tbody > tr td.gi-cart-pro-subtotal {
                color: #4b5966;
                font-weight: 500;
                font-size: 15px;
            }

            .gi-cart-content .table-content table tbody > tr td.gi-cart-pro-price {
                color: #4b5966;
                font-weight: 500;
                font-size: 15px;
            }

            .gi-cart-content .table-content table tbody > tr td.gi-cart-pro-qty .qty-plus-minus {
                display: inline-block;
                height: 40px;
                padding: 0;
                position: relative;
                width: 110px;
            }

            .gi-cart-content .table-content table tbody > tr td.gi-cart-pro-remove {
                width: 90px;
                text-align: right;
            }

                .gi-cart-content .table-content table tbody > tr td.gi-cart-pro-remove a {
                    font-size: 22px;
                    margin: 0 auto;
                    color: #4b5966;
                }

                    .gi-cart-content .table-content table tbody > tr td.gi-cart-pro-remove a i {
                        -webkit-transition: all 0.3s ease-in-out;
                        transition: all 0.3s ease-in-out;
                    }

                    .gi-cart-content .table-content table tbody > tr td.gi-cart-pro-remove a:hover i {
                        color: #ff9d9d;
                    }

.gi-cart-content .gi-cart-update-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    padding: 30px 0 0;
}

.gi-cart-update-bottom > a {
    color: #4b5966;
    display: inline-block;
    text-decoration: underline;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.8px;
}

.gi-cart-update-bottom .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 150px;
}

.gi-cart-form {
    padding-top: 19px;
}

    .gi-cart-form label {
        margin-bottom: 9px;
        color: #4b5966;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1;
    }

    .gi-cart-form p {
        color: #777;
        font-size: 14px;
        margin-bottom: 10px;
        letter-spacing: 0;
    }

    .gi-cart-form input {
        height: 50px;
        background-color: transparent;
        border: 1px solid #eee;
        color: #4b5966;
        font-size: 14px;
        margin-bottom: 26px;
        padding: 0 15px;
        width: 100%;
        outline: none;
        border-radius: 5px;
    }

    .gi-cart-form select {
        padding: 0 15px;
        webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0 !important;
        background: #fff;
        background-image: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 10px;
        color: #777;
        cursor: pointer;
        border-radius: 5px;
    }

    .gi-cart-form .gi-cart-select-inner {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 50px;
        border-radius: 0;
        border: 1px solid #eee;
        font-size: 14px;
        padding: 0;
        margin-bottom: 28px;
        border-radius: 5px;
    }

        .gi-cart-form .gi-cart-select-inner::after {
            content: "\f107";
            position: absolute;
            font-family: "gIcons";
            top: 0;
            right: 0;
            padding: 0 10px;
            cursor: pointer;
            pointer-events: none;
            font-size: 18px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 50px;
            line-height: 1;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #777;
        }

.gi-cart-summary-bottom .gi-cart-summary > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.gi-cart-summary-bottom .gi-cart-summary .text-left {
    color: #4b5966;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
}

.gi-cart-summary-bottom .gi-cart-summary .text-right {
    color: #4b5966;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

    .gi-cart-summary-bottom .gi-cart-summary .text-right a {
        color: #5caf90;
        font-weight: 500;
    }

.gi-cart-summary-bottom .gi-cart-summary .gi-cart-summary-total {
    border-top: 1px solid #eee;
    padding-top: 19px;
    margin-bottom: 0;
    margin-top: 16px;
}

    .gi-cart-summary-bottom .gi-cart-summary .gi-cart-summary-total .text-left {
        font-size: 16px;
        font-weight: 500;
    }

    .gi-cart-summary-bottom .gi-cart-summary .gi-cart-summary-total .text-right {
        font-size: 16px;
        font-weight: 500;
    }

.gi-cart-summary-bottom .gi-cart-summary .gi-cart-coupan-content {
    display: none;
    margin-bottom: 0;
}

.gi-cart-coupan-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 5px;
}

    .gi-cart-coupan-form .gi-coupan {
        display: inline-block;
        vertical-align: top;
        line-height: 35px;
        height: 40px;
        color: #777;
        font-size: 14px;
        width: 100%;
        border: 0;
        background: transparent;
        border-radius: 0;
        -webkit-border-radius: 0;
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
        letter-spacing: 0.5px;
        outline: none;
        border-radius: 5px;
    }

/*-------------------------------------------------
  Checkout Page CSS
---------------------------------------------------*/
.gi-checkout-section {
    font-size: 14px;
}

    .gi-checkout-section label {
        margin-bottom: 15px;
    }

    .gi-checkout-section [type=radio]:checked {
        position: relative;
        opacity: 0;
        display: none;
    }

        .gi-checkout-section [type=radio]:checked + label {
            position: relative;
            padding-left: 26px;
            cursor: pointer;
            line-height: 16px;
            display: inline-block;
            color: #777;
            letter-spacing: 0;
        }

            .gi-checkout-section [type=radio]:checked + label:before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 16px;
                height: 16px;
                border: 1px solid #ddd;
                border-radius: 100%;
                background: #ffffff;
                border: 1px solid #5caf90;
            }

            .gi-checkout-section [type=radio]:checked + label:after {
                content: "";
                width: 8px;
                height: 8px;
                background: #5caf90;
                position: absolute;
                top: 4px;
                left: 4px;
                border-radius: 100%;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

    .gi-checkout-section [type=radio]:not(:checked) {
        position: relative;
        opacity: 0;
        display: none;
    }

        .gi-checkout-section [type=radio]:not(:checked) + label {
            position: relative;
            padding-left: 26px;
            cursor: pointer;
            line-height: 16px;
            display: inline-block;
            color: #777;
            letter-spacing: 0;
        }

            .gi-checkout-section [type=radio]:not(:checked) + label:before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 16px;
                height: 16px;
                border: 1px solid #ddd;
                border-radius: 100%;
                background: #ffffff;
            }

            .gi-checkout-section [type=radio]:not(:checked) + label:after {
                content: "";
                width: 8px;
                height: 8px;
                background: #5caf90;
                position: absolute;
                top: 4px;
                left: 4px;
                border-radius: 100%;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

.gi-checkout-wrap {
    padding: 30px;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 5px;
}

    .gi-checkout-wrap h3 {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0;
        margin-bottom: 25px;
        position: relative;
        display: block;
        color: #4b5966;
        font-family: "Montserrat";
        line-height: 1;
    }

    .gi-checkout-wrap .gi-check-login h3 {
        margin-bottom: 22px;
    }

    .gi-checkout-wrap .gi-check-bill h3 {
        margin-bottom: 26px;
        line-height: 1.2;
    }

    .gi-checkout-wrap .gi-check-bill .gi-check-subtitle {
        margin-bottom: 10px;
    }

.gi-sidebar-wrap {
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 5px;
}

    .gi-sidebar-wrap:last-child {
        margin-bottom: 0;
    }

    .gi-sidebar-wrap .gi-sb-block-content {
        margin-bottom: 0;
        border-bottom: none;
    }

    .gi-sidebar-wrap .gi-sb-title h3 {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0;
        margin-bottom: 0;
        position: relative;
        color: #4b5966;
    }

        .gi-sidebar-wrap .gi-sb-title h3 .gi-sidebar-res {
            position: absolute;
            right: 0;
            top: 0;
            cursor: pointer;
        }

.gi-sb-block-content.gi-sidebar-dropdown {
    margin-top: 15px;
}

.gi-checkout-pay-wrap [type=radio]:checked + label {
    margin-bottom: 30px;
}

.gi-checkout-pay-wrap [type=radio]:not(:checked) + label {
    margin-bottom: 6px;
}

.gi-new-product {
    margin-top: 2px;
}

.gi-check-subtitle {
    margin-bottom: 14px;
    color: #4b5966;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
}

.gi-checkout-block.gi-check-new {
    margin-bottom: 30px;
}

.gi-new-option span {
    margin-right: 45px;
}

.gi-new-desc {
    position: relative;
    line-height: 24px;
    color: #777;
    letter-spacing: 0;
    max-width: 64%;
}

.gi-new-btn {
    margin-top: 26px;
}

    .gi-new-btn a {
        height: 40px;
        text-transform: uppercase;
        font-size: 16px;
        min-width: 150px;
        line-height: 40px;
        letter-spacing: 0;
    }

.gi-check-login-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gi-check-login-form label {
    margin-bottom: 11px;
    color: #4b5966;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
}

.gi-check-login-form input {
    background-color: transparent;
    border: 1px solid #eee;
    color: #4b5966;
    font-size: 14px;
    margin-bottom: 16px;
    padding: 0 15px;
    width: 100%;
    outline: none;
    border-radius: 5px;
}

.gi-check-login-form .gi-check-login-fp {
    color: #4b5966;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-decoration: underline;
    font-size: 15px;
    line-height: 24px;
}

.gi-check-login-form .gi-check-login-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 14px;
}

    .gi-check-login-form .gi-check-login-btn .gi-btn-2 {
        margin-right: 20px;
    }

.gi-check-bill-form {
    margin-bottom: 2px;
}

.gi-bill-option {
    margin-bottom: 32px;
    display: block;
}

    .gi-bill-option span {
        margin-right: 45px;
    }

.padding-bottom-3 {
    padding-bottom: 3px !important;
}

/*-----  Checkout Page CSS  ------*/
.gi-checkout-wrap .gi-check-bill-form .gi-bill-wrap {
    width: 100%;
    padding: 0 15px;
}

    .gi-checkout-wrap .gi-check-bill-form .gi-bill-wrap.gi-bill-half {
        width: 50%;
    }

.gi-checkout-wrap .gi-check-bill-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -15px;
}

.gi-checkout-wrap .gi-check-bill-form label {
    margin-bottom: 7px;
    color: #4b5966;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
}

.gi-checkout-wrap .gi-check-bill-form input {
    background-color: transparent;
    border: 1px solid #eee;
    color: #4b5966;
    font-size: 14px;
    margin-bottom: 26px;
    padding: 0 15px;
    width: 100%;
    outline: none;
    border-radius: 5px;
}

.gi-checkout-wrap .gi-check-bill-form .gi-bill-fp label {
    margin-bottom: 0;
}

    .gi-checkout-wrap .gi-check-bill-form .gi-bill-fp label a {
        color: #4b5966;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0px;
    }

.gi-checkout-wrap .gi-check-bill-form .gi-bl-select-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 1px solid #eee;
    font-size: 14px;
    padding: 0;
    margin-bottom: 27px;
    border-radius: 5px;
}

    .gi-checkout-wrap .gi-check-bill-form .gi-bl-select-inner select {
        padding: 0 15px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0 !important;
        background: #fff;
        background-image: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 10px;
        color: #777;
        cursor: pointer;
        border-radius: 5px;
    }

    .gi-checkout-wrap .gi-check-bill-form .gi-bl-select-inner::after {
        content: "\f107";
        position: relative;
        font-family: "gIcons";
        top: 0;
        right: 0;
        padding: 0 10px;
        cursor: pointer;
        pointer-events: none;
        font-size: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 50px;
        line-height: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #777;
    }

.gi-checkout-content .gi-check-order-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
}

    .gi-checkout-content .gi-check-order-btn .btn {
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        font-size: 16px;
        line-height: 1;
        padding: 0 5px;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        outline: none;
        border-radius: 0px;
        width: 150px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        letter-spacing: 0;
    }

.gi-checkout-summary > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.gi-checkout-summary .text-left {
    color: #777;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
}

.gi-checkout-summary .text-right {
    color: #4b5966;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
}

    .gi-checkout-summary .text-right a {
        color: #5caf90;
        font-weight: 500;
        font-size: 14px;
    }

.gi-checkout-summary .gi-checkout-summary-total {
    border-top: 1px solid #eee;
    padding-top: 19px;
    margin-bottom: 0;
    margin-top: 16px;
}

    .gi-checkout-summary .gi-checkout-summary-total .text-left {
        font-size: 16px;
        font-weight: 600;
        color: #4b5966;
        font-family: "Manrope", sans-serif;
    }

    .gi-checkout-summary .gi-checkout-summary-total .text-right {
        font-size: 16px;
        font-weight: 600;
        font-family: "Manrope", sans-serif;
    }

/*-----  Sidebar Page CSS  ------*/
.gi-sidebar-wrap .gi-sidebar-block .gi-checkout-pro {
    margin-top: 34px;
}

    .gi-sidebar-wrap .gi-sidebar-block .gi-checkout-pro > div:not(:last-child) {
        margin-bottom: 15px;
    }

.gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-checkout-pro li {
    padding: 1px;
}

    .gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-checkout-pro li a {
        margin: 0 auto;
        display: block;
        color: #777;
        font-size: 12px;
        margin-top: 0;
        line-height: 18px;
        font-weight: 400;
        text-transform: capitalize;
        letter-spacing: 0;
        cursor: pointer;
    }

.gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-checkout-pro .gi-pro-size li a {
    pointer-events: none;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background-color: #eee;
    color: #777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 18px;
    padding-top: 2px;
}

.gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-checkout-pro .gi-pro-size li.active a {
    background-color: #4b5966;
    color: #fff;
}

.gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-checkout-pro .gi-product-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-checkout-pro .gi-product-inner .gi-pro-content {
        width: calc(100% - 143px);
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 0;
    }

        .gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-checkout-pro .gi-product-inner .gi-pro-content h5 {
            padding: 0 15px 0 0;
        }

            .gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-checkout-pro .gi-product-inner .gi-pro-content h5 a {
                font-size: 15px;
            }

    .gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-checkout-pro .gi-product-inner .gi-pro-image-outer {
        width: 128px;
        margin-right: 15px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-del-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-del-option > * {
        width: 50%;
    }

.gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-del-opt-head {
    color: #4b5966;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
}

.gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-del-desc {
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 0;
}

.gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-pay-opt-head {
    color: #4b5966;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 6px;
    display: block;
}

.gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-pay-desc {
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 0;
}

.gi-product-inner .gi-pro-content .gi-price:not(:last-child) {
    margin-bottom: 4px;
}

.gi-sidebar-wrap.gi-checkout-del-wrap h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0;
}

.gi-sidebar-wrap.gi-checkout-del-wrap .gi-del-commemt {
    margin-top: 12px;
    display: block;
}

    .gi-sidebar-wrap.gi-checkout-del-wrap .gi-del-commemt .gi-del-opt-head {
        margin-bottom: 8px;
    }

.gi-sidebar-wrap.gi-checkout-del-wrap textarea {
    background: transparent;
    border: 1px solid #eee;
    color: #4b5966;
    height: 100px;
    padding: 10px 15px;
    margin-bottom: 0;
    width: 100%;
    outline: none;
    font-size: 14px;
    display: block;
    border-radius: 5px;
}

.gi-sidebar-wrap.gi-checkout-pay-wrap h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0;
}

.gi-sidebar-wrap.gi-checkout-pay-wrap textarea {
    background: transparent;
    border: 1px solid #eee;
    color: #4b5966;
    height: 110px;
    padding: 10px 15px;
    margin-bottom: 0;
    width: 100%;
    outline: none;
    font-size: 14px;
    display: block;
    border-radius: 5px;
}

.gi-sidebar-wrap.gi-checkout-pay-wrap .gi-pay-commemt .gi-pay-opt-head {
    margin-bottom: 8px;
}

.gi-sidebar-wrap.gi-checkout-pay-wrap .gi-pay-agree {
    position: relative;
    display: block;
    margin-top: 20px;
}

    .gi-sidebar-wrap.gi-checkout-pay-wrap .gi-pay-agree input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        z-index: 999;
        top: 0;
        left: 0;
        width: 15px;
        height: 15px;
    }

        .gi-sidebar-wrap.gi-checkout-pay-wrap .gi-pay-agree input:checked ~ .checked::after {
            display: block;
        }

    .gi-sidebar-wrap.gi-checkout-pay-wrap .gi-pay-agree a {
        margin-left: 27px;
        display: block;
        color: #777;
        font-size: 14px;
        margin-top: 0;
        line-height: 18px;
        font-weight: 300;
        letter-spacing: 0;
        cursor: pointer;
    }

        .gi-sidebar-wrap.gi-checkout-pay-wrap .gi-pay-agree a span {
            font-weight: 500;
            color: #4b5966;
        }

    .gi-sidebar-wrap.gi-checkout-pay-wrap .gi-pay-agree .checked {
        position: absolute;
        top: 0;
        left: 0;
        height: 15px;
        width: 15px;
        background-color: #ffffff;
        border: 1px solid #ededed;
        border-radius: 4px;
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
    }

        .gi-sidebar-wrap.gi-checkout-pay-wrap .gi-pay-agree .checked:after {
            left: -1px;
            top: -1px;
            width: 15px;
            height: 15px;
            border: 1px solid #5caf90;
            content: "\f00c";
            position: relative;
            display: none;
            font-family: "gIcons";
            font-size: 9px;
            color: #5caf90;
            line-height: 14px;
            text-align: center;
            border-radius: 4px;
        }

.gi-sidebar-wrap.gi-check-pay-img-wrap h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0;
}

.gi-check-pay-img-wrap .gi-check-pay-img-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gi-check-pay-img-wrap .gi-check-pay-img img {
    width: 100%;
}

/*-----  Checkout Summary CSS  ------*/
.gi-checkout-summary .gi-checkout-coupan-content {
    display: none;
    margin-bottom: 0;
}

.gi-checkout-coupan-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 5px;
}

    .gi-checkout-coupan-form .gi-coupan {
        display: inline-block;
        vertical-align: top;
        line-height: 35px;
        height: 35px;
        color: #777;
        font-size: 14px;
        width: 100%;
        border: 0;
        background: transparent;
        border-radius: 0;
        -webkit-border-radius: 0;
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
        letter-spacing: 0.5px;
        border-radius: 5px;
    }

    .gi-checkout-coupan-form .gi-coupan-btn {
        font-size: 16px;
        text-align: center;
        padding: 0 15px;
    }

/*-------------------------------------------------
   Compare Page CSS
---------------------------------------------------*/
.gi-compare-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: auto;
}

    .gi-compare-box::-webkit-scrollbar {
        width: 12px !important;
        height: 10px !important;
        padding: 8px !important;
    }

    .gi-compare-box::-webkit-scrollbar-track {
        width: 12px !important;
        background-color: #4b5966 !important;
        -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
    }

    .gi-compare-box::-webkit-scrollbar-thumb {
        background-color: #4b5966 !important;
        border-radius: 10px !important;
        border: 3px solid #fff !important;
    }

        .gi-compare-box::-webkit-scrollbar-thumb:hover {
            background-color: #5caf90 !important;
        }

    .gi-compare-box .title-col {
        border-right: 1px solid #eee !important;
    }

    .gi-compare-box .gi-compare-col {
        width: 324px;
        min-width: 324px;
        height: 100%;
        display: block;
        border: 1px solid #eee;
        position: relative;
    }

        .gi-compare-box .gi-compare-col:not(:last-child) {
            margin-right: -1px;
            width: 314px;
            min-width: 314px;
        }

        .gi-compare-box .gi-compare-col:hover .gi-action {
            opacity: 1;
        }

        .gi-compare-box .gi-compare-col .remove-compare-product {
            position: absolute;
            top: 15px;
            right: 15px;
            line-height: 15px;
            z-index: 5;
        }

            .gi-compare-box .gi-compare-col .remove-compare-product .svg_img {
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                width: 15px;
                height: 15px;
                opacity: 0.5;
            }

        .gi-compare-box .gi-compare-col .gi-action {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            position: absolute;
            top: 50%;
            right: 0;
            left: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            opacity: 0;
        }

            .gi-compare-box .gi-compare-col .gi-action ul {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .gi-compare-box .gi-compare-col .gi-action ul li {
                    margin: 2px;
                }

                    .gi-compare-box .gi-compare-col .gi-action ul li a {
                        -webkit-transition: all 0.3s ease-in-out;
                        transition: all 0.3s ease-in-out;
                        width: 40px;
                        height: 40px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        border-radius: 5px;
                        background-color: #4b5966;
                    }

                        .gi-compare-box .gi-compare-col .gi-action ul li a:hover {
                            background-color: #5caf90 !important;
                        }

                        .gi-compare-box .gi-compare-col .gi-action ul li a i {
                            font-size: 18px;
                            color: #fff;
                            line-height: 0;
                        }

    .gi-compare-box .gi-compare-cell {
        padding: 10px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

        .gi-compare-box .gi-compare-cell:not(:last-child) {
            border-bottom: 1px solid #eee;
        }

        .gi-compare-box .gi-compare-cell > div {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .gi-compare-box .gi-compare-cell .i-stock {
            color: #02d302;
        }

        .gi-compare-box .gi-compare-cell .o-stock {
            color: #ffa5a5;
        }

        .gi-compare-box .gi-compare-cell h5 {
            margin: 0;
            line-height: 28px;
            color: #4b5966;
            font-size: 15px;
            font-weight: 600;
        }

        .gi-compare-box .gi-compare-cell p {
            margin: 0;
            font-size: 14px;
            color: #777;
            font-weight: 300;
            line-height: 28px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .gi-compare-box .gi-compare-cell img {
            height: 200px;
            margin: auto;
        }

        .gi-compare-box .gi-compare-cell .desc {
            height: 115px;
        }

            .gi-compare-box .gi-compare-cell .desc p {
                height: 115px;
                max-height: 288px;
                display: -webkit-box;
                white-space: pre-wrap;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
            }

        .gi-compare-box .gi-compare-cell .list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .gi-compare-box .gi-compare-cell .list, .gi-compare-box .gi-compare-cell .title {
            width: 100%;
            min-height: 221px;
            height: 100%;
        }

        .gi-compare-box .gi-compare-cell .rating-info {
            margin-left: 5px;
            color: #999;
            font-size: 12px;
        }

        .gi-compare-box .gi-compare-cell .gi-pro-rating i {
            line-height: 28px;
        }

/*-------------------------------------------------
   Faq Page CSS
---------------------------------------------------*/
.gi-accordion.style-1 .gi-accordion-item {
    border-color: #eee;
    overflow: hidden;
}

    .gi-accordion.style-1 .gi-accordion-item:not(:last-child) {
        margin-bottom: 10px;
    }

    .gi-accordion.style-1 .gi-accordion-item .gi-accordion-header {
        margin: 0;
        padding: 15px 35px 15px 15px;
        background-color: #f8f8fb;
        color: #4b5966;
        font-size: 16px;
        line-height: 28px;
        font-weight: 500;
        position: relative;
        font-family: "Poppins, sans-serif";
        border: 1px solid #eee;
        border-radius: 5px;
    }

        .gi-accordion.style-1 .gi-accordion-item .gi-accordion-header:after {
            content: "\f107";
            width: 15px;
            height: 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-family: "gIcons";
            cursor: pointer;
            font-size: 24px;
            color: #4b5966;
            font-weight: 400;
            position: absolute;
            top: 20px;
            right: 15px;
        }

.gi-accordion.style-1 .gi-accordion-body {
    padding: 15px 0;
    font-size: 14px;
    color: #777;
    display: none;
    line-height: 24px;
}

    .gi-accordion.style-1 .gi-accordion-body code {
        font-weight: 600;
        font-size: 14px;
        color: #5caf90;
    }

    .gi-accordion.style-1 .gi-accordion-body.show {
        display: block;
    }

/*-------------------------------------------------
  Login Page CSS
---------------------------------------------------*/

.gi-login {
    min-height: calc(100vh - 42px) !important;
}

.gi-login-content {
    max-width: 1000px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .gi-login-content .gi-login-box {
        width: 50%;
        padding: 0 15px;
    }

.gi-login-wrapper {
    max-width: 530px;
    margin: 0 auto 0;
}

    .gi-login-wrapper .gi-login-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .gi-login-wrapper .gi-login-container {
        padding: 30px;
        border: 1px solid #eee;
        border-radius: 5px;
        text-align: left;
        background-color: #fff;
    }

        .gi-login-wrapper .gi-login-container .gi-login-form form {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .gi-login-wrapper .gi-login-container .gi-login-form label {
            margin-bottom: 10px;
            color: #4b5966;
            font-size: 15px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 1;
        }

        .gi-login-wrapper .gi-login-container .gi-login-form input {
            width: 300;
            margin-bottom: 27px;
            padding: 0 15px;
            background-color: transparent;
            border: 1px solid #eee;
            border-radius: 5px;
            color: #777;
            font-size: 14px;
            outline: none;
        }

        .gi-login-wrapper .gi-login-container .gi-login-form .gi-login-wrap + .gi-login-wrap input {
            margin-bottom: 15px;
        }

        .gi-login-wrapper .gi-login-container .gi-login-form .gi-login-fp label {
            margin-bottom: 0;
        }

            .gi-login-wrapper .gi-login-container .gi-login-form .gi-login-fp label a {
                margin-top: 10px;
                color: #777;
                font-size: 14px;
                font-weight: 400;
                letter-spacing: 0px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
            }

        .gi-login-wrapper .gi-login-container .gi-login-form .gi-login-btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .gi-login-wrapper .gi-login-container .gi-login-form .gi-login-btn {
            margin-top: 30px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .gi-login-wrapper .gi-login-container .gi-login-form .gi-login-btn button {
                padding: 8px 15px;
            }

            .gi-login-wrapper .gi-login-container .gi-login-form .gi-login-btn span {
                color: #777;
                font-size: 14px;
            }

                .gi-login-wrapper .gi-login-container .gi-login-form .gi-login-btn span a {
                    color: #4b5966;
                }

                    .gi-login-wrapper .gi-login-container .gi-login-form .gi-login-btn span a:hover {
                        color: #5caf90;
                    }

.gi-login-img img {
    width: 100%;
    border-radius: 5px;
}

/*-------------------------------------------------
  Register Page CSS
---------------------------------------------------*/
.gi-register-wrapper {
    max-width: 934px;
    margin: 0 auto 0;
}

    .gi-register-wrapper .gi-register-container {
        border: 1px solid #eee;
        padding: 30px;
        text-align: left;
        background-color: #fff;
        border-radius: 5px;
    }

        .gi-register-wrapper .gi-register-container .gi-register-form .gi-register-wrap {
            width: 100%;
            padding: 0 15px;
        }

            .gi-register-wrapper .gi-register-container .gi-register-form .gi-register-wrap.gi-register-half {
                width: 50%;
            }

        .gi-register-wrapper .gi-register-container .gi-register-form form {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            margin: 0 -15px;
        }

        .gi-register-wrapper .gi-register-container .gi-register-form label {
            margin-bottom: 9px;
            color: #4b5966;
            font-size: 15px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 1;
        }

        .gi-register-wrapper .gi-register-container .gi-register-form input {
            width: 100%;
            background-color: transparent;
            border: 1px solid #eee;
            color: #777;
            font-size: 14px;
            margin-bottom: 26px;
            padding: 0 15px;
            width: 300;
            outline: none;
            border-radius: 5px;
        }

            .gi-register-wrapper .gi-register-container .gi-register-form input::-webkit-input-placeholder {
                color: #777 !important;
            }

            .gi-register-wrapper .gi-register-container .gi-register-form input::-moz-placeholder {
                color: #777 !important;
            }

            .gi-register-wrapper .gi-register-container .gi-register-form input:-ms-input-placeholder {
                color: #777 !important;
            }

            .gi-register-wrapper .gi-register-container .gi-register-form input::-ms-input-placeholder {
                color: #777 !important;
            }

            .gi-register-wrapper .gi-register-container .gi-register-form input::placeholder {
                color: #777 !important;
            }

        .gi-register-wrapper .gi-register-container .gi-register-form .gi-register-fp label {
            margin-bottom: 0;
        }

            .gi-register-wrapper .gi-register-container .gi-register-form .gi-register-fp label a {
                color: #4b5966;
                font-size: 14px;
                font-weight: 600;
                letter-spacing: 0px;
            }

        .gi-register-wrapper .gi-register-container .gi-register-form .gi-rg-select-inner {
            width: 300;
            height: 50px;
            padding: 0;
            margin-bottom: 30px;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-radius: 5px;
            border: 1px solid #eee;
            font-size: 14px;
        }

            .gi-register-wrapper .gi-register-container .gi-register-form .gi-rg-select-inner select {
                padding: 0 15px;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                outline: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
                border: 0 !important;
                background: #fff;
                background-image: none;
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                padding: 0 10px;
                color: #777;
                font-weight: 300;
                cursor: pointer;
            }

            .gi-register-wrapper .gi-register-container .gi-register-form .gi-rg-select-inner::after {
                content: "\f107";
                position: absolute;
                font-family: "gIcons";
                top: 0;
                right: 0;
                padding: 0 10px;
                cursor: pointer;
                pointer-events: none;
                font-size: 24px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                height: 50px;
                line-height: 1;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                color: #777;
            }

        .gi-register-wrapper .gi-register-container .gi-register-form .gi-register-wrap.gi-recaptcha {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .gi-register-wrapper .gi-register-container .gi-register-form .gi-register-btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .gi-register-wrapper .gi-register-container .gi-register-form .gi-register-btn button {
                padding: 8px 15px;
            }

            .gi-register-wrapper .gi-register-container .gi-register-form .gi-register-btn span {
                color: #777;
                font-size: 14px;
            }

                .gi-register-wrapper .gi-register-container .gi-register-form .gi-register-btn span a {
                    margin-left: 10px;
                    color: #4b5966;
                }

                    .gi-register-wrapper .gi-register-container .gi-register-form .gi-register-btn span a:hover {
                        color: #5caf90;
                    }

/*-------------------------------------------------
  Track Order Page CSS
---------------------------------------------------*/
.gi-track .gi-track-box {
    border-radius: 5px;
}

.gi-track .gi-track-card {
    height: 100%;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    color: #777;
    text-align: center;
    font-size: 15px;
    background-color: #f8f8fb;
}

    .gi-track .gi-track-card .gi-track-title {
        margin-bottom: 5px;
        color: #4b5966;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 500;
    }

.gi-track .gi-steps {
    margin-top: 24px;
    border: 1px solid #e9ecef;
    border-radius: 5px;
}

.gi-track .gi-steps-header {
    padding: 0.375rem;
    border-top: 1px solid #e9ecef;
}

    .gi-track .gi-steps-header .progress {
        height: 0.25rem;
    }

        .gi-track .gi-steps-header .progress .progress-bar {
            background-color: #5caf90;
        }

.gi-track .gi-steps-body {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.gi-track .gi-step {
    padding: 30px 15px;
    display: table-cell;
    position: relative;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-right: 1px solid #e9ecef;
    color: #777;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
}

    .gi-track .gi-step:last-child {
        border-right: 0;
    }

    .gi-track .gi-step:hover {
        color: #4b5966;
        text-decoration: none;
    }

        .gi-track .gi-step:hover .gi-step-indicator {
            -webkit-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
            border-color: transparent;
            background-color: #e9ecef;
        }

        .gi-track .gi-step:hover .gi-step-icon {
            color: #777;
        }

.gi-track .gi-step-indicator {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #e9ecef;
    border-radius: 50%;
    background-color: #fff;
    font-size: 0.875rem;
    line-height: 1.375rem;
}

.gi-track .has-indicator {
    padding-right: 1.5rem;
    padding-left: 2.375rem;
}

    .gi-track .has-indicator .gi-step-indicator {
        top: 50%;
        margin-top: -0.75rem;
    }

.gi-track .gi-step-icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
    margin-bottom: 0.75rem;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: #999;
    font-size: 22px;
}

.gi-track .gi-step-active {
    color: #4b5966;
    pointer-events: none;
    cursor: default;
    font-weight: 500;
}

    .gi-track .gi-step-active:hover {
        color: #4b5966;
        pointer-events: none;
        cursor: default;
    }

        .gi-track .gi-step-active:hover .gi-step-icon {
            color: #5caf90;
        }

    .gi-track .gi-step-active .gi-step-icon {
        color: #5caf90;
    }

.gi-track .gi-step-completed .gi-step-indicator {
    border-color: transparent;
    background-color: #5caf90;
    color: #fff;
    line-height: 1.25rem;
}

    .gi-track .gi-step-completed .gi-step-indicator i {
        line-height: 23px;
    }

.gi-track .gi-step-completed:hover .gi-step-indicator {
    border-color: transparent;
    background-color: #5caf90;
    color: #fff;
    line-height: 1.25rem;
}

    .gi-track .gi-step-completed:hover .gi-step-indicator i {
        line-height: 23px;
    }

/*-------------------------------------------------
  Terms Condition & Privacy Policy Page CSS
---------------------------------------------------*/
.gi-terms-conditions .gi-common-wrapper, .gi-privacy-policy .gi-common-wrapper {
    padding: 30px;
    border: 1px solid #eee;
    max-width: 1140px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
}

.gi-terms-conditions .gi-cgi-block h5, .gi-privacy-policy .gi-cgi-block h5 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #4b5966;
}

.gi-terms-conditions .gi-cgi-block p, .gi-privacy-policy .gi-cgi-block p {
    margin-bottom: 30px;
    color: #777;
    font-size: 14px;
    font-weight: 400;
}

    .gi-terms-conditions .gi-cgi-block p b, .gi-privacy-policy .gi-cgi-block p b {
        font-weight: 500;
        color: #4b5966;
    }

.gi-terms-conditions .gi-cgi-block:last-child p, .gi-privacy-policy .gi-cgi-block:last-child p {
    margin-bottom: 0;
}

/*-------------------------------------------------
   Shop Page CSS
---------------------------------------------------*/
.width-100 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    width: 100% !important;
}

.width-50 {
    -webkit-box-flex: 0 !important;
    -gi-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    width: 50% !important;
}

.list-view, .list-view-50 {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .list-view .gi-product-inner, .list-view-50 .gi-product-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .list-view .gi-product-inner .gi-pro-content, .list-view-50 .gi-product-inner .gi-pro-content {
            border: 0;
        }

        .list-view .gi-product-inner .gi-pro-image-outer, .list-view-50 .gi-product-inner .gi-pro-image-outer {
            max-width: 270px;
            background: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .list-view .gi-product-inner .gi-pro-content, .list-view-50 .gi-product-inner .gi-pro-content {
            border-left: 1px solid #eee;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .list-view .gi-product-inner .gi-pro-content .gi-pro-title a, .list-view-50 .gi-product-inner .gi-pro-content .gi-pro-title a {
                font-size: 16px;
                color: #4b5966;
                font-weight: 20px;
            }

            .list-view .gi-product-inner .gi-pro-content .gi-info, .list-view-50 .gi-product-inner .gi-pro-content .gi-info {
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                margin: 5px 0;
                font-size: 13px;
                color: #777;
                display: block;
            }

.gi-shop .gi-product-content {
    padding-top: 0;
}

.gi-shop .gi-pro-list-top {
    margin-bottom: 30px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    border: 1px solid #eee;
    border-radius: 5px;
}

    .gi-shop .gi-pro-list-top .gi-gl-btn {
        margin-left: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .gi-shop .gi-pro-list-top .gi-gl-btn .grid-btn {
            height: 40px;
            width: 40px;
            border: 0;
            border-radius: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .gi-shop .gi-pro-list-top .gi-gl-btn .grid-btn i {
                font-size: 20px;
                color: #4b5966;
                line-height: 0;
            }

    .gi-shop .gi-pro-list-top .grid-btn.active {
        background: #5caf90;
        border: 1px solid #5caf90;
        border-radius: 5px;
    }

        .gi-shop .gi-pro-list-top .grid-btn.active i {
            color: #fff;
        }

    .gi-shop .gi-pro-list-top .gi-sort-select {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .gi-shop .gi-pro-list-top .gi-sort-select .sort-by {
            font-size: 14px;
            color: #777;
            padding-right: 22px;
        }

        .gi-shop .gi-pro-list-top .gi-sort-select .gi-select-inner {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 140px;
            height: 50px;
            line-height: 1.5;
            background: #fff;
            overflow: hidden;
            border-radius: 0;
            border-left: 1px solid #eee;
        }

            .gi-shop .gi-pro-list-top .gi-sort-select .gi-select-inner:after {
                padding: 0 10px;
                content: "\f107";
                position: absolute;
                font-family: "gIcons";
                top: 50%;
                right: 0;
                cursor: pointer;
                pointer-events: none;
                font-size: 24px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                line-height: 1;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                color: #777;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .gi-shop .gi-pro-list-top .gi-sort-select .gi-select-inner select {
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                outline: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
                border: 0 !important;
                background: #fff;
                background-image: none;
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                padding: 0 10px;
                color: #777;
                cursor: pointer;
            }

.gi-shop .gi-select-bar {
    margin: -5px -5px 25px -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .gi-shop .gi-select-bar .gi-select-btn {
        margin: 5px;
        padding: 0 10px;
        border: 1px solid #eee;
        border-radius: 5px;
        color: #777;
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: capitalize;
    }

        .gi-shop .gi-select-bar .gi-select-btn .gi-select-cancel {
            margin-left: 15px;
            color: #ff8585;
            font-size: 18px;
        }

.gi-shop .gi-select-btn-clear {
    padding: 0 !important;
}

    .gi-shop .gi-select-btn-clear .gi-select-clear {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        height: 100%;
        margin: 0;
        padding: 3px 10px;
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #4b5966;
        color: #fff;
        border-radius: 5px;
    }

        .gi-shop .gi-select-btn-clear .gi-select-clear:hover {
            color: #fff;
            background-color: #5caf90;
        }

/*-------------------------------------------------
  Single product Page CSS
---------------------------------------------------*/
.gi-single-product {
    margin-bottom: 0;
    /*-----  Single Product  -----*/
    /*-----  Add More Product  -----*/
    /*-----  Product Info Tabs  -----*/
}

    .gi-single-product .single-pro-img-no-sidebar {
        width: 40%;
    }

    .gi-single-product .single-pro-desc-no-sidebar {
        width: 60%;
    }

    .gi-single-product .single-pro-img {
        position: relative;
        width: 47.3%;
    }

        .gi-single-product .single-pro-img .single-product-scroll {
            padding: 15px;
            position: sticky;
            top: 30px;
            border-radius: 5px;
            border: 1px solid #eee;
        }

        .gi-single-product .single-pro-img .gi-360-lbl {
            position: absolute;
            top: 15px;
            right: 15px;
            z-index: 1;
            border-radius: 50%;
            cursor: pointer;
            height: 40px;
            width: 40px;
            text-align: center;
            -ms-flex-line-pack: center;
            align-content: center;
            display: -ms-grid;
            display: grid;
            opacity: 0.7;
        }

            .gi-single-product .single-pro-img .gi-360-lbl:hover {
                opacity: 1;
            }

        .gi-single-product .single-pro-img .gi-video-icon {
            position: absolute;
            display: -ms-grid;
            display: grid;
            top: 15px;
            right: 15px;
            height: 40px;
            width: 40px;
            text-align: center;
            -ms-flex-line-pack: center;
            align-content: center;
            cursor: pointer;
            z-index: 1;
            opacity: 0.7;
        }

            .gi-single-product .single-pro-img .gi-video-icon:hover {
                opacity: 1;
            }

    .gi-single-product .single-pro-desc {
        width: 52.7%;
    }

    .gi-single-product .single-pro-img-no-sidebar {
        width: 40%;
    }

    .gi-single-product .single-pro-desc-no-sidebar {
        width: 60%;
    }

    .gi-single-product .space-6 > div {
        margin-top: 30px;
    }

        .gi-single-product .space-6 > div:nth-child(-n+2) {
            margin-top: 0;
        }

    .gi-single-product .single-product-cover {
        overflow: hidden;
        cursor: -webkit-zoom-in;
        cursor: zoom-in;
        border-radius: 5px;
    }

    .gi-single-product .single-nav-thumb {
        width: 100%;
        overflow: hidden;
    }

        .gi-single-product .single-nav-thumb .slick-list {
            margin: 0 -8px;
        }

        .gi-single-product .single-nav-thumb .single-slide {
            padding: 11px 11px 0 11px;
            display: block !important;
        }

        .gi-single-product .single-nav-thumb .slick-slide img {
            border: 1px solid transparent;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            cursor: pointer;
            border-radius: 5px;
        }

        .gi-single-product .single-nav-thumb .slick-slide:hover img {
            border-color: #5caf90;
        }

        .gi-single-product .single-nav-thumb .slick-slide.slick-current.slick-active img {
            border-color: #5caf90;
        }

        .gi-single-product .single-nav-thumb .slick-arrow {
            top: 42%;
        }

            .gi-single-product .single-nav-thumb .slick-arrow.slick-prev {
                left: 0;
                right: auto;
            }

        .gi-single-product .single-nav-thumb .slick-arrow {
            position: absolute;
            top: 55%;
            left: auto;
            right: auto;
            margin: 0 auto;
            font-size: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 30px;
            height: 30px;
            padding: 0;
            z-index: 1;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .gi-single-product .single-nav-thumb .slick-arrow:before {
                content: "";
                color: #777;
                position: relative;
                font-size: 30px;
                font-family: "EcIcons";
                width: 100%;
                line-height: 30px;
                height: 30px;
            }

            .gi-single-product .single-nav-thumb .slick-arrow.slick-prev:before {
                content: "\f104";
                font-family: "gIcons";
            }

            .gi-single-product .single-nav-thumb .slick-arrow.slick-next {
                right: 0;
                left: auto;
            }

                .gi-single-product .single-nav-thumb .slick-arrow.slick-next:before {
                    content: "\f105";
                    font-family: "gIcons";
                }

    .gi-single-product .single-pro-content .gi-single-title {
        color: #4b5966;
        font-size: 22px;
        text-transform: capitalize;
        margin: 0 0 20px 0;
        text-decoration: none;
        display: block;
        font-family: "Poppins, sans-serif";
        font-weight: 500;
        line-height: 35px;
        letter-spacing: 0.02rem;
    }

    .gi-single-product .single-pro-content p {
        font-size: 14px;
        color: #4b5966;
        margin: 0 0 12px;
        font-weight: 600;
    }

        .gi-single-product .single-pro-content p span {
            font-weight: 400;
        }

    .gi-single-product .single-pro-content .single-para {
        font-weight: 400;
        color: #4b5966;
        line-height: 26px;
    }

    .gi-single-product .single-pro-content .gi-single-rating-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 14px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .gi-single-product .single-pro-content .gi-single-rating-wrap i.ecicon {
            margin-right: 2px;
            line-height: 20px;
            font-size: 16px;
            float: unset;
        }

        .gi-single-product .single-pro-content .gi-single-rating-wrap .gi-read-review {
            color: #999;
        }

            .gi-single-product .single-pro-content .gi-single-rating-wrap .gi-read-review a {
                color: #999;
                font-size: 14px;
                line-height: 20px;
            }

                .gi-single-product .single-pro-content .gi-single-rating-wrap .gi-read-review a:hover {
                    color: #5caf90;
                }

    .gi-single-product .single-pro-content .gi-single-rating {
        padding-right: 15px;
        line-height: 17px;
    }

    .gi-single-product .single-pro-content .gi-read-review {
        line-height: 17px;
    }

    .gi-single-product .single-pro-content .gi-single-desc {
        margin-bottom: 12px;
        color: #777;
        font-size: 14px;
        letter-spacing: 0;
        word-break: break-all;
        line-height: 26px;
        font-family: "Poppins, sans-serif";
    }

    .gi-single-product .single-pro-content .gi-single-list ul {
        margin-bottom: 30px;
        padding-left: 18px;
    }

        .gi-single-product .single-pro-content .gi-single-list ul li {
            margin: 10px 0;
            color: #777;
            font-size: 14px;
            list-style: circle;
        }

            .gi-single-product .single-pro-content .gi-single-list ul li strong {
                font-weight: 600;
            }

    .gi-single-product .single-pro-content .gi-single-price-stoke {
        margin-bottom: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .gi-single-product .single-pro-content .gi-single-price-stoke > * {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .gi-single-product .single-pro-content .gi-single-price-stoke .gi-single-ps-title {
            line-height: 1;
            font-size: 16px;
            color: #5caf90;
            letter-spacing: 0;
        }

        .gi-single-product .single-pro-content .gi-single-price-stoke .gi-single-sku {
            margin-bottom: 15px;
            font-size: 18px;
            line-height: 32px;
            color: #4b5966;
            font-weight: 600;
        }

    .gi-single-product .single-pro-content .gi-single-price .final-price {
        margin-bottom: 15px;
        color: #4b5966;
        font-weight: 600;
        font-size: 22px;
        line-height: 32px;
        font-family: "Poppins, sans-serif";
        letter-spacing: 0;
    }

        .gi-single-product .single-pro-content .gi-single-price .final-price .price-des {
            margin-left: 15px;
            color: #5caf90;
            font-weight: 500;
            font-size: 18px;
        }

    .gi-single-product .single-pro-content .gi-single-price .mrp {
        color: #777;
    }

        .gi-single-product .single-pro-content .gi-single-price .mrp span {
            color: #999;
            text-decoration: line-through;
        }

    .gi-single-product .single-pro-content .gi-pro-variation {
        margin-bottom: 20px;
        padding-bottom: 5px;
    }

        .gi-single-product .single-pro-content .gi-pro-variation .gi-pro-variation-inner {
            font-size: 16px;
            font-weight: 600;
            color: #4b5966;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-bottom: 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .gi-single-product .single-pro-content .gi-pro-variation .gi-pro-variation-inner > span {
                margin: 0 0 10px;
                color: #202020;
                font-weight: 500;
                font-size: 15px;
                line-height: 1.1;
                letter-spacing: 0.04rem;
                text-transform: uppercase;
                font-family: "Poppins, sans-serif";
            }

            .gi-single-product .single-pro-content .gi-pro-variation .gi-pro-variation-inner .gi-pro-variation-content li {
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                margin-right: 10px;
                padding: 5px 10px;
                cursor: pointer;
                background-color: #f8f8fb;
                color: #777;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                font-size: 12px;
                line-height: 22px;
                border: 1px solid #eee;
                float: left;
                border-radius: 5px;
            }

            .gi-single-product .single-pro-content .gi-pro-variation .gi-pro-variation-inner.gi-pro-variation-color .gi-pro-variation-content li {
                padding: 2px;
                border-radius: 30px;
                opacity: 0.7;
                background-color: transparent;
            }

                .gi-single-product .single-pro-content .gi-pro-variation .gi-pro-variation-inner.gi-pro-variation-color .gi-pro-variation-content li span {
                    width: 100%;
                    height: 100%;
                    display: block;
                    border-radius: 30px;
                }

            .gi-single-product .single-pro-content .gi-pro-variation .gi-pro-variation-inner.gi-pro-variation-color .gi-pro-variation-content .active {
                border: 1px solid #4b5966;
            }

    .gi-single-product .single-pro-content .gi-single-qty {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
    }

        .gi-single-product .single-pro-content .gi-single-qty .qty-plus-minus {
            width: 120px;
            height: 40px;
            padding: 10px;
            border: 1px solid #eee;
            display: inline-block;
            overflow: hidden;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            border-radius: 5px;
        }

            .gi-single-product .single-pro-content .gi-single-qty .qty-plus-minus .ms_qtybtn {
                width: 40px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                height: 100%;
                cursor: pointer;
                font-size: 22px;
                color: #4b5966;
            }

            .gi-single-product .single-pro-content .gi-single-qty .qty-plus-minus input.qty-input {
                background: transparent none repeat scroll 0 0;
                border: medium none;
                color: #4b5966;
                float: left;
                font-size: 15px;
                height: auto;
                margin: 0;
                padding: 0;
                text-align: center;
                width: 40px;
                outline: none;
                font-weight: 500;
            }

            .gi-single-product .single-pro-content .gi-single-qty .qty-plus-minus .dec.ms_qtybtn {
                border-right: 1px solid #eee;
            }

            .gi-single-product .single-pro-content .gi-single-qty .qty-plus-minus .inc.ms_qtybtn {
                border-left: 1px solid #eee;
            }

        .gi-single-product .single-pro-content .gi-single-qty .gi-single-cart .gi-btn-1 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 40px;
            line-height: 50px;
            text-align: center;
            font-size: 14px;
            margin: 0 10px;
            text-transform: uppercase;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            min-width: 160px;
            letter-spacing: 0.02rem;
            border: 0;
        }

            .gi-single-product .single-pro-content .gi-single-qty .gi-single-cart .gi-btn-1 svg {
                margin-right: 8px;
            }

        .gi-single-product .single-pro-content .gi-single-qty .gi-btn-group {
            width: 40px;
            height: 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            text-decoration: none;
            color: #17181c !important;
            background-color: #fff;
            border: 1px solid #eee;
            border-radius: 5px;
        }

            .gi-single-product .single-pro-content .gi-single-qty .gi-btn-group i {
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                color: #4b5966;
                line-height: 0;
            }

            .gi-single-product .single-pro-content .gi-single-qty .gi-btn-group:hover {
                color: #fff;
                background-color: #5caf90;
                border-color: #5caf90;
            }

                .gi-single-product .single-pro-content .gi-single-qty .gi-btn-group:hover i {
                    color: #fff !important;
                }

        .gi-single-product .single-pro-content .gi-single-qty .gi-single-wishlist {
            margin-right: 10px;
        }

    .gi-single-product .single-add-more .add-more-item {
        height: 100%;
        padding: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        border: 1px solid #eee;
        border-radius: 5px;
        background-color: #f8f8fb;
    }

        .gi-single-product .single-add-more .add-more-item:hover a {
            opacity: 1;
        }

        .gi-single-product .single-add-more .add-more-item a {
            padding: 5px 10px;
            position: absolute;
            top: 5px;
            right: 5px;
            opacity: 0;
        }

        .gi-single-product .single-add-more .add-more-item .add-more-img {
            margin-right: 15px;
            position: relative;
        }

            .gi-single-product .single-add-more .add-more-item .add-more-img img {
                width: 75px;
                border-radius: 5px;
                border: 1px solid #eee;
            }

        .gi-single-product .single-add-more .add-more-item .add-more-info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .gi-single-product .single-add-more .add-more-item .add-more-info h5 {
                color: #777;
                display: block;
                font-size: 13px;
                line-height: 20px;
                font-weight: 500;
                letter-spacing: 0.85px;
                text-transform: capitalize;
                font-family: "Poppins, sans-serif";
            }

            .gi-single-product .single-add-more .add-more-item .add-more-info .gi-pro-rating {
                margin-bottom: 5px;
            }

                .gi-single-product .single-add-more .add-more-item .add-more-info .gi-pro-rating i {
                    font-size: 12px;
                }

            .gi-single-product .single-add-more .add-more-item .add-more-info .new-price {
                font-size: 15px;
            }

            .gi-single-product .single-add-more .add-more-item .add-more-info .old-price {
                margin-left: 5px;
                font-size: 14px;
                color: #777;
                text-decoration: line-through;
            }

    .gi-single-product .gi-single-pro-tab {
        margin-top: 40px;
    }

        .gi-single-product .gi-single-pro-tab .gi-single-pro-tab-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

    .gi-single-product i.gicon.gi-star-o.fill {
        color: #ff6262;
    }

    .gi-single-product i.gicon.gi-star-o {
        color: #b2b2b2;
        float: left;
        font-size: 14px;
    }

    .gi-single-product .gi-single-pro-tab-nav {
        width: 100%;
        margin: auto;
        border-bottom: none;
        position: relative;
        display: block;
        text-align: center;
        float: left;
    }

        .gi-single-product .gi-single-pro-tab-nav .nav-tabs {
            border-bottom: none;
            display: inline-block;
            float: left;
        }

            .gi-single-product .gi-single-pro-tab-nav .nav-tabs li {
                margin: 0 5px 5px auto;
            }

                .gi-single-product .gi-single-pro-tab-nav .nav-tabs li:last-child {
                    margin-right: 0;
                }

            .gi-single-product .gi-single-pro-tab-nav .nav-tabs .nav-link {
                border: 1px solid #eee;
                text-transform: capitalize;
                line-height: 24px;
                color: #4b5966;
                padding: 8px 28px;
                margin: 0;
                font-size: 15px;
                font-weight: 500;
                position: relative;
                -webkit-transition: all 300ms linear;
                transition: all 300ms linear;
                display: inline-block;
                cursor: pointer;
                background-color: #fff;
                border-radius: 5px;
                letter-spacing: 0;
            }

                .gi-single-product .gi-single-pro-tab-nav .nav-tabs .nav-link:hover {
                    color: #fff;
                    background-color: #5caf90;
                    border: 1px solid #5caf90;
                }

                .gi-single-product .gi-single-pro-tab-nav .nav-tabs .nav-link.active {
                    color: #fff;
                    background-color: #5caf90;
                    border: 1px solid #5caf90;
                }

        .gi-single-product .gi-single-pro-tab-nav li {
            display: inline-block;
            float: left;
            margin-right: 2px;
        }

    .gi-single-product .tab-pane p {
        color: #777;
        font-family: "Poppins, sans-serif";
        font-size: 14px;
        font-weight: 500;
    }

    .gi-single-product .gi-single-pro-tab-content {
        overflow: hidden;
        background-color: #fff;
        text-align: left;
        padding: 30px;
        border: 1px solid #eee;
        border-radius: 0;
        color: #202020;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 1.6;
        border-radius: 5px;
    }

        .gi-single-product .gi-single-pro-tab-content .gi-t-review-wrapper {
            margin-top: 10px;
        }

        .gi-single-product .gi-single-pro-tab-content .gi-single-pro-tab-desc > p:last-child {
            margin-bottom: 0;
        }

        .gi-single-product .gi-single-pro-tab-content .gi-single-pro-tab-desc p {
            margin-bottom: 15px;
            font-size: 14px;
            letter-spacing: 0;
            color: #777;
            line-height: 28px;
            font-weight: 400;
        }

        .gi-single-product .gi-single-pro-tab-content .gi-single-pro-tab-desc ol {
            padding-left: 24px;
        }

            .gi-single-product .gi-single-pro-tab-content .gi-single-pro-tab-desc ol li {
                list-style: outside;
                margin-bottom: 4px;
                color: #777;
            }

        .gi-single-product .gi-single-pro-tab-content .gi-single-pro-tab-desc ul {
            margin-bottom: 15px;
            padding-left: 24px;
        }

            .gi-single-product .gi-single-pro-tab-content .gi-single-pro-tab-desc ul li {
                font-size: 15px;
                list-style: outside;
                margin-bottom: 4px;
                color: #777;
            }

        .gi-single-product .gi-single-pro-tab-content .gi-single-pro-tab-moreinfo p {
            color: #777;
            font-family: "Poppins, sans-serif";
            font-size: 14px;
            font-weight: 400;
        }

        .gi-single-product .gi-single-pro-tab-content .gi-single-pro-tab-moreinfo ol {
            padding-left: 24px;
        }

            .gi-single-product .gi-single-pro-tab-content .gi-single-pro-tab-moreinfo ol li {
                list-style: outside;
                margin-bottom: 4px;
                color: #777;
            }

        .gi-single-product .gi-single-pro-tab-content .gi-single-pro-tab-moreinfo ul {
            padding-left: 24px;
        }

            .gi-single-product .gi-single-pro-tab-content .gi-single-pro-tab-moreinfo ul li {
                margin-bottom: 4px;
                font-size: 15px;
                list-style: outside;
                color: #777;
            }

        .gi-single-product .gi-single-pro-tab-content .gi-single-pro-tab-moreinfo li span {
            margin: 0 25px 0 0;
            min-width: 150px;
            font-size: 15px;
            color: #4b5966;
            display: inline-block;
            font-weight: 500;
        }

        .gi-single-product .gi-single-pro-tab-content .gi-t-review-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 0 0 25px;
            padding-bottom: 25px;
            border-bottom: 1px solid #eee;
        }

            .gi-single-product .gi-single-pro-tab-content .gi-t-review-item p {
                color: #777;
            }

            .gi-single-product .gi-single-pro-tab-content .gi-t-review-item .gi-t-review-avtar {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 50px;
                flex: 0 0 50px;
                margin: 0 15px 0 0;
            }

                .gi-single-product .gi-single-pro-tab-content .gi-t-review-item .gi-t-review-avtar img {
                    max-width: 100%;
                    border-radius: 5px;
                }

            .gi-single-product .gi-single-pro-tab-content .gi-t-review-item .gi-t-review-top {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                margin: 0 0 10px;
            }

                .gi-single-product .gi-single-pro-tab-content .gi-t-review-item .gi-t-review-top .gi-t-review-name {
                    margin-bottom: 25px;
                    font-size: 15px;
                    margin: 0;
                    line-height: 1.5;
                    font-weight: 500;
                    display: block;
                    color: #4b5966;
                }

                .gi-single-product .gi-single-pro-tab-content .gi-t-review-item .gi-t-review-top .gi-t-review-rating {
                    font-size: 16px;
                    margin-top: 5px;
                }

                .gi-single-product .gi-single-pro-tab-content .gi-t-review-item .gi-t-review-top a {
                    color: #4b5966;
                }

                    .gi-single-product .gi-single-pro-tab-content .gi-t-review-item .gi-t-review-top a:hover {
                        color: #4b5966;
                    }

            .gi-single-product .gi-single-pro-tab-content .gi-t-review-item .gi-t-review-bottom p {
                width: 100%;
                margin: 0;
                font-size: 14px;
                color: #777;
                line-height: 24px;
                font-weight: 400;
            }

        .gi-single-product .gi-single-pro-tab-content .gi-ratting-content h3 {
            margin: 0 0 10px 0;
            font-size: 20px;
            font-weight: 600;
            line-height: 1;
            font-family: "Poppins, sans-serif";
            color: #4b5966;
        }

        .gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-star {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 5px 0 25px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-star span {
                margin: 0 18px 0 0;
                font-size: 16px;
                color: #777;
            }

            .gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-star i {
                font-size: 18px;
            }

        .gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input:not(:last-child) {
            margin-bottom: 10px;
        }

        .gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input input {
            width: 100%;
            margin-bottom: 15px;
            padding: 5px 20px;
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: 1px solid #eee;
            color: #777;
        }

        .gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input input,
        .gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input textarea {
            font-size: 14px;
            border-radius: 5px;
        }

            .gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input input::-webkit-input-placeholder, .gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input textarea::-webkit-input-placeholder {
                color: #999;
                opacity: 1;
            }

            .gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input input::-moz-placeholder, .gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input textarea::-moz-placeholder {
                color: #999;
                opacity: 1;
            }

            .gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input input:-ms-input-placeholder, .gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input textarea:-ms-input-placeholder {
                color: #999;
                opacity: 1;
            }

            .gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input input::-ms-input-placeholder, .gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input textarea::-ms-input-placeholder {
                color: #999;
                opacity: 1;
            }

            .gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input input::placeholder,
            .gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input textarea::placeholder {
                color: #999;
                opacity: 1;
            }

        .gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input textarea {
            background: transparent;
            border: 1px solid #eee;
            color: #4b5966;
            height: 150px;
            padding: 20px;
            margin-bottom: 15px;
            width: 100%;
            outline: none;
            font-size: 14px;
        }

        .gi-single-product .gi-single-pro-tab-content .gi-product-vendor .gi-vendor-info {
            margin-bottom: 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .gi-single-product .gi-single-pro-tab-content .gi-product-vendor .gi-vendor-info img {
                width: 80px;
                margin-right: 15px;
                border: 1px solid #eee;
            }

            .gi-single-product .gi-single-pro-tab-content .gi-product-vendor .gi-vendor-info h5 {
                font-size: 15px;
                font-weight: 600;
                color: #4b5966;
            }

            .gi-single-product .gi-single-pro-tab-content .gi-product-vendor .gi-vendor-info p {
                margin-bottom: 0;
            }

        .gi-single-product .gi-single-pro-tab-content .gi-product-vendor .gi-detail ul {
            margin-bottom: 15px;
        }

/*-------------------------------------------------
   Wishlist Page CSS
---------------------------------------------------*/
.gi-wishlist .gi-vendor-dashboard-card {
    border: 1px solid #eee;
    border-radius: 5px;
    overflow-y: auto;
}

.gi-wishlist .gi-vendor-card-header {
    min-width: 700px;
    padding: 30px;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .gi-wishlist .gi-vendor-card-header h5 {
        margin: 0;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
        color: #777;
    }

.gi-wishlist .gi-vendor-card-body {
    min-width: 700px;
}

.gi-wishlist .gi-vendor-card-body {
    padding: 30px;
}

.gi-wishlist .table > :not(:first-child) {
    border-top: 2px solid #dee2e6;
}

.gi-wishlist .gi-table:before {
    content: "";
}

.gi-wishlist .gi-table thead tr th {
    bottom: 0 !important;
    color: #4b5966;
}

.gi-wishlist .gi-table tbody tr th span {
    padding: 14px 0 !important;
    display: block;
    color: #777;
}

.gi-wishlist .gi-table tbody tr td a {
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .gi-wishlist .gi-table tbody tr td a i {
        line-height: 10px;
    }

.gi-wishlist .gi-table tbody tr td .prod-img {
    width: 58px;
    height: 58px;
}

.gi-wishlist .gi-table tbody tr td span {
    padding: 14px 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #777;
}

.gi-wishlist .gi-table tbody tr td .avl {
    color: #5caf90;
}

.gi-wishlist .gi-table tbody tr td .out {
    color: #e9abab;
}

.gi-wishlist .gi-table tbody tr td .dis {
    color: #999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gi-wishlist .gi-table tbody tr td .btn {
    width: 30px;
    height: 30px;
    margin: 0 3px;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
}

    .gi-wishlist .gi-table tbody tr td .btn i {
        width: 16px;
        color: #fff;
        font-size: 20px;
    }

@media (max-width: 767px) {
    .gi-wishlist .gi-table tbody tr td span {
        font-size: 14px;
    }
}

.in-cart-flag {
    display: none !important;
}

.in-cart .in-cart-flag {
    display: flex !important;
}
